@charset "UTF-8";
/*
Theme Name: virtutech-innovations 株式会社
Description: virtutech-innovations 株式会社様用のテンプレートです
Version: 1.0
Author: E.Okamoto
*/
/* ---- 全体 ----*/
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    position: relative;
}
img {
    width: 100%;
    height: auto;
}
.container {
    max-width: 1080px;
    margin: 0 auto;
}
section {
    padding: 30px 0;
    text-align: center;
    font-size: 1.6rem;
}
/* ---- 共通 ----*/
.pc_menu,
.sp_menu,
h2 {
    text-transform: uppercase;
}
.link-button01,
.link-button02,
.footer p {
    text-transform: capitalize;
}
.news_contents,
.service_contents,
.contact_contents {
    margin-top: 50px;
}
.news_contents,
.service_contents {
    text-align: left;
}
.link_jump {
    color: blue;
    text-decoration: underline;
}
/* パンくずリスト */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 20px;
    font-size: 1.6rem;
}
.breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 .6em;
    color: #777;
}
/* ページ内リンクの高さ調整 */
html,
body {
    scroll-padding-top: 145px;
    /* 一部ページのフッターの位置を固定 */
    height: 100%;
}
/*  文字のスペース */
.mgr {
    /*右方向に空白*/
    margin-right: 18px;
}
.mgr02 {
    /*右方向に空白*/
    margin-left: 7px;
}
.mgl {
    /*左方向に空白*/
    margin-left: 25px;
}
/*  文字のインデント */
.text-indent {
    text-indent: -0.5em;
    padding-left: 0.5em;
}
/*  各ページ共通の見出し */
h1 {
    width: 11%;
}
h3 {
    font-weight: bold;
}
/* メインページの見出し */
.mainpage_h2 {
    font-size: 4rem;
    position: relative;
}
.mainpage_h2-line {
    border-bottom: 5px solid #002060;
}
.mainpage_h2::after {
    content: attr(data-en);
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin-top: 60px;
}
.mainpage_h3 {
    font-size: 3rem;
}
/* サブページの見出し */
.sub01_h2 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
    position: relative;
    z-index: 998;
}
.sub01_h2-line {
    border-bottom: 5px solid #ff8b2c;
}
.sub01_h2::after {
    content: attr(data-en);
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin-top: 60px;
}
.sub01_h3,
.sub02_h2 {
    font-size: 3rem;
}
.sub02_h2,
.sub03_h2 {
    font-weight: bold;
}
.sub03_h2 {
    font-size: 2.5rem;
    text-transform: capitalize;
}
.sub01_h3-line,
.sub02_h2-line,
.sub03_h2-line {
    border-bottom: 5px solid #002060;
}
.sub02_h3 {
    font-size: 2rem;
}
.sub02_h3-line {
    border-bottom: 5px solid #ffc000;
}
.sub03_h3 {
    font-size: 2.4rem;
}
/* ---- 検索結果、404ページ －共通----*/
#not_found section,
#search section {
    text-align: left;
    padding: 80px 0;
}
#not_found p,
#search section p {
    font-size: 2rem;
    margin-top: 30px;
}
/*  リンクボタン */
/*  リンクボタンに共通で適用 */
.link-button01,
.link-button02,
.link-button03 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    font-size: 2rem;
}
.link-button01::before,
.link-button01::after,
.link-button02::before,
.link-button02::after,
.link-button03::before,
.link-button03::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform-origin: 100% 50%;
    height: 1px;
    width: 11px;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
}
.link-button01::before,
.link-button02::before,
.link-button03::before {
    transform: translateY(-50%) rotate(30deg);
}
.link-button01::after,
.link-button02::after,
.link-button03::after {
    transform: translateY(-50%) rotate(-30deg);
}
.link-button01:hover::before,
.link-button01:hover::after,
.link-button02:hover::before,
.link-button02:hover::after,
.link-button03:hover::before,
.link-button03:hover::after {
    transform: translate(5px, -50%) rotate(30deg);
}
.link-button01:hover::after,
.link-button02:hover::after,
.link-button03:hover::after {
    transform: translate(5px, -50%) rotate(-30deg);
}
/*  リンクボタン01 */
.link-button01 {
    color: #002060;
    border: 2px solid #002060;
    position: relative;
    left: 80%;
    transition: 0.3s;
}
.link-button01::before,
.link-button01::after {
    background-color: #002060;
}
.link-button01:hover {
    background-color: #002060;
    color: #fff;
}
.link-button01:hover::before,
.link-button01:hover::after {
    background-color: #fff;
}
.link-button01:hover::after {
    background-color: #fff;
}
/*  リンクボタン02 */
.link-button02 {
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    transition: 0.3s;
    margin: 30px auto 0;
}
.link-button02::before,
.link-button02::after {
    background-color: #fff;
}
.link-button02:hover {
    background-color: #fff;
    color: #002060;
}
.link-button02:hover::before,
.link-button02:hover::after {
    background-color: #002060;
}
.link-button02:hover::after {
    background-color: #002060;
}
/*  リンクボタン03 */
.link-button03 {
    color: #002060;
    border: 2px solid #002060;
    position: relative;
    transition: 0.3s;
    display: inline-flex;
    margin: 0 150px;
}
.link-button03::before,
.link-button03::after {
    background-color: #002060;
}
.link-button03:hover {
    background-color: #002060;
    color: #fff;
}
.link-button03:hover::before,
.link-button03:hover::after {
    background-color: #fff;
}
.link-button03:hover::after {
    background-color: #fff;
}
/* サブページのカバー画像 */
.cover-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 150px 0;
    position: relative;
}
.cover-image::after {
    background-color: rgba(13, 32, 67, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ---- ヘッダー ----*/
.header {
    padding: 20px 0 10px 100px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
.header-widget-area {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.header-widget-area .widget {
    margin: 0 10px;
}
.pc_menu {
    display: flex;
    position: absolute;
    left: 18%;
    bottom: 20%;
    font-size: 2rem;
}
.pc_menu li {
    padding-left: 35px;
}
.pc_menu li a {
    position: relative;
}
.pc_menu li a::after {
    background-color: #002060;
    bottom: -4px;
    content: '';
    height: 2px;
    left: 0px;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    width: 100%;
}
/* リンクにホバーした際の下線の表示 */
.pc_menu li a:hover::after {
    transform: scale(1, 1);
}
/* ---- フッター ----*/
.footer {
    width: 100%;
    background-color: #002060;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
    margin-top: auto;
    /* 一部ページのフッターの位置を固定 */
    position: sticky;
    top: 100vh;
}
.footer p {
    margin-bottom: 30px;
}
.footer p::before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fff;
    margin: 0 auto;
}
/* ---- 検索機能 ----*/
.search {
    position: relative;
}
.search-icon img {
    position: absolute;
    right: 27%;
    bottom: 25px;
    width: 2.5%;
}
.whole-search-wrapper {
    position: absolute;
    left: 75%;
    bottom: 20px;
}
/* 検索フォームのラッパー */
.searchform-wrapper {
    display: flex;
    /* フレックスボックスを使用 */
    width: 100%;
    font-size: 1.5rem;
}
/* 入力欄 */
.searchform-input {
    flex: 1;
    /* 入力欄をフレックスアイテムとして設定 */
    height: 45px;
    width: 60%;
    padding: 0.5em 1em;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-right: none;
    /* ボタンとの境界線を削除 */
    border-radius: 5px 0 0 5px;
}
/* 検索ボタン */
.searchform-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002060;
    color: #ffffff;
    border: 1px solid #666666;
    border-left: none;
    /* 入力欄との境界線を削除 */
    border-radius: 0 5px 5px 0;
    padding: 0 16px;
    cursor: pointer;
}
.searchform-input:focus,
.searchform-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    /* フォーカス時のスタイル */
}
.searchform-button:hover {
    background-color: #4169e1;
    /* ホバー時の色 */
}
/* ---- 検索結果ページ ----*/
.search-item {
    padding: 20px 0;
    border-bottom: 1px solid #EAE8E8;
}
.thumb {
    padding: 10px 0;
}
.thumb img {
    width: 30%;
}
.content a {
    color: blue;
}
.url {
    padding-top: 5px;
}
/* ---- ページ送り ----*/
.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.wp-pagenavi .pages,
.previouspostslink,
.nextpostslink {
    /*display: none;*/
    border: none;
    display: flex;
    align-items: center;
}
.nextpostslink,
.previouspostslink {
    font-size: 2rem;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #002060;
    font-weight: 700;
    font-size: 2rem;
    border: 1px solid #002060;
}
.wp-pagenavi .page:hover {
    background: #002060;
    color: #fff;
}
.wp-pagenavi .current {
    background: #002060;
    color: #fff;
}
@media only screen and (max-width : 767px) {
    .wp-pagenavi .page,
    .wp-pagenavi .current {
        width: 30px;
        height: 30px;
        margin: 0 5px;
        font-size: 1.5rem;
    }
    .nextpostslink,
    .previouspostslink {
        font-size: 1.5rem;
    }
}
/* ---- TOP(メインページ) ----*/
#top {
    background-image: url(images/top_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    padding: 290px 0;
    position: relative;
}
#top::after {
    background-color: rgba(13, 32, 67, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top_text {
    color: #fff;
    z-index: 998;
    position: absolute;
    top: 70%;
    left: 3%;
}
.top_text p {
    font-size: 2.5rem;
}
.catchcopy {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.5;
}
/* ---- NEWS(メインページ) ----*/
.news_contents {
    font-size: 2rem;
    background-color: #EAE8E8;
    margin-top: 50px;
    padding: 30px;
    line-height: 2;
}
.news_contents p a {
    position: relative;
}
.news_contents p a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 8px);
    transition: 0.3s;
}
.news_contents p a:hover::before {
    width: 100%;
}
/* ---- SERVICE(メインページ) ----*/
.service_contents {
    position: relative;
}
.service_contents p {
    margin-bottom: 30px;
}
.service_contents-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    margin-bottom: 50px;
}
.service_contents-box img {
    width: 50%;
    max-width: none;
}
.service_contents-box-text,
.service_contents-box-text2 {
    width: 50%;
    max-width: none;
    margin-top: 0;
    margin-left: -80px;
    padding: 40px;
    z-index: 1;
    background-color: rgba(255, 192, 0, 0.7);
}
.service_contents-box-text p,
.service_contents-box-text2 p {
    padding-top: 20px;
}
/* ---- RECRUIT(メインページ) ----*/
.recruit_contents {
    background-image: url(images/recruit_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 350px 0;
    position: relative;
    margin: 50px calc(50% - 50vw) 0;
    width: 100vw;
}
.recruit_contents::after {
    background-color: rgba(13, 32, 67, 0.4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recruit_contents p {
    width: 100%;
    font-size: 2rem;
    color: #fff;
    z-index: 998;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recruit_strong_text {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 3;
}
/* ---- CONTACT(メインページ) ----*/
#contact {
    padding: 30px 0 0;
}
.contact_form {
    background-color: #e2e2e2;
    margin: 30px calc(50% - 50vw) 0;
    width: 100vw;
    padding-bottom: 30px;
}
.form {
    margin: 0 auto;
    max-width: 800px;
}
.form-item {
    padding: 24px 0;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: initial;
    font-size: 1.8rem;
}
.form-item-label {
    width: 100%;
    max-width: 400px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.form-item-label.isMsg {
    margin: 8px 0 auto;
}
.form-item-label-required {
    margin-left: 20px;
    padding: 8px 0;
    width: 70px;
    display: inline-block;
    background: #fff;
    color: #ffc000;
    border: 1px solid #ffc000;
    text-align: center;
}
.form-item-label-required.isName01 {
    margin-left: 133px;
}
.form-item-label-required.isName02 {
    margin-left: 114px;
}
.form-item-label-required.isName03 {
    margin-left: 39px;
}
.form-item-label-required isMsg {
    margin-left: 133px;
}
.form-item-input {
    padding: 0 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    background: #fff;
}
.form-item-textarea {
    padding: 0 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    background: #fff;
}
.form-btn {
    border-radius: 10px;
    margin: 32px auto 0;
    padding: 20px 0;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    color: #002060;
    border: 2px solid #002060;
    font-weight: bold;
    font-size: 2.2rem;
}
.form-btn:hover {
    background-color: #002060;
    color: #fff;
}
/* ---- NEWS(サブページ) ----*/
#home .cover-image,
#archive .cover-image {
    background-image: url(images/sub-news_cover.jpg);
}
#home section,
#archive section,
.single-post section {
    text-align: left;
}
.sub-news_list {
    font-size: 2rem;
    width: 80%;
}
.sub-news_list li {
    padding: 20px 30px;
}
.sub-news_list li a {
    position: relative;
}
.sub-news_list li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 8px);
    transition: 0.3s;
}
.sub-news_list li a:hover::before {
    width: 100%;
}
.sub-news_list li:nth-child(odd) {
    background-color: #e2e2e2;
}
.sub-news_menu {
    background-color: #002060;
    color: #FFF;
    width: 180px;
    height: 30px;
    position: relative;
    left: 85%;
    z-index: 998;
}
.sub-news_menu-box summary {
    text-align: left;
    margin-left: 20px;
    line-height: 1.7;
}
.menu-box_list {
    background-color: #FFF;
    color: #000;
    border: solid 1px;
    border-color: #002060;
}
.menu-box_list li {
    padding: 10px 5px;
}
/* ---- NEWSの個別記事ページ(サブページ) ----*/
.sub-news_textbox {
    width: 80%;
    margin-top: 30px;
    line-height: 2;
}
.sub-news_textbox p {
    margin-bottom: 20px;
}
.textbox-accent {
    font-size: 2rem;
    font-weight: bold;
    line-height: 5;
}
/* ---- COMPANY(サブページ) ----*/
#page-sub_company .cover-image {
    background-image: url(images/sub-company_cover.jpg);
}
#page-sub_company section {
    text-align: left;
}
.sub-company_contents02 {
    position: relative;
}
.sub-company_contents01 p,
.sub-company_contents02 p,
.sub-company_contents03 p,
.sub-company_contents04 p {
    margin-top: 30px;
}
.sub-company_contents04 p {
    padding-bottom: 30px;
}
.sub-company_contents03 p span {
    font-weight: bold;
}
.sub-company_contents02 img {
    width: 25%;
    position: absolute;
    bottom: 10%;
    left: 55%;
}
.sub-company_datas {
    background-color: #EAE8E8;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 30px;
    width: 100%;
}
.sub-company_list {
    display: flex;
    padding: 10px 0;
}
.sub-company_data dt {
    font-weight: normal;
    width: 100px;
}
/* グーグルマップ */
.gmap-container {
    max-width: 1000px;
    width: 100%;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/* ---- SERVICE(サブページ) ----*/
#page-sub_service .cover-image {
    background-image: url(images/sub-service_cover.jpg);
}
.sub-service_box {
    padding: 40px 30px 0;
    display: flex;
    align-items: center;
}
.sub-service_box-text {
    background-color: #EAE8E8;
    text-align: left;
    width: 60%;
    padding: 40px;
}
.sub-service_box-image {
    width: 40%;
    z-index: 1;
    margin-right: 0;
    margin-bottom: 160px;
}
.sub-service_list:nth-of-type(1) {
    margin-top: 50px;
}
.sub-service_list:nth-of-type(1) .sub-service_box-text {
    padding: 40px 40px 50px;
}
.sub-service_list:nth-of-type(2) .sub-service_box-text {
    width: 50%;
}
.sub-service_list:nth-of-type(4) .sub-service_box-text {
    width: 50%;
}
.sub-service_list:nth-of-type(odd) .sub-service_box-text {
    margin-left: -30px;
}
.sub-service_list:nth-of-type(even) .sub-service_box-text {
    margin-right: -40px;
}
/* 交互に表示する */
.sub-service_list:nth-of-type(odd) .sub-service_box {
    flex-direction: row-reverse;
}
/* ---- WORKS,WORK01~04共通(サブページ) ----*/
#page-sub_works .cover-image,
#page-sub_work01 .cover-image,
#page-sub_work02 .cover-image,
#page-sub_work03 .cover-image,
#page-sub_work04 .cover-image {
    background-image: url(images/sub-works_cover.jpg);
}
/* ---- WORKS(サブページ) ----*/
.sub-works_contents {
    position: relative;
}
.tags {
    display: flex;
    align-items: center;
}
.tag_search {
    background-color: #002060;
    border-radius: 8px;
    color: #fff;
    width: 200px;
    font-size: 1.8rem;
    padding: 20px 0;
}
.tag_search-tab-btn {
    background-color: #EAE8E8;
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    padding: 20px 50px;
}
.tag_search-btn a {
    padding: 0 15px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.tag_search-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 8px);
    transition: 0.3s;
}
.tag_search-btn a:hover::before {
    width: 100%;
}
.tag_search-btn a.is-active {
    background-color: #808080;
}
/* タブメニュー */
#tag_search-tab-contents {
    margin-top: 50px;
}
.tag_search-tab-contents-item {
    display: none;
}
.tag_search-tab-contents-item.is-active {
    display: flex;
    flex-wrap: wrap;
    animation: fadeinAnime 2s forwards;
}
@keyframes fadeinAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.menu_box {
    width: 30%;
    margin: 0 15px 120px;
    position: relative;
}
.item-img {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.item-img img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}
.item-img:hover img {
    transform: scale(1.1);
}
.overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .6s ease;
}
.item-img:hover .overlay {
    opacity: 1;
}
.tag_name01,
.tag_name02 {
    background-color: #002060;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    width: 150px;
    height: 30px;
}
.tag_name01 {
    position: absolute;
    top: 110%;
}
.tag_name02 {
    position: absolute;
    top: 110%;
    left: 51%;
}
/* ---- WORK01~04共通(サブページ) ----*/
.sub-work_contents p {
    padding: 30px 0;
}
.sub-work_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}
.sub-work_box-text {
    width: 50%;
    background-color: #EAE8E8;
    padding: 40px;
    text-align: left;
}
.sub-work_box-image {
    width: 60%;
    z-index: 1;
}
.sub-work_box-image img {
    width: 80%;
}
.sub-work_box:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.sub-work_box:nth-of-type(odd) .sub-work_box-text {
    margin-top: 210px;
    margin-left: -80px;
}
.sub-work_box:nth-of-type(even) .sub-work_box-text {
    margin-top: 200px;
    margin-right: -120px;
}
/* ---- WORK04共通(サブページ) ----*/
#page-sub_work04 .sub-work_box {
    margin: 60px 0;
}
#page-sub_work04 .sub-work_box-image {
    width: 100%;
}
#page-sub_work04 .sub-work_box-image img {
    width: 75%;
}
#page-sub_work04 .sub-work_box-text {
    width: 100%;
    margin-top: 0;
}
/* ---- RECRUIT(サブページ) ----*/
#page-sub_recruit .cover-image {
    background-image: url(images/sub-recruit_cover.jpg);
}
.sub-recruit_contents01 {
    background-image: url(images/sub-recruit_img-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 400px 0;
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.sub-recruit_contents01::after {
    background-color: rgba(255, 192, 0, 0.7);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sub-recruit_contents01 p {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 120px;
    z-index: 998;
}
.sub-recruit_contents_txt_line {
    border-bottom: 5px solid #002060;
}
.sub-recruit_contents02 p {
    margin-bottom: 30px;
}
.sub-recruit_contents02-txt {
    padding: 50px 0;
}
/* ---- 新卒、キャリア採用共通(サブページ) ----*/
#page-sub_new_graduate section,
#page-sub_career section {
    text-align: left;
    padding: 50px 0;
}
.new_graduate_contents01,
.career_contents01 {
    position: relative;
}
.new_graduate_contents01 p,
.career_contents01 p {
    margin: 20px 0;
}
.contents-box {
    padding-top: 50px;
}
.contents-box img {
    width: 50%;
}
.job_description_list {
    display: flex;
    border-bottom: 1px solid #EAE8E8;
}
.job_descriptions {
    padding: 50px 0;
}
.job_description {
    font-size: 2rem;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: 200px 1fr;
}
.job_description dt {
    font-weight: normal;
    width: 250px;
}
.job_description dt,
.job_description dd {
    padding: 25px;
    border-bottom: 1px solid #EAE8E8;
}
.job_description dd {
    padding: 25px 50px;
}
.job_description span {
    font-size: 1.4rem;
}
.dt_space {
    padding-bottom: 5px;
}
/* ---- 新卒採用(サブページ) ----*/
#page-sub_new_graduate .contents-box-text {
    background-color: rgba(255, 192, 0, 0.7);
    padding: 40px 25px;
    position: absolute;
    left: 37%;
    top: 35%;
}
/* ---- キャリア採用(サブページ) ----*/
#page-sub_career .contents-box-text {
    background-color: rgba(255, 192, 0, 0.7);
    padding: 40px 25px;
    position: absolute;
    left: 26%;
    top: 35%;
}
/* ---- 404ページ ----*/
#not_found p a {
    text-decoration: underline;
}
/* ---- PCでは非表示の要素 ----*/
@media screen and (min-width: 1025px) {
    .sp_menu,
    .search-close {
        display: none;
    }
}
/* ---- タブレット用の表示 ----*/
@media screen and (min-width: 641px) and (max-width:1024px) {
    /* ---- 共通 ----*/
    /*  各ページ共通の見出し */
    h1 {
        width: 10%;
    }
    .link-button01 {
        position: relative;
        left: 70%;
    }
    /* ---- ヘッダー ----*/
    .search-icon img {
        width: 3%;
        position: absolute;
        left: 80%;
        bottom: 5px;
    }
    /* ---- SERVICE(サブページ) ----*/
    .sub-service_box-text {
        width: 85%;
    }
    .sub-service_list:nth-of-type(2) .sub-service_box-text {
        width: 85%;
    }
    .sub-service_list:nth-of-type(4) .sub-service_box-text {
        width: 85%;
    }
    .sub-service_box-text p {
        padding: 30px 0;
    }
    /* ---- WORKS(サブページ) ----*/
    .tag_search-tab-btn {
        margin: 30px auto 0;
    }
    .tag_search-btn a {
        padding: 0 40px;
    }
    /* タブメニュー */
    .tag_name02 {
        position: absolute;
        left: 30%;
    }
    .menu_box {
        margin: 50px auto 70px;
    }
    /* ---- WORK01~04共通(サブページ) ----*/
    .sub-work_box-text {
        width: 45%;
    }
    .sub-work_box:nth-of-type(even) .sub-work_box-text {
        margin-right: -80px;
    }
    /* ---- WORK04共通(サブページ) ----*/
    #page-sub_work04 .sub-work_box-text {
        width: 45%;
    }
    #page-sub_work04 .sub-work_box-image {
        width: 60%;
    }
    /* ---- RECRUIT(サブページ) ----*/
    .sub-recruit_contents01 {
        padding: 200px 0;
    }
    /* ---- 新卒、キャリア採用共通(サブページ) ----*/
    #page-sub_new_graduate .contents-box-text,
    #page-sub_career .contents-box-text {
        position: absolute;
        top: 0;
        margin-top: 400px;
    }
}
/* ---- スマートフォン用の表示 ----*/
@media screen and (max-width: 640px) {
    /* ---- 共通 ----*/
    /*  各ページ共通の見出し */
    h1 {
        width: 22%;
    }
    .link-button01 {
        position: relative;
        left: 50%;
    }
    /* パンくずリスト */
    .breadcrumb {
        font-size: 1.5rem;
        line-height: 1.5;
    }
/* ---- 検索機能 ----*/
/* 検索フォームのラッパー */
.searchform-wrapper {
    font-size: 1rem;
}
    /* ---- ヘッダー ----*/
    .search-icon img {
        width: 6%;
        position: absolute;
        left: 73%;
        bottom: 10px;
    }
    /* ---- SERVICE(メインページ) ----*/
    .service_contents-box-text,
    .service_contents-box-text2 {
        width: 335px;
    }
    /* ---- SERVICE(サブページ) ----*/
    .sub-service_box-text {
        width: 100%;
        padding: 40px;
    }
    .sub-service_list:nth-of-type(2) .sub-service_box-text {
        width: 100%;
        padding: 40px;
    }
    .sub-service_list:nth-of-type(4) .sub-service_box-text {
        width: 100%;
    }
    .sub-service_box-image {
        width: 60%;
    }
    /* ---- WORKS(サブページ) ----*/
    .tag_search-tab-btn {
        margin: 10px auto 0;
    }
    /* タブメニュー */
    .menu_box {
        margin: 50px auto;
    }
    /* ---- WORK01~04共通(サブページ) ----*/
    .sub-work_list {
        margin: 150px 0;
    }
    .sub-work_box {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .sub-work_box-text {
        width: 75%;
        padding: 30px;
        font-size: 1.1rem;
    }
    .sub-work_box-image {
        margin-top: -260px;
    }
    .sub-work_box:nth-of-type(odd) {
        flex-direction: column;
    }
    .sub-work_box:nth-of-type(odd) .sub-work_box-text {
        margin-top: -10px;
        margin-left: 0;
    }
    .sub-work_box:nth-of-type(even) .sub-work_box-text {
        margin-right: -40px;
        margin-left: -40px;
    }
    /* ---- WORK04共通(サブページ) ----*/
    #page-sub_work04 .sub-work_box-text {
        padding: 10px 30px;
        width: 70%;
    }
    #page-sub_work04 .sub-work_box-image {
        margin-top: -330px;
    }
    #page-sub_work04 .sub-work_box-image img {
        width: 40%;
    }
    /* ---- RECRUIT(サブページ) ----*/
    .sub-recruit_contents01 {
        padding: 100px 0;
    }
    /* ---- 新卒、キャリア採用共通(サブページ) ----*/
    #page-sub_new_graduate .contents-box-text,
    #page-sub_career .contents-box-text {
        position: absolute;
        top: 145%;
    }
    .job_description {
        display: block;
    }
    .job_description dt {
        border-bottom: none;
    }
}
/* ---- スマートフォン用、タブレット用双方の表示 ----*/
@media screen and (max-width: 1024px) {
    /* ---- スマートフォン、タブレットでは非表示の要素 ----*/
    .pc_menu {
        display: none;
    }
    /* ---- 全体 ----*/
    section {
        word-break: keep-all;
        font-size: 1.1rem;
    }
    /* ---- 共通 ----*/
    /* ページ内リンクの高さ調整 */
    html,
    body {
        scroll-padding-top: 119px;
    }
    /* フッター固定 */
    #page-sub_news section,
    #not_found section {
        flex-direction: column;
        min-height: 100vh;
        display: flex;
    }
    /* メインページの見出し */
    .mainpage_h2 {
        font-size: 2.5rem;
        position: relative;
    }
    .mainpage_h2::after {
        font-size: 1.2rem;
        position: absolute;
        margin-top: 50px;
    }
    .mainpage_h3 {
        font-size: 1.3rem;
    }
    /* サブページの見出し */
    .sub01_h2 {
        font-size: 2.5rem;
    }
    .sub01_h2::after {
        font-size: 1.2rem;
        margin-top: 50px;
    }
    .sub03_h2 {
        font-size: 1.8rem;
        line-height: 2;
    }
    .sub01_h3,
    .sub02_h2 {
        font-size: 2rem;
    }
    .sub02_h3 {
        font-size: 1.5rem;
    }
    .sub03_h3 {
        font-size: 1.8rem;
    }
    /* サブページのカバー画像 */
    .cover-image {
        padding: 60px 0;
    }
    /*  リンクボタン01 */
    .link-button01 {
        margin-top: 20px;
    }
    .link-button01,
    .link-button02,
    .link-button03 {
        width: 150px;
        height: 45px;
        font-size: 1.6rem;
    }
    /*  リンクボタン03 */
    .link-button03 {
        display: flex;
        margin: 15px auto;
    }
    /*  文字のスペース */
    .sp-mgl {
        /*左方向に空白*/
        margin-left: 12px;
    }
    /*  文字のインデント */
    .sp_text-indent {
        text-indent: -0.5em;
        padding-left: 0.5em;
    }
    .sp_text-indent02 {
        text-indent: -1em;
        padding-left: 1em;
    }
    /* ---- ヘッダー ----*/
    .header {
        padding: 30px 20px;
        background-color: #fff;
    }
    /* ハンバーガーメニュー */
    .sp_menu {
        position: absolute;
        top: 38%;
        right: 5%;
    }
    .sp_menu__inner {
        display: flex;
        justify-content: right;
        align-items: center;
        padding: 0.5rem 1rem;
    }
    /* ハンバーガーボタンのデザイン */
    .drawer__button {
        position: relative;
        width: 3rem;
        height: 3rem;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 999;
    }
    /* ハンバーガーボタン内の線 */
    .drawer__button>span {
        display: block;
        position: absolute;
        left: 50%;
        width: 4rem;
        height: 2px;
        background-color: #002060;
        transform: translateX(-50%);
    }
    .drawer__button>span:first-child {
        transform: translate(-50%, calc(-50% - 1rem));
        transition: transform 0.3s ease;
    }
    .drawer__button>span:nth-child(2) {
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease;
    }
    .drawer__button>span:last-child {
        transform: translate(-50%, calc(-50% + 1rem));
        transition: transform 0.3s ease;
    }
    /* 展開時のデザイン */
    .drawer__button.active>span:first-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .drawer__button.active>span:nth-child(2) {
        opacity: 0;
    }
    .drawer__button.active>span:last-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    /* メニューのデザイン */
    .drawer__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }
    .drawer__nav.active {
        opacity: 1;
        visibility: visible;
    }
    .drawer__nav__inner {
        position: relative;
        width: 80%;
        height: 100%;
        background-color: white;
        padding: 4rem 1.5rem 1rem;
        margin: 0 0 0 auto;
        overflow: scroll;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
    .drawer__nav.active .drawer__nav__inner {
        transform: translateX(0);
    }
    .drawer__nav__menu {
        list-style: none;
        padding-left: 0;
        margin-top: 50px;
    }
    .drawer__nav__item {
        position: relative;
    }
    .drawer__nav__link {
        display: block;
        text-decoration: none;
        padding: 1.5rem 1.5rem;
        font-size: 2.5rem;
    }
    .drawer__nav__link {
        position: relative;
    }
    .drawer__nav__link::after {
        background-color: #002060;
        bottom: -4px;
        content: '';
        height: 3px;
        left: 0px;
        position: absolute;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .8s;
        width: 100%;
    }
    /* リンクにホバーした際の下線の表示 */
    .drawer__nav__link:hover::after {
        transform: scale(1, 1);
    }
    /* ハンバーガーメニュー展開時、背景を固定 */
    body.active {
        height: 100%;
        overflow: hidden;
    }
    /* ---- 検索機能 ----*/
    .search-icon {
        width: auto;
        cursor: pointer;
    }
    .whole-search-wrapper {
        display: none;
    }
    .whole-search-wrapper {
        position: absolute;
        right: 20px;
        top: 60px;
        width: 90%;
        z-index: 999;
    }
    .whole-search-wrapper.active {
        display: block;
    }
    .header.search-open .whole-search-wrapper {
        display: block;
        position: absolute;
        left: 0;
        top: -40px;
        height: 100%;
        padding: 20px;
        z-index: 1000;
    }
    .header.search-open h1,
    .header.search-open .search-icon,
    .header.search-open .sp_menu__inner {
        display: none;
    }
    .header.search-open .search-form_wrapper {
        width: 100%;
    }
    .header.search-open .search-form_input {
        width: 100%;
        height: 48px;
        font-size: 16px;
    }
    .search-close {
        position: absolute;
        left: 100%;
        font-size: 3rem;
        cursor: pointer;
        color: #002060;
    }
    /* ---- 検索結果ページ ----*/
    #search section {
        padding: 20px;
    }
    .thumb img {
        width: 60%;
    }
    /* ---- TOP(メインページ) ----*/
    #top {
        background-image: url(images/top_image-sp.jpg);
        padding: 240px 0;
    }
    .top_text {
        position: absolute;
        top: 80%;
        left: 5%;
    }
    .top_text p {
        font-size: 1.5rem;
    }
    .catchcopy {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.5;
    }
    /* ---- NEWS(メインページ) ----*/
    .news_contents {
        font-size: 1.2rem;
    }
    /* ---- SERVICE(メインページ) ----*/
    .service_contents p {
        padding: 0 40px;
    }
    .service_contents-box-text p,
    .service_contents-box-text2 p {
        padding: 10px;
        margin-bottom: 10px;
    }
    .service_contents-box {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .service_contents-box img {
        width: 80%;
        max-width: 600px;
        display: block;
    }
    .service_contents-box-text,
    .service_contents-box-text2 {
        width: 90%;
        max-width: 550px;
        padding: 20px;
        margin-top: -60px;
        margin-left: 0;
        padding: 10px 38px;
    }
    /* ---- RECRUIT(メインページ) ----*/
    .recruit_contents {
        padding: 200px 0;
    }
    .recruit_contents p {
        font-size: 1.4rem;
        position: absolute;
        top: 55%;
    }
    .recruit_strong_text {
        font-size: 1.8rem;
        line-height: 2;
    }
    /* ---- CONTACT(メインページ) ----*/
    .contact_contents p {
        padding: 0 10px;
    }
    .form {
        max-width: 350px;
    }
    .form-item {
        padding: 24px 5px;
        font-size: 1.4rem;
        display: inline-block;
    }
    .form-item-label {
        padding-bottom: 10px;
    }
    .form-item-label-required.isName01 {
        margin-left: 133px;
    }
    .form-item-label-required.isName02 {
        margin-left: 118px;
    }
    .form-item-label-required.isName03 {
        margin-left: 59px;
    }
    .form-item-label-required {
        margin-left: 44px;
    }
    /* ---- NEWS(サブページ) ----*/
    .sub-news_list {
        width: 90%;
        font-size: 1.2rem;
        margin: 0 auto;
    }
    .sub-news_list li {
        padding: 20px;
    }
    .sub-news_list li a {
        display: flex;
    }
    .sub-news_menu {
        position: relative;
        left: 5%;
        margin-bottom: 15px;
    }
    .sub-news_menu-box summary {
        line-height: 2.5;
    }
    /* ---- NEWSの個別記事ページ(サブページ) ----*/
    .sub-news_textbox {
        width: 100%;
    }
    .sub-news_textarea {
        padding: 30px;
    }
    .textbox-accent {
        font-size: 1.3rem;
        line-height: 3;
    }
    /* ---- COMPANY(サブページ) ----*/
    #page-sub_company section {
        padding: 30px;
    }
    .sub-company_contents02 img {
        position: initial;
        width: 40%;
        margin-top: 20px;
    }
    .sub-company_datas {
        flex-direction: column;
    }
    .sub-company_data dt {
        width: 25%;
    }
    .sub-company_data dd {
        width: 75%;
    }
    /* ---- SERVICE(サブページ) ----*/
    .sub-service_list {
        padding: 30px 0;
    }
    .sub-service_box {
        flex-direction: column;
    }
    .sub-service_box-image {
        order: -1;
        margin-bottom: -30px;
    }
    .sub-service_list:nth-of-type(odd) .sub-service_box {
        flex-direction: column;
    }
    .sub-service_list:nth-of-type(odd) .sub-service_box-text {
        margin-left: 0px;
    }
    .sub-service_list:nth-of-type(even) .sub-service_box-text {
        margin-right: 0px;
    }
    /* ---- WORKS(サブページ) ----*/
    .tags {
        flex-direction: column;
        padding: 0 10px;
    }
    .tag_search {
        width: 180px;
        font-size: 1.6rem;
        padding: 10px 0;
    }
    .tag_search-tab-btn {
        padding: 15px 5px;
    }
    .tag_search-btn a {
        line-height: 1.5;
    }
    /* タブメニュー */
    .tag_search-tab-contents-item.is-active {
        flex-direction: column;
    }
    .menu_box {
        width: 80%;
    }
    .tag_name01,
    .tag_name02 {
        width: 140px;
    }
    /* ---- RECRUIT(サブページ) ----*/
    .sub-recruit_contents01 p {
        font-size: 2rem;
        line-height: 2;
        position: relative;
        top: 50px;
    }
    .sub-recruit_contents02-txt {
        padding: 0px;
        font-size: 1rem;
        line-height: 1.5;
    }
    /* ---- 新卒、キャリア採用共通(サブページ) ----*/
    #page-sub_new_graduate section,
    #page-sub_career section {
        padding: 50px 20px;
    }
    .new_graduate_contents01,
    .career_contents01 {
        margin-bottom: 350px;
    }
    .contents-box img {
        width: 60%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .job_description {
        font-size: 1.5rem;
    }
    .job_description_list {
        display: block;
    }
    #page-sub_new_graduate .contents-box-text,
    #page-sub_career .contents-box-text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    /* ---- 新卒採用(サブページ) ----*/
    #page-sub_new_graduate .contents-box-text {
        padding: 20px;
    }
    /* ---- キャリア採用(サブページ) ----*/
    #page-sub_career .contents-box-text {
        padding: 10px;
    }
    /* ---- 404ページ ----*/
    #not_found section {
        padding: 50px 10px;
    }
    #not_found p {
        font-size: 1.4rem;
    }
}