@charset "utf-8";
/*--------------------------------------
  # page-title
--------------------------------------*/
#page-title {
    position: relative;
    clear: both;
    min-height: 180px;
}
#page-title .page-title-txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0,0,0,0.55);
    pointer-events: none;
    z-index: 2;
}
#page-title .page-title-txt h2 {
    font-size: min(7vw, 2.6rem);
    font-weight: 500;
		text-align: center;
		line-height: 1.2;
    letter-spacing: 0.1em;
    animation: pagetitle 1s 0s forwards;
}
#page-title .page-title-txt .en {
    font-family: "Jost", sans-serif;
    font-size: min(4vw, 1.5rem);
    letter-spacing: 0.15em;
    animation: pagetitle 1s 0.2s forwards;
}
#page-title .page-title-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 1;
}
#page-title .page-title-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
@keyframes pagetitle {
    0% {
        clip-path: inset(0 100% 0 0);
        transform: translateY(100px);
        opacity:0;
    }
    50% {
        opacity:1;
    }
    100% {
        clip-path: inset(0);
        opacity:1;
        transform: translateY(0);
    }
}
@media (min-width: 950px) {
    #page-title {
        min-height: 360px;
    }
    #page-title .page-title-txt {
        left: 50%;
        max-width: 1480px;
        padding: 80px min(6%, 80px) 40px;
        line-height: 1.5;
        transform: translate(-50%, 0);
    }
    #page-title .page-title-txt h2 {
				padding-bottom: 0.2em;
        font-size: min(3.2vw, 4.4rem);
        letter-spacing: 0.08em;
    }
    #page-title .page-title-txt .en {
        font-size: min(1.3vw, 1.8rem);
        letter-spacing: 0.2em;
    }
}

/*--------------------------------------
  # breadcrumbs
--------------------------------------*/
#breadcrumbs {
    padding: 15px;
    color: #666;
    font-size: 1.2rem;
    line-height: 1.2;
    overflow: auto;
}
#breadcrumbs ol {
    display: flex;
}
#breadcrumbs ol:after {
    content: '';
    border-right: 15px solid transparent;
}
#breadcrumbs li {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
#breadcrumbs li:not(:first-child):before {
    content: '';
    width: 6px;
    height: 6px;
    margin: 0 6px 0 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    opacity: 0.8;
    transform: rotate(45deg);
}
@media (min-width: 821px) {
    #breadcrumbs {
        padding: 20px min(6%, 80px);
    }
		#breadcrumbs ol {
				justify-content: flex-end;
		}
}

/*--------------------------------------
  # layout
--------------------------------------*/
.column-layout .column-layout-sub {
    padding: 25px 0 0;
    z-index: 10;
}
/* column-layout-sub-item */
.column-layout-sub-item:not(:last-child) {
    margin-bottom: 20px;
}
.page-nav,.anchor-nav {
    clear: both;
    background: #fff;
}
.page-nav .swiper-slide a,.anchor-nav .swiper-slide a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 1.25em 1.5em;
    font-size: 1.4rem;
    line-height: 1.6;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.2s;
}
.page-nav .swiper-slide a:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    opacity: 0.6;
    transform: rotate(135deg);
}
.page-nav .swiper-button-next,
.page-nav .swiper-button-prev {
    display: none;
}
@media (max-width: 949px) {
    .page-nav .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
    }
    .page-nav .swiper-slide {
        width: 50%;
				height: auto;
        margin: -1px 0;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
    }
    .page-nav .swiper-slide:nth-child(odd) {
        border-right: 1px solid #d1d1d1;
    }
    .page-nav .swiper-slide:nth-child(n+3) {
        border-top: none;
    }
    .anchor-nav {
        position: fixed;
        bottom: 60px;
        left: 0;
        width: 100%;
        transition: 0.2s;
    }
    body:not(.scroll) .anchor-nav {
        transform: translateY(calc(100% + 60px));
    }
    .swiper.anchor-nav {
        position: fixed;
        left: 0;
        bottom: 60px;
        width: 100%;
        line-height: 1.2;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        transition: 0.2s;
        z-index: 997;
        --swiper-navigation-sides-offset: 0;
    }
    .anchor-nav .swiper-button-next,
    .anchor-nav .swiper-button-prev {
        top: 0;
        width: 40px !important;
        height: 100% !important;
        margin: 0;
    }
    .anchor-nav .swiper-button-next {
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    }
    .anchor-nav .swiper-button-prev {
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }
    .anchor-nav .swiper-button-next:after,
    .anchor-nav .swiper-button-prev:after {
        color: #999 !important;
        font-size: min(4.8vw, 1.8rem) !important;
        font-weight: bold;
    }
    .anchor-nav .swiper-button-next:before,
    .anchor-nav .swiper-button-prev:before {
        display: none;
    }
    .anchor-nav .swiper-slide {
        width: auto !important;
        max-width: 100%;
        height: auto;
    }
    .anchor-nav .swiper-slide a {
        padding: 1em 1.5em;
        font-weight: 500;
        opacity: 0.3;
    }
    .anchor-nav .swiper-slide.swiper-slide-active a {
        opacity: 1;
    }
}
@media (min-width: 950px) {
    .column-layout {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        max-width: 1480px;
        margin: 0 auto;
        padding: 0 min(6%, 80px);
    }
    .column-layout .column-layout-sub {
        position: sticky;
        top: 80px;
        width: min(25%, 320px);
        padding: 80px 0 0 80px;
    }
    .column-layout .column-layout-main {
        flex: 1;
    }
    .column-layout .column-layout-main .node .node-wrapper {
        padding: 0;
    }
    .anchor-nav {
        display: none !important;
    }
    .page-nav .swiper-wrapper {
        display: block !important;
    }
    .page-nav .swiper-slide {
        width: 100%;
        background: #f5f5f5;
    }
    .page-nav .swiper-slide:not(.current) {
        background: none;
        opacity: 0.6;
    }
    .page-nav .swiper-slide a {
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        padding: 1.25em 1em 1.25em 1.5em;
        font-weight: 700;
    }
    .page-nav .swiper-slide:not(.current) a {
        font-weight: 400;
    }
    .page-nav .swiper-slide a:hover {
        transform: translateX(10px);
    }
}

/*--------------------------------------
  # node
--------------------------------------*/
.node {
    padding: 40px 0;
}
.node.bg {
    background: url(../img/bg/wall.jpg) repeat center;
}
.node .node-wrapper {
    padding: 0 20px;
}
.node .node-wrapper>*:last-child {
    margin-bottom: 0;
}
/* title */
.node h3 {
    margin: 40px 0 30px;
    padding: 40px 0 15px;
    font-size: min(6vw, 2.2rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    border-bottom: 1px solid #d1d1d1;
}
.node h3[data-scrollin] {
    clip-path: inset(0);
    transition: all 2s ease 0.2s;
}
.node h3:first-child {
    margin-top: 0;
    padding-top: 0;
}
.node h3:not(.scrollin) {
    clip-path: inset(0 100% 0 0);
}
.node h4 {
    margin: 2em 0 1em;
    font-size: 120%;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
}
.node h4:first-child {
    margin-top: 0;
}
h5 {
    margin-bottom: 0.5em;
    font-size: 120%;
    line-height: 1.2;
}

/* btn */
.node .node-btn {
    display: flex;
    justify-content: center;
}
.node .node-btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    max-width: 60%;
    min-height: 44px;
    background: #fff;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #333;
    transition: 0.2s;
}
.node .node-btn a > span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
		padding: 0 30px;
    z-index: 1;
}
.node .node-btn a > span i {
    font-size: 120%;
}
@media (max-width: 949px) {
    .node.bg {
        background-size: 700px auto;
    }
}
@media (min-width: 950px) {
    .node {
        padding: 80px 0;
    }
    .node .node-wrapper {
        max-width: 1480px;
        max-width: 1140px;
        margin: auto;
        padding: 0 min(6%, 80px);
    }
    /* title */
    .node h3 {
        margin: 80px 0 35px;
        padding-top: 0;
        font-size: min(3vw, 3.2rem);
    }
    .node h4 {
        margin: 2em 0 0.6em;
        font-size: 150%;
    }
    h5 {
        margin-bottom: 0.5em;
        font-size: 120%;
        line-height: 1.2;
    }
    /* btn */
    .node .node-btn a {
        flex: none;
        min-width: 205px;
    }
		.node .node-btn a > span {
				padding: 0 40px;
		}
    .node .node-btn a:hover {
        color: #fff;
        letter-spacing: 4px;
    }
    .node .node-btn a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #333;
        transition: 0.3s;
    }
    .node .node-btn a:hover:before {
        height: 100%;
    }
}

