@charset "UTF-8";

a {
    color: #333;
    text-decoration: none;
}

ul {
    list-style: none;
    display: flex;
}

li {
    margin-right: 20px;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}


.site__logo img {
    vertical-align: middle;
}

.section__title {
    margin: 0 auto;
}
.section__title-en {
    color: #391E88;
    font-family:  Montserrat;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
.section__title-ja {
    color: #391E88;
    font-size: 13px;
    font-family: "Noto Sans JP";
    text-align: center;
    margin-bottom: 22px;
}


.gradation  {
    color: #FFFFFF;
    font-size: 14px;
    font-family:  Montserrat;
    font-weight: bold;
    display: block;
    max-width: 200px;
    background: linear-gradient(90deg, #7633A4 0%, #250D65 100%);
    border-radius: 50px;
    text-align: center;
    padding: 18px 75.23px 18px 78.77px;
    margin: 0 auto;
}


/* header */
#bg__img {
    background-image: url(../img/hero.jpg);
    height: 768px;
    background-size:cover;
    background-repeat: no-repeat;
}

.header__inner {
    display: flex;
    padding: 34px 34px;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #21054D;
    z-index: 10;
    padding: 20px 34px;
}

nav .wrapper {
    align-items: center;
}

li {
    justify-content: space-around;
}
nav a {
    display: block;
    font-family: Bold;
    color: #FFFFFF;
    font-size: 14px;
    justify-content: space-around;
}

/* hamburgermenu */
.menuber {
    width: 35px;
    height: 35px;
    position: relative;
    display: none;
    z-index: 30;
}
.menuber span {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 0;
    position: absolute;
    transition: all .3s;
}
.menuber span:nth-child(1){
    top: 10px;
}
.menuber span:nth-child(2){
    top: 50%;
}
.menuber span:nth-child(3){
    top: 25px;
}

.catchphrase__en {
    font-family:  Montserrat;
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    padding: 175px 0 15px;
}

.catchphrase__ja {
    font-family: "Noto Sans JP";
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 47px;
}

.contact {
    position: relative;
    left: 43%;
}
.contact {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    width: 220px;
    padding: 18px 70px;
}
#contact {
    background-color: #F7F7F7;
}

.contact__text-area {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.contact__text {
    margin-top: 30px;
    margin-bottom: 29px;
}


.scroll {
    width: 15px;
    height: 62px;
    transform: matrix(0, 1, -1, 0, 0, 0);
    text-align: center;
    font: normal normal bold 12px/52px Montserrat;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    position: relative;
    top: 0;
    left: 95%;
}

.border {
    position: absolute;
    left: 96%;
    bottom: 28%;
    background: #ffffff;
    width: 1px;
    height: 80px;
    animation: scrollDownLine 1.5s
infinite;
    }
    @keyframes scrollDownLine {
        0% {
            height: 0;
            opacity: 0;
        }
        50%{
            height: 80px;
            opacity: 1;
        }
        100% {
            height: 0;
            opacity: 0;
            bottom: 0;
        }
    }


/* #news */
#news {
    max-width: 917px;
    margin: 70.5px auto 140px;
}
.news__area {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.section__title-left-en {
    color: #391E88;
    font-family:  Montserrat;
    font-weight: bold;
    font-size: 36px;
    text-align: left;
}
.section__title-left-ja {
    color: #391E88;
    font-size: 13px;
    font-family: "Noto Sans JP";
    text-align: left;
}

.news__item-area {
    margin-left: 50px;
    justify-content: space-around;
}
.news__item {
    margin-top: 15px;
}

.news__item a {
    display: flex;
    align-items: center;
}
.news__item-area :nth-child(2) {
    margin: 15px 0 0;
} 
.flex {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
time {
    margin-right: 20px;
    font-family:  Montserrat;
    color: #333333;
}
.title__flex {
    display: flex;
    margin-right: 20px;
}

.news__text-title {
    background-color: #E8E8E8;
    border-radius: 50px;
    width: 82px;
    text-align: center;
    font-family:  Montserrat;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    margin: 0 !important;
}

.news__text {
    margin-left: 20px;
    font-size: 15px;
    font-family: "Noto Sans JP";
    color: #333333;
    margin: 0 !important;
}





/* #service */
#service {
    max-width: 1110px;
    margin: 0 auto 140px;
    text-align: center;
}

.service__grid {
    margin: 29px 0 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.grid__item-title {
    margin: 22px 0 17px;
}
.grid__item-text {
    text-align: left;
}



/* #works */
#works {
    margin-bottom: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    max-width: 1261px;
    margin: 0 auto;
    position: relative;
}

#works::before {
    position: absolute;
    content: "";
    background-color:  #F0F0F0;
    width: 66%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}


