@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

header {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
}

main {
    line-height: 1;
    font-family:"Noto Sans JP",sans-serif;
}

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

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

ol,
ul {
    list-style: none;
    list-style-type: none
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none
}

html, body {
    font-size: 16px!important;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
}

@media(max-width: 1920px) {
    body {
        width: 100%
    }
}

@media(max-width: 1460px) {
    body {
        width: 100%
    }
}

@media(max-width: 996px) {
    body {
        width: 100%
    }
}

@media(max-width: 768px) {
    body {
        width: 100%
    }
}

@media(max-width: 500px) {
    body {
        width: 100%
    }
}

@media(max-width: 360px) {
    body {
        width: 100%
    }
}

body.is-chrome {
    image-rendering: -webkit-optimize-contrast
}

.img_autoSize {
    width: 100%;
    height: auto
}

.mov {
    opacity: 0
}

.mov.on {
    animation: fadeIn .5s forwards ease-out
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(clamp(1em, 4.4444444444vw, 2em));
        transform: translateY(clamp(1em, 4.4444444444vw, 2em))
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(clamp(1em, 4.4444444444vw, 2em));
        transform: translateY(clamp(1em, 4.4444444444vw, 2em))
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.js_mov {
    opacity: 0
}

.js_mov.is-show {
    -webkit-animation: fadeInUp .68s forwards ease-out;
    animation: fadeInUp .68s forwards ease-out
}

@keyframes fukidashi {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(-100%)
    }
}

@media(max-width: 500px) {
    @keyframes fukidashi {
        0% {
            opacity: 0;
            transform: scale(0.6) translateY(-120%)
        }

        100% {
            opacity: 1;
            transform: scale(0.7) translateY(-120%)
        }
    }
}

:root {
    --main-color: #F08300;
    --txt-color: #333333;
    --sub-color: #2D2A27;
    --bg-color: #F4F4F4
}

.main_contents_h1t {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    letter-spacing: .03em;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    font-feature-settings: "chws"
}

.main_contents_h1t p {
    font-size: clamp(.875rem, .7391304348rem + .5434782609vw, 1rem);
    color: var(--mob-txt-color);
    line-height: 1.8;
    letter-spacing: .03em
}

@media(max-width: 768px) {
    .main_contents_h1t .pc {
        display: none
    }
}

.main_contents_h1t .sp {
    display: none
}

@media(max-width: 768px) {
    .main_contents_h1t .sp {
        display: block
    }
}

@media(max-width: 768px) {
    .main_contents_h1t .pc-only {
        display: none
    }
}

.main_contents_h1t .sp-only {
    display: none
}

@media(max-width: 768px) {
    .main_contents_h1t .sp-only {
        display: inline
    }
}

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

.main_contents_h1t article {
    position: relative
}

.main_contents_h1t .header-sponsor {
    font-size: clamp(.6875rem, .5516304348rem + .5434782609vw, .8125rem);
    color: #fff;
    text-align: right;
    letter-spacing: .03em;
    width: 100%;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.main_contents_h1t .main_header {
    width: 100%;
    margin: 0 auto
}

.main_contents_h1t .main_header_wrap {
    width: 100%;
    margin: auto;
    position: relative;
    height: 700px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(/img/column/54/img/header-bg.jpg) no-repeat center center;
    background-size: cover;
    max-width: 1920px
}

@media(max-width: 768px) {
    .main_contents_h1t .main_header_wrap {
        height: 91.1458333333vw
    }
}

.main_contents_h1t .main_header_inner {
    max-width: 996px;
    margin: auto;
    height: 100%;
    padding: 1px 0;
    text-align: center
}

@media(max-width: 768px) {
    .main_contents_h1t .main_header_inner {
        position: static
    }
}

.main_contents_h1t .header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.main_contents_h1t .header-title img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4))
}

@media(max-width: 768px) {
    .main_contents_h1t .header-title h1 {
        width: 67.96875%;
        margin: 0 auto
    }
}

