@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@-webkit-keyframes topanimation {
 0% {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
 }
 10% {
  opacity: 1;
 }
 100% {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
 }
}
@keyframes topanimation {
 0% {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
 }
 10% {
  opacity: 1;
 }
 100% {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
 }
}
html {
 font-family: sans-serif;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
body {
 margin: 0;
 letter-spacing: .04em;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
 display: block;
}
audio, canvas, progress, video {
 display: inline-block;
 vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden], template {
 display: none;
}
a {
 background-color: rgba(0, 0, 0, 0);
}
a:active, a:hover {
 outline: 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b, strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
h1 {
 font-size: 2em;
 margin: .67em 0;
}
mark {
 color: #000;
}
small {
 font-size: 80%;
}
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 1em 40px;
}
hr {
 box-sizing: content-box;
 height: 0;
}
pre {
 overflow: auto;
}
code, kbd, pre, samp {
 font-family: monospace, monospace;
 font-size: 1em;
}
button, input, optgroup, select, textarea {
 color: inherit;
 font: inherit;
 margin: 0;
}
button {
 overflow: visible;
}
button, select {
 text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
 -webkit-appearance: button;
 cursor: pointer;
}
button[disabled], html input[disabled] {
 cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
 line-height: normal;
}
input[type=checkbox], input[type=radio] {
 box-sizing: border-box;
 padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
 border: 1px solid #bcc8d6;
 margin: 0 2px;
 padding: .35em .625em .75em;
}
legend {
 border: 0;
 padding: 0;
}
textarea {
 overflow: auto;
}
optgroup {
 font-weight: bold;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
td, th {
 padding: 0;
}
html {
 box-sizing: border-box;
}
*, *:before, *:after {
 box-sizing: border-box;
}
body {
 background: #fff;
 font-feature-settings: "palt";
 letter-spacing: .1em;
}
blockquote, q {
 quotes: """";
}
blockquote:before, blockquote:after, q:before, q:after {
 content: "";
}
hr {
 background-color: #dae3ed;
 border: 0;
 height: 1px;
 margin-bottom: 1.5em;
}
img {
 display: inline-block;
 height: auto;
 max-width: 100%;
 width: 100%;
 vertical-align: middle;
}
figure {
 margin: 1em 0;
}
.flex-col-sp {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.flex-col-sp_2 > li {
 width: calc(50% - 5px);
}
.flex-col-sp_2_nmargin > li {
 width: 50%;
}
a {
 transition: all .3s;
 color: inherit;
}
a:focus {
 outline: none;
}
a:hover, a:active {
 outline: 0;
}
.c-viewlinks {
 margin: 30px 0 0 0;
 text-align: center;
}
.js-hover:hover {
 opacity: 1;
}
ul, ol {
 list-style: none;
 margin: 0;
 padding: 0;
}
li {
 list-style: none;
 margin: 0;
 padding: 0;
}
dl {
 margin: 0;
}
dl dd {
 margin: 0;
}
ol.list-num {
 padding-left: 1.2em;
}
ol.list-num > li {
 margin-bottom: 10px;
 counter-increment: number;
 position: relative;
}
ol.list-num > li::before {
 content: counter(number) ".";
 display: block;
 margin-left: -1em;
 position: absolute;
 top: 0;
 left: 0;
}
table {
 margin: 0 0 1em;
 table-layout: fixed;
 text-align: center;
 vertical-align: middle;
 width: 100%;
}
th {
 font-weight: normal;
}
input[type=text] {
 border-radius: 0;
 -webkit-appearance: none;
}
button {
 background-color: inherit;
 border: none;
}
input[type=button], input[type=reset], input[type=submit] {
 border: none;
 border-color: #30363e;
 border-radius: 3px;
 background: #30363e;
 color: #fff;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
 border-color: #bcc8d6;
}
input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
 border-color: #bcc8d6;
 outline: none;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
 width: 100%;
 color: #30363e;
 border: none;
 padding: 5px 5px;
 border: 1px solid #bcc8d6;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
 color: #30363e;
 outline: 2px solid #000;
}
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
 color: #8897a7;
}
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
 color: #8897a7;
}
textarea::placeholder, input::placeholder {
 color: #8897a7;
}

textarea {
 width: 100%;
 height: 239px;
 resize: vertical;
}
textarea.textarea-min {
 height: 100px;
}
/*
input {
 display: block;
 width: 100%;
}
*/
input.input-year {
 width: 30%;
 display: inline-block;
 margin-right: 10px;
}
input.input-month {
 width: 15%;
 display: inline-block;
 margin: 0 10px;
}
input.input-day {
 width: 15%;
 display: inline-block;
 margin: 0 10px;
}
/*
input[type=radio] {
 display: none;
}*/
.radio {
 padding-left: 20px;
 position: relative;
}
.radio:before {
 content: "";
 display: block;
 position: absolute;
 top: 5px;
 left: 0;
 width: 15px;
 height: 15px;
 border: 1px solid #8897a7;
 border-radius: 50%;
}
input[type=radio]:checked + .radio:after {
 content: "";
 display: block;
 position: absolute;
 top: 7px;
 left: 2px;
 width: 11px;
 height: 11px;
 background: #000;
 border-radius: 50%;
}
/*
input[type=checkbox] {
 display: none;
}
*/
.checkbox {
 padding-left: 20px;
 position: relative;
}
.checkbox:before {
 content: "";
 display: block;
 position: absolute;
 top: 5px;
 left: 0;
 width: 15px;
 height: 15px;
 border: 1px solid #8897a7;
 border-radius: 4px;
}
input[type=checkbox]:checked + .checkbox:after {
 content: "";
 display: block;
 position: absolute;
 top: 2px;
 left: 5px;
 width: 7px;
 height: 14px;
 -webkit-transform: rotate(40deg);
 transform: rotate(40deg);
 border-bottom: 3px solid #000;
 border-right: 3px solid #000;
}
.form-check-list > li {
 display: inline-block;
 margin-right: 5px;
}
body, button, input, select, textarea {
 color: #30363e;
 font-family: "Inter", "Noto Sans JP", sans-serif;
 font-size: 14px;
 line-height: 1.6;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
 clear: both;
 margin: 0;
}
p {
 margin: 0;
}
dfn, cite, em, i {
 font-style: italic;
}
blockquote {
 margin: 0 1.5em;
}
address {
 margin: 0 0 1.5em;
}
pre {
 background: #eaf0f6;
 font-family: "Courier 10 Pitch", Courier, monospace;
 font-size: 15px;
 font-size: .9375rem;
 line-height: 1.4;
 margin-bottom: 1.6em;
 max-width: 100%;
 overflow: auto;
 padding: 1.6em;
}
code, kbd, tt, var {
 font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
 font-size: 15px;
 font-size: .9375rem;
}
abbr, acronym {
 border-bottom: 1px dotted #697482;
 cursor: help;
}
mark {
 background: #ffd600;
}
ins {
 background: #f2f8ff;
 text-decoration: none;
}
big {
 font-size: 125%;
}

.is-fadein {
 -webkit-animation-name: fadeInAnime;
 animation-name: fadeInAnime;
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 opacity: 0;
}
@-webkit-keyframes fadeInAnime {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
@keyframes fadeInAnime {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}


.mv {
 padding-top: 38px;
 overflow: hidden;
}
.home .mv {
 overflow: hidden;
 position: relative;
 padding: 0;
 width: 100%;
}
.home .mv {
 margin-bottom: 30px;
}
.mv-top {
 padding-top: 26px;
 padding-bottom: 6px;
}

.copyright {
 padding-top: 30px;
 font-size: 12px;
 text-align: center;
}
.l-footer {
 color: #fff;
 background: #000;
 padding-bottom: 40px;
 width: 100%;
 margin-bottom: 58px;
 letter-spacing: .05em;
}
.l-footer > .l-container {
 padding: 0;
}
.footer a {
 text-decoration: none;
 cursor: pointer;
 color: #fff;
}
.footer a:link {
 color: #fff;
}
.footer__icon {
 margin-top: 40px;
 padding: 0 15px;
}
.footer__logo {
 width: 110px;
 margin: auto;
}
.footer__sns {
 text-align: center;
 margin-top: 20px;
}
.footer__sns li {
 display: inline-block;
 width: 32px;
 font-size: 30px;
}
.footer__sns li + li {
 margin-left: 10px;
}
.address {
 padding-top: 30px;
}
.address p {
 font-size: 13px;
 line-height: 2;
 text-align: center;
}
.address i {
 font-size: 14px;
 color: #fff;
 margin-right: 5px;
}
.footer__blank {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 font-size: 10px;
 padding-right: 15px;
 margin-top: 27px;
}
.footer__blank li a {
 position: relative;
}
.footer__blank li a:after {
 position: absolute;
 content: "";
 background: url(../img/common/blank@2x.png) no-repeat;
 width: 10px;
 height: 7px;
 background-size: contain;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 right: -15px;
}
.footer__blank li a:hover {
 color: inherit;
}
.footer__nav > li {
 font-weight: 700;
 border-bottom: 1px solid #333;
}
.footer__nav > li > a {
 padding: 20px 0 20px 20px;
 display: block;
}
.footer__nochild a {
 color: #fff;
 display: block;
 position: relative;
}
.footer__nochild a:after {
 position: absolute;
 content: "";
 background: url(../img/common/footer-arrow.svg) no-repeat;
 width: 9px;
 height: 12px;
 background-size: contain;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 20px;
}
.footer__parent > a {
 color: #fff;
 position: relative;
 display: block;
 font-size: 15px;
}
.footer__parent > a:after {
 position: absolute;
 content: "";
 background: url(../img/common/footer-plus.png) no-repeat;
 width: 12px;
 height: 12px;
 background-size: contain;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 20px;
}
.footer__parent > a.close:after {
 background: url(../img/common/footer-border.png) no-repeat;
 width: 10px;
 height: 2px;
 right: 20px;
}
.footer__parent > a.u-sp-hide {
 pointer-events: auto;
}
.footer__childs {
 display: none;
 font-weight: normal;
 background: #333333;
 padding: 0 20px;
 font-size: 12px;
}
.footer__childs a {
 color: #fff;
}
.footer__childs > li {
 border-bottom: 1px solid #444;
 padding: 18px 0;
}
.footer__childs > li:last-child {
 border-bottom: none;
}
.footer__childs > li > a {
 position: relative;
 display: block;
 font-size: 14px;
}
.footer__childs > li > a:after {
 position: absolute;
 content: "";
 background: url(../img/common/footer-arrow-small.svg) no-repeat;
 width: 8px;
 height: 10px;
 background-size: contain;
 top: 8px;
 right: 5px;
}
.footer__childs > li > a.icon-open:after {
 background: url(../img/common/footer-border.png) no-repeat;
 width: 10px;
 height: 1;
 top: 3px;
}
.footer__grandchild {
 padding-left: 1em;
}
.footer__grandchild > li {
 margin-top: 20px;
 line-height: 2;
}
.footer__copy {
 text-align: center;
 margin-top: 18px;
}
.footer__copy small {
 font-size: 10px;
}
.footer__copy small a {
 color: #fff;
 text-decoration: none;
}
.footer-cv {
 padding: 0;
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 z-index: 100;
 background: #ddd;
}
.footer-cv__item {
 width: 85%;
 margin: auto;
 display: flex;
 justify-content: center;
}
.footer-cv__item li {
 width: 25%;
}
.footer-cv__item a {
 display: block;
 text-align: center;
 width: 100%;
 color: #333;
 height: 70px;
 padding: 15px 0;
 text-decoration: none;
 font-size: 10px;
}
.footer-cv__item a i {
 display: block;
 font-size: 20px;
 margin-bottom: 5px;
}
.footer-cv__item.top {
 min-width: 240px;
}
.payment .footer-cv, .scan .footer-cv, .now .footer-cv, .sa .footer-cv, .ai .footer-cv, .telework .footer-cv, .profit .footer-cv {
 display: none;
}

.gnav__list__sns {
 width: 45%;
 display: flex;
 padding-right: 45px;
 box-sizing: border-box;
 justify-content: flex-end;
}
.gnav__list__sns li + li {
 margin-left: 10px;
}
.gnav__list__sns a {
 color: #fff;
 text-decoration: none;
 font-size: 10px;
 letter-spacing: 0.5px;
}
.gnav__list__sns .hm_fb a i, .gnav__list__sns .hm_is a i {
 padding-top: 3px;
 font-size: 20px;
}
.gnav__list__sns .nav_en a {
 font-size: 10px;
 color: #fff;
 font-weight: 400;
 border: #fff 1px solid;
 padding: 3px 5px;
 text-decoration: none;
 letter-spacing: .005em;
 margin-right: 5px;
 border-radius: 3px;
}
.gnav-btn {
 width: 54px;
 height: 54px;
 text-align: center;
 vertical-align: middle;
 position: absolute;
 top: 0px;
 right: 0;
 z-index: 10;
 cursor: pointer;
}
.gnav-btn__container {
 position: relative;
 width: 54px;
 height: 16px;
 position: relative;
 display: inline-block;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 left: 0;
}
.gnav-btn__container > span {
 position: absolute;
 width: 21px;
 height: 2px;
 left: 15px;
 display: block;
 background-color: #fff;
 transition: all .4s;
}
.gnav-btn__container > span:first-child {
 top: 0;
}
.gnav-btn__container > span:nth-child(2) {
 top: 7px;
}
.gnav-btn__container > span:nth-child(3) {
 bottom: 0;
}
.gnav-btn.close .gnav-btn__container > span {
 background-color: #fff;
}
.close .gnav-btn__container span:nth-of-type(1) {
 -webkit-transform: translateY(7px) rotate(-45deg);
 transform: translateY(7px) rotate(-45deg);
}
.close .gnav-btn__container span:nth-of-type(2) {
 left: 50%;
 opacity: 0;
 -webkit-animation: active-menu-bar02 .8s forwards;
 animation: active-menu-bar02 .8s forwards;
}
.close .gnav-btn__container span:nth-of-type(3) {
 -webkit-transform: translateY(-7px) rotate(45deg);
 transform: translateY(-7px) rotate(45deg);
}
@-webkit-keyframes active-menu-bar02 {
 100% {
  height: 0;
 }
}
@keyframes active-menu-bar02 {
 100% {
  height: 0;
 }
}
.gnav {
 display: none;
 position: fixed;
 top: 54px;
 left: 0;
 width: 100vw;
 height: 100vh;
 padding-top: 9px;
 background-color: #fff;
 overflow-y: scroll;
 overflow-x: hidden;
 z-index: 20;
}
.gnav__inner {
 margin-bottom: 100px;
}
.gnav__lists {
 height: 100%;
 padding: 0 20px;
 position: relative;
}
.gnav__list {
 display: block;
 border-bottom: 1px solid #dddddd;
 position: relative;
}
.gnav__list:last-child {
 border-bottom: none;
}
.gnav__list:after {
 position: absolute;
 content: "";
 background: url(../img/common/arrow.svg) no-repeat;
 width: 10px;
 height: 12px;
 background-size: contain;
 top: 27px;
 right: 2px;
}
.gnav__list.is-has-child {
 position: relative;
}
.gnav__list.is-has-child:after {
 position: absolute;
 background: url(../img/common/gnav-plus.png) no-repeat;
 background-size: contain;
 width: 12px;
 height: 12px;
 top: 25px;
 right: 0px;
}
.gnav__list.is-has-child.active:after {
 position: absolute;
 background: url(../img/common/gnav-border.png) no-repeat;
 width: 12px;
 height: 2px;
 content: "";
 top: 30px;
}
.gnav__list.is-has-child ul {
 position: relative;
 left: 0;
 top: 0;
 width: 100%;
 visibility: visible;
 opacity: 1;
 display: none;
 transition: none;
 padding: 0;
 margin-bottom: 20px;
}
.gnav__list.is-has-child ul li {
 border-bottom: 1px solid #dddddd;
 padding: 20px 0;
 position: relative;
}
.gnav__list.is-has-child ul li:last-child {
 border-bottom: none;
}
.gnav__list.is-has-child ul li:after {
 position: absolute;
 content: "";
 background: url(../img/common/arrow-small.svg) no-repeat;
 width: 8px;
 height: 10px;
 background-size: contain;
 top: 25px;
 right: 2px;
}
.gnav__list.is-has-child ul a {
 font-size: 14px;
}
.gnav__link {
 position: relative;
 display: block;
 text-decoration: none;
 transition: all .3s;
}
.gnav__link--top {
 font-weight: 700;
 padding: 20px 0;
 font-size: 15px;
}
.gnav a {
 color: #30363e;
}
.gnav a:link {
 color: #30363e;
}
.nav-cv__en {
 display: none;
}
.pc-gnav {
 display: none;
}
.pc-gnav__lists {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 height: 100%;
}
.pc-gnav__list {
 line-height: 84px;
}
.pc-gnav__list:first-child .pc-gnav__link {
 margin-left: 0;
}
.pc-gnav__list:hover .pc-child {
 visibility: visible;
 opacity: 1;
}
.pc-gnav__link {
 text-decoration: none;
 font-size: 14px;
 font-weight: 700;
 position: relative;
 margin: 0 14px;
 display: block;
 letter-spacing: .01em;
}
.pc-gnav__link--top {
 cursor: pointer;
 position: relative;
 margin-right: 28px;
}
.pc-gnav__link--top:after {
 position: absolute;
 content: "";
 background: url(../img/common/arrow-bottom.svg) no-repeat;
 width: 9px;
 height: 5px;
 background-size: contain;
 top: 41px;
 right: -14px;
}
.pc-gnav__link:before {
 content: "";
 position: absolute;
 bottom: 25px;
 left: 0;
 width: 100%;
 height: 2px;
 background: #fff;
 transition: all .3s;
 -webkit-transform: scale(0, 1);
 transform: scale(0, 1);
 -webkit-transform-origin: left top;
 transform-origin: left top;
}
.pc-gnav__link:hover {
 opacity: 1;
}
.pc-gnav__link:hover:before {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
.pc-gnav a {
 color: #fff;
}
.pc-gnav a:link {
 color: #fff;
}
.pc-child {
 position: absolute;
 top: 83px;
 left: 0px;
 z-index: 100;
 width: 100%;
 background-color: #f5f5f5;
 visibility: hidden;
 opacity: 0;
 transition: .1s;
 padding-bottom: 60px;
 padding-top: 54px;
 line-height: 1.4;
 height: 530px;
}
.pc-child a, .pc-child a:link {
 color: #000;
 font-size: 16px;
}
.pc-child__inner {
 width: 1000px;
 margin: auto;
}
.pc-child__ttl {
 color: #000;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 50px;
 letter-spacing: .1em;
 font-family: 'Noto Serif JP', serif;
}
.pc-child__lists {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.pc-child__lists::after {
 content: "";
 display: block;
 width: calc(33.333% - 50px);
}
.pc-child__lists li {
 width: calc(33.333% - 50px);
 border-bottom: 1px solid #dddddd;
 padding-bottom: 20px;
}
.pc-child__lists li:nth-child(n+4) {
 margin-top: 20px;
}
.pc-child__link {
 text-decoration: none;
 font-size: 14px;
 display: block;
 position: relative;
 transition: all .3s;
}
.pc-child__link:after {
 position: absolute;
 font-weight: bold;
 color: #000;
 top: 50%;
 right: 0;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 content: "";
 font-family: "Font Awesome 5 Free";
}
.pc-child__link:hover {
 color: #000 !important;
}
.pc-child__p2 {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 border-left: 2px solid #000;
}
.pc-child__p2 .pc-child__lists {
 display: block;
 border-left: none;
}
.pc-child__p2 .pc-child__lists li {
 margin-bottom: 18px;
}
.pc-child__p2 .pc-child__lists li:last-child {
 margin-bottom: 0;
}
.nav-cv {
 margin-left: auto;
}
.overlay .overlay_parts {
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, .2);
 z-index: 10;
 position: fixed;
}
.l-header-wrap {
 position: fixed;
 width: 100%;
 top: 0;
 left: 0;
 z-index: 999;
 transition: ease .3s;
}
.l-header {
 position: relative;
 height: 54px;
 padding: 0 15px;
 background: #000;
 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
}
.l-header__inner {
 height: 100%;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
.l-header .l-container:after {
 content: "";
 clear: both;
 display: block;
}
.l-header__logo {
 width: 80px;
 display: initial;
 font-size: initial;
 -webkit-margin-before: initial;
 margin-block-start: initial;
 -webkit-margin-after: initial;
 margin-block-end: initial;
 -webkit-margin-start: initial;
 margin-inline-start: initial;
 -webkit-margin-end: initial;
 margin-inline-end: initial;
 font-weight: initial;
}
.l-header__logo a {
 display: block;
 transition: all .2s ease-out;
}
.l-wrapper {
 overflow: hidden;
 margin: 0 auto;
}
.l-container {
 margin: 0 auto;
 padding: 0 20px;
}
.l-container:after {
 content: "";
 clear: both;
 display: block;
}
.l-main {
 margin-top: 54px;
 height: 500px;
 text-align: center;
}

.menu-open {
 height: 100%;
 overflow: hidden;
}


@-webkit-keyframes loop {
 from {
  -webkit-transform: translateX(0);
  transform: translateX(0);
 }
 to {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
 }
}
@keyframes loop {
 from {
  -webkit-transform: translateX(0);
  transform: translateX(0);
 }
 to {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
 }
}

.u-sp-hide {
 display: none !important;
}
.u-sp-hide-pc-flex {
 display: none;
}
.u-sp-hide-i {
 display: none !important;
}
.u-320-hide {
 display: none !important;
}
.u-d-i {
 display: inline !important;
}
.u-d-ib {
 display: inline-block !important;
}
.u-d-b {
 display: block !important;
}
.is-hidden {
 display: none !important;
 opacity: 0 !important;
}
.is-show {
 -webkit-animation: fadeIn 1s ease;
 animation: fadeIn 1s ease;
}
@-webkit-keyframes fadeIn {
 0% {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
 }
 100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
 }
}
@keyframes fadeIn {
 0% {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
 }
 100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
 }
}
.u-hide {
 display: none;
}
.u-fs-8 {
 font-size: 8px !important;
}
.u-fs-9 {
 font-size: 9px !important;
}
.u-fs-10 {
 font-size: 10px !important;
}
.u-fs-11 {
 font-size: 11px !important;
}
.u-fs-12 {
 font-size: 12px !important;
}
.u-fs-13 {
 font-size: 13px !important;
}
.u-fs-14 {
 font-size: 14px !important;
}
.u-fs-15 {
 font-size: 15px !important;
}
.u-fs-16 {
 font-size: 16px !important;
}
.u-fs-17 {
 font-size: 17px !important;
}
.u-fs-18 {
 font-size: 18px !important;
}
.u-fs-19 {
 font-size: 19px !important;
}
.u-fs-20 {
 font-size: 20px !important;
}
.u-fs-21 {
 font-size: 21px !important;
}
.u-fs-22 {
 font-size: 22px !important;
}
.u-fs-23 {
 font-size: 23px !important;
}
.u-fs-24 {
 font-size: 24px !important;
}
.u-fs-25 {
 font-size: 25px !important;
}
.u-fs-26 {
 font-size: 26px !important;
}
.u-fs-27 {
 font-size: 27px !important;
}
.u-fs-28 {
 font-size: 28px !important;
}
.u-fs-29 {
 font-size: 29px !important;
}
.u-fs-30 {
 font-size: 30px !important;
}
.u-fs-31 {
 font-size: 31px !important;
}
.u-fs-32 {
 font-size: 32px !important;
}
.u-fs-33 {
 font-size: 33px !important;
}
.u-fs-34 {
 font-size: 34px !important;
}
.u-fs-35 {
 font-size: 35px !important;
}
.u-fs-36 {
 font-size: 36px !important;
}
.u-fs-37 {
 font-size: 37px !important;
}
.u-fs-38 {
 font-size: 38px !important;
}
.u-fs-39 {
 font-size: 39px !important;
}
.u-fs-40 {
 font-size: 40px !important;
}
.f-s-small {
 font-size: 12px;
}
.u-mt-0 {
 margin-top: 0px !important;
}
.u-mt-5 {
 margin-top: 5px !important;
}
.u-mt-10 {
 margin-top: 10px !important;
}
.u-mt-15 {
 margin-top: 15px !important;
}
.u-mt-20 {
 margin-top: 20px !important;
}
.u-mt-25 {
 margin-top: 25px !important;
}
.u-mt-30 {
 margin-top: 30px !important;
}
.u-mt-35 {
 margin-top: 35px !important;
}
.u-mt-40 {
 margin-top: 40px !important;
}
.u-mt-45 {
 margin-top: 45px !important;
}
.u-mt-50 {
 margin-top: 50px !important;
}
.u-mt-55 {
 margin-top: 55px !important;
}
.u-mt-60 {
 margin-top: 60px !important;
}
.u-mt-65 {
 margin-top: 65px !important;
}
.u-mt-70 {
 margin-top: 70px !important;
}
.u-mt-75 {
 margin-top: 75px !important;
}
.u-mt-80 {
 margin-top: 80px !important;
}
.u-mt-85 {
 margin-top: 85px !important;
}
.u-mt-90 {
 margin-top: 90px !important;
}
.u-mt-95 {
 margin-top: 95px !important;
}
.u-mt-100 {
 margin-top: 100px !important;
}
.u-mb-0 {
 margin-bottom: 0px !important;
}
.u-mb-5 {
 margin-bottom: 5px !important;
}
.u-mb-10 {
 margin-bottom: 10px !important;
}
.u-mb-15 {
 margin-bottom: 15px !important;
}
.u-mb-20 {
 margin-bottom: 20px !important;
}
.u-mb-25 {
 margin-bottom: 25px !important;
}
.u-mb-30 {
 margin-bottom: 30px !important;
}
.u-mb-35 {
 margin-bottom: 35px !important;
}
.u-mb-40 {
 margin-bottom: 40px !important;
}
.u-mb-45 {
 margin-bottom: 45px !important;
}
.u-mb-50 {
 margin-bottom: 50px !important;
}
.u-mb-55 {
 margin-bottom: 55px !important;
}
.u-mb-60 {
 margin-bottom: 60px !important;
}
.u-mb-65 {
 margin-bottom: 65px !important;
}
.u-mb-70 {
 margin-bottom: 70px !important;
}
.u-mb-75 {
 margin-bottom: 75px !important;
}
.u-mb-80 {
 margin-bottom: 80px !important;
}
.u-mb-85 {
 margin-bottom: 85px !important;
}
.u-mb-90 {
 margin-bottom: 90px !important;
}
.u-mb-95 {
 margin-bottom: 95px !important;
}
.u-mb-100 {
 margin-bottom: 100px !important;
}
.u-pt-0 {
 padding-top: 0px !important;
}
.u-pt-5 {
 padding-top: 5px !important;
}
.u-pt-10 {
 padding-top: 10px !important;
}
.u-pt-15 {
 padding-top: 15px !important;
}
.u-pt-20 {
 padding-top: 20px !important;
}
.u-pt-25 {
 padding-top: 25px !important;
}
.u-pt-30 {
 padding-top: 30px !important;
}
.u-pt-35 {
 padding-top: 35px !important;
}
.u-pt-40 {
 padding-top: 40px !important;
}
.u-pt-45 {
 padding-top: 45px !important;
}
.u-pt-50 {
 padding-top: 50px !important;
}
.u-pt-55 {
 padding-top: 55px !important;
}
.u-pt-60 {
 padding-top: 60px !important;
}
.u-pt-65 {
 padding-top: 65px !important;
}
.u-pt-70 {
 padding-top: 70px !important;
}
.u-pt-75 {
 padding-top: 75px !important;
}
.u-pt-80 {
 padding-top: 80px !important;
}
.u-pt-85 {
 padding-top: 85px !important;
}
.u-pt-90 {
 padding-top: 90px !important;
}
.u-pt-95 {
 padding-top: 95px !important;
}
.u-pt-100 {
 padding-top: 100px !important;
}
.u-pb-0 {
 padding-bottom: 0px !important;
}
.u-pb-5 {
 padding-bottom: 5px !important;
}
.u-pb-10 {
 padding-bottom: 10px !important;
}
.u-pb-15 {
 padding-bottom: 15px !important;
}
.u-pb-20 {
 padding-bottom: 20px !important;
}
.u-pb-25 {
 padding-bottom: 25px !important;
}
.u-pb-30 {
 padding-bottom: 30px !important;
}
.u-pb-35 {
 padding-bottom: 35px !important;
}
.u-pb-40 {
 padding-bottom: 40px !important;
}
.u-pb-45 {
 padding-bottom: 45px !important;
}
.u-pb-50 {
 padding-bottom: 50px !important;
}
.u-pb-55 {
 padding-bottom: 55px !important;
}
.u-pb-60 {
 padding-bottom: 60px !important;
}
.u-pb-65 {
 padding-bottom: 65px !important;
}
.u-pb-70 {
 padding-bottom: 70px !important;
}
.u-pb-75 {
 padding-bottom: 75px !important;
}
.u-pb-80 {
 padding-bottom: 80px !important;
}
.u-pb-85 {
 padding-bottom: 85px !important;
}
.u-pb-90 {
 padding-bottom: 90px !important;
}
.u-pb-95 {
 padding-bottom: 95px !important;
}
.u-pb-100 {
 padding-bottom: 100px !important;
}
.u-fs-o {
 font-style: oblique !important;
}
.u-td-u {
 text-decoration: underline !important;
}
.u-fw-n {
 font-weight: normal !important;
}
.u-fw-b {
 font-weight: bold !important;
}
@media screen and (min-width: 320px) {
 .u-320-hide {
  display: block !important;
 }
}
@media screen and (min-width: 768px) {
 a:hover {
  opacity: .8;
 }
 a:hover img {
  opacity: .8;
 }



 .mv {
  padding-top: 0;
 }

 .home .mv {
  margin-bottom: 35px;
 }
 .mv-top {
  padding-top: 80px;
  padding-bottom: 72px;
 }


 .copyright {
  padding-top: 30px;
  font-size: 12px;
  text-align: left;
 }
 .l-footer {
  padding: 76px 0 46px;
  min-width: 1325px;
  margin-bottom: 0;
 }
 .l-footer > .l-container {
  width: 1200px;
  margin: auto;
  padding: 0 15px;
 }
 .footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
 }
 .footer__icon {
  padding: 0;
  margin-top: 0;
 }
 .footer__logo {
  width: 110px;
  margin: 0;
 }
 .footer__sns {
  text-align: left;
  margin-top: 37px;
 }
 .footer__sns li {
  width: 38px;
  font-size: 32px;
 }
 .footer__sns li + li {
  margin-left: 9px;
 }
 .address {
  padding-top: 30px;
 }
 .address p {
  font-size: 13px;
  line-height: 2;
  text-align: left;
 }
 .address i {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
 }
 .footer__blank {
  display: block;
  font-size: 12px;
  padding-right: 0;
  margin-top: 40px;
 }
 .footer__blank li {
  margin-bottom: 20px;
 }
 .footer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 120px;
 }
 .footer__nav {
  width: calc(33.333% - 20px);
  text-align: left;
 }
 .footer__nav > li {
  border-bottom: none;
 }
 .footer__nav > li > a {
  font-size: 14px;
  padding: 0;
 }
 .footer__nav > li:not(:first-child) {
  margin-top: 50px;
 }
 .footer__nochild a:after {
  display: none;
 }
 .footer__parent > a {
  pointer-events: none;
  margin-bottom: 20px;
 }
 .footer__parent > a:after {
  display: none;
 }
 .footer__childs {
  display: block;
  padding: 0;
  background: none;
 }
 .footer__childs > li {
  border-bottom: none;
  padding: 0;
 }
 .footer__childs > li:last-child > a {
  padding-bottom: 0;
 }
 .footer__childs > li > a {
  padding-bottom: 14px;
 }
 .footer__childs > li > a:after {
  display: none;
 }
 .footer__grandchild {
  padding-left: 0;
  margin-bottom: 14px;
 }
 .footer__grandchild > li {
  margin-top: 0;
  font-size: 11px;
 }
 .footer__copy {
  text-align: left;
 }
 .gnav-btn {
  display: none;
 }
 .gnav__list__sns {
  display: none;
 }
 .nav-cv__en {
  display: block;
  margin-left: 30px;
 }
 .nav-cv__en a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  border: #fff 1px solid;
  padding: 4px 7px;
  text-decoration: none;
  letter-spacing: .005em;
  border-radius: 3px;
 }
 .pc-gnav {
  display: block;
  margin-left: 30px;
 }
 .l-header-wrap {
  min-width: 1230px;
 }
 .nav-cv__lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 .nav-cv__list a {
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
 }
 .nav-cv__list li.hm_fb a {
  font-size: 18px;
 }
 .nav-cv__list li.hm_is a {
  font-size: 18px;
 }
 .nav-cv__list li + li {
  margin-left: 15px;
 }
 .l-header {
  padding: 0 10px 0 15px;
  height: 83px;
  margin: auto;
 }
 .l-header__inner {
  height: 83px;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }
 .l-header .l-container {
  position: relative;
 }
 .l-header__logo {
  line-height: 1;
  width: 110px;
  padding-top: 0;
  margin-top: -5px;
 }
 .l-wrapper {
  min-width: 1230px;
 }
 .l-container {
  padding: 0 15px;
  width: 1230px;
 }

 .l-main {
  margin-top: 84px;
  height: 800px;
  text-align: center;
 }


 .u-pc-hide {
  display: none !important;
 }
 .u-sp-hide {
  display: block !important;
 }
 .u-sp-hide-pc-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 }
 .u-sp-hide-i {
  display: inline-block !important;
 }
 .u-hide {
  display: block;
 }
}
@media screen and (min-width: 768px)and (min-width: 1280px) {}
@media screen and (min-width: 798px) {
 img {
  width: auto;
 }
 .flex-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 .flex-col_2 > li {
  width: 50%;
 }
 .flex-col_3 > li {
  width: 33.3333%;
 }
 .flex-col_4 > li {
  width: 25%;
 }
 .flex-col_5 > li {
  width: 20%;
 }
 .flex-col-sp_2 > li {
  width: 100%;
 }
 .flex-col-sp_2_nmargin > li {
  width: 100%;
 }
 .flex-col_pc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  padding: 5px 10px;
 }
 textarea {
  width: 100%;
  height: 294px;
 }
 textarea.textarea-min {
  height: 230px;
 }
 input.input__min {
  width: 290px;
 }
 input.middle-width {
  width: 325px;
 }
 input.full-width {
  width: 100%;
 }
 input.full-width--670 {
  width: 670px;
 }
 .input-birth input[type=text] {
  float: inherit;
 }
 input.input-year {
  width: 113px;
 }
 input.input-month {
  width: 52px;
 }
 input.input-day {
  width: 52px;
 }
 input[type=text].input--inline {
  display: inline-block;
  width: 90%;
 }
 body, button, input, select, textarea {
  font-size: 16px;
 }
}
@media screen and (min-width: 1280px) {}
@media screen and (min-width: 1325px) {
 .nav-cv__en {
  margin-left: 30px;
 }
 .nav-cv__en a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  border: #fff 1px solid;
  padding: 4px 7px;
  text-decoration: none;
  letter-spacing: .005em;
  border-radius: 3px;
 }
 .pc-gnav {
  margin-left: 30px;
 }
 .pc-gnav__link {
  margin: 0 18px;
 }
 .pc-gnav__link--top {
  margin-right: 32px;
 }
 .l-header-wrap {
  min-width: 1325px;
 }
 .l-header {
  padding: 0 15px 0 30px;
 }
 .l-header__logo {
  width: 110px;
 }
 .l-wrapper {
  min-width: 1325px;
 }

 .nav-cv__lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 .nav-cv__list a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
 }
 .nav-cv__list a i {
  margin-right: 3px;
 }
 .nav-cv__list li.hm_fb a {
  font-size: 18px;
 }
 .nav-cv__list li.hm_is a {
  font-size: 18px;
 }
 .nav-cv__list li + li {
  margin-left: 15px;
 }
}
@media screen and (max-width: 1410px) {
 .nav-cv {
  margin-left: 20px;
 }
 .nav-cv__list a i {
  margin-right: 0;
 }
 .nav-cv__list a span {
  display: none;
 }
}
@media screen and (max-width: 798px) {}




/*20241021 グローバル　フッター　スマホメニュー　和の華 非表示*/

.pc-gnav__list:nth-child(4) .pc-child__lists li:last-child {
    display: none;
}

.footer__nav:nth-child(2) .footer__parent:nth-child(2) .footer__childs li:last-child{
    display: none;
}

.gnav__inner .gnav__list:nth-child(5) ul li:last-child{
    display: none;
}

.gnav__inner .gnav__list:nth-child(5) ul{
    margin-bottom: 0;
}

.gnav__inner .gnav__list:nth-child(5) ul li:nth-child(4) {
    border-bottom: none;
  }