@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Noto Sans JP", sans-serif;
}

.fontB {
  font-family: "Noto Serif JP", serif;
}

.fontC {
  font-family: "Marcellus", serif;
}

.inLink>a {
    text-decoration: underline;
    color: #52514C;
}

.inLink>a:hover {
    text-decoration: none;
    color: #52514C;
}

.paddingWr01 {
    width: 100%;
    padding: 0 20px;
}

.hoverUp {
    transition: all .5s;
}

.hoverUp:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .5s;
}

.staffHight {
    z-index: -1;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

/*-------btn--------*/

.comBtn01 {
    display: inline-flex;
    color: #52514C;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    border-bottom: 1px solid #52514C;
    align-items: center;
    font-family: "Marcellus", serif;
    padding-bottom: 15px;
}

.comBtn01:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -1px;
    z-index: 1;
    transition: all .5s;
    background: #AAC8CE;
    height: 1px;
    display: block;
}

.comBtn01:hover:before {
    width: 100%;
    transition: all .5s;
}

.comBtn01:hover {
    color: #52514C;
}

.comBtn01:after {
    content: "";
    background: url(/system_panel/uploads/images/arrow_icon01.svg)no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: block;
    margin-left: 16px;
}

.comBtn01.colorWhite {
    color: #fff;
    border-color: #fff;
}

.comBtn01.colorWhite:after {
    filter: brightness(0) invert(1);
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorBlue01 {
    color: #9DB7BC;
}

.colorBlue02 {
    color: #AACEC4;
}

/*-- 共通fontSize --------------------------------------------------------------*/

.titEn01 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-family: "Marcellus", serif;
}

.titEn02 {
    font-size: 47px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-family: "Marcellus", serif;
}

.text01 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.text02 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.111em;
}

.subTit01 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.inMainText01 {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.583em;
    font-family: "Noto Serif JP", serif;
}

/*-- inCover -----------------------------------------------------------------*/

.incover {
	max-width: 1920px;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	position: relative;
}

.inCovBox {
    max-width: 1200px;
    width: 100%;
    margin: auto;
	padding: 20px 15px 0;
    position: relative;
    text-align: center;
    color: #fff;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgb(82 81 76 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.inCovTit01 {
    font-size: 30px;
    margin-top: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-family: "Marcellus", serif;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #52514C;
}

.pankuzuLink:hover {
    color: #52514C;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 14px;
}

.pankuzuLink > p {
    text-decoration: none;
}

.pankuzuLink:hover > p {
    text-decoration: underline;
}


/*-- ****** -----------------------------------------------------------------*/
/*-- banner ---------------------------------------------------------------*/

.comBanneer {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
    overflow: hidden;
    height: 160px;
    max-width: 1000px;
    margin: 0 auto;
}

.comBanneer:hover .iBanaLk {
    transform: scale(1.1);
    transition: .5s;
}

.comBanneer .iBanaLk {
    transition: .5s;
    width: 100%;
    height: 100%;
}

.comBannerTitSet {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comBanneer .iBanaLk img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.iBanaLk:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(82 81 76 / 50%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.comBannerTit {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-family: "Marcellus", serif;
    color: #fff;
    background: rgb(255 255 255 / 80%);
    padding: 10px 14px 10px;
}

.borderDeco01 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/



/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.conceptTit01 {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.583em;
    font-family: "Noto Serif JP", serif;
}

/*---------------------------------------------------------------------------*/

.topStyleGridItemBtn {
    max-width: 280px;
    width: 100%;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #AAC8CE;
    margin: 30px auto 0;
    transition: all .5s;
}

.topStyleGridItemBtn:hover {
    color: #fff;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .5s;
}

.topStyleGridItemBtn:after {
    content: "";
    background: url(/system_panel/uploads/images/arrow_icon01.svg)no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    filter: brightness(0) invert(1);
    right: 8px;
}

/*---menu----------------------------------------------*/

.menuBtnWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
}

.menuBtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #AAC8CE;
    border: 1px solid #AAC8CE;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    flex-direction: column;
    padding: 13px 10px;
    font-family: "Noto Serif JP", serif;
}

.menuBtn:hover {
    background: #AAC8CE;
    color: #fff;
}

/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #AAC8CE;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #555;
}

