﻿@charset "utf-8";

.slidetext {
    position: absolute;
    left: 40%;
    top: 25%;
    width: auto !important;
}
.m-title-head {
    font-size: 17px;
    color: #2691da;
    line-height: 36px;
    float: left;
    min-width: 1045px;
}
.m-title-head-02 {
    font-size: 17px;
    color: #2691da;
    line-height: 36px;
    float: left;
    min-width: 405px;
}
.m-title-head img,
.m-title-head-02 img {
    vertical-align: middle;
}
.m-title-text-01 {
    display: inline-block;
    margin-left: 26px;
    padding-left: 26px;
    padding-right: 10px;
    border-left: 2px solid #2691da;
}
.m-title-text-02 {
    color: #6f6f6f;
    font-size: 13px;
    letter-spacing: 0.15em;
}
.btn-more {
    float: right;
    line-height: 36px;
}
.btn-more img {
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .m-title-head {
        text-align: center;
        min-width: 1px;
        padding: 0 15px;
        float: none;
    }

    .m-title-head-02 {
        float: none;
        min-width: 1px;
        width: 100%;
        text-align: center;
    }

    .m-title-head img,
    .m-title-head-02 img {
        max-width: 100%;
        height: auto;
    }

    .m-title-text-01 {
        display: block;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #2691da;
        border-left: none;
        font-size: 16px;
    }

    .m-title-text-02 {
        font-size: 13px;
        letter-spacing: 0;
    }

    .btn-more {
        float: none;
        line-height: 36px;
        text-align: center;
    }
    .btn-more a {
        max-width: 149px;
        display: inline-block;
        margin: 0 auto;
    }
    .btn-more img {
        max-width: 100%;
        height: auto;
    }
}

/*------------------------ 分類：ボックス系 ------------------------*/
.wrap-01 {
    width: 1200px;
    margin: 0 auto;
}
.wrap-01-box {
    width: 575px;
    float: left;
    border: solid 1px #cdcdcd;
}
.wrap-01-img {
    border-right: 1px solid #cdcdcd;
}
.wrap-01-box:nth-of-type(2) {
    float: right;
}
.wrap-01-box-right {
    float: right;
    width: 324px;
    box-sizing: border-box;
    padding: 20px 25px 0 25px;
}
.wrap-01-img-border {
    border: none;
    background: url(/images/irinfo/boder.png);
    background-repeat: no-repeat;
    height: 3px;
    margin: 10px 0;
}
@media screen and (max-width: 768px) {
    .wrap-01 {
        width: 100%;
        box-sizing: border-box;
    }
    .wrap-01-box {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin-bottom: 25px;
    }
    .wrap-01-box a {
        display: block;
        text-decoration: none;
    }
    .wrap-01-img {
        width: 100%;
        display: block;
        border-right: none;
    }
    .wrap-01-box:nth-of-type(2) {
        float: none;
    }

    .wrap-01-box-right {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
    }
    .wrap-01-img-border {
        display: block;
        width: 149px;
        height: 3px;
        margin: 10px auto;
        background-size: auto 3px;
        box-sizing: border-box;
        background-position: center center;
    }
}

