@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;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

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;
}

ul {
    list-style: none;
}

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

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

.center {
    text-align: center;
}

.unclickable {
    cursor: default;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.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;
}

.mt55 {
    margin-top: 55px;
}

.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;
}

.caution {
    color: #F00;
}

.black01 {
    color: #000;
}

.orange01 {
    color: #F90;
}

.orange02 {
    color: #F60;
}

.gray01 {
    color: #CCC;
}

.gray02 {
    color: #999;
}

.gray03 {
    color: #666;
}

.gray04 {
    color: #333;
}

.red01 {
    color: #FF0004;
}


.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.marugo {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.roboto {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}


.show_sp {
    display: none !important;
}

.show_sp02 {
    display: none !important;
}

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

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

.indent03 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

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

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

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

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

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

}


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

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

a:hover,
a:active {
    color: #3F3340;
    text-decoration: none;
}

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

/****************************ボタン設定****************************/

.btn01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00469b;
    color: #00469b;
    border-radius: 9999px;
    padding: 20.5px 32px;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    max-width: 790px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}

.btn01::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url('../images/common/right_arw.svg');
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 50px;
    transition: 0.2s ease-out;
}

.btn01:hover {
    color: #fff;
    background: #00469b;
    transition: background-color 0.2s, color 0.2s;
}

.btn01:hover::after {
    background-image: url('../images/common/right_arrow_wh.svg');
    transform: translate(5px, 0);


}



.btn02 {
    display: block;
    position: relative;
    padding: 22px 0 22px 30px;
    background: #fff;
    border: 1pt solid #00469B;
    color: #00469B;
    text-decoration: none;
    overflow: hidden;
    z-index: 0;
}

.btn02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
}


.btn02:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.btn02::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url('../images/common/right_arw.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease-out;
}

.btn02:hover::after {
    transform: translate(5px, -50%);
}

.btn02:hover {
    color: #00469B;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.2s ease-out;
}

.btn03 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00469b;
    color: #fff;
    border-radius: 9999px;
    padding: 18px 32px;
    font-weight: bold;
    text-decoration: none;
    font-size: 2rem;
    width: 100%;
    max-width: 790px;
    background: #00469B;
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    animation: progress linear;
    animation-timeline: scroll();
}

.btn03::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url('../images/common/right_arrow_wh.svg');
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 50px;
    transition: 0.2s ease-out;
}

.btn03:hover {
    opacity: 0.5;
    color: #fff;
    transition: 0.2s ease-out;
}

.btn03:hover::after {
    transform: translate(5px, 0);
}


.btn04 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00469B;
    border-radius: 9999px;
    padding: 12.5px 5.5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
    width: 100%;
    max-width: 790px;
    background: #fff;
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    animation: progress linear;
    animation-timeline: scroll();
}

.btn05 {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    justify-content: center;
    border: 1px solid #3382ed;
    color: #3382ed;
    border-radius: 9999px;
    padding: 5.5px 108px;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 400;
    width: 100%;
    max-width: 337px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    text-wrap: nowrap;
}

.btn05::after {
    content: "";
    display: inline-block;
    width: 15.5px;
    height: 22.5px;
    background-image: url('../images/common/mappin.svg');
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 22.5px;
}

.btn05:hover {
    color: #fff;
    background: #3382ed;
    transition: background-color 0.2s, color 0.2s;
}

.btn05:hover::after {
    background-image: url('../images/common/mappin_wh.svg');
    transition: background-image 0.2s, color 0.2s;

}

.btn06 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 9999px;
    padding: 18px 32px;
    font-weight: bold;
    text-decoration: none;
    font-size: 2rem;
    width: 100%;
    max-width: 790px;
    background: linear-gradient(to right, #00469b, #3382ed);
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    animation: progress linear;
    animation-timeline: scroll();
}

.btn06 img {
    padding-top: 0.4rem;
    margin-left: 1rem;
}

/*
.btn06::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/common/upright_arw.svg');
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 500px;
    transition: 0.2s ease-out;
}
*/

.btn06:hover {
    opacity: 0.5;
    color: #fff;
    transition: 0.2s ease-out;
}


@media (min-width:761px) {
    .btn04 {
        display: none;
    }
}

