@charset "UTF-8";

/* Reset and Base Styles */
html ,body ,div ,span ,applet ,object ,iframe ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p ,blockquote ,pre ,a ,abbr ,acronym ,address ,big ,cite ,code ,del ,dfn ,em ,img ,ins ,kbd ,q ,s ,samp ,small ,strike ,strong ,sub ,sup ,tt ,var ,b ,u ,i ,center ,dl ,dt ,dd ,ol ,ul ,li ,fieldset ,form ,label ,legend ,table ,caption ,tbody ,tfoot ,thead ,tr ,th ,td ,article ,aside ,canvas ,details ,embed ,figure ,figcaption ,footer ,header ,hgroup ,menu ,nav ,output ,ruby ,section ,summary ,time ,mark ,audio ,video ,input ,textarea {
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
	font-size:1vw;
	scroll-behavior: smooth;
}
.fas {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1;
    font-family:"Font Awesome 6 Free",sans-serif;
    font-weight:900;
}
@font-face {
    font-family:"Font Awesome 6 Free";
    font-style:normal;
    font-weight:900;
    font-display:swap;
    src:url("../webfonts/fa-solid-900.eot");
    src:url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.woff") format("woff"),
    url("../webfonts/fa-solid-900.ttf") format("truetype"),
    url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
}
.waku {
    overflow: hidden;
    zoom: 1;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* animation */
.fadeIn-UP {
    opacity: 0; /* アニメーション前は透明 */
    transform: translateY(50px); /* 画面外から下から上に */
    transition: opacity 1.5s, transform 1.5s; /* スムーズなトランジション */
}
.fadeIn-UP.visible {
    opacity: 1; /* 不透明に */
    transform: translateY(0); /* 元の位置に */
}
.fadeIn-Left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1.5s, transform 1.5s;
}
.fadeIn-Left.visible {
    opacity: 1;
    transform: translateX(0);
}
.fadeIn-Right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.5s, transform 1.5s;
}
.fadeIn-Right.visible {
    opacity: 1;
    transform: translateX(0);
}

.fuwafuwa {
    animation: floating-y 1.4s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
        transform: translateY(-2%);
    }
    100% {
        transform: translateY(2%);
    }
}

.jyojyoni-text {
    clip-path: inset(0 100% 0 0);
    animation: jyojyoni-text 2s 0.6s forwards;
    margin: 0;
}
@keyframes jyojyoni-text {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0);
    }
}

@keyframes loop {
	0% {
	  transform: translateX(100%);
	}
	to {
	  transform: translateX(-100%);
	}
  }
  @keyframes loop2 {
	0% {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-200%);
	}
  }

.loop_wrap {
	display: flex;
	width: 100vw;
	overflow: hidden;
}
.ani-txt.loop_wrap .box {
	flex: 0 0 auto;
}
.ani-txt.loop_wrap .box:nth-child(odd) {
	animation: loop 140s -70s linear infinite;
}
.ani-txt.loop_wrap .box:nth-child(even) {
	animation: loop2 140s linear infinite;
}








.l{
    float:left;
}
.r{
    float:right;
}
img {
    max-width:100%;
    height:auto;
    line-height: 0;
}
h1,h2,h3,h4{
    font-weight: bold;
}
ol ,ul {
    list-style:none;
}
a#top {
    position: absolute;
    top: 0px;
}
a{
    text-decoration: none;
    transition:all 0.6s;
    color:#333;
}
a:hover{
    color:#F84698;
}

.txt-c{
    text-align:center;
}
.txt-r{
    text-align:right;
}
.txt-s{
    font-size:0.6em;
}
.txt-red{
    color:#e50012;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#page-top {
    position: fixed;
    width:60px;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
input,
button,
textarea,
select {
	font: inherit;
}

body {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.96;
    color: #2D2D2D;
    letter-spacing: 0.05em;
    min-width:1080px;
}

/* first-view */
.first-view{
    position: relative;
    width:100%;
    aspect-ratio: 1920/886;
    overflow: hidden;
}
.first-view-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1920/842;
    z-index: 1;
}
.first-view-content .text-catch{
    position: absolute;
    top: 9vw;
    left: 3.5vw;
    z-index: 2;
    font-size: clamp(24px, 2.2rem, 32px);
    line-height: 1.2;
}

.first-view-content .illust-tori{
    position: absolute;
    bottom: 10vw;
    right: 56%;
    max-width:151px;
    min-width:100px;
    width:8vw;
}
.first-view-content .first-view-title{
    position: absolute;
    bottom: 12px;
    left: 3.5vw;
    width: 50%;
    max-width:920px;
    z-index: 2;
}
.first-view-content .first-view-title .text-catch-02{
    font-weight: 700;
    font-size: clamp(24px, 2.2rem, 40px);
    line-height: 1.8;
    margin-bottom: 2vw;
}
.first-view-content .slideshow{
    max-width: 1227px;
    aspect-ratio: 1227/862;
    width:62%;
    float: right;
    margin-right:-5%;
}
.first-view-bg{
    position: absolute;
    bottom: 0;
    left: 0;
}
.first-view-bg .ani-bg{
    width:100%;
}
.first-view-bg .ani-bg .box{
    width:100%;
}
.first-view-bg .ani-bg .box img{
    vertical-align: bottom;
}


