﻿body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif
}

a {
    text-decoration: none;
    color: #333;
    transition: 0.6s
}

a:hover {
    color: #333
}

ul {
    padding: 0
}

li {
    list-style: none
}

h2 {
    font-weight: 600
}

.pc-none {
    display: none
}

.anchor {
    display: block;
    padding-top: 90px !important;
    margin-top: -90px !important
}

.dropdown-menu {
    border: none
}

.slide.slick-initialized.slick-slider {
    margin: 0
}

.footer-list ul li a:hover {
    opacity: 0.7 !important;
    color: #fff
}

.footer-list ul li a::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #ffffff;
    vertical-align: middle;
    margin: 0 6px 2px 0
}

.box {
    animation-fill-mode: forwards
}

.sp-none {
    display: block
}

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

.sp-none-table {
    display: table-cell
}

@media (max-width:768px) {
    .sp-none-table {
        display: none
    }
}

.pc-none {
    display: none
}

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

@media (min-width:1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1300px !important
    }
}

section {
    padding: 60px 20px
}

.btn-green {
    text-align: right;
    margin-top: 20px;
    display: flex;
    justify-content: end
}

.more-link {
    position: relative;
    text-align: right;
    width: 300px;
    padding-bottom: 5px;
    display: block
}

.more-link--green::before {
    background: url(../img/ico_more_arrow_green.svg) no-repeat center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 58px;
    bottom: -98px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
    z-index: 1
}

.more-link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1)
}

.more-link__txt:hover {
    opacity: 0.6
}

.more-link__txt--ja {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal
}

.more-link__txt {
    position: absolute;
    left: 20px;
    display: inline-block;
    z-index: 10;
    color: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: "游明朝";
    text-align: left;
    top: 36px;
    padding-bottom: 9px;
    font-size: 1.7rem
}

.arrow-move {
    position: relative;
    width: 154px;
    height: 9px
}

.arrow-move__inner {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.arrow-move__inner img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: none;
    max-height: none;
    width: 154px;
    height: 9px
}

.more-link--green .more-link__bubble {
    background: url(../img/ico_more_bubble_green.svg) no-repeat center;
    background-size: cover
}

.more-link__bubble {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    top: 50px
}

@media (max-width:768px) {
    .btn-green .more-link__bubble {
        display: none
    }
}

.btn-white {
    text-align: right;
    margin-top: 20px;
    display: flex;
    justify-content: end
}

.more-link--white {
    position: relative;
    text-align: right;
    width: 300px;
    padding-bottom: 5px;
    display: block
}

.more-link--white::before {
    background: url(../img/ico_more_arrow_white.svg) no-repeat center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    left: 20%;
    bottom: -98px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
    z-index: 1
}

.more-link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1)
}

.more-link__txt--ja {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal
}

.more-link__txt_white {
    position: absolute;
    left: 20px;
    display: inline-block;
    z-index: 10;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: "游明朝";
    text-align: left;
    top: 36px;
    padding-bottom: 9px;
    font-size: 1.7rem
}

.more-link__txt_white:hover {
    opacity: 0.6
}

.arrow-move {
    position: relative;
    width: 154px;
    height: 9px
}

.arrow-move__inner {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.arrow-move__inner img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: none;
    max-height: none;
    width: 154px;
    height: 9px
}

.more-link--white .more-link__bubble {
    background: url(../img/ico_more_bubble_white.svg) no-repeat center;
    background-size: cover
}

.more-link__bubble {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    top: 50px
}

.btn-white {
    display: flex;
    justify-content: flex-end;
    padding-right: 60px
}

@media screen and (max-width:768px) {
    .philosophy-contents-wrap {
        padding: 30px 15px;
        margin-bottom: 90px
    }

    .btn-white .more-link__bubble {
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        top: 40px;
        left: 290px
    }

    .more-link__txt_white {
        left: 147px;
        top: 13px;
        font-size: 1rem
    }

    .more-link--white::before {
        width: 50%;
        height: 7px;
        left: 172px;
        bottom: -56px;
        transform: scale(1, 1)
    }
}

header {
    height: 90px;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%
}

#navbarNavDropdown {
    justify-content: end
}

@media screen and (max-width:992px) {
    header .navbar-nav {
        background-color: #fff;
    }
}

