@charset "utf-8";

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

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto !important;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
  	font-weight: 500;
  	letter-spacing: 0.05em;
    position: relative;
    color: #414141;
}

:root{
    --fontA: "Zen Kaku Gothic New", sans-serif;
    --fontB: "Poppins", 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_hvr:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

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

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

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

.paddingWr01 {
	padding: 0 20px;
}

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

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

.iconImg {
	display: block;
}

.iconImgHvr {
	display: none;
}

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

.inLink:hover .iconImgHvr {
	display: block;
}

.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.05em;
}

.titBox {
	text-align: center;
}

.jpTit01 {
	font-size: 14px;
	line-height: 1em;
  	position: relative;
}

.jpTit02 {
	font-size: 13px;
    letter-spacing: 0.1em
}

.enTit01 {
    font-family: var(--fontB);
	font-size: 24px;
	line-height: 1.3em;
  	position: relative;
}

.msg01 {
	font-size: 19px;
    line-height: 1.45em;
}

.txt01 {
	font-size: 13px;
    line-height: 1.65em;
}

.txt02 {
	font-size: 16px;
    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);
}

/*-- ボタン --*/

.navi-link:hover {
	text-decoration: underline;
}

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

.btn01 p {
    font-size: 16px;
    transition: all .3s;
}

.btn01Arrow {
    position: absolute;
    top: 0;
    left: 0;
  	bottom: 0;
  	margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	z-index: 1;
    transition: all .3s;
}

.btn01Brown {
	color: #745E48;
}

.btn01Brown:hover {
	color: #745E48;
}

.btn01White {
	color: #fff;
}

.btn01White:hover {
	color: #fff;
}

.btn01BrownArrow {
    border: 1px solid #CEC4B8;
}

.btn01WhiteArrow {
    border: 1px solid #fff;
}

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

.btn01Arrow: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: 17px;
    height: 100%;
	z-index: 1;
    transition: all .3s;
}

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

.btn01WhiteArrow:after {
    background-image: url(/system_panel/uploads/images/arrow-white.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;
}

.anchorBtn {
    max-width: 290px;
    width: 100%;
    border: 1px solid #CEC4B8;
    color: #745E48;
    padding: 20px 12px;
    margin: 0 auto;
}

.anchorBtn:hover {
    color: #745E48; 
}

.anchorBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 100%;
    margin: auto;
    max-width: 40px;
    height: 40px;
	z-index: 1;
    transition: all .3s;
    background-image: url(/system_panel/uploads/images/arrow-circle-brown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
}

.iconImg {
	display: block;
}

.iconImgHvr {
	display: none;
}

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

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

.btnSquare {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.btnSquare.btnOrange {
    color: #fff;
    background-color: #D9A066;
}

.btnSquare.btnOrange:hover {
    color: #fff;
    background-color: #745E48;
}

.btnSquare .btnArrowWhite {
    position: absolute;
    top: 0;
    right: 10px;
  	bottom: 0;
  	margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s;
  	z-index: 1;
}

.btnSquare:hover .btnArrowWhite {
    right: 5px;
}

.btnSquare .btnArrowWhite:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  	left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #E4BC94;
    transition: all .3s;
  	z-index: -1;
}

.btnSquare .btnArrowWhite: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: 17px;
    height: 100%;
    transition: all .3s;
    background-image: url(/system_panel/uploads/images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  	z-index: -1;
}

.pdfBtn {
    max-width: 300px;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 20px 25px 20px 25px;
    border-radius: 5px;
}

.pdfBtn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    background: url(/system_panel/uploads/images/arrow-circle-white-small.svg) no-repeat center / cover;
    transition: all .3s;
}

.pdfBtn:hover::after {
    right: 10px;
    transition: all .3s;
}

.formBtn, .backBtn {
	position: relative;
    display: block;
    width: fit-content;
	padding: 22px 0 22px 100px;
    color: #745E48;
    transition: all .3s;
}

.backBtnArrow {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border: 1px solid #CEC4B8;
    border-radius: 50%;
    z-index: 1;
    transition: all .3s;
}

.backBtnArrow:after {
    display: block;
    content: "";
    position: absolute;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 15px;
    height: 100%;
    z-index: 1;
    transition: all .3s;
    background-image: url(/system_panel/uploads/images/arrow-brown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(-1, 1);
}

.formBtn:hover, .backBtn:hover {
    color: #745E48;
    transition: all .3s;
}

.backBtn:hover .backBtnArrow {
    left: 0;
    transition: all .3s;
}


.inBtnFrame:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: auto;
    left: 0;
    bottom: -20%;
  	right: 0;
  	margin: auto;
    background: url(/system_panel/uploads/images/wood-bg.jpg) no-repeat center;
  	background-size: cover;
    z-index: -1;
  	transition: all .3s;
}

.inBtnFrame.maskMiddle:after {
  	top: auto;
    left: 0;
    bottom: -20%;
  	right: 0; 
}

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

.linkTxtBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 640px;
    width: 100%;
    height: 95%;
    padding: 40px 15px;
    z-index: 10;
}

.linkImgBox {
	position: relative;
    width: 100%;
    min-height: 180px !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(38, 21, 4, .6);
    z-index: 1;
    transition: all 0.3s;
}

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

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

.colorBlack {
    color: #414141;
}

.colorWhite {
    color: #FFF;
}

.colorGray01 {
    color: #CCCCCC;
}

.colorGray02 {
    color: #D9D9D4;
}

.colorBrown01 {
	color: #745E48;
}

.colorBeige {
    color: #EBCCA8;
}

.bgWhite {
	background-color: #fff;
}

.bgBlack {
	background-color: #414141;
}

.bgBrown {
	background-color: #745E48;
}

.bgOrange {
    background-color: #D9A066;
}

.bgBeige {
    background-color: #F2EEE4;
}

.bgClearBeige {
    background-color: rgba(242, 238, 228, 0.4);
}

.maskDark, .maskLight, .maskMiddle, .maskBlack {
	position: relative;
}

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

.maskBlack:after {
    background-color: rgba(65, 65, 65, 0.35);
}

.maskDark:after {
    background-color: rgba(38, 21, 4, 0.4);
}

.maskMiddle:after {
    background-color: rgba(217, 160, 102, 0.4);
}

.maskLight:after {
    background-color: rgba(242, 238, 228, 0.4);
}

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

.texture01:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: 0;
    left: 0;
    bottom: 0;
  	right: 0;
  	margin: auto;
    background: url(/system_panel/uploads/images/texture-mask01.png) repeat-y center;
  	background-size: contain;
    z-index: 1;
  	transition: all .3s;
}

.inDecoration {
  	z-index: 3;
}

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

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

.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: 500;
	font-family: var(--fontB);
	letter-spacing: 0.05em;
	line-height: 1.11em;
	text-align: center;
}

/* パンくず */

.breadWrap {
	padding: 10px 0;
}

.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(--fontB);
}

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

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

/* レイアウト */

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

.inWrap {
	padding: 80px 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: #C2AD75;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: #fc8885;
    margin: 0 0 0 10px;
    padding: 2px 5px;
    background: #fff;
    font-size: 14px;
}

.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: #7A7666;
}

.privacyBox a:hover{
    color: #7A7666;
    text-decoration: underline;
} 

.formWrap>.container-fluid {
    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: #0071BC;
}

.privacyDt {
    border-left: 5px solid #0071BC !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;
}

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

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

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

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

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.enTit01 {
	font-size: 30px;
}
  
.txt01 {
	font-size: 14px;
}
  
/*---ボタン---*/  
  
.btnSquare .btnArrowWhite {
    right: 15px;
    width: 50px;
    height: 50px;
}

.btnSquare:hover .btnArrowWhite {
    right: 20px;
}
  
/*---コンテンツ---*/
  
.grid4 {
	grid-template-columns: repeat(2, 1fr);
}

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

.incoverTit {
	font-size: 35px;
}

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

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

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

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

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

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

/*.brPc br {
	display: block;
}

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

.jpTit01 {
	font-size: 16px;
}
  
.enTit01 {
	font-size: 40px;
}
  
  
/*-- ボタン --*/
  
/*---ボタン---*/
  
.btn01 {
    padding: 22px 0 22px 100px;
}
  
.btn01Arrow {
    width: 65px;
	height: 65px;
}
  
.btn01 p {
    font-size: 16px;
}
 
.btnSquare .btnArrowWhite {
    right: 30px;
    width: 65px;
    height: 65px;
}

.btnSquare:hover .btnArrowWhite {
    right: 20px;
}
  
.linkImgBox {
    min-height: 350px !important;
}

.linkMaskBtnBox:after {
    width: 80px;
    height: 80px;
}

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

.flexRow {
    flex-direction: row;	
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
}
  
.grid4 {
    grid-template-columns: repeat(3, 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) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.enTit01 {
	font-size: 50px;
}
  
.txt01 {
	font-size: 16px;
}
  
.txt02 {
	font-size: 17px;
}

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

.inBtnFrame:before {
    bottom: -50%;
}

.inBtnFrame.maskMiddle:after {
    bottom: -50%;
}

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

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

/* パンくず */

.breadWrap {
	padding: 15px 0;
}

.breadBox {
	font-size: 14px;
}

/* レイアウト */

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

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

/* 見出し */

.inTit01 {
    font-size: 30px;
}

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

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

.grid3 {
    grid-template-columns: repeat(3, 1fr);
}
  
.privacyBox p{
    font-size: 18px;
}

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

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

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

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

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

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

.txt01 {
	font-size: 18px;
}
  
.txt02 {
	font-size: 20px;
}
  
.msg01 {
	font-size: 26px;
}

/*---ボタン---*/
  
.btn01 {
    padding: 22px 0 22px 100px;
}
  
.btn01Arrow {
    width: 80px;
	height: 80px;
}
  
.btn01 p {
    font-size: 18px;
}
  
.btnSquare .btnArrowWhite {
    right: 40px;
    width: 80px;
    height: 80px;
}

.btnSquare:hover .btnArrowWhite {
    right: 20px;
}
  
.anchorBtn {
    padding: 20px 30px;
}

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

.incover {
	height: 430px;
}
  
.incoverTit {
	font-size: 70px;
}
  


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

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

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

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

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

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


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

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

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