@charset "UTF-8";
.mv_bg {
    position: relative;
    width: 100%;
    height: 100vh;
}
#video-area{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.mv_txt {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 1;
}
.mv_txt h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 100px;
    font-weight: 700;
    color: #1C2F62;
    line-height: 100px;
    text-shadow: #fff 0px 0 20px;
}
.mv_txt p {
    margin-top: 30px;
    font-size: 20px;
    text-shadow: #fff 0px 0 10px;
}
.mv_deco1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mv_deco1 img {
    width: 70%;
    height: auto;
}
.mv_deco2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width:100%;
}
.mv_deco2 img {
    width: 30%;
    height: auto;
    margin-right: 0;
    margin-left: auto;
}

/*スクロールダウン*/
.scrolldown1{
	position:absolute;
	right: 10%;
	bottom:0px;
	height:150px;
}
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 80px;
	background: #14186F;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:80px;
		opacity: 1;
	}
	100%{
		height:0;
		top:150px;
		opacity: 0;
	}
}


/*top01*/
.top01 {
    position: relative;
    padding-top: 150px;
    margin-bottom: 150px;
}
.top01 .top01_deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.top01 .top01_deco img {
    width: 70%;
}
.top01 .box2 {
    width: 60%;
}
.top01 .box2 h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
    text-align: right;
    letter-spacing: .1rem;
}
.top01 .box2 h4 span {
    color: #CB1313;
}
.top01 .box2 p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 50px;
    line-height: 30px;
}
.top01 .btn02 a {
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
}
/*top01 end*/


/*top02*/
.top02 {
    margin-bottom: 150px;
}
.top02 .heading h3,
.top02 .heading .sub-title {
    color: #333;
}
.top02 .heading .sub-title::before {
    background-color: #333;
}
.top02_box1 {
    position: relative;
    margin-top: 50px;
    height: 400px;
}
.top02_box1 figure {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.top02_box1 figure img {
    width: 70%;
    height: 400px;
    object-fit: cover;
    margin-right: 0;
    margin-left: auto;
}
.top02_box1 .box1 {
    max-width: 1340px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.top02_box2 {
    position: relative;
    margin-top: 50px;
    height: 400px;
}
.top02_box2 figure {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.top02_box2 figure img {
    width: 70%;
    height: 400px;
    object-fit: cover;
    margin-right: 0;
    margin-left: auto;
}
.top02_box2 .box1 {
    max-width: 1340px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.top02 .btn02 {
    margin-top: 140px;
}
/*top02 end*/



/*top03*/
.top03 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #eee;
}
.top03 .heading h3,
.top03 .heading .sub-title {
    color: #333;
}
.top03 .heading .sub-title::before {
    background-color: #333;
}
.top03 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.top03 ul li {
    position: relative;
    width: 47%;
}
.top03 ul li:first-child {
    margin-top: 50px;
}
.top03 ul li iframe {
    width: 100%;
    height: 350px;
}
.top03 ul li .figure1 {
    width: 100%;
    overflow: hidden;
}
.top03 ul li .figure1 img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: all .3s;
}
.top03 ul li a:hover .figure1 img {
    transform: scale(1.1);
}
.top03 ul li .figure2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}
.top03 ul li .date {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 20px;
    font-size: 14px;
    color: #999;
}
.top03 ul li h5 {
    font-size: 18px;
    padding-top: 5px;
    line-height: 35px;
    transition: all .3s;
}
.top03 ul li a:hover h5 {
    color: #1C2F62;
}
/*top03 end*/


/*top04*/
.top04 {
    margin-top: 150px;
    margin-bottom: 150px;
}
.top04 .heading h3,
.top04 .heading .sub-title {
    color: #333;
}
.top04 .heading .sub-title::before {
    background-color: #333;
}
.top04 .btn02 {
    margin-top: 100px;
}
.top04 ul {
    width: 70%;
}
.top04 ul li .date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #999;
}
.top04 ul li .category {
    font-size: 14px;
    color: #fff;
    padding: 5px 20px;
    background-color: #1C2F62;
    margin-left: 20px;
}
.top04 ul li h5 {
    font-size: 16px;
    padding-top: 10px;
    line-height: 40px;
    transition: all .3s;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.top04 ul li h5:hover {
    color: #1C2F62;
    border-bottom: 1px solid #1C2F62;
}
/*top04 end*/


/*top05*/
.top05 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../images/contact_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.top05 .heading2 h3,
.top05 .heading2 .sub-title {
    color: #fff;
}
.top05 .heading2 .sub-title::before,
.top05 .heading2 .sub-title::after {
    background-color: #fff;
}
.top05 .tel_box {
    width: 42%;
    padding-left: 100px;
}
.top05 .box1 {
    margin-top: 40px;
}
.top05 .tel_box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.top05 .tel_box figure img {
    width: 30px;
}
.top05 .tel_box .number {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-left: 20px;
    color: #fff;
}
.top05 .tel_box p {
    font-size: 16px;
    color: #fff;
}
.top05 .mail_box {
    width: 42%;
}
.top05 .mail_box figure img {
    width: 35px;
}
.top05 .mail_box .mail {
    color: #fff;
    font-size: 30px;
    margin-left: 20px;
    font-weight: 700;
}
.top05 .mail_box p {
    font-size: 16px;
    color: #fff;
}
.top05 .mail_box .btn02 {
    margin-top: 20px;
}
.top05 .mail_box .btn02 a {
    margin-right: 0;
    margin-left: auto;
}
.top05 .line {
    width: 1px;
    height: 150px;
    background-color: #fff;
    transform: rotate(10deg);
}
.top05 .btn02 a::before {
    background-color: rgba(255, 255, 255, 0);
}
/*top05 end*/

/*footer*/
.footer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #111;
}
.footer .detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer nav ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer nav ul li:last-child {
    margin-bottom: 0;
}
.footer nav ul li a {
    font-size: 16px;
    transition: all .3s;
} 
.footer nav ul li a:hover {
    opacity: .5;
} 
.footer .footer_box h1 a img {
    height: 70px;
}
.footer .company_detail h1 {
    margin-bottom: 30px;
}
.footer .company_detail p {
    font-size: 16px;
    color: #fff;
}
.footer .detail {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.footer .detail ul li {
    color: #fff;
    margin-left: 50px;
}
.footer .detail ul li a {
    font-size: 14px;
    transition: all .3s;
} 
.footer .detail ul li a:hover {
    opacity: .5;
} 
.footer .small {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
}
.footer #page-top a {
    position: absolute;
    right: 0;
    top: 0;
    background:#333;
    color:#fff;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.8rem;
    transition: all 0.3s;
}
.footer #page-top a:hover {
    background:#1C2F62;
}
.footer #page-top img {
    width: 20px;
    height: auto;
    margin: 0 auto;
}