.formRow {
    border: 1px solid #ccc;
}

.contTable {
    border: 1px solid #ccc;
}

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #ff1f1f;
    font-size: 14px;
    background-color: #fff;
}

.formBtn {
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #AAC8CE;
    border: 1px solid #AAC8CE;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    flex-direction: column;
    font-family: "Noto Serif JP", serif;
    cursor: pointer;
    height: 50px;
    transition: all .5s;
}

.formBtn:hover {
    background: #AAC8CE;
    color: #fff;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #AAC8CE;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
}

/*----*/

.inFlexTit01 {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 16px;
}

.inFlexTit02 {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 20px;
}

.comBannerWr01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    display: grid;
}

.comBannerWr02 .iBanaLk:before {
    display: none;
}

.inTit01 {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Noto Serif JP", serif;
}

.accessTitBr>br {
    display: block;
}

.recruitTitDeco:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 20px auto 0;
}

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

.btnWrap .recruitBtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #AAC8CE;
    border: 1px solid #AAC8CE;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    flex-direction: column;
    padding: 13px 10px;
    font-family: "Noto Serif JP", serif;
    cursor: pointer;
    transition: all .5s;
}

.btnWrap .recruitBtn:hover {
    background: #AAC8CE;
    color: #fff;
}

/*-----------------------------------------------------------
プライバシーポリシー
-----------------------------------------------------------*/

.privacyBox {
    height: 400px;
    width: 100%;
    padding: 30px 2% 30px 2%;
    background: #fff;
    border: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #574641;
}

.privacyBox::-webkit-scrollbar {
    width: 5px;
}

.privacyBox::-webkit-scrollbar-track {
     background-color: #E3E3E3;
}

.privacyBox a {
	color: inherit;
	text-decoration: underline;
}

.privacyBox a:hover {
	text-decoration: none;
}

.privacyBox::-webkit-scrollbar {
    width: 5px;
}

.privacyBox::-webkit-scrollbar-track {
    background-color: #ccc;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #AAC8CE;
}

