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;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4,
h5,
.demi {
    font-weight: 600
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5
}

html:has(.body-container-wrapper) {
    font-size: 6.25%
}

html:has(.body-container-wrapper).fontsize-large {
    font-size: 6.875%
}

html:has(.body-container-wrapper).fontsize-small {
    font-size: 5.625%
}

@media screen and (min-width: 750px) {
    html:not(:has(.body-container-wrapper)) {
        font-size: 10px
    }

    html:not(:has(.body-container-wrapper)).fontsize-large {
        font-size: 11px
    }

    html:not(:has(.body-container-wrapper)).fontsize-small {
        font-size: 9px
    }
}

@media screen and (max-width: 749px) {
    html:not(:has(.body-container-wrapper)) {
        font-size: clamp(1px, 2.6666666667vw, 12px)
    }
}

body {
    width: 100%;
    background: #fff;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    letter-spacing: .05em;
    overflow-x: hidden
}

body:not(:has(.body-container-wrapper)) {
    font-size: 1.4rem
}

main {
    display: block
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

@media screen and (min-width: 750px) {
    a {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    a::before,
    a::after {
        -webkit-transition: all .3s;
        transition: all .3s
    }
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

svg {
    width: 100%;
    height: auto
}

sup {
    font-size: .5em;
    vertical-align: super
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

address {
    font-style: normal
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media screen and (max-width: 749px) {
    .pc {
        display: none
    }
}

@media screen and (min-width: 750px) {
    .sp {
        display: none
    }
}

@media screen and (min-width: 1200px) {

    .visible-md,
    .visible-sm {
        display: none
    }

    .visible-lg {
        display: inherit
    }
}

@media screen and (min-width: 750px)and (max-width: 1199px) {

    .visible-lg,
    .visible-sm {
        display: none
    }

    .visible-md {
        display: inherit
    }
}

@media screen and (max-width: 749px) {

    .visible-lg,
    .visible-md {
        display: none
    }

    .visible-sm {
        display: inherit
    }
}

.font-en {
    font-family: "Jost", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

.section-title {
    font-weight: 600;
    color: #00a5bd
}

@media screen and (max-width: 749px) {
    .section-title {
        font-size: 4rem
    }
}

@media screen and (min-width: 750px) {
    .section-title {
        font-size: 5.2rem
    }
}

@media screen and (max-width: 749px) {
    .section-title.-jp {
        font-size: 3rem
    }
}

@media screen and (min-width: 750px) {
    .section-title.-jp {
        font-size: 4rem
    }
}

.section-title.-white {
    color: #fff
}

.section-subTitle {
    font-size: 1.5rem;
    font-weight: bold
}

.section-subTitle .font-en {
    font-size: 1.8rem;
    font-weight: 600
}

@media screen and (min-width: 750px) {
    .l-main {
        margin-top: 10rem
    }
}

@media screen and (max-width: 749px) {
    .l-main {
        margin-top: 8.4rem
    }
}

@media screen and (min-width: 750px) {
    .l-inner {
        width: 90%;
        max-width: 1220px;
        margin: 0 auto
    }
}

@media screen and (max-width: 749px) {
    .l-inner {
        padding: 0 2.5rem
    }
}

@media screen and (min-width: 750px) {
    .l-inner-lg {
        width: 90%;
        max-width: 1280px;
        margin: 0 auto
    }
}

@media screen and (max-width: 749px) {
    .l-inner-lg {
        padding: 0 1.5rem
    }
}

@media screen and (min-width: 750px) {
    .l-inner-ex {
        width: 90%;
        max-width: 1340px;
        margin: 0 auto
    }
}

@media screen and (max-width: 749px) {
    .l-inner-ex {
        padding: 0 1.5rem
    }
}

@media screen and (min-width: 750px) {
    .l-inner-sm {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto
    }
}

@media screen and (max-width: 749px) {
    .l-inner-sm {
        padding: 0 1.5rem
    }
}

@media screen and (min-width: 750px) {
    .l-inner-mn {
        width: 90%;
        max-width: 1100px;
        margin: 0 auto
    }
}

@media screen and (max-width: 749px) {
    .l-inner-mn {
        padding: 0 1.5rem
    }
}

@media screen and (min-width: 750px) {
    .l-inner-xs {
        width: 90%;
        max-width: 1040px;
        margin: 0 auto
    }
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

body.no-scroll {
    overflow: hidden
}

.button-wrap.-right {
    text-align: right
}

.button-wrap.-center {
    text-align: center
}

.button-wrap.-left {
    text-align: left
}

.button {
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 165, 189)), to(rgb(0, 97, 164)));
    background: linear-gradient(90deg, rgb(0, 165, 189) 0%, rgb(0, 97, 164) 100%);
    border: solid 6px #fff;
    border-radius: 5rem;
    color: #fff;
    text-align: center;
    gap: 2.5rem;
    padding: 1.4rem 4.4rem;
    position: relative;
    -webkit-box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    min-width: 23.2rem;
    display: inline-block
}

@media screen and (min-width: 750px) {
    .button:hover {
        opacity: .7
    }
}

@media screen and (max-width: 749px) {
    .button {
        margin: 0 auto
    }
}

.button::after {
    position: absolute;
    top: 50%;
    right: 1.3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/common/arrow_rignt.svg) center/contain no-repeat
}

.voice {
    background-color: #f3faff !important
}

@media screen and (max-width: 749px) {
    .voice {
        padding: 5rem 0
    }
}

@media screen and (min-width: 750px) {
    .voice {
        padding: 10rem 0
    }
}

@media screen and (min-width: 750px) {
    .voice__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 6rem
    }
}

.voice__subTitle {
    font-weight: 600;
    color: #00a5bd;
    padding-bottom: 2rem;
    border-bottom: 1px solid #00a5bd
}

@media screen and (max-width: 749px) {
    .voice__subTitle {
        font-size: 2rem
    }
}

@media screen and (min-width: 750px) {
    .voice__subTitle {
        font-size: 3rem
    }
}

.voice__lead {
    line-height: 1.8;
    font-weight: 500;
    margin-top: 2rem
}

@media screen and (max-width: 749px) {
    .voice__lead {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 750px) {
    .voice__lead {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 750px) {
    .voice__textWrap {
        width: 45%
    }
}

.voice__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 749px) {
    .voice__tabs {
        margin-top: 3.5rem
    }
}

@media screen and (min-width: 750px) {
    .voice__tabs {
        margin-top: 7rem
    }
}

.voice__tab {
    font-weight: 500;
    width: 33.33%
}

.voice__tab.is-active {
    color: #00a5bd
}

@media screen and (max-width: 749px) {
    .voice__tab.is-active {
        border-bottom: 3px solid #00a5bd
    }
}

@media screen and (min-width: 750px) {
    .voice__tab.is-active {
        border-bottom: 6px solid #00a5bd
    }
}

@media screen and (max-width: 749px) {
    .voice__tab {
        font-size: 1.1rem;
        padding-bottom: .5rem;
        border-bottom: 3px solid #fff
    }
}

@media screen and (min-width: 750px) {
    .voice__tab {
        font-size: 1.8rem;
        padding-bottom: 1rem;
        border-bottom: 6px solid #fff
    }
}

@media screen and (max-width: 749px) {
    .voice__sliderWrap {
        margin-top: 2.5rem
    }
}

@media screen and (min-width: 750px) {
    .voice__sliderWrap {
        margin-top: 5rem
    }
}

.voice__slider {
    height: 0
}

.voice__slider.is-active {
    height: auto
}

.voice__slider.no-swiper .swiper-slide {
    margin: 0 auto
}

.voice__slider .swiper-slide {
    height: auto
}

.voice__sliderInner {
    padding: 1rem 0
}

.voice__slide {
    max-width: 1200px;
    border-radius: 4rem;
    -webkit-box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    background-color: #fff
}

@media screen and (max-width: 749px) {
    .voice__slide {
        padding: 3rem;
        width: 90%
    }
}

@media screen and (min-width: 750px) {
    .voice__slide {
        padding: 6rem;
        width: 90%
    }
}

@media screen and (min-width: 750px) {
    .voice__slideHead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 749px) {
    .voice__slideHead {
        padding-bottom: 3rem;
        border-bottom: solid 1px #00a5bd
    }
}

@media screen and (min-width: 750px) {
    .voice__slideMain {
        width: 66.66%;
        padding-right: 4rem
    }
}

.voice__slideCategory {
    color: #fff;
    background-color: #00a5bd;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .4rem
}

@media screen and (max-width: 749px) {
    .voice__slideCategory {
        font-size: 1.2rem
    }
}

@media screen and (min-width: 750px) {
    .voice__slideCategory {
        font-size: 1.4rem
    }
}

.voice__slideTitle {
    color: #00a5bd
}

@media screen and (max-width: 749px) {
    .voice__slideTitle {
        margin-top: 2rem;
        font-size: 1.8rem
    }
}

@media screen and (min-width: 750px) {
    .voice__slideTitle {
        margin-top: 4.5rem;
        font-size: 3rem;
        font-weight: 600;
        padding-bottom: 1rem
    }
}

@media screen and (max-width: 749px) {
    .voice__slideCompany {
        margin-top: 1rem
    }

    .voice__slideCompany.-jtb {
        margin-top: 2rem
    }
}

@media screen and (min-width: 750px) {
    .voice__slideCompany {
        width: 33.33%;
        padding-left: 4rem;
        border-left: solid 1px #00a5bd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 749px) {
    .voice__slideCompanyInner {
        text-align: center
    }
}

@media screen and (max-width: 749px) {
    .voice__slideCompanyName {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 750px) {
    .voice__slideCompanyName {
        font-size: 1.8rem
    }
}

.voice__slideCompanyList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.2rem
}

@media screen and (max-width: 749px) {
    .voice__slideCompanyList {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .-jtb .voice__slideCompanyList {
        margin-top: 2rem
    }
}

.voice__slideCompanyItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.voice__slideCompanyItem+.voice__slideCompanyItem {
    margin-top: .8rem
}

.voice__slideCompanyTitle {
    color: #00a5bd
}

@media screen and (max-width: 749px) {
    .voice__slideCompanyTitle {
        font-size: 1.2rem
    }
}

@media screen and (min-width: 750px) {
    .voice__slideCompanyTitle {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 749px) {
    .voice__slideCompanyContent {
        font-size: 1.2rem
    }
}

@media screen and (min-width: 750px) {
    .voice__slideCompanyContent {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 749px) {
    .voice__list {
        margin-top: 2rem
    }
}

@media screen and (min-width: 750px) {
    .voice__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 5rem
    }
}

@media screen and (max-width: 749px) {
    .voice__listItem+.voice__listItem {
        margin-top: 3rem
    }
}

@media screen and (min-width: 750px) {
    .voice__listItem {
        width: calc(50% - 2.5rem)
    }
}

.voice__listNumber {
    background-color: #d4f0f4;
    border-radius: 3rem;
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.8rem;
    position: relative
}

.voice__listNumberInner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.voice__listTitle {
    color: #00a5bd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.voice__listTitleText {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 749px) {
    .voice__listTitleText {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 750px) {
    .voice__listTitleText {
        font-size: 2.2rem
    }
}

.voice__listBody {
    margin-top: 1.5rem
}

.voice__listText {
    line-height: 1.8;
    text-align: justify
}

@media screen and (max-width: 749px) {
    .voice__listText {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 750px) {
    .voice__listText {
        font-size: 1.6rem
    }
}

.voice__listDetailItem {
    padding-left: .5em;
    text-indent: -0.5em;
    line-height: 1.8
}

@media screen and (max-width: 749px) {
    .voice__listDetailItem {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 750px) {
    .voice__listDetailItem {
        font-size: 1.6rem
    }
}

.voice__listDetailItem+.voice__listDetailItem {
    margin-top: 1rem
}

.swiper-button-prev,
.swiper-button-next {
    border-radius: 5rem;
    background-color: #00a5bd;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 749px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 3rem;
        height: 3rem
    }
}

@media screen and (min-width: 750px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 6.8rem;
        height: 6.8rem
    }
}

.swiper-button-prev.add-hidden,
.swiper-button-next.add-hidden {
    display: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff
}

@media screen and (max-width: 749px) {

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 750px) {

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 3rem
    }
}

@media(hover: hover) {

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        opacity: .9
    }
}

.swiper-button-prev {
    -webkit-transform: translate(-1005%, -50%);
    transform: translate(-1005%, -50%)
}

@media screen and (min-width: 750px)and (max-width: 1399px) {
    .swiper-button-prev {
        left: 2.5rem;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media screen and (max-width: 749px) {
    .swiper-button-prev {
        left: .5rem;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.swiper-button-prev:after {
    -webkit-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%)
}

.swiper-button-next {
    -webkit-transform: translate(905%, -50%);
    transform: translate(905%, -50%)
}

@media screen and (min-width: 750px)and (max-width: 1399px) {
    .swiper-button-next {
        left: auto;
        right: 2.5rem;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media screen and (max-width: 749px) {
    .swiper-button-next {
        left: auto;
        right: .5rem;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.swiper-button-next:after {
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.header.is-colored {
    background-color: #fff
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 749px) {
    .header__inner {
        height: 8.4rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 750px) {
    .header__inner {
        height: 10rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 6.4rem
    }
}

.header__hum {
    cursor: pointer;
    width: 2.4rem;
    height: 1.2rem;
    position: relative
}

.header__hum {
    position: relative;
    z-index: 10;
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    -webkit-box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    background-color: #fff
}

.header__hum.is-active .header__humBorder:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.header__hum.is-active .header__humBorder:nth-of-type(2) {
    opacity: 0
}

.header__hum.is-active .header__humBorder:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.header__humBorderWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.4rem;
    height: 1.2rem
}

.header__humBorderInner {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block
}

.header__humBorder {
    display: inline-block;
    background: #00a5bd;
    width: 100%;
    height: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header__humBorder:nth-of-type(1) {
    top: 0%
}

.header__humBorder:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header__humBorder:nth-of-type(3) {
    bottom: 0%
}

.header__navWrap {
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1
}

@media screen and (max-width: 749px) {
    .header__navWrap {
        background-color: rgba(255, 255, 255, .9);
        width: 100%;
        overflow-y: scroll;
        scrollbar-width: none;
        visibility: hidden;
        position: absolute;
        right: -100vw;
        height: calc(100vh - 8.4rem);
        top: 8.4rem;
        padding: 1.5rem
    }

    .header__navWrap.is-open {
        visibility: visible;
        right: 0
    }
}

@media screen and (min-width: 750px) {
    .header__navWrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .header__list {
        max-width: 1280px;
        width: 90% !important;
        margin: 0 auto
    }
}

@media screen and (min-width: 750px) {
    .header__list {
        gap: 5.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .header__list {
        gap: 2rem
    }
}

@media screen and (max-width: 749px) {
    .header__listItem {
        border-bottom: 1px solid #ccc
    }
}

@media screen and (max-width: 749px) {
    .header__listItem:not(:first-child) {
        margin-top: 2.4rem
    }
}

.header__listLink {
    line-height: 1;
    font-weight: 600;
    letter-spacing: .2rem
}

@media screen and (max-width: 749px) {
    .header__listLink {
        font-size: 1.6rem;
        width: 100%;
        display: inline-block;
        padding-bottom: 1rem
    }
}

@media screen and (min-width: 750px) {
    .header__listLink {
        position: relative;
        font-size: 2rem
    }

    .header__listLink:hover::before {
        width: 100%
    }

    .header__listLink::before {
        content: "";
        width: 0;
        height: 2px;
        background: #00a5bd;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: .3s all;
        transition: .3s all
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .header__listLink {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 749px) {
    .header__button {
        margin-top: 4.8rem;
        text-align: center
    }
}

.footer {
    overflow: hidden
}

@media screen and (min-width: 750px) {
    .footer {
        padding: 6rem 0
    }
}

@media screen and (max-width: 749px) {
    .footer {
        padding: 3rem 0
    }
}

.footer__inner {
    position: relative
}

@media screen and (min-width: 750px) {
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__logos {
    margin-bottom: 4rem
}

@media screen and (min-width: 750px) {
    .footer__logos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.footer__logolist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none
}

@media(min-width: 750px) {
    .footer__logolist {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 3rem;
        justify-items: center
    }
}

.footer__logolistItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem
}

.footer__logolistItem img {
    height: 60px;
    width: auto
}

.footer__logolistInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__logolistItemTitle {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4
}

.footer__logolistItemText {
    margin: .4rem 0 0;
    font-size: 1.2rem;
    line-height: 1.6
}

@media(max-width: 749px) {
    .footer__logolist {
        row-gap: 3rem
    }

    .footer__logolistItem {
        gap: 1.4rem
    }

    .footer__logolistItem img {
        height: 40px;
        width: auto
    }

    .footer__logolistItemTitle {
        font-size: 1.1rem;
        margin-bottom: .2rem
    }

    .footer__logolistItemText {
        font-size: 1rem;
        line-height: 1.6
    }
}

@media screen and (min-width: 750px) {
    .footer__nav {
        margin-top: 6rem
    }
}

@media screen and (max-width: 749px) {
    .footer__nav {
        margin-top: 3rem
    }
}

.footer__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 749px) {
    .footer__navList {
        gap: 1rem
    }
}

@media screen and (max-width: 749px) {
    .footer__navItem {
        width: calc(50% - .5rem)
    }
}

.footer__navLink {
    display: inline-block;
    font-weight: 600;
    letter-spacing: .2rem;
    width: 100%
}

@media screen and (max-width: 749px) {
    .footer__navLink {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 750px) {
    .footer__navLink {
        font-size: 1.8rem
    }

    .footer__navLink:hover {
        opacity: .7
    }
}

@media screen and (min-width: 750px) {
    .footer__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 749px) {
    .footer__right {
        margin-top: 3rem
    }
}

.footer__policy {
    font-size: 1.2rem;
    font-weight: 500
}

@media screen and (min-width: 750px) {
    .footer__policy {
        margin-right: 1.5rem
    }
}

.footer__copy {
    color: #393636;
    font-size: 1.2rem;
    display: inline-block
}

@media screen and (max-width: 749px) {
    .footer__copy {
        margin-top: .5rem
    }
}

.footer {
    margin-top: 0
}

@media screen and (max-width: 749px) {
    .page-mv {
        height: 30rem
    }
}

@media screen and (min-width: 750px) {
    .page-mv {
        height: 37.4rem
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .page-mv {
        height: 30rem
    }
}

.page-mv__inner {
    position: relative;
    height: 100%;
    max-width: 1440px;
    margin: auto
}

.page_mv__imageWrap {
    position: absolute;
    z-index: 2;
    right: 0;
    overflow: hidden
}

@media screen and (max-width: 749px) {
    .page_mv__imageWrap {
        width: 90%;
        height: 25rem;
        top: inherit;
        bottom: -3rem;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem
    }
}

@media screen and (min-width: 750px) {
    .page_mv__imageWrap {
        width: 72rem;
        height: 45rem;
        top: 0;
        border-top-left-radius: 3rem;
        border-bottom-left-radius: 3rem
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .page_mv__imageWrap {
        width: 55rem;
        height: 37rem
    }
}

.page_mv__imageWrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.page_mv__titleWrap {
    position: relative;
    z-index: 3;
    display: inline-block
}

@media screen and (max-width: 749px) {
    .page_mv__titleWrap {
        padding-top: 2rem
    }
}

@media screen and (min-width: 750px) {
    .page_mv__titleWrap {
        padding-top: 4rem
    }
}

.page_mv__title {
    background: linear-gradient(290deg, rgb(0, 165, 189) 0%, rgb(0, 161, 187) 7%, rgb(0, 151, 184) 13%, rgb(0, 134, 177) 18%, rgb(0, 111, 169) 23%, rgb(0, 97, 164) 25%, rgb(0, 111, 169) 32%, rgb(0, 134, 177) 47%, rgb(0, 151, 184) 62%, rgb(0, 161, 187) 79%, rgb(0, 165, 189) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #0061a4;
    letter-spacing: .1em;
    display: inline-block;
    position: relative;
    padding-right: 1rem;
    padding-bottom: 1rem
}

@media screen and (max-width: 749px) {
    .page_mv__title {
        font-size: 3.2rem;
        margin-top: 1.2rem
    }
}

@media screen and (min-width: 750px) {
    .page_mv__title {
        font-size: 6.4rem;
        margin-top: 2.2rem
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .page_mv__title {
        font-size: 4.6rem
    }
}

.page_mv__title:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 1rem
}

.page-mv__title-en {
    font-weight: 600;
    color: #00a5bd;
    position: relative
}

@media screen and (max-width: 749px) {
    .page-mv__title-en {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 750px) {
    .page-mv__title-en {
        font-size: 1.8rem
    }
}

.page-mv__title-en:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 140px;
    height: 1px;
    background-color: #00a5bd
}

.page-main {
    border-bottom: 2px solid #00a5bd
}

@media screen and (max-width: 749px) {
    .page-main {
        padding-bottom: 6rem
    }
}

@media screen and (min-width: 750px) {
    .page-main {
        padding-bottom: 12rem
    }
}

.bg-gradient {
    background: #ebf7ff;
    background: linear-gradient(190deg, rgb(235, 247, 255) 0%, rgb(255, 255, 255) 100%)
}

.breadcrumb {
    padding-top: 6.4rem
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.breadcrumb__listItem {
    font-size: 1.2rem;
    position: relative
}

.breadcrumb__listItem:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 53%;
    right: -1.3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .5rem;
    height: .8rem;
    background: url(../img/common/breadcrumb_arrow.svg) center/contain no-repeat
}

.news-tab {
    overflow: hidden;
    padding-bottom: 1rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media screen and (max-width: 749px) {
    .news-tab {
        margin-top: 6rem
    }
}

@media screen and (min-width: 750px) {
    .news-tab {
        margin-top: 16rem
    }
}

.news-tab ::-webkit-scrollbar {
    display: none
}

.news-tab__list {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    font-weight: 500;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 749px) {
    .news-tab__listItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 2rem)/3);
        flex: 0 0 calc((100% - 2rem)/3)
    }
}

@media screen and (min-width: 750px) {
    .news-tab__listItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 5rem)/6);
        flex: 0 0 calc((100% - 5rem)/6)
    }
}

.news-tab__listLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    color: #393636;
    width: 100%
}

@media screen and (max-width: 749px) {
    .news-tab__listLink {
        font-size: 1.2rem;
        height: 2.7rem;
        padding: .5rem;
        border-width: 3px
    }
}

@media screen and (min-width: 750px) {
    .news-tab__listLink {
        font-size: 1.8rem;
        height: 4.5rem;
        padding: .5rem 1rem
    }
}

.news-tab__listLink.active {
    color: #00a5bd;
    border-color: #00a5bd
}

.news-tab__listLink:hover {
    color: #00a5bd;
    border-color: #00a5bd
}

.news-inner {
    background-color: #fff;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 103, 117, 0.16));
    filter: drop-shadow(0 0 8px rgba(0, 103, 117, 0.16))
}

@media screen and (max-width: 749px) {
    .news-inner {
        border-radius: 1.6rem;
        padding: 3.2rem 2.4rem;
        margin-top: 3.2rem
    }
}

@media screen and (min-width: 750px) {
    .news-inner {
        border-radius: 3rem;
        padding: 8rem;
        margin-top: 5rem
    }
}

.news__list {
    display: grid;
    grid-row-gap: 2rem
}

.news__listItem {
    border-bottom: 1px solid #dedede
}

@media screen and (max-width: 749px) {
    .news__listItem:last-child {
        border-bottom: none
    }

    .news__listItem:last-child .news__listLink {
        padding-bottom: 0
    }
}

.news__listLink {
    display: block;
    padding-bottom: 2rem
}

@media screen and (min-width: 750px) {
    .news__listLink:hover .news__listTitle {
        text-decoration: underline
    }
}

.news__listHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem
}

.news__listDate {
    width: 8.2rem
}

@media screen and (max-width: 749px) {
    .news__listDate {
        font-size: 1.3rem
    }
}

@media screen and (min-width: 750px) {
    .news__listDate {
        font-size: 1.4rem
    }
}

.news__listCategory {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: .2rem;
    width: 15rem;
    padding: .3rem
}

@media screen and (max-width: 749px) {
    .news__listCategory {
        font-size: 1.1rem
    }
}

@media screen and (min-width: 750px) {
    .news__listCategory {
        font-size: 1.2rem
    }
}

.news__listCategory.-trends {
    background-color: #cc60b2
}

.news__listCategory.-ytgate_story {
    background-color: #de9e56
}

.news__listCategory.-news {
    background-color: #00b7ff
}

.news__listCategory.-media {
    background-color: #80b906
}

.news__listCategory.-research_report {
    background-color: #737ab2
}

.news__listCategory.-stories {
    background-color: #04a0af
}

.news__listBody {
    margin-top: 1.2rem
}

.news__listTitle {
    font-weight: 500
}

@media screen and (max-width: 749px) {
    .news__listTitle {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 750px) {
    .news__listTitle {
        font-size: 1.6rem
    }
}

.news__notfound {
    text-align: center
}

@media screen and (max-width: 749px) {
    .news__notfound {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 750px) {
    .news__notfound {
        font-size: 1.6rem
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    margin-top: 5rem;
    flex-wrap: wrap;
    flex-direction: row;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0;
  }
  
  .pagination a,
  .pagination span {
    display: inline-block;
    padding: 0.8rem 1.4rem;
    font-size: 1.4rem;
    min-width: auto;
    color: #00a5bd;
    border: 1px solid #00a5bd;
    border-radius: 2rem;
    background-color: #fff;
    transition: all 0.3s;
    white-space: nowrap;
  }
  
  .pagination a:hover {
    background-color: #ebf7ff;
  }
  
  .pagination .current {
    background-color: #00a5bd;
    color: #fff;
    font-weight: bold;
  }
  
  .pagination .prev,
  .pagination .next {
    font-weight: 600;
  }
  
  /* 省略記号（“…”）にも装飾を */
  .pagination .dots {
    border: none;
    pointer-events: none; /* クリック無効 */
  }
  
  
  /* スマホ対応：ボタン間隔・サイズ縮小 */
  @media screen and (max-width: 480px) {
    .pagination {
      gap: 0.4rem;
      margin-top: 3rem;
    }
  
    .pagination a,
    .pagination span,
    .pagination .dots {
      padding: 0.4rem 1rem;
      font-size: 1.2rem;
    }
  }
  