/* resets */

@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

sup {
    font-size: 0.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    position: relative;
    word-break: break-all;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-family: "Noto Sans JP", sans-serif;
}

.ul,
.ol {
    list-style-type: none;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    display: inline-block;
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}

sup {
    font-size: 0.5em;
}

@media print {
    body {
        width: 1200px;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

#banner-section {
    padding-top: 60px;
}

@media screen and (max-width: 1100px) {
    #banner-section {
        padding-top: 58px;
    }
}

/* MARGINS */

.mb00 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb110 {
    margin-bottom: 110px !important;
}
.mb120 {
    margin-bottom: 120px !important;
}
.mb130 {
    margin-bottom: 130px !important;
}
.mb140 {
    margin-bottom: 140px !important;
}
.mb150 {
    margin-bottom: 150px !important;
}
@media screen and (max-width: 767px) {
    .mb10 {
        margin-bottom: 5px !important;
    }
    .mb20 {
        margin-bottom: 10px !important;
    }
    .mb30 {
        margin-bottom: 15px !important;
    }
    .mb40 {
        margin-bottom: 20px !important;
    }
    .mb50 {
        margin-bottom: 25px !important;
    }
    .mb60 {
        margin-bottom: 30px !important;
    }
    .mb70 {
        margin-bottom: 35px !important;
    }
    .mb80 {
        margin-bottom: 40px !important;
    }
    .mb90 {
        margin-bottom: 45px !important;
    }
    .mb100 {
        margin-bottom: 50px !important;
    }
    .mb110 {
        margin-bottom: 55px !important;
    }
    .mb120 {
        margin-bottom: 60px !important;
    }
    .mb130 {
        margin-bottom: 65px !important;
    }
    .mb140 {
        margin-bottom: 70px !important;
    }
    .mb150 {
        margin-bottom: 75px !important;
    }
}

.sp_mode {
    display: none;
}

.pc_mode {
    display: block;
}

@media screen and (max-width: 767px) {
    .sp_mode {
        display: block;
    }
    .pc_mode {
        display: none;
    }
}

.inner001 {
    max-width: 1080px;
    width: 92%;
    margin: 0 auto;
}

.inner002 {
    max-width: 960px;
    width: 92%;
    margin: 0 auto;
}

.inner003 {
    max-width: 770px;
    width: 92%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner001 {
        width: 90%;
    }
    .inner002 {
        width: 90%;
    }
    .inner003 {
        width: 90%;
    }
}

/* hamburger-icon */

.c-hamburger {
    display: none;
}

@media screen and (max-width: 1250px) {
    /*HAMBURGER*/
    .c-hamburger {
        display: block;
        position: absolute;
        overflow: hidden;
        margin: 0;
        right: 10px;
        top: 5px;
        padding: 0;
        font-size: 12px;
        color: #fff;
        width: 55px;
        height: 55px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
    }

    .c-hamburger > span {
        display: block;
        position: absolute;
        top: 26px;
        left: 13px;
        right: 11px;
        height: 3px;
        background: #133c84;
        z-index: 9999999;
    }
    .c-hamburger > span::before,
    .c-hamburger > span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #133c84;
        content: "";
    }
    .c-hamburger > span::before {
        top: -9px;
    }
    .c-hamburger > span::after {
        bottom: -9px;
    }
    .c-hamburger--htx {
        background-color: transparent;
    }
    .c-hamburger--htx > span::before,
    .c-hamburger--htx > span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .c-hamburger--htx > span::before {
        transition-property: top, transform;
    }
    .c-hamburger--htx > span::after {
        transition-property: bottom, transform;
    }
    .c-hamburger--htx.is-active > span {
        background: none;
    }

    .c-hamburger--htx.is-active > span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active > span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active > span::before,
    .c-hamburger--htx.is-active > span::after {
        transition-delay: 0s, 0.3s;
    }

    .c-hamburger--htx > span span {
        top: 14px;
        left: -6px;
        width: 140%;
        font-size: 0;
        letter-spacing: -1px;
        display: block;
        position: absolute;
        color: #fff;
    }

    .c-hamburger--htx.is-active > span span,
    .c-hamburger--htx.is-active > span span {
        color: #57575a;
    }
}

/* menu-section */

.menu-section {
    display: none;
}

