@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
    width: calc(100% - 28rem);
    margin-left: auto;
    background: var(--bg-pink-1);
    padding-top: 5rem;
}
.top-kv .wrap {
    position: absolute;
    right: 4rem;
    top: 20rem;
    width: 56rem;
    z-index: 3;
}
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 60rem;
    border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 768px) {
    .top-kv {
        width: auto;
        padding-top: 0;
    }
    .top-kv .wrap {
        right: 1rem;
        top: 8rem;
        width: 36rem;
        z-index: 3;
    }
    #main {
        height: 40rem;
        border-radius: 0;
    }
}



/*  ----------------------------------------------------------

insta

----------------------------------------------------------  */
.top-insta {
    background: var(--bg-pink-1);
}
.top-insta ul {
    width: 50%;
    margin-left: auto;
    background: #fef9fb;
    display: flex;
    border-top: solid 0.35rem #fab7bd;
    border-left: solid 0.35rem #fab7bd;
    border-bottom: solid 0.35rem #fab7bd;
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 1rem 0;
    position: relative;
    top: -6rem;
    z-index: 10;
    box-shadow: -1rem -1rem 0 rgba(250,183,189,0.4);
}
.top-insta ul li {
    width: calc(100% / 3);
}
.top-insta ul li:not(:last-child) {
    background: url(dot-2.png) no-repeat right center;
    background-size: auto 100%;
}
.top-insta ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: var(--brown);
    padding: 2.5rem 0 1.5rem 0;
}
.top-insta ul li a img {
    width: 5rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.top-insta {
        padding: 0 2rem;
    }
    .top-insta ul {
        width: auto;
        margin-left: auto;
        border: solid 0.35rem #fab7bd;
        border-radius: 1.5rem;
        padding: 1rem 0;
        top: -3rem;
        box-shadow: -0.5rem -0.5rem 0 rgba(250,183,189,0.4);
    }
    .top-insta ul li a {
        font-size: 1.2rem;
        padding: 1.5rem 0 1rem 0;
    }
    .top-insta ul li a img {
        width: 4rem;
    }
}

/* youtube */
.top-youtube {
    padding: 6rem 0;
    position: relative;
    text-align: center;
}

.youtube-list{
    display: flex;
    padding: 0 5rem;
}

.top-youtube iframe {
    width: 50%;
    height: 320px;
    padding: 0 1rem;
}
.top-youtube video{
    width: 50%;
    height: 320px;
    padding: 0 1rem;
}

@media screen and (max-width: 767px) {
    .top-youtube {
        padding: 3rem 0;
    }
    .youtube-list{
        display: block;
        padding: 0 ;
    }
    .top-youtube iframe {
        width: 320px;
        height: 180px;
        padding: 1rem 0;
    }
    .top-youtube video {
        width: 320px;
        height: 180px;
        padding: 1rem 0;
    }
}

/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.top-about {
    padding-top: 6rem;
    padding-bottom: 8rem;
    background: url(deco-1.png) no-repeat right 29rem bottom 3rem;
    background-size: 40rem auto;
    background-color: var(--bg-pink-1);
    position: relative;
}
.top-about::before {
    content: "";
    width: 40rem;
    height: 40rem;
    background: url(deco-1.png) no-repeat center;
    background-size: 40rem auto;
    position: absolute;
    left: -20rem;
    top: -20rem;
}
.top-about ul li {
    display: flex;
    align-items: center;
}
.top-about ul li:not(:last-child) {
    margin-bottom: 4rem;
}
.top-about ul li:nth-child(odd) {
    flex-direction: row-reverse;
}
.top-about ul li  > figure {
    width: 45%;
}
.top-about ul li  > div {
    width: 55%;
    padding: 0 15rem;
}
.top-about ul li:nth-child(odd) figure img {
    border-radius: 3rem 0 0 3rem;
}
.top-about ul li:nth-child(even) figure img {
    border-radius: 0 3rem 3rem 0;
}
.top-about h2 {
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    background: url(line-3.png) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
}
.top-about .num {
    display: flex;
    align-items: center;
    color: #fab7bd;
    font-weight: bold;
    line-height: 1;
    font-size: 4.4rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
}
.top-about .num img {
    width: 5.6rem;
    margin-right: 1.5rem;
}
.top-about p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.top-about {
        padding: 3rem 3rem 6rem 3rem;
        background: url(deco-1.png) no-repeat right 10rem bottom 3rem;
        background-size: 40rem auto;
        background-color: var(--bg-pink-1);
    }
    .top-about ul li {
        display: block;
    }
    .top-about ul li:not(:last-child) {
        margin-bottom: 6rem;
    }
    .top-about ul li:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .top-about ul li  > figure {
        width: 100%;
        margin-bottom: 2rem;
    }
    .top-about ul li  > div {
        width: 100%;
        padding: 0;
    }
    .top-about ul li:nth-child(odd) figure img {
        border-radius: 3rem;
    }
    .top-about ul li:nth-child(even) figure img {
        border-radius: 3rem;
    }
    .top-about h2 {
        align-items: center;
    }
    .top-about .num {
        margin-bottom: 1rem;
    }
}



