@charset "utf-8";

/*-- スクロールバーデザイン --*/

.topScrollBtn {
    display: block;
    max-width: 26px;
    width: 1.35%;
    margin: auto;
    position: absolute;
    bottom: -8%;
    left: 50%;
    z-index: 1;
}

.topScrollBtn:hover {
    opacity: .7;
}


/* ニュース
----------------------------------------------------------- */

.topNewsDeco01 {
    max-width: 127.84px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.topNewsDeco02 {
    max-width: 127.84px;
    width: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.msr_newslist01 {
    max-width: 958.69px;
    width: 100%;
    margin: 0 auto;
}
.msr_newslist01 li {
    border-bottom: 1px solid #AAAAAA;
    margin-top: 42px;
}
.msr_newslist01 li a {
    box-sizing: border-box;
    color: #000000;
    display: block;
    padding: 0 27px 12px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
}
.msr_newslist01 li a:hover {
    text-decoration: none;
}
.msr_newslist01 li div {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 56px;
}
.msr_newslist01 li .time {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #333;
    line-height: 1.35em;
    font-family: "Open Sans", system-ui;
}

/* 時間の設定 */
.msr_newslist01 li time {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat01 {
    color: #41B8FF;
    font-size: 15px;
    padding: 1px 25px;
    text-align: center;
    display: inline-block;
    border: 1px solid #41B8FF;
    line-height: 1.334em;
}

.newsTit:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../../assets/img/news_arrow_icon.svg)no-repeat;
    width: 43px;
    height: 6px;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    transition: all .5s;
}

.msr_newslist01 li a:hover .newsTit:after {
    transform: translate(15px, 0px);
    transition: all .5s;
}

.newsTit {
    position: relative;
    width: 100%;
    padding-right: 45.33px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 18px;
}

.msr_newslist01>li:first-child {
    margin-top: 0;
}

.topNewsBox {
    max-width: 1069.43px;
    width: 100%;
    margin: 40px auto 0;
    padding: 58px 30px 68px;
    position: relative;
}

.top01 {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.top01Wrap {
    padding: 192px 0 126px;
}

.topNewsBtnMg {
    margin: 40px auto 0;
}


/* 事業内容
----------------------------------------------------------- */

.bgServiceImg {
    background: url(../../assets/img/top_service_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    position: relative;
}

.top02Wrap .titH2Deco {
    text-align: left;
    max-width: 1239.5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.top02Wrap .titH2Deco:before {
    margin-left: 0;
}

.serviceEnText {
    font-family: "Nothing You Could Do", cursive;
    color: #5DCBCB;
    font-size: 65px;
    font-weight: 400;
    transform: rotate(-10deg);
    position: absolute;
    top: 28%;
    right: 9.144%;
    line-height: 1em;
}

.serviceTit {
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.serviceText {
    margin-top: 18px;
}

.topServiceSliderWr .swiper {
    overflow: unset !important;
}

.top02Wrap {
    padding: 95px 0 123px;
}

.top02 {
    display: block;
}

.serviceTextSetBox {
    max-width: 1239.5px;
    width: 100%;
    margin: 26px auto 0;
    position: relative;
    z-index: 1;
}

.topServiceSliderWr {
    max-width: 1239.5px;
    width: 100%;
    margin: 88px auto 0;
}

.topServiceSliderBtnSet {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
    display: flex;
    align-items: self-end;
    justify-content: space-between;
    min-height: 29px;
}

.topServiceSliderBtnSet .swiper-button-next {
    position: relative;
    max-width: 141px;
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
}

.topServiceSliderBtnSet .swiper-button-prev {
    position: relative;
    max-width: 141px;
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 0 !important;
    display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 0 !important;
    display: none;
}

.topServiceSliderBtnSet .swiper-button-prev:hover {
    opacity: .7;
}

.topServiceSliderBtnSet .swiper-button-next:hover {
    opacity: .7;
}

.topServiceItemLink {
    display: block;
    transition: all .5s;
}

.topServiceItemLink:hover {
    transform: translateY(-16px);
    transition: all .5s;
}

.topServiceItemBox {
    width: 100%;
    padding-top: 105.25%;
    position: relative;
}

.topServiceItemBox>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.topServiceItemTextSetBox {
    max-width: 375px;
    width: 93.75%;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 60%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.804%;
    text-align: center;
    padding: 27px 15px 11px;
}

.topServiceItemText {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #333;
    margin-top: 5%;
}

.topServiceItemTitEn {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.223em;
    color: #767472;
}

.topServiceItemTitJa {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.4785em;
    color: #333;
}

.topServiceItemTitSet {
    position: relative;
    padding-bottom: 14px;
}

.topServiceItemTitSet:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background: #41B8FF;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* 2カラム箇所
----------------------------------------------------------- */

.topColImgDeco {
    max-width: 350.92px;
    width: 60.4%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 1;
}

.topColImgDecoMain {
    width: 100%;
    padding-top: 44.35%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    transition: all .5s;
}

.topColItemLink:hover .topColImgBox>img {
    transform: scale(1.1);
    transition: all .5s;
}

.topColTit:after {
    content: "";
    width: 35px;
    height: 3px;
    margin: 8px auto 12px;
    background: #fff;
    display: block;
}

.topColTit {
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3637em;
}

.topColTit02 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.blueDeco01 .topColTit:after {
    background-color: #41B8FF;
}

.blueDeco02 .topColTit:after {
    background-color: #5DCBCB;
}

.top03Wrap {
    padding: 160px 0;
    position: relative;
    display: block;
}

.top03 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.topFlexBox01 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 59px;
    display: grid;
}

.topColItemLink {
    display: flex;
    max-width: 581px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.topColImgBox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}

.topColTextSet {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.topColBtmMg {
    margin-top: 60px;
}

.blueDeco01 .topColImgDecoMain:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(142,213,255);
    background: linear-gradient(230deg, rgba(142,213,255,1) 0%, rgba(65,184,255,1) 25%);
    transition: all .5s;
    opacity: 1;
}

.topColItemLink.blueDeco01:hover .topColImgDecoMain:before {
    opacity: 0;
    transition: all .5s;
}

.blueDeco02 .topColImgDecoMain:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(159, 238, 238);
    background: linear-gradient(230deg, rgba(159, 238, 238, 1) 0%, rgba(93, 203, 203, 1) 25%);
    transition: all .5s;
}

.topColItemLink.blueDeco02:hover .topColImgDecoMain:before {
    opacity: 0;
    transition: all .5s;
}

.topColItemLink.blueDeco01 .topColImgDecoMain {
    background: rgb(72,187,255);
    background: linear-gradient(230deg, rgba(72,187,255,1) 0%, rgba(24,129,191,1) 25%);
}

.topColItemLink.blueDeco02 .topColImgDecoMain {
    background: rgb(118,227,227);
    background: linear-gradient(230deg, rgba(118,227,227,1) 0%, rgba(50,159,159,1) 25%);
}


/* 採用情報
----------------------------------------------------------- */

.recruitBgColor:before {
    background: #D9EBEB;
    content: "";
    position: absolute;
    width: 100%;
    height: 73%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.top04Wrap {
    padding: 100px 0 225px;
    position: relative;
}

.top04 {
    max-width: 1456px;
    width: 100%;
    margin: 0 auto;
}

.topRecruitEnText01 {
    color: #fff;
    font-size: 90px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1em;
    transform: rotate(-8deg);
    position: absolute;
    top: -3%;
    left: -10.9%;
    z-index: 2;
}

.topRecruitBox {
    position: relative;
    max-width: 1220px;
    margin: 81px auto 0;
}

.topRecruitFlexBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
}

.topRecruitRight {
    max-width: 716.28px;
    width: 58.71%;
    margin: 0 0 0 -13.44%;
}

.topRecruitLeft {
    max-width: 668px;
    width: 54.75%;
    padding: 117px 30px 73px;
}

.topRecruitTextSet {
    position: relative;
    z-index: 2;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.topRecruitTit {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.667em;
    color: #383838;
}

.topRecruitTit>span {
    color: #fff;
}

.topRecruitRight>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topRecruitText {
    margin-top: 34px;
    color: #fff;
    line-height: 2em;
}

.topRecruitFlexBox:before {
    background: url(../../assets/img/top_recruit_mask.png) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 1;
}

.topFlexBox02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: row;
}

.topColImgBox {
    width: 100%;
    position: relative;
    padding-top: 72.69%;
    overflow: hidden;
}

.topColImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(112 112 112 / 48%);
    z-index: 1;
    transition: all .5s;
}

.topColTextBox {
    max-width: 420px;
    width: 100%;
    position: absolute;
    z-index: 3;
    border-radius: 0 35px 0 35px;
    padding: 70px 15px;
    display: block;
    margin: auto;
}

.topFlexBox02 .topColImgBox {
    margin: 0 0 0 auto;
}

.topFlexBox02 .topColTextBox {
    left: 0;
}

.topColTextSet {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.topColTextList {
    margin-top: 50px;
}

.comBtn.topRecruitBtnMg {
    margin: 70px auto 0;
}

.topRecruitBox02 {
    margin-top: 70px;
}

.topRecruitFlexBox02 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px;
    display: grid;
}

.topRecruitItemBox {
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 45px 15px 39px;
}


.topRecruItillustBox {
    max-width: 240px;
    width: 77.38%;
    margin: 0 auto;
}

.topRecruItillust {
    width: 100%;
    padding-top: 65.42%;
    height: 0;
    position: relative;
}

.topRecruItillust>img {
    position: absolute;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.topRecruitTit02 {
    color: #41B8FF;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.48em;
}

.topRecruitSubTitEn {
    color: #383838;
    opacity: .63;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.278em;
    margin-top: 4px;
}

.topRecruitTextSet02 {
    text-align: center;
    margin: 15px 0 0;
}

/*-- 固定ここまで --*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1800px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.serviceEnText {
    font-size: 55px;
    transform: rotate(0deg);
    top: 1%;
    right: 1%;
}

.topRecruitEnText01 {
    font-size: 55px;
    transform: rotate(0deg);
    top: 2%;
    left: 1%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1800px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1300px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topServiceItemTitJa {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topServiceItemTitEn {
    font-size: 12px;
}

.topServiceItemTitJa {
    font-size: 16px;
}

.topServiceItemText {
    font-size: 12px;
}

.topRecruitTit02 {
    font-size: 20px;
}

.topRecruitSubTitEn {
    font-size: 14px;
}

.topRecruitFlexBox02 {
    gap: 20px;
}

.top01Wrap {
    padding: 100px 0 60px;
}

.serviceTit {
    font-size: 25px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}


.news dl {
    width: 98%;
    font-size: 90%;
}

.scroll-pane {
	width: 100% !important;
}

.topServiceItemTitJa {
    font-size: 14px;
}

.topServiceItemText {
    font-size: 10px;
}

.topRecruitTit {
    font-size: 24px;
}

.topFlexBox01 {
    gap: 30px;
}


.top02Wrap {
    padding: 80px 0 80px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 900px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topServiceItemTitEn {
    font-size: 10px;
}

.topServiceItemTitJa {
    font-size: 12px;
}

.topServiceItemText {
    font-size: 8px;
}

.topRecruitTit02 {
    font-size: 16px;
}

.topRecruitSubTitEn {
    font-size: 12px;
}

.serviceTit {
    font-size: 20px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 900px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.serviceEnText {
    font-size: 8vw;
}
	
.topScrollBtn {
    width: 3.35%;
    bottom: -8%;
}
	
.top02Wrap {
    padding: 80px 0;
}

.top03Wrap {
    padding: 80px 0;
}

.top04Wrap {
    padding: 80px 0;
}

.top05Wrap {
    padding: 80px 0;
}
	
.topInstagramList {
    grid-template-columns: repeat(3, 1fr);
}
	
.topInstagramBox .topInstagramImg:last-child {
    display: none;
}
	
.topColImgMask {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
	
.topConceptDecoText {
    font-size: 25px;
    right: 20px;
}

.mySwiper {
    padding: 0 0px !important;
}

.topFlexBox01 .topColImgBox {
    /* margin: 0 auto 0 0; */
}

.topFlexBox02 .topColImgBox {
    margin: 0 0 0 auto;
}

.topFlexBox02 .topColTextBox {
    left: auto;
}

.topFlexBox02 {
    flex-direction: column;
}

.spNone01 .top01 {
    display: none;
}

.topSalonDeco {
    display: none;
}

.topServiceItemTitEn {
    font-size: 14px;
}

.topServiceItemTitJa {
    font-size: 16px;
}

.topServiceItemText {
    font-size: 10px;
}

.topRecruitFlexBox02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.msr_newslist01 li div {
    gap: 10px 20px;
}

.newsTit {
    font-size: 14px;
    margin-top: 14px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat01 {
    font-size: 13px;
    padding: 1px 15px;
}

.msr_newslist01 li a {
    padding: 0 15px 12px;
}

.topNewsBox {
    padding: 58px 15px 68px;
}

.topServiceSliderWr {
    margin: 48px auto 0;
}

.topRecruitEnText01 {
    font-size: 6.9vw;
    top: 2%;
    left: 1%;
}

.topRecruitFlexBox {
    flex-direction: column;
    align-items: center;
    max-width: 716.28px;
    width: 100%;
    margin: 0 auto;
}

.topRecruitRight {
    max-width: 716.28px;
    width: 100%;
    margin: 0;
}

.topRecruitLeft {
    max-width: 100%;
    width: 100%;
    padding: 75px 15px 35px;
    background: #41B8FF;
}

.topRecruitFlexBox:before {
    display: none;
}

.topRecruitText {
    margin-top: 20px;
}

.topRecruitBox {
    margin: 41px auto 0;
}

.topRecruitBox02 {
    margin-top: 40px;
}

.comBtn.topRecruitBtnMg {
    margin: 40px auto 0;
}

.topFlexBox01 {
    grid-template-columns: repeat(1, 1fr);
}

.topColItemLink {
    max-width: 480px;
}

.topColTit {
    font-size: 35px;
}

.topColTit02 {
    font-size: 18px;
}

.topRecruitTextSet {
    max-width: 100%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.news .scroll-pane dl {
    display: block;
}

.topServiceItemTitEn {
    font-size: 14px;
}

.topServiceItemTitJa {
    font-size: 16px;
}

.topServiceItemText {
    font-size: 10px;
}

.topRecruitTit {
    font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topConceptDecoText {
    font-size: 17px;
    right: 20px;
}

.top01Wrap {
    padding: 80px 0;
}

.topServiceSliderBtnSet .swiper-button-next {
    max-width: 120px;
}

.topServiceSliderBtnSet .swiper-button-prev {
    max-width: 120px;
}

.topRecruitFlexBox02 {
    grid-template-columns: repeat(1, 1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */