/* --------------------------------------------------------------- */
/* reset start */
/* --------------------------------------------------------------- */
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%;
	background: transparent;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    opacity: 0.8;
}

html {
	font-size: 62.5%;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: none;
    scroll-behavior: smooth;

	@media screen and (min-width: 1081px) and (max-width: 1919px) {
		font-size: calc(10 / 1919 * 100 * 1vw);
	}

	/* あまりにも文字サイズが小さくなった場合 */
	@media screen and (min-width: 768px) and (max-width: 1080px) {
		font-size: calc(12 / 1920 * 100 * 1vw);
	}

	/* スマホ用（デザインサイズが375の場合） */
	@media screen and (max-width: 767px) {
		font-size: calc(10 / 375 * 100 * 1vw);
	}

}

/* タブレット(1081px以上)のみ非表示 */
@media screen and (min-width: 1081px) {
	.tab-off {
		display: none !important;
	}
}
/* PC(768px以上)のみ非表示 */
@media screen and (min-width: 768px) {
	.pc-off {
		display: none !important;
	}
}
/* スマホのみ非表示 */
@media screen and (max-width: 767px) {
	.sp-off {
		display: none !important;
	}
}

body {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: 1;
	overflow: auto;

	@media screen and (max-width: 767px) {
		font-size: 1.4rem;
	}
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;

	@media screen and (max-width: 767px) {
		/* スマホ画像長押し禁止対策 */
		/* pointer-events: none; */
	}
}

@media print {
	html {
		font-size: calc(10 / 1919 * 100 * 14px);
	}
	body {
		-webkit-print-color-adjust: exact;
		position: relative;
		width: 1400px;
		zoom: 70%;
	}
}


.pc-off {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp-off {
        display: none;
    }
    .pc-off {
        display: block;
    }
}

/* --------------------------------------------------------------- */
/* reset end */
/* --------------------------------------------------------------- */

.banner-top {
    /* display: none; */
    background: url(./img/background-top.jpg) no-repeat;
    /* background-size: 100%; */
    /* position: fixed; */
    width: 100%;
    height: 89rem;
    /* top: 0;
    left: 0; */
    background-size: cover;
    transition: opacity 0.3s ease, transform 0.3s ease; 
    /* height: 102vh; */
    z-index: 777;
    position: relative;
    @media screen and (max-width: 767px) {
        background: url(./img/sp-background.jpg) no-repeat;
        background-size: cover;
        height: 71.2rem;
        position: relative;
	}

    &.inactive{
        opacity: 0;
        height: 0;
    }

    
}



.banner-top-logo {
    width: 52rem;
    padding-top: 2.4rem;
    margin-left: 3.3rem;
    @media screen and (max-width: 767px) {
        width: 25.2rem;
        padding-top: 1.2rem;
        margin-left: 1.5rem;
	}
}

.banner-flex-container {
    margin-top: 6.5rem;
    display: flex;
    gap: 5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        display: inherit;
        margin-top: 4.1rem;
	}
}

/* .banner-flex-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 11rem;
    bottom: -14.2rem;
    background: white;
}

@media screen and (max-width: 767px) {
    .banner-flex-container::after {
        display: none;
    }
} */

.left-banner-container {
    padding-top: 7.6rem;
    padding-left: 14.2rem;
    @media screen and (max-width: 767px) {
        padding-left: 0;
        padding-top: 0;
	}
}

.banner-top-title-img-container {
    width: 51.5rem;
    margin-bottom: 3.5rem;
    @media screen and (max-width: 767px) {
        width: 29.4rem;
        margin: 0 auto 2.6rem;
	}
}

.banner-top-text {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 3.3rem;
    text-align: center;
    color: #000;
    margin-bottom: 11.7rem;
    max-width: 51rem;
    letter-spacing: 0;
    @media screen and (max-width: 767px) {
        font-family: "Noto Sans JP";
        font-weight: 500;
        font-size: 1.3rem;
        letter-spacing: 0.03em;
        line-height: 2.1rem;
        text-align: center;
        color: #000;
        max-width: 30rem;
        margin: 0 auto 1.8rem;
	}
}

.button-container-text-img {
    width: 37rem;
    margin-bottom: 2.5rem;
    margin-left: 8.7rem;
    @media screen and (max-width: 767px) {
        width: 21rem;
        margin: 9.5rem auto 1.4rem;
	}
}

.button-text-container {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3.1rem;
    text-align: center;
    color: #fff;
    margin-left: 8rem;
    position: relative;
    max-width: 36rem;
    letter-spacing: 0;
    @media screen and (max-width: 767px) {
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 1.3rem;
        /* line-height: 30px; */
        text-align: center;
        color: #fff;
        margin: 0 auto 1rem;
        line-height: 1.9rem;
	}   
}

.button-text-container::before {
    content: "";
    position: absolute;
    background: url(./img/slash-button-banner.svg) no-repeat;
    width: 1.1rem;
    height: 1.8rem;
    background-size: 100%;
    top: 0.8rem;
    bottom: 0;
    left: 2rem;
    margin: auto;
}

