@charset "UTF-8";

/** -- fv -- **/
.fv {
    position: relative;
    height: 720px;
}

.fv img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.fv h2 {
    background: url(../img/top/mv_tbg.png) no-repeat center / contain;
    font-size: 85px;
    line-height: 1.5;
    padding-top: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    height: 560px;
    width: 690px;
}

.fv h2 span {
    display: block;
    letter-spacing: -3px;
    position: relative;
}

@media screen and (max-width: 1480px) {
    .fv {
        height: 46vw;
    }

    .fv h2 {
        font-size: 5.4vw;
        padding-top: 6vw;
        height: 36vw;
        width: 45vw;
    }

    .fv h2 span {
        letter-spacing: -0.2vw;
    }
}

@media screen and (max-width: 780px) {
    .fv {
        height: auto;
    }

    .fv h2 {
        font-size: 10vw;
        padding-top: 10vw;
        height: 66vw;
        width: 80vw;
    }

    .fv h2 span {
        letter-spacing: -0.5vw;
    }
}

/** -- about -- **/
main .about .image {
    margin-right: 70px;
    position: relative;
    width: calc(50% - 70px);
}

main .about figure {
    border-radius: 0 30px 30px 0;
    margin-left: calc((1110px - 100vw) / 2);
    overflow: hidden;
    position: relative;
    height: 100%;
}

main .about figure img {
    object-fit: cover;
    position: absolute;
    right: -120px;
    top: 0;
    height: 100%;
    width: calc(100% + 120px);
    max-width: initial;
}

main .about img.deco {
    position: absolute;
    bottom: -120px;
    right: 100px;
    width: 344px;
    z-index: 1;
}

main .about .text {
    width: 50%;
}

main .about .text p {
    font-weight: bold;
}

main .about .link {
    border-top: dashed 1px #4c4948;
    margin-top: 40px;
    padding-top: 20px;
}

main .about .link .btn_1 {
    margin-right: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 1480px) {
    main .about .image {
        margin-right: 5vw;
        width: calc(50% - 5vw);
    }

    main .about figure {
        border-radius: 0 2vw 2vw 0;
        margin-left: -10vw;
    }

    main .about figure img {
        right: -8vw;
    }

    main .about img.deco {
        bottom: -8.8vw;
        right: 8vw;
        width: 25vw;
    }

    main .about .link {
        margin-top: 2vw;
        padding-top: 1vw;
    }

    main .about .link .btn_1 {
        margin-right: 0.6vw;
        margin-top: 1.2vw;
    }
}

@media screen and (max-width: 780px) {
    main .about .inner {
        flex-direction: column-reverse;
    }

    main .about .image {
        margin: 0 -5vw;
        margin-top: 16vw;
        height: 74vw;
        width: auto;
    }

    main .about figure {
        border-radius: 0;
        margin-left: 0;
    }

    main .about figure img {
        object-fit: cover;
        position: relative;
        bottom: auto;
        right: auto;
        height: 100%;
        width: 100%;
    }

    main .about img.deco {
        display: none;
    }

    main .about .text {
        width: 100%;
    }

    main .about .link {
        margin-top: 6vw;
        padding-top: 3vw;
    }

    main .about .link .btn_1 {
        margin-right: 0;
        margin-top: 4vw;
    }
}

/** -- 事業内容 -- **/
.business {
    background-color: #f5f5f5;
}

.business .sec_inner {
    position: relative;
}

.business .inner {
    margin: 0 -35px;
}

.business .inner article {
    margin: 0 35px;
    padding-bottom: 80px;
    position: relative;
    width: calc(50% - 70px);
}

.business .inner figure {
    margin-bottom: 20px;
}

.business .inner figure img {
    border-radius: 30px;
}

.business .inner h3 {
    margin-bottom: 5px;
}

.business .inner p {
    line-height: 1.8;
}

.business .inner article .btn_1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.business img.deco {
    position: absolute;
    top: -120px;
    right: 165px;
    width: 305px;
    z-index: 1;
}