.navbar {
    height: 90px;
    padding: 0
}

.navbar .container-fluid {
    padding: 0
}

.navbar-brand img {
    width: 100%;
    max-width: 50%;
    padding-left: 20px
}

.navbar-nav {
    align-items: center
}

.navbar-nav li {
    margin-left: 15px
}

.item-contact {
    height: 90px;
    background: #bcdadd
}

.item-contact a {
    color: rgba(0, 0, 0, 0.55);
    line-height: 90px;
    font-weight: 600;
    padding: 0 16px
}

.navbar .container-fluid {
    justify-content: center;
    background: #fff
}

.navbar-brand.top-logo {
    width: 40%
}

.nav-link {
    display: block;
    padding: 33px 20px
}

.nav-link img {
    width: 100%;
    max-width: 40px
}

.navbar-toggler {
    margin-right: 20px
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif
}

.header02 .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #333
}

.navbar-light .navbar-nav .nav-link {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif
}

.header02 .navbar-light .navbar-nav .nav-link {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: #333 1px 0 10px;
    font-size: 0.8rem
}

.nav-link-green {
    background: #fff;
    color: #1a2d69;
    display: block;
    padding: 10px 30px;
    border-radius: 25px;
    transition: 0.6s;
    text-shadow: none
}

.header01 .nav-link-green {
    background: #1a2d69;
    color: #fff;
    display: block;
    padding: 10px 30px;
    border-radius: 25px;
    transition: 0.6s;
    text-shadow: none
}

.nav-link-green:hover {
    color: #fff;
    opacity: 0.8
}

.header01 {
    transform: translateY(-20);
    opacity: 1 !important;
    visibility: hidden;
    transition: all 0.3s;
    margin-top: -100px
}

.is-fadein {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0px
}

.header02 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s
}

.is-fadeout {
    transform: translateY(0) !important;
    opacity: 0 !important;
    visibility: hidden !important
}

.header01 .navbar-brand {
    width: 450px
}

.has-child {
    position: relative
}

.has-child::before {
    content: "";
    position: absolute;
    right: -7px;
    top: 40px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg)
}

.has-child ul {
    position: absolute;
    left: -30px;
    top: 70px;
    z-index: 4;
    background: #fff;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s
}

.header02 .has-child ul {
    background: none
}

.has-child:hover>ul,
.has-child ul li:hover>ul,
.has-child:active>ul,
.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1
}

nav li.has-child ul li {
    padding: 10px;
    margin: 0;
    text-align: center
}

nav li.has-child ul li a {
    color: #333;
    display: block;
    padding: 10px
}

.header02 nav li.has-child ul li a {
    color: #fff
}

nav li.has-child ul li:last-child a {
    border-bottom: none
}

.has-child ul li a:hover,
.has-child ul li a:active {
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

.has-child ul li a:hover,
.has-child ul li a:active {
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

@media screen and (max-width:768px) {
    nav {
        padding: 0
    }

    nav ul {
        display: block
    }

    nav li.has-child ul,
    nav li.has-child ul ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
        transition: none
    }
}

@media screen and (max-width:1200px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.55);
        font-size: 0.8rem;
        padding: 0;
        padding-right: 6px
    }

    .navbar-nav li {
        margin-left: 20px
    }
}

@media screen and (max-width:992px) {
    .navbar-nav li {
        padding: 10px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.55);
        font-size: 1rem;
        padding: 10px 0;
    }
}

@media screen and (max-width:768px) {
    header {
        height: 80px
    }

    .navbar {
        height: 80px;
        position: fixed;
        z-index: 999;
        background: #fff;
        width: 100%;
    }

    .navbar-nav li {
        margin-left: 0px;
        padding-bottom: 0px;
        width: 100%
    }

    .navbar-nav li ul li {
        width: 100%;
        border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
        background: rgba(0, 0, 0, 0.03)
    }

    .navbar-brand.top-logo {
        width: 75%
    }

    .navbar-nav {
        text-align: center
    }

    .header01 {
        display: contents;
        visibility: visible
    }

    .header02 {
        display: none
    }

    #navbarNavDropdown {
        background: #fff;
        z-index: 999;
        position: absolute;
        top: 97%;
        width: 100%
    }

    .slide .item img {
        height: 170px !important
    }

    .nav-link {
        padding: 13px 20px
    }

    .navbar-nav .nav-item:last-child {
        padding-bottom: 20px
    }

    .has-child::before {
        right: 123px;
        top: 20px
    }
}

.page-header-wrap {
    padding: 0
}

.page-header-wrap .page-header-visual {
    position: relative
}

.page-header-wrap .page-header-visual .page-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center
}

.page-header-wrap img {
    height: 400px;
    object-fit: cover;
    width: 100%
}

.page_main {
    padding: 60px
}

.site-content {
    min-height: 100vh;
    background: linear-gradient(135deg, #172554, #1e3a8a, #172554);
    position: relative;
    overflow: hidden
}

.main_v {
    width: 100%;
    height: 100vh;
    position: relative
}

.hero-text {
    text-align: center;
    padding: 5rem 1rem;
    color: white;
    z-index: 10;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: bold
}

.hero-text p {
    font-size: 1.125rem;
    opacity: 0.9;
    max-width: 42rem;
    margin: 0 auto;
    line-height: 35px
}

.hexagon-container {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    overflow: hidden
}

.hexagon-row {
    display: flex;
    gap: 1rem;
    overflow: hidden
}

.hexagon-row:last-child {
    padding-left: 6rem
}

.hexagon-scroll {
    display: flex;
    gap: 1rem;
    transition: transform 0.5s linear
}

.hexagon {
    width: 15rem;
    height: 17rem;
    position: relative;
    flex-shrink: 0
}

.hexagon-inner {
    position: absolute;
    inset: 0;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out
}

@media (min-width:768px) {
    .hero-text h1 {
        font-size: 3.5rem
    }
}

@media screen and (max-width:1200px) {
    .hexagon {
        width: 13rem;
        height: 15rem;
        position: relative;
        flex-shrink: 0
    }
}

.news-bg {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding-bottom: 100px
}

.news-contents-wrap {
    background: #fff;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    border-radius: 25px
}

.news-contents-wrap h2 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px
}

.news-head {
    font-size: 24px;
    color: #1a2d69;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e3e3e3
}

.news-list li {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease
}

.news-list li:hover {
    background-color: #f0f0f0
}

.news-list li .news-date {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    margin-bottom: 5px
}

.news-list li .news-title {
    font-size: 16px;
    font-weight: bold;
    color: #1a2d69;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 0
}

.news-list li .news-title:hover {
    color: #375ba9
}

.news-link {
    padding: 35px;
    text-align: center
}

.news-link a {
    margin: auto;
    padding: 8px;
    color: #1a2d69;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-color: #e9f0ff;
    border: 1px solid #c7d9f1;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 170px;
    display: block
}

.news-link a:hover {
    background-color: #1a2d69;
    color: #fff
}

.news-contents {
    width: 90%;
    margin: auto
}

.company-strengths {
    background-color: #f8f9fa
}

.company-strengths .container {
    background-image: url(../img/strengths-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-left: auto
}

.company-strengths .row {
    justify-content: end;
    position: relative
}

.company-strengths .row .strengths-text-wrap {
    position: absolute;
    right: -5%;
    background: #fff;
    padding: 40px;
    width: 60%;
    top: 60px
}

@media screen and (max-width:768px) {
    .company-strengths .strengths-text-wrap {
        background: #fff;
        padding: 30px;
        margin-top: 50px;
    }
}

.company-strengths .row .strengths-text-wrap h3 {
    padding-bottom: 15px
}

.top-company-img img {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    height: 500px;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .top-company-img img {
        height: inherit;
        aspect-ratio: 16 / 9;
    }
}

@media screen and (max-width:768px) {
    .top-company-img .col-md-6 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1200px) {
    .company-strengths .row .strengths-text-wrap {
        top: 40px
    }
}

.product-wrap {
    background-image: url("../img/product-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 20px
}

.product {
    color: #fff;
    padding: 50px 20px;
    text-align: center
}

.product h2 {
    font-size: 2rem;
    margin-bottom: 10px
}

.product p {
    font-size: 1.2rem;
    margin-bottom: 40px
}

.product .product-list {
    display: flex
}

.product .product-item {
    padding: 10px
}

.product .product-item div {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 15px;
    height: 390px
}

.product .product-item div:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3)
}

.product .product-item img {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    object-fit: cover
}

.product .product-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600
}

@media screen and (max-width:992px) {
    .product .product-item h3 {
        font-size: 1.1rem;
    }
}

.product .product-item ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 1rem
}

.product .product-item ul li {
    margin-bottom: 5px;
    list-style: unset;
    font-size: 0.9rem
}

.construction {
    padding: 50px 20px;
    text-align: center
}

.construction h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff
}

.construction .construction-list {
    margin-top: 30px;
    justify-content: space-evenly
}

.construction .construction-list .col-6 {
    flex: 0 0 auto;
    width: 45%
}

@media screen and (min-width:768px) {
    .construction .construction-list .col-md-2 {
        width: 18.666667%
    }
}

.construction .construction-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 10px 5px;
    padding: 0
}

.construction .construction-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2)
}

.construction .construction-item img {
    width: 100%;
    height: 150px;
    object-fit: cover
}

.construction .construction-item h3 {
    font-size: 0.8rem;
    margin: 7px;
    color: #333
}

.technology {
    background-image: url("../img/technology-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -6px
}

.technology h2 {
    text-align: center;
    color: #0c2d48;
    font-weight: 600;
    padding: 30px 0
}

.technology h3 {
    color: #0c2d48;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center
}

.technology img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px
}

@media screen and (min-width:768px) {
    .technology .col-12.col-md-4:nth-of-type(2) {
        margin-top: 60px
    }
}

@media screen and (max-width:768px) {
    .technology .col-12.col-md-4 {
        padding: 30px 0;
    }
}

.access {
    background-color: #f8f9fa
}

.access .container {
    background: #fff;
    padding: 60px;
    border-radius: 20px
}

@media screen and (max-width:768px) {
    .access .container {
        padding: 60px 30px;
    }
}

.access .row {
    margin-bottom: 60px
}

.access h2 {
    color: #0c2d48
}

.access h3 {
    position: relative;
    padding-left: 20px;
    color: #123c7e;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 20px 0px
}

.access h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 25px;
    background-color: #123c7e
}

.access p {
    margin-bottom: 5px
}

.access table th,
.access table td {
    padding: 1.5rem 0.5rem
}

#contact {
    position: relative;
    background: #3d576d;
    color: #fff;
    padding: 60px 0
}

.contact-section .section-head {
    text-align: center;
    color: #fff
}

.contact-guide-contents-r h3 {
    font-weight: 600;
    text-align: end;
    color: #fff;
    line-height: 55px
}

#contact .container {
    width: 1180px
}

#contact .container .row {
    padding-top: 30px;
    position: relative
}

.contact-left .contact-text {
    font-size: 25px;
    text-align: center
}

.contact-left .contact-text-wrap {
    text-align: center
}

.contact-left .contact-point {
    padding-right: 15px
}

.contact-right {
    align-items: center;
    display: flex
}

.contact-text-wrap p {
    padding-right: 20px;
    font-size: 20px
}

.contact-img img {
    width: 100%;
    max-width: 80%
}

.contact-text-wrap-tel {
    font-weight: 600;
    padding-top: 10px
}

.contact-left h2 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 16px;
    padding-top: 25px
}

.contact-left p span {
    font-size: 10px;
    font-weight: 600;
    font-size: 20px
}

.contact-section .tabContent {
    background: #fff;
    margin: 60px 0
}

.contact-section .tabContentPanel {
    display: none;
    margin-left: auto;
    margin-right: auto
}

.contact-section .tabContentPanel.--show {
    display: block
}

.contact-section .tabContentPanel__midCareer {
    padding: 5.2rem 0 6.6rem;
    width: 80%
}

.contact-table-wrap {
    margin: 30px 0px
}

@media screen and (max-width: 768px) {
    .contact-table-wrap {
        margin: 30px auto;
        width: 80%;
    }
}

.mw_wp_form.mw_wp_form_input,
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
    background: #fff;
    padding: 5px 60px
}

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

    .mw_wp_form.mw_wp_form_input,
    .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
        padding: 5px 20px;
    }
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .policy_text {
    display: none
}

.policy_text a {
    color: #0d6efd
}

.mw_wp_form.mw_wp_form_complete {
    text-align: center;
    padding-top: 80px;
    font-weight: 600;
    font-size: 20px
}

@media screen and (max-width:1400px) {
    .contact-plx_title {
        font-size: 22px
    }
}

.under-contact-contents-wrap {
    padding: 90px 15px
}

.contact-wrap {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

@media screen and (max-width:480px) {
    .Form {
        margin-top: 40px
    }
}

.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center
}

@media screen and (max-width:480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap
    }
}

.Form-Item p {
    margin-bottom: 3px !important;
    color: #444
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 3px
}

@media screen and (max-width:480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto
}

@media screen and (max-width:480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0
    }
}

.Form-Item-Label-Required-none {
    border-radius: 6px;
    margin-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: rgba(191, 13, 72, 0);
    color: #fff;
    font-size: 14px
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: #2e8bc0;
    color: #fff;
    font-size: 11px
}

.Form-Item-Label-Required.red {
    border-radius: 6px;
    margin-right: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: none !important;
    color: #b1d4e0;
    font-size: 11px;
    border: 3px solid #b1d4e0
}

.Form-Item-Label-Required.orange {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #d97700 !important;
    color: #fff;
    font-size: 11px
}

@media screen and (max-width:480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 35px;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background: #eaedf2;
    font-size: 15px
}

@media screen and (max-width:480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background: #eaedf2;
    font-size: 18px
}

@media screen and (max-width:480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px
    }
}

.Form-Btn {
    border-radius: 6px;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 240px;
    display: block;
    letter-spacing: 0.05em;
    background: #2e8bc0;
    color: #fff;
    font-weight: bold;
    font-size: 13px
}

@media screen and (max-width:480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 250px;
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .contact-wrap {
        max-width: 100%
    }

    .Form-Item-Input {
        width: 100%;
        max-width: 100%
    }

    .Form-Item-Label-Required.green,
    .Form-Item-Label-Required.red {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px
    }

    .Form-Btn {
        margin-bottom: 30px
    }
}

.contact_tel_point {
    font-size: 35px;
    display: block;
    padding: 80px 0 25px 0
}

.kerning-text {
    text-align: center
}

@media screen and (max-width:1200px) {
    .kerning-text {
        font-size: 16px !important
    }
}

@media only screen and (max-width:769px) {
    .contact-section .tabContentPanel__midCareer {
        padding: 3.6rem 2rem;
        width: 32.7rem
    }
}

.contact-section .tabContentPanel__graduate {
    text-align: center;
    padding: 7.2rem 2rem 11rem
}

@media only screen and (max-width:769px) {
    .contact-section .tabContentPanel__graduate {
        padding: 5rem 2.8rem 5.5rem
    }
}

.contact-section .tabContentPanel__graduate--index {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1
}

@media only screen and (max-width:769px) {
    .contact-section .tabContentPanel__graduate--index {
        font-size: 2.4rem
    }
}

.contact-section .tabContentPanel__graduate--sentence {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.2rem;
    margin-top: 4rem
}

@media only screen and (max-width:769px) {
    .contact-section .tabContentPanel__graduate--sentence {
        font-size: 1.4rem;
        line-height: 2.4rem
    }
}

.contact-section .tabContentPanel__graduate .contact {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    border: 2px solid #1e50b6;
    background-color: #f7f7f7;
    width: 39rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    padding: 2.8rem;
    font-weight: bold;
    font-size: 1.6rem
}

@media only screen and (max-width:769px) {
    .contact-section .tabContentPanel__graduate .contact {
        font-size: 1.4rem;
        width: 100%;
        padding: 2.5rem 1rem 3rem
    }
}

.contact-section .tabContentPanel__graduate .contact__body {
    color: #1e50b6
}

.contact-section .contentItem {
    padding-bottom: 2.4rem
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem {
        padding-bottom: 2rem
    }
}

.contact-section .contentItem:not(:first-child) {
    border-top: 1px solid #cecece;
    padding: 2.4rem 0
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem:not(:first-child) {
        padding: 2rem 0
    }
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem:last-child {
        padding-bottom: 0
    }
}

.contact-section .contentItem__index {
    color: #1e50b6;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5rem
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem__index {
        font-size: 1.8rem
    }
}

