@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
    font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #00192E;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li {
    padding: 0;
}

a {
    transition: ease .3s;
    text-decoration: none;
}

a:hover {
    transition: ease .3s;
    opacity: .8;
}

img {
    pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

.mb-nav {
    display: none;
}

header {
    width: calc(100% - 60px);
    height: 50px;
    background: rgba(1,43,80,0.1);
    padding: 15px 30px;
    position: fixed;
    top: 0;
    z-index: 999;
}

.header.transform {
  background: rgba(1,43,80,1); /* 背景色変更 */
}

header img {
    height: 50px;
}

header ul {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 34%;
    right: 30px;
}

header ul a {
    color: white;
    font-weight: 600;
}

header ul li {
    padding: 0 15px;
}

.top-img {
    background: url(./../img/top-img.jpg) 0 0 no-repeat;
    height: 100vh;
    position: relative;
}

.top-txt {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: default;
}

.top-txt h1 {
    font-size: 10rem;
    color: #3876AD;
    text-shadow: 7px 7px 0 white;
    text-align: left;
    margin: 0;
    padding-left: 90px;
}

.top-txt p {
    background: linear-gradient(0.25turn, rgba(39, 125, 200, 0.3), #277DC8);
    padding: 60px 60px 60px 100px;
    margin: 0;
    color: white;
    font-weight: 600;
    line-height: 2;
    font-size: 1.8rem;
}

.section {
    padding: 60px 0 90px;
}

.section-inner {
    width: 1200px;
    margin: 0 auto;
}

h2 {
    font-size: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 120px;
}

h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #277DC8;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.strength-wrap {
    background: linear-gradient(white, #8FCAFF);
}

.strength-mb {
    display: none !important;
}

.strength-wrap ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.strength-wrap ul li {
    margin: 0 15px;
    height: 400px;
    text-align: center;
}

.strength-circle {
    background: white;
    padding: 60px;
    border-radius: 50%;
    height: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

.strength-circle-lg {
    background: white;
    padding: 60px;
    border-radius: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.3);
}

.strength-title {
    font-size: 1.7rem;
    font-weight: 600;
}

.strength-wrap ul li:nth-child(even) {
    width: calc(40% - 30px);
}

.strength-wrap ul li:nth-child(odd) {
    width: calc(30% - 30px);
}

.strength-wrap ul li:nth-child(even) .strength-title {
    color: #FF9100;
}

.strength-wrap ul li:nth-child(odd) .strength-title {
    color: #FFAA1A;
}

.service-wrap {
    background: url(./../img/service-bg.png) 0 0 no-repeat;
    background-size: cover;
}

.service-top-pd {
    padding-top: 90px;
}

.service-content {
    padding: 30px 60px 60px;
    background: rgba(255,225,175,0.65);
}

.service-content h3 {
    font-size: 1.3rem;
    padding-bottom: 5px;
    border-bottom: 2px solid #FF9100;
}

.service-sub-content_lg {
    background: rgba(255,255,255,0.65);
    padding: 15px;
}

.service-sub-content_lg h4 {
    margin: 0 0 30px;
    font-size: 1.3rem;
}

.service-mgbt {
    margin-bottom: 30px;
}

.sub-c-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mg-bt-15 {
    margin-bottom: 15px;
}

.sub-c-main p {
    width: calc(100% - 600px);
    margin: 0;
}

.achieve-title {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ff9100;
    padding-right: 30px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.achieve-title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #ff9100;
    border-right: 0;
}

.sub-c-main img {
    max-width: 600px;
}

.triangle {
    position: relative;
}

.triangle:after {
    content: "";
    position: absolute;
    top: 0;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #8FCAFF;
}

.about-wrap {
    background: url(./../img/about-bg.png) 0 0 no-repeat;
    background-size: cover;
}

.desc-on {
    margin-bottom: 60px !important;
}

.content-desc {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 60px;
}

.about-content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.about-content-wrap table {
    width: 50%;
}

.about-content-wrap table , .about-content-wrap td {
    border: 1px solid rgba(255,255,255,0.3);
	border-collapse: collapse;
    background: rgba(255,255,255,0.3);
    padding: 15px 30px;
}

.about-content-wrap th {
    border-top: 1px solid #4EABFF;
    border-left: 1px solid #4EABFF;
    border-right: 1px solid #4EABFF;
    border-bottom: 2px solid white;
	border-collapse: collapse;
    background: #4EABFF;
    padding: 15px 30px;
    text-align: left;
}

.about-content-wrap ul {
    list-style-type: disc !important;
    padding-left: 20px;
}

.map {
    width: calc(50% - 30px);
    margin-left: 30px;
}

.recruit-wrap {
    background: url(./../img/recruit-bg.png) 0 0 no-repeat;
    background-size: cover;
}

.recruit-content ul {
    width: fit-content;
    margin: 0 auto;
    padding: 30px;
    background: rgba(255,255,255,0.3);
}

.recruit-content ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.recruit-content ul li:last-child {
    margin-bottom: 0 !important;
}

.recruit-content-name {
    background: #FF9100;
    padding: 5px 30px 2px;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 600;
    margin-right: 30px;
    min-width: 143px;
    text-align: center;
}

.recruit-content ul li ul {
    padding: 0 0 0 5px;
    background: none;
}

.recruit-content ul li ul li {
    margin-bottom: 10px;
}

.recruit-content-desc a {
    text-decoration: underline;
}

.voice {
    background: rgba(255,225,175,0.65);
    padding: 15px 60px 60px;
    text-align: center;
}

.voice ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.voice ul li {
    margin: 15px;
    width: calc((100% / 3) - 30px);
}

.voice ul li img {
    width: 60%;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 3px 5px 0 rgba(0,0,0,0.2);
}

.voice-occupation {
    font-size: 0.8rem;
    background: #b0cee9;
    padding: 5px 15px;
    display: table;
    margin: 0 auto 10px;
    border-radius: 15px;
    font-weight: 600;
    color: #012B50;
}

.voice-name {
    font-weight: 600;
    font-size: 1.2rem;
}

.voice ul li p {
    font-size: 0.9rem;
    text-align: left;
}

.contact-wrap form {
    width: fit-content;
    margin: 0 auto;
}

.form-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    position: relative;
    margin-bottom: 10px;
}

.required {
    position: absolute;
    top: 18px;
    left: -10px;
    color: red;
}

.form-wrap label {
    background: #C3D3E2;
    padding: 15px;
    min-width: 200px;
    font-weight: 600;
}

.form-wrap input, .form-wrap textarea {
    border: 1px solid #ddd;
    border-radius: 0 2px 2px 0;
    padding: 10px;
}

.form-wrap textarea {
    width: 500px;
    height: 400px;
}

.company-name {
    width: 300px;
}

.mailaddress {
    width: 400px;
}

.policy-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
}