.privacyDl {
    margin: 15px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.privacyDt {
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #AAC8CE;
    line-height: 1.45em;
}

.privacyDd {
    margin: 15px 0 0 0;
}

.privacyList01 {
    margin: 10px 0 0 0;
}

.privacyItem01 {
    display: flex;
    padding: 10px 0 10px 0;
}

.privacyNum {
    max-width: 20px;
    width: 100%;
    margin: 0 5px 0 0;
}

.privacyTxtBox01 {
    width: 100%;
}

.privacyList02 {
    margin: 5px 0 0 0;
}

.privacyItem02 {
    display: flex;
}

.privacyDt {
	border-left: 5px solid #AAC8CE !important;
	padding: 3px 0 3px 10px;
	font-weight: 500;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.privacyDd {
	padding: 0 0 0 16px;
	margin: 15px 0 0 0;
	line-height: 1.8em;
	font-weight: 400;
	font-size: 14px;
}

.privacyDdKako01 {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

.menuSubTitBorderDeco {
    border-left: 10px solid #AAC8CE !important;
    border-bottom: 1px solid #AAC8CE !important;
    border-top: 0 !important;
    border-right: 0 !important;
}

.conceptBorderDeco {
    border-bottom: 1px solid #ccc;
}

.conceptBorderDeco:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #AAC8CE;
    width: 41px;
    height: 1px;
}

.ladiesGalleryDeco:before {
    content: "";
    background: url(/system_panel/uploads/images/ladies_gallery_icon01.svg)no-repeat;
    background-size: 100%;
    width: 80.39px;
    height: 135px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.mensGalleryDeco:after {
    content: "";
    background: url(/system_panel/uploads/images/mens_gallery_icon02.svg)no-repeat;
    background-size: 100%;
    width: 95px;
    height: 120px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.mensGalleryDeco:before {
    content: "";
    background: url(/system_panel/uploads/images/mens_gallery_icon01.svg)no-repeat;
    background-size: 100%;
    width: 80px;
    height: 135px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ladiesGalleryDeco:after {
    content: "";
    background: url(/system_panel/uploads/images/ladies_gallery_icon02.svg)no-repeat;
    background-size: 100%;
    width: 76.42px;
    height: 125px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.comBanneer:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/com_menu_arrow.svg)no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    bottom: -1px;
    right: -1px;
    margin: auto;
    z-index: 9;
}


/*--Galleryカバー---*/

.inGalleryCover  {
    background-repeat: repeat-x !important;
    background-position: center top;
    background-size: cover;
    animation-name: skeleton;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes skeleton {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1920px 0;
  }
}

/*----*/

.comBannerLink:before {
    content: "";
    position: absolute;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 3px solid #fff;
    margin: auto;
}

.conceptBannerTit:after {
    content: "";
    background: url(/system_panel/uploads/images/com_banner_arrow.svg)no-repeat;
    width: 50px;
    height: 6px;
    background-size: 100%;
    display: block;
    margin-left: 20px;
}

.conceptBannerTit {
    display: flex;
    align-items: center;
}

.comBannerLink {
    box-shadow: 10px 10px 0 rgb(0 0 0 / 16%);
    transition: all .5s;
}

.comBannerLink:hover {
    box-shadow: 0px 0px 0 rgb(0 0 0 / 16%);
    transition: all .5s;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.subTit01 {
    font-size: 18px;
}

.inFlexTit01 {
    font-size: 18px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  
.inCovTit01 {
    font-size: 40px;
}

.menuBtn {
    font-size: 14px;
}

.inTit01 {
    font-size: 20px;
}

.conceptTit01 {
    font-size: 20px;
}

.text01 {
    font-size: 14px;
}

.text02 {
    font-size: 14px;
}

.conceptBannerTit:after {
    width: 70px;
    height: 9px;
    margin-left: 32px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inCovTit01 {
    font-size: 50px;
}

.inFlexTit01 {
    font-size: 20px;
}

.incover {
	height: 300px;
}

.inTit01 {
    font-size: 25px;
}

.titEn01 {
    font-size: 65px;
}

.comBanneer {
    height: 231px;
}

.btnWrap {
    grid-template-columns: repeat(3, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titEn01 {
    font-size: 85px;
}

.titEn02 {
    font-size: 65px;
}
    
.text01 {
    font-size: 16px;
    line-height: 2em;
}

.subTit01 {
    font-size: 24px;
    line-height: 2em;
}

.comBtn01 {
    display: inline-flex;
    font-size: 16px;
    padding-bottom: 15px;
}

.comBtn01:after {
    width: 14px;
    height: 14px;
    margin-left: 16px;
}
  
.comBannerWr01 {
    grid-template-columns: repeat(2, 1fr);
}
  
.menuBtnWr {
    grid-template-columns: repeat(3, 1fr);
}
  
.accessTitBr>br {
    display: none;
}

.incover {
	height: 350px;
}

.inCovTit01 {
    font-size: 60px;
}

.text02 {
    font-size: 16px;
}

.ladiesGalleryDeco:before {
    display: block;
}

.ladiesGalleryDeco:after {
    display: block;
}

.mensGalleryDeco:before {
    display: block;
}

.mensGalleryDeco:after {
    display: block;
}

.topStyleGridItemBtn {
    height: 72px;
    font-size: 14px;
    margin: 60px auto 0;
}
  
.inMainText01 {
    font-size: 20px;
}

.comBannerTit {
    font-size: 64px;
    padding: 18px 24px 18px;
}

.comBanneer:before {
    width: 125px;
    height: 125px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.titEn02 {
    font-size: 85px;
}

.inFlexTit01 {
    font-size: 25px;
}

.inFlexTit02 {
    font-size: 25px;
}

.inTit01 {
    font-size: 32px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inCovTit01 {
    font-size: 80px;
}
  
.menuBtnWr {
    grid-template-columns: repeat(4, 1fr);
}

.incover {
	height: 400px;
}

.conceptTit01 {
    font-size: 24px;
}

.text02 {
    font-size: 18px;
}

.mensGalleryDeco:before {
    width: 110px;
    height: 180px;
}

.ladiesGalleryDeco:after {
    width: 76.42px;
    height: 125px;
}

.btnWrap .recruitBtn {
    font-size: 16px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titEn01 {
    font-size: 120px;
}

.titEn02 {
    font-size: 120px;
}

.inFlexTit01 {
    font-size: 32px;
}

.inFlexTit02 {
    font-size: 32px;
}

.incover {
	height: 400px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */