@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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1;
}

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



blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

/*************   共通設定   *************/

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    width: 100%;
    height: auto;
}

main {
    overflow: hidden;
}


.clear {
    clear: both;
    display: block;
}

.right {
    float: right;
}

.right_img {
    float: right;
    margin: 0 0 0 15px;
}

.right_sp {
    float: right;
}

.right_img_sp {
    float: right;
    margin: 0 0 0 15px;
}

.left {
    float: left;
}

.left_img {
    float: left;
    margin: 0 15px 0 0;
}

.left_sp {
    float: left;
}

.left_img_sp {
    float: left;
    margin: 0 15px 0 0;
}

.center {
    text-align: center;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt65 {
    margin-top: 65px;
}


.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

:root {
    --main-color: #0074cc;
    --black: #222;
    --sub01: #194375;
    --gray01: #7299b2;
    --gray02: #ccd7d8;
    --gray03: #777;
    --white: #f5f5f5;
    --red: #B40000;
}

.noto-sans-jp-regular {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-jp-bold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.main-container {
    padding-left: clamp(20px, 2vw, 9999px);
    padding-right: clamp(20px, 2vw, 9999px);
}

@media (max-width: 991px) {
    .main-container {
        padding-left: clamp(0px, 4vw, 20px);
        padding-right: clamp(0px, 4vw, 20px);
    }
}

@media (min-width: 768px) {
    .sp_only {
        display: none !important;
    }
}



@media (min-width: 992px) {
    .tab_only {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .pc_only {
        display: none !important;
    }

}

@media (max-width: 767px) {
    .pc_show {
        display: none !important;
    }

}


/*************   リンク設定   *************/
a {
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

a.hover:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}



/****************************ハンバーガーメニュー****************************/


#sp-navi {
    position: fixed;
    height: 667px;
    width: 210px;
    right: -210px;
    top: 0;
    background: #3F3340;
    transition: .7s;
    z-index: 9998;
}

#sp-navi ul {
    padding-top: 40px;
    padding-left: 28px;
}


#sp-navi a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    color: #BFA831;

}


#hamburger {
    display: none;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 50px;
    height: 44px;
    transition: 1s;
}

#hamburger.fixed {
    position: fixed;
    top: 20px;
    /* お好みで調整 */
    right: 20px;
    /* お好みで調整 */
    z-index: 10000;
    /* メニューより上に */
}

.inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #CB4E34;
    transition: 1s;
    z-index: 9999;
}

#line1 {
    top: 0;
}

#line2 {
    top: 20px;
}

#line3 {
    bottom: 0px;
}

.in {
    transform: translateX(-100%);
}

.line_1,
.line_2,
.line_3 {
    background: #CB4E34;
}

.line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: 0;
}

.line_2 {
    opacity: 0;
}

.line_3 {
    transform: translateY(-20px) rotate(45deg);
    bottom: 0;
}

@media (min-width: 768px) {
    .sp-navi {
        display: none !important;
    }
}


/****************************段落設定****************************/
h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}


.indent {
    text-indent: -1em;
    padding-left: 1em;
}

/**************************** 共通 ****************************/

.intro-h {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.46;
    text-align: center;
}


/**************************** title ****************************/
.title01_en {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 500;
    color: var(--gray01);
    font-family: 'Poppins', 'メイリオ', 'Meiryo', sans-serif;
}

.title01_jp {
    font-size: 3.6rem;
    line-height: 1.7;
    color: var(--black);
    font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 700;
    margin-top: -8px;
}

@media (max-width: 767px) {
    .title01_en {
        font-size: 1.5rem;
        line-height: 1.7;
        font-weight: 500;
        color: var(--gray01);
        font-family: 'Poppins', 'メイリオ', 'Meiryo', sans-serif;
    }

    .title01_jp {
        font-size: 2.3rem;
        line-height: 1.7;
        color: var(--black);
        font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
        font-weight: 700;
        margin-top: -8px;
    }
}

.title02 {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--black);
    line-height: 1.4;
}

@media (max-width:767px) {
    .title02 {
        font-size: 1.5rem;
    }
}

.title03 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--black);
}

@media (max-width:767px) {
    .title03 {
        font-size: 1.6rem;
    }
}

.title04 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--black);
}

@media (max-width:767px) {
    .title04 {
        font-size: 2rem;
    }
}

/**************************** page_title ****************************/
.page_ttl {
    margin-top: 160px;
    margin-bottom: 85px;
}

.page_ttl_h {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 40px;
}

.page_ttl_jp {
    display: flex;
    align-items: center;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1.4;
}