@media (max-width:760px) {
    .btn01 {
        font-size: 1.8rem;
        max-width: 310px;
        padding: 12px 32px;
    }

    .btn01::after {
        right: 23px;
    }

    .btn03 {
        font-size: 1.8rem;
        max-width: 310px;
        padding: 12px 32px;
    }

    .btn03::after {
        right: 23px;
    }


    .btn06 {
        font-size: 1.8rem;
        max-width: 310px;
        padding: 12px 32px;
    }

    .btn06::after {
        width: 16px;
        top: 40%;
        left: 80%;
    }

}

@media (max-width:500px) {
    .btn05 {
        padding: 4px 69px;
        font-size: 1.5rem;
        width: 230px;
    }

    .btn05::after {
        width: 12.5px;
        height: 18.5px;
    }

}


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

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

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


.roboto-<uniquifier > {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.roboto-condensed-<uniquifier > {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.common-title_en {
    font-size: 8rem;
    color: #00469B;
    font-family: 'Roboto';
    font-weight: 500;
}

.common-title_jp {
    font-size: 2.3rem;
    margin: -3rem 0 0 0;
    letter-spacing: 0.15em;
}

.img_scale {
    max-height: 250px;
    overflow: hidden;
}

.img_scale img {

    transition: all .3s ease;
}

.bgw {
    background: #fff;
}

.bgwb01 {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #CDE7FF 50%, #CDE7FF 100%);
}

.bgwb02 {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #CDE7FF 50%, #CDE7FF 100%);
}

@media(max-width:930px) {
    body {
        font-size: 1.6rem !important;
    }

    .common-title_en {
        font-size: 5.2rem;

    }

    .common-title_jp {
        font-size: 2.2rem;
        margin: -2rem 0 0 0;
    }

    .bgwb02 {
        background: linear-gradient(180deg, #fff 0%, #fff 20%, #CDE7FF 18%, #CDE7FF 100%);
    }

}

@media(max-width:767px) {

    .bgwb01 {
        background: linear-gradient(180deg, #fff 0%, #fff 40%, #CDE7FF 34%, #CDE7FF 100%);
    }


}

/**************************** body ****************************/
body {
    font-size: 2rem;
    line-height: 1.75;
    color: #000;
    font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: bold;
    overflow-x: hidden;
    /* min-width:960px; */
}


/**************************** 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;
}

/**************************** common ****************************/
.pageHeader_index {
    display: flex;
    background: linear-gradient(to right, #00469B, #3382ED);
    padding: min(30%, 17rem) 16rem 14.225rem 8rem;
    justify-content: space-between;
    min-height: 250px;
    align-items: center;
}



.title_index li a {
    font-size: 1.4rem;
    color: #fff;
    opacity: 0.7;
    font-weight: 500;
}

.title_index li a:hover {
    opacity: 0.5;
    transition: 0.2s ease-out;
}

.title_index li {

    line-height: 1.2;
}

.title_index li::before {
    content: "●";
    margin-right: 7px;
    opacity: 0.7;
    color: #fff;
    font-size: 1rem;
    vertical-align: middle;
}

.title_index li:not(:last-child) {
    margin-bottom: 1.7rem
}

@media screen and (max-width: 1365px) {
    .title_index {
        width: 230px;
    }

}


.balloon01 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 10px 5px;
    width: 85px;
    height: 85px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.04em;
    background: #3382ed;
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon01 span {
    font-size: 3.8rem;
    font-style: italic;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}

.balloon01:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 30px solid #3382ed;
    z-index: 0;
}

.balloon02 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 10px 5px;
    width: 85px;
    height: 85px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    background: #3382ed;
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon02 span {
    font-size: 3.8rem;
    font-style: italic;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}

.balloon02:before {
    content: "";
    position: absolute;
    bottom: 33%;
    left: 122%;
    margin-left: -18px;
    border: 9px solid transparent;
    border-top: 15px solid #3382ed;
    z-index: 0;
    transform: rotate(270deg)
}

@media screen and (min-width: 1366px) {
    .pageHeader_index {
        padding: min(30%, 17rem) calc(100vw / 3 - 292px) 14.225rem calc(100vw / 3 - 375px);
    }

}


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

    .pageHeader_index {
        padding: 6.8rem 16rem 7.2rem 8rem;
    }

    .title_index {
        display: none;
    }

}



@media screen and (max-width: 570px) {
    .pageHeader_index {
        padding: 7rem 16rem 6rem 0;
    }
}

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

    .pageHeader_index {
        min-height: 200px;
    }
}


/**************************** TOP ****************************/
/**************************** mvtext ****************************/
.reveal-text,
.reveal-text::after {
    animation-delay: var(--animate-delay, 1.3s);
    animation-iteration-count: var(--iterations, 1);
    animation-duration: var(--duration, 2500ms);
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.21, 0.05, 0, 1.03);
}

.reveal-text {
    --animation-delay: var(--animate-delay, 1.3s);
    --animation-duration: var(--duration, 2500ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    font-size: 10vw;
    animation-name: clip-text;
    color: #000;
    white-space: nowrap;
    cursor: default;

    /*
    &::after {
        content: "";
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        transform: scaleX(0);
        transform-origin: 0 50%;
        pointer-events: none;
        animation-name: text-revealer;
    }
*/

}


@keyframes clip-text {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}


@keyframes text-revealer {

    0%,
    50% {
        transform-origin: 0 50%;
    }

    60%,
    100% {
        transform-origin: 100% 50%;
    }


    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@use postcss-preset-env {
    stage: 0;
    browsers: [ "last 1 Chrome versions",
        "last 1 Firefox versions",
        "last 1 Safari versions",
        "last 1 Edge versions"
        ]
}


.reveal-text02 {
    animation-delay: var(--animation-delay, 5.3s);
    animation-iteration-count: var(--iterations, 1);
    animation-duration: var(--duration, 4000ms);
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.21, 0.05, 0, 1.03);
}

.reveal-text02 {
    --animation-delay: var(--delay, 2.8s);
    --animation-duration: var(--duration, 3000ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    font-size: 10vw;
    animation-name: clip-text;
    color: #000;
    white-space: nowrap;
    cursor: default;

}


@keyframes clip-text {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}


@keyframes text-revealer {

    0%,
    50% {
        transform-origin: 0 50%;
    }

    60%,
    100% {
        transform-origin: 100% 50%;
    }


    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@use postcss-preset-env {
    stage: 0;
    browsers: [ "last 1 Chrome versions",
        "last 1 Firefox versions",
        "last 1 Safari versions",
        "last 1 Edge versions"
        ]
}


@media (max-width:1028px) {

    .reveal-text,
    .reveal-text::after {
        animation-delay: var(--animate-delay, 1.3s);
        animation-iteration-count: var(--iterations, 1);
        animation-duration: var(--duration, 1500ms);
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.21, 0.05, 0, 1);
    }

    .reveal-text {
        --animation-delay: var(--animate-delay, 1.3s);
        --animation-duration: var(--duration, 1500ms);
        --animation-iterations: var(--iterations, 1);
        position: relative;
        font-size: 10vw;
        animation-name: clip-text;
        color: #000;
        white-space: nowrap;
        cursor: default;
    }

    .reveal-text02 {
        animation-delay: var(--animation-delay, 5.3s);
        animation-iteration-count: var(--iterations, 1);
        animation-duration: var(--duration, 2000ms);
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.21, 0.05, 0, 1.03);
    }

    .reveal-text02 {
        --animation-delay: var(--delay, 2.8s);
        --animation-duration: var(--duration, 2000ms);
        --animation-iterations: var(--iterations, 1);
        position: relative;
        font-size: 10vw;
        animation-name: clip-text;
        color: #000;
        white-space: nowrap;
        cursor: default;

    }

}

@media (max-width:767px) {

    .reveal-text,
    .reveal-text::after {
        animation-delay: var(--animate-delay, 1.3s);
        animation-iteration-count: var(--iterations, 1);
        animation-duration: var(--duration, 1500ms);
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.21, 0.05, 0, 1.03);
    }

    .reveal-text {
        --animation-delay: var(--animate-delay, 1.3s);
        --animation-duration: var(--duration, 1500ms);
        --animation-iterations: var(--iterations, 1);
    }

    .reveal-text02 {
        animation-delay: var(--animation-delay, 5.3s);
        animation-iteration-count: var(--iterations, 1);
        animation-duration: var(--duration, 2200ms);
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.21, 0.05, 0, 1.03);
    }

    .reveal-text02 {
        --animation-delay: var(--delay, 2.8s);
        --animation-duration: var(--duration, 2200ms);
        --animation-iterations: var(--iterations, 1);

    }

}


/***********************************************************/
.fadein {
    animation: fadeIn 1.8s linear forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.mainVisual {
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}



.mvTxt {
    text-align: center;
    z-index: 999;
    white-space: nowrap;
    line-height: 9.5rem;
}



.mvTxt_sub {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    font-weight: 500;
    font-size: 5rem;
    font-family: 'Roboto';
    letter-spacing: 0.09em;
}


.mvTxt_main {
    font-weight: 900;
    font-size: 9rem;
    letter-spacing: 0.03em;
}

.mvTxt_main.pc_show {
    width: 100vw;
}

.slider {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 100%;
}

.slick-img img {
    height: 100%;
    width: 100%;
    min-height: 600px;
    object-fit: cover;
}

.slick-list {
    height: 100%
}

.slick-track {
    height: 100%
}



@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}

@media (max-width:830px) {
    .mvTxt_main {
        font-size: clamp(8rem, 10.2vw, 9rem);
    }

}

@media (max-width:767px) {
    .mvTxt {
        text-align: left;
        top: 40%;
    }

    .mvTxt_sub {
        font-size: 2.3rem;
        text-align: left;
        margin: -3rem auto 0 0;
    }

    .mvTxt_sub_sp {
        margin: -3rem auto 0 3.8rem;
    }

    .mvTxt_main_sp {
        line-height: 1.3;
    }

    .mvTxt_main {
        font-size: max(9.677419354vw, 60px);
        margin: -3rem 0 0 0;
    }

}

@media (max-width:390px) {
    .mvTxt_main {
        font-size: max(9.677419354vw, 53px);
    }

}


.section_top {
    padding-top: 3rem
}

.section_top02 {
    padding-top: 7rem
}

.services_block {
    max-width: 1110px;
    width: calc(100% - 12.7rem);
    padding-bottom: 7.5rem;
    margin: 0 auto;
}

.services_title {
    margin: 0 0 4.5rem 0;
    display: flex;
    gap: 11rem;
}


.services_boxes {
    display: flex;
    gap: 5rem;
}

.services_card {
    width: 100%;
    background: #fff;
}

.services_card a {
    display: block;
    height: 100%;
    text-align: justify;
}

.services_card p {
    line-height: 2.9rem;
    color: #000
}

.services_card h3 {
    text-align: center;
    font-size: 3.3rem;
    color: #4F4F4F;
    font-weight: 700;
}


.services_pg {
    text-align: justify;
}


.services_card_ttl {
    position: relative;
}



.services_card h3::after {

    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url('../images/common/right_arw.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 7%;
    top: 32%;
    transition: 0.2s ease-out;
}

@media (min-width:1132px) {

    h3 .services_card_br {
        display: none !important;
    }




}

@media (max-width:1131px) {

    .services_card_ttl {
        height: 70px;
    }

    .services_card_lh {
        line-height: 1.2
    }

}



@media (min-width:768px) {

    .services_card_br {
        display: block !important;
    }

}

@media (max-width:767px) {


    .services_card_lh {
        line-height: 1.75
    }

    .services_card_ttl {
        height: auto;
    }


    .under_block .under_boxes {
        display: block;
    }


}

@media (min-width:480px) {

    .services_card_br {
        display: none;
    }


}

@media (max-width:479px) {


    .services_card_lh {
        line-height: 1.2
    }

}

@media (max-width:1028px) {

    .services_pg {
        margin-top: 2.5rem
    }

}


@media (max-width:933px) {


    .services_block {
        width: calc(100% - 3.9rem);
        padding-bottom: 4rem;
    }

    .services_card h3 {
        font-size: 3rem
    }

    .services_boxes {
        gap: 2rem;
    }


    .services_boxes .services_card p {
        font-size: 1.4rem;
        line-height: 1.8;
        padding: 1.5rem 1.5rem 2.8rem 1.5rem;
    }

    .services_card h3::after {
        /*
        width: 20px;
        height: 20px;
*/
        right: 7%;
        top: 38%;
    }



}

@media (max-width:767px) {
    .section_top02 {
        padding-top: 4.8rem
    }

    .services_boxes {
        display: block;
    }

    .services_card {
        margin: 0 0 3rem 0;
    }

    .img_scale {
        max-height: 18.8rem;
    }

    .services_card h3::after {
        width: 20px;
        height: 20px;

    }

}

.services_card:hover h3::after {
    transform: translate(5px, 0);
}

.services_card:hover .img_scale img {
    transform: scale(1.1);
    transition: 0.2s ease-out;
}

.services_card:hover {
    background: rgba(255, 255, 255, 0.7);
    transition: 0.2s ease-out;
}

.services_card p {
    padding: 1.5rem 5rem 3.5rem 5rem;
    font-size: 1.6rem;
}

.services_card_ttl {
    display: flex;
    justify-content: center;

    align-items: center;
    margin-top: 1.5rem;
}

.services_card_ttl img {
    padding-left: 30px;
}

@media (max-width:1028px) {
    .services_title {
        display: block;
    }

}




.careers_block {
    max-width: 800px;
    width: 100%;
    padding-bottom: 9.5rem;
    margin: 0 auto;
}

.careers_title {
    text-align: center;
}


.careers_block .btn01 {
    margin-top: 50px;
}

.careers_pg p {
    margin-top: 3.3rem;
    text-align: center;
    color: #000;
    font-size: 2rem;
}

@media (max-width:930px) {
    .careers_block {
        width: calc(100% - 3.9rem);
        padding-bottom: 5rem;
    }

    .careers_pg p {
        font-size: 1.6rem;
        margin-top: 2.5rem;
    }

    .careers_block .btn01 {
        margin-top: 33px;
    }

    .under_block .under_boxes {
        gap: 2rem;
    }
}

.about-box {
    width: 100%;

}

.about {
    width: 100%;
    padding: 9rem 12.5rem 8rem 12.5rem;
    margin: 0 auto;
    background: linear-gradient(to right, #1953AE, #CDE7FF);
}

.about_block {
    max-width: 1110px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 5rem;
}

.about_block div {
    width: 48%;
}

.about-title {
    color: #fff;
}

.about-title_en {
    opacity: 0.5;
    font-size: 8rem;
    font-family: 'Roboto';
    margin: -25px 0;
    font-weight: 500;
}

.about-title_jp {
    font-size: 2.3rem;
    font-weight: 700;
    margin: -3rem 0 3rem 0;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}

.about_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about_list li + li {
    border-top: none;
}

.about_list > ul > li:nth-child(1) > a {
    border-bottom: none
}

.about_list > ul > li:nth-child(2) > a {
    border-bottom: none
}

.about_list > ul > li:nth-child(3) > a {
    border-bottom: none
}

.about-pg {
    text-align: justify;
}

@media (max-width:930px) {
    .about {
        background: linear-gradient(to bottom, #1953AE, #b2d4f4);
    }

    .about-box .about {
        padding: 4rem 2rem 4.7rem 2rem;
    }

    .about_block {
        display: block;
    }

    .about_block div {
        width: 100%;
    }

    .about-title_jp {
        font-size: 2.2rem;
        margin: -2rem 0 2rem 0
    }

    .about-pg {
        margin: 0 0 2.5rem 0;
    }

}

@media (max-width:1215px) {
    .about-title_en {
        font-size: 5.2rem
    }

    .about {
        padding: 9rem;
    }

}



.news_block {
    max-width: 790px;
    width: 100%;
    padding-bottom: 3.8rem;
    margin: 0 auto;
}

.news_title .common-title_en {
    text-align: center;
    margin: -35px 0 0 0;
}

.news_title .common-title_jp {
    text-align: center;
}

.news_title h2 {
    margin: -50px 0 0 0;
}

.news_pg p {
    margin-top: 3.7rem;
    text-align: center;
    color: #000;
    line-height: 3.6rem;
}

.news_box {
    margin: 2.3rem 0 0 0;

}

.news_box li:first-child {

    border-top: solid 1px #b9b9b9;
}

.news_box li {
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #b9b9b9;
}

.news_box li:hover p:first-child {
    opacity: 0.7;
    transition: 0.2s ease-out;
}

.news_box li:hover p:last-child {
    opacity: .5;
    transition: 0.2s ease-out;
}

ul.news_box li a {
    display: flex;
    width: 100%;
    transition: opacity .3s;
    padding: 17px 0 18px 18px;
    color: #4F4F4F;
    gap: 2rem;
    align-items: center;
}

ul.news_box li a > p {
    color: #000
}

ul.news_box li a p:first-child {
    width: 114px;
}

.topNews .cate_news {
    width: 114px;
    height: 19px;
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    color: #00c1ff;
    text-align: center;
    padding: 0 30px 2px;
    border: 1px #00c1ff solid;
}

.topNews .cate_news span {
    position: absolute;
    top: -20.5%;
    left: 28%;
}

.topNews .cate_careers {
    width: 114px;
    height: 19px;
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ff2891;
    text-align: center;
    padding: 0 30px 2px;
    border: 1px #ff2891 solid;
}

.topNews .cate_careers span {
    position: absolute;
    top: -20.5%;
    left: 27.5%;
}

.topNews .cate_sus {
    width: 114px;
    height: 19px;
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1b77f7;
    text-align: center;
    padding: 0 30px 2px;
    border: 1px #1b77f7 solid;
}

.topNews .cate_sus span {
    position: absolute;
    top: -20.5%;
    left: 5%;
}

.topNews .cate_print {
    width: 114px;
    height: 19px;
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ff8700;
    text-align: center;
    padding: 0 30px 2px;
    border: 1px #ff8700 solid;
}

.topNews .cate_print span {
    position: absolute;
    top: -20.5%;
    left: 16%;
}

.topNews .cate_os {
    width: 114px;
    height: 19px;
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    color: #00b800;
    text-align: center;
    padding: 0 30px 2px;
    border: 1px #00b800 solid;
}

.topNews .cate_os span {
    position: absolute;
    top: -20.5%;
    left: 4%;
}

.topNews .date {
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 900;
    white-space: nowrap;
}

.topNews p {
    font-size: 1.6rem;
    font-weight: 500;
    vertical-align: middle;
}

.topNews p:nth-child(3) {
    color: #000
}

.sp_news_box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media (max-width:930px) {
    .news_block {
        width: calc(100% - 3.9rem);
    }

    .news_box .topNews {
        display: block;
        padding: 18px 0 21px 0;
    }

    .topNews > p {
        font-size: 1.4rem;
    }


}



.contact_block {
    max-width: 800px;
    width: 100%;
    padding-bottom: 7.5rem;
    margin: 0 auto;
}

.contact_title {
    text-align: center;
}


.contact_pg p {
    margin-top: 2.3rem;
    text-align: center;
    color: #000;
}

@media(max-width:930px) {
    .contact_block {
        width: calc(100% - 3.9rem);
    }
}

.under_block {
    max-width: 1110px;
    width: calc(100% - 12.7rem);
    margin: 0 auto;
}

.under_title {
    margin: 0 0 4.5rem 0;
    display: flex;
    gap: 11rem;
}

.under_boxes {
    display: flex;
    gap: 5rem;
}

.under_card {
    width: 100%;
    background: #fff;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    .under_card:hover .img_scale_under img {
        transform: scale(1.1);
    }
}

.under_card:hover .under_txt {
    width: 100%;
}

.under_txt {
    width: 80%;
    height: 150px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3.6rem 1rem;
    text-align: center;
    color: #00469B;
    font-size: 5.5rem;
    font-weight: 500;
    font-family: 'Roboto';
    background: rgba(255, 255, 255, 0.7);
    transition: all .3s ease;
}


.under_txt_sub {
    font-size: 1.8rem;
    color: #000;
    font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 700;
}


.img_scale_under {
    max-height: 300px;
    overflow: hidden;
}

.img_scale_under img {
    width: 100%;
    transition: all .3s ease;
}

@media (max-width:1190px) {


    .under_txt .under_sus {
        font-size: 4.8rem
    }

}

@media (max-width:1028px) {


    .under_txt .under_sus {
        font-size: 4.2rem
    }

}

@media (max-width:930px) {
    main .under_link {
        padding: 1rem 0;
    }

    .under_block {
        width: calc(100% - 3.9rem);
        padding-bottom: 0;
    }

    .under_card {
        margin-bottom: 3rem;
    }

    .under_txt {
        font-size: 4.4rem;
    }


    .under_txt_sub {
        font-size: 1.7rem;
        white-space: nowrap;
    }
}

@media (max-width:423px) {


    .under_txt .under_sus {
        font-size: 3.8rem
    }

}


.under_link {
    width: 100%;
    padding: 5rem 0;
    margin: 0 auto;
    height: 40rem;
    height: auto;
}

.contact_line {
    padding: 35px 0;
    background: #cde7ff;
}