@media screen and (max-width: 1480px) {
    .business .inner {
        margin: 0 -2.5vw;
    }

    .business .inner article {
        margin: 0 2.5vw;
        padding-bottom: 6.5vw;
        width: calc(50% - 5vw);
    }

    .business .inner figure {
        margin-bottom: 1.2vw;
    }

    .business .inner figure img {
        border-radius: 2vw;
    }

    .business .inner h3 {
        margin-bottom: 0.3vw;
    }

    .business img.deco {
        top: -8.8vw;
        right: 9.5vw;
        width: 21vw;
    }
}

@media screen and (max-width: 780px) {
    .business {
        margin-top: 28vw;
    }

    .business .inner {
        margin: 0;
    }

    .business .inner article {
        margin: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .business .inner article+article {
        margin-top: 10vw;
    }

    .business .inner figure {
        margin-bottom: 4vw;
    }

    .business .inner figure img {
        border-radius: 2vw;
    }

    .business .inner h3 {
        margin-bottom: 1vw;
    }

    .business .inner article .btn_1 {
        margin: 4vw auto 0;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .business img.deco {
        width: 41vw;
        top: -20vw;
        right: 0;
    }
}

/** -- 制作実績 -- **/
.works .sec_inner_2 {
    position: relative;
}

.works .deco {
    position: absolute;
    left: 0;
    top: -65px;
    width: 110px;
}

.works .list {
    justify-content: space-between;
}

.works .list article {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 0 70px;
    padding-top: 30px;
    position: relative;
    height: 320px;
    width: 320px;
}

.works .list article a {
    display: block;
}

 .works .list article a:hover figure{
    opacity: 0.7;
}

.works .list article a:hover p{
    color: #1336e6;
} 

.works .list article figure {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 220px;
    transition: 0.3s ease;
}

.works .list article p {
    font-weight: bold;
    text-align: center;
    transition: color 0.3s ease;
}

.works .look_number {
    background-color: #fff;
    border-radius: 30px;
    margin-top: 30px;
    padding: 50px 55px 20px;
    position: relative;
}

.works .deco_2 {
    position: absolute;
    right: -186px;
    bottom: -60px;
    width: 186px;
}

.works .look_number .headline_2 {
    margin-bottom: 30px;
    text-align: center;
}

.works .look_number .box {
    margin-bottom: 40px;
    padding-left: 90px;
    position: relative;
    width: 33.3333%;
}

.works .look_number .box:nth-of-type(3n-1),
.works .look_number .box:nth-of-type(3n) {
    border-left: solid 2px #f5f5f5;
    padding-left: 120px;
}

.works .look_number .box figure {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}

.works .look_number .box:nth-of-type(3n-1) figure,
.works .look_number .box:nth-of-type(3n) figure {
    left: 30px;
}

.works .look_number .box p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.works .look_number .box p.number {
    color: #1a3a83;
}

.works .look_number .box p.number span {
    font-size: 200%;
}

@media screen and (max-width: 1480px) {
    .works .deco {
        top: -5vw;
        width: 8.2vw;
    }

    .works .list article {
        border-radius: 2vw;
        margin: 0 0 4.5vw;
        padding-top: 2vw;
        height: 23.4vw;
        width: 23.4vw;
    }

    .works .list article figure {
        margin-bottom: 0.6vw;
        width: 16vw;
    }

    .works .look_number {
        border-radius: 30px;
        margin-top: 30px;
        padding: 50px 55px 20px;
    }

    .works .deco_2 {
        right: -1.2vw;
        bottom: -4.8vw;
        width: 13vw;
    }

    .works .look_number .headline_2 {
        margin-bottom: 2vw;
    }

    .works .look_number .box {
        margin-bottom: 3vw;
        padding-left: 6vw;
    }

    .works .look_number .box:nth-of-type(3n-1),
    .works .look_number .box:nth-of-type(3n) {
        padding-left: 9vw;
    }

    .works .look_number .box figure {
        width: 5.5vw;
    }

    .works .look_number .box:nth-of-type(3n-1) figure,
    .works .look_number .box:nth-of-type(3n) figure {
        left: 2vw;
    }

    .works .look_number .box p {
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 780px) {
    .works .deco {
        left: 10vw;
        top: -6vw;
        width: 15vw;
    }

    .works .list article {
        border-radius: 4vw;
        margin: 0 0 4vw;
        padding-top: 4vw;
        height: 43vw;
        width: 43vw;
    }

    .works .list article figure {
        margin-bottom: 1vw;
        width: 28vw;
    }

    .works .look_number {
        border-radius: 4vw;
        margin-top: 4vw;
        padding: 6vw 5vw 4vw;
        position: initial;
    }

    .works .deco_2 {
        right: -2vw;
        top: -6vw;
        bottom: auto;
        width: 24vw;
    }

    .works .look_number .headline_2 {
        margin-bottom: 0;
    }

    .works .look_number .box {
        margin-bottom: 0;
        padding: 4vw 0;
        padding-left: 25vw;
        width: 100%;
    }

    .works .look_number .box:nth-of-type(3n-1),
    .works .look_number .box:nth-of-type(3n) {
        border-left: none;
        padding-left: 25vw;
    }

    .works .look_number .box+.box {
        border-top: solid 2px #f5f5f5;
        padding-top: 4vw;
    }

    .works .look_number .box figure {
        left: 4vw;
        width: 16vw;
    }

    .works .look_number .box:nth-of-type(3n-1) figure,
    .works .look_number .box:nth-of-type(3n) figure {
        left: 4vw;
    }

    .works .look_number .box p {
        font-size: 4vw;
    }
}

/** -- お客様の声 -- **/
.voice .deco {
    width: 440px;
}

.voice .deco img+img {
    margin-top: 100px;
}

.voice .list {
    margin-left: 110px;
    width: calc(100% - 440px - 110px);
}

.voice .list article+article {
    border-top: dashed 1px #4c4948;
    margin-top: 40px;
    padding-top: 40px;
}

.voice .list article a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.voice .list article .text {
    margin-right: 30px;
    width: calc(100% - 486px - 30px);
}

.voice .list article p {
    font-weight: bold;
}

.voice .list article p.name {
    font-weight: normal;
    margin-top: 10px;
    text-align: right;
}

.voice .list article figure {
    height: 273px;
    width: 486px;
}

.voice .list article figure img {
    border-radius: 30px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1480px) {
    .voice .deco {
        width: 27vw;
    }

    .voice .deco img+img {
        margin-top: 7vw;
    }

    .voice .list {
        margin-left: 6vw;
        width: calc(100% - 27vw - 6vw);
    }

    .voice .list article+article {
        margin-top: 3vw;
        padding-top: 3vw;
    }

    .voice .list article .text {
        margin-right: 1.5vw;
        width: calc(100% - 30vw - 1.5vw);
    }

    .voice .list article p.name {
        margin-top: 0.6vw;
    }

    .voice .list article figure {
        height: 18vw;
        width: 30vw;
    }

    .voice .list article figure img {
        border-radius: 2vw;
    }
}

@media screen and (max-width: 780px) {
    .voice .deco {
        display: none;
    }

    .voice .list {
        margin-left: 0;
        width: 100%;
    }

    .voice .list article+article {
        margin-top: 6vw;
        padding-top: 6vw;
    }

    .voice .list article .text {
        margin-right: 0;
        width: 100%;
    }

    .voice .list article p.name {
        margin-top: 1vw;
    }

    .voice .list article figure {
        margin-top: 3vw;
        height: 50vw;
        width: 100%;
    }

    .voice .list article figure img {
        border-radius: 2vw;
    }
}

/** -- 刺しゅうデザインギャラリー -- **/
.gallery {
    padding: 120px 0;
    position: relative;
}

/* .gallery::after {
	background-color: #F5F5F5;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	z-index: -1;
} */
.gallery article {
    background-color: #fff;
    /*border-radius: 30px;*/
    overflow: hidden;
}

.gallery article a:hover {
    color: #1336e6;
}

.gallery article figure {
    height: 420px;
}

.gallery article figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery article .text {
    padding: 20px 30px;
}

.gallery article .text h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.gallery article .text p {
    line-height: 1.8;
}

.gallery .btn_1 {
    margin: 0 auto;
    margin-top: 40px;
}

@media screen and (max-width: 1480px) {
    .gallery {
        padding: 6vw 0;
    }

    .gallery article {
       /* border-radius: 2vw;*/
    }

    .gallery article figure {
        height: 21vw;
    }

    .gallery article .text {
        padding: 1.2vw 1.8vw;
    }

    .gallery article .text h3 {
        font-size: 1.6vw;
        margin-bottom: 0.2vw;
    }

    .gallery .btn_1 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 780px) {
    .gallery {
        padding: 6vw 0 12vw;
    }

    .gallery article {
        /*border-radius: 4vw;*/
    }

    .gallery article figure {
        height: 46vw;
    }

    .gallery article .text {
        padding: 3vw 4vw;
    }

    .gallery article .text h3 {
        font-size: 4.5vw;
        margin-bottom: 0;
    }

    .gallery .btn_1 {
        margin-top: 40px;
    }
}

/** -- 刺しゅうパーク -- **/
.park .sec_inner {
    position: relative;
}

.park .deco {
    position: absolute;
    bottom: 220px;
    left: 0;
    width: 128px;
}

.park .category li a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}

.park .category li a img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.park .list {
    margin-left: auto;
    margin-right: -20px;
    width: calc(100% - 320px + 40px);
    display: none;
}

.park .list.show {
    display: flex;
}

.park article {
    border-bottom: dashed 1px #4c4948;
    margin: 0 20px 30px;
    padding-bottom: 30px;
    padding-right: 55px;
    position: relative;
    width: calc(50% - 40px);
}

.park article a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.park article::after {
    background: url("../img/common/icon_arrow-1-white.png") no-repeat center / 10px;
    background-color: #3A3A3A;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.3s;
    height: 36px;
    width: 36px;
}

.park article:hover::after {
    background-color: #1336e6;
}

.park article a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.park article figure {
    transition: ease 0.3s;
    height: 160px;
    width: 240px;
}

.park article:hover figure {
    opacity: 0.8;
}

.park article figure img {
    border-radius: 30px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.park article .text {
    margin-left: 20px;
    width: calc(100% - 240px - 20px);
}

.park article h3 {
    font-size: 20px;
    transition: ease 0.3s;
}

.park article:hover h3 {
    color: #1336e6;
}

.park article p {
    line-height: 1.6;
    transition: ease 0.3s;
}

.park article:hover p {
    color: #1336e6;
}

.park article ul {
    margin-top: 10px;

}

.park article li {
    background-color: #f5f5f5;
    border-radius: 15px;
    font-size: 14px;
    margin-right: 5px;
    padding: 0 5px;
    margin-bottom: 10px;
}

.park .btn_1 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;

}

.selected-cate {
    color: #1336e6;
}

@media screen and (max-width: 1480px) {
    .park .deco {
        bottom: 15vw;
        width: 9vw;
    }

    .park .category li a {
        font-size: 1.55vw;
        padding-left: 2.6vw;
    }

    .park .category li a img {
        width: 2vw;
    }

    .park .list {
        margin-right: -1vw;
        width: calc(100% - 18vw + 2vw);
    }

    .park article {
        margin: 0 1vw 2vw;
        padding-bottom: 2vw;
        padding-right: 3vw;
        width: calc(50% - 2vw);
    }

    .park article::after {
        background-size: 0.8vw;
        height: 2.8vw;
        width: 2.8vw;
    }

    .park article figure {
        height: 10vw;
        width: 15vw;
    }

    .park article figure img {
        border-radius: 2vw;
    }

    .park article .text {
        margin-left: 1.2vw;
        width: calc(100% - 15vw - 1.2vw);
    }

    .park article h3 {
        font-size: 1.55vw;
    }

    .park article p {
        font-size: 1.35vw;
    }

    .park article ul {
        margin-top: 0.6vw;
    }

    .park article li {
        border-radius: 3vw;
        font-size: 1.05vw;
        margin-right: 0.4vw;
        padding: 0 0.5vw;
        margin-bottom: 1vw;
    }

    .park .btn_1 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 780px) {
    .park .deco {
        display: none;
    }

    /* 	.park .sec_exp {
		display: none;
	} */
    .park .category {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 4vw;
        width: 100%;
    }

    .park .category li {
        box-sizing: border-box;
        margin: 0 4vw 3vw;
        width: calc(50% - 8vw);
    }

    .park .category li a {
        font-size: 4vw;
        padding-left: 7vw;
    }

    .park .category li a img {
        width: 5vw;
    }

    .park .list {
        margin-right: 0;
        width: 100%;
    }

    .park article {
        margin: 0 0 5vw;
        padding-bottom: 5vw;
        padding-right: 0;
        width: 100%;
    }

    .park article::after {
        display: none;
    }

    .park article figure {
        margin-bottom: 3vw;
        height: 54vw;
        width: 100%;
    }

    .park article figure img {
        border-radius: 4vw;
    }

    .park article .text {
        margin-left: 0;
        width: 100%;
    }

    .park article h3 {
        font-size: 4vw;
    }

    .park article p {
        font-size: 3.8vw;
    }

    .park article ul {
        margin-top: 2vw;
    }

    .park article li {
        border-radius: 8vw;
        font-size: 3.2vw;
        margin-right: 2vw;
        padding: 0 2vw;
    }

    .park .btn_1 {
        margin: 0 auto;
        margin-top: 0;
    }
}

/** -- お知らせ -- **/
.news .sec_inner_2 {
    position: relative;
}

.news .deco {
    position: absolute;
}

.news .deco_1 {
    left: -40px;
    top: -110px;
    width: 250px;
}

.news .deco_2 {
    bottom: 50px;
    right: -90px;
    width: 230px;
}

.news dt {
    float: left;
    width: 140px;
}

.news dd {
    border-bottom: dashed 1px #4c4948;
    margin-bottom: 30px;
    padding-bottom: 25px;
    padding-left: 140px;
}

.news dd a:hover {
    color: #1336e6;
}

.news .btn_1 {
    margin: 0 auto;
    margin-top: 40px;
}

@media screen and (max-width: 1480px) {
    .news .deco_1 {
        left: -3vw;
        top: -9vw;
        width: 20vw;
    }

    .news .deco_2 {
        bottom: 2.5vw;
        right: -6vw;
        width: 15vw;
    }

    .news dt {
        width: 11vw;
    }

    .news dd {
        margin-bottom: 2vw;
        padding-bottom: 1.8vw;
        padding-left: 11vw;
    }

    .news .btn_1 {
        margin-top: 2vw;
    }
}

@media screen and (max-width: 780px) {
    .news .deco_1 {
        left: -4vw;
        top: -10vw;
        width: 32vw;
    }

    .news .deco_2 {
        bottom: -11vw;
        right: -5vw;
        width: 41vw;
    }

    .news dt {
        float: none;
        width: 100%;
    }

    .news dd {
        line-height: 1.8;
        margin-bottom: 4vw;
        padding-bottom: 4vw;
        padding-left: 0;
    }

    .news .btn_1 {
        margin-top: 0;
    }
}

/** -- page_link -- **/
.page_link .inner {
    margin: 0 -35px;
}

.page_link a {
    background-color: #000;
    border-radius: 30px;
    box-sizing: border-box;
    display: block;
    margin: 0 35px;
    overflow: hidden;
    position: relative;
    height: 290px;
    width: calc(33.3333% - 70px);
}

.page_link a:hover {
    opacity: 0.8;
}

.page_link a h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
}

.page_link a h3 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
}

