@charset "UTF-8";

/* 共通 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em;
    vertical-align: bottom;
    background: 0 0;
    box-sizing: border-box;
    font-feature-settings: "palt" 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

ul,
li {
    list-style: none
}

nav li:before {
    content: ""
}

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

a:hover {
    text-decoration: underline
}

html {
    font-size: 62.5%;
}

body {
    min-width: 320px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color: #333;
    font-size: 16px;
    -webkit-text-size-adjust: 100%
}

*:focus {
    outline: none
}

::placeholder {
    color: #ccc;
}

small {
    font-size: .8em;
    vertical-align: baseline
}

img {
    max-width: 100%;
}

.en {
    font-family: "Poppins", sans-serif !important;
}

.sp {
    display: none;
}

@media only screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}


/* ヘッダー */
#header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #F6F6F6;
}

#header .inner {
    position: relative;
    width: 100%;
    height: 120px;
}

#header .logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 320px;
}

#header .recruit {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
}

#header .recruit a {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #246BA2, #31ABE2);
    border-radius: 0 0 0 20px;
    overflow: hidden;
}

#header .recruit a .en {
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#header .recruit a .icon {
    position: absolute;
    top: 60px;
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(../../assets/img/common/ico_window.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    border-radius: 50%;
    text-align: center;
}

#header .menu_pc {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 840px;
    height: 100%;
    padding: 0;
    margin-right: 120px;
}

#header .menu_pc .menu_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 1;
    width: 800px;
    top: 30px;
    left: 20px;
}



#header .menu_pc .search {
    width: 280px;
    height: 40px;
    position: relative;
}

#header .menu_pc .search .search_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    padding: 0 40px 0 20px;
    font-size: 16px;
}

#header .menu_pc .search .search_btn {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: calc(50% - 9px);
    width: 28px;
    height: 18px;
    background: none;
    border: none;
}

#header .menu_pc .contact {
    width: 200px;
}

#header .menu_pc .contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    background: #246BA1;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #246BA1;
}

#header .menu_pc .contact a .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_mail_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
}

#header .menu_pc .contact a:hover {
    color: #246BA1;
    background: #fff;
}

#header .menu_pc .contact a:hover .icon {
    background-image: url(../../assets/img/common/ico_mail.svg);
}

#header .menu_pc .lang {
    width: 80px;
}
.en_page #header .menu_pc .lang {
    width: 120px;
}
#header .menu_pc .lang a {
    display: block;
    color: #246BA1;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    border: 1px solid #246BA1;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
}

#header .menu_pc .lang a:hover {
    color: #fff;
    background: #246BA1;
}

#header .menu_pc .tel {
    width: auto;
    display: flex;
    flex-direction: column;
}

#header .menu_pc .tel .number {
    color: #246BA1;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

#header .menu_pc .tel .number .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../../assets/img/common/ico_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
}

#header .menu_pc .tel .time {
    font-size: 12px;
    line-height: 20px;
}

#header .menu_pc .menu_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#header .menu_pc .menu_bottom>ul {
    display: flex;
    justify-content: space-between;
}
.en_page #header .menu_pc .menu_bottom>ul {
    justify-content: space-around;
}
#header .menu_pc .menu_bottom>ul>li {
    margin-right: 15px;
    position: relative;
}

#header .menu_pc .menu_bottom>ul>li.sub {
    margin-right: 40px;
}

#header .menu_pc .menu_bottom>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}

#header .menu_pc .menu_bottom>ul>li:hover>a {
    color: #246BA1;
}

#header .menu_pc .menu_bottom>ul>li>a::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    width: auto;
    height: 2px;
    background: #246BA1;
    transition: .3s;
}

#header .menu_pc .menu_bottom>ul>li:hover>a::before {
    left: 0;
    right: 0;
}

#header .menu_pc .menu_bottom>ul>li.sub>a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #246BA1;
    border-bottom: 2px solid #246BA1;
    transform: rotate(45deg);
    position: absolute;
    right: -20px;
    top: calc(50% - 6px);
    pointer-events: none;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu {
    width: 100%;
    max-height: 0;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 120px;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: .5s;
}

#header .menu_pc .menu_bottom>ul>li.sub:hover .sub_menu {
    max-height: 600px;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner {
    width: 100%;
    max-width: 1280px;
    padding: 40px;
    margin: auto;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner p a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner p a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    margin-left: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #246BA1;
    transition: .5s;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner p a .icon::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    transition: .5s;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner p a .icon::after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../assets/img/common/ico_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 7.5px);
    top: calc(50% - 7.5px);
    transition: .5s;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner p a:hover {
    color: #246BA1;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner p a:hover .icon {
    background: #fff;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner p a:hover .icon::before {
    left: calc(150% - 7.5px);
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner p a:hover .icon::after {
    left: calc(50% - 7.5px);
}


#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li {
    width: 23%;
    margin-top: 20px;
    margin-left: 2%;
    border-bottom: 1px dashed #BCBBBB;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li:nth-child(4n+1) {
    margin-left: 0;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    height: calc(100% - 20px);
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li a .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #246BA1;
    transition: .5s;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li a .icon::before {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    transition: .5s;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li a .icon::after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 5px);
    top: calc(50% - 5px);
    transition: .5s;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li a:hover {
    color: #246BA1;
    background: #F6F6F6;
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li a:hover .icon::before {
    left: calc(150% - 5px);
}

#header .menu_pc .menu_bottom>ul>li.sub .sub_menu .menu_inner ul li a:hover .icon::after {
    left: calc(50% - 5px);
}

#header .sp_menu {
    display: none;
}