/*-----ABOUT US-----*/
/*about_mv*/
.about_mv {
    margin-top: 180px;
}
.about_mv .heading h3 {
    color: #333;
}
.about_mv .heading .sub-title {
    color: #333;
}
.about_mv .heading .sub-title::before {
    background-color: #333;
}
.about_mv .heading {
    margin-bottom: 40px;
}
.about_mv .mv_box {
    position: relative;
}
.about_mv .mv_box figure {
    width: 100%;
    height: auto;
}
.about_mv .mv_box figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.about_mv .mv_box .deco_img02 {
    position: absolute;
    top: 0;
    left: 0;
}
.about_mv .mv_box .deco_img02 img {
    width: 100px;
    height: 100px;
}

/*about01*/
.about01 {
    margin-top: 150px;
}
.about01 h3 {
    font-size: 60px;
}
.about01 .box2 h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    letter-spacing: .1rem;
    padding-top: 80px;
}
.about01 .box2 h4 span {
    color: #CB1313;
}
.about01 .box2 p {
    font-size: 16px;
    text-align: center;
    padding-top: 80px;
    line-height: 40px;
}
.about01 .box2 div {
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
}

/*about02*/
.about02 {
    padding-top: 200px;
}
.about02 .heading h3 {
    color: #333;
} 
.about02 .heading .sub-title {
    color: #999;
}
.about02 .heading .sub-title::before {
    background-color: #999;
}
.about02 .box1 {
    margin-top: 60px;
}
.about02 .box1 .box2 {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #ccc;
}
.about02 .box1 .box2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #1C2F62;
}
.about02 .box1 .box2 figure {
    width: 50%;
}
.about02 .box1 .box2 figure img {
    width: 380px;
    margin: 0 auto;
}
.about02 .box1 .box2 dl {
    width: 50%;
}
.about02 .box1 .box2 dt {
    width: 20%;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 30px;
}
.about02 .box1 .box2 dd {
    width: 80%;
    font-size: 16px;
    padding-bottom: 30px;
}