.page_ttl_en {
    font-size: 1.5rem;
    font-family: 'Poppins', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 500;
    color: var(--gray01);
    margin-top: 11px;
}

.page_ttl_jp:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    width: 20px;
    display: block;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    background: var(--gray01);
    margin-top: 11px;
}


.Breadcrumb {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 12px;
    font-weight: 400;
    color: var(--gray03);
    list-style: none;
}

.Breadcrumb-ListGroup {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.Breadcrumb-ListGroup-Item-Link[href]:hover {
    opacity: 0.5;
}


.Breadcrumb-ListGroup > * + *::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/arw_right_gr02.svg);
    background-repeat: no-repeat;
    width: 5px;
    height: 8px;
    margin-left: 10px;
    margin-right: 7px;
}

.Breadcrumb-ListGroup-Item-Link {
    color: var(--gray03);
}

@media (max-width: 991px) {
    .page_ttl {
        margin-top: 121px;
    }
}


@media (max-width: 767px) {

    .page_ttl {
        margin-top: 95px;
        margin-bottom: 75px;
    }

    .page_ttl_h {
        display: block;
        padding-left: 0;
        margin-bottom: 15px;
    }

    .page_ttl_jp:after {
        display: none;
    }


    .page_ttl_jp {
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: 0;
    }

    .page_ttl_en {
        font-size: 1.2rem;
        display: flex;
        margin-top: 6px;
    }

    .page_ttl_en::before {
        content: "";
        height: 1px;
        width: 20px;
        display: block;
        align-items: center;
        margin-right: 5px;
        background: var(--gray01);
        margin-top: 9px;
    }

    .Breadcrumb {
        padding-left: 0;
    }
}


/**************************** pagination ****************************/

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    gap: 4.5px;
}


.pagination a {
    display: inline-block;
    font-family: 'Poppins', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    text-decoration: none;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a:hover {
    opacity: 0.7;
    transition: .2s;
}

.pagination li {
    list-style: none;
}


.pagination .active a {
    background-color: var(--main-color);
    color: #fff;
}


.pagination .disabled a {
    pointer-events: none;
    color: #fff;
}

.pagination img {
    width: 5px;
    height: 10px;
}


@media (max-width:767px) {

    .pagination a {
        font-size: 1.4rem;
    }

}


/**************************** btn ****************************/
.btn01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 9999px;
    padding: 24.71px 32px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
    width: 100%;
    max-width: 300px;
    background: var(--main-color);
    box-sizing: border-box;
    position: relative;
    border: 0;
}

.btn01:hover {
    opacity: 0.7;
    transition: .2s;
    color: #fff;
}

.btn01::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../images/common/arw_right_wh.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
}

@media (max-width: 767px) {
    .btn01 {
        font-size: 1.6rem;
    }
}

.btn02 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 24.71px 32px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
    width: 100%;
    max-width: 300px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    position: relative;
}

.btn02:hover {
    opacity: 0.7;
    transition: .2s;
    color: var(--main-color);
}

.btn02::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../images/common/arw_right_bl.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
}

@media (max-width: 767px) {
    .btn02 {
        font-size: 1.6rem;
    }
}

/**************************** body ****************************/
body {
    font-size: 1.6rem;
    line-height: 1.7;
    color: var(--black);
    font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

/**************************** header ****************************/
.header {
    position: fixed;
    top: 0;
    z-index: 900;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 50px;
}

/**************************** box ****************************/
.box01 {
    background: #fff;
    width: 100%;
    height: auto;
    max-width: 378px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.box01 a:hover {
    opacity: 0.7;
    transition: .2s;
}

@media (max-width: 991px) {
    .box01 {
        max-width: initial;
    }
}


/**************************** margin ****************************/
.mgn01 {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .mgn01 {
        margin-bottom: 70px;
    }
}

.mgn02 {
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .mgn02 {
        margin-bottom: 50px;
    }
}

.mgn03 {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .mgn03 {
        margin-bottom: 35px;
    }
}

.mgn04 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .mgn04 {
        margin-bottom: 20px;
    }
}

/**************************** TOP ****************************/

.pattern::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: .5s;
}

.pattern.show::before {
    transform: translateX(100%);
}



.mainVisual {
    background-image: url(../images/top/mv.jpg);
    background-image: image-set(url(../images/top/mv.webp) type("image/webp"),
            url(../images/top/mv.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    margin: 94px auto;
    aspect-ratio: 1536 / 806;
    /* ← ここで縦横比を固定 */
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}



.mvPicture {

    background-image: image-set(url("../images/top/mv.webp") type("image/jpg"));
    width: 100%;
}

.mvTxt {
    position: absolute;
    width: 37.890625%;
    top: 25.806451612%;
    left: 4.8828125%;
    height: 47.890818858%;
    display: flex;
    align-items: center;
}

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

    .mainVisual {
        aspect-ratio: auto;
        height: 491.84px;
    }

    .mvTxt {
        width: 355.15px;
        top: 127px;
        left: 47px;
        height: 239.63px;
    }
}

@media screen and (max-width: 767px) {
    .mvTxt {
        top: 115px;
    }
}

@media screen and (max-width: 500px) {
    .mvTxt {
        width: auto;
        top: 100px;
        left: 47px;
        right: 47px;
    }
}

.mainContents {
    margin: 92px auto 0;
    max-width: calc(1194px + 2vw);

}

@media screen and (max-width: 991px) {
    .mainContents {
        margin: 92px auto 0;
        max-width: initial;
    }

    .mainVisual {

        margin: 55px auto 0;
    }
}

.mainContents02 {
    margin: 92px auto 0;
    max-width: calc(1194px + 2vw);

}

@media screen and (max-width: 991px) {
    .mainContents02 {
        margin: 92px auto 0;
        max-width: initial;
    }
}

.mainContents03 {
    margin: 0 auto;
    max-width: calc(1194px + 4vw);

}

@media screen and (max-width: 991px) {
    .mainContents03 {
        margin: 0 auto;
        max-width: initial;
    }
}

.mainContents04 {
    margin: 0 auto;
    max-width: calc(991px + 4vw);

}

@media screen and (max-width: 991px) {
    .mainContents04 {
        margin: 0 auto;
        max-width: initial;
    }
}

.mainContents05 {
    margin: 0 auto;
    max-width: calc(888px + 4vw);

}

@media screen and (max-width: 991px) {
    .mainContents05 {
        margin: 0 auto;
        max-width: initial;
    }
}



.topExample {
    max-width: 1194px;
    margin: 0 auto;
}

.topExample_block {
    display: flex;
    gap: 40px;
}

.topExample_right {
    display: flex;
    gap: 30px;
}

.topexample_lp {
    margin-bottom: 25px;
}

.image_trim {
    height: 210px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.image_trim img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.Example_card_under {
    padding: 15px 30px 40px;
    color: var(--black);
}


.Example_date {
    font-family: 'Poppins', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
}

.Example_small {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
}

.Example_company {
    font-weight: bold;
    margin-bottom: 5px;
}

.cate {
    font-weight: bold;
    font-size: 1.2rem;
    background: #e5ebeb;
    color: var(--main-color);
    min-width: 87px;
    padding: 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .topExample_block {
        display: block;
    }

    .topExample_block btn01 {
        margin: 0 auto;
    }

    .top_tab_btn {
        max-width: 300px;
        width: 100%;
        margin: 25px auto 0;
    }


}

@media screen and (max-width: 575px) {
    .topExample_right {
        display: block;
    }

    .topExample_right .Example_card:not(:last-child) {
        margin-bottom: 15px;
    }

    .Example_card_under {
        padding: 15px 15px 40px;
    }

}

.midContents {
    padding: 100px 0;
    position: relative;
}

.midContents::after {
    content: "";
    width: calc(50vw + 33%);
    height: 100%;
    border: 1px solid var(--gray02);
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -2;
}

.midContents_block {
    display: flex;
    gap: 2px;
    position: relative;
}

.midContents_card {
    position: relative;
    width: 100%;
    max-width: 596px;
}

.midContents_card a {
    display: block;
}



.midContents_card a:hover {
    opacity: 0.7;
    transition: .2s;
}

/*
.midContents_ph {
    display: flex;
}

.midContents_ph img {
    width: 40px;
    height: 40px;
    padding-right: 50px;
}
*/

.midContents_p::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/common/arw_right_wh02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s ease-out;
}

.midContents_p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 37px;
}

.midContents_p .arwwh02 {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -370px;
    top: 31px;
}

