﻿@charset "UTF-8";



#info h1 {
    text-align: center;
    margin: 105px 0 39px;
}
#info h1 img {
    max-width: 606px;
    width: 100%;
}
.info_date {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    max-width: 1000px;
    width: 80%;
    margin: 0 auto 55px;
}
.info_h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
}
.info_txt {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}
.info_h2_2 {
    margin: 90px 0 15px;
}
.info_h2_3 {
    margin: 90px 0 15px;
}
.info_link {
    max-width: 530px;
    width: 98%;
    background: #F2F2F2;
    text-align: center;
    padding: 20px 0;
    margin: 20px auto 100px;
}
.info_link p {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 7px;
}
.info_link a {
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}
.info_support {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 85px;
    border: 2px solid #022158;
}
.info_support a {
    display: inline-block;
    float: left;
}
.info_support a img {
    width: auto;
    height: 200px;
}
.info_support_contact {
	overflow: auto;
}
.telework_contact_sp {
	display: none;
}
.info2img {
    text-align: center;
    margin: 30px 0 50px;
}
.info2img img {
    width: 90%;
    max-width: 700px;
}

@media screen and (max-width:1040px) {
	.info_support {
	    max-width: 1000px;
	    width: 94vw;
	    margin: 0 auto 85px;
	    border: 2px solid #022158;
	}
	.info_support a img {
	    width: auto;
	    height: 18.8vw;
	}
}
@media screen and (max-width:680px) {
	.info_txt_br {
	    display: none;
	}
	.info_txt {
	    padding: 0 2vw;
	    text-align: left;
	}
}
@media screen and (max-width:468px) {
	#info h1 {
	    margin: 8vw 0 5vw;
	}
	.info_date {
	    width: 96%;
	    margin: 0 auto 5vw;
	}
	.info_h2 {
	    font-size: 24px;
	    font-weight: bold;
	    text-align: left;
	    margin: 8vw 2vw 15px;
	}
	.info_link {
	    max-width: 530px;
	    width: 98%;
	    background: #F2F2F2;
	    text-align: center;
	    padding: 20px 0;
	    margin: 5vw auto 10vw;
	}
	.info_support {
	    max-width: 1000px;
	    width: 94vw;
	    margin: 0 auto 10vw;
	    border: 2px solid #022158;
	}
	.info_support {
	    max-width: 1000px;
	    width: 94vw;
	    margin: 0 auto 10vw;
	    border: 2px solid #022158;
	    overflow: hidden;
	}
	.info_support_1 {
	    width: 135vw;
	    margin-left: -18vw;
	}
	.info_support a {
	    display: inline-block;
	    float: left;
	    border-bottom: 3px solid #022158;
	}
	.info_support a img {
	    width: calc(94vw - -1px);
	    height: auto;
	}
	.info_support_contact {
		overflow: hidden;
	}
	.info2img img {
		width: 95%;
	}
}

.telework_contact {
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0 0 65px;
    width: 95%;
    max-width: 1000px;
    z-index: 2;
}
.telework_contact_bg {
    width: 100%;
    max-width: 1000px;
}
.telework_contact_btn {
    position: absolute;
    right: 27px;
    top: 77px;
    line-height: 0;
    transition-duration: 0.2s;
}
.telework_contact_btn img {
    width: 476px;
    height: auto;
    filter: drop-shadow(0px 4px rgba(0, 0, 0, .2));
    transition-duration: 0.2s;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .telework_contact_btn img {
	    width: 476px;
	    height: 104px;
	}
}
.telework_contact_btn:hover {
    position: absolute;
    right: 27px;
    top: 81px;
    line-height: 0;
    transition-duration: 0.2s;
}
.telework_contact_btn:hover img {
    width: 476px;
    height: auto;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, .2));
    transition-duration: 0.2s;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .telework_contact_btn:hover img {
	    width: 476px;
	    height: 104px;
	}
}
.telework2_1_sp {
	display: none;
}
@media screen and (max-width:1055px) {
	.telework_contact_btn {
	    position: absolute;
	    right: 2.5vw;
	    top: 7vw;
	    line-height: 0;
	    transition-duration: 0.2s;
	}
	.telework_contact_btn:hover {
	    position: absolute;
	    right: 2.5vw;
	    top: 7.2vw;
	    line-height: 0;
	    transition-duration: 0.2s;
	}
	.telework_contact_btn img {
	    width: 45vw;
	    height: auto;
	    filter: drop-shadow(0px 4px rgba(0, 0, 0, .2));
	    transition-duration: 0.2s;
	}
	.telework_contact_btn:hover img {
	    width: 45vw;
	    height: auto;
	    filter: drop-shadow(0px 0px rgba(0, 0, 0, .2));
	    transition-duration: 0.2s;
	}
}
@media screen and (max-width:1024px) {
	.telework_contact {
	    text-align: center;
	    position: relative;
	    margin: 0 auto;
	    padding: 0 0 5vw;
	    width: 95%;
	    max-width: 1000px;
	}
}
@media screen and (max-width:468px) {
	.telework_contact_btn {
	    position: absolute;
	    right: 7vw;
	    top: 43.5vw;
	    line-height: 0;
	    transition-duration: 0.2s;
	}
	.telework_contact_btn:hover {
	    position: absolute;
	    right: 7vw;
	    top: 44.5vw;
	    line-height: 0;
	    transition-duration: 0.2s;
	}
	.telework_contact_btn img {
	    width: 81.5vw;
	    height: auto;
	    filter: drop-shadow(0px 4px rgba(0, 0, 0, .2));
	    transition-duration: 0.2s;
	}
	.telework_contact_btn:hover img {
	    width: 81.5vw;
	    height: auto;
	    filter: drop-shadow(0px 0px rgba(0, 0, 0, .2));
	    transition-duration: 0.2s;
	}
	.telework_spica_title {
	    font-size: 4.3vw;
	    font-weight: bold;
	    text-align: center;
	}
	.telework_spica_title span {
	    display: inline-block;
	}
	.telework_spica_txtbox {
	    text-align: left;
	    width: calc(100% - 0px);
	    float: left;
	    height: fit-content;
	    display: flex;
	    flex-flow: column;
	    justify-content: space-between;
	    padding-right: 0px;
	}
	.telework_spica_sample {
	    float: none;
	    top: auto;
	    max-width: 468px;
	    width: 100%;
	    margin: 4vw 0;
	}
	.telework_spica_txt1 {
	    margin: 0 0 2em;
	}
	.telework_contact_sp {
	    display: inline-block;
	}
	.telework_contact_pc {
	    display: none;
	}
}
@media screen and (max-width:1055px) and (-ms-high-contrast:none){
	*::-ms-backdrop, .telework_contact_btn img {
	    width: 45vw;
	    height: 10vw;
	}
	*::-ms-backdrop, .telework_contact_btn:hover img {
	    width: 45vw;
	    height: 10vw;
	}
}
