body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
   	color: #646464;
}

.l-wrapper {
	background: linear-gradient(180deg, #FBFAFC 0%, #F9F8FB 75%, #F0EDF8 100%);
    padding-bottom: 80px;
  	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.l-wrapper {
        padding-bottom: 180px;
    }
}

.l-wrapper.l-wrapper-nopd {
	padding: 150px 0 0;
  	margin-top: -20px;
}
@media screen and (min-width: 1024px) {
  .l-wrapper.l-wrapper-nopd {
      padding: 250px 0 0;
      margin-top: -70px;
  }
}

.rl-index {
	position: relative;
  	z-index: 10;
}

.ns-jp {
	font-family: "Noto Sans JP", serif;
}

@media screen and (min-width: 1024px) {
  .container {
  	max-width: 1080px;
  }
}

p {
  	margin-bottom: 0!important;
}

img {
	width: 100%;
}

.radius-img {
	border-radius: 20px;
}

.c-txt {
	font-size: 14px;
  	line-height: 2.5;
}

.inner {
	padding: 0 15px;
}

.s-inner {
	padding: 0 15px;
}

@media screen and (min-width: 1024px) {
  .inner {
  	max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  
  .s-inner {
  	max-width: 895px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.top-inner {
	padding: 0 15px;
}

@media screen and (min-width: 1024px) {
  .top-inner {
    margin: 0 auto 0 22vw;
    padding: 0 10px;
  }
}

.inner-02 {
	padding: 0 15px;
}

@media screen and (min-width: 1024px) {
  .inner-02 {
  	max-width: 995px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.bg-wrapper {
	position: relative;
  	z-index: 0;
  	padding-top: 80px;
  	padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
	.bg-wrapper {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.bg-wrapper.-pt-0 {
  	padding-top: 0;
}

.bg-wrapper:after {
	position: absolute;
    content: "";
    background-image: url(../images/page-bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
  	top: 0;
  	left: 0;
}

.bg-inner {
	position:relative;
  	z-index: 10;
}

.u-d-sm-none,
.u-d-sp-none,
.u-d-sm-flex-none {
  	display: none!important;
}
@media screen and (min-width: 768px) {
	.u-d-sm-none {
      display: block!important;
	}
  
    .u-d-sm-flex-none {
		display: flex!important;
    }
  
    .u-d-md-none {
       display: none!important;
    }
}

@media screen and (min-width: 1024px) {
	.u-d-lg-none {
       display: none!important;
    }
  
   .u-d-sp-none {
      display: block!important;
	}
}

.u-flex-reverce {
	display: flex;
    flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
	.u-md-flex {
      display: flex;  
  	}
  
     .u-flex-reverce {
        flex-direction: row;
    }
  
    .u-md-grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

.rlText {
    display: block;
    writing-mode: vertical-rl;
}

.jpTit01 {
	font-size: 28px;
    font-weight: 700;
    line-height: 1.45em;
}

.Text01 {
	font-size: 14px;
    line-height: 2.5em;
} 

.menuBtn01 {
  	display: flex;
    flex-direction: row;
  	transition: 0.3s;
}

.menuBtn01:hover {
	text-decoration: none;
}

.menuBtn01:hover .menuBtn01__icon {
	background: #cfc7e8;
}

.anker__box .menuBtn01:hover .menuBtn01__icon:before {
    background-image: url(../images/arrow-under-bio2.svg);
}

.menuBtn01:hover .menuBtn01__icon:before {
    background-image: url(../images/arrow-under-bio.svg);
}

.menuBtn01__icon {
  	width: 24px;
  	height: 24px;
    background: #9A82D0;
    border-radius: 5px;
    position: relative;
    margin-top: 4px;
  	transition: 0.3s;
}

.menuBtn01__icon.-reserve {
    background: #fff;
}

.menuBtn01__icon:before {
	position: absolute;
    content: "";
    background-image: url(../images/arrow-under.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menuBtn01__icon.-reserve:before {
    background-image: url(../images/bio-arrow.svg);
  	width: 12px;
    height: 8px;
}

.menuBtn01__icon.-right:before {
	position: absolute;
    content: "";
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menuBtn01__text {
	position: relative;
    margin-right: 10px;
    color: #9A82D0;
}

.menuBtn01__text:after {
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
    background-color: #9A82D0;
}

.menuBtn01__text.font-white:after {
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
    background-color: #fff;
}

.pageTitle_01 {
	text-align: center;
    font-size: 25px;
  	font-weight: normal;
    position: relative;
    display: inline-block;
}

.pageTitle_01:before {
  	position: absolute;
  	content: "";
    width: 100%;
    height: 1px;
    background: #9A82D0;
    left: 0;
    bottom: -2px;
}

.anker__box {
	gap: 20px;
  	background-color: #F2ECF4;
    padding: 30px;
  	border-radius: 10px;
  	flex-direction: column;
  	position: relative;
  	z-index: 10;
}

@media screen and (min-width: 768px) {
	.anker__box {
        gap: 30px;
        padding: 13px 30px;
      	border-radius: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/*アニメーション*/
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} 

.coverTxtLoopWr {
    position: absolute;
    left: 0;
    right: 0;
  	top: -160px;
}
@media screen and (min-width: 768px) {
  	.coverTxtLoopWr {
        top: -280px;
    }
  
  	.coverTxtLoopWr.-top-concept {
        top: -380px;
    }
}

.loopWrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
}

.loopImgArea {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
}

.textLoopImgBox01 {
    width: 1000px;
    position: relative;
    padding: 116px 0 0;
    margin: 0;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
	.textLoopImgBox01 {
    	width: 2000px;
    }
}

.z-index-100 {
    z-index: 100;
}

.z-index-200 {
    z-index: 200;
}

.breadcrumb__box {
	display: flex;
    position: absolute;
  	top: 100px;
    left: 12px;
    font-size: 12px;
  	z-index: 99999;
  	color: #fff;
}
@media screen and (min-width: 768px) {
  .breadcrumb__box {
    	top: 83px;
    	left: 134px;
  }
}

.breadcrumb__link {
	color: #fff;
}
.breadcrumb__link:hover {
	color: #fff;
  	text-decoration: none;
}

.breadcrumb__current {
	margin-left: 10px;
}

.c-ttl__ja {
	font-size: 25px;
  	margin-top: 18px;
  	color: #646464;
    font-weight: normal;
}

.c-ttl__en {
    font-size: 14px;
  	color: #9A82D0;
    font-weight: normal;
    margin-top: 8px;
    letter-spacing: 1px;
}
.c-ttl__en.-black {
	color: #646464;
}

.c-text {
	line-height: 1.8;
  	font-size: 16px;
}

.c-text a {
	color: #646464;
}

.c-heading-1 {
    background: #F3EFF8;
    font-size: 22px;
    padding: 15px 55px;
    position: relative;
}

.c-heading-1:before {
	content: "";
    position: absolute;
    width: 10px;
    height: 70%;
    background: #9A82D0;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.l-pagetitle {
    width: 100%;
  	padding-top: 69%;
    position: relative;
  	background-image: url(../images/pageheader-sp.png);
  	background-size: cover;
   margin-bottom: 100px;
}

.l-pagetitle p {
	position: relative;
    z-index: 100;
    letter-spacing: 1px;
  	font-size: 12px;
}

.l-pagetitle h1 {
	position: relative;
    z-index: 100;
  	font-size: 22px;
  	line-height: 1.8;
  	font-weight: normal;
}

.l-pagetitle-txt {
	position: absolute;
  	top: 50%;
    left: 8%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  	.l-pagetitle {
        padding-top: 40%;
        background-image: url(../images/pageheader.png);
        margin-bottom: 100px;
    }
  
	.l-pagetitle h1 {
        font-size: 31px;
    }
  
  	.l-pagetitle p {
        font-size: 1６px;
    }
}

/* 上の余白 */
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-250 {
    margin-top: 250px;
}


@media screen and (min-width: 768px) {
    .mt-md-10 {
        margin-top: 10px;
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mt-md-25 {
        margin-top: 25px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mt-md-35 {
        margin-top: 35px;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .mt-md-45 {
        margin-top: 45px;
    }

    .mt-md-50 {
        margin-top: 50px;
    }

    .mt-md-55 {
        margin-top: 55px;
    }

    .mt-md-60 {
        margin-top: 60px;
    }

    .mt-md-65 {
        margin-top: 65px;
    }

    .mt-md-70 {
        margin-top: 70px;
    }

    .mt-md-75 {
        margin-top: 75px;
    }

    .mt-md-80 {
        margin-top: 80px;
    }

    .mt-md-85 {
        margin-top: 85px;
    }

    .mt-md-90 {
        margin-top: 90px;
    }

    .mt-md-95 {
        margin-top: 95px;
    }

    .mt-md-100 {
        margin-top: 100px;
    }
  
  	.mt-md-200 {
        margin-top: 200px;
    }
}

/* 下の余白 */
.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}


@media screen and (min-width: 768px) {
    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-15 {
        margin-bottom: 15px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-25 {
        margin-bottom: 25px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-35 {
        margin-bottom: 35px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-45 {
        margin-bottom: 45px;
    }

    .mb-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-55 {
        margin-bottom: 55px;
    }

    .mb-md-60 {
        margin-bottom: 60px;
    }

    .mb-md-65 {
        margin-bottom: 65px;
    }

    .mb-md-70 {
        margin-bottom: 70px;
    }

    .mb-md-75 {
        margin-bottom: 75px;
    }

    .mb-md-80 {
        margin-bottom: 80px;
    }

    .mb-md-85 {
        margin-bottom: 85px;
    }

    .mb-md-90 {
        margin-bottom: 90px;
    }

    .mb-md-95 {
        margin-bottom: 95px;
    }

    .mb-md-100 {
        margin-bottom: 100px;
    }
  
 	 .mb-md-180 {
        margin-bottom: 180px;
    }
}

/* 右の余白 */
.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}


@media screen and (min-width: 768px) {
    .mr-md-10 {
        margin-right: 10px;
    }

    .mr-md-15 {
        margin-right: 15px;
    }

    .mr-md-20 {
        margin-right: 20px;
    }

    .mr-md-25 {
        margin-right: 25px;
    }

    .mr-md-30 {
        margin-right: 30px;
    }

    .mr-md-35 {
        margin-right: 35px;
    }

    .mr-md-40 {
        margin-right: 40px;
    }

    .mr-md-45 {
        margin-right: 45px;
    }

    .mr-md-50 {
        margin-right: 50px;
    }

    .mr-md-55 {
        margin-right: 55px;
    }

    .mr-md-60 {
        margin-right: 60px;
    }

    .mr-md-65 {
        margin-right: 65px;
    }

    .mr-md-70 {
        margin-right: 70px;
    }

    .mr-md-75 {
        margin-right: 75px;
    }

    .mr-md-80 {
        margin-right: 80px;
    }

    .mr-md-85 {
        margin-right: 85px;
    }

    .mr-md-90 {
        margin-right: 90px;
    }

    .mr-md-95 {
        margin-right: 95px;
    }

    .mr-md-100 {
        margin-right: 100px;
    }
}


/* 左の余白 */
.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}


@media screen and (min-width: 768px) {
    .ml-md-10 {
        margin-left: 10px;
    }

    .ml-md-15 {
        margin-left: 15px;
    }

    .ml-md-20 {
        margin-left: 20px;
    }

    .ml-md-25 {
        margin-left: 25px;
    }

    .ml-md-30 {
        margin-left: 30px;
    }

    .ml-md-35 {
        margin-left: 35px;
    }

    .ml-md-40 {
        margin-left: 40px;
    }

    .ml-md-45 {
        margin-left: 45px;
    }

    .ml-md-50 {
        margin-left: 50px;
    }

    .ml-md-55 {
        margin-left: 55px;
    }

    .ml-md-60 {
        margin-left: 60px;
    }

    .ml-md-65 {
        margin-left: 65px;
    }

    .ml-md-70 {
        margin-left: 70px;
    }

    .ml-md-75 {
        margin-left: 75px;
    }

    .ml-md-80 {
        margin-left: 80px;
    }

    .ml-md-85 {
        margin-left: 85px;
    }

    .ml-md-90 {
        margin-left: 90px;
    }

    .ml-md-95 {
        margin-left: 95px;
    }

    .ml-md-100 {
        margin-left: 100px;
    }
}