/* Header */
.header {
    background: #FFFFFF;
    padding:0.5vw 1.6vw;
    max-width: 1920px;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
.header-content .logo{
    width:10vw;
    max-width: 150px;
    min-width: 120px;
}
.header-content .logo a{
    display: block;
}


.nav {
    display: flex;
    align-items: center;
    gap: 3vw;
    position: relative;
    padding-right:2vw;
}

.nav-link {
    text-decoration: none;
    color: #2D2D2D;
    font-weight: 700;
	font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1;
    letter-spacing: 0.075em;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #D45C86;
}

.nav-link-wrapper {
    position: relative;
    line-height: 1;
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 24px;
    background: #FFFCE8;
    border: 1px solid #EF8BAE;
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%) translateY(-10px);
    z-index: 1001;
}

.nav-link-wrapper:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #EF8BAE;
}

.dropdown-menu::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFCE8;
    margin-bottom: -1px;
}

.dropdown-menu-content {
    padding: 20px;
}

.dropdown-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.53;
    letter-spacing: 0.05em;
    color: #2D2D2D;
    padding: 14px 0 14px 26px;
    border-bottom: 1px dashed #514068;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
}
.dropdown-menu-item:before {
    font-family: "Font Awesome 6 Free",sans-serif;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    font-weight: 900;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0px;
    color: #EF8BAE;
}

.dropdown-menu-item:last-child {
    border-bottom: none;
}

.dropdown-menu-item:hover {
    color: #D45C86;
}






/* About Section PC */
.about {
    width:100%;
    position: relative;
    background: url("../images/bg-masu-01.png") repeat;
    background-size: 1.9vw;
    aspect-ratio: 2676/1640;
}
.about .about-wrapper{
    width:100%;
    background: url("../images/ttl-what-pc.png"),url("../images/illust-taiyou.png") ,url("../images/illust-tori2.png"),url("../images/illust-ie.png");
    background-position: top 100px left 20px,top 30px right 240px,top 340px left 280px,bottom 80px right 280px;
    background-size: 6vw,88px,92px,98px;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    position: absolute;
    aspect-ratio: 2676/1640;
}
.about .ani-bg{
    position: absolute;
    top:4vh;
    aspect-ratio: 2676/1420;
}
.about .ani-bg .box{
    width:100%;
}

.about .inner {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    padding:10vw 0;
    z-index: 1;
}
.about .inner .base{
    width:75%;
    max-width: 862px;
    margin: 0 auto;
    padding:4vw 2vw 5vw ;
    color: #3D2957;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    text-align: center;
}
.about .inner .base h2{
    font-weight: 700;
    font-size: clamp(24px, 2.2rem, 36px);
    margin-bottom: 2vw;
}

.about .inner .base .text{
    font-size: clamp(14px, 1.25rem, 17px);
    font-weight: 500;
}
.about .wellbeing-box{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width:55%;
    max-width: 780px;
    padding:24px 32px 32px ;
    color: #3D2957;
    background: #FFF6C2;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.about .wellbeing-box h4{
    font-weight: 700;
    font-size: clamp(20px, 1.5rem, 24px);
}
.about .wellbeing-box p{
    font-size: clamp(14px, 1rem, 16px);
    line-height: 1.68;
}

/* Movie Section */
.movie {
    width:100%;
    background:url("../images/bg-movie-left.png") ,url("../images/bg-movie-right.png") ,url("../images/bg-dot.png") ;
    background-size: 320px, 320px, 24px;
    background-position: left top, right bottom, center center;
    background-repeat: no-repeat, no-repeat, repeat;
}
.movie .movie-wrapper{
    width:100%;
    padding:100px 0;
    background: url("../images/ttl-movie-pc.png") no-repeat bottom 40px left 20px;
    background-size: 6vw;
}
.movie .movie-content{
    width:100%;
    max-width: 960px;
    margin: 0 auto;
}



/* Features Section */
.features {
    width:100%;
    background:url("../images/bg-masu-02.png") repeat;
    background-size: 25px;
}
.features .features-wrapper{
    width:100%;
    padding:100px 0;
}
.features .features-wrapper .ttl{
    width:80%;
    max-width: 960px;
    margin: 0 auto 20px;
}


/* features-slide */
.features-slide-area {
    width:100%;
    overflow: hidden;
    padding:2rem 0;
}
.features-slide-inner {
    width:100%;
}
.features-slide {
    width:100%;
}
.features-slide .slick-dots{
    bottom: -3.5rem;
}

.features-slide .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b6adbe;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.features-slide .slick-dots li button:before{
    display: none;
}
.features-slide .slick-dots li button:hover{
    background: #D45C86;
    border: 1px solid #D45C86;
}
.features-slide .slick-dots li.slick-active button{
    background: #D45C86;
    border: 1px solid #D45C86;
}
.features-slide .slick-dots li.slick-active button:hover{
    background: #D45C86;
    border: 1px solid #D45C86;
}



.features-slide .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: #fff;
    flex-shrink: 0;
    position: relative;
}
.features-slide .card .card-number{
    position: absolute;
    top: 0;
    right: 3.5vw;
    display: inline-block;
    width: 132px;
    padding:10px 12px 0;
}
.features-slide .card .photo{
    width: 100%;
    aspect-ratio: 3/1.86;
    object-fit: cover;

}
.features-slide .card .photo img{
    width: 100%;
    aspect-ratio: 3/1.86;
    object-fit: cover;
    border-radius: 10px;
}

.features-slide .card .card-content{
    width: 94%;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid #6c5575;
    border-radius: 24px;
    background: #3D2957;
    margin-top: 30px;
}
.features-slide .card .card-content .text-area {
    width: 100%;
    line-height: 1.72;
}
.features-slide .card .card-content .text-area h3 {
    margin: 2.5rem 0 1rem;
    font-size: clamp(21px, 1.4rem, 26px);
}
.features-slide .card .card-content .text-area .text {
    font-size: clamp(16px, 1.2rem, 18px);
}


.features-slide .slick-prev,
.features-slide .slick-prev:hover,
.features-slide .slick-prev:focus{
	left:27.5%;
	display:block;
	position: absolute;
	top: 52%;
	width:60px;
	height:60px;
	z-index:9998;
}
.features-slide .slick-prev:before,
.features-slide .slick-prev:hover:before,
.features-slide .slick-prev:focus:before{
	content: '';
	background:url("../images/prev.png") no-repeat center center;
	background-size:100%;
	width:60px;
	height:60px;
	display:block;
}
.features-slide .slick-next,
.features-slide .slick-next:hover,
.features-slide .slick-next:focus{
	right:27.5%;
	display:block;
	position: absolute;
	top: 52%;
	width:60px;
	height:60px;
	z-index:9998;
}
.features-slide .slick-next:before,
.bg-dot-pink .osusume-printer-slide .slick-next:hover:before,
.bg-dot-pink .osusume-printer-slide .slick-next:focus:before{
	content: '';
	background:url("../images/next.png") no-repeat center center;
	background-size:100%;
	width:60px;
	height:60px;
	display:block;
}






/* Service Section */
.service {
    width:100%;
    background:#F8F4FD url("../images/bg-masu-01.png") repeat;
    background-size: 24px;
}
.service .service-wrapper{
    width:100%;
    padding:100px 0;
    background: url("../images/ttl-service-pc.png") no-repeat top 100px left 20px;
    background-size: 6vw;
}
.service-title {
    text-align: center;
}
.service-title h2 {
    width:80%;
    max-width: 620px;
    margin: 0 auto 30px;
}

.service .service-content{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding:0 20px;
}
.service .service-content .read-text{
    font-size: clamp(16px, 1.3rem, 18px);
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.service-list{
    display: flex;
    flex-wrap: wrap;

}
.service-item{
    width: 50%;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item a{
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    color: #3D2957;
    border-radius: 7px;
    font-size: clamp(16px, 1.3rem, 20px);
    font-weight: 500;
    text-align: center;
    line-height: 1.68;
    border: 2px solid #2D2D2D;
    position: relative;
}
.service-item a:hover{
    background: #FFF6C2;
    border: 2px solid #D45C86;
    color: #D45C86;
}
.service-item a::after{
    font-family: "Font Awesome 6 Free",sans-serif;
    content: "\f0ab";
    position: absolute;
    font-size: 1.2rem;
    font-weight: 900;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 12px;
    color: #3D2957;
}
.service-item a:hover::after{
    color: #D45C86;
}


.service-detail {
    width:100%;
    background: #514068 url("../images/bg-masu-02.png") repeat;
    background-size: 24px;
}
.service-detail.kojin,
.service-detail.kigyou {
    width:100%;
    background: #514068 url("../images/bg-masu-03.png") repeat;
    background-size: 24px;
}
.service-detail .service-detail-wrapper{
    width:100%;
    padding:80px 40px;
    max-width: 1380px;
    margin: 0 auto;
}
.service-detail .service-detail-wrapper .ttl{
    width:860px;
    text-align: center;
    margin: 0 auto 60px;
}

.service-detail-content{
    width:90%;
    margin: 0 auto;
}
.service-detail-content .point-content{
    width:100%;
    position: relative;
    aspect-ratio: 13/9;
    margin-bottom: 60px;
}
.service-detail-content .point-content .image{
    width:75%;
}
.service-detail-content .point-content .point-box{
    width:36%;
    position: absolute;
    top: 0;
    right: 20px;
}
.service-detail-content .point-content .point-box h3{
    width:100%;
    margin-bottom: -55px;
    text-align: right;
    padding-right: 40px;
}
.service-detail-content .point-content .point-box h3 img{
    width:162px;
}
.service-detail-content .point-content .point-box .point-text{
    width:100%;
    font-size: 16px;
    line-height: 1.68;
    padding:65px 10% 50px;
    background: #FFFFFF;
    border-radius: 10px;
    color: #3D2957;
}

.service-detail-content .kouza-content{
    width:100%;
    text-align: center;
}
.service-detail-content .kouza-content h3{
    width:100%;
    text-align: center;
}
.service-detail-content .kouza-content h3 img{
    width:540px;
}

.service-detail-content .kouza-content .base{
    width:100%;
    max-width: 860px;
    margin: 0 auto;
    padding:40px 60px;
    background:url("../images/maru.png") ,url("../images/maru.png") ,url("../images/maru.png"),url("../images/maru.png");
    background-size: 10px, 10px, 10px, 10px;
    background-position: left 16px top 16px, left 16px bottom 16px, right 16px top 16px, right 16px bottom 16px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-color: #F8F4FD;
    border-radius: 30px;
    text-align: center;
}
.service-detail-content .kouza-content .base h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.68;
    color: #3D2957;
    margin-bottom: 40px;
}
.service-detail-content .kouza-content .base h4 span{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.68;
    color: #3D2957;
}

.service-detail-content .kouza-content .kouza-photo{
    width:100%;
    text-align: center;
    margin-bottom: 40px;
}

.service-detail-content .kouza-content .kouza-text{
    width:100%;
    font-size: 16px;
    line-height: 1.68;
    margin-bottom: 40px;
    text-align: left;
}
.service-detail-content .kouza-content .koushi-content{
    width:100%;
    text-align: left;
    margin-bottom: 40px;
}
.service-detail-content .kouza-content .koushi-content h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.68;
    color: #3D2957;
}
.service-detail-content .kouza-content .koushi-content .koushi-test{
    font-size: 16px;
    line-height: 1.68;
}


.service-detail-content .naradeha-content{
    width:90%;
    text-align: center;
    padding:40px 0;
    margin: 0 auto;
}
.service-detail-content .naradeha-content h3{
    width:100%;
    text-align: center;
    padding:0 25px 30px;
}
.service-detail-content .naradeha-content h3 img{
    width:540px;
}
.service-detail-content .naradeha-content .naradeha-list{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.service-detail-content .naradeha-content .naradeha-item{
    width:48.5%;
    padding:35px 35px 42px;
    background: #F8F4FD;
    border-radius: 10px;
    margin-bottom: 40px;
}
.service-detail-content .naradeha-content .naradeha-item .photo{
    width:100%;
    margin-bottom: 12px;
}
.service-detail-content .naradeha-content .naradeha-item .photo img{
    width:100%;
    height: auto;
}
.service-detail-content .naradeha-content .naradeha-item .naradeha-text{
    width:100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.68;
    text-align: left;
    color: #3D2957;
    font-weight: 500;
}

.service-detail .btn-area {
    max-width:880px;
    width:38vw;
    min-width: 580px;
    margin:60px auto 0;
}
.service-detail .btn-area .btn{
    width:100%;
    display:block;
    aspect-ratio: 880/135;
    background: url("../images/btn-link.png") no-repeat center center;
    background-size: 100%;
    font-size: 0;
    position: relative;
    transition: background-image 0s ease;
}
.service-detail .btn-area .btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/btn-link-hover.png") no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0s ease;
}
.service-detail .btn-area .btn:hover{
    background-image: none;
}
.service-detail .btn-area .btn:hover::before{
    opacity: 1;
}


/* Contact Section */
.contact {
    width:100%;
    background: #F8F4FD url("../images/bg-dot.png") repeat;
    background-size: 24px;
}
.contact .contact-wrapper{
    width:100%;
    background: url("../images/ttl-contact-pc.png") no-repeat top 100px left 20px;
    background-size: 6vw;
    padding:100px 0;
}
.contact-title {
    text-align: center;
}
.contact-title h2 {
    width:80%;
    max-width: 620px;
    margin: 0 auto 20px;
}


.contact-form {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 80px 60px;
    max-width: 960px;
    margin: 0 auto;
}

.form-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.08;
    color: #2D2D2D;
    text-align: center;
    margin-bottom: 45px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.form-label {
    flex-shrink: 0;
    width: 230px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-label span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.68;
    color: #3D2957;
}

.form-label span.required {
    background: #705891;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    padding: 6px 8px 7px;
    border-radius: 3px;
}

.form-input {
    flex: 1;
}

.form-input input,
.form-input textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #C2C2C2;
    border-radius: 7px;
    background: #FFFCEA;
    font-size: 16px;
}

.form-input textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.form-checkboxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.form-note {
    margin-top: -10px;
    margin-left: 250px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.38;
    color: #2D2D2D;
}

.checkbox-label input[type="checkbox"],
.checkbox-label input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    background: #FFFCEA;
}

.checkbox-label input[type="radio"] {
    border-radius: 50%;
}

.privacy-section {
    background: #ECE8F0;
    border-radius: 8px;
    padding: 40px;
}

.privacy-content {
    margin-bottom: 20px;
}

.privacy-content h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 2.08;
    letter-spacing: 0.05em;
    color: #2D2D2D;
    margin-bottom: 10px;
}

.privacy-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
}

.privacy-checkbox {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 2.08;
    letter-spacing: 0.05em;
    color: #2D2D2D;
}

.privacy-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    background: #FFFCEA;
}

.submit-btn {
    background: #514068;
    color: #FFFFFF;
    border: none;
    border-radius: 31px;
    padding: 14px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 2.08;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: center;
}

.submit-btn:hover {
    background: #3D2957;
    transform: translateY(-2px);
}
.privacy-text{
    font-size: 14px;
}
.privacy-text a{
    font-size: 14px;
    color: #3D2957;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.privacy-text a:hover{
    color: #EF8BAE;
    text-decoration: none;
}

/* Footer */
.footer {
    background: #514068;
    padding: 60px 0;
    color: #fff;
}
.footer .inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .inner .footer-logo-area {
    width: 430px;
    padding-right: 60px;
    border-right: 1px solid #FFFFFF;
}

.footer .inner .footer-info {
    font-size: 14px;
    color: #FFFFFF;
}

/* Copyright */
.copyright {
    background: #2D2D2D;
    padding: 30px 10px;
    text-align: center;
}
.copyright p {
    font-size: 13px;
    color: #FFFFFF;
}





















@media (max-width: 1480px) {
    .about {
        aspect-ratio: 13/9;
    }
    .about .about-wrapper{
        aspect-ratio: 13/9;
    }

.features-slide .slick-prev,
.features-slide .slick-prev:hover,
.features-slide .slick-prev:focus{
	left:20%;
	top: 52%;
	width:60px;
	height:60px;
}
.features-slide .slick-prev:before,
.features-slide .slick-prev:hover:before,
.features-slide .slick-prev:focus:before{
	content: '';
	background:url("../images/prev.png") no-repeat center center;
	background-size:100%;
	width:60px;
	height:60px;
	display:block;
}
.features-slide .slick-next,
.features-slide .slick-next:hover,
.features-slide .slick-next:focus{
	right:20%;
	top: 52%;
	width:60px;
	height:60px;
}
.features-slide .slick-next:before,
.features-slide .slick-next:hover:before,
.features-slide .slick-next:focus:before{
	content: '';
	background:url("../images/next.png") no-repeat center center;
	background-size:100%;
	width:60px;
	height:60px;
	display:block;
}

}

@media (max-width: 768px) {
    .pc {
		display: none !important;
	}
    .l{
        float:none;
    }
    .r{
        float:none;
    }
    html {
        font-size:16px;
        scroll-behavior: smooth;
    }
	#container{
		min-width: 100%;
	}
    body {
        min-width:100%;
    }
    #page-top {
        position: fixed;
        width:50px;
        bottom: 10px;
        right: 10px;
        z-index: 1000;
    }

    .header {
        padding:12px 12px;
    }
    .header-content {
        padding: 0 10px;
    }
    .header-content .logo{
        width:100%;
        max-width:100px;
        min-width:80px;
    }
/* first-view */
.first-view{
    position: relative;
    width:100%;
    aspect-ratio: 9/11;
    overflow: hidden;
}
.first-view-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 9/11;
    z-index: 1;
}
.first-view-content .slideshow{
    max-width: 1227px;
    aspect-ratio: 1227/862;
    width:67%;
    float: right;
    margin-right:0;
}
.first-view-content .text-catch{
    position: absolute;
    top: 9vw;
    left: 14vw;
    z-index: 2;
    font-size:18px;
    line-height: 1.2;
    writing-mode: vertical-rl;
}

.first-view-content .illust-tori{
    position: absolute;
    bottom: 10vw;
    right: 56%;
    max-width:151px;
    min-width:100px;
    width:8vw;
}

.first-view-title{
    position: relative;
    width: 100%;
    background: #F8F4FD;
    padding:24px 2px;
}
.first-view-title .illust-tori{
    position: absolute;
    top: 6px;
    right: 12px;
    width:70px;
    z-index: 2;
}
.first-view-title .text-catch-02{
    font-size: 21px;
    padding:4px 24px;
    font-weight: 700;
}
.first-view-title .image-logo{
    position: static;
    width: 100%;
   padding:20px 24px 30px ;
}

.first-view-bg .ani-bg{
    width:100%;
}
.first-view-bg .ani-bg .box{
    width:200%;
}
.first-view-bg .ani-bg .box img{
    vertical-align: bottom;
}


/* About Section SP */
.about {
    width:100%;
    position: relative;
    background: url("../images/bg-masu-01.png") repeat;
    background-size: 23px;
    aspect-ratio: 9/25;
}
.about .about-wrapper{
    width:100%;
    background: none,url("../images/illust-taiyou.png") ,url("../images/illust-tori2.png"),url("../images/illust-ie.png");
    background-position: top 0 left 0,top 30px right 20px,bottom 120px left 40px,bottom 40px right 30px;
    background-size: 0,54px,66px,64px;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    position: absolute;
    aspect-ratio: 9/25;
}
.about .about-wrapper .ttl{
    padding:50px 0 0;
    text-align: center;
}
.about .about-wrapper .ttl img{
    width:114px;
}
.about .ani-bg{
    position: absolute;
    top:86px;
    aspect-ratio: 9/16;
}
.about .ani-bg .box{
    width:200%;
}