/*--------------------------------------
  # article
--------------------------------------*/
.article-list .article-list-item {
    clear: both;
    padding: 25px 0 20px;
    border-bottom: 1px solid #e7e7e7;
}
.article-list-item .date {
    color: #010101;
    font-family: "Jost", sans-serif;
    font-size: 1.2rem;
    white-space: nowrap;
}
.article-block .article-supplement {
		display: flex;
		justify-content: space-between;
    margin-bottom: 20px;
}
.article-block .date-category-tag .date {
    color: #010101;
    font-family: "Jost", sans-serif;
    font-size: 1.2rem;
}
.article-block .share-buttons {
    margin: 0 -5px -5px 0;
}
.node .article-block .article-title {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: none;
}
.article-block .body {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
}
@media (min-width: 950px) {
    .article-list-wrapper {
			text-align: center;
    }
    .article-list {
        display: inline-flex;
        flex-direction: column;
				align-items: stretch;
				min-width: 500px;
				text-align: left;
    }
    .article-list .article-list-item {
        display: flex;
        gap: 30px;
        padding: 30px 0;
    }
		.article-list-item .date {
				margin: 0.5em 0 0;
		}
}

/* pager */
.pager {
    margin: 2em 0;
    line-height: 1.2;
}
.pager ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.pager span,
.pager a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2em;
    padding: 4px;
    font-family: "Jost", sans-serif;
    text-align: center;
    text-decoration: none;
    border: 1px solid #333;
    transition: 0.2s;
}
.pager .current {
    background: #333;
    color: #fff;
}
.pager .prev,
.pager .next {
    padding: 5px;
    background: #ededed;
    color: #999;
    border: none;
}