#header .fixef_bnr {
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 1100;
}

#header .fixef_bnr a {
    width: 48px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #277BC0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .2em;
    text-decoration: none;
    writing-mode: vertical-rl;
    border-radius: 12px 0 0 12px;
}

#header .fixef_bnr .catalog {
    margin-bottom: 20px;
}

#header .fixef_bnr .catalog a {
    background: #29ABE2;
}

#header .fixef_bnr .catalog a .icon {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_contact01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

#header .fixef_bnr .inquiry a {
    background: #FFA500;
}

#header .fixef_bnr .inquiry a .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../assets/img/common/ico_contact02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

@media only screen and (min-width:769px)and (max-width:1366px) {
    #header .logo {
        width: 260px;
        top: 30px;
        left: 20px;
    }

    #header .menu_pc {
        width: calc(100% - 400px);
        max-width: 840px;
    }

    #header .menu_wrap {
        width: 840px;
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0 30px 0 20px;
    }

    #header .menu_pc .menu_top {
        width: calc(100% - 40px);
        flex-wrap: wrap;
        top: 10px;
    }

    #header .menu_pc .search {
        width: 60%;
        height: 32px;
        margin-bottom: 8px;
    }

    #header .menu_pc .search .search_txt {
        font-size: 14px;
    }

    #header .menu_pc .contact {
        width: 35%;
        margin-bottom: 8px;
    }

    #header .menu_pc .contact a {
        line-height: 32px;
    }

    #header .menu_pc .tel {
        width: 60%;
        flex-direction: row;
        justify-content: center;
    }

    #header .menu_pc .tel .number {
        margin-right: 20px;
    }

    #header .menu_pc .lang {
        width: 35%;
    }

    #header .menu_pc .menu_bottom {
        left: 20px;
        width: calc(100% - 40px);
    }

    #header .menu_pc .menu_bottom>ul>li>a {
        font-size: 12px;
        line-height: 30px;
    }

}


@media only screen and (min-width:769px)and (max-width:1100px) {
    #header .menu_pc .menu_bottom>ul>li {
        margin-right: 10px;
    }

    #header .menu_pc .menu_bottom>ul>li.sub {
        margin-right: 35px;
    }

    #header .menu_pc .menu_bottom>ul>li>a {
        font-size: 10px;
    }
}

@media only screen and (min-width:769px)and (max-width:1000px) {
    #header .logo {
        width: 200px;
        top: 20px;
        left: 20px;
    }

    #header .recruit {
        width: 80px;
    }

    #header .recruit a .en {
        font-size: 14px;
    }


    #header .menu_pc {
        width: calc(100% - 80px);
        margin-right: 80px;
    }

    #header .menu_pc .menu_top {
        width: calc(100% - 240px);
        flex-wrap: wrap;
        top: 10px;
        left: 230px;
    }

    #header .menu_pc .search {
        width: 58%;
        height: 32px;
        margin-bottom: 10px;
    }

    #header .menu_pc .search .search_txt {
        font-size: 12px;
    }

    #header .menu_pc .contact {
        width: 40%;
        margin-bottom: 10px;
    }

    #header .menu_pc .contact a {
        line-height: 32px;
    }

    #header .menu_pc .tel {
        width: 75%;
        flex-direction: row;
        justify-content: center;
    }

    #header .menu_pc .tel .number {
        margin-right: 10px;
    }

    #header .menu_pc .lang {
        width: 20%;
    }

    #header .menu_pc .menu_bottom {
        width: calc(100% - 40px);
    }

    #header .menu_pc .menu_bottom>ul {
        padding: 0;
        justify-content: space-between;
    }

    #header .menu_pc .menu_bottom>ul>li {
        margin: 0 5px;
    }

    #header .menu_pc .menu_bottom>ul>li>a {
        font-size: 14px;
        line-height: 30px;
    }

    #header .menu_pc .menu_bottom>ul>li>a {
        font-size: 12px;
    }
}

@media only screen and (max-width:768px) {
    #header {
        height: 60px;
    }

    .fixed #header {
        background: #fff;
    }

    #header .inner {
        height: 60px;
    }

    #header .inner .menu_pc {
        display: none;
    }

    #header .logo {
        top: 15px;
        left: 20px;
        width: 160px;
        z-index: 10;
    }

    #header .recruit {
        width: 60px;
        right: 60px;
    }

    #header .recruit a {
        border-radius: 0 0 0 10px;
    }

    #header .recruit a .en {
        top: 5px;
        font-size: 10px;
    }

    #header .recruit a .icon {
        position: absolute;
        top: 30px;
        left: calc(50% - 9px);
        width: 18px;
        height: 18px;
        background-size: 8px;
    }

    #header .sp_menu_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }

    #header .sp_menu_btn .icon {
        width: 27px;
    }

    #header .sp_menu {
        display: block;
        position: fixed;
        z-index: 1;
        left: 100vw;
        top: 60px;
        bottom: 0;
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        background: #fff;
        transition: .5s;
    }

    #header .sp_menu_open {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        cursor: pointer;
        background: #fff;
        visibility: hidden;
    }

    .fixed #header .sp_menu_open {
        visibility: visible;
    }

    #header .sp_menu_open .icon {
        width: 27px;
    }

    #header .sp_menu_lang {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        z-index: 2;
        right: 60px;
        top: 0;
        width: 80px;
        height: 60px;
        background: #FFFFFF;
        visibility: hidden;
    }

    .en_page #header .sp_menu_lang {
        width: 116px;
    }
    
    .fixed #header .sp_menu_lang {
        visibility: visible;
    }
    
    #header .sp_menu_lang a {
        width: 100%;
        background: #F6F6F6;
        color: #246BA1;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #246BA1;
        border-radius: 20px;
        text-decoration: none;
        display: none;
        text-align: center;
    }

    .fixed #header .sp_menu_lang a {
        display: block;
    }

    #header .sp_menu.open {
        display: block;
        left: 0;
    }

    #header .sp_menu .sp_menu_wrap {
        padding: 0 5vw 20vw;
    }

    #header .sp_menu .sp_menu_wrap .menu_list {
        display: flex;
        flex-direction: column;
    }

    #header .sp_menu .sp_menu_wrap .menu_list p {
        margin: auto 0 !important;
    }

    #header .sp_menu .sp_menu_wrap .menu_list p>a {
        display: block;
        width: auto;
        padding: 3vw 0;
        color: #246BA1;
        font-size: 3.4vw;
        font-weight: bold;
        border-bottom: 1px solid #BCBBBB;
        margin-bottom: auto !important;
        text-decoration: none;
        position: relative;
    }

    #header .sp_menu .sp_menu_wrap .menu_list p>a::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background-image: url(../../assets/img/common/ico_arrow_w.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: absolute;
        z-index: 2;
        right: 1.15vw;
        top: calc(50% - 1vw);
    }

    #header .sp_menu .sp_menu_wrap .menu_list p>a::after {
        content: '';
        width: 4.6vw;
        height: 4.6vw;
        border-radius: 50%;
        background: #246BA1;
        display: block;
        position: relative;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        right: 0;
        top: calc(50% - 2.3vw);
    }

    #header .sp_menu .sp_menu_wrap .menu_list p.sub {
        position: relative;
        padding-right: 8vw;
        border-bottom: 1px solid #BCBBBB;
    }

    #header .sp_menu .sp_menu_wrap .menu_list p.sub::before {
        content: '';
        width: 4vw;
        height: 4vw;
        background-image: url(../../assets/img/common/ico_close.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: absolute;
        z-index: 2;
        right: .3vw;
        top: calc(50% - 2vw);
    }

    #header .sp_menu .sp_menu_wrap .menu_list p.sub.open::before {
        width: 4vw;
        background-image: url(../../assets/img/common/ico_open.svg);
    }

    #header .sp_menu .sp_menu_wrap .menu_list p.sub::after {
        display: none;
    }

    #header .sp_menu .sp_menu_wrap .menu_list p.sub a {
        border: none;
    }

    #header .sp_menu .sp_menu_wrap .menu_list p.sub a::before,
    #header .sp_menu .sp_menu_wrap .menu_list p.sub a::after {
        display: none;
    }

    #header .sp_menu .sp_menu_wrap .menu_list>ul {
        display: none;
    }

    #header .sp_menu .sp_menu_wrap .menu_list>ul li {
        position: relative;
    }

    #header .sp_menu .sp_menu_wrap .menu_list>ul li::before {
        content: "";
        width: 1.6vw;
        height: 1.6vw;
        border-radius: 50%;
        position: absolute;
        left: 2vw;
        top: calc(50% - .8vw);
        background: #BCBBBB;
    }

    #header .sp_menu .sp_menu_wrap .menu_list>ul li a {
        display: block;
        width: auto;
        padding: 3vw 6vw;
        color: #333;
        font-size: 3.2vw;
        border-bottom: 1px dashed #BCBBBB;
        text-decoration: none;
    }


    #header .sp_menu .sp_menu_wrap .recruit_btn {
        margin-top: 6vw;
    }

    #header .sp_menu .sp_menu_wrap .recruit_btn a {
        position: relative;
        display: block;
        background-image: linear-gradient(90deg, #246BA2, #31ABE2);
        padding: 6vw 3vw;
        font-size: 4.4vw;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    #header .sp_menu .sp_menu_wrap .recruit_btn a .icon {
        position: absolute;
        top: calc(50% - 3.3vw);
        right: 3vw;
        width: 6.6vw;
        height: 6.6vw;
        background-color: #fff;
        background-image: url(../../assets/img/common/ico_window.svg);
        background-repeat: no-repeat;
        background-size: 2.4vw;
        background-position: center;
        border-radius: 50%;
        text-align: center;
    }


    #header .sp_menu .sp_menu_wrap .search {
        width: 100%;
        height: 12vw;
        position: relative;
        margin-top: 6vw;
    }

    #header .sp_menu .sp_menu_wrap .search .search_txt {
        width: 100%;
        height: 12vw;
        border-radius: 6vw;
        border: 1px solid #CCCCCC;
        padding: 0 10vw 0 4vw;
        font-size: 3.7vw;
    }

    #header .sp_menu .sp_menu_wrap .search .search_btn {
        position: absolute;
        z-index: 2;
        right: 4vw;
        top: calc(50% - 2.5vw);
        width: 5vw;
        height: 5vw;
    }


    #header .sp_menu .sp_menu_wrap .contact {
        width: 100%;
        margin-top: 6vw;
    }

    #header .sp_menu .sp_menu_wrap .contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        line-height: 1em;
        background: #246BA1;
        text-align: center;
        text-decoration: none;
        border-radius: 1vw;
        border: 1px solid #246BA1;
        padding: 4vw;
    }

    #header .sp_menu .sp_menu_wrap .contact a .icon {
        display: inline-block;
        width: 4vw;
        height: 4vw;
        background-image: url(../../assets/img/common/ico_mail_w.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 2vw;
    }

    #header .sp_menu .sp_menu_wrap .contact a:hover {
        color: #246BA1;
        background: #fff;
    }

    #header .sp_menu .sp_menu_wrap .contact a:hover .icon {
        background-image: url(../../assets/img/common/ico_mail.svg);
    }

    #header .sp_menu .sp_menu_wrap .tel {
        margin-top: 6vw;
        text-align: center;
    }

    #header .sp_menu .sp_menu_wrap .tel .number {
        margin-top: 6vw;
        text-align: center;
    }

    #header .sp_menu .sp_menu_wrap .tel a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #246BA1;
        font-size: 6vw;
        font-weight: bold;
        text-decoration: none;
        padding: 0;
        height: 6vw;
        margin-bottom: 2vw;
    }

    #header .sp_menu .sp_menu_wrap .tel a .icon {
        display: inline-block;
        width: 4.6vw;
        height: 4.6vw;
        background-image: url(../../assets/img/common/ico_tel.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 1vw;
    }

    #header .sp_menu .sp_menu_wrap .tel p {
        font-size: 3.2vw;
    }

    #header .fixef_bnr {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        padding: 0 5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header .fixef_bnr a {
        width: 100%;
        height: 11vw;
        font-size: 3.47vw;
        letter-spacing: 0;
        writing-mode: unset;
        border-radius: 2vw 2vw 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #header .fixef_bnr .catalog {
        margin-bottom: 0;
        width: 47%;
    }

    #header .fixef_bnr .catalog a .icon {
        width: 5.6vw;
        height: 5.6vw;
        margin: auto 3vw auto 0;
    }

    #header .fixef_bnr .inquiry {
        width: 47%;
    }

    #header .fixef_bnr .inquiry a .icon {
        width: 5.6vw;
        height: 5.6vw;
        margin: auto 3vw auto 0;
    }
}