.about .inner {
    position: absolute;
    top: 120px;
    left: 0;
    width:100%;
    padding:20px 12px;
    z-index: 1;
}
.about .inner .base{
    width:100%;
    max-width: 862px;
    margin: 0 auto;
    padding:50px 24px;
    color: #3D2957;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    text-align: center;
}
.about .inner .base h2{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}

.about .inner .base .text{
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.wellbeing-box{
    position: static;
    width:100%;
    max-width:100%;
    padding:30px 30px 34px ;
    color: #3D2957;
    background: #FFF6C2;
    border-radius: 0px;
    box-shadow: 0;
    z-index: 1;
}
.wellbeing-box h4{
    font-weight: 700;
    font-size:20px;
}
.wellbeing-box p{
    font-size: 14px;
    line-height: 1.68;
}


/* Movie Section */
.movie {
    width:100%;
    background:url("../images/bg-movie-left.png") ,url("../images/bg-movie-right.png") ,url("../images/bg-dot.png") ;
    background-size: 240px, 240px, 12px;
    background-position: left top, right bottom, center center;
    background-repeat: no-repeat, no-repeat, repeat;
}
.movie .movie-wrapper{
    width:100%;
    padding:0 30px 120px;
    background: none;
}
.movie .movie-wrapper .ttl{
    padding:50px 0 42px;
}
.movie .movie-wrapper .ttl img{
    width:102px;
}
.movie .movie-content{
    width:100%;
    max-width: 960px;
    margin: 0 auto;
}



/* Features Section */
.features {
    width:100%;
    background:url("../images/bg-masu-02.png") repeat;
    background-size: 25px;
}
.features .features-wrapper{
    width:100%;
    padding:100px 0;    
    background: none;
}
.features .features-wrapper .ttl{
    width:88%;
    max-width: 520px;
    margin: 0 auto 0px;
    padding:0 16px;
}
.features-slide .card .card-number{
    right: 32px;
    width: 96px;
    padding:10px 8px 0;
}

.features-slide .card .card-content{
    width: 96%;
    margin: 0 auto;
    padding: 40px 24px;
    border: 1px solid #6c5575;
    border-radius: 12px;
    background: #3D2957;
    margin-top: 30px;
}

.features-slide .card .card-content .text-area {
    width: 100%;
    line-height: 1.72;
}
.features-slide .card .card-content .text-area h3 {
    margin: 1.5rem 0 1rem;
    font-size:18px;
}
.features-slide .card .card-content .text-area .text {
    font-size: 15px;
}

.features-slide .slick-prev,
.features-slide .slick-prev:hover,
.features-slide .slick-prev:focus{
	left:0;
	top: 32%;
	width:40px;
	height:40px;
}
.features-slide .slick-prev:before,
.features-slide .slick-prev:hover:before,
.features-slide .slick-prev:focus:before{
	content: '';
	background:url("../images/prev.png") no-repeat center center;
	background-size:100%;
	width:40px;
	height:40px;
	display:block;
}
.features-slide .slick-next,
.features-slide .slick-next:hover,
.features-slide .slick-next:focus{
	right:0;
	top: 32%;
	width:40px;
	height:40px;
}
.features-slide .slick-next:before,
.features-slide .slick-next:hover:before,
.features-slide .slick-next:focus:before{
	content: '';
	background:url("../images/next.png") no-repeat center center;
	background-size:100%;
	width:40px;
	height:40px;
	display:block;
}




/* Service Section */
.service {
    width:100%;
    background:#F8F4FD url("../images/bg-masu-01.png") repeat;
    background-size: 24px;
}
.service .service-wrapper{
    width:100%;
    padding:0 0;
    background: none;
}
.service .service-wrapper .ttl{
    padding:80px 0 40px;
    text-align: center;
}
.service .service-wrapper .ttl img{
    width:130px;
}
.service-title {
    text-align: center;
}
.service-title h2 {
    width:70%;
    max-width: 420px;
    margin: 0 auto 20px;
}
.service .service-content{
    width: 100%;
    padding:0 24px 80px;
}
.service .service-content .read-text{
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
}

.service-list{
    display: flex;
    flex-wrap: wrap;
}
.service-item{
    width: 100%;
    text-align: center;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item a{
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    color: #3D2957;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    line-height: 1.68;
    border: 2px solid #2D2D2D;
}

.service-detail {
    width:100%;
}
.service-detail .service-detail-wrapper{
    width:100%;
    padding:60px 20px;
}
.service-detail .service-detail-wrapper .ttl{
    width:100%;
    text-align: center;
    margin: 0 auto 40px;
}


.service-detail-content{
    width:100%;
    margin: 0 auto;
}
.service-detail-content .point-content{
    width:100%;
    position: static;
    aspect-ratio: 13/9;
    margin-bottom: 60px;
}
.service-detail-content .point-content .point-box{
    width:100%;
    position: static;
}
.service-detail-content .point-content .image{
    width:100%;
    margin-bottom: 30px;
}
.service-detail-content .point-content .point-box h3{
    width:100%;
    margin-bottom: -36px;
    text-align: left;
    padding-left: 30px;
}
.service-detail-content .point-content .point-box h3 img{
    width:106px;
}
.service-detail-content .point-content .point-box .point-text{
    width:100%;
    font-size: 16px;
    line-height: 1.68;
    padding:45px 30px 50px;
    background: #FFFFFF;
    border-radius: 10px;
    color: #3D2957;
}

.service-detail-content .kouza-content{
    width:100%;
    padding:0px;
}
.service-detail-content .kouza-content h3{
    width:100%;
    text-align: center;
    padding:0 35px 10px;
}
.service-detail-content .kouza-content h3 img{
    width:540px;
}

.service-detail-content .kouza-content .base{
    width:100%;
    padding:50px 24px;
    background:url("../images/maru.png") ,url("../images/maru.png") ,url("../images/maru.png"),url("../images/maru.png");
    background-size: 10px, 10px, 10px, 10px;
    background-position: left 16px top 16px, left 16px bottom 16px, right 16px top 16px, right 16px bottom 16px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-color: #F8F4FD;
    border-radius: 7px;
    text-align: center;
}
.service-detail-content .kouza-content .base h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.68;
    color: #3D2957;
    margin-bottom: 40px;
}
.service-detail-content .kouza-content .base h4 span{
    font-weight: 500;
    font-size: 13px;
    line-height: 1.68;
    color: #3D2957;
}

.service-detail-content .kouza-content .kouza-photo{
    width:100%;
    text-align: center;
    margin-bottom: 40px;
}

.service-detail-content .kouza-content .kouza-text{
    width:100%;
    font-size: 16px;
    line-height: 1.68;
    margin-bottom: 40px;
    text-align: left;
}
.service-detail-content .kouza-content .koushi-content{
    width:100%;
    text-align: left;
    margin-bottom: 40px;
}
.service-detail-content .kouza-content .koushi-content h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.68;
    margin-bottom: 10px;
    color: #3D2957;
}
.service-detail-content .kouza-content .koushi-content .koushi-test{
    font-size: 16px;
    line-height: 1.68;
}