.works__text-area {
    width: 60%;
    /* background-color: #F0F0F0; */
    padding: 213px 0 219px;
    padding: 213px 0 219px 0;
}
.works__text-area .gradation {
    padding: 18px 75.23px 18px 60.77px;
}
.works__text {
    font-size: 15px;
    color: #333333;
    font-family: "Noto Sans JP";
    text-align: center;
    margin: 28px 0 25px;
    letter-spacing: 0.75px;
}

.works__img-area{
    padding: 60px 0 81px;
    /* height: 651px; */
    width: 60% !important;
}

.works__img-area {
    position: relative;
    /* 　 */
}
.swiper-button-prev {
    color: #391E88;
}
.swiper-button-next {
    color: #391E88;
}

.swiper-pagination-bullet-active {
    background: #391E88;
}



/* #company */
#company {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    /* height: 576px; */
}
#company {
    /* height: 416px; */
    /* background-image: url(../img/bg-circle.png), url(../img/bg-face.png); */
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: 50% -16%;
    margin: 0 70px; */
    background-position: 50% 75%;
    /* margin: 40px 70px; */
    padding: 200px 0 70px;
}
/* @media(max-width: 768px) {
    #company {
        background-image:none;
    }
} */
@media (min-width: 769px) {
    .background-container {
    /* height: 416px; */
    background-image: url(../img/bg-circle.png),url(../img/bg-face.png);
    background-position-x: 50%;
    }
}
@media (max-width: 768px) {
    .background-container {
        background-image: url(../img/sp_bg-circle.png);
    }
}

.company__text-area {
    /* padding: 60px 0; */
    top: -89px;
}

.catchphrase {
    text-align: center;
    font-size: 36px;
    border-bottom: 10px solid yellow;
    display: inline-block;
    margin-top: 50px;
}

@media screen and (min-width: 769px) {
    .responsive-br {
        display: none; /* 幅が375px以下の場合、改行を非表示にする */
    }
}

.company__text {
    font-size: 15px;
    color: #333333;
    font-family: "Noto Sans JP";
    text-align: center;
    margin: 32px auto 40px;
}


/* #recruit */
#recruit {
    max-width: 1110px;
    margin: 0 auto 110px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 70px;
}
.recruit__text-area {
    text-align: center;
    width: 40%;
    background-color: #F7F7F7;
    padding: 70px 0;
    height: 332px;
}
.recruit__text {
    margin: 28px auto 30px;
    color: #333333;
}

.recruit__img-area {
    padding: 0;
}

.recruit__img-area img {
    display: block;
    margin: 0;
    max-width: 665px;
    object-fit: cover;
    height: 332px;
}

.recruit__gradation {
    background: transparent linear-gradient(90deg, #7633A4 0%, #250D65 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    color: #ffffff;
    font-size: 15px;
    padding: 18px 80px;
}



/* #footer */
.footer__inner {
    background-color: #120E19;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.footer__inner ul {
    align-items: center;
    justify-content: center;
}


.footer__inner li a {
    color: #FFFFFF;
    font-size: 14px;
    font-family:  Montserrat;
    font-weight: bold;
}

.copy-right {
    font-size: 10px;
    color: #A798B7;
    font-family:  Montserrat;
    margin-top: 22px;
} 

.circle {
    width: 50px;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 50%;
    position: fixed;
    bottom: 45px;
    right: 45px;
}

.circle::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: 13px;
    right: 50%;
    box-sizing: border-box;
}
.circle::after {
    content: '';
    width: 0.1em;
    height: 1em;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}