/*  ----------------------------------------------------------

parallax

----------------------------------------------------------  */
.bg-parallax {
    height: 30rem;
}
.bg-parallax::before {
    content: "";
    background: url(bg-pa.jpg) no-repeat center / cover;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}



/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.top-service {
    background: 
        url(deco-2.png) no-repeat left -7rem top 2rem,
        url(deco-2.png) no-repeat right -10rem bottom 46rem;
    background-size: 40rem auto;
    background-color: var(--bg-pink-1);
    padding: 8rem 0;
}
.top-service h2 {
    color: #fab7bd;
    background: url(bg-ttl-4.png) no-repeat center top;
    background-size: 7rem auto;
    padding-top: 5rem;
    margin-bottom: 6rem;
}
.top-service ul li {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
}
.top-service ul li:not(:last-child) {
    margin-bottom: 10rem;
}
.top-service ul li:nth-child(even) {
    left: -5rem;
}
.top-service .img {
    width: 40%;
}
.top-service .txt {
    width: 60%;
    padding: 4rem 8rem 2rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-service .img a {
    display: flex;
    align-items: center;
    color: #fab7bd;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.top-service .img a img {
    width: 3.6rem;
    margin-left: 2rem;
}
.top-service h3 {
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    background: url(line-3.png) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
}
.top-service h3 span {
    font-size: 2rem;
}
.top-service p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
}
.top-service ul li:nth-child(3) a {
    margin-left: 5.5rem;
}
@media screen and (max-width: 768px) {
	.top-service {
        background: 
            url(deco-2.png) no-repeat left -7rem top 2rem,
            url(deco-2.png) no-repeat right -10rem bottom 30rem;
        background-size: 40rem auto;
        background-color: var(--bg-pink-1);
        padding: 6rem 3rem;
    }
    .top-service h2 {
        margin-bottom: 5rem;
    }
    .top-service ul li {
        display: block;
    }
    .top-service ul li:not(:last-child) {
        margin-bottom: 6rem;
    }
    .top-service ul li:nth-child(even) {
        left: 0;
    }
    .top-service .img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .top-service .txt {
        width: 100%;
        padding: 0;
        display: block;
    }
    .top-service .img a {
        justify-content: center;
    }
    .top-service h3 {
        text-align: center;
        font-size: 2.6rem;
    }
    .top-service h3 span {
        font-size: 2rem;
    }
    .top-service p {
        margin-bottom: 2.5rem;
    }
    .top-service ul li:nth-child(3) a {
        margin-left: 0;
    }
}



