@charset "UTF-8";

/********************************
LP
*********************************/
@-webkit-keyframes maskAnm{
    0%{width:0%}
    100%{width:100%}
}
@keyframes maskAnm{
    0%{width:0%}
    100%{width:100%}
}
@-webkit-keyframes maskAnmlast{
    0%,50%{left:0%}
    100%{left:100%}
}
@keyframes maskAnmlast{
    0%,50%{left:0%}
    100%{left:100%}
}
@-webkit-keyframes op2{
    0%{opacity: 1;}
    10%{opacity: 1;}
    100%{opacity: 1;}
}
@keyframes op2{
    0%{opacity: 1;}
    10%{opacity: 1;}
    100%{opacity: 1;}
}
@-webkit-keyframes op1 {
    0% { -webkit-opacity: 0; }
    0% { -moz-opacity: 0; }
    0% { -o-opacity: 0; }
    0% { -ms-opacity: 0; }
    0% { opacity: 0; }
    30% { -webkit-opacity: 0; }
    30% { -moz-opacity: 0; }
    30% { -o-opacity: 0; }
    30% { -ms-opacity: 0; }
    30% { opacity: 0; }
    100% { -webkit-opacity: 1; }
    100% { -moz-opacity: 1; }
    100% { -o-opacity: 1; }
    100% { -ms-opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes op1 {
    0% { -webkit-opacity: 0; }
    0% { -moz-opacity: 0; }
    0% { -o-opacity: 0; }
    0% { -ms-opacity: 0; }
    0% { opacity: 0; }
    30% { -webkit-opacity: 0; }
    30% { -moz-opacity: 0; }
    30% { -ms-opacity: 0; }
    30% { -ms-opacity: 1; }
    30% { opacity: 0; }
    100% { -webkit-opacity: 1; }
    100% { -moz-opacity: 1; }
    100% { -o-opacity: 1; }
    100% { -ms-opacity: 1; }
    100% { opacity: 1; }
}
@-ms-keyframes op1 {
    0% { -webkit-opacity: 0; }
    0% { -moz-opacity: 0; }
    0% { -o-opacity: 0; }
    0% { -ms-opacity: 0; }
    0% { opacity: 0; }
    30% { -webkit-opacity: 0; }
    30% { -moz-opacity: 0; }
    30% { -o-opacity: 0; }
    30% { -ms-opacity: 0; }
    30% { opacity: 0; }
    100% { -webkit-opacity: 1; }
    100% { -moz-opacity: 1; }
    100% { -o-opacity: 1; }
    100% { -ms-opacity: 1; }
    100% { opacity: 1; }
}
@-o-keyframes op1 {
    0% { -webkit-opacity: 0; }
    0% { -moz-opacity: 0; }
    0% { -o-opacity: 0; }
    0% { -ms-opacity: 0; }
    0% { opacity: 0; }
    30% { -webkit-opacity: 0; }
    30% { -moz-opacity: 0; }
    30% { -o-opacity: 0; }
    30% { -ms-opacity: 0; }
    30% { opacity: 0; }
    100% { -webkit-opacity: 1; }
    100% { -moz-opacity: 1; }
    100% { -o-opacity: 1; }
    100% { -ms-opacity: 1; }
    100% { opacity: 1; }
}
@keyframes op1 {
    0% { -webkit-opacity: 0; }
    0% { -moz-opacity: 0; }
    0% { -o-opacity: 0; }
    0% { -ms-opacity: 0; }
    0% { opacity: 0; }
    30% { -webkit-opacity: 0; }
    30% { -moz-opacity: 0; }
    30% { -o-opacity: 0; }
    30% { -ms-opacity: 0; }
    30% { opacity: 0; }
    100% { -webkit-opacity: 1; }
    100% { -moz-opacity: 1; }
    100% { -o-opacity: 1; }
    100% { -ms-opacity: 1; }
    100% { opacity: 1; }
}
.js-view {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.js-view img {
    opacity: 0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition-delay:0.3s;
}
.js-view_on img {
    opacity: 1;
}
.js-view::after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #25772c;
    pointer-events: none;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    z-index: 3;
}
.js-view_on::after {
    -webkit-animation: 0.4s ease-in-out forwards maskAnm,0.7s ease-in-out forwards maskAnmlast;
    animation: 0.4s ease-in-out forwards maskAnm,0.7s ease-in-out forwards maskAnmlast;
}
.js-view_up {
    opacity: 0;
    transition: 1.5s;
    -ms-transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    transform: translate( 0 , 30px );
    -ms-transform: translate( 0 , 30px );
    -moz-transform: translate( 0 , 30px );
    -webkit-transform: translate( 0 , 30px );
}
.js-view_up_on {
    opacity: 1;
    transform: translate( 0 , 0 );
    -ms-transform: translate( 0 , 0 );
    -moz-transform: translate( 0 , 0 );
    -webkit-transform: translate( 0 , 0 );
}

.cv-btn {
    width: 335px;
    margin: 0 auto;
}
.cv-btn a {
    width: 100%;
    height: 60px;
    display: table;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    background: #E05E00;
    background: -moz-linear-gradient(top, #E05E00 0%, #ee6500 100%);
    background: -webkit-linear-gradient(top, #E05E00 0%,#ee6500 100%);
    background: linear-gradient(to bottom, #E05E00 0%,#ee6500 100%);
    text-decoration: none;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
@media (min-width: 896px) {
.cv-btn a:hover {
    opacity: 0.8;
}
}
.cv-btn a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.main_in {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    height: 100%;
}
.mainTtl_wrap {
    padding: 100px 0 0 0;
}
.mainTtl-ttl {
    width: 420px;
    height: 196px;
    margin: 0 0 35px 80px;
}
.mainTtl-ttl span {
    width: 100%;
    height: 0;
    padding: 196px 0 0 0;
    display: block;
    overflow: hidden;
    background: url(../img/lp_main_ttl01n.png) no-repeat center center;
}
.mainTtl-tls {
    width: 475px;
    height: 90px;
    margin: 0 0 0 54px;
}
.mainTtl-tls span {
    width: 100%;
    height: 0;
    padding: 90px 0 0 0;
    display: block;
    overflow: hidden;
    background: url(../img/lp_main_ttl02n.png) no-repeat center center;
}
.mainAnk-btn {
    position: absolute;
    top: 504px;
    left: 110px;
    z-index: 9;
}
.about_wrap {
    padding: 120px 0 120px 0;
    width: 1000px;
    margin: 0 auto;
}
.aboutTtl_wrap {
    margin: 0 0 84px 0;
}
.aboutTtl-tls {
    width: 380px;
    height: 55px;
    margin: 0 auto 60px auto;
}
.aboutTtl-tls span {
    width: 100%;
    height: 0;
    padding: 55px 0 0 0;
    display: block;
    overflow: hidden;
    background: url(../img/lp_ttl02.png) no-repeat center center;
}
.aboutTtl-ttl {
    width: 546px;
    height: 110px;
    margin: 0 auto;
}
.aboutTtl-ttl span {
    width: 100%;
    height: 0;
    padding: 110px 0 0 0;
    display: block;
    overflow: hidden;
    background: url(../img/lp_ttl03n4.png) no-repeat center center;
}
.about_in ul li {
    margin: 0 0 60px 0;
}
.about_in ul li:last-child {
    margin: 0 0 0 0;
}
.about-img {
    float: left;
    width: 470px;
}
.about_in ul li dl {
    margin: 0 0 0 530px;
    padding: 95px 0 0 0;
    position: relative;
}
.about_in ul li dl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 42px;
}
.about_in ul li.is-num01 dl:before {
    width: 54px;
    background: url(../img/lp_num01.png) no-repeat 0 0;
}
.about_in ul li.is-num02 dl:before {
    width: 59px;
    background: url(../img/lp_num02.png) no-repeat 0 0;
}
.about_in ul li.is-num03 dl:before {
    width: 56px;
    background: url(../img/lp_num03.png) no-repeat 0 0;
}
.about_in ul li.is-num04 dl:before {
    width: 59px;
    background: url(../img/lp_num04.png) no-repeat 0 0;
}
.about_in ul li.is-num05 dl:before {
    width: 57px;
    background: url(../img/lp_num05.png) no-repeat 0 0;
}
.about_in ul li dl dt {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.about_in ul li dl dd {
    font-size: 14px;
    line-height: 1.8;
}
.sumy_wrap {
    /* background: #f1f3f8 url(../img/lp_img06.jpg) no-repeat right center; */
    background: url(../img/lp_img06.jpg) no-repeat right center;
    width: 100%;
    height: 628px;
    position: relative;
}
@media (max-width: 1366px) {
.sumy_wrap {
    /* background: #f1f3f8 url(../img/lp_img06.jpg) no-repeat left 854px center; */
    background: url(../img/lp_img06.jpg) no-repeat left 854px center;
}
}
.sumy_in {
    width: 1000px;
    margin: 0 auto;
    padding: 191px 0 0 0;
}
.sumyTtl_wrap {
    width: 613px;
}
.sumyTtl-ttl {
    width: 613px;
    height: 110px;
    margin: 0 auto 45px auto;
}
.sumyTtl-ttl span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 110px 0 0 0;
    background: url(../img/lp_ttl04n2.png) no-repeat 0 0;
}
.sumyTtl-txt {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    font-feature-settings: "palt";
}
.sumyTtl-txt .is-fss {
    font-size: 13px;
}
.pswd_wrap li {
    margin: 0 0 20px 0;
}
.pswd_wrap li:last-child {
    margin: 0 0 0 0;
}
.formTtl_wrap {
    background: #001c6f;
    padding: 19px 0;
}
.formTtl-ttl {
    width: 680px;
    height: 102px;
    margin: 0 auto;
}
.formTtl-ttl span {
    width: 100%;
    height: 0;
    padding: 102px 0 0 0;
    overflow: hidden;
    display: block;
    background: url(../img/lp_ttl01.png?date=20200128) no-repeat 0 0;
}
.form-inner {
    padding: 60px 0 60px 0;
    background: #f1f3f8;
}
.form-inner .form-txt {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: bold;
}
.form-inner .form-txt span {
    color: #ff0000;
}
.form-inner .form-in {
    margin: 0 auto;
    width: 650px;
}
.form-inner .form-in table {
    margin: 0 0 60px 0;
    width: 100%;
}
.form-inner .form-in table tr th {
    vertical-align: middle;
    text-align: left;
    line-height: 1.6;
    padding: 0 0 20px 0;
    width: 160px;
    font-size: 14px;
    font-weight: bold;
}
.form-inner .form-in table tr:last-child th {
    padding: 0 0 0 0;
}
.form-inner .form-in table tr th span {
    color: #ff0000;
}
.form-inner .form-in table tr td {
    vertical-align: middle;
    text-align: left;
    padding: 0 0 20px 0;
}
.form-inner .form-in table tr:last-child td {
    padding: 0 0 0 0;
}
.form-inner .form-in table tr td .flt-in .flt {
    width: 230px;
}
.form-inner .form-in table tr td .flt-in .flt.lft {
    float: left;
}
.form-inner .form-in table tr td .flt-in .flt.rgt {
    float: right;
}
.form-inner .form-in table tr td .wh01 {
    width: 100%;
}
.form-inner .form-in table tr td .wh02 {
    width: 155px;
}
.form-inner .form-in table tr td .wh03 {
    width: 120px;
}
.form-inner .form-in table tr td .wh04 {
    width: 255px;
}
.form-inner .form-in table tr td input[type="password"] ,
.form-inner .form-in table tr td input[type="text"] ,
.form-inner .form-in table tr td input[type="date"] ,
.form-inner .form-in table tr td input[type="tel"] {
    background: #ffffff;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dbdee6;
    height: 40px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-inner .form-in table tr td input.er {
    background: #FFDDDD;
}
.form-inner .form-in table tr td select {
    background: #ffffff url(../img/dec_arw_gr_dwn.png) no-repeat right 10px center;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dbdee6;
    height: 40px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 35px 10px 10px;
    text-indent: .01px;
    text-overflow: '';
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
.form-inner .form-in table tr td select.er {
    background: #FFDDDD url(../img/dec_arw_gr_dwn.png) no-repeat right 10px center;
}
.form-inner .form-in table tr td select.er {
    background: #FFDDDD url(../img/dec_arw_gr_dwn.png) no-repeat right 10px center;
}
.form-inner .form-in table tr td .is-chk input[type="checkbox"] {
    display: none;
}
.form-inner .form-in table tr td .is-chk label {
    padding: 0 0 0 30px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}
.form-inner .form-in table tr td .is-chk label {
    padding: 0 0 0 30px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}
.form-inner .form-in table tr td .is-chk label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ffffff;
}
.form-inner .form-in table tr td .is-chk input:checked + label:before {
    border: 1px solid #10a65e;
    background: #00b941;
}
.form-inner .form-in table tr td .is-chk input:checked + label:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 6px;
    width: 4px;
    height: 6px;
    margin: -5px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.form-inner .privbox {
    margin: 0 0 50px 0;
}
.form-inner .privbox h3 {
    text-align: center;
    line-height: 1;
    margin: 0 0 30px 0;
    font-size: 14px;
}
.form-inner .privbox .kipvbox {
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 30px;
    margin: 0 0 30px 0;
}
.form-inner .privbox .kipvbox p {
    font-size: 12px;
    line-height: 1.8;
    padding: 20px;
}
.form-inner .privbox .kipvbox > p {
    padding: 0 0 30px 0;
}
.form-inner .privbox .kiyakubox {
    height: 112px;
    overflow-y: scroll;
    border: 1px solid #b2b2b2;
}
.form-inner .privbox .pvbox dl {
    display: table;
    width: 100%;
    letter-spacing: -.40em;
}
.form-inner .privbox .pvbox dl dt {
    display: table-cell;
    width: 100px;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px 0 0;
}
.form-inner .privbox .pvbox dl dd {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
}
.form-inner .form-end {
    width: 1000px;
    margin: 0 auto;
}
.form-inner .form-end h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.form-inner .form-end h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.form-inner .form-end-in {
    padding: 30px 0 0 0;
}
.form-inner .form-end-txt {
    margin: 0 0 20px 0;
}
.form-inner .form-end-txt:last-child {
    margin: 0 0 0 0;
}
.error {
    color: #b82c30;
    font-size: 14px;
    padding: 10px 0 0 0;
}
.hmSup_wrap {
    background: #30988a url(../img/hmSup_img01_bg.jpg?date=20200403) no-repeat center center;
    height: 489px;
}
.hmSup_wrap.is-ver2 {
    background: #30988a url(../img/hmSup_img01n_bg.png) no-repeat center center;
    height: 489px;
}
.hmSup-img {
    text-align: center;
}
.c-pagetop {
	  position: fixed;
		bottom: 60px;
		right: 60px;
		z-index: 9;
		display: none;
}
.cvTp_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 140px;
    background: #363636;
}
.cvTp-txt {
    width: 101px;
    height: 101px;
}
.cvTp-txt span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 101px 0 0 0;
    background: url("../img/cvTp-free.png") no-repeat center center;
}
.cvTp-img {
    margin-left: 20px;
}
.footTxt_wrap {
    padding: 25px 0 0 0;
}
.footTxt-txt {
    text-align: center;
    line-height: 1.6;
    font-size: 10px;
    font-weight: bold;
}
.oricon_foot {
    padding: 20px 0;
}
.oricon_foot .txt {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
}
.oricon_foot .txt a {
    text-decoration: none;
}
@media (min-width: 896px) {
    .oricon_foot .txt a:hover {
        text-decoration: underline;
    }
}
.main-about {
    margin: 0 0 30px 72px;
}
.main-inner.is-ver2 .main-about {
    margin: 0 17px 30px 0;
}
.main-about ul li {
    margin: 0 20px 0 0;
    float: left;
    width: 130px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.main-about ul li.on dl {
    -webkit-animation: op2 1s linear;
    -moz-animation: op2 1s linear;
    -ms-animation: op2 1s linear;
    -o-animation: op2 1s linear;
    animation: op2 1s linear;
    animation-delay: 1s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
}
.main-about ul li::after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #1C4A40;
    pointer-events: none;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    z-index: 3;
}

.main-about ul li dl {
    padding: 14px 0 6px 0;
    border: 1px solid #1C4A40;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    opacity: 1;
}
.main-about ul li:nth-child(3) dl {
    padding: 14px 0 10px 0;
}
.main-about ul li dl dt {
    color: #1C4A40;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
    letter-spacing: -0.04em;
}
.main-about ul li dl dt span {
    font-size: 24px;
}
.main-about ul li dl dd {
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}
.mainTtl-txt {
    width: 479px;
    height: 36px;
    margin-top: 25px;
    margin-left: 72px;
}
.mainTtl-txt span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 36px 0 0 0;
    background: url("../img/lp_main_txt_202310_202403.png?1") no-repeat center center;
}
.mainTtl_logo {
    position: absolute;
    bottom: 134px;
    right: 84px;
    z-index: 10;
}
.mainTtl_logo.ver2 {
    bottom: 65px;
    right: 70px;
}
.topMv_oricon {
    position: absolute;
    bottom: 175px;
    right: 54px;
    z-index: 10;
}
@media only screen and (min-width: 896px) and (max-width: 1140px) {
    .mainTtl-ttl {
        margin: 0 0 35px 30px;
    }
    .main-about {
        margin: 0 0 30px 22px;
    }
    .mainTtl-tls {
        margin: 0 0 0 4px;
    }
    .mainTtl-txt {
        margin-left: 22px;
    }
}
@media (max-width: 896px) {
    .cv-btn {
        width: auto;
        margin: 0 5%;
    }
    .cv-btn a {
        font-size: 16px;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-feature-settings: "palt";
    }
    .main_wrap {
        height: auto;
        background: none;
    }
    .main_in {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .mainAnk-btn {
        position: absolute;
        top: 60%;
        left: 4%;
        z-index: 9;
        width: 40.8%;
        margin: 0 47.2% 0 0;
    }
    .mainTtl_wrap {
        padding: 0 0 0 0;
    }
    .mainTtl-ttl {
        width: auto;
        height: auto;
        margin: 0;
    }
    .mainTtl-ttl span {
        width: auto;
        height: auto;
        padding: 0 0 0 0;
        overflow: initial;
        background: none;
    }
    .mainTtl-tls {
        width: 335px;
        height: 57px;
        margin: 0 auto;
        padding: 12px 0;
    }
    .mainTtl-tls span {
        padding: 57px 0 0 0;
        background: url(../img/sp/lp_main_ttl02n.png) no-repeat center center;
        background-size: 100% auto;
    }
    .about_wrap {
        padding: 30px 20px 30px 20px;
        width: auto;
        margin: 0;
    }
    .aboutTtl_wrap {
        margin: 0 0 30px 0;
    }
    .aboutTtl-tls {
        width: 100%;
        max-width: 335px;
        height: 45px;
        margin: 0 auto 30px auto;
    }
    .aboutTtl-tls span {
        padding: 45px 0 0 0;
        background: url(../img/sp/lp_ttl02.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .aboutTtl-ttl {
        width: 279px;
        height: 54px;
    }
    .aboutTtl-ttl span {
        padding: 54px 0 0 0;
        background: url(../img/sp/lp_ttl03n4.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .about_in ul li {
        margin: 0 0 30px 0;
    }
    .about-img {
        float: none;
        width: auto;
        margin: 15px 0 0 0;
    }
    .about_in ul li dl {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .about_in ul li dl:before {
        display: none;
    }
    .about_in ul li dl dt {
        font-size: 15px;
        /* padding: 0 0 0 50px; */
        margin: 0 0 15px 0;
        position: relative;
        font-feature-settings: "palt";
    }
    .about_in ul li dl dt:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 9;
        margin: -14px 0 0 0;
        height: 28px;
    }
    .about_in ul li.is-num01 dl dt:before {
        width: 36px;
        background: url(../img/sp/lp_num01.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .about_in ul li.is-num02 dl dt:before {
        width: 39px;
        background: url(../img/sp/lp_num02.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .about_in ul li.is-num03 dl dt:before {
        width: 38px;
        background: url(../img/sp/lp_num03.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .about_in ul li.is-num04 dl dt:before {
        width: 39px;
        background: url(../img/sp/lp_num04.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .about_in ul li.is-num05 dl dt:before {
        width: 38px;
        background: url(../img/sp/lp_num05.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .about_in ul li dl dd {
        font-size: 12px;
        font-feature-settings: "palt";
        line-height: 2;
    }
    .sumy_wrap {
        /* background: #f1f3f8; */
        height: auto;
    }
    .sumy_wrap:after {
        content: "";
        width: 100%;
        height: 250px;
        background: url(../img/sp/lp_img06.jpg) no-repeat center top / cover;
        display: block;
    }
    .sumy_in {
        width: auto;
        margin: 0;
        padding: 30px 20px 20px 30px;
    }
    .sumyTtl_wrap {
        width: auto;
    }
    .sumyTtl-ttl {
        width: 100%;
        max-width: 323px;
        height: 56px;
        margin: 0 auto 25px auto;
    }
    .sumyTtl-ttl span {
        padding: 56px 0 0 0;
        background: url(../img/sp/lp_ttl04n2.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .sumyTtl-txt {
        text-align: left;
        font-size: 12px;
        line-height: 1.8;
    }
    .sumyTtl-txt .is-fss {
        font-size: 11px;
    }
    .pswd_wrap li {
        margin: 0 0 15px 0;
    }
    .formTtl_wrap {
        padding: 0 20px;
    }
    .formTtl-ttl {
        width: 100%;
        max-width: 335px;
        height: 80px;
        margin: 0 auto;
    }
    .formTtl-ttl span {
        padding: 80px 0 0 0;
        background: url(../img/sp/lp_ttl01.png?date=20200128) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .form-inner {
        padding: 25px 0 25px 0;
        background: #f1f3f8;
    }
    .form-inner .form-txt {
        margin: 0 0 10px 0;
    }
    .form-inner .form-in {
        margin: 0 auto;
        width: auto;
    }
    .form-inner .form-in table {
        margin: 0 0 10px 0;
    }
    .form-inner .form-in table tr th {
        display: block;
        text-align: left;
        padding: 10px 5% 0 5%;
        width: auto;
        font-size: 14px;
    }
    .form-inner .form-in table tr:last-child th {
        padding: 10px 5% 0 5%;
    }
    .form-inner .form-in table tr th span {
        color: #ff0000;
    }
    .form-inner .form-in table tr td {
        display: block;
        padding: 10px 5% 5px 5%;
        font-size: 12px;
    }
    .form-inner .form-in table tr:last-child td {
        padding: 10px 5% 15px 5%;
    }
    .form-inner .form-in table tr td .flt-in .flt {
        width: 48%;
    }
    .form-inner .form-in table tr td .flt-in .flt.lft {
        float: left;
    }
    .form-inner .form-in table tr td .flt-in .flt.rgt {
        float: right;
    }
    .form-inner .form-in table tr td .wh01 {
        width: 100%;
    }
    .form-inner .form-in table tr td .wh02 {
        width: 35%;
    }
    .form-inner .form-in table tr td .wh03 {
        width: 20%;
    }
    .form-inner .form-in table tr td .wh04 {
        width: 100%;
    }
    .form-inner .form-in table tr td input[type="password"] ,
    .form-inner .form-in table tr td input[type="date"] ,
    .form-inner .form-in table tr td input[type="text"] ,
    .form-inner .form-in table tr td input[type="tel"] {
        height: 36px;
        padding: 5px;
        font-size: 14px;
    }
    .form-inner .form-in table tr td select {
        height: 36px;
        padding: 5px;
        font-size: 14px;
    }
    .form-inner .privbox {
        margin: 0 0 30px 0;
        padding: 0 5%;
    }
    .form-inner .privbox h3 {
        margin: 0 0 15px 0;
    }
    .form-inner .privbox .kipvbox {
        padding: 20px 10px;
        margin: 0 0 20px 0;
    }
    .form-inner .privbox .kipvbox p {
        padding: 10px;
    }
    .form-inner .privbox .kipvbox > p {
        padding: 0 0 10px 0;
    }
    .form-inner .privbox .kiyakubox {
        height: 112px;
        overflow-y: scroll;
        border: 1px solid #b2b2b2;
    }
    .form-inner .privbox .pvbox dl {
        display: table;
        width: 100%;
        letter-spacing: -.40em;
    }
    .form-inner .privbox .pvbox dl dt {
        display: table-cell;
        width: 100px;
        letter-spacing: normal;
        vertical-align: middle;
        text-align: center;
        padding: 0 20px 0 0;
    }
    .form-inner .privbox .pvbox dl dd {
        display: table-cell;
        letter-spacing: normal;
        vertical-align: middle;
        text-align: left;
        font-size: 12px;
    }
    .form-inner .form-end {
        padding: 0 5% 0 5%;
        width: auto;
        margin: 0;
    }
    .form-inner .form-end h4 {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    .form-inner .form-end h5 {
        font-size: 15px;
        margin: 0 0 15px 0;
    }
    .form-inner .form-end-in {
        padding: 20px 0 0 0;
    }
    .form-inner .form-end-txt {
        margin: 0 0 15px 0;
    }
    .hmSup_wrap {
        background: #30988a;
        height: auto;
    }
    .hmSup_wrap.is-ver2  {
        background: #30988a;
        height: auto;
    }
    .c-pagetop {
    		bottom: 20px;
    		right: 20px;
    }
    .cvTp_wrap {
        height: 80px;
    }
    .cvTp-txt {
        width: 65px;
        height: 65px;
    }
    .cvTp-txt span {
        padding: 65px 0 0 0;
        background: url("../img/sp/cvTp-free.png") no-repeat center center;
        background-size: 100% auto;
    }
    .cvTp-img {
        margin-left: 15px;
    }
    .footTxt_wrap {
        padding: 15px 20px 15px 20px;
        border-bottom: 1px solid #dadada;
    }
    .footTxt-txt {
        text-align: left;
        line-height: 1.6;
        font-weight: normal;
    }

    .oricon_foot {
        background: #fff;
        padding: 15px 20px 15px 20px;
        border-bottom: 1px solid #dadada;
    }
    .oricon_foot .txt {
        width: 100%;
        font-size: 10px;
        text-align: right;
    }
    .main-about {
        position: absolute;
        bottom: 175px;
        right: 20px;
        margin: 0;
    }
    .main-about ul {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .main-about ul li {
        margin: 0 10px 0 0;
        float: left;
        text-align: center;
        width: 75px;
    }
    .main-about ul li:last-child {
        margin: 0 0 0 0;
    }
    .main-about ul li dl {
        padding: 5px 0 2px 0;
    }
    .main-about ul li:nth-child(3) dl {
        padding: 7px 0 2px 0;
    }
    .main-about ul li dl dt {
        color: #1C4A40;
        line-height: 1;
        font-size: 10px;
        font-weight: bold;
        margin: 0 0 2px 0;
        letter-spacing: -0.04em;
    }
    .main-about ul li dl dt span {
        font-size: 12px;
    }
    .main-about ul li dl dd {
        line-height: 1.4;
        font-size: 10px;
        font-weight: bold;
    }
    .mainTtl_logo {
        bottom: 130px;
        right: 20px;
    }
    .mainTtl_logo.ver2 {
        bottom: 97px;
        right: 20px;
    }
    .topMv_oricon {
        position: static;
    }
    .topMv_oricon img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 374px) {
    .mainTtl-tls {
        width: 280px;
        height: 50px;
    }
    .mainTtl-tls span {
        padding: 50px 0 0 0;
    }
    .cvTp-img {
        margin-left: 10px;
    }
    .cvTp-img img {
        width: 220px;
        height: auto;
    }
}
@media (max-width: 320px) {
    .form-inner .form-in table tr td input[type="password"] ,
    .form-inner .form-in table tr td input[type="date"] ,
    .form-inner .form-in table tr td input[type="text"] ,
    .form-inner .form-in table tr td input[type="tel"] {
        font-size: 13px;
    }
    .form-inner .form-in table tr td select {
        font-size: 13px;
    }
}

/*corona*/
.corona_cv {
    padding: 60px 0;
}
@media (max-width: 767px) {
    .corona_cv {
        padding: 25px 20px;
    }
}
.corona_warp {
    border: 6px solid #25772c;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
}
.corona_in {
    padding: 30px 100px;
    background: #fff;
}
.corona_ttl {
    font-size: 18px;
    line-height: 1.4;
    color: #25772c;
    font-weight: bold;
    text-align: center;
}
.corona_img {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 30px;
}
.corona_img li {
    padding: 0 25px;
}
.corona_img li:nth-child(1) img {
    width: 70px;
}
.corona_img li:nth-child(2) img {
    width: 64px;
}
.corona_img li:nth-child(3) img {
    width: 60px;
}
.corona_img li:nth-child(4) img {
    width: 74px;
}
.corona_txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 1em;
}
.corona_txt:last-child {
    margin: 0;
}
@media (max-width: 767px) {
    .corona_warp {
        border: 3px solid #25772c;
        width: 100%;
    }
    .corona_in {
        padding: 20px 20px;
    }
    .corona_ttl {
        font-size: 15px;
    }
    .corona_img {
        padding: 25px 0;
    }
    .corona_img li {
        width: 25%;
        padding: 0;
        text-align: center;
    }
    .corona_img li:nth-child(1) img {
        width: 50px;
    }
    .corona_img li:nth-child(2) img {
        width: 50px;
    }
    .corona_img li:nth-child(3) img {
        width: 50px;
    }
    .corona_img li:nth-child(4) img {
        width: 50px;
    }
    .corona_txt {
        font-size: 12px;
    }
}
.fmLnk-txt {
    text-align: center;
    line-height: 2;
    margin: 0 0 20px;
}
.fmLnk-txt a {
    text-decoration: underline;
}
@media (min-width: 896px) {
    .fmLnk-txt a:hover{
        text-decoration: none;
        color: #094;
    }
}
.c-pc {
    display: block !important;
}
.c-pc-in {
    display: inline !important;
}
.c-sp {
    display: none !important;
}
.c-sp-in {
    display: none !important;
}
@media (max-width: 767px) {
    .c-pc {
        display: none !important;
    }
    .c-pc-in {
        display: none !important;
    }
    .c-sp {
        display: block !important;
    }
    .c-sp-in {
        display: inline !important;
    }
}
.QA__wrap__content {
    padding-top: 2.7rem;
    padding-bottom: 1rem;
    background-color: #F5F5F5;
  }
  .QA__wrap__content__inner {
    /* width: 64.8rem; */
    margin: 0 auto 3rem;
  }
  @media screen and (max-width: 480px) {
    .QA__wrap__content__inner {
      /* width: 33.5rem; */
    }
  }
  
  .qa-001 {
    margin-bottom: 0.7rem;
    border: 1px solid #d6dde3;
    border-radius: 0.2rem;
    background-color: #FFF;
    padding: 1.1rem 1.3rem 0rem 1.3rem;
  }
  
  .qa-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* color: #ca249b; */
    font-weight: medium;
    cursor: pointer;
    font-size: 1rem;
    padding: 1rem 0 1.5rem 4rem;
    font-family: "Inter", sans-serif;
  }
  
  .qa-001 summary::before,
  .qa-001 p::before {
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 1.6rem;
  }
  
  .qa-001 summary::before {
    border-radius: 50%;
    background-color: #120080;
    color: #FFF;
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    line-height: 2.7rem;
    text-align: center;
    content: "Q";
  }
  
  .qa-001 summary::after {
    transform: translateY(-40%);
    margin-top: 1rem;
    margin-left: 1rem;
    content: "＋";
    transition: transform 0.5s;
  }
  
  .qa-001[open] summary::after {
    content: "−";
    margin-right: 0.1rem;
  }
  
  .qa-001 p {
    border-top: 1px dashed #363636;
    position: relative;
    transform: translateY(-1rem);
    opacity: 0;
    margin: 0;
    color: #333;
    transition: transform 0.5s, opacity 0.5s;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    padding: 1.5rem 0 2rem 4rem;
    font-family: "Inter", sans-serif;
  }
  
  .qa-001[open] p {
    transform: none;
    opacity: 1;
  }
  
  .qa-001 p::before {
    color: #120080;
    content: "A";
    border-radius: 50%;
    background-color: #FFF;
    width: 2.7rem;
    height: 2.7rem;
    line-height: 2.6rem;
    box-sizing: border-box;
    border: 1px solid #120080;
    text-align: center;
    transform: translate(0, -0.5rem);
  }
  /* .Inner {
    width: 100%;
    max-width: 76.8rem;
    margin: 0 auto;
    padding: 0;
  }
  @media screen and (max-width: 769px) {
    .Inner {
      width: 100%;
    }
  } */
  .Title {
    display: block;
    color: #FFF;
    font-size: 2.4rem;
    height: 6.2rem;
    line-height: 6.2rem;
    text-align: center;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    background-color: #363636;
  }
  @media screen and (max-width: 480px) {
    .Title {
      font-size: 1.8rem;
    }
  }