/*------------------------ 分類：メインビジュアル系 ------------------------*/
.MV-IR {
    width: 100%;
    min-width: 1200px;
    height: 186px;
    background-image: url(/images/irinfo/mainv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.MV-COMPANY {
    width: 100%;
    height: 186px;
    background-image: url(/images/company/mainv-company.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 1200px;
    background-size: cover;
}
.MV-CONTACT {
    width: 100%;
    background-color: #edf5fb;
    box-sizing: border-box;
    border-bottom: 4px solid #2691da;
    height: 136px;
    min-width: 1200px;
}

.MV-title {
    color: #fff;
    text-align: center;
    line-height: 186px;
    font-size: 266.66667%;
}
.MV-title-CONTACT {
    color: #fff;
    text-align: center;
    line-height: 136px;
}
@media screen and (max-width: 768px) {
    .MV-IR {
        width: 100%;
        height: 99px;
        background-image: url(/images/irinfo/mainv_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        min-width: 1px;
        background-size: cover;
    }
    .MV-COMPANY {
        width: 100%;
        height: 99px;
        background-image: url(/images/company/mainv-company_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        min-width: 1px;
        background-size: cover;
    }
    .MV-CONTACT {
        width: 100%;
        min-width: 1px;
        border-bottom: none;
        height: 100px;
    }

    .MV-title {
        font-size: 25px !important;
        line-height: 99px;
    }
    .MV-title-CONTACT {
        line-height: 100px;
        height: 100px;
        font-size: 25px !important;
    }
}
/*------------------------ 分類：アイコン系------------------------*/
.cursor {
    cursor: pointer;
}

.ttl-underborder:after {
    display: block;
    content: "";
    width: 69px;
    height: 3px;
    margin: 0 auto;
    background-image: url(/images/irinfo/message/ttl_underborder.png);
}
@media screen and (max-width: 768px) {
    .ttl-underborder.fs27 {
        font-size: 22px !important;
    }
    .ttl-underborder:after {
        width: 100%;
        background-size: auto 3.5px;
        background-image: url(/images/irinfo/message/ttl_underborder_sp.png);
    }
}

/*------------------------ 分類：文字系------------------------*/
a.underline {
    text-decoration: none;
}
a.underline:hover {
    text-decoration: underline;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.fwb {
    font-weight: bold;
}
.cr-blue {
    color: #2691da !important;
}
.cr-normal {
    color: #2f2f2f !important;
}

/*------------------------ 分類：横幅系------------------------*/
.widA {
    width: 5em;
    display: inline-block;
}

.RSS {
    width: 1085px;
    height: 450px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 3px #ccc;
    box-sizing: border-box;
    padding: 55px 50px;
    display: none;
    z-index: 1000000;
}
@media only screen and (max-width: 768px) {
    .RSS {
        width: 95%;
        height: 470px;
        padding: 20px 10px;
    }
}
.RSS .ttl {
    font-size: 29px;
    text-align: center;
}
.RSS .txt {
    font-size: 16px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .RSS .ttl {
        font-size: 20px;
    }
    .RSS .txt {
        font-size: 14px;
        text-align: left;
        line-height: 1.4;
        margin-top: 10px;
    }
}
.RSS-table {
    width: 100%;
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
    .RSS-table {
        margin-top: 20px;
    }
}
.RSS-table tr {
    background-color: #f8f8f8;
    padding: 15px 75px;
    display: block;
}
@media only screen and (max-width: 768px) {
    .RSS-table tr {
        padding: 15px 5px;
    }
}
.RSS-table tr:nth-of-type(2n) {
    background-color: #fff;
}
.RSS-table th {
    width: 195px;
    border-right: 1px solid #8e8e8e;
    font-size: 17px;
}
.RSS-table td {
    padding-left: 80px;
    background-image: url(/images/common/icn_RSS_01.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    font-size: 17px;
}
@media only screen and (max-width: 768px) {
    .RSS-table th,
    .RSS-table td {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .RSS-table th {
        font-size: 14px;
        border: none;
    }
    .RSS-table td {
        font-size: 12px;
        padding-left: 20px;
        background-position: 0px center;
        background-size: 12px;
    }
}

/*会社情報関連ページ*/
.p-relation-wrap {
    width: 100%;
    background-image: url(/images/common/bg_gray.jpg);
    border-top: 1px solid #cdcdcd;
    padding: 45px 0 80px;
}
.p-relation {
    width: 1200px;
    margin: 0 auto;
}
.p-relation li {
    float: left;
    width: 220px;
    height: 190px;
    margin: 45px 20px 0 0;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    background-color: #fff;
}
.p-relation-text {
    display: block;
    background-image: url(/images/common/icn_triangle_01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 1.5em;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .p-relation-wrap {
        overflow-x: hidden;
        padding: 35px 0;
    }
    .p-relation-wrap h4 img {
        width: 315px;
        height: auto;
        margin-bottom: 35px;
    }
    .p-relation {
        width: 100%;
        position: relative;
    }
    .p-relation .slick-list {
        width: 660px;
        left: 50%;
        margin-left: -330px;
    }
    .p-relation li {
        height: auto;
        margin: 0 15px;
        box-sizing: border-box;
        border: 1px solid #cdcdcd;
        background-color: #fff;
        box-sizing: border-box;
    }
    .p-relation li a img {
        width: 100%;
        height: auto;
    }
    .p-relation .slick-next {
        background-image: url(/images/top/pickups_lide_02.jpg);
        width: 32px;
        height: 69px;
        right: 15px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        text-indent: -9999px;
        z-index: 10;
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }
    .p-relation .slick-prev {
        background-image: url(/images/top/pickups_lide_01.jpg);
        width: 32px;
        height: 69px;
        left: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        text-indent: -9999px;
        z-index: 10;
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }
}

/*------------------------ 分類：レスポンシブ操作 ------------------------*/
/* PCのみ表示 */
@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
}
/* SPのみ表示 */
@media print, screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}

/* 横スクロールボックス */
@media screen and (max-width: 768px) {
    .m-scroll-area {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 25px;
    }
    .m-scroll-area th,
    .m-scroll-area td,
    .m-scroll-area dl,
    .m-scroll-area dd,
    .m-scroll-area dt {
        white-space: nowrap;
    }
}

/*------------------------------------------------------------------------------
common 20210311
------------------------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

main {
    display: block;
}

#wrapper,
.outer-block {
    min-width: 100%;
}
@media only screen and (max-width: 768px) {
    #wrapper,
    .outer-block {
        min-width: 320px;
    }
}

@media only screen and (max-width: 768px) {
    .outer-block {
        width: 100%;
    }
}

.inner-block {
    position: relative;
    width: calc(100% - 2.8571428571vw);
    margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
    .inner-block {
        max-width: 1400px;
    }
}
@media only screen and (max-width: 768px) {
    .inner-block {
        padding: 0 18px;
        width: 100%;
    }
}

#wrapper {
    position: relative;
}

@media print, screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }

    a,
    a::before,
    a::after,
    button,
    button::before,
    button::after,
    .c-btn,
    .c-btn::before,
    .c-btn::after {
        transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
}
@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    input[type="submit"] {
        -webkit-text-size-adjust: 100%;
    }

    input,
    select,
    textarea {
        font-size: 16px !important;
    }
}
.ib {
    display: inline-block;
}

.bg-blue {
    background: url(/images/common/bg_blue_01.jpg) no-repeat center/cover;
}

.under {
    background: linear-gradient(#fff 40%, #ffffc0 60%);
    display: inline-block;
}

/*---------------
    ttl
-----------------*/
.c-ttl {
    text-align: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .c-ttl {
        margin-bottom: 30px;
    }
}
.c-ttl .en {
    font-family: "Roboto";
    font-size: 74px;
    display: block;
    position: relative;
    line-height: 1;
    letter-spacing: 0.075em;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .c-ttl .en {
        font-size: 25px;
    }
}
.c-ttl .ja {
    font-size: 14px;
    letter-spacing: 0.075em;
}
@media only screen and (max-width: 768px) {
    .c-ttl .ja {
        font-size: 12px;
    }
}
.c-ttl.white {
    color: #fff;
}

/*---------------
    button
-----------------*/
.c-btn01 {
    display: block;
    width: 500px;
    margin: 0 auto;
    color: #fff;
    padding: 7px 10px;
    border: 2px solid transparent;
    font-weight: bold;
    border-radius: 23px;
    background: #c40b18;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
    .c-btn01:hover {
        background: #fff;
        border: 2px solid #c40b18;
        color: #c40b18;
    }
}
@media only screen and (max-width: 768px) {
    .c-btn01 {
        width: 270px;
        font-size: 15px;
    }
}

/*---------------
    text
-----------------*/
.bold {
    font-weight: bold;
}

/*------------------------------------------------------------------------------
header 20210311
------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    html.is-fixed body {
        overflow: hidden;
    }
}
header {
    position: relative;
    z-index: 100;
}
@media only screen and (max-width: 768px) {
    .header-area {
        padding: 0;
    }
}

.ie header .object-fit-img {
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.p-header {
    padding: 16px 20px 0;
    width: 100%;
    font-size: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
}
@media print, screen and (min-width: 769px) {
    .p-header {
        border-bottom: 1px solid #eee;
    }
}
@media only screen and (max-width: 768px) {
    .p-header {
        height: 45px;
        padding: 8px 18px 8px;
    }
}
.p-header-btn {
    width: 166px;
    display: block;
    font-size: 14px;
    padding: 7px 12px 7px 4px;
    color: #fff !important;
    text-align: center;
    border: 1px solid #1550a0;
    background: #1550a0;
    border-radius: 10px;
    position: relative;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .p-header-btn {
        font-size: 12px;
        width: 102px;
        padding: 2px 12px 2px 4px;
        border-radius: 5px;
        margin-right: 30px;
        margin-top: 2px;
    }
}
.p-header-btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 1px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
    border-color: transparent transparent transparent #ffff;
}
@media only screen and (max-width: 768px) {
    .p-header-btn::before {
        right: 8px;
        top: 1px;
        border-width: 3.5px 0 3.5px 4px;
    }
}
@media print, screen and (min-width: 769px) {
    .p-header-btn:hover {
        background: #fff;
        color: #1550a0 !important;
    }
    .p-header-btn:hover:before {
        border-color: transparent transparent transparent #1550a0;
    }
}
.p-header-link {
    display: block;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 0 20px;
    color: #000 !important;
    text-decoration: none !important;
}
@media print, screen and (min-width: 769px) {
    .p-header-link:hover {
        color: #1550a0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .p-header-link {
        font-size: 12px;
    }
}
.p-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .p-header-wrap {
        justify-content: space-between;
    }
}
@media print, screen and (min-width: 769px) {
    .p-header .logo {
        margin-right: auto;
    }
}
@media only screen and (max-width: 768px) {
    .p-header .logo {
        display: inline-block;
    }
}
.p-header .logo img {
    width: 154px;
    height: 43px;
}
@media only screen and (max-width: 768px) {
    .p-header .logo img {
        width: 92.5px;
    }
}
.p-header .nav-area {
    font-size: 0;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .p-header .nav-area {
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: fixed;
        top: 45px;
        bottom: 0;
        right: 0;
        width: 100%;
        overflow-y: scroll;
        transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
        transition-property: opacity, transform;
        transform: translateY(-20px);
    }
}
.p-header .nav-area .inner-block {
    padding: 0;
}
@media print, screen and (min-width: 769px) {
    .p-header .nav-area ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    .p-header .nav-area ul li a {
        border-top: 1px solid #737878;
        padding: 15px 20px;
    }
}
.p-header .nav-area li {
    vertical-align: top;
    font-size: 14px;
}
.p-header .nav-area li .category,
.p-header .nav-area li a {
    cursor: pointer;
    transition-property: color;
    padding: 20px 1.2857142857vw;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    color: #000;
    text-decoration: none;
}
@media print, screen and (min-width: 769px) {
    .p-header .nav-area li .category,
    .p-header .nav-area li a {
        font-weight: bold;
    }
    .p-header .nav-area li .category:hover,
    .p-header .nav-area li a:hover {
        color: #0d2580;
    }
}
@media only screen and (max-width: 768px) {
    .p-header .nav-area li .category,
    .p-header .nav-area li a {
        background: #212733;
        color: #fff;
        padding: 15px 20px;
        text-align: left;
        display: block;
    }
}
.p-header .nav-area .single {
    position: relative;
}
@media only screen and (max-width: 768px) {
    .p-header .nav-area .single::before {
        content: "";
        position: absolute;
        right: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent #fff;
        z-index: 2;
    }
}
.p-header .nav-area .has-child {
    position: relative;
}
@media print, screen and (min-width: 769px) {
    .p-header .nav-area .has-child.is-selected .sub-menu-list {
        opacity: 1;
        transition: 0.3s;
        pointer-events: auto;
    }
}
@media only screen and (max-width: 768px) {
    .p-header .nav-area .has-child .category {
        border-top: 1px solid #737878;
        padding: 15px 20px;
    }
    .p-header .nav-area .has-child a {
        border-top: 1px solid #737878;
        padding: 15px 20px;
    }
    .p-header .nav-area .has-child ul {
        display: none;
        background: #243454;
    }
    .p-header .nav-area .has-child ul a {
        background: #243454;
        margin: 0 15px;
        position: relative;
    }
    .p-header .nav-area .has-child ul a::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 7px;
        border-color: transparent transparent transparent #fff;
    }
}

.sub-menu-list {
    width: 100%;
    background: #212733;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.sub-menu-list ul {
    display: flex;
    flex-wrap: wrap;
}
.sub-menu-list ul.center {
    justify-content: center;
}
.sub-menu-list ul.left {
    justify-content: flex-start;
    width: 100%;
}
.sub-menu-list ul.right {
    border-top: 1px solid #737878;
    padding-left: 14.2857142857vw;
    width: 100%;
}
.sub-menu-list ul li {
    width: calc(100% / 3);
}
.sub-menu-list ul li a {
    display: block;
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding: 30px 20px 30px 0;
    position: relative;
    text-decoration: none;
    text-align: left;
}
.sub-menu-list ul li a span {
    position: relative;
}
.sub-menu-list ul li a span::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff;
}
.sub-menu-list ul li a:hover {
    color: #1752a1;
}
.sub-menu-list ul li a:hover span:before {
    border-color: transparent transparent transparent #1752a1;
}
.sub-menu-list ul li:nth-child(n + 4) {
    border-top: 1px solid #737878;
}
.sub-menu-list.is-selected {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    .p-header .nav-area.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .p-header .ico-open::before,
    .p-header .ico-open::after {
        background: #fff;
    }
    .p-header .category.is-active {
        background: #1550a0;
        border: none;
    }
    .p-header .category.is-active .ico-open::before {
        content: none;
    }
    .p-header .category.is-active .ico-open::after {
        transform: rotateZ(90deg);
    }

    .btn-menu {
        overflow: hidden;
        position: absolute;
        top: -8px;
        right: -18px;
        width: 45px;
        height: 45px;
        background: #fff;
        border: none;
    }
    .btn-menu .inn {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 20px;
        height: 16px;
    }
    .btn-menu .line {
        background-color: #000;
        display: inline-block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        transition: 0.5s cubic-bezier(0, 0.5, 0.3, 1);
    }
    .btn-menu .line:nth-of-type(2):after {
        background-color: #000;
        display: inline-block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        transition: 0.5s cubic-bezier(0, 0.5, 0.3, 1);
    }
    .btn-menu .line:nth-of-type(1) {
        top: 0;
        transform-origin: right center;
    }
    .btn-menu .line:nth-of-type(3) {
        bottom: 0;
        transform-origin: left center;
    }
    .btn-menu .line:nth-of-type(2) {
        top: 8px;
    }
    .btn-menu .line:nth-of-type(2):after {
        top: 0;
        content: "";
    }
    .btn-menu.is-open .line:nth-of-type(2) {
        transform: rotate(45deg);
    }
    .btn-menu.is-open .line:nth-of-type(2):after {
        transform: rotate(90deg);
    }

    .btn-menu .line:nth-of-type(1),
    .btn-menu .line:nth-of-type(3) {
        transition: 0.2s;
        transition-delay: 0.3s;
    }
    .btn-menu.is-open .line:nth-of-type(1),
    .btn-menu.is-open .line:nth-of-type(3) {
        transform: scaleX(0);
        transition-delay: 0s;
    }
    .btn-menu.is-open .line:nth-of-type(2),
    .btn-menu.is-open .line:nth-of-type(2)::after {
        transition-delay: 0.3s;
    }

    #menu-bg {
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 110vh;
        z-index: 98;
        transition: opacity 0.5s;
    }
    #menu-bg.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .ico-open {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 22px;
        width: 16px;
        height: 16px;
    }
    .ico-open::before,
    .ico-open::after {
        content: "";
        background-color: #fff;
        position: absolute;
        transition: transform 0.2s ease-in-out;
    }
    .ico-open::before {
        top: 8px;
        left: 0px;
        width: 16px;
        height: 1px;
    }
    .ico-open::after {
        top: 0;
        left: 8px;
        width: 1px;
        height: 16px;
    }
}

@media print, screen and (min-width: 769px) {
    .search {
        padding: 17px 0;
        display: inline-block;
    }
}
@media only screen and (max-width: 768px) {
    .search {
        background: #212733;
        padding: 15px 20px;
        border-top: 1px solid #737878;
    }
}
.search .sample-1 {
    position: relative;
}
.search .iSearchAssist {
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
    display: inline-block;
}
@media print, screen and (min-width: 769px) {
    .search .iSearchAssist {
        width: 130px;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}
@media only screen and (max-width: 768px) {
    .search .iSearchAssist {
        background: #fff;
        width: 100%;
        border-radius: 6px;
        padding: 5px;
    }
}
.search .submit_btn {
    display: inline-block;
    width: 28px;
    height: 26px;
    background: url(/images/common/ico-search.png) no-repeat center/contain;
    border: none;
    cursor: pointer;
    outline: none;
}
@media print, screen and (min-width: 769px) {
    .search .submit_btn {
        vertical-align: middle;
    }
}
@media only screen and (max-width: 768px) {
    .search .submit_btn {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }
}

@media print, screen and (min-width: 999px) and (max-width: 1149px) {
    .p-header .nav-area li .category,
    .p-header .nav-area li a {
        font-size: 14px;
    }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
    .p-header .nav-area li .category,
    .p-header .nav-area li a {
        font-size: 11px;
    }
    .search .iSearchAssist {
        width: 90px;
    }
    .search .submit_btn {
        width: 18px;
        height: 16px;
    }
    .p-header {
        padding: 16px 14px 0;
    }
}

/*------------------------------------------------------------------------------
footer 20210311
------------------------------------------------------------------------------*/
.pagetop {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px;
    display: block;
    background: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(229, 249, 255, 1) 100%);
    color: #000 !important;
    text-decoration: none;
    font-family: Roboto;
}
@media only screen and (max-width: 768px) {
    .pagetop {
        font-size: 14px;
        padding: 10px 15px;
        letter-spacing: 0.1em;
    }
}

footer {
    position: relative;
}

.p-footer {
    background: #1e2c56;
}
.p-footer .inner-block {
    padding: 40px 0 20px;
}
@media only screen and (max-width: 768px) {
    .p-footer .inner-block {
        padding: 20px 18px 10px;
    }
}
@media print, screen and (min-width: 769px) {
    .p-footer-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 768px) {
    .p-footer-logo {
        text-align: center;
    }
}
@media print, screen and (min-width: 769px) {
    .p-footer-logo .logo {
        text-align: left;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .p-footer-logo .logo {
        width: 123px;
        margin: 0 auto 14px;
    }
    .p-footer-logo .logo img {
        width: 100%;
    }
}
.p-footer-logo .address {
    color: #eaeaea;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}
@media print, screen and (min-width: 769px) {
    .p-footer-logo .address {
        text-align: left;
        letter-spacing: 0.05em;
    }
}
@media only screen and (max-width: 768px) {
    .p-footer-logo .address {
        font-size: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .p-footer-menu {
        margin-bottom: 20px;
    }
}
.p-footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
}
@media only screen and (max-width: 768px) {
    .p-footer-menu ul li {
        width: 50%;
    }
}
@media print, screen and (min-width: 769px) {
    .p-footer-menu ul li + li {
        margin-left: 35px;
    }
}
.p-footer-menu ul li a {
    color: #eaeaea;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 10px 0;
    display: block;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .p-footer-menu ul li a {
        padding: 5px 0;
        text-align: center;
    }
}
@media print, screen and (min-width: 769px) {
    .p-footer-menu ul li a:hover {
        color: #676b76;
    }
}
@media print, screen and (min-width: 769px) {
    .p-footer-menu .small li + li {
        margin-left: 25px;
    }
}
.p-footer-menu .small li a {
    color: #fff;
    font-size: 12px;
}
.p-footer .copyright {
    font-size: 13px;
    line-height: 1.5;
    color: #676b76;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
    font-family: Roboto;
}
@media only screen and (max-width: 768px) {
    .p-footer .copyright {
        margin-top: 0px;
        padding: 10px 0;
        font-size: 10px;
    }
}

/*------------------------------------------------------------------------------
animation 20210311
  ------------------------------------------------------------------------------*/
.anm-list > * {
    transform: translateY(30px);
    opacity: 0;
}

.anm-list > *.is-animated {
    animation: fadeInUp 1.5s forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
        transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
        transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeOutUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0;
        transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    }
}
@keyframes fadeInLeft {
    0% {
        transform: translateX(30px);
        opacity: 0;
        transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeInRight {
    0% {
        transform: translateX(-30px);
        opacity: 0;
        transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeInLeftS {
    0% {
        transform: translateX(300px);
        opacity: 0;
        transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeInRightS {
    0% {
        transform: translateX(-300px);
        opacity: 0;
        transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@media not print {
    .anm {
        opacity: 0;
    }

    .anm.is-animated {
        animation: fadeIn 1.5s forwards;
    }

    .anm-up {
        transform: translateY(30px);
        opacity: 0;
    }

    .anm-up.is-animated {
        animation: fadeInUp 1.5s forwards;
    }

    .anm-left {
        transform: translateX(30px);
        opacity: 0;
    }

    .anm-left.is-animated {
        animation: fadeInLeft 1.5s forwards;
    }

    .anm-right {
        transform: translateX(-30px);
        opacity: 0;
    }

    .anm-right.is-animated {
        animation: fadeInRight 1.5s forwards;
    }

    .anm-sl {
        transform: translateX(300px);
        opacity: 0;
    }

    .anm-sl.is-animated {
        animation: fadeInLeftS 1.5s forwards;
    }

    .anm-sr {
        transform: translateX(-300px);
        opacity: 0;
    }

    .anm-sr.is-animated {
        animation: fadeInRightS 1.5s forwards;
    }
}

/*------------------------------------------------------------------------------
column 20210419
------------------------------------------------------------------------------*/
.p-column {
    padding: 90px 0;
}
@media only screen and (max-width: 768px) {
    .p-column {
        padding: 60px 0;
        overflow: hidden;
    }
}
@media print, screen and (min-width: 769px) {
    .p-column-list {
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    .p-column-list {
        margin: 0 9.333vw;
        position: relative;
    }
}
@media print, screen and (min-width: 769px) {
    .p-column-list li {
        width: calc((100% - 4.29vw) / 3);
    }
    .p-column-list li + li {
        margin-left: 2.1428571429vw;
    }
    .p-column-list li:nth-child(3n + 1) {
        margin-left: 0;
    }
    .p-column-list li:nth-child(n + 4) {
        margin-top: 40px;
    }
}
.p-column-list li:nth-child(3n + 1) .info {
    background: url(/images/top/column_bg_01.png) no-repeat center/cover;
}
.p-column-list li:nth-child(3n + 2) .info {
    background: url(/images/top/column_bg_02.png) no-repeat center/cover;
}
.p-column-list li:nth-child(3n + 3) .info {
    background: url(/images/top/column_bg_03.png) no-repeat center/cover;
}
.p-column-list a {
    display: block;
    color: #000;
    text-decoration: none;
}
@media print, screen and (min-width: 769px) {
    .p-column-list a:hover img {
        transform: scale(1.1);
    }
    .p-column-list a:hover .info .ttl {
        color: #1752a1;
    }
}
.p-column-list .img {
    position: relative;
    overflow: hidden;
    border: solid 1px #444444;
}
.p-column-list .img img {
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    height: auto;
}
.p-column-list .info {
    padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
    .p-column-list .info {
        padding: 15px 20px;
    }
}
.p-column-list .info .cat {
    display: inline-block;
    padding: 6px 20px;
    background: #35318f;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .p-column-list .info .cat {
        font-size: 13px;
        padding: 3px 10px 5px;
        margin-bottom: 8px;
    }
}
.p-column-list .info .ttl {
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.87;
}
@media only screen and (max-width: 768px) {
    .p-column-list .info .ttl {
        font-size: 13px;
        line-height: 1.5;
    }
}
.p-column-btn {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    color: #000;
    text-decoration: none;
}
@media print, screen and (min-width: 769px) {
    .p-column-btn {
        position: absolute;
        right: 0;
        top: 30px;
    }
    .p-column-btn:hover {
        color: #154fa0;
    }
    .p-column-btn:hover:before {
        border-color: transparent transparent transparent #154fa0;
    }
}
@media only screen and (max-width: 768px) {
    .p-column-btn {
        font-size: 16px;
        padding-right: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .p-column-btn-wrap {
        text-align: center;
    }
}
.p-column-btn::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 11px;
    border-color: transparent transparent transparent #000;
}
@media only screen and (max-width: 768px) {
    .p-column-btn::before {
        border-width: 4.25px 0 4.25px 5.5px;
    }
}
.slick-prev,
.slick-next {
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-column-list .slick-prev,
.p-column-list .slick-next {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    z-index: 2;
    color: transparent;
    border-radius: 50%;
    background: #000;
}
.p-column-list .slick-prev::before,
.p-column-list .slick-next::before {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.25px 0 4.25px 5.5px;
    border-color: transparent transparent transparent #fff;
}
.p-column-list .slick-prev {
    left: -40px;
    transform: rotate(180deg);
}
.p-column-list .slick-next {
    right: -40px;
}
