@charset "utf-8";
/* COMMON SETTING */
html, body {
    text-rendering: optimizespeed;
    min-block-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size:16px;
    font-weight: 400;
    line-height: 1.8;
}
a{
    display: block;
}
a[href^="tel:"] {
    pointer-events: none;
}
img.modest {
	width: 70%;
	margin: 0 auto;
}
.sp {
    display: none;
}
button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: bold;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 10;
    border: 2px solid #fff;
}
button a {
    color: #000;
    line-height: 1;
    text-decoration: none;
}
button:hover {
    border: 2px solid #444;
    font-size: 11px;
    width: 70px;
    height: 70px;
}
.is-active {
    opacity: 1;
    visibility: visible;
}
/* LAYOUT */
.container {
    position:relative;
    display: flex;
    flex-direction:column;
    gap: 5rem;
    margin:0 auto;
    max-width: 1440px;
    padding:20px 30px;
}
header {
    z-index:9999;
    margin:0 auto;
    position: sticky;
    top:0;
}
header.active {
    backdrop-filter: blur(10px);
}
header h1 img {
    width: 350px;
}
header .gnavi {
    display: flex;
    align-items: center;
}
header .items {
    margin-bottom: 0;
}
header .items li {
    list-style: none;
    position: relative;
    height: 100%;
}
header .items .contact img {
    width: 160px;
    padding-left:15px;
}
header .items li a {
    color: #000;
    padding: 0 1rem;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
header .items li a span {
    font-size: .6em;
}
header.home .items li a {
    color:#fff;
}
footer {
    background-color: #2f374b;
}
footer .container {
    gap: 1rem;
}
footer .--top {
    justify-content: space-between;
}
footer .--top .logo h1 {
    width: 300px;
}
footer .--top .contact h1 {
    width: 200px;
}
footer dl,footer dt,footer dd,footer p {
    color:#fff;
}
footer .--middle,
footer .--bottom {
    justify-content:flex-start;
    flex-wrap:wrap;
}
footer .--middle .place {
    max-width: 500px;
    font-size:0.9rem;
    flex-wrap: wrap;
    margin-bottom:0;
}
footer .--middle .place .name {
    width: 90px;
}
footer .--middle .place .address {
    width: 220px;
}
footer .--middle .place .tel {
    width: 150px;
}
footer .{
    font-size: .9rem;
}
main {
    z-index: 1;
    margin: -200px auto 0;
    position: relative;
    padding-bottom: 0;
}



/** ENTRANCE **/
main .main-visual {
    max-width: 1440px;
    min-height: 900px;
    padding-bottom: 1.5rem;
    background-image: url(../img/parts/main/main-visual.png);
    background-position-x: 50%;
    background-size: cover;
    gap:1rem;
    margin:0 auto;
    display: grid;
    place-content: space-between flex-end;
    grid-template-columns: 100%;
    grid-template-rows: min-content min-content min-content;
    position: relative;
}
main .body-copy {
    background-color: #c1dfeb;
}
main .main-copy {
    position: absolute;
    padding:3.75rem 4.25rem 0;
    top:30%;
    left:30%;
}
main .main-copy h1 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .05em;
    color:#fff;
}
main .main-copy p {
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: .05em;
    color:#fff684;
    line-height: 1.5em;
    margin-bottom: 0;
}
main .body-copy {
    padding:60px;
}
main .body-copy h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-top:40px;
    margin-bottom:25px;
    color:#2f374b;
}
main .body-copy h2 span {
    color:#e85a24;
}
main .body-copy p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
main .body-copy button {
    background: #e85a24;
    border-radius: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top:20px;
}
main .body-copy button a {
    display: block;
    padding: 15px 100px;
    color: #fff;
    text-decoration: none;
}
main .body-copy button a:hover {
    opacity: .8;
}
main .menu-board {
    padding:30px;
}
main .menu-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}
main .menu-items .item {
    max-width: calc(100% / 4 - 2rem);
    width: 100%;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
main .menu-items .item {
    background: #c1dfeb url(../img/parts/pseudo/img--entrance--menubefore.svg) no-repeat;
    background-size: 200px;
    background-position: -28px 180px;
    transition: all 0.3s ease;
}
main .menu-items .item:hover {
    background-position: 0px 180px;
    transition: all 0.3s ease;
    background-color: #64c5e8;
    transform:scale(1.05)
}
main .menu-items .item a {
    display: block;
    color:#2f374b;
    min-height: 300px;
    padding-top: 30px;
    padding-left: 30px;
    text-decoration: none;
}
main .menu-items .item a p img {
    width: 100px;
}
main .menu-items .item a h2 {
    font-size:1.6rem;
    margin-bottom: 0.25rem;
    text-align: left;
    color:#2f374b;
    font-weight: 700;
}
main .menu-items .item a .menubox p {
    margin-bottom: 0;
    font-weight: 700;
    font-size:1rem;
    text-align: left;
}



/** CONTENT--COMMON--SETTING **/
main.--index {
    margin-top: 0;
    background: #c1dfeb;
    color:#000;
}
main.--index .container {
    padding: 55px 65px;
}
main.--index .header {
    padding: 0;
}
main.--index .header .outer {
    min-height: 120px;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1000;
}
main.--index .window .outer img {
	width: 100%;
}

main.--index .header .outer .item {
    margin-bottom: -60px;
}

main.--index .header .outer .item::before {
    position: absolute;
    content: "";
    top:0;
    left:50%;
    width: 5px;
    height: 50%;
    background: #ff0000;
}
main.--index .header .outer .item h2 {
    letter-spacing: .2em;
    font-size: 1.9rem;
}
main.--index .header .outer .item .bg-black {
    margin-top: 20px;
    padding:10px 70px 12px;
}
main.--index .header .outer .item .bg-black p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}
/*** CONTENT ***/
.content .outer {
    margin-bottom: 60px;
}
.outer .title {
    margin-bottom: 30px;
}
.outer .title h2 {
    font-size: 1.5rem;
    position: relative;
    padding-left: 48px;
}
.outer .title h2::before,
.outer .title h2::after {
/*    position: absolute;
    content:url(../img/parts/pseudo/img--content--h2before.svg);
    top:-2px;
    left:0;
    width: 40px;
    height: 40px;*/
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
}
.outer .title h2::before {
	background: #ff0000;
	top: 6px;
	left: 6px;
}
.outer .title h2::after {
	background: #000066;
	top: 0px;
	left: 0px;
}