/*about03*/
.about03 {
    padding-top: 100px;
    padding-bottom: 200px;
}
.about03 .heading h3 {
    color: #333;
} 
.about03 .heading .sub-title {
    color: #999;
}
.about03 .heading .sub-title::before {
    background-color: #999;
}
.about03 iframe {
    margin-top: 60px;
    width: 100%;
    height: 500px;
}


/*-----INTERVIEW-----*/
/*interview01*/
.interview01 {
    padding-top: 150px;
    padding-bottom: 250px;
}
.interview01 iframe {
    width: 46%;
    height: 320px;
}
.interview01 .interview_box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.interview01 .box1 {
    width: 50%;
}
.interview01 .box1 .director {
    font-size: 14px;
    color: #999;
}
.interview01 .box1 .name {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 20px;
}
.interview01 .box1 .url {
    font-size: 14px;
    color: #1C2F62;
    text-decoration: underline;
}
.interview01 .box1 p {
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    line-height: 30px;
}
.interview01 .box1 p::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #1C2F62;
}


/*-----SERVICE-----*/
/*service01*/
.service01 {
    padding-top: 150px;
}
.service01 .heading2 h3 {
    color: #333;
} 
.service01 .heading2 .sub-title {
    color: #999;
}
.service01 .heading2 .sub-title::before {
    background-color: #999;
}
.service01 .box1 {
    margin-top: 60px;
}
.service01 .box1 p {
    font-size: 16px;
    width: 50%;
}
.service01 .box1 figure {
    width: 42%;
}

/*service02*/
.service02 {
    padding-top: 200px;
}
.service02 .heading h3 {
    color: #333;
} 
.service02 .heading .sub-title {
    color: #999;
}
.service02 .heading .sub-title::before {
    background-color: #999;
}
.service02 .interview_box {
    margin-top: 60px;
}
.service02 .interview_box .box1 {
    position: relative;
    width: 42%;
}
.service02 .interview_box .box1 figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.service02 .interview_box .box1 .deco_img02 {
    position: absolute;
    top: 0;
    left: 0;
}
.service02 .interview_box .box1 .deco_img02 img {
    width: 100px;
    height: 100px;
}
.service02 .interview_box .box2 {
    width: 50%;
}
.service02 .interview_box .box2 h4 {
    font-size: 25px;
    font-weight: 700;
}
.service02 .interview_box .box2 .h4 {
    margin-top: 30px;
}
.service02 .interview_box .box2 p {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.service02 .interview_box .box2 p::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #1C2F62;
}

/*service03*/
.service03 {
    padding-top: 250px;
}
.service03 figure {
    width: 100%;
    height: 500px;
}
.service03 figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.service03 .heading {
    margin-top: 100px;
}
.service03 .heading h3 {
    color: #333;
}
.service03 .heading .sub-title {
    color: #999;
}
.service03 .heading .sub-title::before {
    background-color: #999;
}
.service03 .box1 {
    margin-top: 60px;
}
.service03 .box1 h4 {
    width: 50%;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
}
.service03 .box1 p {
    width: 45%;
    font-size: 16px;
    line-height: 35px;
}

/*service04*/
.service04 {
    padding-top: 200px;
}
.service04 .heading h3 {
    color: #333;
}
.service04 .heading .sub-title {
    color: #999;
}
.service04 .heading .sub-title::before {
    background-color: #999;
}
.service04 .box1 {
    position: relative;
    width: 100%;
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid#ccc;
}
.service04 .box1::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #1C2F62;
}
.service04 .box1 .box2 {
    width: 50%;
}
.service04 .box1 .box2 .solution_number {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.service04 .box1 .box2 h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    padding-top: 50px;
}
.service04 .box1 .box2 p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
    font-weight: 400;
}
.service04 .box1 figure {
    width: 48%;
}
.service04 .box1 .solution02_img img {
    width: 80%;
    margin: 0 auto;
}

/*service05*/
.service05 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.service05 .heading h3 {
    color: #333;
}
.service05 .heading .sub-title {
    color: #999;
}
.service05 .heading .sub-title::before {
    background-color: #999;
}
.service05 .box1 {
    margin-top: 60px;
}
.service05 .box1 figure {
    width: 48%;
    height: auto;
}
.service05 .box1 figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/*service06*/
.service06 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #eee;
}
.service06 .box1 {
    margin-top: 60px;
}
.service06 .box1 .box2 {
    width: 48%;
    background-color: #fff;
    padding: 50px;
}
.service06 .box1 .box2 .heading2 h3 {
    font-size: 45px;
    line-height: 60px;
}
.service06 .box1 .box2 .heading2 .sub-title {
    font-size: 14px;
}
.service06 .box1 .box2 h4 {
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
}
.service06 .box1 .box2 h4 span {
    font-size: 40px;
    font-weight: 700;
    padding-left: 10px;
    color: #FFA700;
}
.service06 .box1 .box3 {
    display: flex;
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
.service06 .box1 .box3::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    height: 2px;
    background-color: #1C2F62;
}
.service06 .box1 .box3 h5 {
    font-size: 16px;
    font-weight: 700;
}
.service06 .box1 .box3 ul {
    margin-left: 40px;
}
.service06 .box1 .box3 ul li {
    font-size: 16px;
    padding-bottom: 10px;
}


/*-----CONTACT-----*/
.contact {
    margin-bottom: 200px;
}
.contact .tel {
    margin-top: 80px;
    margin-bottom: 80px;
}
.contact h4 {
    display: flex;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    font-weight: 700;
}
.contact h4::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #1C2F62;
}
.contact .tel_number {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact .tel_number span {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 10px;
}
.contact .tel p {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact form dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.contact form dl dt {
    width: 30%;
    background-color: #eee;
    font-size: 16px;
    padding: 25px 30px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.contact form dl dt span {
    color: #fff;
    background-color: #FFA700;
    padding: 3px 10px;
    margin-right: 15px;
}
.contact form dl dd {
    width: 70%;
    padding: 15px 30px;
    font-size: 16px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.contact form dl dd .mfp_rows2 {
    border: none;
    padding: 0;
}
.contact .mfp_buttons {
    text-align: center;
}
.contact .mfp_buttons .btn3 {
    display: inline-block;
    margin-top: 50px;
    padding: 13px 118px;
    background-color: #14186F;
    color: #fff;
}
.contact h5 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
}
.contact .mfp_caution {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact .mfp_caution li {
    font-weight: 700;
    padding-bottom: 5px;
}
.contact form dl dd input,
.contact form dl dd textarea {
    width: 100%;
}
.contact .mfp_col11 {
    margin-bottom: 5px;
}
form#mailformpro dl dt {
    float: left;
    width: 30%;
    clear: both;
    font-size: 14px;
    padding: 15px 30px;
    text-align: left;
    border-top: solid 1px #CCC;
    margin: 0px;
}
form#mailformpro dl dd {
    border-top: solid 1px #CCC;
    margin: 0px;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    width: 70%;
}
.contact form dl dd input {
    width: 100%!important;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}
.mfp_colored {
    background-color: #fff;
}
.must {
    border: none;
    text-shadow: none;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
}
.mfp_element_all {
    max-width: 100%;
}
.mfp_element_select-one {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.contact form dl dd textarea {
    width: 100%!important;
    height: 200px!important;
    box-shadow: none;
    border-radius: 0;
}
.mfp_element_submit {
    text-shadow: none;
    border: none;
    border-radius: 0;
}
div.mfp_err {
    padding-left: 0;
    background-image: none;
}
.mfp_element_button {
    border-radius: 0;
    border: none;
    background: none;
    text-shadow: none;
}
#mfp_button_send {
    color: #fff;
    background-color: #14186F;
    margin-right: 5px;
}
#mfp_button_cancel {
    background-color: #ddd;
}


/*-----NEWS-----*/
.news01 ul {
    width: 100%;
}
.news01 ul li h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    font-weight: 500;
}
.news01 ul li {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.news01 ul li h5:hover {
    color: #1C2F62;
    border-bottom: none;
}
.news01 ul li p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    padding-top: 10px;
}