.button-text-container::after {
    content: "";
    position: absolute;
    background: url(./img/slash-button-banner.svg) no-repeat;
    width: 1.1rem;
    height: 1.8rem;
    background-size: 100%;
    top: 0.8rem;
    bottom: 0;
    right: 2rem;
    margin: auto;
    transform: rotate(46deg);
}

@media screen and (max-width: 767px) {
    .button-text-container::before {
        width: 0.7rem;
        height: 0.9rem;
        background-size: 100%;
        top: 0.4rem;
        bottom: 0;
        left: 5.3rem;
        margin: auto;
    }

    .button-text-container::after {
        width: 0.7rem;
        height: 0.9rem;
        background-size: 100%;
        top: 0.4rem;
        bottom: 0;
        right: 5.3rem;
        margin: auto;
    }
	
}

.button-img-container {
    width: 38.9rem;
    display: block;
    margin-left: 8rem;
    margin-top: 1rem;
    @media screen and (max-width: 767px) {
        width: 23rem;
        margin: 0 auto;  
	}
}

@media screen and (max-width: 767px) {
    .sp-pic-container {
        width: 34.5rem;
        margin: 0 auto;
        position: relative;
    }

    .sp-pic-container::after {
        position: absolute;
        content: "";
        background: url(./img/sp-picure-pin.png) no-repeat;
        background-size: 100%;
        width: 3.2rem;
        height: 3.3rem;
        bottom: -1.5rem;
        right: 1rem;
    }
}


.right-slidder-container {
    width: 120rem;
    height: 71.4rem;
    overflow: hidden;
    position: relative;
    @media screen and (max-width: 767px) {
        display: none;
	}
}

.slider {
    display: flex; 
    transition: transform 0.5s ease;
}

.slider div {
    /* width: 100%; */
    height: 100%;
    margin: 0 2rem;
    overflow: visible;
}

.slider img {
    width: 73rem;
    height: 100%;
    object-fit: cover;
}


.left-container-fixe {
    width: 61.3rem;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: calc( 100vh - 10rem );
       
    @media screen and (max-width: 1080px) {
        visibility: hidden;
	}
       
    @media screen and (max-width: 767px) {
        display: none;
	}
}

.logo-left-corner {
    padding-top: 6.4rem;
    width: 33.8rem;
    margin: 0 auto;
}

.left-title-img-container {
    width: 37.3rem;
    margin: 14.2rem auto 4.3rem;
    position: relative;
}

.left-title-img-container::after {
    position: absolute;
    content: "";
    background: url(./img/left-part-arc.png);
    width: 8.6rem;
    height: 27.9rem;
    top: -20rem;
    right: -10.7rem;
    background-size: 100%;
}

.left-corner-flex-img-container {
    display: flex;
    gap: 0.8rem;
    margin: 0 auto 1.9rem;
    justify-content: center;
}

.left-sp-size-img {
    width: 14.2rem;
    height: 14.2rem;
}

.left-sp-size-img img {
    object-fit: cover;
}

.icon-double-arrow-container {
    width: 3rem;
    height: 3.8rem;
    margin-right: 7.3rem;
}
.double-icon-flex-end-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.left-button-container {
    /* margin-top: 1.8rem; */
    background: url(./img/left-bottom-background.png) no-repeat;
    width: 58.5rem;
    height: 29.3rem;
    background-size: 100%;
    position: absolute;
    bottom: 0;
}

.left-corner-title-img-container {
    width: 37rem;
    margin: 2rem auto 0;
    padding-top: 5rem;
}

.left-corner-button-text-container {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    /* line-height: 41px; */
    text-align: center;
    color: #fff;
    margin-top: 2rem;
}

.left-corner-button-container {
    margin: 1.6rem auto 3.9rem;
    width: 30.2rem;
    display: block;
}

.center-content {
    width: 75rem;
    background: #fff;
    /* height: 90.6rem; */
    /* overflow-x: hidden; */
    scrollbar-width: none;
    
    @media screen and (max-width: 767px) {
        width: 100%;
        height: inherit;
        /* overflow-x: inherit; */
        overflow: hidden;
	}
}


.center-gray-top-bk {
    background-color: #F0F3F6;
    padding-top: 7.5rem;
    text-align: center;
    position: relative;
}

.center-gray-top-bk::after {
    content: "";
    position: absolute;
    background: url(./img/border-01.svg) no-repeat;
    background-size: 100%;
    width: 8.9rem;
    height: 9rem;
    bottom: 6rem;
    right: 0;
    @media screen and (max-width: 767px) {
        display: none;
	}   
}

.mid-main-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.6rem;
    letter-spacing: 0.02em;
    /* line-height: 44px; */
    text-align: center;
    color: #265cc9;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
	}   
}

.mid-main-title span {
    font-size: 2rem;
    text-align: center;
    color: #000;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
	}
}

.center-gray-top-bk .mid-main-title {
    margin-bottom: 3.3rem;
}