.outer .content {
    width: calc(100% - 22% - 50px);
    margin-left:22%;
    padding-left: 50px;
    border-left:1px solid #000;
}
.outer .content h3 {
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.outer .content p.right {
    text-align: right;
}
.outer .content dl {
    flex-wrap: wrap;
}
.outer .content dl dt {
    width: 130px;
}
.outer .content dl dd {
    width: calc(100% - 130px);
}
.outer .content dl.histry dt {
    width: 140px;
}
.outer .content dl.histry dd {
    width: calc(100% - 140px);
}
.outer .gmap iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
.outer .content .red {
    color: #ff0000;
}
.outer .content .red02 {
    color: #bc272d;
}
.outer .content .bold {
    font-weight: 700;
}
.outer .content .list-style-none {
    list-style: none;
}
.outer .content dl.safety {
    gap:1.5rem 0.5rem;
}
.outer .content dl.safety dt {
    width: 200px;
    text-align: center;
    padding: 15px 30px;
    background: #00408f;
    color:#fff;
    border-radius: 8px;
}
.outer .content dl.safety dd {
    width: calc(100% - 200px - 2rem);
}
.outer .content dl.safety dd,
.outer .content dl.safety dd ul {
    margin-bottom: 0;
}
.outer .content h2.goanzen {
    padding: 15px 20px 18px 0;
    border-top:1px solid #000;
    border-bottom: 1px solid #000;
    margin-top:35px;
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.outer .content .itemBox h3 {
    color:#187fff;
    font-size: 1.3rem;
    border-radius: 8px;
}
.outer .content .itemBox h3.handsOn {
    background: #00658f;
}
.outer .content .itemBox .small {
    font-size: .85rem;
}
.outer .content .itemBox .display-inline-block {
    display: inline-block;
    margin-left:1rem;
}
.outer .content .itemBox ul.managingPoint {
    list-style: none;
}
.outer .content .itemBox ul.managingPoint li {
    margin-right: 40px;
}
.outer .content .itemBox figure img {
    margin: 0 auto;
}
.outer .content .itemBox figure figcaption {
    text-align: right;
    margin-top:0.5%;
    margin-right: 6.5%;
}

.outer .content .itemBox table {
    margin:30px 0;
    width: 100%;
}
.outer .content .itemBox table th {
    padding: 10px;
    
}
.outer .content .itemBox table td {
    padding: 10px;
}
.outer .content .itemBox .respo tr {
    display: flex;
}
.outer .content .itemBox .respo tr th {
    width: 20%;
}
.outer .content .itemBox .respo tr td {
    width: calc(100% - 20%);
}
.recruit .content .item {
    width: calc(100% / 2 - 1rem);
    background: none;
}
.recruit .content .item::before {
    content: none;
}
.recruit .message {
    background: #ffffbc;
    border-radius: 16px;
    padding: 50px;
    gap: 2rem;
    margin-bottom: 25px;
}
.recruit .message .profile-data {
    width: 30%;
}
.recruit .message .message-text {
    width: 100%;
}
.recruit .message .message-text .plate h4 span {
	font-size: 1rem;
}

.recruit .message .profile-data p {
    padding-top: .5rem;
    margin-bottom: 0;
}
.recruit .message .profile-data p span:last-child {
    font-size: 1.2rem;
    font-weight: 700;
}
.recruit .itemBox .menu-items {
    margin: 30px auto;
}
.recruit .itemBox .menu-items .item {
    max-width: calc(100% / 2 - 1rem);
}

.error .inner p {
	color:#000;
	font-size:1.25rem;
}


/* smartphone - setting */
@media (width < 600px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    a[href^="tel:"] {
	    pointer-events: auto;
    }
    img.modest {
	    width: 100%;
    }
    header {
        background: none;
    }
    header.active {
        backdrop-filter: none;
        background: rgba(255,255,255,.6);
    }
    header.active.home {
        background: rgba(0,0,0,.3);
    }
    header.home .items li a {
	    color: #000;
    }
    button.menuBtn + nav {
        opacity: 0;
    }
    button.menuBtn.active + nav {
        opacity: 1;
    }
    .gnavi #g-nav.panelactive {
        position:fixed;
        z-index: 999;
	    top: 0;
	    width:100%;
        height: 100vh;
    }
    .circle-bg {
        position: fixed;
	    z-index:3;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        /*backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);*/
        background-color: #c1dfeb;
	    transform: scale(0);
	    right:-50px;
        top:-50px;
        transition: all .6s;
    }
    .circle-bg.circleactive {
	    transform: scale(50);
    }
    .gnavi #g-nav-list {
        display: none;
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .gnavi #g-nav.panelactive #g-nav-list {
        display: block;
    }
    /* navigation menu */
    .gnavi #g-nav ul {
	    opacity: 0;
        position: absolute;
        z-index: 9999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    .d-flex {
        display: flex;
        flex-direction: column;
    }

    .gnavi #g-nav.panelactive ul {
        opacity: 1;
        padding-left: 0;
    }
    .gnavi #g-nav.panelactive ul li {
        animation-name: gnaviAnime;
        animation-duration: 1s;
        animation-delay: .2s;
        animation-fill-mode: forwards;
        opacity:0;
        font-size: 1.5rem;
        margin-bottom: 1.8rem;
        text-align: center;
    }
    .gnavi #g-nav.panelactive ul li a {
        padding: 0;
    }
    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .openbtn {
    	position:fixed;
	    top:5px;
	    right: 10px;
	    z-index: 9999;
	    cursor: pointer;
        width: 50px;
        height:50px;
    }
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        right: 14px;
        height: 3px;
	    background-color: #000;
  	    width: 45%;
    }
    .home .openbtn span {
	    background-color: #fff;
    }
    .home .openbtn.active span {
	    background-color: #000;
    }
    .openbtn span:nth-of-type(1) {
	    top:15px;	
    }
    .openbtn span:nth-of-type(2) {
    	top:23px;
    }
    .openbtn span:nth-of-type(3) {
    	top:31px;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        right: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn.active span:nth-of-type(2) {
    	opacity: 0;
    }
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        right: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
    header .container {
        padding: 10px 20px;
    }
    header h1 {
        margin-bottom: 0;
    }
    header h1 img {
        width: 230px;
    }
    header .gnavi {
        justify-content: center;
    }
    header .items .contact img {
        width: 100%;
        padding: 0;
        margin-top: 1rem;
    }
    
    main.--index .container {
        padding: 25px 30px;
    }
    main .menu-items {
        flex-direction: column;
        position: relative;
    }
    main .menu-items .item {
        width: 100%;
        max-width: 100%;
    }
    main .main-visual {
        background-position-x: 20%;
    }
    main .main-visual h1 {
        font-size: 2rem;
        margin-top: 15px;
    }
    main .main-visual p {
        font-size: 1.2rem;
        line-height: 1.2em;
    }
    main .main-copy {
        left: 0;
        top: 35%;
        right: 0;
        text-align: center;
        padding: 0;
    }
    main .body-copy {
        padding: 30px;
    }
    main .body-copy h2 {
        font-size: 1.6rem;
        text-align: left;
    }
    main .body-copy p {
        text-align: left;
        font-size: 1rem;
    }
    .--index .outer .inner h2 {
        font-size: 1.8rem;
        padding-left: 50px;
        line-height: 1.5;
    }
    .outer .content h3 {
        font-size: 1.3rem;
    }
    .outer .content {
        width: 100%;
        margin-left: 0;
        padding-left: 35px;
    }
    .outer .content dl.safety dt,
    .outer .content dl.safety dd,
    .outer .content dl dt,
    .outer .content dl dd {
        width: 100%;
    }
    .outer .content dl dt {
        margin-top: 10px;
    }
    .outer .content dl.histry dt,
    .outer .content dl.histry dd {
        width: 100%;
    }
    .outer .content dl.histry dt {
        margin-top: 10px;
    }
    .outer .content dl.safety dd ul,
    .outer .content dl.safety dd ol {
        padding: 0;
    }
    .outer .content .list-style-none {
        padding-left: 1rem;
    }
    .outer .content h2.managingPoint {
        font-size: 1.25rem;
        line-height: 1.5;
        text-align: left;
    }
    .outer .content h2.goanzen {
        font-size: 1rem;
        line-height: 1.5;
        margin-top:0;
        padding: 15px 0px;
    }
    .outer .content h2.managingPoint span {
        display: inline-block;
        font-size: 1.5rem;
        margin-top: 2px;
        margin-left: 0;
    }
    .outer .content .itemBox .respo tr {
        flex-direction: column;
    }
    .outer .content .itemBox .respo tr th,
    .outer .content .itemBox .respo tr td {
        display: block;
        width: 100%;
    }
    .outer .content .itemBox .respo tr th {
        padding-bottom: 0;
    }
    .outer .content .itemBox .respo tr th::before {
        content: "■";
        color: #ec5a24;
        margin-right: 5px;
    }
    .recruit .content .item {
        width: 100%;
    }
    main.--index .header .outer .item {
        margin-bottom: 0;
    }
    main.--index .header .outer .item::before {
        height: 15%;
    }
    .recruit .message {
        padding: 40px;
    }
    .recruit .message .profile-data {
        width: 100%;
        display: flex;
        gap: 1.5rem;
    }
    .recruit .message .profile-data .photo {
        max-width: 50%;
    }
    .recruit .itemBox .menu-items .item {
        max-width: 100%;
    }
    .recruit .message .profile-data p {
        align-items: flex-start!important;
    }
}