/* フッター */
#footer {
    background: #F6F6F6;
}

#footer .footer_contact {
    padding: 110px 0;
}

#footer .footer_contact h2 {
    display: block;
}

#footer .footer_contact h2 a {
    text-decoration: none;
}

#footer .footer_contact h2 a:hover {
    color: #246BA1;
}

#footer .footer_contact h2 .en {
    padding-top: 0;
}

#footer .footer_contact h2 .en .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #246BA1;
    transition: .5s;
    margin-left: 30px;
}

#footer .footer_contact h2 .en .icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

#footer .footer_contact h2 .en .icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

#footer .footer_contact h2 a:hover .en .icon::before {
    left: calc(150% - 8px);
}

#footer .footer_contact h2 a:hover .en .icon::after {
    left: calc(50% - 8px);
}

#footer .footer_contact .inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
}

#footer .footer_contact .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#footer .footer_contact .flex .box {
    width: 47.5%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
}

#footer .footer_contact .flex .box h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#footer .footer_contact .flex .box p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

#footer .footer_contact .flex .box .btn {
    width: 72%;
    margin: auto;
}

#footer .footer_contact .flex .box .btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    background: #F6F6F6;
    height: 40px;
}

#footer .footer_contact .flex .box .btn a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #246BA1;
    transition: .5s;
}

#footer .footer_contact .flex .box .btn a .icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

#footer .footer_contact .flex .box .btn a .icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

#footer .footer_contact .flex .box .btn a:hover {
    color: #fff;
    background: #246BA1;
}

#footer .footer_contact .flex .box .btn a:hover .icon {
    background: #fff;
}

#footer .footer_contact .flex .box .btn a:hover .icon::before {
    left: calc(150% - 8px);
}

#footer .footer_contact .flex .box .btn a:hover .icon::after {
    left: calc(50% - 8px);
}

#footer .footer_contact .flex .box .tel {
    width: 72%;
    margin: auto;
}

#footer .footer_contact .flex .box .tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #246BA1;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    background: #F6F6F6;
    height: 40px;
    pointer-events: none;
}

#footer .footer_contact .flex .box .tel a .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../../assets/img/common/ico_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
}

#footer .footer_bottom {
    padding: 40px 0;
}

#footer .footer_bottom .inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

#footer .footer_bottom .inner .logo {
    width: 27%;
    min-width: 200px;
}

#footer .footer_bottom .inner .company {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: auto 30px;
}

#footer .footer_bottom .inner .company .address {
    font-size: 16px;
}

#footer .footer_bottom .inner .company .tel {
    width: 100%;
    font-size: 16px;
}

#footer .footer_bottom .inner .company .googlemap {
    color: #246BA1;
    font-size: 16px;
    margin-left: 20px;
}

#footer .footer_bottom .inner .company .googlemap .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_map.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 5px;
}

#footer .footer_bottom .inner .footer_logo {
    width: 20%;
    min-width: 180px;
    display: flex;
    justify-content: flex-end;
}

#footer .footer_bottom .inner .footer_logo li {
    margin-left: 20px;
}

#footer .footer_copy {
    background: #246BA1;
}

#footer .footer_copy .inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .footer_copy .inner .copyright {
    color: #fff;
    font-size: 12px;
}

#footer .footer_copy .inner .lang {
    color: #fff;
    font-size: 16px;
}