#news__contents {
    max-width: 915px;
    margin: 60px auto 0;
}

#news__contents .news__item-area :nth-child(2) {
    margin: 15px 0;
} 
.news__item2 a {
    display: flex;
    align-items: center;
    margin: 19px 0 42px;
}

.pager {
    display: flex;
    justify-content: center;    
    text-align: center;
    margin:39px auto 110px;
}

.pager__purple {
    background: #F1EBF8 0% 0% no-repeat padding-box;
    border-radius: 50%;
    color: #4F31A5;
    font-family:  Montserrat;
    font-weight: bold;
    padding: 11px 18px 10px 19px;
}

.pager__white {
    border-radius: 50%;
    font-family:  Montserrat;
    font-weight: bold;
    padding: 11px 18px 10px 19px;
    background: linear-gradient(180deg, #7633A4 0%, #250D65 100%);
    margin: 0 10px;
}
.pager__white:nth-child(3) {
    margin: 0;
}

.pager__purple a, .pager__white a {
    display: inline-block;
    align-self: center;
    font-size: 20px;
}
.pager__white a {
    color: #FFFFFF;
}






#service__contents {
    margin: 67px auto 111px;
}
.service__item {
    max-width: 1110px;
    display: flex;
    align-items: center;
    margin: 0 auto 57px;
}
.service__item:nth-child(3) {
    margin-bottom: 0;
}

.service__item img {
    width: 45%;
}
.service__item-textarea {
    width: 55%;
    margin: 50px;
}

.service__item-title {
    font-size: 24px;
    font-family:  Montserrat;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
}
.service__item-text {
    font-size: 15px;
    font-family:  Montserrat;
    color: #333333;
    text-align: left;
    /* margin-bottom: 103px; */
}

/* works.html */


.works__grid {
    max-width: 1110px;
    margin: 70px auto 110px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.works__grid-item a img {
    box-shadow: 0px 0px 15px #00000034;
opacity: 1;

}

.works__grid-item-title {
    font-size: 16px;
    color: #333333;
    font-family:  Montserrat;
    text-align: center;
    margin: 12px auto 28px;
    font-weight: normal;
}



/* company.html */
/* .background-container {
    background-image: url(../img/bg-face.png),url(../img/bg-circle.png);
    padding: 0 70px;
} */
.company__text-area {
    position: relative;
    margin-bottom: 133px;
}
.section__title-message {
    font-size: 32px;
    color: #391E88;
    font-family: Montserrat;
    margin-top: 133px;
    margin-bottom: 56px;
}

#company__contents {
    text-align: center;
    /* height: 874px; */
}


.company__ceo-message-area {
    display: flex;
    /* align-items: center; */
    padding: 17% 70px 0;
}

.company__ceo-message-area img {
    max-width: 728px;
}
.company__item-textarea {
    width: 55%;
    text-align: left;
    font-size: 15px;
    font-family: "Noto Sans JP";
    color: #333333;
    margin-left: 50px;
    /* margin-bottom: 110px; */
    height: 220px;
} 

 /* 会社概要 */
#about__contents {
    max-width: 1111px;
    height: auto;
    margin: 133px auto 109px;
} 
.about__text-area {
    max-width: 1110px;
    margin: 0 auto;
}
.section__title-32px {
    font-size: 32px;
    color: #391E88;
    font-family:  Montserrat;
    font-weight: bold;
    text-align: center;
    margin-bottom: 56px;
} 