.page_link a .btn_1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media screen and (max-width: 1480px) {
    .page_link .inner {
        margin: 0 -2.5vw;
    }

    .page_link a {
        border-radius: 2vw;
        margin: 0 2.5vw;
        height: 18.6vw;
        width: calc(33.3333% - 5vw);
    }

    .page_link a h3 {
        font-size: 2vw;
        padding-bottom: 20px;
    }

    .page_link a h3 span {
        font-size: 1.35vw;
        margin-top: 5px;
    }

    .page_link a .btn_1 {
        bottom: 0.6vw;
        right: 0.6vw;
    }
}

@media screen and (max-width: 780px) {
    .page_link .inner {
        margin: 0;
    }

    .page_link a {
        border-radius: 4vw;
        margin: 0 0 8vw;
        height: 58vw;
        width: 100%;
    }

    .page_link a h3 {
        font-size: 6.8vw;
        line-height: 1.4;
        padding-bottom: 0;
    }

    .page_link a h3 span {
        font-size: 4.8vw;
        margin-top: 2vw;
    }

    .page_link a .btn_1 {
        display: none;
    }
}

/* 20230320追加 */
.p-text p {
    font-weight: 400;
    letter-spacing: 0.11em;
}

.p-text .link {
    border-top: dashed 1px #4c4948;
    margin-top: 40px;
    padding-top: 40px;
}