@media screen and (max-width: 1250px) {
    .menu-section {
        display: block;
        position: fixed;
        top: 50px;
        right: -100vw;
        height: calc(100vh - 55px);
        width: 90vw;
        /* background-color: #fff; */
        overflow-y: scroll;
        overflow-x: hidden;
        box-sizing: border-box;
        transition: all 0.35s ease-in-out;
        transition-delay: 0s, 0.2s;
        z-index: 999991;
    }
    .menu-section .menu-section-contents-container {
        background: #fff;
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .menu-section.open {
        right: 0;
    }
    .navbar-mobile {
        opacity: 1;
        box-sizing: border-box;
    }
    .menu-sect-blue-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .menu-sect-blue-header img {
        margin-right: 10px;
    }
    .menu-section .navbar-mobile .dropdownA {
        display: none;
    }
    .menu-section .navbar-mobile a,
    .menu-section .navbar-mobile .menu-sect-blue-header {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        margin: 0 auto;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.08em;
        line-height: 1.6;
        text-align: left;
        color: #014099;
        height: auto;
        box-sizing: border-box;
        /* border-bottom: solid #006bb6 1px; */
    }
    .menu-section .navbar-mobile .menu-sect-blue-header.plus {
        /* padding-top: 0; */
    }
    .menu-section .navbar-mobile {
        border-bottom: solid #006bb6 1px;
    }
    .menu-section .navbar-mobile .menu-sect-blue-header {
        background-color: #fff;
        padding-left: 30px;
        cursor: pointer;
        position: relative;
    }
    .menu-section .navbar-mobile .plus::before {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #014099;
        border-bottom: 2px solid #014099;
        background-color: #fff;
        right: 30px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        transition: all ease-in 0.3s;
    }
    .menu-section .navbar-mobile .plus.minus::before {
        transform: rotate(45deg);
    }
    .menu-section .navbar-mobile .dropdownA {
        background-color: #ffffff;
    }
    .menu-section .navbar-mobile .dropdownA a {
        padding-left: 30px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.08em;
        text-align: left;
        color: #858585;
    }
    .menu-section .navbar-mobile .dropdownA a img {
        margin-right: 5px;
    }
    .menu-section .navbar-mobile div:hover,
    .menu-section .navbar-mobile a:hover {
        opacity: 0.75;
    }
}

/* header */

header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999999;
}

#navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 49px 0 30px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    height: 65px;
    display: flex;
    align-items: center;
}

#navbar .logo-container {
    max-width: 345px;
    display: flex;
    align-items: center;
}

#navbar .logo-container h1 {
    display: flex;
    align-items: center;
    max-width: 345px;
}

#navbar .logo-container,
#navbar .logo-container img {
    width: 100%;
    height: auto;
}

#navbar .link-container {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#navbar .link-container .link_hover,
#navbar .link-container .reg_link {
    margin-left: 40px;
    transition: all 0.3s ease-in;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
    padding-top: 18px;
    padding-bottom: 24px;
    position: relative;
}

#navbar .link-container .link_hover:hover::after,
#navbar .link-container .reg_link:hover::after {
    content: "";
    position: absolute;
    background: #133c84;
    width: 27px;
    height: 3px;
    bottom: 8px;
    opacity: 0.75;
    left: 50%;
    transform: translateX(-50%);
    /* border-bottom: #133C84 3px solid; */
}

#hamburger-menu {
    display: none;
}

@media screen and (max-width: 1400px) {
    #navbar .link-container .link_hover,
    #navbar .link-container .reg_link {
        margin-left: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1250px) {
    #navbar {
        padding: 17px;
        box-sizing: border-box;
    }
    #navbar .logo-container {
        max-width: 280px;
    }
    #navbar .link-container .link_hover,
    #navbar .link-container .reg_link {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    #navbar .logo-container {
        max-width: 260px;
    }
}

@media screen and (max-width: 380px) {
    #navbar .logo-container {
        max-width: 240px;
    }
}

/* dropdown */

.link_hover {
    box-sizing: border-box;
}

.link_hover a {
    box-sizing: border-box;
}
.dropdown {
    display: none;
    position: absolute;
    width: 204px;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
}
.dropdown {
    top: 66px;
    left: -30px;
}

.dropdown a {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    /* border: #BEBEBE 1px solid; */
    border-bottom: #bebebe 1px solid;
    /* padding-left: 33px */
    padding-left: 20px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #5d5d5d;
    box-sizing: border-box;
}

.dropdown a:hover,
.dropdown02 a:hover,
.dropdown03 a:hover {
    opacity: 0.8;
}
.dropdown a span {
    display: inline-block;
    line-height: 24px;
}

.dropdown-sub-contents {
    position: absolute;
    left: -1px;
    top: 315px;
    width: 100%;
    padding-left: 100%;
    display: none;
}

.dropdown-sub-contents a {
    background: #fff;
}

.dropdown-sub-contents.show {
    display: block;
}

@media screen and (max-width: 1100px) {
    .dropdown {
        top: 58px;
        left: -30px;
    }
    .dropdown {
        width: 160px;
    }
    .dropdown a {
        font-size: 12px;
    }
}

/* footer */

.footer-blue-container {
    padding-top: 60px;
    padding-bottom: 55px;
    background: #133c84;
    width: 100%;
    height: auto;
}