.service-detail-content .naradeha-content{
    width:96%;
    text-align: center;
    padding:40px 0;
    margin: 0 auto;
}
.service-detail-content .naradeha-content h3{
    width:100%;
    text-align: center;
    padding:0 25px 10px;
}
.service-detail-content .naradeha-content h3 img{
    width:540px;
}
.service-detail-content .naradeha-content .naradeha-list{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.service-detail-content .naradeha-content .naradeha-item{
    width:100%;
    padding:30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.service-detail-content .naradeha-content .naradeha-item .photo{
    width:100%;
    margin-bottom: 12px;
}
.service-detail-content .naradeha-content .naradeha-item .photo img{
    width:100%;
    height: auto;
}
.service-detail-content .naradeha-content .naradeha-item .naradeha-text{
    width:100%;
    font-size: 16px;
    line-height: 1.68;
    color: #3D2957;
    font-weight: 500;

}

.service-detail .btn-area {
    max-width:310px;
    width:90%;
    min-width: 90%;
    margin:60px auto 0;
}
.service-detail .btn-area .btn{
    width:100%;
    display:block;
    aspect-ratio: 720/228;
    background: url("../images/btn-link-sp.png") no-repeat center center;
    background-size: 100%;
    font-size: 0;
    position: relative;
    transition: background-image 0.2s ease;
}
.service-detail .btn-area .btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/btn-link-sp-hover.png") no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.service-detail .btn-area .btn:hover{
    background-image: none;
}
.service-detail .btn-area .btn:hover::before{
    opacity: 1;
}




/* Contact Section */
.contact {
    width:100%;
    background: #F8F4FD url("../images/bg-dot.png") repeat;
    background-size: 12px;
    padding:0 0 80px;
}
.contact .contact-wrapper{
    width:100%;
    background: none;
    padding:0 0;
}
.contact .contact-wrapper .ttl{
    padding:80px 0 40px;
    text-align: center;
}
.contact .contact-wrapper .ttl img{
    width:140px;
}
.contact-title {
    text-align: center;
}
.contact-title h2 {
    width:70%;
    max-width: 420px;
    margin: 0 auto 20px;
}


.contact-form {
    border-radius: 12px;
    padding: 40px 24px;
    width: 92%;
    margin: 0 auto;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.form-label {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-label span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.68;
    color: #3D2957;
}

.form-label span.required {
    background: #705891;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    padding: 6px 8px 7px;
    border-radius: 3px;
}

.form-input {
    flex: 1;
}

.form-input input,
.form-input textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #C2C2C2;
    border-radius: 7px;
    background: #FFFCEA;
    font-size: 16px;
}

.form-input textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.form-checkboxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.form-note {
    margin-top: -10px;
    margin-left: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.38;
    color: #2D2D2D;
}

.checkbox-label input[type="checkbox"],
.checkbox-label input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    background: #FFFCEA;
}