.main_contents_h1t .header-content {
    width: 100%;
    background-color: var(--sub-color);
    padding: 1px 20px
}

@media(max-width: 768px) {
    .main_contents_h1t .header-content {
        padding-left: 4.8%;
        padding-right: 4.8%
    }
}

.main_contents_h1t .header-content-lead {
    font-size: clamp(1rem, .5789473684rem + .8771929825vw, 1.125rem);
    line-height: 2;
    font-weight: 600;
    color: #fff;
    max-width: 830px;
    margin: 80px auto 80px;
    letter-spacing: .07em
}

@media(max-width: 768px) {
    .main_contents_h1t .header-content-lead {
        margin: 56px auto 56px
    }
}

.main_contents_h1t .contents-section {
    width: 100%;
    padding: 0 20px;
    position: relative;
    overflow: hidden
}

@media(max-width: 768px) {
    .main_contents_h1t .contents-section {
        padding-left: 4.8%;
        padding-right: 4.8%
    }
}

.main_contents_h1t .contents-section-wrapper {
    max-width: 996px;
    margin: auto
}

.main_contents_h1t .contents-section-inner {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto
}

.main_contents_h1t .mt0 {
    margin-top: 0 !important
}

.main_contents_h1t .section-ttl {
    font-size: clamp(1.25rem, .7466442953rem + 2.0134228188vw, 2rem);
    font-weight: bold;
    line-height: 1.4;
    color: var(--main-color);
    margin-top: 4rem;
    margin-bottom: 3rem;
    position: relative;
    letter-spacing: .1em;
    font-feature-settings: "halt"
}

@media(max-width: 768px) {
    .main_contents_h1t .section-ttl {
        margin-bottom: 1.7rem;
        margin-top: 3.5rem;
        text-align: left;
        padding-bottom: 1.5em
    }
}

.main_contents_h1t .section-ttl::before {
    content: "";
    width: 50vw;
    height: 5px;
    background-color: #969493;
    position: absolute;
    right: calc(100% + 10px);
    top: calc(50% - 2.5px)
}

@media(max-width: 768px) {
    .main_contents_h1t .section-ttl::before {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
        width: 70px;
        height: 3px
    }
}

.main_contents_h1t .contents-txt {
    line-height: 2;
    color: var(--txt-color);
    margin-bottom: 1em;
    position: relative;
    margin: 1em auto;
    letter-spacing: .06em
}

.main_contents_h1t .contents-fig-wrap {
    background-color: var(--bg-color);
    padding: clamp(1.875rem, .1132550336rem + 7.0469798658vw, 4.5rem) 10%;
    margin: clamp(1.875rem, .6166107383rem + 5.033557047vw, 3.75rem) auto
}

@media(max-width: 768px) {
    .main_contents_h1t .contents-fig-wrap {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media(max-width: 500px) {
    .main_contents_h1t .contents-fig-wrap {
        margin-left: -5%;
        margin-right: -5%
    }
}

.main_contents_h1t .contents-fig-wrap hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: #d5d4d4;
    margin: 2em 0
}

.main_contents_h1t .contents-fig-wrap hr.bdno {
    background: none;
    margin: 1.5em 0
}

.main_contents_h1t .contents-fig-ttl {
    font-size: clamp(1rem, .7483221477rem + 1.0067114094vw, 1.375rem);
    font-weight: bold;
    line-height: 1.46;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 1.5em
}

.main_contents_h1t .contents-fig-ttl span {
    display: inline-block
}

.main_contents_h1t .contents-fig-txt {
    font-size: clamp(.875rem, .7911073826rem + .3355704698vw, 1rem);
    font-weight: bold;
    line-height: 1.46;
    color: var(--txt-color);
    letter-spacing: 0;
    margin-bottom: .7em
}

.main_contents_h1t .contents-fig img {
    max-width: 100%;
    height: auto
}

.main_contents_h1t .contents-fig figcaption {
    font-size: clamp(.75rem, .7080536913rem + .1677852349vw, .8125rem);
    line-height: 1.6;
    letter-spacing: .06em;
    color: var(--txt-color);
    font-feature-settings: "palt"
}

.main_contents_h1t .location-fig {
    text-align: center;
    position: relative
}

.main_contents_h1t .location-fig-link-txt {
    position: absolute;
    bottom: 30px;
    right: 10%;
    z-index: 2;
    font-size: 16px !important;
    text-decoration: underline;
    transition: .2s
}

@media(max-width: 768px) {
    .main_contents_h1t .location-fig-link-txt {
        font-size: 14px !important;
        right: 0;
        bottom: 10px
    }
}

.main_contents_h1t .location-fig-link-txt::after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: solid 1px var(--txt-color);
    border-bottom: solid 1px var(--txt-color);
    transform: rotate(-45deg)
}