.white-mid-box-container {
    width: 65rem;
    background-color: #fff;
    border-radius: 1rem;
    padding-top: 3rem;
    padding-bottom: 3.4rem;
    margin-bottom: 2rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 2rem 1rem;
	}
}

.white-mid-box-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 35px; */
    text-align: center;
    color: #fff;
    width: 29.8rem;
    height: 3.8rem;
    border-radius: 19px;
    background: linear-gradient(to left,#20f7ff 0%, #2121b7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
	}   
}

.white-mid-box-container .white-mid-box-title {
    margin-bottom: 3.8rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 1.5rem;
	}
}

.img-white-box-mid-container {
    width: 37.2rem;
    margin: 0 auto;
    @media screen and (max-width: 767px) {
        width: 21rem;
	}
}

.white-mid-box3 .img-white-box-mid-container {
	width: 20.4rem;
    @media screen and (max-width: 767px) {
        width: 11rem;
	}
}

.text-mid-white-box {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
   line-height: 2.6rem;
    text-align: center;
    color: #000;
    margin-top: 4.5rem;
    max-width: 80%;
    margin: 4.5rem auto 0;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        max-width: 90%;
        margin: 2rem auto 0;
        line-height: 2rem;
	}
}

.white-mid-box2 .text-mid-white-box {
    margin-top: 3rem;
    @media screen and (max-width: 767px) {
        margin: 2rem auto 0;
	}
}

.white-mid-box3 .text-mid-white-box {
    margin-top: 3.7rem;
    @media screen and (max-width: 767px) {
        margin: 2rem auto 0;
	}
}

.flex-inline-container {
    display: flex;
    
    @media screen and (min-width: 768px ) and (max-width: 1080px) {
        background: #F0F3F6;
	} 
    position: relative;
}

.white-mid-box-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    @media screen and (max-width: 767px) {
        margin: 0 2rem 0;
	}   
}

.top-mid-end-text-container .text-black {
    margin-top: 5rem;
    margin-bottom: 2.1rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        max-width: 90%;
        margin: 1rem auto;
        line-height: 2.2rem;
	}
}

.text-black {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2.8rem;
    text-align: center;
    color: #000;
}

.blue-underline-txt {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 3.3rem;
    text-align: center;
    color: black;
    text-decoration: underline ;
    padding-bottom: 14.1rem;
    text-underline-offset: 0.4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        padding-bottom: 8rem;
	}
}

.point-blue-section {
    border-radius: 7.8rem 0px 0px 0px;
    background: linear-gradient(to left top,#2dd0e2 0%, #2121b7 100%);
    padding-top: 6.2rem;
    overflow-x: hidden;
    padding-bottom: 14.6rem;
    margin-top: -6rem;
    position: relative;
    @media screen and (max-width: 767px) {
        padding-top: 3rem;
        padding-bottom: 8.2rem;
        border-radius: 5rem 0px 0px 0px;
	}
}

/* .point-blue-section {
    border-radius: 7.8rem 0px 0px 0px;
    background: url(./img/start-bk.svg);
    padding-top: 13.2rem;
    overflow-x: hidden;
    padding-bottom: 14.6rem;
    margin-top: -14rem;
    position: relative;
    background-size: contain;
    @media screen and (max-width: 767px) {
        padding-top: 3rem;
        padding-bottom: 8.2rem;
        border-radius: 5rem 0px 0px 0px;
	}
} */

/* .point-blue-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #F0F3F6;
}  */

.blue-section-title-container {
    display: flex;
    margin-bottom: 6.3rem;
    align-items: center;
    gap: 0.8rem;
    justify-content: center;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        margin-bottom: 2.3rem;
	}
}

.title-border-white {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 3.2rem;
    letter-spacing: 0.02em;
    /* line-height: 57px; */
    text-align: center;
    color: #fff;
    padding: 1rem;
    border: 2px white solid;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
	}
}

.white-title-blue-section {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    /* line-height: 44px; */
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
	}
}

.white-title-blue-section {
    font-size: 2.2rem;
    /* line-height: 40px; */
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
	}
}

.point-flex-container {
    display: flex;
    gap: 2rem;
    transition: transform 0.3s ease-out;
    margin-left: 5rem;
    flex-direction: column;
    @media screen and (max-width: 767px) {
        margin-left: 3rem;
	}
}


.slide-box-point {
    width: 58rem;
    height: 44rem !important;
    padding-top: 3.8rem;
    /* padding-left: 6.4rem; */
    /* padding-right: 6.4rem; */
    background-color: white;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 4rem;
    @media screen and (max-width: 767px) {
        margin: 0 3rem 0 0;
        width: 32rem;
        height: 30rem !important;
        padding-top: 2rem;
	}
}

.slider-wrapper-box-point .slick-list {
    overflow: inherit !important;
}

.point-logo-container-abs {
    position: absolute;
    background: url(./img/mid-point-logo-background.png) no-repeat;
    width: 8.6rem;
    height: 8.6rem;
    top: -4.7rem;
    left: -2.5rem;
    background-size: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    @media screen and (max-width: 767px) {
        width: 4.6rem;
        height: 4.6rem;
	}
}

.point-text-logo {
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    /* line-height: 22px; */
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
	}
}

.point-number-logo {
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    font-size: 3.6rem;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1.5rem;
	}
}

.blue-title-slide-box {
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.02em;
    /* line-height: 28px; */
    text-align: center;
    color: #265cc9;
    margin-bottom: 1.8rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1rem;
        max-width: 90%;
	}
}

.img-container-slide-box {
    width: 45.1rem;
    margin-bottom: 1.8rem;
    @media screen and (max-width: 767px) {
        width: 88%;
	}
}

.undertext-slide-box {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2.6rem;
    text-align: center;
    color: #000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 1.8rem;
        max-width: 90%;
	}
}

.undertext-slide-box span {
    background: #FFE992;
}

.staff-section {
    padding-top: 7.5rem;
    border-radius: 7.8rem 0px 0px 0px;
    margin-top: -8rem;
    margin-bottom: 10.7rem;
    position: relative;
    background-color: white;
    @media screen and (max-width: 767px) {
        margin-bottom: 5.5rem;
        padding-top: 5rem;
        border-radius: 5rem 0 0 0;
        margin-top: -5rem;
	}
}

.staff-section::after {
    content: "";
    position: absolute;
    background: url(./img/border-02.svg) no-repeat;
    background-size: 100%;
    width: 8.9rem;
    height: 9rem;
    bottom: -10.7rem;
    right: 0;
    @media screen and (max-width: 767px) {
        display: none;
	}   
}

.staff-section-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    /* line-height: 32px; */
    text-align: center;
    color: #4b4b4b;
    margin-bottom: 2.5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-bottom: 0;
	}
}

.staff-section-title::before {
    content: "";
    position: absolute;
    background-color: #989898;
    width: 10.6rem;
    height: 0.1rem;
    top: 0;
    bottom: 0;
    left: 13rem;
    margin: auto;
}

.staff-section-title::after {
    content: "";
    position: absolute;
    background-color: #989898;
    width: 10.6rem;
    height: 0.1rem;
    top: 0;
    bottom: 0;
    right: 13rem;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .staff-section-title::before {
        width: 4rem;
        left: 2rem;
    }

    .staff-section-title::after {
        width: 4rem;
        right: 2rem;
    }
	
}

.staff-section-big-title-flex {
    display: flex;
    margin-bottom: 3.8rem;
    gap: 0.5rem;
    align-items: baseline;
    justify-content: center;
    @media screen and (max-width: 767px) {
        margin-bottom: 0.8rem;
        gap: 0.1rem;
	}
}

.letter-red-box {
    background-color: #F63434;
    width: 11.1rem;
    /* height: 4.2rem; */
    @media screen and (max-width: 767px) {
        width: 8rem;
	}
}

.staff-section-black-text {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    /* line-height: 39px; */
    text-align: center;
    color: #4b4b4b;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
	}
}

.staff-section-red-text {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    /* line-height: 50px; */
    text-align: center;
    color: black;
    @media screen and (max-width: 767px) {
        font-size: 1.5rem;
	}
}

.bubble-staff {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    /* line-height: 34px; */
    text-align: center;
    color: #fff;
    margin: 0 auto 0;
    background: url(./img/staff-bubble.png) no-repeat;
    width: 35.7rem;
    height: 4.1rem;
    background-size: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.8rem;
    z-index: 777;
    position: relative;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        width: 31.5rem;
        height: 3.1rem;
	}
}

.staff-container {
    position: relative;
    margin-top: -3rem;
}

.staff-box-gray {
    padding-top: 4rem;
    width: 54.7rem;
    border-radius: 1rem;
    margin: 0 auto;
    background: #F0F3F6;
    padding-bottom: 0.1rem;
    margin: 0 5rem;
    @media screen and (max-width: 767px) {
        padding-top: 2rem;
        width: 32.7rem;
        margin: 0 2rem;
	}
}

.staff-img-container {
    width: 46.4rem;
    height: 31.2rem;
    margin: 0 auto;
    @media screen and (max-width: 767px) {
        width: 88%;
        height: inherit;
	}
}

.staff-img-container img {
    object-fit: cover;
}

.staff-blue-title {
    margin-top: 2rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 3rem;
    text-align: left;
    color: #265cc9;
    margin: 2rem auto 0;
    max-width: 46.4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
        margin: 2rem auto 0;
        max-width: 84%;
	}
}

.staff-infos {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2.5rem;
    text-align: left;
    color: #4b4b4b;
    max-width: 46.4rem;
    margin: 1.4rem auto 1.3rem;
    height: 4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.1rem;
        line-height: 1.8rem;
        max-width: 84%;
        margin: 1rem auto 1rem;
	}
}