.checkbox-label input[type="radio"] {
    border-radius: 50%;
}

.privacy-section {
    background: #ECE8F0;
    padding: 40px;
}

.privacy-content {
    margin-bottom: 20px;
}

.privacy-content h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 2.08;
    letter-spacing: 0.05em;
    color: #2D2D2D;
    margin-bottom: 10px;
}

.privacy-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
}

.privacy-checkbox {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 2.08;
    letter-spacing: 0.05em;
    color: #2D2D2D;
}

.privacy-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    background: #FFFCEA;
}

.submit-btn {
    background: #514068;
    color: #FFFFFF;
    border: none;
    border-radius: 31px;
    padding: 14px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 2.08;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: center;
}

.submit-btn:hover {
    background: #3D2957;
    transform: translateY(-2px);
}



/* Footer */
.footer {
    background: #514068;
    padding: 60px 0;
    color: #fff;
}
.footer .inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.footer .inner .footer-logo-area {
    width: 100%;
    padding:0 20px 20px;
    border-right:0;
}

.footer .inner .footer-info {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

/* Copyright */
.copyright {
    background: #2D2D2D;
    padding: 30px 10px;
    text-align: center;
}
.copyright p {
    font-size: 13px;
    color: #FFFFFF;
}



/*スライドメニュー
---------------------------------------------- */
.con-body {
	z-index: 2;
	position: relative;
	height: 100%;
	background-color: #fff;
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-ms-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}
.sidebar {
	height: 100%;
	overflow-y: scroll;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	right: 0;
	background:#fff;
	padding:80px 40px 100px;
}

.nav-right {
	position: fixed;
	right: 10px;
	top: 10px;
	width:120px;
	height:50px;
	z-index: 10000;
}

.nav-right .button {
	width:120px;
	height:50px;
    border-radius: 100vh;
	background:#3D2957 url("../images/menu-tap.png") no-repeat center center;
	background-size: 70px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	transition: all 1s;
}
.nav-right.visible-xs .button.active {
	width:60px;
	height:60px;
	background: #3d3d3d url("../images/close.png") no-repeat center center;
	background-size: 15px;
	cursor: pointer;
	display: block;
	float: right;
	transition: all 1s;
}

.move-to-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}


.side-ttl{
	text-align:center;
	display: block;
	font-weight:bold;
	padding:0 0 0;
	width:50%;
	max-width:150px;
	margin:0 auto 10px;
}
.sidebar-list {
	padding:0 0px;
	width:100%;
	margin:0 auto;
	list-style: none;
	position: relative;
}
.sidebar-item{
	width:100%;
	padding:24px 0 ;
	font-size:0;

	text-align:center;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.sidebar-item .nav-link{
	width:100%;
	display:block;
	padding:22px 0px 24px 26px;
    border-bottom: 2px dotted #b6adbe;
	font-size:17px;
	text-align:left;
    position: relative;
}
.sidebar-item .no-border{
    border-bottom: none;
}
.sidebar-item .nav-link:before {
    font-family: "Font Awesome 6 Free",sans-serif;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    font-weight: 900;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0px;
    color: #EF8BAE;
}

.sidebar-item:first-child {
	-webkit-transition: all .35s .1s ease-in-out;
	-moz-transition: all .35s .1s ease-in-out;
	-ms-transition: all .35s .1s ease-in-out;
	-o-transition: all .35s .1s ease-in-out;
	transition: all .35s .1s ease-in-out;
}
.sidebar-item:nth-child(2) {
	-webkit-transition: all .35s .2s ease-in-out;
	-moz-transition: all .35s .2s ease-in-out;
	-ms-transition: all .35s .2s ease-in-out;
	-o-transition: all .35s .2s ease-in-out;
	transition: all .35s .2s ease-in-out;
}
.sidebar-item:nth-child(3) {
	-webkit-transition: all .35s .3s ease-in-out;
	-moz-transition: all .35s .3s ease-in-out;
	-ms-transition: all .35s .3s ease-in-out;
	-o-transition: all .35s .3s ease-in-out;
	transition: all .35s .3s ease-in-out;
}
.sidebar-item:last-child {
	-webkit-transition: all .35s .4s ease-in-out;
	-moz-transition: all .35s .4s ease-in-out;
	-ms-transition: all .35s .4s ease-in-out;
	-o-transition: all .35s .4s ease-in-out;
	transition: all .35s .3s ease-in-out;
}
.sidebar-item.active {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.sidebar-item .sub-link ul li a{
	width:100%;
	display:block;
	padding:0 0 12px 40px;
	font-size:14px;
	text-align:left;
    position: relative;
}
.sidebar-item .sub-link ul li a:before{
    font-family: "Font Awesome 6 Free",sans-serif;
    content: "\f054";
    position: absolute;
    font-size: 10px;
    font-weight: 900;
    top: 42%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 20px;
    color: #EF8BAE;
}
.sidebar-item .sub-link{
    border-bottom: 2px dotted #b6adbe;
}

}


/*---------- 769px以上でnone ----------*/
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}