.p-text .link p {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.0288em;
}

.p-text .link .btn_1 {
    margin-right: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 1480px) {
    .p-text .link {
        margin-top: 2vw;
        padding-top: 2vw;
    }

    .p-text .link p {
        font-size: 1.7vw;
    }

    .p-text .link .btn_1 {
        margin-right: 0.5vw;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 780px) {
    .p-text .link {
        margin-top: 6vw;
        padding-top: 6vw;
    }

    .p-text .link p {
        font-size: 4.4vw;
    }

    .p-text .link .btn_1 {
        margin-right: 4vw;
        margin-top: 4vw;
    }
}

.gallery .sec_exp,
.works .sec_exp,
.park .sec_exp {
    font-weight: 700;
    font-size: 24px;
}

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

    .gallery .sec_exp,
    .works .sec_exp,
    .park .sec_exp {
        font-size: 1.7vw;
    }
}

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

    .gallery .sec_exp,
    .works .sec_exp,
    .park .sec_exp {
        font-size: 3.8vw;
    }
}

.faq .content dt,
.faq .content dd {
    line-height: 1.6;
    padding-left: 60px;
    padding-top: 7px;
    position: relative;
    min-height: 40px;
}

.faq .content dt {
    margin-bottom: 12px;
}

.faq .content dd {
    border-bottom: dashed 1px #4c4948;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .content dt::before,
.faq .content dd::before {
    border: solid 2px #3A3A3A;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding-top: 5px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 40px;
    width: 40px;
}

.faq .content dt::before {
    background-color: #3A3A3A;
    color: #fff;
    content: "Q";
}

.faq .content dd::before {
    content: "A";
}

.faq .btn_1 {
    margin: 40px auto 0;
}

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

    .faq .content dt,
    .faq .content dd {
        padding-left: 4.6vw;
        padding-top: 7px;
        min-height: 3.2vw;
    }

    .faq .content dt {
        margin-bottom: 1vw;
    }

    .faq .content dd {
        margin-bottom: 1.6vw;
        padding-bottom: 1.6vw;
    }

    .faq .content dt::before,
    .faq .content dd::before {
        font-size: 1.2vw;
        padding-top: 0.5vw;
        height: 3.2vw;
        width: 3.2vw;
    }

    .faq .btn_1 {
        margin-top: 2vw;
    }
}

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

    .faq .content dt,
    .faq .content dd {
        padding-left: 9vw;
        padding-top: 0.8vw;
        min-height: 7vw;
    }

    .faq .content dt {
        margin-bottom: 4vw;
    }

    .faq .content dd {
        margin-bottom: 4vw;
        padding-bottom: 4vw;
    }

    .faq .content dt::before,
    .faq .content dd::before {
        border-width: 1px;
        font-size: 3.6vw;
        padding-top: 0.4vw;
        height: 7vw;
        width: 7vw;
    }

    .faq .btn_1 {
        margin-top: 0;
    }
}