/*  ----------------------------------------------------------

company

----------------------------------------------------------  */
.top-company {
    background: var(--bg-pink-2);
    padding: 8rem 0;
}
.top-company h2 {
    color: #fff;
    margin-bottom: 6rem;
}
.top-company .wrap {
    display: flex;

}
.top-company .gmap {
    width: 35%;
}
.top-company iframe {
    border-radius: 2rem;
    height: 40rem;
}
.top-company .wrap > div:last-of-type {
    width: 65%;
    padding-left: 10rem;
}
.top-company ul {
    margin-bottom: 5rem;
}
.top-company ul li {
    background: url(line-1.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 1rem 0 1.8rem 0;
}
.top-company dl {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
}
.top-company dl dt {
    width: 30%;
}
.top-company dl dd {
    width: 70%;
}
.top-company .more {
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .top-company {
        padding: 6rem 3rem;
    }
    .top-company h2 {
        margin-bottom: 4rem;
    }
    .top-company .wrap {
        display: block;
    }
    .top-company .gmap {
        width: 100%;
        margin-bottom: 2rem;
    }
    .top-company iframe {
        height: 32rem;
    }
    .top-company .wrap > div:last-of-type {
        width: 100%;
        padding-left: 0;
    }
    .top-company ul {
        margin-bottom: 3rem;
    }
    .top-company ul li {
        background: url(line-1.png) no-repeat center bottom;
        background-size: 100% auto;
        padding: 1rem 0 1.8rem 0;
    }
}



/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
.top-wrap {
    background: 
        url(deco-2.png) no-repeat right -20rem top -15rem,
        url(deco-2.png) no-repeat left -20rem bottom -15rem;
    background-size: 40rem auto;
    background-color: #fcf2f6;
    padding: 6rem 0;
    display: flex;
    justify-content: center;
}
.top-wrap > * {
    width: 40rem;
    background: var(--bg-pink-2);
    border-radius: 3rem;
    padding: 4rem 0;
}
.top-wrap .more {
    margin: 0 auto;
}
.top-wrap h2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
    background: url(line-2.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 90%;
    margin: 0 auto 2rem auto;
}
.top-wrap h2 img {
    width: 6.4rem;
    margin-bottom: 1rem;
}
.top-contact {
    margin-right: 4rem;
}
@media screen and (max-width: 768px) {
    .top-wrap {
        padding: 6rem 3rem;
        display: block;
    }
    .top-wrap > * {
        width: auto;
        padding: 4rem 3rem;
    }
    .top-contact {
        margin-right: 0;
        margin-bottom: 3rem;
    }
}



/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
    font-weight: bold;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: #ddd solid 1px;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--pink);
    border: none;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    width: 24rem;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all .3s;
	font-family: 'M PLUS 1p', sans-serif;
    border-radius: 10rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    width: 70%;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
    margin-top: 0.8rem;
    margin-left: 0.5rem;
    font-weight: normal;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO label {
    margin-top: 0;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    .CMS-FORM-RADIO input[type="radio"] {
        transform: scale(0.6);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO label {
        margin-top: 1.4rem;
        margin-left: 0;
    }
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }   
}
.his {
    background: rgba(220,0,0,1);
    line-height: 1;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem;
    margin-left: 1.0rem;
    vertical-align: 0.1rem;
    font-weight: normal;
}
.thanx {
    text-align: center;
}
.back {
    text-align: center;
    display: block;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}



/*  ----------------------------------------------------------

privacy

----------------------------------------------------------  */
.privacy {
    width: auto;
    margin: 0 auto 7rem;
    border: 0.2rem solid #ccc;
    padding: 2rem;
    height: 48rem;
    overflow: auto;
    background-color: #fff;
}
.privacy-notes {
    margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
    .privacy {
        width: 100%;
        margin: 0px auto 7rem;
    }
}



.sponsor-list,
.partner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}
.sponsor-list li,
.partner-list li {
    padding-bottom: 2rem;
}
.sponsor-list a,
.partner-list a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsor-list img,
.partner-list img {
    width: auto;
    height: auto;
    max-width: 26rem;
    max-height: 8rem;
    object-fit: contain;
}
.sponsor-list img.sponsor-appi-pan {
    max-width: 13rem;
    max-height: 8rem;
    border-radius: 1rem;
}
.recruit-external {
    padding: 3rem;
    border-radius: 2rem;
    background: #fff;
    text-align: center;
}
.recruit-external p {
    margin-bottom: 2.5rem;
}
.recruit-external .more {
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .sponsor-list,
    .partner-list {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .sponsor-list li:not(:last-child),
    .partner-list li:not(:last-child) {
        margin-bottom: 3rem;
    }
    .sponsor-list img,
    .partner-list img {
        max-width: 100%;
        max-height: 8rem;
    }
    .sponsor-list img.sponsor-appi-pan {
        max-width: 13rem;
        max-height: 8rem;
    }
    .recruit-external {
        padding: 2.5rem 2rem;
    }
}