.staff-openable-box {
    background-color: black;
    color: white;
    width: 46.4rem;
    padding: 1rem 0;
    margin: 0 auto 3.8rem;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    @media screen and (max-width: 767px) {
        width: 83%;
        padding: 1rem 0;
        margin: 0 auto 2rem;
	}
}

.staff-openable-box.open-staff {
    background-color: white;
    color: black;
    padding-top: 2.8rem;
    cursor: auto;
    @media screen and (max-width: 767px) {
        padding-top: 0;
	}
}

.open-text-black {
    display: none;
}

.open-staff .open-text-black {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 2.6rem;
    text-align: left;
    color: #000;
    display: block;
    max-width: 39.2rem;
    margin: 0 auto 2rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
        max-width: 100%;
        margin: 0 auto 2rem;
        padding: 1rem 1rem;
	}
}

.text-openable-container {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.open-staff .text-openable-container {
    display: none;
}

.open-logo {
    width: 0.9rem;
    height: 0.9rem;
    @media screen and (max-width: 767px) {
        width: 0.7rem;
        height: 0.7rem;
	}
}

.text-open {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    /* line-height: 30px; */
    text-align: left;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1rem;

	}
}

.text-closable-container {
    display: none;
}

.open-staff .text-closable-container {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 1.3rem;
}

.open-staff .text-open {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    /* line-height: 30px; */
    text-align: center;
    color: #265cc9;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
	}
}

.slick-dots li button[aria-selected="true"]:not(.staff-container .slick-dots li button) {
    background: #828282 !important;
}

.staff-container .slick-dots li button:before {
    content: "" !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
    background: linear-gradient(#20f7ff 0%, #2121b7 100%) !important;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .staff-container .slick-dots li button:before {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
}

.staff-container .slick-dots {
    margin-top: 0rem !important;
    position: relative;
}

.staff-container .slick-prev {
    left: 4rem;
    z-index: 777;
    width: 3.8rem;
    height: 3.8rem;
    @media screen and (max-width: 767px) {
        left: 1rem;
        width: 2.8rem;
        height: 2.8rem;
	}
}

.staff-container  .slick-next {
    right: 4rem;
    z-index: 777;
    width: 3.8rem;
    height: 3.8rem;
    @media screen and (max-width: 767px) {
        right: 1rem;
        width: 2.8rem;
        height: 2.8rem;
	}
}


.benefit-blue-section {
    background: linear-gradient(to top, #20f7ff 0%, #2121b7 100%);
    padding-top: 7.4rem;
    padding-bottom: 14.3rem;
    border-radius: 8rem 0 0 0;
    @media screen and (max-width: 767px) {
        padding-top: 5.4rem;
        padding-bottom: 13.3rem;
        border-radius: 4rem 0 0 0;
	}
}



.benenfit-top-title-little {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    /* line-height: 32px; */
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 1.1rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 1.4rem;
	}
}

.benenfit-top-title-little::before {
    content: "";
    position: absolute;
    background: url(./img/slash-button-banner.svg) no-repeat;
    width: 1.1rem;
    height: 1.4rem;
    background-size: 100%;
    top: 0.3rem;
    bottom: 0;
    left: 20rem;
}

.benenfit-top-title-little::after {
    content: "";
    position: absolute;
    background: url(./img/slash-button-banner.svg) no-repeat;
    width: 1.1rem;
    height: 1.4rem;
    background-size: 100%;
    top: 0.3rem;
    bottom: 0;
    right: 20rem;
    transform: rotate(44deg);
}

@media screen and (max-width: 767px) {
    .benenfit-top-title-little::before {
        left: 2rem;
    }
    .benenfit-top-title-little::after {
        right: 2rem;
    }
}   

.benenfit-top-title-big {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    /* line-height: 45px; */
    text-align: center;
    color: #fff;
    margin-bottom: 4.4rem;
    margin-top: 2rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-bottom: 2.4rem;
        margin-top: 1.5rem;
	}
}

.white-bk-txt {
    background-color: white;
    font-size: 2.4rem;
    color: #212ABA;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-right: 0.2rem;
	}
}

.lil-txt-span {
    font-size: 2rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        margin-right: 0.1rem;
	}
}

.benefit-blue-section .staff-section-title {
	color: white;
	margin-bottom: 3rem;
	font-size: 2.2rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
	}
}

.benefit-blue-section .staff-section-title::after {
	background-color: white;
	width: 14.6rem;
	right: 5rem;
}

.benefit-blue-section .staff-section-title::before {
	background-color: white;
	width: 14.6rem;
	left: 5rem;
}

@media screen and (max-width: 767px) {
    .benefit-blue-section .staff-section-title::before {
        width: 4.6rem;
        left: 2rem;
    }
    .benefit-blue-section .staff-section-title::after {
        width: 4.6rem;
        right: 2rem;
    }
}

.white-box-benefit {
    width: 65rem;
    padding-top: 3.7rem;
    margin: 0 auto 3rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    @media screen and (max-width: 767px) {
        width: 89%;
        padding-top: 2rem;
	}
}