.blue-container-flex {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    max-width: 346px;
    margin-bottom: 20px;
}

.footer-logo,
.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-address {
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.footer-links {
    display: flex;
    /* align-items: flex-end; */
}

.footer-links .column01 {
    margin-right: 68px;
}

.footer-links div ul li {
    list-style: none;
}

.footer-links div ul li a {
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: left;
    color: #fff;
    padding-left: 16px;
    position: relative;
}

.footer-links div ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    transition: all 0.3s ease-in;
}

.footer-links div ul li:hover {
    opacity: 0.75;
}

.footer-white-container {
    width: 100%;
    height: auto;
    background: #fff;
}

.foot_note {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #949494;
}

footer .footer-en-text {
    font-family: "Josefin Sans";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 36px;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
    .blue-container-flex {
        flex-direction: column;
        align-items: center;
    }
    .left-box {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .footer-blue-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-logo {
        max-width: 346px;
    }
    .footer-logo,
    .footer-logo img {
        width: 100%;
        height: auto;
    }
}

/* global banner bottom pages */

#banner-section .global-banner-bg {
    background: url("../../common/img/global-banner.png") no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#banner-section .h_type01JP {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: left;
    color: #fff;
}

#banner-section .h_type01EN {
    font-family: "Josefin Sans";
    font-weight: normal;
    font-size: 65px;
    letter-spacing: -0.01em;
    line-height: 120px;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #banner-section .global-banner-bg {
        height: 160px;
    }
    #banner-section .h_type01EN {
        font-size: 32px;
        line-height: 1.4;
    }
    #banner-section .h_type01JP {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    #banner-section .h_type01EN {
        font-size: 26px;
        line-height: 1.4;
    }
    #banner-section .h_type01JP {
        font-size: 18px;
    }
}

/* breadcrumbs */

.breadcrumbs {
    font-weight: normal;
    font-size: 15px;
    line-height: 44px;
    text-align: left;
    color: #000;
    margin-top: 22px;
    margin-bottom: 60px;
}

.breadcrumbs a {
    color: #a5a5a5;
}

.breadcrumbs a:hover {
    opacity: 0.75;
}

.h_type_g04 {
    font-family: "Noto Serif JP";
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 45px;
    text-align: center;
    color: #000;
    margin-bottom: 42px;
}

.h_type_g01 {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 45px;
    text-align: left;
    color: #014099;
    margin-bottom: 60px;
    /* display: flex; */
    align-items: center;
}

.h_type_g01.centered {
    justify-content: center;
}

.h_type_g01 span {
    margin-left: 16px;
    font-family: "Josefin Sans";
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 120px;
    text-align: left;
    color: #014099;
}

@media screen and (max-width: 767px) {
    .h_type_g01 {
        flex-direction: column;
        align-items: flex-start;
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .h_type_g01 span {
        font-size: 14px;
        line-height: 1.4;
        margin-left: 0 !important;
    }
    .breadcrumbs {
        margin-bottom: 60px;
    }
    .h_type_g04 {
        font-size: 20px;
        line-height: 1.6;
    }
}

.h_type_g02 {
    margin-bottom: 46px;
    position: relative;
    font-weight: bold;
    font-size: 25px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
}

.h_type_g02::before {
    content: "";
    display: inline-block;
    vertical-align: -7px;
    margin-right: 10px;
    width: 5px;
    height: 33px;
    background: #003288;
}

@media screen and (max-width: 767px) {
    .h_type_g02 {
        font-weight: bold;
        font-size: 22px;
        line-height: 19px;
        text-align: left;
        color: #000;
        display: block;
    }
}

.h_type_g03 {
    margin-bottom: 27px;
    font-weight: bold;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 767px) {
    .h_type_g03 {
        font-weight: bold;
        font-size: 16px;
        line-height: 14px;
        text-align: left;
        color: #000;
    }
}

@media screen and (max-width: 500px) {
    .h_type_g01 {
        font-size: 16px;
        line-height: 32px;
    }
}

.text-block {
    display: flex;
    align-items: center;
}

.text-box {
    flex: 1;
}

.text-box p {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: left;
    color: #000;
}

.intro-box {
}
.intro-box p {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: center;
    color: #000;
}

.image-box {
    width: 247px;
    margin-right: 20px;
}

.image-box img {
    width: 100;
    height: auto;
}

@media screen and (max-width: 767px) {
    .text-block {
        flex-direction: column;
        align-items: flex-start;
    }
    .image-box {
        max-width: 247px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .text-box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .text-box p {
        font-size: 14px;
    }
}

/* backgroun */

section.background {
    background: #e1e9ee;
}

/* common-btn */

.common-btn {
    width: 100%;
    max-width: 346px;
    height: 84px;
    background: #014099;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all ease-in 0.3s;
}

.common-btn:hover {
    opacity: 0.75;
}

@media screen and (max-width: 767px) {
    .common-btn {
        max-width: 260px;
        height: 60px;
        font-size: 16px;
    }
}

/* commont-tbl */

table.common-tbl {
    width: 100%;
    height: auto;
}

table.common-tbl tr {
    width: 100%;
    height: auto;
}

table.common-tbl tr th,
table.common-tbl tr td {
    border-bottom: 1px solid #707070;
    padding-bottom: 18px;
    padding-top: 18px;
}

table.common-tbl tr th {
    width: 20%;
    text-align: left;
    padding-left: 26px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 40px;
    text-align: left;
    color: #000;
}

table.common-tbl tr td {
    width: 80%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 25px;
    text-align: left;
    color: #000;
}

table.common-tbl tr td ul {
    margin-left: 20px;
}

table.common-tbl tr td p {
    margin-bottom: 20px;
}

table.common-tbl tr td p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    table.common-tbl tr th,
    table.common-tbl tr td {
        width: 100%;
        display: block;
        padding-bottom: 12px;
        padding-top: 0;
        padding-left: 0;
        font-size: 14px;
    }
    table.common-tbl tr th {
        border-bottom: none;
    }
}

/* link-banners */

#link-banners .link-banner-container-flex {
    display: flex;
}