/* post-nav */
.post-nav {
    margin: 2em 0;
    line-height: 1.2;
}
.post-nav a {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 94%;
    transition: 0.2s;
}
.post-nav a:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0.6;
}
.post-nav .prev a {
    padding-left: 25px;
}
.post-nav .prev a:before {
    left: 8px;
    border-top: 1px solid;
    border-left: 1px solid;
}
.post-nav .next a {
    padding-right: 25px;
    text-align: right;
}
.post-nav .next a:before {
    right: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
@media (max-width: 949px) {
    .post-nav div:nth-child(2) {
        border-top: 1px solid #e7e7e7;
    }
}
@media (min-width: 950px) {
    .pager a:hover {
        background: #333;
        color: #fff;
    }
    .post-nav {
        padding: 1em 0;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }
    .post-nav ul {
        display: flex;
    }
    .post-nav .prev,
    .post-nav .next {
        flex: 1;
    }
    .post-nav div:nth-child(2) {
        border-left: 1px dotted #c7c7c7;
    }
    .post-nav a {
        padding: 15px;
    }
}

/*--------------------------------------
  # ABOUT
--------------------------------------*/
.philosophy-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.philosophy-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    counter-reset: count 0;
}
.philosophy-list li {
    display: flex;
    gap: 5px;
}
.philosophy-list li:before {
    content: counter(count, decimal-leading-zero) ".";
    counter-increment: count 1;
    flex-shrink: 0;
    color: #999;
    font-family: "Jost", sans-serif;
    font-size: min(4.8vw, 2.4rem);
    font-size: 160%;
    line-height: 1.2;
    white-space: nowrap;
}
.philosophy-list li dl {
    flex: 1;
    line-height: 1.8;
}
.philosophy-list li dt {
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: 500;
    line-height: 1.4;
}
.philosophy-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
}
.philosophy-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.name {
    margin-top: 2.6em;
    color: #666;
    line-height: 1.4;
}
#company.node h3 {
    padding-bottom: 0;
    border-bottom: none;
}
table.company-table th {
    color: #666;
    padding: 20px 0 0;
    background: none;
    border-right: none;
}
table.company-table td {
    padding: 0 10px 20px;
}
table.company-table td .node-btn {
    margin-top: 5px;
}
ul.row {
    display: flex;
    flex-wrap: wrap;
}
ul.row li:not(:last-child) {
    margin-right: 1em;
}
@media (min-width: 950px) {
    .philosophy-wrapper {
        flex-direction: row-reverse;
        gap: 50px;
    }
    .philosophy-list {
        flex: 1;
        gap: 40px;
    }
    .philosophy-list li:before {
        font-size: 170%;
    }
    .philosophy-list li dt {
        font-size: 140%;
    }
    .philosophy-img {
        width: 45%;
        height: auto;
        padding-top: 0;
    }
    table.company-table th {
        padding: 20px;
        white-space: nowrap;
        vertical-align: middle;
    }
    table.company-table td {
        padding: 20px;
    }
    table.company-table td .node-btn {
        justify-content: flex-start;
    }
}

/*--------------------------------------
    # SERVICE
--------------------------------------*/
.service-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.service-item {
    display: flex;
    gap: 20px;
    font-size: 1.4rem;
}
.service-item .service-img {
    position: relative;
    width: 30%;
    height: 0;
    margin-top: 5px;
    padding-top: 30%;
    overflow: hidden;
}
.service-item .service-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-item .service-text {
    flex: 1;
    line-height: 1.6;
}
.service-item .service-text h4 {
    margin-bottom: 0.5em;
}
.service-item .service-text >*:last-child {
    margin-bottom: 0;
}
#works.node h3 {
    padding-bottom: 0;
    border-bottom: none;
}
table.works-table th {
    padding: 5px 10px;
}
table.works-table th,
table.works-table td {
    line-height: 1.6;
    vertical-align: middle;
}
table.works-table td {
		padding: 10px;
}
@media (max-width: 949px) {
		table.works-table tr.row-1 {
			display:none;
		}
		table.works-table td:first-child {
			padding-bottom: 0;
			border: none !important;
		}
		table.works-table td:nth-child(2) {
			text-align: right;
		}
}
@media (min-width: 950px) {
    .service-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }
    .service-item {
        width: calc(50% - 20px);
        font-size: 1.5rem;
    }
    .service-item .service-img {
        width: 30%;
        margin-top: 5px;
        padding-top: 30%;
    }
    table.works-table th,
    table.works-table td {
        text-align: center;
    }
}

/*--------------------------------------
    # RECRUIT
--------------------------------------*/
table.recruit-table th {
    vertical-align: middle;
    border-right: none;
}
.recruit-wrapper .recruit-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.recruit-wrapper .recruit-img img {
    width: calc(50% - 5px);
}
@media (min-width: 950px) {
    .recruit-wrapper {
        display: flex;
        gap: 30px;
    }
    .recruit-wrapper .recruit-inner {
        flex: 1;
    }
    .recruit-wrapper .recruit-img {
        width: 30%;
        flex-direction: column;
        gap: 10px;
    }
    .recruit-wrapper .recruit-img img {
        width: 100%;
    }
}

/*--------------------------------------
  # FAQ
--------------------------------------*/
.faq-block .icon {
    position: absolute;
    left: 0;
    width: 2.2em;
    text-align: center;
}

.faq-block .icon i {
    font-size: 1.2em;
}