#footer .footer_copy .inner .lang a {
    color: #fff;
}



#footer .footer_menu {
    background: #fff;
    padding: 40px 0;
}

#footer .footer_menu .inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
}

#footer .footer_menu .inner .flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#footer .footer_menu .inner .row4 {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 20px;
}
#footer .footer_menu .inner .row5 {
    width: 18.4%;
    margin-left: 2%;
    margin-bottom: 20px;
}
#footer .footer_menu .inner .row4:nth-child(4n+1),
#footer .footer_menu .inner .row5:nth-child(5n+1) {
    margin-left: 0;
}

#footer .footer_menu .inner p {
    margin-bottom: 10px;
}

#footer .footer_menu .inner p a {
    color: #246BA1;
    font-size: 16px;
    font-weight: bold;
}

#footer .footer_menu .inner .sub {
    margin-bottom: 20px;
}

#footer .footer_menu .inner .sub li {
    position: relative;
    padding-left: 10px;
}

#footer .footer_menu .inner .sub li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .85em;
    background: #BCBBBB;
}

#footer .footer_menu .inner .sub li a {
    font-size: 14px;
}

#footer .footer_menu .inner .recruit {
    margin-top: 20px;
}

#footer .footer_menu .inner .recruit a {
    position: relative;
    display: block;
    background-image: linear-gradient(90deg, #246BA2, #31ABE2);
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#footer .footer_menu .inner .recruit a .icon {
    position: absolute;
    top: calc(50% - 18px);
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(../../assets/img/common/ico_window.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    border-radius: 50%;
    text-align: center;
}

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

    #footer .footer_contact {
        padding: 18vw 0;
    }

    #footer .footer_contact h2 .en {
        display: flex;
        align-items: center;
    }

    #footer .footer_contact h2 .en .icon {
        width: 5vw;
        height: 5vw;
        transition: .5s;
        margin-left: 4vw;
    }

    #footer .footer_contact h2 .en .icon::before {
        width: 2.4vw;
        height: 2.4vw;
        left: calc(50% - 1.2vw);
        top: calc(50% - 1.2vw);
    }

    #footer .footer_contact h2 .en .icon::after {
        width: 2.4vw;
        height: 2.4vw;
        left: calc(-50% - 1.2vw);
        top: calc(50% - 1.2vw);
    }

    #footer .footer_contact h2 a:hover .en .icon::before {
        left: calc(150% - 1.2vw);
    }

    #footer .footer_contact h2 a:hover .en .icon::after {
        left: calc(50% - 1.2vw);
    }


    #footer .footer_contact .inner {
        max-width: 100%;
        margin: auto;
        padding: 0 5vw;
    }

    #footer .footer_contact .flex {
        display: flex;
        flex-wrap: wrap;
    }

    #footer .footer_contact .flex .box {
        width: 100%;
        border-radius: 2.5vw;
        padding: 5vw;
    }

    #footer .footer_contact .flex .box:nth-child(1) {
        order: 2;
    }

    #footer .footer_contact .flex .box:nth-child(2) {
        order: 1;
        margin-bottom: 6vw;
    }

    #footer .footer_contact .flex .box h3 {
        font-size: 4.4vw;
        margin-bottom: 3vw;
    }

    #footer .footer_contact .flex .box p {
        font-size: 3.4vw;
        line-height: 1.5em;
        margin-top: 3vw;
    }

    #footer .footer_contact .flex .box .btn {
        width: 84%;
    }

    #footer .footer_contact .flex .box .btn a {
        font-size: 4vw;
        padding: 3vw;
        height: auto;
    }

    #footer .footer_contact .flex .box .btn a .icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    #footer .footer_contact .flex .box .btn a .icon::before {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    #footer .footer_contact .flex .box .btn a .icon::after {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(-50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    #footer .footer_contact .flex .box .btn a:hover .icon::before {
        left: calc(150% - 1.6vw);
    }

    #footer .footer_contact .flex .box .btn a:hover .icon::after {
        left: calc(50% - 1.6vw);
    }

    #footer .footer_contact .flex .box .tel {
        width: 84%;
    }

    #footer .footer_contact .flex .box .tel a {
        font-size: 4.4vw;
        padding: 3vw;
        height: auto;
        pointer-events: all;
    }

    #footer .footer_contact .flex .box .tel a .icon {
        width: 4.4vw;
        height: 4.4vw;
        margin-right: 1vw;
    }

    #footer .footer_bottom {
        padding: 5vw 0;
    }

    #footer .footer_bottom .inner {
        max-width: 100%;
        padding: 0 5vw;
        display: block;
    }

    #footer .footer_bottom .inner .logo {
        width: 58%;
        margin-bottom: 6vw;
    }

    #footer .footer_bottom .inner .company {
        width: 100%;
        margin: auto;
    }

    #footer .footer_bottom .inner .company .address {
        font-size: 3.4vw;
        order: 1;
    }

    #footer .footer_bottom .inner .company .tel {
        width: 100%;
        font-size: 3.4vw;
        order: 2;
        margin-top: .5em;
    }

    #footer .footer_bottom .inner .company .googlemap {
        width: 100%;
        font-size: 3.4vw;
        margin-top: 1em;
        margin-left: 0;
        order: 3;
        text-decoration: underline;
    }

    #footer .footer_bottom .inner .company .googlemap .icon {
        width: 3.4vw;
        height: 3.4vw;
        margin-left: 1vw;
    }

    #footer .footer_bottom .inner .footer_logo {
        width: 100%;
        min-width: 0;
        justify-content: center;
        margin-top: 5vw;
    }

    #footer .footer_bottom .inner .footer_logo li {
        margin: auto 2vw;
    }

    #footer .footer_bottom .inner .footer_logo li img {
        width: auto;
        height: 20vw;
    }

    #footer .footer_copy .inner {
        max-width: 100%;
        padding: 5vw 5vw 15vw 5vw;
        justify-content: center;
        flex-wrap: wrap;
    }

    #footer .footer_copy .inner .copyright {
        font-size: 2.4vw;
        order: 2;
        margin-top: 5vw;
    }

    #footer .footer_copy .inner .lang {
        width: 100%;
        text-align: center;
        font-size: 3.4vw;
        order: 1;
    }

    #footer .footer_menu .inner {
        padding: 0 5vw;
    }

    #footer .footer_menu .menu_list {
        display: flex;
        flex-direction: column;
    }

    #footer .footer_menu .menu_list p {
        margin: auto 0 !important;
    }

    #footer .footer_menu .menu_list p>a {
        display: block;
        width: auto;
        padding: 3vw 0;
        color: #246BA1;
        font-size: 3.4vw;
        font-weight: bold;
        border-bottom: 1px solid #BCBBBB;
        margin-bottom: auto !important;
        text-decoration: none;
        position: relative;
    }

    #footer .footer_menu .menu_list p>a::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background-image: url(../../assets/img/common/ico_arrow_w.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: absolute;
        z-index: 2;
        right: 1.15vw;
        top: calc(50% - 1vw);
    }

    #footer .footer_menu .menu_list p>a::after {
        content: '';
        width: 4.6vw;
        height: 4.6vw;
        border-radius: 50%;
        background: #246BA1;
        display: block;
        position: relative;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        right: 0;
        top: calc(50% - 2.3vw);
    }

    #footer .footer_menu .menu_list p.sub {
        position: relative;
        padding-right: 8vw;
        border-bottom: 1px solid #BCBBBB;
    }

    #footer .footer_menu .menu_list p.sub::before {
        content: '';
        width: 4vw;
        height: 4vw;
        background-image: url(../../assets/img/common/ico_close.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        top: calc(50% - 2vw);
    }

    #footer .footer_menu .menu_list p.sub.open::before {
        width: 4vw;
        background-image: url(../../assets/img/common/ico_open.svg);
    }

    #footer .footer_menu .menu_list p.sub::after {
        display: none;
    }

    #footer .footer_menu .menu_list p.sub a {
        border: none;
    }

    #footer .footer_menu .menu_list p.sub a::before,
    #footer .footer_menu .menu_list p.sub a::after {
        display: none;
    }

    #footer .footer_menu .menu_list>ul {
        display: none;
    }

    #footer .footer_menu .menu_list>ul li {
        position: relative;
    }

    #footer .footer_menu .menu_list>ul li::before {
        content: "";
        width: 1.6vw;
        height: 1.6vw;
        border-radius: 50%;
        position: absolute;
        left: 2vw;
        top: calc(50% - .8vw);
        background: #BCBBBB;
    }

    #footer .footer_menu .menu_list>ul li a {
        display: block;
        width: auto;
        padding: 3vw 6vw;
        color: #333;
        font-size: 3.2vw;
        border-bottom: 1px dashed #BCBBBB;
        text-decoration: none;
    }

    #footer .footer_menu .inner .recruit {
        margin-top: 8vw;
    }

    #footer .footer_menu .inner .recruit a {
        padding: 4vw 3vw;
        font-size: 4.4vw;
    }

    #footer .footer_menu .inner .recruit a .icon {
        top: calc(50% - 2.3vw);
        right: 3vw;
        width: 4.6vw;
        height: 4.6vw;
        background-size: 2vw;
    }

    #footer .footer_menu .inner .bnr li {
        margin-top: 5vw;
    }
}

@media only screen and (min-width:769px)and (max-width:1100px) {
    #footer .footer_contact .flex {
        flex-wrap: wrap;
    }

    #footer .footer_contact .flex .box {
        width: 100%;
        margin-bottom: 4vw;
    }

    #footer .footer_contact .flex .box .btn a {
        justify-content: center;
    }

    #footer .footer_contact .flex .box .btn a .icon {
        margin-left: 1em;
    }

    #footer .footer_contact .flex .box:last-child {
        margin-bottom: auto;
    }

}

@media only screen and (min-width:769px)and (max-width:1024px) {
    #footer .footer_bottom .inner {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #footer .footer_bottom .inner .logo {
        width: 40%;
        margin: auto auto 20px;
    }

    #footer .footer_bottom .inner .company {
        width: 75%;
        margin: 0;
    }

    #footer .footer_bottom .inner .footer_logo {
        width: 20%;
        min-width: 0;
    }
}

/* コンテンツ共通 */
.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.pt0 {
    padding-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !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;
}


#container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#main.pages {
    padding-top: 120px;
}

.fadeIn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.red {
    color: #EA2525;
}

.page_header {
    background: #fff;
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #246BA1;
}

.page_header .inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.breadcrumb li {
    font-size: 14px;
    padding-right: 26px;
    position: relative;
}

.breadcrumb li::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #246BA1;
    border-bottom: 2px solid #246BA1;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    pointer-events: none;
}

.breadcrumb li:last-child {
    padding: 0;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb li a {
    font-size: 14px;
    color: #246BA1;
    text-decoration: underline;
}

.page_header .page_title {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
}

.page_header .page_title .en {
    display: block;
    color: #246BA1;
    font-size: 20px;
    font-weight: bold;
}

.page_title_anime svg.title_anime {
    width: auto;
    height: 110px;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.page_title_anime text.title_anime {
    fill: #FFF;
    font-weight: 900;
    stroke: #246BA1;
    stroke-width: 1px;
    stroke-dasharray: 600;
    animation: title_anime ease 5s;
}

@keyframes title_anime {
    0% {
        stroke-dashoffset: 500;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


.page_contents {
    background: #F6F6F6;
}


.page_content {
    padding-top: 120px;
    position: relative;
    z-index: 1;
}

.page_content .inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.page_content .flex {
    display: flex;
    justify-content: flex-start;
}

.page_content .flex .row2 {
    width: 47.5%;
    margin-left: 5%;
}

.page_content .flex .row2:nth-child(2n+1) {
    margin-left: 0;
}

.page_content .flex .row3 {
    width: 30%;
    margin-left: 5%;
}

.page_content .flex .row3:nth-child(3n+1) {
    margin-left: 0;
}

.page_content .flex .row4 {
    width: 23.5%;
    margin-left: 3%;
}

.page_content .flex .row4:nth-child(4n+1) {
    margin-left: 0;
}

.page_content .flex .row5 {
    width: 18%;
    margin-left: 2.5%;
}

.page_content .flex .row5:nth-child(5n+1) {
    margin-left: 0;
}

.common_btn01,
.common_btn02,
.common_btn03 {
    max-width: 360px;
}

.common_btn01 a,
.common_btn02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    background: #fff;
}

.common_btn01 a .icon,
.common_btn02 a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.common_btn01 a .icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.common_btn01 a .icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.common_btn01 a:hover {
    color: #fff;
    background: #246BA1;
}

.common_btn01 a:hover .icon {
    background: #fff;
}

.common_btn01 a:hover .icon::before {
    left: calc(150% - 8px);
}

.common_btn01 a:hover .icon::after {
    background-image: url(../../assets/img/common/ico_arrow.svg);
    left: calc(50% - 8px);
}


.common_btn02 a .icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_window_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}


.common_btn02 a:hover {
    color: #fff;
    background: #246BA1;
}

.common_btn02 a:hover .icon {
    background: #fff;
}

.common_btn02 a:hover .icon::before {
    background-image: url(../../assets/img/common/ico_window.svg);
}

.common_btn03 a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    height: calc(100% - 20px);
    background: #fff;
    border: 1px solid #246BA1;
}

.common_btn03 a .icon {
    width: 18px;
    height: 24px;
    margin-right: 10px;
    background-image: url(../../assets/img/common/ico_pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: .5s;
}


.common_btn03 a:hover {
    background: #F6F6F6;
}

.common_ttl01 {
    margin-bottom: 60px;
    display: flex;
    justify-items: self-start;
}

.common_ttl01.row {
    margin-bottom: 60px;
    display: block;
}

.common_ttl01.row .en {
    padding-top: 0;
    word-break: break-all;
}

.common_ttl01 a {
    text-decoration: none;
}

.common_ttl01 a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #246BA1;
    transition: .5s;
    margin-left: 30px;
}

.common_ttl01 a .icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.common_ttl01 a .icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.common_ttl01 a:hover {
    color: #246BA1;
}

.common_ttl01 a:hover .icon::before {
    left: calc(150% - 8px);
}

.common_ttl01 a:hover .icon::after {
    left: calc(50% - 8px);
}

.common_ttl01 .jp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
}

.common_ttl01 .jp::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #246BA1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.common_ttl01 .en {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 64px;
    font-weight: bold;
    padding-top: .5em;
}

.common_ttl02 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.common_ttl02::after {
    content: '';
    width: 60px;
    height: 6px;
    background: #246BA1;
    display: block;
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0;
}

.common_ttl02 .sub {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.common_ttl03 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #707070;
}

.common_ttl03::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #29ABE2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.common_ttl04 {
    margin-bottom: 60px;
}


.common_ttl04 .en {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
}

.common_ttl04 .en::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #246BA1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.common_ttl04 .jp {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 36px;
    font-weight: bold;
    padding-top: .5em;
}


.common_txt01 {
    font-size: 16px;
    margin-bottom: 2em;
}

.pages .scroll-hint-icon {
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    box-sizing: border-box;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(36, 107, 161, .9);
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pages .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .9;
}

.pages .scroll-hint-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
    margin-top: 5px;
}

.pages .scroll-hint-icon:after {
    display: none !important;
}

@media only screen and (max-width:768px) {
    .mt10 {
        margin-top: 1.5vw !important;
    }

    .mt20 {
        margin-top: 3vw !important;
    }

    .mt30 {
        margin-top: 4.5vw !important;
    }

    .mt40 {
        margin-top: 6vw !important;
    }

    .mt50 {
        margin-top: 7.5vw !important;
    }

    .mt60 {
        margin-top: 9vw !important;
    }

    .mt70 {
        margin-top: 10.5vw !important;
    }

    .mt80 {
        margin-top: 12vw !important;
    }

    .mt90 {
        margin-top: 13.5vw !important;
    }

    .mt100 {
        margin-top: 15vw !important;
    }
    .mb10 {
        margin-bottom: 1.5vw !important;
    }

    .mb20 {
        margin-bottom: 3vw !important;
    }

    .mb30 {
        margin-bottom: 4.5vw !important;
    }

    .mb40 {
        margin-bottom: 6vw !important;
    }

    .mb50 {
        margin-bottom: 7.5vw !important;
    }

    .mb60 {
        margin-bottom: 9vw !important;
    }

    .mb70 {
        margin-bottom: 10.5vw !important;
    }

    .mb80 {
        margin-bottom: 12vw !important;
    }

    .mb90 {
        margin-bottom: 13.5vw !important;
    }

    .mb100 {
        margin-bottom: 15vw !important;
    }

    #main {
        padding-top: 60px;
    }

    #main.pages {
        padding-top: 60px;
    }

    .page_header {
        height: auto;
    }

    .page_header .inner {
        padding: 6vw 5vw 16vw;
    }

    .breadcrumb li {
        font-size: 3.3vw;
        padding-right: 4vw;
    }

    .breadcrumb li::after {
        width: 1vw;
        height: 1vw;
        right: 2vw;
        top: calc(50% - .5vw);
    }

    .breadcrumb li a {
        font-size: 3.3vw;
    }

    .page_header .page_title {
        margin-top: 6vw;
        font-size: 6.6vw;
    }

    .page_header .page_title .en {
        font-size: 4vw;
    }

    .page_title_anime svg.title_anime {
        height: 15vw;
    }

    .page_content {
        margin-top: auto;
        padding-top: 18vw;
    }

    .page_content .inner {
        padding: 0 5vw;
    }

    .page_content .flex {
        flex-wrap: wrap;
    }

    .page_content .flex .row2 {
        width: 100%;
        margin-left: 0;
        margin-top: 4vw;
    }

    .page_content .flex .row3 {
        width: 100%;
        margin-left: 0;
        margin-top: 4vw;
    }

    .page_content .flex .row4 {
        width: 100%;
        margin-left: 0;
        margin-top: 4vw;
    }

    .page_content .flex .row5 {
        width: 100%;
        margin-left: 0;
        margin-top: 4vw;
    }

    .common_btn01,
    .common_btn02,
    .common_btn03 {
        max-width: 74.6vw;
    }

    .common_btn01 a,
    .common_btn02 a {
        font-size: 4vw;
        padding: 3vw;
    }

    .common_btn01 a .icon,
    .common_btn02 a .icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .common_btn01 a .icon::before {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    .common_btn01 a .icon::after {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(-50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    .common_btn01 a:hover .icon::before {
        left: calc(150% - 1.6vw);
    }

    .common_btn01 a:hover .icon::after {
        left: calc(50% - 1.6vw);
    }


    .common_btn02 a .icon::before {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    .common_btn03 a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        padding: 20px;
        height: calc(100% - 20px);
        background: #fff;
        border: 1px solid #246BA1;
    }

    .common_btn03 a .icon {
        width: 4vw;
        height: 6vw;
        margin-right: 2vw;
    }

    .common_ttl01 {
        margin-bottom: 8vw;
    }

    .common_ttl01 .jp {
        font-size: 4vw;
    }

    .common_ttl01 .jp::before {
        width: 1.6vw;
        height: 1.6vw;
        margin-right: 1.5vw;
    }

    .common_ttl01 .en {
        font-size: 9.375vw;
    }


    .common_ttl01 a .icon {
        width: 5vw;
        height: 5vw;
        margin-top: 3vw;
        margin-left: 4vw;
        transform: translateY(-.8vw);
    }

    .common_ttl01 a .icon::before {
        width: 2.4vw;
        height: 2.4vw;
        left: calc(50% - 1.2vw);
        top: calc(50% - 1.2vw);
    }

    .common_ttl01 a .icon::after {
        width: 2.4vw;
        height: 2.4vw;
        left: calc(-50% - 1.2vw);
        top: calc(50% - 1.2vw);
    }

    .common_ttl01 a:hover .icon::before {
        left: calc(150% - 1.2vw);
    }

    .common_ttl01 a:hover .icon::after {
        left: calc(50% - 1.2vw);
    }

    .common_ttl02 {
        font-size: 5.3vw;
        padding-bottom: 3vw;
        margin-bottom: 8vw;
    }

    .common_ttl02::after {
        width: 8vw;
        height: 3px;
        left: calc(50% - 4vw);
    }

    .common_ttl02 .sub {
        font-size: 3.7vw;
        margin-top: .5em;
    }

    .common_ttl03 {
        font-size: 4vw;
        padding-bottom: 2vw;
        margin-bottom: 6vw;
    }

    .common_ttl03::before {
        width: 1.6vw;
        height: 1.6vw;
        margin-right: 1.6vw;
    }

    .common_ttl04 {
        margin-bottom: 8vw;
    }

    .common_ttl04 .en {
        font-size: 4vw;
    }

    .common_ttl04 .en::before {
        width: 1.6vw;
        height: 1.6vw;
        margin-right: 1.6vw;
    }

    .common_ttl04 .jp {
        font-size: 6vw;
    }



    .common_txt01 {
        font-size: 3.7vw;
    }


    .pages .scroll-hint-icon {
        top: calc(50% - 9vw);
        left: calc(50% - 9vw);
        width: 18vw;
        height: 18vw;
    }

    .pages .scroll-hint-icon:before {
        width: 6vw;
        height: 6vw;
    }

    .pages .scroll-hint-text {
        font-size: 2.4vw;
        margin-top: .5vw;
    }

}