.white-box-bene-blue-black-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    /* line-height: 41px; */
    text-align: center;
    color: #000;
    margin-bottom: 3rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-bottom: 1rem;
	}
}

.white-box-bene-blue-black-title span {
    color: #265CC9;
}

.white-box-img-container-benefit {
    margin: 0 auto;
    width: 20.4rem;
    height: 20.4rem;
    @media screen and (max-width: 767px) {
        margin: 0 auto;
        width: 14.4rem;
        height: auto;
	}
}

.benefit-white-box-txt {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    line-height: 3rem;
    text-align: left;
    color: #000;
    margin: 3.6rem auto;
    max-width: 45rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
        margin: 1.6rem auto;
        max-width: 81%;
	}
}

.txt-center {
    text-align: center;
}

.working-env-container .staff-section-title {
    color: white;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    margin-top: 7rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-top: 6rem;
        /* margin-bottom: 2rem; */
	}
}

.working-env-container .staff-section-title::after {
    background-color: white;
    width: 26.3rem;
    right: 5rem;
}

.working-env-container .staff-section-title::before {
    background-color: white;
    width: 26.3rem;
    left: 5rem;
}

@media screen and (max-width: 767px) {
    .working-env-container .staff-section-title::before {
        width: 12.3rem;
        left: 1rem;
    }
    .working-env-container .staff-section-title::after {
        width: 12.3rem;
        right: 1rem;
    }
	
}

.workingenv-box-flex {
    display: flex;
    gap: 3.6rem;
    justify-content: center;
    @media screen and (max-width: 767px) {
        gap: 0;
        justify-content: space-between;
        padding: 0 2rem;
	}
}

.work-env-box {
    width: 30.7rem;
    padding-top: 3.7rem;
    background-color: white;
    border-radius: 1rem;
    display: flex;
    gap: 2.8rem;
    flex-direction: column;
    align-items: center;
    @media screen and (max-width: 767px) {
        width: 48%;
        gap: 1rem;
	}
}

.blue-title-work-env {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    /* line-height: 41px; */
    text-align: center;
    color: #265cc9;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
	}
}

.img-work-env-container {
    width: 18.3rem;
    height: 18.3rem;
    margin: 0 auto;
    @media screen and (max-width: 767px) {
        width: 10.3rem;
        height: 11.3rem;
	}
}

.txt-work-env {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    line-height: 2.6rem;
    text-align: left;
    color: #000;
    max-width: 23.6rem;
    margin-bottom: 3.1rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.8rem;
        max-width: 86%;
        margin-bottom: 2.1rem;
	}
}

.txt-work-env span {
    color: #265CC9;
}

.grey-blue-bk {
    background: linear-gradient(to bottom, #f0f3f6 0%, #cbdee8 100%);
    padding-bottom: 6.8rem;
    border-radius: 8rem 0 0 0;
    margin-top: -7.5rem;
    @media screen and (max-width: 767px) {
        border-radius: 4rem 0 0 0;
        padding-bottom: 2.5rem;
	}
}

.q-a-section {
    padding-top: 7.5rem;
    @media screen and (max-width: 767px) {
        padding-top: 5rem;
	}
}

.blue-section-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    /* line-height: 50px; */
    text-align: center;
    color: #265cc9;
    margin-bottom: 0.8rem;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
	}
}

.flex-three-circles {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 1.1rem;
    justify-content: center;
}

.circle {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}

.dark-blue {
    background-color: #265CC9;
}

.white-blue {
    background-color: #94BBFF;
}

.grey-en-title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    /* line-height: 36px; */
    text-align: center;
    color: #8a8a8a;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
	}
}

.q-a-section-flex {
    padding-top: 4rem;
    padding-bottom: 11.4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    @media screen and (max-width: 767px) {
        padding-top: 2rem;
        padding-bottom: 5.4rem;
        flex-direction: column;
        gap: 1rem;
	}
}

.q-a-title-container {
    width: 65rem;
    height: 4.9rem;
    border-radius: 2.5rem;
    background: linear-gradient(to left, #20f7ff 0%, #2121b7 100%);
    padding-left: 1.4rem;
    padding-right: 1.8rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    @media screen and (max-width: 767px) {
        width: 83%;
	}
}

.q-logo {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    /* line-height: 41px; */
    text-align: center;
    color: #fff;
    margin-right: 0.9rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
	}
}

.questions-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    /* line-height: 41px; */
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
	}
}

.open-logo-qa {
    width: 1.4rem;
    height: 0.2rem;
    background-color: white;
    position: relative;
}

.open-logo-qa::after {
    content: "";
    position: absolute;
    background-color: white;
    height: 1.4rem;
    width: 0.2rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s ease-in-out;
}

.open-qa .open-logo-qa::after {
    transform: rotate(86deg);
}  

.qa-answer-box {
    max-height: 0;
    opacity: 0; 
    overflow: hidden;
    transition: max-height 0.2s ease, opacity 0.2s ease;
    max-width: 52.7rem;
    margin: 0 auto 0;
    opacity: 0;
}