.faq-block .accordion-title {
    padding-left: 2.5em;
}

.faq-block .accordion-content {
    position: relative;
    padding-left: 2.5em;
}

.faq-block .accordion-content .icon {
    color: #999;
}

/*--------------------------------------
    # form
--------------------------------------*/
.form-wrapper {
    /* background: url(../img/bg/wall.jpg) repeat center; */
}
.form-wrapper .form-item {
    margin: 25px 0;
}
.form-wrapper .form-item p {
    display: contents;
}
.form-wrapper .form-item dt {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.2;
}
.form-wrapper .form-item .required,
.form-wrapper .form-item .optional {
    margin-left: 8px;
    padding: 2px 4px;
    font-size: 1.0rem;
    font-weight: 400;
}
.form-wrapper .form-item .required {
    color: #FFF;
    background: #333;
}
.form-wrapper .form-item .optional {
    color: #333;
    background: #E0E0E0;
}
.form-wrapper .form-item .form-item-row+.form-item-row {
    margin-top: 8px;
}
.form-wrapper .form-item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]) {
    vertical-align: baseline;
    width: 100%;
    padding: 10px;
    font-size: 110%;
    border: 1px solid #d1d1d1;
}
.form-wrapper input[type="checkbox"],
.form-wrapper input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0 0.3em 0.2em 0;
}
.form-wrapper .form-item .zipcode input {
    width: calc(100% - 1.5em);
    margin-left: 0.5em;
}
.form-wrapper .form-item textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 110%;
    border: 1px solid #d1d1d1;
}
.form-wrapper .form-item .wpcf7-not-valid-tip {
    margin-top: 4px;
    padding: 5px;
    color: #F00;
    font-size: 1.2rem;
    background: #fff1f1;
    line-height: 1.4;
}
.form-wrapper .form-item-cloudflare {
    text-align: center;
}
.form-wrapper .form-item-cloudflare p {
    display: contents;
}
.form-wrapper .form-item-btn {
    display: flex;
    flex-direction: column-reverse;
		align-items: center;
    gap: 20px;
    padding-top: 20px;
}
.form-wrapper .form-item-btn input {
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 42px;
    padding: 0 50px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    background: #333;
    border: 1px solid #333;
    outline: none;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
}
.form-wrapper .form-item-btn input.back {
	opacity: 0.4;
}
.form-wrapper .wpcf7 form .wpcf7-response-output {
    margin: 0;
}
.mwform-tel-field input,
.mwform-zip-field input {
    width: auto !important;
}
.form-wrapper .agree {
  padding: 0.5em;
	background: #f5f5f5;
}
.mw_wp_form_confirm .confirm-hidden {
	display: none;
}
@media (max-width: 949px) {
		.form-wrapper .form-item-btn input.back {
				transform: scale(0.9);
		}
    /* .form-wrapper {
        margin: 0 -20px 40px;
        padding: 0 20px 20px;
        background-size: 700px auto;
    } */
}
@media (min-width: 950px) {
    .form-wrapper {
    }
    .form-wrapper .form-inner {
        max-width: 700px;
        margin: 0 auto;
    }
    .form-wrapper .form-item {
        display: flex;
        align-items: baseline;
        margin: 30px 0;
    }
    .form-wrapper .form-item dt {
        justify-content: space-between;
        width: 30%;
        margin-bottom: 0;
        padding-right: 25px;
    }
    .form-wrapper .form-item dd {
        flex: 1;
    }
    .form-wrapper .form-item input {
        font-size: 100%;
    }
    .form-wrapper .form-item .zipcode input {
        width: 12em;
    }
    .form-wrapper .form-item textarea {
        font-size: 100%;
    }
    .form-wrapper .form-item-btn {
				flex-direction: row;
				justify-content: center;
    }
    .form-wrapper .form-item-btn input {
        min-width: 220px;
        height: 47px;
        padding: 0 60px;
        transition: 0.2s;
    }
    .form-wrapper .form-item-btn input:hover {
        background: #fff;
        color: #333;
    }
}