.main_contents_h1t .location-fig-link img {
    transition: .2s
}

.main_contents_h1t .location-fig-link:hover img {
    opacity: .8
}

.main_contents_h1t .location-fig-link:hover .location-fig-link-txt {
    color: var(--main-color)
}

.main_contents_h1t .location-fig-link:hover .location-fig-link-txt::after {
    border-right: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color)
}

.main_contents_h1t .aside-img {
    display: flex;
    flex-wrap: wrap;
    margin: 3em auto 2em;
    max-width: 1920px
}

@media(max-width: 768px) {
    .main_contents_h1t .aside-img {
        margin: 2em auto 0
    }
}

.main_contents_h1t .aside-img img {
    width: 25%;
    height: auto
}

@media(max-width: 500px) {
    .main_contents_h1t .aside-img img {
        width: 50%
    }
}

.main_contents_h1t .voice-contents {
    padding: 1px 0;
    margin: 4.5em auto
}

.main_contents_h1t .voice-contents-inner {
    max-width: 830px;
    padding: 0;
    margin: 0 auto;
    position: relative
}

@media(max-width: 768px) {
    .main_contents_h1t .voice-contents-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.main_contents_h1t .voice-contents-inner::before {
    content: "";
    width: 100vw;
    height: calc(100% - 30px);
    background-color: #fdf3e5;
    position: absolute;
    left: 20%;
    top: 30px;
    z-index: -1
}

.main_contents_h1t .voice-contents-inner .voice-contents-flex {
    display: flex;
    align-items: flex-end;
    gap: 10px
}

@media(max-width: 768px) {
    .main_contents_h1t .voice-contents-inner .voice-contents-flex {
        flex-direction: column;
        align-items: flex-start
    }
}

.main_contents_h1t .voice-contents-inner .voice-contents-img {
    width: 32.5301204819%
}

@media(max-width: 768px) {
    .main_contents_h1t .voice-contents-inner .voice-contents-img {
        width: 73.3333333333%
    }
}

.main_contents_h1t .voice-contents-inner .voice-contents-img img {
    max-width: 100%;
    height: auto
}

.main_contents_h1t .voice-contents-inner .voice-contents-txt {
    width: 66.7469879518%;
    padding-bottom: 20px
}

@media(max-width: 768px) {
    .main_contents_h1t .voice-contents-inner .voice-contents-txt {
        width: 100%
    }
}

.main_contents_h1t .voice-contents-inner .voice-pic {
    background-color: var(--sub-color);
    color: #fff;
    font-size: clamp(.875rem, .7911073826rem + .3355704698vw, 1rem);
    line-height: 1;
    padding: .2em 10px .3em;
    margin: 4em 0 1em;
    display: inline-block
}

@media(max-width: 768px) {
    .main_contents_h1t .voice-contents-inner .voice-pic {
        margin-top: 1em
    }
}

.main_contents_h1t .voice-contents-inner .voice-ttl {
    font-size: clamp(1.375rem, 1.2491610738rem + .5033557047vw, 1.5625rem);
    font-feature-settings: "halt";
    font-weight: bold;
    line-height: 1.46;
    letter-spacing: .06em;
    color: var(--main-color);
    margin-bottom: .2em
}

.main_contents_h1t .voice-contents-inner .voice-txt {
    font-size: clamp(1rem, .9161073826rem + .3355704698vw, 1.125rem);
    font-feature-settings: "halt";
    line-height: 1.6;
    letter-spacing: .06em;
    color: var(--txt-color);
    margin-bottom: 1em
}

.main_contents_h1t .voice-contents-inner .voice-txt-cap {
    font-size: clamp(.9375rem, .8116610738rem + .5033557047vw, 1.125rem);
    font-weight: bold;
    line-height: 1.46;
    color: var(--main-color);
    margin-bottom: .6em
}

.main_contents_h1t figure img {
    max-width: 100%;
    height: auto
}

.main_contents_h1t figure figcaption {
    font-size: clamp(.8125rem, .7702702703rem + .1689189189vw, .875rem);
    color: var(--mob-txt-color);
    line-height: 1.8;
    letter-spacing: .03em;
    margin-top: 1em
}

.footer_link-area {
    background: url(/img/column/54//img/img-05.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 80px
}

@media(max-width: 768px) {
    .footer_link-area {
        margin-top: 56px
    }
}

.footer_link-inner {
    text-align: center
}

.footer_link-content {
    width: 40%;
    max-height: 500px;
    height: 50.2008032129vw;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 768px) {
    .footer_link-content {
        height: 65.1041666667vw;
        width: 50%
    }
}

.footer_link-content a {
    background-color: #fff
}

.footer_link-content img {
    max-width: 100%;
    height: auto;
    transition: .2s;
    vertical-align: bottom
}

.footer_link-content img:hover {
    opacity: .8
}

.footer_logo-area {
    background-color: #000;
    padding: 1px 0
}

.footer_logo-area .footer_logo-inner {
    max-width: 996px;
    text-align: center;
    margin: 96px auto 90px;
    display: flex;
    justify-content: center;
    gap: 8.8%
}

@media(max-width: 768px) {
    .footer_logo-area .footer_logo-inner {
        margin: 68px auto 63px
    }
}

.footer_logo-area .logo-box img {
    max-width: 100%;
    height: auto
}

.footer_logo-area .nomura-re-logo-box {
    width: 44.9799196787%
}

@media(max-width: 768px) {
    .footer_logo-area .nomura-re-logo-box {
        width: 53.9759036145%
    }
}

.footer_logo-area .h1t-logo-box {
    width: 12.9518072289%
}

@media(max-width: 768px) {
    .footer_logo-area .h1t-logo-box {
        width: 15.5421686747%
    }
}

.usage-scene {
    margin: 3em 0;
    position: relative;
    background-color: #f4f4f4;
    padding: 30px 3%
}

@media(max-width: 500px) {
    .usage-scene {
        margin-left: -5%;
        margin-right: -5%;
        padding: 30px 5%
    }
}

.usage-scene ul {
    display: flex;
    justify-content: space-between;
    gap: 3%
}

@media(max-width: 768px) {
    .usage-scene ul {
        flex-direction: column;
        gap: 20px
    }
}

.usage-scene li {
    width: 31.33%
}

@media(max-width: 768px) {
    .usage-scene li {
        width: 100%;
        display: flex;
        gap: 20px
    }

    .usage-scene li .img-box {
        width: 40%;
        max-width: 260px;
        margin-top: .15em
    }
}

.usage-scene li img {
    max-width: 100%;
    height: auto
}

.usage-scene li p {
    font-size: clamp(.875rem, .8327702703rem + .1689189189vw, .9375rem);
    color: var(--mob-txt-color);
    line-height: 1.8;
    margin-top: .5em;
    letter-spacing: 0
}

@media(max-width: 768px) {
    .usage-scene li p {
        width: calc(60% - 20px);
        margin-top: 0
    }
}

.nikkei-footer {
  padding: 10px;
}

@media (min-width: 769px) {
  .nikkei-footer {
    padding: 20px;
  }
}


.nikkei-footer .inner {
  max-width: 980px;
  margin: 0 auto;
}

.nikkei-footer p {
  color: #333;
  font-size: 10px;
  line-height: 1.65;
}

@media (min-width: 769px) {
  .nikkei-footer p {
    font-size: 12px;
  }
}


/*header*/
@media (min-width: 992px) {
  #main {
    padding-top: 100px;
  }
}

.font-oswald {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

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

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

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: top 0.5s;
}

@media (min-width: 1200px) {
  .header {
    height: 100px;
  }
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #EDDCC6;
  z-index: 1000;
  transition: height 0.5s;
  overflow: hidden;
}

@media (min-width: 992px) {
  .header-top {
    height: 80px;
  }
}

.header-top.hide {
  height: 0;
}

.header-top.hide + header {
  top: 0 !important;
}

.header-top.hide + header.active {
  top: 0 !important;
}

.header-top__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2.5px;
  color: #000;
  width: 100%;
  height: 120px;
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .header-top__link {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .header-top__link {
    height: 80px;
  }
}

.header-top__link span {
  color: #f00;
}

.header-top__link small {
  color: #f00;
  font-size: 10px;
}

@media (min-width: 768px) {
  .header-top__link small {
    font-size: 12px;
  }
}

.header-top__link a {
  color: #000;
  text-decoration: underline;
}

.header-top + header {
  top: 120px;
}

@media (min-width: 992px) {
  .header-top + header {
    top: 80px;
  }
}

.header-top + header.active {
  top: 0 !important;
  z-index: 1001;
}

@media (min-width: 1200px) {
  .header-top + header.active {
    top: 80px !important;
    z-index: 999;
  }
}

.header-top ~ main {
  padding-top: 180px !important;
}

@media (min-width: 992px) {
  .header-top ~ main {
    padding-top: 140px !important;
  }
}

@media (min-width: 1200px) {
  .header-top ~ main {
    padding-top: 180px !important;
  }
}

.header-logo {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}

.header-logo img {
  width: 60px;
}

@media (min-width: 1200px) {
  .header-logo img {
    width: 80px;
  }
}

@media (min-width: 1400px) {
  .header-logo img {
    width: 100px;
  }
}

.header-icons {
  display: flex;
}

@media (min-width: 1200px) {
  .header-icons {
    position: static;
    transform: translateY(15px);
  }
}

.header-facebook {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .header-facebook {
    margin-right: 10px;
  }
}

.header-extra-nav {
  position: absolute;
  z-index: 1;
  display: none;
}

@media (min-width: 768px) {
  .header-extra-nav {
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  .header-extra-nav {
    top: 0;
    left: auto;
    right: 320px;
    z-index: 1;
    transform: none;
  }
}

.header-extra-nav__list {
  display: flex;
  align-items: center;
  height: 40px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .header-extra-nav__list {
    align-items: flex-end;
  }
}

.header-extra-nav__list-item:not(:last-child) {
  margin-right: 10px;
}

.header-extra-nav__link {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #000;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 10px;
}

.header-extra-nav__link:hover {
  background-color: #eee;
}

.header-extra-nav__link img {
  margin-right: 10px;
  height: 20px;
}

.header-nav {
  height: 100%;
}

.header-nav__button {
  cursor: pointer;
  display: block;
  position: relative;
  top: 50%;
  right: 10px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1200px) {
  .header-nav__button {
    display: none;
  }
}

.header-nav__button-line {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: #000;
  border-radius: 999px;
  transform-origin: center;
  transition: all 0.3s ease-out;
}

.header-nav__button-line:nth-child(1) {
  top: 16px;
}

.header-nav__button-line:nth-child(2) {
  top: calc(50% - 1px);
}

.header-nav__button-line:nth-child(3) {
  bottom: 16px;
}

.header-nav__button--active .header-nav__button-line:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.header-nav__button--active .header-nav__button-line:nth-child(2) {
  transform: scale(0.8);
  opacity: 0;
}

.header-nav__button--active .header-nav__button-line:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.header-nav__button--active + .header-nav__list {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .header-nav__button--active + .header-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .header-nav__button--active + .header-nav__list {
    top: 0;
    background: none;
  }
}

.header-nav__list {
  display: none;
  padding: 15px 20px;
  width: 100%;
}

@media (min-width: 1200px) {
  .header-nav__list {
    position: relative !important;
    display: flex;
    flex-direction: row !important;
    padding: 0;
    height: 100%;
  }
}

.header-nav__list-item {
  flex: 1 1 auto;
  margin-bottom: 10px;
}

.header-nav__list-item.hasmore {
  position: relative;
}

.header-nav__list-item.hasmore:hover .header-nav__hovermenu {
  height: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .header-nav__list-item--faq {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-nav__list-item--mypage {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav__list-item {
    order: 9;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-nav__list-item--cooperation {
    order: 1;
    margin-right: 5px;
    width: 100%;
  }

  .header-nav__list-item--cooperation a {
    font-size: 13px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .header-nav__list-item--inquiry {
    order: 2;
    margin-right: 5px;
    width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .header-nav__list-item--tel {
    order: 3;
    margin-left: 5px;
    width: calc(50% - 5px);
  }

  .header-nav__list-item--tel a {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .header-nav__list-item--mypage {
    order: 4;
    margin-right: 5px;
    width: calc(50% - 5px);
  }

  .header-nav__list-item--mypage.admin {
    margin-left: 5px;
    margin-right: 0;
  }

  .header-nav__list-item--mypage a {
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .header-nav__list-item {
    margin: 0 7px;
    padding-top: 40px;
  }

  .header-nav__list-item--cooperation,
  .header-nav__list-item--smile,
  .header-nav__list-item--inquiry,
  .header-nav__list-item--tel,
  .header-nav__list-item--mypage {
    position: relative;
    margin: 0 !important;
    padding-top: 0 !important;
  }

  .header-nav__list-item--cooperation:hover .header-nav__pulldown-list,
  .header-nav__list-item--smile:hover .header-nav__pulldown-list,
  .header-nav__list-item--inquiry:hover .header-nav__pulldown-list,
  .header-nav__list-item--tel:hover .header-nav__pulldown-list,
  .header-nav__list-item--mypage:hover .header-nav__pulldown-list {
    display: block;
  }

  .header-nav__list-item--tel,
  .header-nav__list-item--inquiry {
    border-left: 1px solid #cd7000;
  }

  .header-nav__list-item--mypage {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .header-nav__list-item--mypage {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-nav__list-item--mypage .header-nav__pulldown-link {
    background-color: #000;
  }

  .header-nav__list-item--mypage .header-nav__pulldown-link:hover {
    opacity: 0.7;
    background-color: #f08300;
  }
}

@media (min-width: 1200px) {
  .header-nav__list-item--offices:hover .header-nav__pulldown-office,
  .header-nav__list-item--facilities:hover .header-nav__pulldown-office {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-nav__list-item--facilities .header-nav__pulldown-office {
    left: 230px;
    padding: 20px 10px;
  }

  .header-nav__list-item--facilities .header-nav__pulldown-office-group {
    font-size: 14px;
  }

  .header-nav__list-item--facilities .header-nav__pulldown-office-pref-list-item {
    width: 120px !important;
  }

  .header-nav__list-item--facilities .header-nav__pulldown-office-pref-list-item:hover > div {
    left: 120px !important;
  }
}

.header-nav__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #000;
}

@media (min-width: 1200px) {
  .header-nav__link {
    width: 100%;
    height: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid transparent;
  }

  .header-nav__link:hover {
    border-color: #f08300;
  }
}

.header-nav__link.hasmore:hover {
  border-color: transparent;
}

.header-nav__link--reserve,
.header-nav__link--smile,
.header-nav__link--inquiry,
.header-nav__link--tel {
  align-items: center;
  padding: 10px 10px;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
}

.header-nav__link--reserve::after,
.header-nav__link--smile::after,
.header-nav__link--inquiry::after,
.header-nav__link--tel::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  border-right: 2px solid #f08300;
  border-bottom: 2px solid #f08300;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1200px) {
  .header-nav__link--reserve::after,
  .header-nav__link--smile::after,
  .header-nav__link--inquiry::after,
  .header-nav__link--tel::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-nav__link--reserve,
  .header-nav__link--smile,
  .header-nav__link--inquiry,
  .header-nav__link--tel {
    border: none;
    width: 100px;
    font-size: 10px;
    border-radius: 0;
    border-bottom: 0;
  }

  .header-nav__link--reserve:hover,
  .header-nav__link--smile:hover,
  .header-nav__link--inquiry:hover,
  .header-nav__link--tel:hover {
    opacity: 0.7;
  }
}

.header-nav__link--inquiry,
.header-nav__link--tel {
  border: 1px solid #f08300;
}

@media (max-width: 767px) {
  .header-nav__link--inquiry,
  .header-nav__link--tel {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.5;
  }

  .header-nav__link--inquiry::after,
  .header-nav__link--tel::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-nav__link--inquiry,
  .header-nav__link--tel {
    border: none;
    background-color: #fff;
  }
}

.header-nav__link--reserve {
  background-color: #d32d26;
}

.header-nav__link--reserve::after {
  display: none;
  border-color: #fff;
}

@media (min-width: 768px) {
  .header-nav__link--reserve::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-nav__link--reserve::after {
    display: none;
  }
}

.header-nav__link--smile > img {
  width: 100px;
}

@media (min-width: 1200px) {
  .header-nav__link--smile > img {
    width: 60px;
  }
}

.header-nav__link--smile > img:nth-child(1) {
  display: none;
}

@media (min-width: 1200px) {
  .header-nav__link--smile > img:nth-child(1) {
    display: block;
  }
}

.header-nav__link--smile > img:nth-child(2) {
  display: block;
}

@media (min-width: 1200px) {
  .header-nav__link--smile > img:nth-child(2) {
    display: none;
  }
}

.header-nav__link--mypage {
  align-items: center;
  padding: 10px 10px;
  width: 100%;
  font-size: 16px;
  background-color: #000;
  border-radius: 5px;
}

.header-nav__link--mypage::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1200px) {
  .header-nav__link--mypage::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-nav__link--mypage {
    width: 100px;
    font-size: 10px;
    border-radius: 0;
    border-bottom: 0;
  }

  .header-nav__link--mypage:hover {
    opacity: 0.7;
    background-color: #f08300;
  }
}

@media (max-width: 767px) {
  .header-nav__link--mypage {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.5;
  }

  .header-nav__link--mypage::after {
    display: none;
  }
}

.header-nav__link-icon {
  margin-right: 10px;
  width: 17.5px;
}

@media (min-width: 1200px) {
  .header-nav__link-icon {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30px;
  }
}

.header-nav__link-icon.icon--reserve {
  width: 15px;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .header-nav__link-icon.icon--reserve {
    margin-right: 0;
    width: 30px;
  }
}

.header-nav__link-text--en {
  margin-right: 5px;
  font-size: 21.2px;
  font-weight: 700;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .header-nav__link-text--en {
    margin-right: 0;
    font-size: 13px;
  }
}

.header-nav__link-text--ja {
  color: #919191;
  font-size: 12px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .header-nav__link-text--ja {
    margin-right: 0;
    font-size: 6px;
  }
}

@media (min-width: 1400px) {
  .header-nav__link-text--ja {
    font-size: 10px;
  }
}

.header-nav__link-text--reserve,
.header-nav__link-text--inquiry,
.header-nav__link-text--tel {
  color: #f08300;
}

.header-nav__link-text--reserve span,
.header-nav__link-text--inquiry span,
.header-nav__link-text--tel span {
  display: block;
}

@media (min-width: 1200px) {
  .header-nav__link-text--reserve,
  .header-nav__link-text--inquiry,
  .header-nav__link-text--tel {
    text-align: center;
  }
}

.header-nav__link-text--reserve {
  color: #fff;
  font-size: 12px;
}

@media (min-width: 768px) {
  .header-nav__link-text--reserve {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .header-nav__link-text--reserve {
    font-size: 13px;
  }
}

.header-nav__link-text--mypage {
  color: #fff;
}

.header-nav__link-text--mypage span {
  display: block;
}

@media (min-width: 1200px) {
  .header-nav__link-text--mypage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    text-align: center;
  }
}

.header-nav__pulldown-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
}

.header-nav__pulldown-list-item {
  border-top: 1px solid #fff;
}

.header-nav__pulldown-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: #fff;
  font-size: 10px;
  background-color: #f08300;
}

.header-nav__pulldown-link:hover {
  opacity: 0.7;
}

.header-nav__pulldown-image {
  flex: 0 0 auto;
  margin-bottom: 5px;
}

.header-nav__pulldown-image-img {
  width: 22px;
}

.header-nav__pulldown-text {
  text-align: center;
}

.header-nav__pulldown-office {
  position: absolute;
  display: none;
  padding: 20px;
  left: 0;
  right: 100px;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
}

.header-nav__pulldown-office-wrapper {
  width: 100%;
}

.header-nav__pulldown-office-group {
  padding: 4px 5px;
  color: #fff;
  font-size: 13.5px;
  cursor: pointer;
}

.header-nav__pulldown-office-link {
  color: #fff;
  text-decoration: none;
}

.header-nav__pulldown-office-link:hover {
  text-decoration: underline;
}

.header-nav__pulldown-office-link .comment {
  display: inline-block;
  color: #ff8080;
}

.header-nav__pulldown-office-pref-list {
  position: relative;
  width: 100%;
  height: 440px;
}

.header-nav__pulldown-office-pref-list-item {
  width: 100px;
}

.header-nav__pulldown-office-pref-list-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.header-nav__pulldown-office-pref-list-item > div {
  display: none;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.2);
}

.header-nav__pulldown-office-pref-list-item:hover > div {
  display: block !important;
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  bottom: 0;
}

.header-nav__pulldown-office-pref-list-item h4 {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}

.header-nav__pulldown-office-pref-list-item ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  line-height: 1.6;
}

.header-nav__pulldown-office-pref-list-item ul li {
  padding: 2px 10px;
  font-size: 12px;
  width: 33%;
}

.header-nav__hovermenu li {
  padding-top: 5px;
}

.header-nav__hovermenu a {
  color: #f08300;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .header-nav__hovermenu {
    opacity: 0;
    height: 0;
    transition: all 0.3s;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 240px;
    padding: 15px;
  }

  .header-nav__hovermenu li:first-child {
    padding-bottom: 10px;
  }

  .header-nav__hovermenu a {
    color: #fff;
    font-size: 13px;
    border-bottom: 2px solid transparent;
  }

  .header-nav__hovermenu a:hover {
    border-color: #f08300;
  }
}

.header-contact-popup {
  display: none;
}

.header-contact-popup .footer-contact__list-item:nth-child(1) {
  border-top: none;
}

.header-contact-popup.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.header-contact-popup__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.header-contact-popup__close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
}