.policy-links a {
    color: #4EABFF;
    text-decoration: underline !important;
}

button {
    display: block;
    margin: 0 auto;
    padding: 10px 75px;
    background: #365775;
    border: none;
    color: white;
    font-size: 1.3rem;
    border-radius: 3px;
    cursor: pointer;
    transition: ease .3s;
}

button:hover {
    transition: ease .3s;
    opacity: 0.8;
}

footer {
    background: #012B50;
    padding: 30px 0 5px;
    text-align: center;
}

footer img {
    width: 100px;
}

footer ul {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}

footer ul li {
    padding: 7.5px;
}

footer ul li a {
    color: white;
}

small {
    color: #666;
}

@media screen and (max-width: 1200px) {
    
    .section-inner {
        width: 949px;
    }

    .strength-circle {
        padding: 28px 60px;
    }

    .strength-circle-lg {
        padding: 19px 60px;
    }

    .strength-title {
        font-size: 1.2rem;
    }

    .strength-circle p {
        font-size: 0.8rem;
    }

    .sub-c-main {
        flex-direction: column;
    }

    .sub-c-main p {
        width: 100%;
        margin-bottom: 15px;
    }

    .sub-c-main a {
        text-align: center;
    }

    .sub-c-main img {
        max-width: fit-content;
    }

}

@media screen and (max-width: 950px) {
    
    .pc-nav {
        display: none;
    }
    
    .mb-nav {
        display: block;
    }
    
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #012B50;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 80;
        background-color: #012B50;
    }

    .menu-content ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        top: 9%;
        right: 0;
    }

    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
        padding: 15px;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }

    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: rgba(1, 43, 80, 0.8);
        transition: all 0.5s;/*アニメーション設定*/
    }

    #menu-btn-check:checked ~ .menu-content {
        left: 0;/*メニューを画面内へ*/
    }

    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .top-txt p {
        padding-left: 30px;
    }

    .section-inner {
        width: 95%;
    }

    .strength-pc {
        display: none !important;
    }

    .strength-mb {
        display: block !important;
    }

    .strength-wrap ul {
        flex-direction: column;
    }

    .strength-wrap ul li {
        width: 100% !important;
        height: auto;
        margin: 0 0 15px;
    }

    .strength-wrap ul li:last-child {
        margin: 0;
    }

    .strength-circle, .strength-circle-lg {
        border-radius: 15px;
    }

    .strength-wrap ul li:nth-child(even) .strength-title {
        color: #FFAA1A;
    }

    .strength-wrap ul li:first-child .strength-title {
        color: #FF9100;
    }

    .service-sub-content_lg {
        width: calc(100% - 30px);
    }

    .sub-c-main img {
        width: 100%;
    }

    .voice ul {
        flex-wrap: wrap;
    }

    .voice ul li {
        width: calc((100% / 2) - 30px);
    }

}

@media screen and (max-width: 768px) {

    .top-txt {
        position: relative;
    }
    
    .top-txt h1 {
        font-size: 5rem;
        text-align: center;
        padding-left: 0;
        text-shadow: 4px 4px 0 white;
    }

    .top-txt p {
        padding: 15px;
        text-align: center;
    }

    .top-txt p {
        font-size: 1.3rem;
    }

    .strength-title {
        font-size: 1.5rem;
    }

    .service-content {
        padding: 15px;
    }

    .service-sm {
        flex-direction: column;
    }

    .service-sm-wrap {
        width: calc(100% - 30px);
    }

    .service-sub-content_sm1 {
        margin: 0 0 30px;
    }

    .service-sub-content_sm2 {
        margin: 0;
    }

    .about-content-wrap {
        flex-direction: column;
    }

    .about-content-wrap table {
        width: 100%;
    }

    .map {
        width: 100%;
        margin-left: 0;
    }

    .recruit-content-name {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .recruit-content ul li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .recruit-content ul li ul li {
        text-align: left;
        align-items: flex-start;
    }

    .voice ul li {
        width: calc(100% - 30px);
    }

    .contact-wrap form {
        width: 100%;
    }

    footer {
        padding: 15px 0 10px;
    }

    footer a {
        display: table;
        margin: 0 auto;
    }

    footer ul {
        display: none;
    }

}

@media screen and (max-width: 468px) {

    .top-img {
        height: 70vh;
    }
    
    .top-txt h1 {
        text-shadow: 4px 3px 0 white;
    }

    .about-wrap {
        padding: 30px 0;
    }

    h2 {
        margin-bottom: 60px;
        margin-top: 0;
    }

    .content-desc {
        margin-bottom: 60px;
        font-size: 0.9rem;
    }

    .about-content-wrap table {
        width: 100%;
    }

    .about-content-wrap table, .about-content-wrap td {
        padding: 10px;
    }

    .about-content-wrap tr {
        width: calc(100% - 20px);
        display: flex;
        flex-direction: column;
    }

    .about-content-wrap th, .about-content-wrap td {
        width: 100%;
        padding: 10px;
    }

    .voice {
        padding: 15px;
    }

    .voice ul {
        grid-template-columns: 1fr;
    }

    .form-wrap {
        flex-direction: column;
    }

    .company-name, .mailaddress, .form-wrap textarea {
        width: calc(100% - 22px);
    }

    .form-wrap textarea {
        height: 150px;
    }

    .required {
        left: 3px;
    }

}


input[type="checkbox"] {
    display: none;
}

/* ポップアップwindow部分 */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
#window {
    width: 50%;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 90;
    opacity: 0;
}
/* 閉じるボタン */
#btn_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #012B50;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
#btn_close:hover {
    opacity: 0.7;
}
#btn_close span,
#btn_close span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
#btn_close span {
    transform: rotate(45deg);
}
#btn_close span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}


/* クリックで表示 */
#popup:checked ~ #overlay {
    visibility: visible;
}
#popup:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}


/* コンテンツ部分のスタイル */
h2#msg {
    margin-bottom: 80px;
}

#txt_label {
    text-decoration: underline;
    cursor: pointer;
}
#txt_label:hover {
    opacity: 0.7;
}

#msg a {
    display: inline-block;
    color: #fff;
    background: #CE5D8B;
    border-radius: 20px;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
#msg a:hover {
    opacity: 0.7;
}