#link-banners .link-card {
    width: 50%;
    height: 286px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    transition: all 0.3s ease-in;
}

#link-banners .link-card:hover {
    opacity: 0.8;
}

#link-banners .link-card:nth-child(1) {
    background: url("../../images/home/link1-banner.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

#link-banners .link-card:nth-child(2) {
    background: url("../../images/home/link2-banner.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

#link-banners .text-contents {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#link-banners .header_link01 {
    font-family: "Josefin Sans";
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

#link-banners .header_link02 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 26px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 6, 22, 0.32);
    margin-bottom: 64px;
}

@media screen and (max-width: 1100px) {
    #link-banners .link-card {
        height: auto;
        padding-top: 42px;
        padding-bottom: 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    #link-banners .link-card {
        height: auto;
        width: 100%;
        padding-bottom: 3px;
    }
    #link-banners .link-banners-arrow img {
        width: 42px;
        height: auto;
    }
    #link-banners .header_link01 {
        font-family: "Josefin Sans";
        font-weight: normal;
        font-size: 22px;
        letter-spacing: 0.05em;
        line-height: 22px;
        text-align: center;
        color: #fff;
        margin-bottom: 4px;
    }

    #link-banners .header_link02 {
        font-family: "Noto Sans JP";
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 0.2em;
        line-height: 16px;
        text-align: center;
        color: #fff;
        margin-bottom: 9px;
    }
    #link-banners .link-banner-container-flex {
        flex-direction: column;
    }
}

/* Interviews links section */

/* interviews-list */

#interviews {
    padding-top: 80px;
    padding-bottom: 60px;
}

#interviews .interviews-list {
    display: flex;
    justify-content: space-between;
}
#interviews .interviews-list li {
    width: 352px;
}

.center_text {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 25px;
    text-align: center;
    color: #000;
    margin-bottom: 80px;
}

.interviews-list {
    display: flex;
    justify-content: space-between;
}

.interviews-list li {
    list-style: none;
    width: 48%;
}

.interviews-list li a {
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    height: 201px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    transition: 0.3s;
}

.interviews-list li a span img {
    margin-left: 18px;
}

.interviews-list li a:hover {
    opacity: 0.7;
}

.interviews-list li a.tokyo {
    background-image: url(../../images/recruit/interview01.jpg);
}
.interviews-list li a.osaka {
    background-image: url(../../images/recruit/interview02.jpg);
}
.interviews-list li a.sendai {
    background-image: url(../../images/recruit/interview03.jpg);
}

/* .interviews-list li:nth-child(1) a {
    background-image: url(../../images/recruit/interview01.jpg);
}

.interviews-list li:nth-child(2) a {
    background-image: url(../../images/recruit/interview02.jpg);
}

.interviews-list li:nth-child(3) a {
    background-image: url(../../images/recruit/interview03.jpg);
} */

@media screen and (max-width: 767px) {
    #interviews .interviews-list {
        display: flex;
        flex-direction: column;
    }
    #interviews .interviews-list li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .center_text {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .interviews-list li a {
        height: 180px;
        font-size: 18px;
    }
    .interviews-list li a span img {
        vertical-align: middle;
    }
}

@media screen and (max-width: 500px) {
    .interviews-list li a {
        height: 140px;
        font-size: 14px;
    }

    .interviews-list li a span {
        display: flex;
        align-items: center;
    }

    .interviews-list li a span img {
        margin-left: 8px;
        width: 8px;
        height: auto;
        margin-top: 4px;
    }
}
