@charset "utf-8";

html {
	overflow-x: hidden;
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto !important;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    background: #E9EBEC;
}

:root{
    --fontA: "Montserrat", sans-serif;
    --fontB: "Noto Sans JP", sans-serif;
}

a {
	transition: all .3s;
}

a:hover {
	transition: all .3s;
}

.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: var(--fontA);
    font-weight: 300;
}

.fontB {
    font-family: var(--fontB);
    font-weight: 400;
}

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

.paddingWr01 {
	padding: 0 25px;
}

.frame01 {
	max-width: 1220px;
  	width: 100%;
  	margin: 0 auto;
  	position: relative;
}

/*.iconImg {
	display: block;
  	transition: all .3s;
}

.iconImgHvr {
	display: none;
  	transition: all .3s;
}

.inLink {
  	transition: all .3s;
}

.inLink:hover {
  	transition: all .3s;
}

.inLink:hover .iconImg {
	display: none;
  	transition: all .3s;
}

.inLink:hover .iconImgHvr {
	display: block;
  	transition: all .3s;
}*/

.controlArea .carousel-item {
    display: block;
    opacity: 1;
}
.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s !important;
}

/*.brPc br {
	display: none;
}

.brSp br {
	display: block;
}*/

.imgBox75 {
    width: 100%;
    height: 0;
    padding-top: 75%;
  	position: relative;
}

.imgBox75 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgBox100 {
    width: 100%;
    height: 0;
    padding-top: 100%;
  	position: relative;
}

.imgBox100 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;	
}

.anchorBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    width: 100%;
    margin: 0 auto 0 auto;
  	z-index: -1;
}

.anchorWrap {
    margin: -120px 0 0 0;
    padding: 120px 0 0 0;
}

.box-shadow01 {
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}

.box-shadow02 {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

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

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

/*-- タイトル・テキスト --*/

p {
	letter-spacing: 0.1em;
}

.titBox {
	text-align: center;
}

.telNum {
    font-family: var(--fontA);
	letter-spacing: 0.1em;
}

.jpTit01 {
	font-size: 18px;
    font-weight: 400;
  	letter-spacing: 0.1em;
	line-height: 1.45em;
  	position: relative;
}

.jpTit02 {
	font-size: 13px;
	font-weight: 400;
    line-height: 1.65em;
    letter-spacing: 0.1em
}

.jpTit03 {
    font-family: var(--fontA);
	font-size: 14px;
  	margin: 9px 0 0;
    font-weight: 700;
    letter-spacing: 0.05em
}

.enTit01Box  {
    font-family: var(--fontA);
	font-size: 30px;
    font-weight: 400;
}

.enTit01Box h2, .enTit01Box h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.enTitDeco {
    font-family: var(--fontA);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #ccc;
}

.msg01 {
	font-size: 24px;
	font-weight: 500;
    line-height: 1.65em;
  	letter-spacing: 0.05em;
}

.txt01 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;  
    line-height: 2.1em;
}

.txt02 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
    line-height: 1.9em;
}

.text-shadow {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.top-text-shadow {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*-- ボタン --*/

.btn01 {
    position: relative;
    display: block;
    width: fit-content;
    padding: 14px 65px 14px 0;
    transition: all .3s;
}

.btn01 p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    transition: all .3s;
}

.btn01BlackArrow, .btn01GoldArrow, .btn01SilverArrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    /*border-radius: 50%;*/
    transition: all .3s;
}

.btn01BlackArrow {
    border: 1px solid #D9D9D4;
}

.btn01GoldArrow {
    background-image: url(/system_panel/uploads/images/arrow_gold_circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn01SilverArrow {
    background-image: url(/system_panel/uploads/images/arrow_silver_circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn01:hover>div {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition: all .3s;
}

.btn01BlackArrow:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 19px;
    height: 100%;
    transition: all .3s;
}

.btn01BlackArrow:after {
    background-image: url(/system_panel/uploads/images/arrow_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn02 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 363px;
    width: 100%;
    height: 85px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1em;
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s;
}

.btnBlue {
  	color: #fff;
  	background: #0071BC;
    transition: all .3s;
}

.btnBlue:hover {
  	color: #fff;
  	background: #69B6E9;
    transition: all .3s;
}

/*.iconImg {
	display: block;
}

.iconImgHvr {
	display: none;
}

.btn:hover .iconImg {
	display: none;
}

.btn:hover .iconImgHvr {
	display: block;
}*/

.pdfBtn {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1em;
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    color: #0071BC;
    background: #fff;
    border: 1px solid #0071BC;
    cursor: pointer;
    margin: 30px auto 0;
    transition: all .3s;
}

.pdfBtn:hover {
    color: #fff;
    background: #0071BC;
    transition: all .3s;
}

.linkMask {
    display: block;
    position: relative;
    color: #fff;
    transition: all 0.3s;
}

.linkTxtBox {
    position: absolute;
    z-index: 10;
}

.linkImgBox {
	position: relative;
    width: 100%;
    min-height: 240px !important;
}

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

.linkMask:hover .linkImgBox img {
    transition: all .5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.linkMaskBox {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: rgba(33, 33, 31, .6);
    z-index: 1;
    transition: all 0.3s;
}

.linkMaskBtnBox:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 60px;
    height: 10px;
    background: url(/system_panel/uploads/images/arrow_white.svg) no-repeat center / contain;
    transition: all .3s;
}

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

.colorBlack {
    color: #191918;
}

.colorWhite {
    color: #FFF;
}

.colorGray01 {
    color: #CCCCCC;
}

.colorGray02 {
    color: #D9D9D4;
}

.colorGold01 {
	color: #B39D59;
}

.colorGoldGradation02 {
	color: #B39D59;
}

.colorSilverGradation02 {
	color: #B39D59;
}

.bgWhite {
	background-color: #fff;
}

.bgBlack {
	background-color: #181919;
}

.bgBlue {
	background-color: #4CB7AE;
}

.bgBeige {
	background-color: #F0E8E1;
}

.bgGray {
	background-color: #ccc;
}

.bgSilverGradation01 {
	background: linear-gradient(120deg, rgba(230, 230, 230, 1), rgba(204, 204, 204, 1) 20%, rgba(242, 242, 242, 1) 40%, rgba(179, 179, 179, 1) 75%, rgba(230, 230, 230, 1));
}

.bgSilverGradation02 {
	background: linear-gradient(90deg, rgba(219, 219, 219, 1), rgba(160, 160, 160, 1) 20%, rgba(193, 193, 193, 1) 35%, rgba(181, 181, 181, 1) 60%, rgba(116, 114, 115, 1) 75%);
}

.bgGoldGradation01 {
	background:linear-gradient(120deg,rgba(194, 178, 128, 1) 0%, rgba(214, 195, 144, 1) 20%, rgba(220, 198, 138, 1) 45%, rgba(189, 167, 106, 1) 65%, rgba(162, 140, 91, 1) 100%);
}

.bgGoldGradation02 {
	background: linear-gradient(180deg,rgba(194, 178, 128, 1) 0%, rgba(214, 195, 144, 1) 20%, rgba(220, 198, 138, 1) 40%, rgba(189, 167, 106, 1) 65%, rgba(162, 140, 91, 1) 100%);
}

.maskDark, .maskLight, .maskDarkGradation {
	position: relative;
}

.maskDark:after,.maskLight:after,.maskDarkGradation:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: 0;
    left: 0;
    bottom: 0;
  	margin: auto;
    z-index: 1;
  	transition: all .3s;
}

.maskDarkGradation:after {
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}


/*---コンテンツ---*/

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

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

.grid2 {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
}

/*---下層---*/

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

.incover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(70 70 70 / 65%);
}

.incoverTxtBox {
	max-width: 1450px;
	width: 100%;
	color: #fff;
	padding: 0 15px;
	position: relative;
}

.incoverTit {
	font-size: 30px;
	font-weight: 300;
	font-family: var(--fontA);
	letter-spacing: 0.1em;
	line-height: 1.11em;
	text-align: center;
}

/* パンくず */

.breadWrap {
	padding: 10px 0;
  	position: relative;
  	z-index: 10;
}

.breadBox {
	max-width: 1450px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.breadLink {
	display: block;
	color: inherit;
  	font-family: var(--fontA);
}

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

.breadBox p {
  	font-family: var(--fontA);
}

/* レイアウト */

.breadWrap + .inWrap {
	padding: 40px 0 100px;
}

.inWrap {
	padding: 60px 0;
	position: relative;
}

.inner {
	max-width: 1650px;
	width: 100%;
	margin: auto;
	padding: 0 25px;
}

/*---画像制御--*/

/*.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;
}*/

/*---gallery　lightbox--*/

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---*/

.container{
    max-width: 1140px !important;
    border: #ccc 1px solid;
}

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

.formTh,
.formTd{
    padding: 10px 15px;
}

.formTh {
    text-align: left;
    background-color: #191918;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.label{
    margin: 0;
}

.labelText01 {
    color: #fff;
}

.formTd {
    /* background-color: #fff; */
}

.formInput ,
.zipInput,
.formTextArea{
    padding: 3px 5px;
}

.inFormFxDot {
    width: 100%;
    width: 15px;
}

.formInput {
    width: 100%;
    line-height: 1.6;
    border: 1px solid #ccc;
}

.formInputShort  {
    line-height: 1.6;
    border: 1px solid #ccc;
}

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

.d-inline-block{
    margin: 0 10px 0 0;
}

.requiredText {
    color: #ff0600;
    /* margin: 0 0 0 5px; */
    /* padding: 2px 5px; */
    /* background: #fff; */
    font-size: 16px;
    font-weight: 500;
}

.fileCaution {
    font-size: 13px;
}

.fileArea {
    margin: 5px 0 0;
}

.formTextArea{
    height: 250px;
    width: 100%;
    padding: 5px;
    border-color: #ccc;
}

.zipInput {
    width: 40%;
    border: 1px solid #ccc;
    max-width: 100px;
}

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

.privacyLabel {
    font-size: 14px;
}

.formBtnBx {
    display: flex;
    justify-content: center;
}

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

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

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

.formWrap>.container-fluid {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
}

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

.privacyBox::-webkit-scrollbar-track {
    border-left: 1px solid #ccc;
    background-color: #fff;
}

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

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

.privacyDd {
    padding: 0 0 0 16px;
    margin: 15px 0 0 0;
    font-size: 14px;
}

.formBtn, .backBtn {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 230px;
    width: 100%;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1em;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #191918;
    border: 1px solid #191918;
    cursor: pointer;
    margin: 30px auto 0;
    transition: all .3s;
}

.formBtn:hover, .backBtn:hover {
  	color: #191918;
  	background: #fff;
  	border: 1px solid #191918;
  	transition: all .3s;
}

/*--company etc--*/

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

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

.baseTh {
    padding: 15px;
    background-color: #191918;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.jpTit01 {
	font-size: 22px;
}


/*---コンテンツ---*/
  
.grid3 {
    grid-template-columns: repeat(2, 1fr);
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.jpTit01 {
	font-size: 28px;
}
  
.jpTit02 {
    font-size: 20px;
}
  
.txt01 {
	font-size: 14px;
}


/*---下層---*/

.incoverTit {
	font-size: 35px;
}

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

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

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

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

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

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

/*.brPc br {
	display: block;
}

.brSp br {
	display: none;
}*/
  
.anchorBox {
    height: 120px;
}
  
/*---タイトル・テキスト---*/

.jpTit02 {
	font-size: 18px;
}
  
.enTitDeco {
	font-size: 40px;
}
  
/*-- ボタン --*/
  
  
.linkImgBox {
    min-height: 350px !important;
}

  
/*---color---*/  
  
  
/*---コンテンツ---*/

.flexRow {
    flex-direction: row;	
}

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

/*---下層---*/

.pankuzuWr + .inWrap {
    padding: 60px 0 100px;
}

.inWrap {
    padding: 100px 0;
}

.formTh {
    text-align: center;
}
  
.formWrap .formTh {
    text-align: left;
}

.formTh,
.formTd{
    padding: 15px;
}

.formTh{
    text-align: center;
}

.privacyLabel {
    font-size: 16px;
}


.privacyBox p{
    font-size: 16px;
}

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

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

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

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

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

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


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.jpTit01 {
    font-size: 20px;
}
  
.jpTit02 {
	font-size: 24px;
}
  
.txt01 {
	font-size: 16px;
}

.txt02 {
	font-size: 18px;
}
  
.enTitDeco {
	font-size: 60px;
}

/*---ボタン---*/

/*---下層---*/

.incover {
	height: 350px;
}
	
.incoverTit {
	font-size: 45px;
}

/* パンくず */

.breadWrap {
	padding: 15px 0;
}

.breadBox {
	font-size: 14px;
}

/* レイアウト */

.breadWrap + .inWrap {
	padding: 100px 0 130px;
}

.inWrap {
	padding: 160px 0;
}
  
.anchorWrap {
	padding: 120px 0 0 0;
}

/* 見出し */

.inTit01 {
    font-size: 30px;
}

/*---コンテンツ---*/

.grid4 {
    grid-template-columns: repeat(4, 1fr);
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.jpTit01 {
	font-size: 25px;
}
  
.jpTit02 {
	font-size: 30px;
}  

/*---ボタン---*/
  
.btn01 {
    padding: 22px 95px 22px 0;
}

  
.btn01 p {
    font-size: 20px;
}
  
.btn01BlackArrow, .btn01GoldArrow, .btn01SilverArrow {
    width: 75px;
    height: 75px;
}


/*---コンテンツ---*/
 
/*---下層---*/

.incover {
	height: 400px;
}
  
.incoverTit {
	font-size: 60px;
}
  


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.jpTit01 {
	font-size: 30px;
}

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

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

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