.eachTextAnime span {
    opacity: 0;
    display: inline-block;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 0.5s ease-out forwards;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* 20240124追加MVスライドショー */
.p-mv {
    margin-top: -3px;
    position: relative;
}
.p-mv__item.order-1 {
    order: 1;
}
.p-mv__item.order-2 {
    order: 2;
}
.p-mv__item.order-3 {
    order: 3;
}
.p-mv__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 720px;
}
.p-mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-mv__text {
    position: absolute;
    width: 540px;
    z-index: 3;
}
.p-mv__text.white {
    color: #FFFFFF;
}
.p-mv__text.blck {
    color: #3A3A3A;
}
.p-mv__text--link {
    line-height: 1.25;
    height: auto;
}
@media screen and (min-width: 781px) {
    .p-mv__text {
        top: 50%;
        transform: translateY(-50%);
    }
    .p-mv__text.pc-left {
        left: calc( ( 100vw - 1600px ) / 2);
    }
    .p-mv__text.pc-center {
        text-align: center;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .p-mv__text.pc-center .p-mv__text--link {
        margin: 0 auto;
    }
    .p-mv__text.pc-right {
        right: calc( ( 100vw - 1800px ) / 2);
    }
    .p-mv__text--main {
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 32px;
    }
    .p-mv__text.pc-normal .p-mv__text--main {
        font-size: 64px;
    }
    .p-mv__text.pc-small .p-mv__text--main {
        font-size: 51.2px;
    }
    .p-mv__text--sub {
        line-height: 1.5;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 32px;
        letter-spacing: 0.01em;
    }
    .p-mv__text--link {
        padding-bottom: 14px;
    }
}
@media screen and (max-width: 1480px) {
    .p-mv__text--link {
        padding-bottom: 0.65vw;
    }
}
@media screen and (max-width: 1920px) and (min-width: 781px) {
    .p-mv__text.pc-left {
        left: calc( ( 100vw - 83.3333333vw ) / 2);
    }
    .p-mv__text.pc-right {
        right: calc( ( 100vw - 93.75vw ) / 2);
    }
    .p-mv__text--main {
        margin-bottom: 1.6666667vw;
    }
    .p-mv__text.pc-normal .p-mv__text--main {
        font-size: 3.333333vw;
    }
    .p-mv__text.pc-small .p-mv__text--main {
        font-size: 2.666666667vw;
    }
    .p-mv__text--sub  {
        font-size: 0.9375vw;
        margin-bottom: 1.6666667vw;
    }
}
@media screen and (max-width: 1480px) and (min-width: 781px) {
    .p-mv__text {
        width: 28.125vw;
    }
    .p-mv__img {
        height: 46vw;
    }
}
@media screen and (max-width: 780px) {
    .p-mv__text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        top: auto;
        height: calc( 100% - 8vw );
        /* bottom: 21.86666667vw; */
        bottom: 8vw;
        width: 89.3333333vw;
        left: 5.3333333vw;
        padding-top: 8vw;
    }
    .p-mv__text.sp-upperleft .p-mv__text--link {
        margin-top: auto;
    }
    .p-mv__text.sp-center {
        text-align: center;
        align-items: center;
    }
    .p-mv__text.sp-center .p-mv__text--link {
        margin-left: auto;
        margin-right: auto;
    }
    .p-mv__text--main {
        line-height: 1.5;
        font-weight: 700;
    }
    .p-mv__text.sp-normal .p-mv__text--main {
        font-size: 10.66666667vw;
    }
    .p-mv__text.sp-small .p-mv__text--main {
        font-size: 8.5333333vw;
    }
    .p-mv__text--sub {
        font-size: 4.2666667vw;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 1.6875;
        /* margin-top: 9.6vw; */
        margin-top: 8vw;
    }
    .p-mv__img {
        /* height: 160vw; */
        height: calc(100vh - 12vw - 30vw);
    }
    .p-mv__text--link {
        padding-bottom: 3vw;
        margin-top: 8vw;
    }
} 