.midContents_img01 {
    background-image: url(../images/top/top03.jpg);
    background-image: image-set(url(../images/top/top03.webp) type("image/webp"),
            url(../images/top/top03.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    aspect-ratio: 596 / 344;
    width: 100%;
    height: auto;
    z-index: -1;
}

.midContents_img02 {
    background-image: url(../images/top/top04.jpg);
    background-image: image-set(url(../images/top/top04.webp) type("image/webp"),
            url(../images/top/top04.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    aspect-ratio: 596 / 344;
    width: 100%;
    height: auto;
    z-index: -1;
}


@media screen and (max-width: 767px) {
    .midContents {
        padding: 70px 0;
    }
}




@media screen and (max-width: 576px) {
    .mvTxt {
        /*        width: auto;*/
        top: 115px;
        left: 47px;
        right: 47px;
    }

    .midContents_block {
        display: block;

    }

    .midContents_card:first-of-type {
        margin-bottom: 15px;
    }
}

.topCompany {
    display: flex;
    align-items: center;
    padding-left: clamp(20px, 2vw, 9999px);
    padding-right: clamp(20px, 2vw, 9999px);
    max-width: calc(1194px + 2vw);
    margin: 0 auto 100px;
}

.topCompany_btn {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    border-bottom: 1px solid var(--gray02);
    max-width: 378px;
    position: relative;
}

.topCompany_btn > a {
    color: var(--black);
    display: block;
    padding: 25px 0;
}

.topCompany_left {
    max-width: 378px;
    width: 100%;
    margin-right: 58px;
}

.topCompany_left > .title01_jp {
    margin-bottom: 40px;
}

.topCompany_btn::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../images/common/arw_right_bl.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 38px;
}

.topCompany_btn > a:hover {
    opacity: 0.7;
    transition: .2s;
}

.topCompany_img {
    width: calc(50vw + 50% - 438px);
    margin-right: calc(50% - 50vw);
    height: 516px;
    background-image: url(../images/top/top05.jpg);
    background-image: image-set(url(../images/top/top05.webp) type("image/webp"),
            url(../images/top/top05.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    z-index: -1;
}

.topCompany_img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}


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

    .topCompany {
        display: block;
        padding: 0;
        margin: 0 auto;
    }

    .topCompany_left {
        max-width: initial;
        padding-left: clamp(0px, 4vw, 20px);
        padding-right: clamp(0px, 4vw, 20px);

    }

    .topCompany_btn {
        width: 100%;
        max-width: initial;
    }

    .topCompany_btn_sp {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        gap: 15px;
    }

    .topCompany_btn.mb10 {
        margin-bottom: 0;
    }

    .topCompany_img {
        max-width: initial;
        object-position: center;
        width: 100%;
    }

    .topCompany_img_sp {
        transform: scale(1.1);
    }

    .topCompany_img {
        height: 300px;
    }



}


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



    .topCompany_btn > a {
        font-size: 1.6rem;
    }

    .topCompany_btn::after {
        top: 34px;
    }

    .topCompany_left > .title01_jp {
        margin-bottom: 20px;
    }



}

.topBunner {
    background: var(--white);
    padding: 60px 0;
    padding-left: clamp(20px, 2vw, 9999px);
    padding-right: clamp(20px, 2vw, 9999px);
}

.topBunner_box {
    max-width: 1224px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.topBunner_box > a:hover {
    opacity: 0.7;
    transition: .2s;
}

.bunner_card {
    flex: 0 1 calc((100% - 90px) / 3);
    display: flex;
    color: #000;
    position: relative;
    margin: 15px;
    overflow: hidden;
}

.bunner_card a:hover {
    opacity: 0.7;
    transition: .2s;
}

@media screen and (max-width: 1259px) {
    .topBunner_box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* 折り返さない */
        justify-content: flex-start;
        align-items: stretch;
        margin: 0 auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .topBunner_box a {

        height: auto;
        /* 縦横比を保つ */
        object-fit: contain;
    }



}

@media screen and (max-width: 767px) {
    .topBunner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .topBunner_box {
        padding-left: clamp(0px, 4vw, 20px);
        padding-right: clamp(0px, 4vw, 20px);
    }

    .bunner_card {
        flex: 0 1 calc((100% - 20px) / 2);
        display: flex;
        margin: 5px;
    }



}

.contact-area {
    margin-top: 100px;
    text-align: center;
    background: var(--white);
    padding: 45px 0 60px 0;
}

.contact-area-h {
    font-size: 45px;
    font-family: 'Poppins', 'メイリオ', 'Meiryo', sans-serif;
    color: var(--gray01);
    font-weight: 500;
}

.contact-area-p {
    margin-bottom: 25px;
}

.contact-area .btn01 {
    margin: 0 auto;
}




@media screen and (max-width: 767px) {
    .contact-area {
        padding: 40px clamp(0px, 4vw, 20px) 55px clamp(0px, 4vw, 20px);
    }

    .contact-area-h {
        font-size: 31.5px;
    }

    .contact-area .contact-area-p {
        text-align: justify;
    }

}