dl {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
dl dt {
    width: 25%;
    display: flex;
    align-items: center;
    padding: 29px 143px 29px 30px;
    border-bottom: 1px solid #B8AED5;
}
dl dd {
    width: 75%;
    padding: 29px;
    border-bottom: 1px solid #B8AED5;
}

.map__area {
    max-width: 1110px;
    margin: 89px auto 0;
}
.map {
    width: 100%;
    /* height: 394px; */
    /* background-color: #E5E5E5; */
    text-align: left;
    font: normal normal bold 40px/44px Montserrat;
    letter-spacing: 2px;
    color: #A2A2A2;
    text-align: center;
    /* padding: 173px; */
}

iframe {
    width: 100%;
}

.map__text {
    font-size: 16px;
    color: #240C6A;
    font-family: "Noto Sans JP";
    margin-bottom: 109px;
}




#recruit__bg-img-geometry {
    height: 1184px;
    padding-top: 116px;
    background: transparent url(../img/bg-geometry.png) padding-box;;
}

.catchphrase__area {
    text-align: center;
    margin:  0 auto 38px;
}
.catchphrase__en-purple {
    font-size: 72px;
    color: #391E88;
    font-family:  Montserrat;
    font-weight: bold;
}
.catchphrase__ja-purple {
    font-size: 32px;
    color: #391E88;
    font-family: "Noto Sans JP";
    margin: 8px auto 34px;
}
.catchphrase_text {
    font-size: 16px;
    font-family:  Montserrat;
    color: #333333;
}


.bg__img-area {
    height: 784px;
}
.bg__img {
    /* height: 780px; */
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    background-size: cover;
} 



/* #recruit__contents */
#recruit__contents-bg-img {
    /* height: 1002px; */
    padding: 63px 20px 133px;
    background: transparent url(../img/bg-geometry.png) padding-box;;

}
.recruit__contents-title {
    font-size: 32px;
    color: #391E88;
    font-family: "Noto Sans JP";
    text-align: center;
    margin-bottom: 36px;
}


.recruit__item-area {
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B8AED5;
    border-radius: 10px;
    max-width: 1110px;
    margin: 0 auto;
    /* height: 790px; */
}
.recruit__item-title {
    font-size: 24px;
    color: #333333;
    font-family:  Montserrat;
    font-weight: bold;
    margin: 57px auto 45px;
}



.recruit_dl  {
    display: flex;
    flex-wrap: wrap;
    padding: 0 116px;
    margin-bottom: 78px;
}
.recruit_dt {
    width: 25%;
    display: flex;
    align-items: center;
    padding: 23px 0 58px 16px;
    border-bottom: 1px solid #B8AED5;
}

.recruit_dt:nth-of-type(5) {
    /* border-bottom: none;  */
    padding: 23px 0 58px 16px;
    align-items: start;
}

.recruit_dd {
    width: 75%;
    text-align: left;
    border-bottom: 1px solid #B8AED5;
    padding: 23px 0;
}
.recruit_dd:nth-of-type(5) {
    padding: 30px 0 28px;
}



/* span {
    margin: 0 0 78px 329px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #B8AED5;
    padding: 0 0 23px;
}  */










.recruit__gradation a {
    color: #FFFFFF;
    font-size: 15px;
    font-family: "Noto Sans JP";
    display: block;
    max-width: 220px;
    background: linear-gradient(90deg, #7633A4 0%, #250D65 100%);
    border-radius: 50px;
    text-align: center;
    padding: 15px 80px 16px;
}

.under_button-text {
    font-size: 12px;
    color: #333333;
    font-family:  Montserrat;
    margin-top: 20px;
    margin-bottom: 58px;
}



#recruit__movie-bg-img {
    height: 813px;
    background: transparent url(../img/bg-geometry.png) padding-box;;
}
.recruit__movie-title {
    font-size: 32px;
    color: #391E88;
    font-family: "Noto Sans JP";
    text-align: center;
    margin-bottom: 36px;
}

.movie__area{
    margin: 0 auto;
    max-width: 1110px;
    height: 624px;
    background-color: #EBEBEB;
    font: normal normal bold 40px/44px Montserrat;
    /* padding: 284px 514px; */
}



.movie {
    color: #A2A2A2;
    font-size: 40px;
    font-family: "Noto Sans JP";
    text-align: center;
    display: flex;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 のアスペクト比の場合 */
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* contact.html */
.counseling {
    margin: 0 auto;
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: #333333;
    margin: 67px auto 38px;
    text-align: center;
}

.form__container {
    max-width: 1110px;
    margin: 0 auto 70px;
    background-color: #F7F7F7;
    padding: 87px 8% 90px;
}

.form__item {
    margin-bottom: 27px;
    
}
.form__item-input {
    width: 300px;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    height: 40px;
}
.form__item-label {
    margin-bottom: 13px;
}
.form__item-label-required {
    margin: 0 21px 8px 0;
}
.checkbox {
    background: #FDFDFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #AAAAAA;
    display: inline-block;
    border-radius: 50%;
}
select {
    width: 300px;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    height: 40px;
}
.form__item:nth-child(5) .form__item-input {
    width: 200px;
}
.form__item-textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
    width: 100%;
    max-width: 601px;
    height: 255px;
}


.form__btn {
    color: #FFFFFF;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: bold;
    display: block;
    max-width: 200px;
    background: linear-gradient(90deg, #7633A4 0%, #250D65 100%);
    border-radius: 50px;
    text-align: center;
    padding: 17px 72.23px 18px 75.77px;
    margin: 50px auto 0;
}




/* article.html */
.article01_container {
    max-width: 750px;
    margin: 70px auto 60px; 
}


.post_title {
    font-size: 32px;
    font-family: Montserrat;
    color: #333333;
    margin-bottom: 10px;
    font-weight: normal;
}
.time__flex {
    display: flex;
}

.article01_container img {
    margin: 27px auto 30px;
}

.article__text {
    font-size: 15px;
    color: #333333;
    font-family: "Noto Sans JP";
}

.headline {
    font-size: 24px;
    color: #333333;
    font-family: "Noto Sans JP";
    font-weight: 600;
    margin-top: 82px;
    margin-bottom: 24px;
}

.subtitle {
    font-size: 18px;
    color: #333333;
    font-family: "Noto Sans JP";
    font-weight: 600;
    margin-top: 56px;
    margin-bottom: 17px;
}

.article__text-sub {
    font-size: 15px;
    color: #333333;
    font-family: "Noto Sans JP";
    margin-bottom: 50px;
}

.page-navi-container {
    max-width: 730px;
    margin: 0 auto;
}
.page-navi {
    display: flex;
    align-items: center;
    border-top: 1px solid #B8AED5;
    border-bottom: 1px solid #B8AED5;
    height: 96px;
    padding: 13px 0;
}

.page-navi-item1  {
    font-size: 14px;
    font-family: "Noto Sans JP";
    max-width: 298px;
    margin: 16.5px 31.5px 34px 36px;
    text-align: left;
    letter-spacing: 0.7px;
    position:relative;
    display:inline-block;
}
.page-navi-item1 a {
    color: #391E88;
}

.page-navi-item1::after {
    content:"";
    display:inline-block;
    border: 1px solid #B8AED5;
    width: 0;
    height:70px;
    position:absolute;
    top: 0px;
    right: -31.5px;
}
.page-navi-item2 {
    font-size: 14px;
    color: #391E88;
    font-family: "Noto Sans JP";
    max-width: 298px;
    text-align: left;
    margin: 35px 35px 24.5px 31.5px;
    letter-spacing: 0.7px;
}
.page-navi-item2 a {
    color: #391E88;
}
.news__list {
    margin-bottom: 108px;
    text-align: center;
    margin-top: 20px;
}
.news__list a {
    color: #391E88;
}







/* responsive */
@media  (max-width: 768px) {
/* index */
#bg-img {
    background-image: url(../img/hero.jpg);
    height: 190px;
    background-size:cover;
    background-repeat: no-repeat;
}
/* .header__inner {
    width: 100%;
    height: 64px;
} 
.site__logo {
    width: 124px;
} */
nav.wrapper {
    background: linear-gradient(180deg, #642390 0%, #19074A 100%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.open nav.wrapper {
    opacity: 1;
    visibility: visible;
}
.nav {
    margin-bottom: 15px;
    text-align: left;
    padding: 5px 0 5px 20px;
}
nav.wrapper ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.75px;
    height: 100%;
}
nav.wrapper li {
    padding: 10px 0;
}
nav.wrapper li a {
    font-size: 15px;
    font-family: Montserrat;
}
.menuber {
    display: block;
}

.open .menuber span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
}
.open .menuber span:nth-child(2) {
    opacity: 0;
}
.open .menuber span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
}

#bg__img {
    background-position: center;
}
.catchphrase__en {
    text-align: left;
    font-size: 40px;
    letter-spacing: 2px;
    margin-left: 30px;
    white-space: normal;
}

.catchphrase__ja {
    font-size: 16px;
    width: 144px;
    height: 50px;
    margin-left: 30px;
    text-align: left;
}
.contact {
    left: 30px;
}
.scroll {
    font-size: 12px;
    width: 15px;
    height: 62px;
    transform: matrix(0, 1, -1, 0, 0, 0);
    text-align: center;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    position: relative;
    top: 7%;
    left: 91%;
}
.border {
    position: absolute;
    left: 94%;
    top: 86%;
    background: #ffffff;
    width: 1px;
    height: 80px;
}

#news {
    width: 100%;
    margin: 0;
}
.news__area {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news__item-area {
    margin-left: 20px;
}
.section__title-left-en {
    font-size: 30px;
}
.section__title-left-ja {
    text-align: center;
}
.section__title-en {
    font-size: 30px;
}
.service__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 41px;
    margin: 28px 0 0;
}
#service {
    padding: 0 20px;
    margin: 0 0 40px;
}
.grid__item-title {
    font-size: 18px;
    margin: 12px 0 10px;
}
.grid__item-tex {
    font-size: 14px;
}
#works {
    display: flex;
    flex-direction: column;
}
#works::before {
    width: 100%;
    top: 30%;
    height: 80%;
} 
.works__img-area {
    padding: 0;
    max-width: 728px;
    /* margin-bottom: 40px; */
    width: 80% !important;
}
.works__img-area img {
    width: 100%;
    /* height: 231px; */
    left: 0;
    top: -59px;
    /* padding: 0 20px; */
}

.swiper-pagination  {
    text-align: right;
    position: static;
}
.works__text-area {
    padding: 40px 20px 60px;
    /* height: 424px; */
    width: 100%;
}
.works__text {
    font-size: 14px;
    margin: 29px 0 25px;
}
#company {
    margin: 0;
    padding: 0;
}
.company__text {
    font-size: 14px;
    margin: 39px 0 25px;
}
.background-container {
    background-image: url(../img/sp_bg-circle.png);
    /* margin: 0 20px; */
    padding: 0 20px;
    /* background-position: 50% 22%; */
    background-size: cover;
    height: 573px;
}
.about__text-area  {
    margin-top: 142px;
}
.section__title-32px {
    font-size: 24px;
}
#recruit {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0;
}
.recruit__img-area {
    width: 100%;
}
.recruit__img-area img {
    /* height: 140px; */
    width: 100%;
    max-width: 768px;
}
.recruit__text-area {
    height: 300px;
    width: 100%;
    padding: 60px 0 56px;
    margin-bottom: 40px;
}
.contact__text {
    font-size: 14px;
    margin: 26px 61px 28px 62px;
}
.footer__inner {
    padding-left: 31px;
}
.footer__inner ul  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer__inner li  {
    margin-bottom: 20px;
}
.copy-right {
    margin-top: 10px;
}
.contact__text-area {
    padding: 60px 80px;
    height: 328px;
}

.section__title-en {
    font-size: 30px;
}
.contact__text {
    font-size: 14px;
    margin: 26px auto 28px;
}



    /* news */
    .news__area {
        margin: 40px auto 75px;
    }
    .flex {
        text-align: left;
        margin-bottom: 10px;
    }
.title__flex {
    display: flex;
    margin-bottom: 10px;
}
    time {
        font-size: 15px;
    }
    .news__text-title {
        font-size: 11px;
    }
    .news__item a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 35px;
    }
    .news__text {
        font-size: 14px;
        margin: 10px 0 28px;
    }
    .news__item2 a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 25px 0;
    }
    .news__item-area :nth-child(2), .news__item-area :nth-child(2)  {
        margin: 0;
    }
    /* article01 */
    .post_title {
        font-size: 22px;
        margin: 45px 20px 48px;
        font-weight: normal;
    }
    .time__flex  {
        margin-left: 20px;
        margin-bottom: 14px;
    }
    time {
        font-size: 13px;
    }
    .news__text-title {
        font-size: 11px;
    }
    /* .article01_container img {
        margin: 0 20px 30px;
        max-width: 335px;
    } */
    .article__text {
        font-size: 14px;
        margin: 0 20px 50px;
    }
    .headline  {
        font-size: 18px;
        margin-left: 20px;
        position:relative;
        margin-bottom: 17px;
    }
    .headline::before{
        content: "";
        display: inline-block;
        width: 0px;
        height: 18px;
        border: 2px solid #391E89;
        margin-right: 17px;
    }
    .subtitle {
        font-size: 16px;
        margin: 56px 0 18px 22px;
    }
    .article__text-sub {
        font-size: 14px;
        margin: 0 20px 30px;
    }
    .page-navi {
        width: 335px;
        margin: 0 auto;
    }
    .page-navi-item1 {
        font-size: 12px;
        margin-left: 20px;
    }
    .page-navi-item1 a {
        width: 136px;
        display: block;
    }
    .page-navi-item2 {
        font-size: 12px;
        margin-left: 10px;
    }
    .page-navi-item2 a {
        width: 136px;
        display: block;
    }
    .news__list {
        font-size: 14px;
        margin-bottom: 78px;
    }

    /* service */
    #service__contents {
        margin: 40px 20px 0;
    }
    .service__item {
        display: flex;
        flex-direction: column;
        margin-bottom: 69px;
    }
    .service__item img {
        width: 100%;
    }
    .service__item-textarea {
        width: 100%;
        margin: 0;
    }
    .service__item-title {
        font-size: 18px;
        text-align: center;
        margin: 18px 0 15px;
    }
    .service__item-text {
        font-size: 14px;
        margin: 18px 0 69px;
    }

    /* works */
    .works__grid {
        margin: 40px 15px;
        display: flow;
    }
    .works__grid-item-title {
        margin: 13px 0 40px
    }

    /* company */



    /* recruit */
    #recruit__bg-img-geometry {
        background: none;
        padding: 40px 0 0;
        height: 667px;
        }
    .catchphrase__en-purple {
        font-size: 48px;
        padding: 0 35px 12px 36px;
    }
    .catchphrase__ja-purple {
        font-size: 18px;
        margin: 12px 0 19px;
        font-weight: normal;
    }
    .catchphrase_text  {
        font-size: 15px;
        padding: 0 52px;
        letter-spacing: 0.75px;
    }
    .recruit__bg-img-geometry {
        padding: 0;
        margin: 40px 0 80px;
        background: none;
    }

    .bg__img-area {
        height: 580px;
        max-width: 768px;
    }
    .bg__img {
        height: 100%;
        width: 100%;
        clip-path: polygon(0 15%, 100% 0%, 100% 59%, 0% 74%);
    }

    #recruit__contents-bg-img {
        background: none;
        padding: 153px 0 0;
    }
    .recruit__contents-title  {
        margin-bottom: 27px;
        margin-top: 35px;
    }
    .recruit__item-area {
        width: 670px;
        /* height: 934px; */
    }
    .recruit__item-title {
        font-size: 16px;
        color: #391E88;
        margin: 28px 0 32px;
    }

    .recruit_dl {
        max-width: 920px;
        padding: 0 20px;
    }
    .recruit_dt  {
        display: flex;
        flex-direction: column;
        padding: 32px 0 5px 0;
        font-size: 14px;
        border-bottom: none;
        align-items: start;
        width: 100%;
        /* margin-left: 21.5px; */
    }
    .recruit_dt:nth-of-type(4) {
        padding: 32px 0 5px;
    }
    .recruit_dd {
        font-size: 14px;
        /* padding: 0 20px 19px; */
        border-bottom: 1px solid #B8AED5;
        /* width: 290px; */
        text-align: left;
        width: 100%;
        /* margin: 0 auto; */
    }
    .recruit__movie-title {
        margin-top: 75px;
        margin-bottom: 27px;
    }
    #recruit__movie-bg-img {
        background: none;
        height: 247px;
        width: 100%;
        margin: 0 auto 45%;
    }
    span {
        margin: 32px 19px;
    }
    .recruit__gradation a {
        margin-top: 40px;
    }
    .under_button-text {
        margin-bottom: 28px;
    }
    .movie__area {
        height: 188px;
        max-width: 768px;
        margin: 0 20px;
    }
    .movie {
        width: 100%
        justify-content: center;
        height: 0; /* iframeの高さを0に設定 */
        overflow: hidden; /* iframeの外側の余白を非表示にする */
    }
    

    /* contact */
    .counseling {
        width: 252px;
        font-size: 14px;
        margin: 37px auto 28px;
    }
    .form__container {
        width: 335px;
        padding: 27px 30px 43px;
        margin-bottom: 40px;
        /* height: 1180px; */
    }
    .form__item-label-required {
        font-size: 15px;
    }
    .form__item-label{
        font-size: 12px;
    }
    .form__item-textarea {
        width: 275px;
    }
    label {
        display: block;
        margin-bottom: 10px;
    }
    input {
        margin-right: 10px;
        top: 382px;
        left: 50px;
        width: 18px;
        height: 18px;
        background: #FDFDFD 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 3px #00000029;
        border: 1px solid #707070;

    }
    .form__item-input {
        width: 275px;
        height: 40px;
    }
    .form__item  {
        font-size: 13px;
        /* display: flex;
        flex-direction: column; */
    }
    .form__btn {
        margin: 50px auto 0;
        padding: 17px 25px 36px;
        text-align: center;
        width: 200px;
    }
    /* .option_area {
        display: none;
    } */


    /* company */
    .section__title-message {
        margin-top: 60px;
        font-size: 24px;
    }
    .company__text-area {
        margin: 18px 0 40px;
       /* margin-top: 0; */
        padding: 42px 0 78px;
        top: 14%;
}

    .catchphrase {
        font-size: 32px;
        display: inline;
    }
    .company__text {
        font-size: 14px;
    }
    .company__ceo-message-area  {
        display: flex;
        flex-direction: column;
        padding: 50px 0 0;
    }
    .company__item-textarea {
        font-size: 14px;
    }

    .company__item-textarea {
        width: 100%;
        margin: 0;
        padding-top:30px;
    }
    #about__contents  {
        margin: 0;
        padding: 83% 20px 21px;
    }
    dl {
        display: flex;
        flex-direction: column;
    }
    dl dt {
        width: 100%;
        padding: 17px 0 6px;
        border-bottom: none;
    }
    dl dd {
        width: 100%;
        padding: 6px 0 19px;
        border-bottom: 1px solid #B8AED5;
    }
    .map {
        /* height: 240px; */
        font-size: 24px;
    /* padding: 80px; */
    }
    .map__text {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 49px;
    }
}

