@charset "utf-8";

body {
font-family: 'Noto Serif JP', "ヒラギノ明朝", "MS P明朝", "Hiragino Sans", sans-serif;
color: #333333;
background: url(/system_panel/uploads/images/top_bg.jpg);
background-repeat:
	repeat;
background-size:
	auto;
}

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

.underline {
text-decoration: underline;
}

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

.telWrap {
color: inherit;
}

.hidden {
overflow: hidden;
}

.scrollY {
overflow-Y: scroll;
}

a,
button {
transition: .3s;
}

p>a {
color: inherit;
text-decoration: underline;
}

p>a:hover {
color: inherit;
}

.imgBx {
position: relative;
text-align: center;
}

.opacityHv:hover {
opacity: 0.8
}

.scaleHv {
transition: 0.8s;
}

.scaleHv:hover {
transform: scale(.9, .9);
transition: 0.8s;
}

.z-index--1 {
z-index: -1;
}

/*画像を徐々に表示ここから*/

.img02 {
overflow: hidden;
}

.img01 {
/*overflow: hidden;*/
position: relative;
}

.img01.animated:before {
animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
background: #F6F8FB;
bottom: 0;
content: '';
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}

@keyframes img-wrap {
100% {
	transform: translateX(100%);
}
}

/*画像を徐々に表示ここまで*/


/*-- その他 --*/

.selectArea {
    display: flex;
}

.attensionTxt01 {
    padding-left: 20px;
}

.attensionTxt01:before {
    content: "■";
    margin-right:5px;
    position:absolute;
    left:0
}

.attensionTxt02 {
    padding-left: 20px
}

.attensionTxt02:before {
    content: "◆";
    margin-right:5px;
    position:absolute;
    left:0
}


.speechTxt01:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(244deg);
  left: 0;
}

.speechTxt01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-244deg);
  right: 0;
}

.eatIndentTxt01 {
    padding-left: 1.5em;
}

.eatIndentTxt01:before {
    content: "※";
    position: absolute;
    left: 0px;
    top: 1%;
}

.menuLink:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(51 51 51 / 40%);
    transition: 0.3s;
}

.menuLink:hover:before {
    background: none;
    transition: 0.3s;
}

.menuItem01Tit02 {
    padding: 0 30px;
    width:fit-content;
    margin:auto 
}

.menuItem01Tit02:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #D33A00;
    position: absolute;
    top: 50%;
    left:0;
}

.menuItem01Tit02:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #D33A00;
    position: absolute;
    top: 50%;
    right:0;
}

.menuItem01TxtBx {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #333232;
    border-radius: 8px;
}
.menuItem01TxtBx .menuItem01Tit01 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10%;
    padding: 0 9px;
    line-height: 1;
    background: url(/system_panel/uploads/images/top_bg.jpg);
    background-repeat:
	repeat;
    background-size:
	auto;
    font-weight: bold;
    right: 10%;
    text-align: center;
}

.eatAttensitonAr {
    border-top: 2px dashed #D33A00;
    border-bottom: 2px dashed #D33A00;
}


.formTxt01 {
    width: 100%;
    font-size: 13px;
}

.formThWrap {
    flex-wrap: wrap;
}

input#datepicker{
  max-width: 200px;
}

.inLinkBx01:before {
    content: "";
    display: block;
    background: rgb(51 51 51 / 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.3s;
}

.inLinkBx01:hover:before {
    background: none;
    transition: 0.3s;
}

.ar04:after {
    content: "";
    display: block;
    position: absolute;
    top: -361px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(214 212 205 / 50%);
    z-index: -1;
}


.ar03Bnr:after {
    content: "";
    display: block;
    width: 23.67px;
    height: 23.67px;
    background-image: url(/system_panel/uploads/images/cmn_arrow.png);
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.ar03:before {
    content: "";
    display: block;
    width: 100%;
    height: 913px;
    background: rgb(214 212 205 / 50%);
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    left: 0;
}

.ar01:after {
content: "";
display: block;
background: url(/system_panel/uploads/images/top_bg01.jpg);
max-width: 1920px;
position: absolute;
top: 14%;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background-repeat: no-repeat;
background-size: cover;
}

.ar01Item01 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}

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

.grid2  {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 11px;
}

/*-- 下層共通リンク --*/

.cmnLink01:after {
    content: "";
    display: block;
    width: 23.67px;
    height: 23.67px;
    background-image: url(/system_panel/uploads/images/cmn_arrow.png);
    position: absolute;
    bottom: 20px;
    top: auto;
    right: 20px;
}

.cmnLink01 {
    display: flex;
    max-width: 640px;
    padding: 20px 15px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
}

.cmnLinkBx01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cmnLinkItem01 {
    max-width: 1518px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.cmnTxtBx01 {
    max-width: 186px;
    width: 100%;
    height: 136px;
    background: rgb(255 255 255 / 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333;
}

.cmnLinkTxt01 {
    font-size: 17px;
    height: 1.9em;
}

.cmnLinkTxt02 {
    font-size: 22px;
    height: 1.64em;
}

/*---form--*/

.formTh {
padding: 15px 15px 15px 15px;
background-color: #333;
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: #B40019;
}

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

/*-- headerスクロール--*/

.header.is-animation {
margin: 0;
max-width: 1920px;
width: 100%;
position: fixed !important;
top: 0;
left: 0;
z-index: 999;
background: #fff;
box-shadow: 10px 20px 25px rgb(0 0 0 / 16%);
justify-content: center;
margin: 0 auto;
right: 0;
transition: 0.5s;
left: 0;
top: 0;
z-index: 999999;
bottom: auto;
}

.is-animation .hdNAvLink {
color: #333;
}

.is-animation .hdLogoLink {
color: #333;
}


.is-animation .hdInnner {
align-items: center;
}

.is-animation .hdAr {
padding: 5px 0 5px 0;
}

.is-animation .hdLogoLink:hover {
color: #333;
}

.scrollHd {
top: -243px !important;
transition: ease-in-out 0.3s;
right: 0;
left: 0;
bottom: auto;
}

.scrollHd.is-animation {
top: 0 !important;
transition: ease-in-out 0.5s;
}

/*-- ボタン --*/

.btn01 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 5px 11px;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #fff;
	position: relative;
	height: 60px;
}

.btn01:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 16px 16px;
border-color: transparent transparent #fff transparent;
}

.btn01:hover {color: #D33A00;transition: .3s;background: #fff;}

.btn01.btn01Orange {
  border-color: #333;
  color: #333;
  background: #fff;
}

.btn01.btn01Orange:before {
  border-color: transparent transparent #D33A00 transparent;
}

.btn01.btn01Orange:hover {
  background: #D33A00;
  color: #fff;
  border-color: #D33A00;
}


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

.imgFit {
object-fit: cover;
width: 100%;
height: 100%;
}

.imgControl {position: relative;padding: 0 0 57.9%;}

.imgControl>img {
position: absolute;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}

/*-- 文字 --*/

.titBx01 {
	text-align: center;
	margin-bottom:60px;
}

.br320None br {
display: none;
}

.tit01 {
    font-size: 52px;
}

.tit01 {
    font-size: 20px;
}

.tit01 {
    font-size: 20px;
    font-weight:600;
    line-height:1.12em;
    
}

.tit02 {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6em;
	color: #333;
	letter-spacing: 0.1em;
}

.txt01 {
line-height: 2em;
letter-spacing: 0.175em;
font-size: 14px;
font-weight: 500;
}

.txt02 {
font-size: 18px;
line-height: 2.25em;
}

.txtBase {
font-weight: 700 letter-spacing:0.2em;
line-height: 1.75em;
}

/*-- 見出し装飾 --*/

.titDeco01:before {
content: "";
display: block;
max-width: 32px;
width: 100%;
height: 2px;
background: #D33A00;
margin: 0 auto 27px auto;
}

/*-- 文字色 --*/

.colorRed {
color: #B40019;
}

.colorWh {
color: #fff;
}

.colorBlack {
color: #333;
}

/*-- 背景色 --*/

.bgColor01 {
background-color: #F7F7F7;
}

.bgColor02 {
background-color: #E8EFFF;
}

.grBg01 {
background: linear-gradient(to right, #014D9F 25%, #014D9F 75%);
}

/*-- 下層カバー -----------------------------------------------------------------*/

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

.incover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.gjs-dashed .incover:before {
display: none;
}

.inCoverTit01 {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.2em;
	color: #fff;
}

.inCoverSubTxt {
font-size: 16px;
font-weight: 500;

line-height: 2em;
}

.inCoverTit01Bx {
color: #fff;
text-align: center;
}

/*-- パンくず -----------------------------------------------------------------*/

.breadWrap {
padding: 5px 0;
/* background: #393939; */
color: #333;
}

.breadBox {
max-width: 1140px;
width: 96%;
margin: auto;
display: flex;
align-items: center;
font-size: 12px;
line-height: 1.33em;
}

.breadLink {
color: #333;
text-decoration: underline;
display: flex;
align-items: center;
}

.breadLink:hover {
color: #333;
}

/*-- レイアウト -----------------------------------------------------------------*/

.wrap01 {
padding: 60px 0;
}

.wrap02 {
padding: 0 0 60px;
}

.wrap03 {
padding: 60px 0 0;
}

.inner {
max-width: 1200px;
width: 96%;
margin: auto;
min-height: 15px;
}

.mt-10 {
margin-top: 20px !important;
}

.mt-20 {
margin-top: 20px !important;
}

.mt-30 {
margin-top: 30px !important;
}

.mt-40 {
margin-top: 40px !important;
}

.mt-50 {
margin-top: 50px !important;
}

.mt-60 {
margin-top: 60px !important;
}

.mt-70 {
margin-top: 70px !important;
}

.mt-80 {
margin-top: 80px !important;
}

/*-- テーブル -----------------------------------------------------------------*/
.baseTb {
width: 100%;
margin: 0 auto;
border: solid 1px #ccc;
font-size: 16px;
border-bottom: 0;
}

.baseTd a {
color: #333;
}

.baseTh {padding: 18px;border-bottom: solid 1px #ccc;font-weight: 500;background-color: #D33A00;font-size: 14px;color: #fff;/* font-family: 'Noto Sans JP'; */border-right: 1px solid #ccc;}

.baseTd {
padding: 18px;
border-bottom: solid 1px #ccc;
background: #fff;
font-size: 14px;
/* font-family: 'Noto Sans JP'; */
font-weight: 500;
/* border-right: solid 1px #ccc; */
}

.baseTd>a {
display: inline-block;
color: #2B2939;
text-decoration: underline;
}

.baseTd>a:hover {
text-decoration: none;
}

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

.privacyBox {
margin: 40px auto 0 auto;
padding: 30px 2% 30px 2%;
border: 1px solid #ccc;
background: #fff;
overflow-y: scroll;
height: 300px;
}

.privacyDt {
border-left: 5px solid #B40019 !important;
border-bottom: 1px solid #D1D1D1;
padding: 0 0 3px 10px;
font-weight: 700;
font-size: 16px;
margin: 40px 0 0 0;
letter-spacing: 0.15em;
}

.privacyDd {
font-size: 16px;
padding: 0 0 0 20px;
margin: 5px 0 0 0;
letter-spacing: 0.05em;
line-height: 1.66em;
}

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

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

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

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

}

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

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

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

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

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


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

}

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

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

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

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

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



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

}

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.ar03Item02TitWrap {
	background-position: 75% center !important;
}

.privacyDt {
	font-size: 20px;
}

/*-- 改行 --*/
.br768None br {
	display: none;
}

.breadBox {
	font-size: 14px;
}

/*-- テーブル --*/
.baseTh {
	/* border-right: solid 1px #ccc; */
}

/*-- 文字 --*/
.titBx01 {
	text-align: center;
}

.EnTit01 {
	font-size: 40px;
}


.subTit01 {
	font-size: 16px;
}

.txt01 {
	font-size: 16px;
}

.btn01 {
	font-size: 14px;
}

.inTit02 {
	font-size: 26px;
}

.ar06:before {
	height: 384px;
}

.inJaTit01 {
	font-size: 25px;
}

.incover {
	padding: 0 0 0 40px;
}

.ar01Item01 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
  
.cmnLinkBx01 {
    width: 50%;
}


.cmnLink01 {
    padding: 55px 15px;
}

.cmnTxtBx01 {
    height: 186px;
}

.cmnLinkTxt02 {
    font-size: 24px;
}

.cmnLinkTxt01 {
    font-size: 24px;
}
  
.tit01 {
    font-size: 52px;
}

.tit01 {
    font-size: 52px;
}

.incover {
	margin: 96px auto 0 auto;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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


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

}

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

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


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

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

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

/*-- 改行 --*/
.br1024None br {
	display: none;
}

/*-- トップ --------------------------------------------------------------*/


/*-- パンくず -----------------------------------------------------------------*/

.breadWrp {
	padding: 10px 0;
	background: #CC3D37;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
}

.incover {
	height: 400px;
}

.breadWrap {
	padding: 10px 0;
}

/*-- レイアウト --*/
.wrap01 {
	padding: 100px 0;
}

.wrap02 {
	padding: 0 0 100px;
}

.wrap03 {
	padding: 100px 0 0;
}

.subTit02 {
	font-size: 24px;
}

.inTit01 {
	font-size: 40px;
}

.inCoverTit01 {
	font-size: 45px;
}

.tit02 {
	font-size: 37px;
}

.topTriangle:after {
	border-left: 54.5px solid transparent;
	border-right: 54.5px solid transparent;
	border-top: 51px solid #B40019;
}

.inJaTit01 {
	font-size: 30px;
}
  
.ar01Tit01 span {
    font-size: 58px!important;
}
  
.ar03BnrTit02 span {
    font-size: 32px;
}

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

}

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

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



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

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

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

/*-- 改行 --*/
.br1200None br {
	display: none;
}

.inTit01 {
	font-size: 35px;
}

.is-animation .scrollLogoLink {
	padding-left: 40px;
}

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

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


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

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

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

.ar01Img02 {
	right: 0;
	bottom: 20% !important;
}

.ar01Img01 {
	bottom: 20% !important;
	left: 2%;
	top: auto !important;
}

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

}

/* min-width: 1300px ここまで */

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

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

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

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

.EnTit01 {
	font-size: 80px;
}

.ar03Item02Tit01 {
	font-size: 56px !important;
}

.coverTit03 span {
	font-size: 78px;
}

.ar04Item01DecoR:after {
    content: "";
    display: block;
    max-width: 1468px;
    width: 100%;
    height: 710px;
    background: rgb(194 178 114 / 50%);
    position: absolute;
    right: 0;
    top: 50px;
    z-index: -1;
}

.ar04Item01DecoL:after {
    content: "";
    display: block;
    max-width: 1452px;
    width: 100%;
    height: 710px;
    background: rgb(194 178 114 / 50%);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
}
  
.ar04 {
    padding: 360px 100px 221px 0!important;
}
  
.topLogoImg {
    top: -44px!imporatnt;
    width: 20%!important;
    position: absolute!important;
}
  
.coverTit03 {
    font-size: 52px!important;
  }
  
  .coverTit02 {
    font-size: 56px!important;
}

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

}

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

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

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

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

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

.ar03Img {
right: 10% !important;
}

.ar02BigFont01 span {
font-size: 62px;
}
  
.ar02BigFont01 {
    font-size: 50px!important;
}

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

}

/* min-width: 1800px ここまで */

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