.contact-section .contentItem__sentence {
    font-size: 1.6rem;
    font-weight: bold
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem__sentence {
        font-size: 1.4rem
    }
}

.contact-section .contentItem__sentence.--iconIndent {
    padding-left: 3rem;
    position: relative
}

.contact-section .contentItem__sentence.--iconIndent::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.7rem;
    height: 1.7rem;
    background-image: url(../img/contactment/check-circle-red.png);
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem__sentence.--iconIndent::before {
        top: 1.5rem
    }
}

.contact-section .contentItem__sentence+.contentItem__sentence:not(.--iconIndent) {
    margin-top: 3rem
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem__sentence+.contentItem__sentence:not(.--iconIndent) {
        margin-top: 2.5rem
    }
}

.contact-section .contentItem__subIndex {
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: bold
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem__subIndex {
        margin-top: 2.5rem;
        font-size: 1.4rem
    }
}

.contact-section .contentItem .--emphasis {
    color: #1e50b6
}

.contact-section .contentItem__link {
    color: #1e50b6;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 2rem
}

@media only screen and (max-width:769px) {
    .contact-section .contentItem__link {
        font-size: 1.4rem
    }
}

.contact-section .contentItem__link.--cancelMargin {
    margin-top: 0
}

@media screen and (max-width:1200px) {
    .contact-left .contact-text {
        font-size: 17px;
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    #contact .container {
        width: 100%;
        max-width: 100%
    }

    #contact {
        padding: 40px 0px
    }

    #contact .container .row {
        padding-top: 20px
    }

    .contact-border {
        display: none
    }

    .contact-left .contact-text {
        font-size: 19px
    }

    .contact-left h2 {
        text-align: center
    }

    .contact-text-wrap {
        justify-content: center;
        text-align: center
    }

    .contact-text-wrap-tel {
        justify-content: center
    }
}

footer {
    background: #0c2d48;
    color: #fff;
    padding: 30px
}

footer h2 {
    padding-bottom: 20px;
    font-size: 1.8rem
}

footer h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px
}

footer a {
    width: 100%
}

footer a img {
    max-width: 25%;
    padding-bottom: 20px
}

footer p {
    margin-bottom: 4px;
    font-size: 0.8rem
}

footer .footer-company-u {
    padding-top: 20px
}

footer .footer-nav {
    display: flex;
    justify-content: space-around
}

@media screen and (max-width:768px) {
    footer .footer-nav {
        justify-content: flex-start;
    }
}

footer .footer-nav ul li {
    padding: 12px
}

footer .footer-nav ul a {
    color: #fff
}

footer .copyright {
    padding-top: 30px
}

.blog_wrapper {
    display: flex;
    padding: 100px 0px;
    justify-content: space-evenly
}

.wrap {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    position: relative
}

.blog .blog_list>ul {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 1.8em;
    padding: 0
}

.blog .blog_list>ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 1.5
}

.blog .blog_list>ul>li>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left
}

.blog .blog_list>ul>li>a .blog_list_img {
    width: 50%
}

.blog .blog_list>ul>li>a .blog_list_text {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px)
}

.blog .blog_list>ul>li>a .blog_list_text .blog_list_date {
    color: #a1925c;
    font-weight: 700;
    font-size: 20px
}

.blog .blog_list>ul>li>a .blog_list_text .blog_list_title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 10px 0
}

.blog_content .news-date {
    font-size: 1.1rem
}

.blog_content .news-title {
    font-size: 1.2rem;
    margin: 0;
    margin-left: 30px
}

.blog_wrapper .blog_list {
    width: 60%
}

.blog_wrapper .blog_list ul li a {
    transition: 0.6s
}

.blog_wrapper .blog_list ul li a:hover {
    opacity: 0.6
}

.blog .blog_side .blog_side_list {
    background: #0c2d48;
    margin-bottom: 20px;
    padding: 10px
}

.blog .blog_side .blog_side_list>h3 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 20px 0;
    position: relative;
    text-align: center
}

.blog .blog_side .blog_side_list li {
    background: #fff;
    padding: 15px;
    margin: 5px 2px
}

.blog .blog_side .blog_side_list>ul>li {
    margin-bottom: 5px
}

.blog .blog_side .blog_side_list>ul>li>a {
    background-color: #fff;
    display: block;
    font-weight: 500;
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px
}

.blog .blog_side .blog_side_list li a {
    color: #333;
    transition: 0.6s
}

.blog .blog_side .blog_side_list li a:hover {
    opacity: 0.6
}

.blog_list_text p {
    font-size: 16px;
    color: #333
}

.m-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

.m-pagination>span.is-active,
.m-pagination>a.is-active {
    background-color: #fff;
    color: #363636
}

.m-pagination>span,
.m-pagination>a {
    background-color: #363636;
    border: 1px solid #363636;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    height: 80px;
    line-height: 80px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.m-pagination>span,
.m-pagination>a {
    background-color: #363636;
    border: 1px solid #363636;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    height: 80px;
    line-height: 80px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.blog_list_img img {
    width: 300px;
    height: 200px;
    max-width: 80%;
    object-fit: cover
}

.blog_detail {
    width: 50%
}

.blog_detail_btn-wrap p a {
    width: 320px;
    margin: 0px auto;
    height: 50px;
    background: #2e8bc0;
    color: #fff;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.6s;
    display: block;
    line-height: 52px
}

.news-item-wrap {
    width: 40%
}

.blog_detail_date {
    font-size: 20px
}

.blog_detail_title h2 {
    font-size: 30px;
    border-bottom: 2px solid #888;
    padding-top: 20px;
    display: revert
}

.blog_detail_post {
    padding-top: 70px;
    padding-bottom: 90px
}

.blog_detail_btn-wrap {
    padding-top: 70px
}

@media only screen and (max-width:768px) {
    .blog .blog_list>ul>li>a {
        display: inline-block;
        width: 100%
    }

    .blog .blog_list>ul>li>a .blog_list_img {
        width: 100%
    }

    .blog .blog_list>ul>li>a .blog_list_text {
        width: 100%;
        padding: 0
    }

    .blog .blog_list>ul>li>a .blog_list_text .blog_list_title {
        font-size: 25px
    }

    .blog_list_text p {
        font-size: 15px
    }

    .blog_wrapper {
        padding: 50px 0px
    }

    .wrap {
        flex-direction: column
    }

    .blog .blog_side .blog_side_list>h3 {
        font-size: 20px;
        padding: 10px 0
    }

    .blog_detail {
        padding: 15px
    }

    .blog_side {
        padding: 15px
    }

    .blog_wrapper .blog_list {
        width: 100%;
        padding: 15px
    }

    .blog_list_img img {
        max-width: 100%
    }

    .blog_detail_post {
        padding-top: 70px;
        padding-bottom: 0
    }

    .blog_detail {
        width: 100%
    }
}

.under-mv-wrap {
    padding: 0
}

.under-mv-visual {
    position: relative
}

.under-mv-visual img {
    width: 100%;
    height: 480px;
    object-fit: cover
}

.under-mv-content {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #fff
}

.under-mv-content h3 {
    font-family: "Futura";
    font-size: 65px
}

.under-mv-content p {
    font-family: "Futura";
    font-size: 20px;
    text-align: end
}

.under-mv-content p:before,
.under-mv-content p:after {
    font-family: "YuGothic";
    border-top: 1px solid #fff;
    content: "";
    width: 10px;
    display: inline-block;
    margin-bottom: 4px
}

.under-mv-content p:before {
    margin-right: 10px
}

.under-mv-content p:after {
    margin-left: 10px
}

@media screen and (max-width:768px) {
    .under-mv-visual img {
        height: 200px !important
    }

    .under-mv-content h3 {
        font-size: 25px
    }

    .under-mv-content p {
        font-size: 11px
    }
}

.wp-pagenavi {
    clear: both;
    padding-bottom: 100px;
    text-align: center
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #2e8bc0 !important;
    padding: 16px 25px !important;
    margin: 2px;
    background: #0c2d48;
    line-height: 60px;
    color: #fff;
    transition: 0.6s
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    opacity: 0.5
}

.wp-pagenavi span.current {
    font-weight: bold
}

.previouspostslink:hover,
.page.smaller:hover,
.page.larger:hover,
.nextpostslink:hover {
    color: #333
}