
#mvArea{ position: relative; background:url(/common/images/mvBG.jpg) repeat center top;}

#gHeader{ position: absolute; width: 100%; height: 120px; z-index: 5;}

#gHeader >.inner{ width: 600px; margin: 0 auto;}
#gHeader h1{ width: 600px; margin: 0 auto;}
#gHeader h1 a{ width: auto; height: 60px; display: block;}
#gHeader h1 a img{ height: 100%; width: auto;}

#mainVisual >.inner{padding-top: 45px;}


.mvpc{ height: 500px; background: url(/common/images/mvpc3.jpg) no-repeat center center; background-size: auto 100%;}


#mvUnder{ height: 60px; background: #000035;border-bottom: 2px solid #da756c;}
#mvUnder >.inner{width: 900px; height: 60px; margin: 0 auto; position: relative;}
#mvUnder p{ position:  absolute;}
#mvUnder p img{width: 100%;}

#mvUnder p.mu01{ right: 0; left: 0; margin: 0 auto; width: 400px;}
#mvUnder p.mu02{right: 0; left: 0; top: 40px; margin: 0 auto; width: 350px;}
#mvUnder p.mu03{right: 160px;  margin: 0 auto; width: 100px; bottom: 30px;}

@media(max-width:750px){

#mvArea{padding-bottom: 150px;}

#subPage #mvArea{padding-bottom: 0;}

#gHeader{ position: absolute; width: 100%; height: 190px; z-index: 5;}

#gHeader >.inner{ width: auto; margin: 0 auto;}
#gHeader h1{ width: auto; margin: 0 auto;}
#gHeader h1 a{ width: auto; height: 125px; display: block;padding-left: 20px;}
#gHeader h1 a img{ height: 100%; width: auto;}

#mainVisual >.inner{padding-top: 105px;}

#mvUnder{ height: 170px; background: #000035; border-bottom: 5px solid #da756c;}
#mvUnder >.inner{width: auto; height: 150px; margin: 0 auto; position: relative;}
#mvUnder p{ position:  absolute;}
#mvUnder p img{width: 100%;}
#mvUnder p.mu01{ right: auto; left: 55px; top: 5px; margin: 0 auto; width: 480px;}
#mvUnder p.mu02{right: 0; left: 0; top: 140px; margin: 0 auto; width: 88%;}
#mvUnder p.mu03{right: 30px;  margin: 0 auto; width: 190px; bottom: 50px;}

}


.contents{

padding-bottom: 100px;
  background-image: -moz-linear-gradient( 45deg, rgb(53,47,115) 0%, rgb(138,103,145) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(53,47,115) 0%, rgb(138,103,145) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(53,47,115) 0%, rgb(138,103,145) 100%);
}

#subPage .contents{ padding-bottom: 0; background: #fff;}


.msgArea{ background: url(/common/images/tAreaBg.jpg) no-repeat center center; background-size:cover; height: 900px;}

.msgArea >.inner{width: 900px; height: 100%; margin: 0 auto; position: relative;}
.msgArea p{ width: 270px; position: absolute;}
.ctxt01{ right: 100px; top: 10%;}
.ctxt02{ left: 100px; top: 30%;}
.ctxt03{ right: 100px; top: 60%;}


.msgArea .ctxt01 img,
.msgArea .ctxt02 img,
.msgArea .ctxt03 img{transition: all 1.5s ease-out; position: absolute; top: 0;}
.msgArea .ctxt01 img.start,
.msgArea .ctxt02 img.start,
.msgArea .ctxt03 img.start{ opacity: 0; top: 0; scale:1.05; filter: blur(30px);}

.lastMsgArea img{transition: all 0.7s ease-out;}
.lastMsgArea img.start{opacity: 0; top: 0; scale:1.05; filter: blur(30px);}

@media(max-width:750px){
.msgArea p{ width: 350px;}
.ctxt01{ right: 30px; top: 8%;}
.ctxt02{ left: 30px; top: 31%;}
.ctxt03{ right: 30px; top: 55%;}
.msgArea >.inner{width: auto; }

}


.lastMsgArea{
position: relative;
}
.lastMsgArea p{ position: relative; height: 100%;  right: 0;left: 0;margin: 0 auto; text-align: center;}
.lastMsgArea p img{width: 500px;}

@media(max-width:750px){

.lastMsgArea p img{width: 600px;}

}

.entryStartArea{ position: relative;z-index: 2; background: #000;}
.entryStartArea >.inner{width: 800px; margin: 0 auto; padding: 80px 0;}

.crm2bnrs{
    width: auto;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

.entryStartTxt{margin-bottom: 50px;}

.entryStartArea .bnr{ }

@media(max-width:750px){

.entryStartArea >.inner{width: auto; padding: 80px 0;margin:0 50px;}

}








#subVisual{ background: url(/common/images/subheader.jpg) no-repeat center bottom; background-size: cover; display: table; width: 100%;}

#subVisual >.inner{padding-top: 0; height: 200px;
 display:table-cell; vertical-align: middle; width: 100%; margin: 0 auto;}

#subVisual >.inner h1{
text-align: center;
color: #fff;
}

@media(max-width:750px){
#subVisual >.inner{padding-top: 0; height: 300px;}
}



#cmnContents{ padding: 50px 0; background: #fff;}
#cmnContents >.inner{ width: 800px; margin: 0 auto;}

@media(max-width:750px){
#cmnContents >.inner{ width: auto; margin: 0 20px;}
}


#cmnContents h2{ border-bottom: 2px solid #252658; padding: 0 0 20px; margin-bottom: 30px; color: #000035;}


.mainForm{padding:;}