.open-qa .qa-answer-box {
    max-height: 50rem;
    opacity: 1;
    margin: 2.5rem auto 4.5rem;
    opacity: 1;
    @media screen and (max-width: 767px) {
        
        
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 2rem auto 4rem;
        
        
	}
}


.q-a-box {
    margin-bottom: 1rem;
}

.answer-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 26px; */
    text-align: left;
    color: #265cc9;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
	}
}

.answer-title span {
    font-family: Montserrat;
}

.answer-txt {
    margin-top: 1.2rem;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2.6rem;
    text-align: left;
    color: #000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
	}
}

.flow-container {
    padding-top: 3rem;
    padding-bottom: 11.7rem;
    position: relative;
    padding-left: 5rem;
    @media screen and (max-width: 767px) {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 4.7rem;
	}
}

.flow-container::before {
	content: "";
	position: absolute;
	width: 0.2rem;
	height: 50rem;
	background-color: #265CC9;
	top: 4rem;
	left: 9rem;
	z-index: 1;
}

@media screen and (max-width: 767px) {
    .flow-container::before {
        height: 36rem;
        top: 3rem;
        left: 4.4rem;
    }
    .step-right-txt {
        max-width: 84%;
    }
}

.step-box-container {
    display: flex;
    gap: 3.2rem;
    margin-bottom: 3rem;
    align-items: center;
    @media screen and (max-width: 767px) {
        gap: 0.5rem;
        margin-bottom: 2rem;
	}
}

.step-logo {
    width: 8.1rem;
    height: 8.1rem;
    border-radius: 50%;
    background: linear-gradient(#20f7ff 0%, #2121b7 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    @media screen and (max-width: 767px) {
        width: 5.1rem;
        height: 5.1rem;
	}
}

.step-logo-step-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 26px; */
    text-align: center;
    color: #fff;
    margin-bottom: 0.3rem;
    @media screen and (max-width: 767px) {
        font-size: 1.1rem;
        margin-bottom: 0.1rem;
	}
}

.step-logo-step-number {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: 0.02em;
    /* line-height: 44px; */
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
	}
}

.step-title-blue {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    /* line-height: 2.6rem; */
    text-align: left;
    color: #265cc9;
    margin-bottom: 0.4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
	}
}


.step-txt-black {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2.6rem;
    text-align: left;
    color: #000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
	}
}

.recruit-table-container {
    border-radius: 1rem;
    background-color: white;
    width: 65rem;
    margin: 4rem auto 6.4rem;
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
    @media screen and (max-width: 767px) {
        width: 89%;
        padding-top: 2rem;
        padding-bottom: 2rem;
        
	}
}

.recruit-table-th {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #BEBEBE;
    width: 54.8rem;
    margin: 0 auto 2.5rem;
    @media screen and (max-width: 767px) {
        width: 96%;
        padding-bottom: 1.5rem;
        margin: 0 auto 2.5rem;
        /* box-sizing: border-box; */
        padding-left: 1.5rem;
        box-sizing: border-box;
	}
}

.recruit-table-blue-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    /* line-height: 26px; */
    text-align: left;
    color: #265cc9;
    margin-bottom: 0.4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
	}
}

.recruit-table-black-txt {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2.6rem;
    text-align: left;
    color: #000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
	}
}

.recruit-table-black-txt span {
    font-size: 1.4rem;
}

.instagram-banner {
    width: 66.6rem;
    margin: 0 auto;
    display: block;
    @media screen and (max-width: 767px) {
        width: 100%;
	}
}

.footer-up-banner {
    width: 75rem;
    background: url(./img/up-footer-banner.jpg) no-repeat;
    background-size: 100%;
    padding-top: 5rem;
    padding-bottom: 14.9rem;

    @media screen and (max-width: 767px) {
        width: 100%;
        /* background-size: contain; */
        height: 7.7rem;
        padding-top: 2.5rem;
        padding-bottom: 0.5rem;
	}   
}

.up-footer-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    /* line-height: 31px; */
    text-align: center;
    color: #fff;
    margin-bottom: 2.3rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
	}
}

.up-footer-title span {
    font-size: 1.8rem;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
	}   
}

.button-up-footer-container {
    display: flex;
    gap: 9.5px;
    background-color: white;
    border-radius: 3.1rem;
    width: 32.4rem;
    height: 6.1rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    @media screen and (max-width: 767px) {
        width: 20.4rem;
        height: 3.1rem;
	}
}

.button-blue-text {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 3rem;
    text-align: center;
    color: #265cc9;
    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
	}
}

.go-to-icon-container {
    width: 1.4rem;
    height: 1.4rem;
    @media screen and (max-width: 767px) {
        width: 1rem;
        height: 1rem;
	}
}


footer {
    background-color: #F0F3F6;
    width: 100%;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    z-index: 2;
    
    @media screen and (min-width: 768px) {
        position: fixed;
        bottom: 0;
    }
}

.footer-logo-container {
    width: 45.4rem;
    margin: 0 auto 0.9rem;
    @media screen and (max-width: 767px) {
        width: 70%;
	}
}

small.copyright-footer {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    /* line-height: 26px; */
    text-align: center;
    display: block;
    color: #000;
}

.right-container-fixe {
    width: 58.5rem;
    position: relative;
    overflow: hidden;
    position: sticky;
    top: 0;
    align-self: flex-start;
    
    @media screen and (max-width: 1080px) {
        visibility: hidden;
	}
    
    @media screen and (max-width: 767px) {
        display: none;
	}
}

.right-container-fixe-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .right-container-fixe-sp {
        width: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 3;
        background: white;
        opacity: 0;
        transition: 0.4s ease-in-out; 
        height: 100vh;
        display: block;
        z-index: 778;
    }
    .right-container-fixe-sp.open-menu-right {
        display: block;
        opacity: 1;
        left: 0;
    }
}

.right-container-fixe::after {
    position: absolute;
    content: "";
    background: url(./img/right-side-top-icon.png) no-repeat;
    width: 34.1rem;
    height: 17.3rem;
    background-size: 100%;
    top: -2rem;
    left: -5rem;
}


.right-container-fixe::before {
    position: absolute;
    content: "";
    background: url(./img/right-side-side-icon.png) no-repeat;
    width: 14.1rem;
    height: 13.1rem;
    background-size: 100%;
    top: 24rem;
    right: -5rem;
}

.right-list-anchor {
    margin-top: 22.5rem;
    display: flex;
    gap: 2.2rem;
    flex-direction: column;
    @media screen and (max-width: 767px) {
        margin-top: 10rem;
	}
}

.right-list-anchor-sp {
    display: flex;
    gap: 2.2rem;
    flex-direction: column;
    margin-top: 10rem;
    position: relative;
}

.right-list-anchor-sp::after {
    position: absolute;
    content: "";
    background: url(./img/right-side-top-icon.png) no-repeat;
    width: 23.1rem;
    height: 12.3rem;
    background-size: 100%;
    top: -12rem;
    left: -5rem;
}

.right-list-anchor-sp::before {
    position: absolute;
    content: "";
    background: url(./img/right-side-side-icon.png) no-repeat;
    width: 10.1rem;
    height: 10.1rem;
    background-size: 100%;
    top: 9rem;
    right: -6rem;
}

.right-list-anchor-sp a {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 22px; */
    text-align: center;
    color: #265cc9;
    width: fit-content;
    margin: 0 auto;
}

.right-list-anchor a {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 22px; */
    text-align: center;
    color: #265cc9;
    width: fit-content;
    margin: 0 auto;
}

.qr-code-container {
    padding-top: 2.1rem;
    width: 34rem;
    border-radius: 1.6rem;
    background: linear-gradient(to left, #20f7ff 0%, #2121b7 100%);
    padding-bottom: 1.8rem;
    margin: 3.1rem auto 0;
}

.qr-code-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    /* line-height: 37px; */
    text-align: center;
    color: #fff;
}

#qr-code-container-img {
    width: 9.8rem;
    height: 9.8rem;
    margin: 1.2rem auto 0rem;
}

#qr-code-container-img-sp {
    width: 9.8rem;
    height: 9.8rem;
    margin: 1.2rem auto 0rem;
}

.right-list-anchor-link.active {
    color: #FFFFFF;
    padding: 1rem 2rem;
    background: linear-gradient(to right, #20f7ff 0%, #2121b7 100%);
    cursor: unset;
}

.nav-close-container {
    position: fixed;
    top: 0;
    right: 2rem;
    width: 4.8rem;
    height: 4.1rem;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(#20f7ff 0%, #2121b7 100%);
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 779;
}

.nav-close-bar {
    width: 2.2rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    transition: 0.4s ease-in-out;
}

.nav-close-container.open-menu-right .close-bar-1 {
    transform: rotate(45deg);
}

.nav-close-container.open-menu-right .close-bar-3 {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav-close-container.open-menu-right .close-bar-2 {
    display: none;
}

.upper-point {
    position: relative;
}

.upper-point::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #FFFFFF;
    top: -0.2rem;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .upper-point::before {
        width: 0.3rem;
        height: 0.3rem;
        top: 0;
    }
}

.big-black-zero {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 0.02em;
    line-height: 64px;
    text-align: center;
    color: #000;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
	}
}

.big-black-zero span {
    position: relative;
}

.big-black-zero span::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: black;

}

@media screen and (max-width: 767px) {
    .big-black-zero span::after {
        width: 0.3rem;
        height: 0.3rem;
        top: 0rem;
    }
}

.bubble-bk-container {
    position: relative;
}

.bubble-bk-container::before {
    content: "";
    background: url(./img/left-bottom-background.png) no-repeat;
    width: 82.7rem;
    height: 28.9rem;
    top: -5rem;
    bottom: 0;
    left: -15rem;
    position: absolute;
    background-size: 100%;
    margin: auto;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .bubble-bk-container::before {
        display: none;
    }
}