@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 Serif JP", serif;
}

.fontB {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
}

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

.inLink>a:hover {
    text-decoration: unset;
    color: #fff;
}

.reduction {
    transition: all .5s;
}

.reduction:hover {
    transform: scale(0.8);
    transition: all .5s;
}

.paddingWr01 {
    padding: 0 15px;
}

.faqPage01 {
    z-index: -999;
}

.faqBtnWr {
    position: relative;
    z-index: 9;
}

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

.woodBg {
    background: url(/system_panel/uploads/images/wood_bg.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;
    position: relative;
}

.woodBg:before,.woodBg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
}

.woodBg:before {
    z-index: 2;
    background: #191919;
    background: linear-gradient(180deg, rgba(25, 25, 25, 1) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 75%, rgba(25, 25, 25, 1) 100%);
}

.woodBg:after {
    z-index: 1;
    background-color: #1F1F1F;
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.bg01,.bg02 {
    background: url(/system_panel/uploads/images/bg01.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    position: relative;
}

.bg01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1F1F1F;
    background: linear-gradient(180deg, rgba(31, 31, 31, 1) 0%, rgba(105, 105, 105, 1) 100%);
    z-index: 1;
    mix-blend-mode: multiply;
}

.bg02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #EBEBEB;
    z-index: 1;
    opacity: 0.75;
}

.bg01>div,.bg02>div,.woodBg>div {
    position: relative;
    z-index: 4;
}

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

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

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

.comBtn01 {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.035em;
    font-weight: bold;
    color: #333333;
    position: relative;
    border: 1px solid #333333;
    font-family: "Noto Serif JP", serif;
    transition: all .5s;
}

.comBtn01:before {
    content: "";
    position: absolute;
    background: #333;
    width: 40px;
    height: 1px;
    right: 15px;
    transition: all .5s;
}

.comBtn01:after {
    content: "";
    border: 1px solid #333;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    position: absolute;
}

.comBtn01>p {
    position: relative;
    z-index: 3;
    color: #333;
}

.comBtn01:hover:before {
    width: 30px;
}

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

.comBtn01.colorWhite::before {
    background-color: #fff;
}

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

.comBtn01.colorWhite>p {
    color: #fff;
}

.webBtn01 {
    width: 100%;
    margin: 0 auto;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    font-weight: bold;
    background-color: #AF201A;
    color: #fff;
    transition: all .5s;
    font-family: "Noto Serif JP", serif;
}

.webBtn01>img {
    max-width: 30.25px;
    width: 100%;
    display: block;
}

.webBtn01:hover {
    background-color: #cf2c25;
    color: #fff;
}

.tit01 {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 0.04em;
    line-height: 1.446em;
}

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

.subSetDeco.center {
    justify-content: center;
    gap: 10px;
}

.subSetDeco:after {
    content: "";
    width: 65px;
    height: 1px;
    background-color: #fff;
}

.subTit01 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-size: 16px;
}

.tit02 {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.04em;
    line-height: 1.677em;
}

.tit02 strong {
    font-size: 30px;
    font-weight: 400;
    color: #A7946D;
}

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

.inLeadTit01 {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.446em;
}

/*-- 共通バナー --------------------------------------------------------------*/

.comBannerWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-color: #1F1F1F;
}

.comBannerLink {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px;
}

.comBannerLinkDecoWr {
    width: 100%;
    height: 350px;
    border: 1px solid #fff;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.comBannerLinkTextWr {
    color: #fff;
    width: 100%;
}

.comBannerLinkTit {
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 1.446em;
}

.comBannerLink:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    opacity: 0.8;
    mix-blend-mode: multiply;
    transition: all .5s;
}

.comBannerLink:hover:before {
    opacity: 0.5;
}

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

.colorWhite {
    color: #fff;
}

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



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


/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



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

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.headerWr {
    padding: 17px;
}

.headerBox01 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hLogoPc {
    max-width: 144px;
    width: 100%;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 0 0;
}

.hContentsBtnSet {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hTelBtnPc {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 12px;
    font-size: 30px;
    font-weight: bold;
}

.hTelBtnPc>img {
    max-width: 25.18px;
    width: 100%;
    display: block;
}

.hWebBtnPc {
    background-color: #AF201A;
    color: #fff;
    max-width: 158px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 11px 11px;
    text-align: center;
    margin: 0 0 0 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.035em;
    transition: all .5s;
}

.hWebBtnPc:hover {
    background-color: #cf2c25;
    color: #fff;
}

.hWebBtnPc>img {
    max-width: 30.25px;
    width: 100%;
    display: block;
    margin: 0 auto 6px;
}

/*--is-animation--*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.header.clone {
    position: fixed;
    top: -120px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    background-color: rgb(25 25 25 / 90%);
}

.header.clone .headerWr {
    padding: 10px 15px;
}

.header.clone .hLogoPc {
    max-width: 100px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 0 0;
}

.header.clone .hWebBtnPc {
    margin: 0 0 0 39px;
    padding: 12px 10px 10px;
}

.header.clone .hWebBtnPc>img {
    margin: 0 auto 0;
}

.header.clone .hHamBox  {
    display: block;
}

/*--ハンバーガーボタン--*/

.hHamBox {
    margin: 0 0 0 30px;
    max-width: 40px;
    width: 100%;
    display: block;
}

.spNavBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	height: 28.28px;
}

.spNavBtnBar {
	max-width: 100%;
	height: 26px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.spNavBtnBarItem {
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	bottom: 50%;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
	width: 40px;
	left: -4px;
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity:0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
	width: 40px;
	left: -4px;
}

.spNavBtn.open .spNavBtnBar {
    height: 100%;
    width: 28.28px;
}

.spMenu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    right: -100%;
    z-index: 9999;
    transition: ease .5s;
    top: 0;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
}

.spMenuConte .spNavBtnBarItem {
    background-color: #fff;
}

.spMenuConte {
    padding: 80px 15px 100px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 auto;
    color: #fff;
    background-color: rgb(31 31 31 / 90%);
}

.hSpNavBox {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	padding: 7px 5px;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #485053;
	border-bottom: 1px solid #485053;
}

.spMenuLink:hover {
	color: #FFF;
	background: #485053;
}

.hSpNavBox {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.spNavList01 {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.hPositionHam {
    position: absolute;
    top: 40px;
    right: 2.6%;
}

.hSpNavBoxWr {
    max-width: 354px;
    width: 100%;
    margin: 0 auto;
}

.hNavLink {
    display: block;
    text-align: center;
    margin-top: 27px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.035em;
    line-height: 1.45em;
    transition: all .5s;
}

.hNavLinkBox .hNavLink:first-child {
    margin-top: 0;
}

.hNavLink:hover {
    color: #fff;
    opacity: .7;
}

/*--スマホ時のナビ--*/

.spNavBlock {
    flex: 1;
    display: flex;
}

.spNav {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #1F1F1F;
	border-top: 1px solid #fff;
}

.spNavConte-l {
	width: 33.3%;
	border-right: 1px solid #fff;
}


.spNavConte-m {
	width: 33.3%;
	background: #1F1F1F;
}

.spNavLink {
	padding: 11px 5px 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 14px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.3em;
}

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

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

.fReservationTelBtn {
    max-width: 354px;
    width: 100%;
    margin: 0 auto;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 30px;
    font-weight: bold;
}

.fReservationTelBtn>img {
    max-width: 28.14px;
    width: 100%;
    display: block;
    margin-top: 3px;
}

.fReservationCalendarBtn {
    max-width: 354px;
    width: 100%;
    margin: 0 auto;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    font-weight: bold;
    background-color: #AF201A;
    color: #fff;
    transition: all .5s;
    letter-spacing: 0.035em;
}

.fReservationCalendarBtn>img {
    max-width: 30.25px;
    width: 100%;
    display: block;
}

.fReservationCalendarBtn:hover {
    background-color: #cf2c25;
    color: #fff;
}

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

/*---top装飾----------------------------------------------*/

.leftDeco01 {
    max-width: 598px;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.rightDeco02 {
    max-width: 420px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.rightDeco01 {
    max-width: 406px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

/*----*/



/*----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: #485053;
    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: #fff;
    font-size: 14px;
    background-color: #ff1f1f;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 250px;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

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

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

.baseTh, .baseTd {
    padding: 15px 15px;
}

.baseTh {
    display: flex;
    color: #fff;
    background: #333;
    align-items: baseline;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.baseTd {
    font-size: 16px;
    background: #fff;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.05em;
}

/*-----*/

/*----*/

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

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

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

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/

.recruitSubTit>br {
    display: block;
}

/*--course---*/

.courseBadge {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    background-color: #A7946D;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 15px;
}

.pairing-map-tit-br>br {
    display: block;
}

.recruitBr>br {
    display: block;
}

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

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

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

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

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

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

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

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

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

  
.tit01 {
    font-size: 25px;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.tit01 {
    font-size: 35px;
}

.subTit01 {
    font-size: 18px;
}
  
.pairing-map-tit-br>br {
    display: none;
}

.recruitBr>br {
    display: none;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

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

.tit01 {
    font-size: 45px;
}

.hHamBox {
    display: none;
}

.header.clone .hLogoPc {
    max-width: 144px;
}

.header.clone .headerWr {
    padding: 17px 2.6% 17px 1.93%;
}

.inLeadTit01 {
    font-size: 23px;
}
    
/*-- 共通バナー --------------------------------------------------------------*/

.comBannerWr {
    grid-template-columns: repeat(2, 1fr);
}

.comBannerLinkTit {
    font-size: 30px;
}
  
/*--スマホ時のナビ---*/
    
.spNav {
    display: none;
}
  
.spMenuConte {
    align-items: flex-start;
}
  
.spMenuConte {
    max-width: 660px;
}
  
.spMenu {
  	top: 0;
}

.hSpNavBox {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.baseTh, .baseTd {
    padding: 20px 20px;
}
  
.recruitSubTit>br {
    display: none;
}

.tit02 {
    font-size: 35px;
}

.tit02 strong {
    font-size: 40px;
}

.baseTh {
    justify-content: center;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.comBannerLinkTit {
    font-size: 35px;
}

.fReservationTelBtn {
    font-size: 40px;
}
    
.fReservationBtnWr {
    gap: 30px 60px;
}

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

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

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


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

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

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

.comBannerLinkTit {
    margin-bottom: 30px;
    font-size: 45px;
}

.text01 {
    font-size: 16px;
}

.tit01 {
    font-size: 50px;
}

.subTit01 {
    font-size: 20px;
}

.tit02 {
    font-size: 45px;
}

.tit02 strong {
    font-size: 50px;
}

.hLogoPc {
    max-width: 241px;
    top: 30px;
    left: 2.4%;
    position: absolute;
}

.hTelBtnPc {
    gap: 12px;
    font-size: 36px;
}

.hWebBtnPc {
    max-width: 178px;
    padding: 14px 11px 11px;
    margin: 0 0 0 24px;
    font-size: 18px;
}

.headerWr {
    padding: 30px 1.56%;
}

.inLeadTit01 {
    font-size: 30px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

.comBannerLinkTit {
    margin-bottom: 35px;
    font-size: 65px;
}

.comBannerLinkDecoWr {
    height: 459px;
}

.tit01 {
    font-size: 65px;
}

.courseBadge {
    font-size: 20px;
    padding: 3px 20px;
}

.tit02 {
    font-size: 65px;
}

.tit02 strong {
    font-size: 80px;
}

.comBtn01 {
    font-size: 18px;
}

.comBtn01:before {
    width: 60px;
}

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

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

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