.mainForm dl{ width: 100%; display: table; border-top: 1px dashed #ddd;}
.mainForm dt{ width: 30%; display: table-cell;padding:20px 0; vertical-align: top; color: #252658;}
.mainForm dd{ display: table-cell; padding: 20px 0; vertical-align: top; line-height: 3.5em;}
@media(max-width:750px){
.mainForm dl{ width: auto; display: block; border-top: 1px dashed #ddd;}
.mainForm dt{ width: auto; display: block;padding:30px 0 0; vertical-align: top; font-size: 30px;margin-bottom: 10px;}
.mainForm dd{ display: block; padding: 0px 0 30px ;vertical-align: top; padding-left: 20px;}

}



.mainForm input[type="text"]{ padding: 1em; width: 50%;box-sizing: border-box;}
.mainForm textarea{ padding: 1em; width: 100%; box-sizing: border-box;}
.mainForm p.radioList{ line-height: 2em;padding: 20px 0;}
.nameControl{ margin-bottom: 0.5em;}
.submitArea{ text-align: center;}

.formBtn{ padding: 20px 100px;}

@media(max-width:750px){
.mainForm input[type="text"]{ padding: 0.5em; font-size: 30px;width: 70%; border: 2px solid #ccc;}
.mainForm textarea{ padding: 0.5em; width: 100%; box-sizing: border-box; border:2px solid #ccc;}
.mainForm p.radioList{ line-height: 2em;padding: 20px 0; font-size: 30px;}

}






.secHeader{ width:auto; background: url(/common/images/secHeader.webp) no-repeat center bottom; height: 80px; background-size: auto 80px; margin-bottom: 50px;}
.secHeader h2{ color: #fff; text-align: center;padding-top: 30px; font-size: 25px; font-weight: normal;}

@media(max-width:750px){

.secHeader{ width:auto; background: url(/common/images/secHeader.webp) no-repeat center bottom; height: 110px; background-size: auto 110px; margin-bottom: 50px;}
.secHeader h2{ color: #fff; text-align: center;padding-top: 40px; font-size: 30px; font-weight: normal;}
}

.overviewTable{ width: 700px; margin: 0 auto; background: #fff; border-radius: 20px;}
.overviewTable header{
border-radius: 10px 10px 0 0;
padding: 0.5em;font-size: 24px; font-weight: 600; text-align: center; 
  background-image: -moz-linear-gradient( 0deg, rgb(255,116,1) 0%, rgb(255,201,67) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,116,1) 0%, rgb(255,201,67) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,116,1) 0%, rgb(255,201,67) 100%);
color: #fff;}
.overviewTable p{padding: 2.5em 1.5em; text-align: center;}

.overviewTable table{ border: 1px solid #333; border-width:1px 0;border-collapse: collapse; width: 100%;border-radius: 0 0 20px 20px;}
.overviewTable th{ background-color: #ffefc0; border: 1px solid #333;border-width:1px 0;border-collapse: collapse;padding: 0.5em; width: 25%; font-size: 14px;}
.overviewTable td{ border: 1px solid #333; border-collapse: collapse;border-width:1px 0;padding: 0.5em; font-size: 14px;}

.radiusControl{ border-radius: 0 0 0 20px;}


@media(max-width:750px){

.overviewTable{ width: auto; margin: 0 50px;border-radius: 20px;}
.overviewTable header{
border-radius: 10px 10px 0 0; line-height: 1.4em;
padding: 0.5em;font-size: 32px; font-weight: 600; text-align: center; 
}
.overviewTable p{padding: 2.5em 1.5em; text-align: left;}

.overviewTable table{border-radius: 0 0 20px 20px;}
.overviewTable th{ padding: 1em; width: 25%; font-size: 26px;}
.overviewTable td{ padding: 1em; font-size: 26px;}

.radiusControl{ border-radius: 0 0 0 20px;}

}








footer.gFooter{background: #000;}

.ftUpper{
background:#252658 url(/common/images/ftbg.webp) repeat-x center bottom -1px;
background-size: 800px auto;

}
.ftUpper >.inner{ width: 900px; margin: 0 auto; text-align: center;padding: 50px 0 80px; position: relative;}
.ftUpper >.inner a.hoanBnr{width: 600px; display: block; margin: 0 auto;}
.ftUpper >.inner a.gotoTop{width: 80px; display: block; position: absolute; right: 0px; bottom: 0;}



@media(max-width:750px){

.ftUpper{
background-size: 800px auto;
}
.ftUpper >.inner{ width:auto;}

}


.ftInner{ width:900px; margin: 0 auto; padding: 30px 0;}
.ftNavi{ position: relative; background: #000; text-align: center; margin-bottom: 50px;}
.ftNavi li{display: inline-block;}
.ftNavi li{ margin-right: 2em;}
.ftNavi li:last-child{margin-right: 0;}
.ftNavi li a{ color: #fff;}

.stfList{ 
color: #fff;
 width: fit-content;     /* 内容の最大行幅に合わせて可変 */
  max-width: 100%;        /* 画面よりはみ出さない */
  margin-left: auto;      /* 要素を中央寄せ */
  margin-right: auto;
  text-align: left;       /* テキストは左揃え */
  white-space: normal;    /* 通常の折り返し */
  word-break: break-word; /* 長い単語対策（任意） */
margin-bottom: 30px;
}


.stfList a:link{ color: #fff;}
.stfList a:visited{ color: #fff;}

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



@media(max-width:750px){

.ftInner{ width:auto; margin: 0 auto; padding: 30px 0;}
.ftNavi{text-align: center;}
.ftNavi li{display: block; margin-right: 0;}
}