@media (max-width: 1240px){
    .top05 .tel_box {
        padding-left: 50px;
    }
    .top05 .tel_box h5 {
        font-size: 18px;
    }
    .top05 .mail_box .mail {
        font-size: 28px;
    }
    
}

@media (max-width: 1100px){
    .top01 .box2 h4 {
        font-size: 35px;
    }
    .mv_txt {
        left: 50px;
    }
    .top01 {
        padding-top: 120px;
        margin-bottom: 80px;
    }
    .top02 {
        margin-bottom: 120px;
    }
    .top02_box1 {
        height: 350px;
    }
    .top02_box1 figure img {
        height: 350px;
    }
    .top02_box2 {
        height: 350px;
    }
    .top02_box2 figure img {
        height: 350px;
    }
    .top02  .btn02 {
        margin-top: 80px;
    }
    .top03 ul li .figure1 img {
        height: 330px;
    }
    .top03 ul li .figure2 {
        width: 80px;
    }
    .top03 ul li .date {
        font-size: 18px;
    }
    .top03 ul li h5 {
        font-size: 16px;
        line-height: 35px;
        padding-top: 5px;
    }
    .top04 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    
    .about02 .box1 .box2 figure img {
        width: 280px;
    }
    .footer .footer_box h1 a img {
        height: 60px;
    }
}

@media (max-width: 990px){
    .top01 {
        padding-top: 80px;
    }
    .top01 .box2 h4 {
        font-size: 26px;
        line-height: 45px;
    }
    .top01 .box2 p {
        margin-top: 40px;
    }
    .top02 {
        margin-bottom: 100px;
    }
    .top02_box1 {
        height: 300px;
        margin-top: 40px;
    }
    .top02_box1 figure img {
        height: 300px;
    }
    .top02_box2 {
        height: 300px;
        margin-top: 40px;
    }
    .top02_box2 figure img {
        height: 300px;
    }
    .top02  .btn02 {
        margin-top: 80px;
    }
    .top02_box1 .box1 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .top02_box2 .box1 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .top03 ul li .figure1 img {
        height: 260px;
    }
    .top04 {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    .top05 .tel_box {
        padding-left: 0px;
    }
    .top05 .tel_box h5 {
        font-size: 14px;
    }
    .top05 .tel_box figure img {
        width: 40px;
    }
    .top05 .tel_box .number {
        font-size: 35px;
    }
    .top05 .mail_box figure img {
        width: 30px;
    }
    .top05 .mail_box .mail {
        font-size: 21px;
    }
    .footer nav ul {
        margin-right: 50px;
    }
    .footer nav ul li {
        font-size: 16px;
    }
    
    .about_mv .mv_box figure img {
        height: 350px;
    }
    .about01 h3 {
        font-size: 40px;
    }
    .about01 .box2 h4 {
        font-size: 32px;
        line-height: 50px;
        padding-top: 60px;
    }
    .about01 .box2 p {
        padding-top: 60px;
        font-size: 14px;
        line-height: 30px;
    }
    .about01 .box2 div {
        font-size: 14px;
    }
    .about02 {
        padding-top: 150px;
    }
    .about02 h3 {
        font-size: 40px;
    }
    .about02 .box1 {
        margin-top: 45px;
    }
    .about02 .box1 .box2 {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .about02 .box1 .box2 dt {
        font-size: 16px;
        padding-bottom: 25px;
    }
    .about02 .box1 .box2 dd {
        font-size: 16px;
        padding-bottom: 25px;
    }
    .about03 {
        padding-top: 70px;
        padding-bottom: 150px;
    }
    .about03 h3 {
        font-size: 40px;
    }
    .about03 iframe {
        margin-top: 45px;
        height: 350px;
    }
    
    .interview01 {
        padding-top: 120px;
        padding-bottom: 220px;
    }
    .interview01 .interview_box {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .interview01 .box1 .name {
        padding-top: 10px;
    }
    .interview01 .box1 p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
        padding-top: 20px;
    }
    .interview01 figure img {
        height: 350px;
    }
    
    .service01 {
        padding-top: 120px;
    }
    .service01 .box1 {
        margin-top: 50px;
    }
    .service02 {
        padding-top: 150px;
    }
    .service02 .interview_box .box1 figure img {
        height: 280px;
    }
    .service02 .interview_box .box1 .deco_img02 img {
        width: 80px;
        height: 80px;
    }
    .service02 .interview_box .box2 h4 {
        font-size: 20px;
    }
    .service02 .interview_box .box2 p {
        padding-top: 20px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 25px;
    }
    .service03 {
        padding-top: 200px;
    }
    .service03 figure {
        height: 400px;
    }
    .service03 figure img {
        height: 400px;
    }
    .service03 .heading {
        margin-top: 80px;
    }
    .service03 .box1 h4 {
        font-size: 20px;
        line-height: 40px;
    }
    .service03 .box1 p {
        font-size: 14px;
        line-height: 30px;
    }
    .service04 {
        padding-top: 150px;
    }
    .service04 .box1 .box2 .solution_number {
        font-size: 14px;
    }
    .service04 .box1 .box2 h4 {
        font-size: 18px;
        line-height: 35px;
        padding-top: 30px;
    }
    .service04 .box1 .box2 p {
        padding-top: 20px;
    }
    .service05 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .service05 .box1 figure img {
        height: 300px;
    }
    .service06 .box1 .box2 {
        padding: 35px;
    }
    .service06 .box1 .box2 .heading2 h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .service06 .box1 .box2 h4 {
        padding-top: 20px;
    }
    .service06 .box1 .box2 h4 span {
        font-size: 30px;
    }
    .service06 .box1 .box3 {
        display: block;
        padding-top: 20px;
        margin-top: 20px;
        padding-left: 0;
    }
    .service06 .box1 .box3 ul {
        margin-left: 20px;
        margin-top: 10px;
    }
    .footer .detail {
        display: block;
    }
    .footer .detail ul li {
        margin-left: 0;
    }
    .footer .detail nav {
        justify-content: space-between;
        margin-top: 50px;
    }
}

@media (max-width: 768px){
    .header-sp h1 {
        padding-top: 20px;
    }
    .header-sp h1 img {
        height: 40px;
    }
    .mv_txt {
        left: 20px;
    }
    .mv_txt h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .mv_txt p {
        margin-top: 20px;
        font-size: 16px;
    }
    /*スクロールダウン*/
    .scrolldown1{
        right: 50%;
        height:100px;
    }
    .scrolldown1::after{
        width: 2px;
        height: 50px;
    }
    @keyframes pathmove{
        0%{
            height:0;
            top:0;
            opacity: 0;
        }
        30%{
            height:50px;
            opacity: 1;
        }
        100%{
            height:0;
            top:100px;
            opacity: 0;
        }
    }
    .top01 .box2 {
        width: 100%;
    }
    .top01 .box2 h4 {
        font-size: 22px;
        line-height: 35px;
    }
    .top01 .btn02 a {
        margin-top: 40px;
    }
    .top01 .box2 p {
        font-size: 14px;
    }
    .top02 {
        margin-bottom: 80px;
    }
    .top02_box1 {
        height: 250px;
    }
    .top02_box1 figure img {
        height: 250px;
    }
    .top02_box2 {
        height: 250px;
    }
    .top02_box2 figure img {
        height: 250px;
    }
    .top02_box1 .box1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top02_box2 .box1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top03 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .top03 ul {
        margin-top: 40px;
    }
    .top03 ul li .figure1 img {
        height: 230px;
    }
    .top03 ul li .figure2 {
        width: 55px;
    }
    .top03 ul li .date {
        font-size: 14px;
    }
    .top03 ul li iframe {
        width: 100%;
        height: 230px;
    }
    .top03 ul li h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .top04 {
        margin-top: 80px;
        margin-bottom: 60px;
    }
    .top04 .box2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .top04 .btn02 {
        margin-top: 0;
    }
    .top04 ul {
        width: 100%;
        margin-top: 40px;
    }
    .top04 ul li .date {
        font-size: 14px;
    }
    .top04 ul li .category {
        padding: 5px 10px;
        margin-left: 15px;
    }
    .top04 ul li h5 {
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .top05 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .top05 .box1 {
        margin-top: 40px;
    }
    .top05 .tel_box {
        width: 100%;
        margin: 0 auto;
    }
    .top05 .line {
        width: 100%;
        height: 1px;
        transform: none;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .top05 .mail_box {
        width: 100%;
        margin: 0 auto;
    }
    .top05 .tel_box p {
        font-size: 14px;
        font-weight: 400;
    }
    .top05 .mail_box p {
        font-size: 14px;
    }
    .footer {
        padding-top: 60px;
    }
    .footer ul .li_li {
        display: none;
    }
    .footer ul .li {
        margin-bottom: 20px;
    }
    .footer nav {
        margin-bottom: 50px;
    }
    .footer nav ul li {
        font-weight: 400;
        margin-bottom: 20px;
    }
    .footer nav ul li a {
        font-size: 14px;
    }
    .footer .footer_box h1 a img {
        height: 40px;
    }
    .footer .company_detail p {
        font-size: 14px;
        font-weight: 400;
    }
    .footer .detail {
        padding-bottom: 20px;
    }
    .footer .detail nav {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .footer nav ul {
        margin-right: 20px;
    }
    .footer .detail ul li {
        font-size: 14px;
        font-weight: 400;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 30px;
    }
    .footer .detail ul li a {
        font-size: 14px;
    }
    .footer .small {
        margin-top: 30px;
    }
    .footer #page-top a {
        width: 60px;
        height: 60px;
        padding: 15px;
    }
    .footer #page-top a img {
        width: 10px;
    }
    .footer #page-top a p {
        font-size: 14px;
    }
    
    .about_mv {
        margin-top: 130px;
    }
    .about_mv .heading {
        margin-bottom: 30px;
    }
    .about_mv .mv_box figure img {
        height: 250px;
    }
    .about_mv .mv_box .deco_img02 img {
        width: 50px;
        height: 50px;
    }
    .about01 {
        margin-top: 80px;
    }
    .about01 .box2 h4 {
        font-size: 22px;
        line-height: 35px;
        padding-top: 40px;
    }
    .about01 .box2 p {
        padding-top: 40px;
    }
    .about02 {
        padding-top: 100px;
    }
    .about02 .box1 {
        margin-top: 30px;
    }
    .about02 .box1 .box2::before {
        width: 30px;
    }
    .about02 .box1 .box2 figure {
        width: 100%;
        margin-bottom: 60px;
    }
    .about02 .box1 .box2 figure img {
        width: 220px;
    }
    .about02 .box1 .box2 dl {
        width: 100%;
    }
    .about02 .box1 .box2 dt {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .about02 .box1 .box2 dd {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .about02 .box1 .box2 {
        padding-top: 60px;
    }
    .about03 {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .about03 iframe {
        margin-top: 30px;
        height: 230px;
    }
    
    .interview01 {
        padding-top: 80px;
        padding-bottom: 180px;
    }
    .interview01 iframe {
        width: 100%;
        height: 230px;
    }
    .interview01 .box1 {
        width: 100%;
        margin-top: 20px;
    }
    .interview01 .box1 p::before {
        width: 30px;
    }
    .interview01 .box1 p {
        font-size: 14px;
    }
    
    .service01 {
        padding-top: 80px;
    }
    .service01 .box1 {
        margin-top: 40px;
    }
    .service01 .box1 p {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
    }
    .service01 .box1 figure {
        width: 60%;
        margin:  30px auto 0;
    }
    .service02 {
        padding-top: 120px;
    }
    .service02 .interview_box {
        margin-top: 40px;
    }
    .service02 .interview_box .box1 {
        width: 100%;
        margin: 0 auto;
    }
    .service02 .interview_box .box2 {
        width: 100%;
        margin-top: 30px;
    }
    .service02 .interview_box .box1 .deco_img02 img {
        width: 50px;
        height: 50px;
    }
    .service02 .interview_box .box2 h4 {
        font-size: 20px;
    }
    .service03 {
        padding-top: 150px;
    }
    .service03 figure {
        height: 350px;
    }
    .service03 figure img {
        height: 350px;
    }
    .service03 .heading {
        margin-top: 40px;
    }
    .service03 .box1 {
        margin-top: 40px;
    }
    .service03 .box1 h4 {
        width: 100%;
        font-size: 20px;
        line-height: 35px;
    }
    .service03 .box1 p {
        width: 100%;
        padding-top: 30px;
        padding-left: 20px;
    }
    .service04 {
        padding-top: 120px;
    }
    .service04 .box1 {
        margin-top: 40px;
        padding-top: 40px;
    }
    .service04 .box1 .box2 {
        width: 100%;
    }
    .service04 .box1 .box2 h4 {
        font-size: 18px;
        line-height: 35px;
    }
    .service04 .box1 figure {
        width: 70%;
        margin: 30px auto 0;
    }
    .service04 .box1 .box2 p {
        font-size: 14px;
    }
    .service05 {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .service05 .box1 {
        margin-top: 40px;
    }
    .service05 .box1 figure {
        width: 100%;
        margin-bottom: 30px;
    }
    .service05 .box1 figure img {
        height: 250px;
    }
    .service06 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .service06 .box1 .box2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .service06 .box1 .box2 .heading2 h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .service06 .box1 .box2 h4 span {
        font-size: 35px;
    }
    .service06 .box1 .box3 ul li {
        font-size: 12px;
    }
    .contact {
        margin-bottom: 80px;
    }
    .contact .tel {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contact h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact p {
        line-height: 25px;
    }
    .contact form dl {
        display: block;
    }
    .contact form dl dt {
        width: 100%;
        padding: 20px;
    }
    .contact form dl dd {
        width: 100%;
        border-left: 1px solid #ccc;
        padding: 10px 20px;
    }
    form#mailformpro dl dt {
        width: 100%;
        padding: 10px 15px;
    }
    form#mailformpro dl dd {
        width: 100%;
        padding: 10px 15px;
    }
    .contact .mfp_buttons .btn3 {
        margin-top: 30px;
    }
    .news01 ul li h5 {
        font-size: 14px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
        font-weight: 500;
    }
    .news01 ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .news01 ul li p {
        font-size: 13px;
        line-height: 25px;
        font-weight: 400;
        padding-top: 10px;
    }
}


@media (max-width: 550px){
    .mv_deco2 {
        display: none;
    }
    .top01 {
        padding-top: 40px;
        margin-bottom: 100px;
    }
    .top01 .top01_deco img {
        width: 100%;
    }
    .top01 .box2 {
        width: 100%;
        margin-top: 75px;
    }
    .top02_box1 {
        height: auto;
    }
    .top02_box1 figure {
        position: static;
    }
    .top02_box1 figure img {
        width: 100%;
        padding-left: 20px;
        height: 200px;
    }
    .top02 .heading h3 {
        font-size: 30px;
    }
    .top02_box1 .box1 {
        padding-top: 20px;
    }
    .top02 .btn02 {
        margin-top: 20px;
    }
    .top02 .btn02 a {
        margin: 0 0 0 auto;
    }
    .top02_box2 {
        height: auto;
    }
    .top02_box2 figure {
        position: static;
    }
    .top02_box2 figure img {
        width: 100%;
        padding-left: 20px;
        height: 200px;
    }
    .top02_box2 .box1 {
        padding-top: 20px;
    }
    .top03 .heading h3 {
        font-size: 39px;
    }
    .top03 .btn02 {
        margin-top: 20px;
    }
    .top03 ul {
        display: block;
    }
    .top03 ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .top03 ul li .figure1 img {
        height: 200px;
    }
    .top03 ul li .date {
        padding-top: 15px;
    }
    .top03 ul li h5 {
        padding-top: 0;
    }
    .top05 .tel_box {
        width: 85%;
    }
    
    .top05 .mail_box {
        width: 85%;
        margin: 0 auto;
    }
    
    .interview01 figure img {
        height: 230px;
    }
    
    .service01 .box1 figure {
        width: 100%;
    }
    .service02 .interview_box .box1 figure img {
        height: 230px;
    }
    .service03 figure {
        height: 300px;
    }
    .service03 figure img {
        height: 300px;
    }
    .service04 .box1 figure {
        width: 100%;
    }
    .service05 .box1 figure img {
        height: 230px;
    }
    .service06 .box1 .box2 {
        padding: 30px;
    }
    
    .footer .detail nav {
        display: block;
        margin-bottom: 20px;
    }
}




















