@charset "utf-8";
/* CSS Document */
/*共通*/
#topBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
    width: 50px; /*imgの大きさ*/
    height: auto;
}
#topBtn:hover {
    /*		background-color: #F5FBFE;
*/ opacity: 0.8
}
#Wrap {
    width: 100%;
    overflow: hidden;
}
header {
    width: 100%;
    background: #ebf6fb;
    -webkit-box-shadow: 1px 1px 0px #22313f;
    box-shadow: 1px 1px 1px #22313f;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.headIn {
    width: 1100px;
    margin: 0 auto;
    padding: 8px 0 8px;
    display: flex;
    justify-content: space-between;
}
.corpName {
    display: flex;
    margin: 5px 0 0 0;
}
.corpName img {
    margin: 5px 0;
}
.corpName h1 {
    font-size: 1.7em;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 0 0.5em;
}
.corpName span {
    margin-bottom: 8px;
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: 0em;
    display: block;
}
.contactTel {
    font-size: 2.1em;
    font-family: Verdana, Geneva, sans-serif;
}
.contactTel span {
    margin-bottom: 6px;
    padding: 5px;
    display: block;
    color: white;
    font-size: 0.9rem;
    text-align: center;
    background-color: #1ba39c;
    border-radius: 10px;
}
.glovalNavi {
    width: 600px;
    margin: 100px auto 25px;
}
.glovalNavi ul {
    display: flex;
    justify-content: space-between;
}
.glovalNavi li {
    font-size: 1.15em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: pointer
}
.glovalNavi a {
    color: #373c38;
    text-decoration: none;
}
.glovalNavi li a:hover {
    color: #3a539b;
}
.glovalNavi li:hover:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3a539b;
    border-radius: 2px;
}
.glovalNavi li:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 35px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1ba39c;
    border-radius: 2px;
}
.glovalNavi .navi:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 35px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f7ca18;
    border-radius: 2px;
}
.slider {
    width: 1200px;
    margin: 0 auto 0;
}
.slider img {
    width: 100%;
    height: auto;
}
.greatingArea {
    width: 100%;
    height: 540px;
    margin: 0 auto 0;
    padding: 5em 0;
    background: #f0faff;
}
.greating {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.greating .photo {
    width: 550px;
}
.greating img {
    width: 100%;
    height: 100%;
}
.txtBox1 {
    width: 600px;
    padding: 2em 2.25em 2em 1.75em;
    background-color: hsla(230, 49%, 12%, 0.80);
    color: white;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 1;
}
.txtBox1 h2 {
    font-size: 1.8em;
    margin: 0 0 1em 0;
}
.txtBox1 p {
    font-size: 1.1rem;
    line-height: 1.65;
    margin-left: 1.5em;
    letter-spacing: 0.1em;
}
.contents {
    width: 1100px;
    margin: 100px auto 100px;
}
.contents h2 {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #0F142D;
    border-bottom: 4px double #0F142D;
    padding: 20px 0 20px;
    color: #0F142D;
    font-size: 2.2em;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5em;
    font-family: 'Noto Serif JP', serif;
}
.item {
    width: 100%;
    height: 370px;
    margin: 80px auto;
    display: flex;
    position: relative;
}
.itemPhoto1 {
    width: 580px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.itemPhoto1 img {
    width: 100%;
    height: auto;
}
.itemTxt1 {
    width: 600px;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.itemTxt1 h3 {
    position: relative;
    padding: 0.5em 1em 0.5em 1em;
    background: #0F142D;
    font-size: 1.6em;
    color: white;
    letter-spacing: 0.4rem;
    margin-left: 0px;
    line-height: 1.3;
    z-index: -1;
}
.itemTxt1 h3::before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    border: none;
    border-right: solid 80px white;
    border-bottom: solid 80px transparent;
    z-index: -2;
}
.itemTxt1 p {
    font-size: 1.1em;
    padding: 1.5em 2em 3.5em 2em;
    background: hsla(0, 0%, 93%, 0.70);
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.itemPhoto2 {
    width: 580px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    order: 2;
}
.itemPhoto2 img {
    width: 100%;
    height: auto;
}
.itemTxt2 {
    width: 600px;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    order: 1;
}
.itemTxt2 h3 {
    position: relative;
    padding: 0.5em 1em 0.4em 0.5em;
    background: #0F142D;
    font-size: 1.6em;
    text-align: right;
    color: white;
    letter-spacing: 0.4rem;
    margin-left: 0px;
    line-height: 1.3;
    z-index: -1;
}
.itemTxt2 h3::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    border: none;
    border-left: solid 80px white;
    border-bottom: solid 80px transparent;
    z-index: -2;
}
.itemTxt2 p {
    font-size: 1.1em;
    padding: 1.5em 2em 3.5em 2em;
    background: hsla(0, 0%, 93%, 0.70);
    line-height: 1.8;
    letter-spacing: 0.1em;
}
a.btn1 {
    width: 200px;
    height: 2em;
    background: #F0230F;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 50px;
    bottom: 15px;
    border-radius: 1em;
    transition: .3s;
}
a.btn1:hover {
    background: #f7ca18;
    color: #FFFFFF;
}
.contactForm {
    width: 1000px;
    margin: 100px auto 0;
}
.formTitle {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1.1em;
    text-align: center;
    color: black;
}
.formTitle::before, .formTitle::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20%;
    height: 3px;
    border-top: 3px solid #f7ca18;
}
.formTitle::before {
    left: 0;
}
.formTitle::after {
    right: 0;
}
.contactForm iframe {
    width: 100%;
    height: 1200px;
    margin: 50px auto;
    padding: 0 0 0 25px;
}
.contactForm .inquiry {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contactForm2 .inquiry {
    width: 820px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.inquiry .txtBox2 {
    height: 2.5em;
    font-size: 1.1rem;
    line-height: 1.6;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    background: #1ba39c;
    border-radius: 20px;
    padding: 0.6rem 0.8rem;
}
.inquiry .telNo {
    font-size: 1.6em;
    text-align: right;
    letter-spacing: 0.2em;
    padding-top: .75rem;
}
.inquiry .txt2 {
    font-size: 0.9em;
    padding-top: 1rem;
}
footer {
    width: 100%;
    margin: 80px auto 0;
    padding: 20px 0;
    background-color: #3a539b;
}
.footerIn {
    width: 1100px;
    margin: 0 auto;
    background: #3a539b;
    display: flex;
    justify-content: space-between;
}
.linkBox {
    width: 45%;
    margin: 0 5% 0 0;
	background: #FFFFFF;
}
.linkBox p {
	margin: 1em 0 0.5em;
	line-height: 2;
	text-align: center;
}
.linkBox figure {
	width: 80%;
	margin: 0em auto;
}
figure img{
	width: 100% ;
	height: auto ;
	margin: 0em auto 0.25em;
}
figcaption {
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2;
}
figure a{
	text-decoration: none;
	color: #373c38;
}
figure a:hover{
	text-decoration:underline;
	color:#148675;
}
figure a:hover img{
	opacity: 0.8;
	transition: .3s;
}

/*.gmap {
    width: 45%;
    margin: 0 5% 0 0;
}
.gmap iframe {
    width: 100%;
    height: 400px;
}*/
.corporateFoot {
    width: 50%;
    color: white;
	margin-top: 2em;
}
/*.sponsor {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #fffffe;
    display: flex;
    justify-content: space-between;
}
.sponsor p {
    font-size: 1em;
    padding: 1.5em 0 0;
}
.sponsorimg {
    width: 27%;
    margin-right: 15px;
}
.sponsorimg img {
    width: 100%;
    height: auto;
}*/
.corporateFoot h1 {
    font-size: 1.6em;
    line-height: 2.2;
    letter-spacing: 0.15em;
}
.corporateFoot h1 span {
    font-size: 0.8em;
    margin-right: 0.5em;
}
.corporateFoot p {
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.corporateFoot p a {
    color: white;
    text-decoration: none;
}
.corporateFoot p a:hover{
	color:#BEF2EE;
}
/*共通*/
.pageImg {
    width: 90%;
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto 0;
    position: relative;
	z-index: 1;
}
.pageImg img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center center;
}
.pageImgTxt {
	position: absolute;
	bottom : 0;
	left:0;
	font-family:Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 2em;
	color: ghostwhite;
	text-shadow: 2px 2px 2px hsla(0,0%,36%,0.8);
	text-align: center;
	background-color: hsla(230, 49%, 12%, 0.80);
	width: 100% ;
	padding:0.15em ;
	z-index: 2 ;
}
/*事業案内*/
.workItem {
    width: 95%;
    margin: 100px auto 150px;
}
.workItem .title1 {
    width: 450px;
    margin: 0 auto 80px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.workItem .title2 {
    width: 220px;
    margin: 0 auto 80px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.workItem .title3 {
    width: 400px;
    margin: 0 auto 80px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.workItem .titleImg {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
}
.workItem .titleTxt {
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 0.4rem;
    color: black;
    margin-top: 0.5em;
    padding: 0;
    border-bottom: 3px solid red;
}
.workItemTxt {
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}
.productBox {
    width: 100%;
    margin: 50px 0;
    padding: 1.5em;
    border: 2px solid red;
    display: flex;
    justify-content: space-between;
}
.product {
    display: flex;
    justify-content: space-between;
    padding: 2em;
}
.product div {
    line-height: 2;
    margin-right: 3em;
}
.product img {}
.shoboho {
    margin: 50px 0;
    padding: 2em;
    border: 2px solid red;
    display: flex;
    justify-content: space-between;
}
.shobohoTxt {
    width: 58%;
    line-height: 2;
}
.shobohoImg {
    width: 36%;
    display: flex;
    flex-direction: column;
}
.shobohoImg img {
    width: 100%;
    height: auto;
    margin: 5px 0;
}
.workItemImg {
    width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.workItemImg img {
    width: 30%;
    height: 30%;
}
/*会社案内*/
.gaiyo {
	width: 80% ;
	margin: 100px auto 0;
}
.gmap {
    width: 100%;
    margin: 100px 0 0 0;
}
.gmap iframe {
    width: 100%;
    height: 400px;
}
@media screen and (max-width:1024px) {
    .headIn {
        width: 95%;
        margin: 0 auto;
        padding: 8px 0 8px;
        display: flex;
        justify-content: space-between;
    }
    .slider {
        width: 100%;
        margin: 0 auto 0;
    }
    .greatingArea {
        width: 100%;
        height: 530px;
        margin: 0 auto 0;
        padding: 4em 0.75em 0;
        background: #f0faff;
    }
    .greating {
        width: 95%;
        margin: 0 auto;
    }
    .txtBox1 {
        width: 600px;
        padding: 2em 2.25em 2em 1.75em;
        background-color: hsla(230, 49%, 12%, 0.80);
        color: white;
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 1;
    }
    .contents {
        width: 95%;
        margin: 50px auto 100px;
    }
    .contactForm {
        width: 95%;
        margin: 100px auto 0;
    }
    .contactForm .inquiry {
        width: 85%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .contactForm2 .inquiry {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footerIn {
        width: 96%;
        margin: 0 auto;
        background: #3a539b;
        display: flex;
        justify-content: space-between;
    }
	.linkBox {
		width: 45%;
		margin: 0 3% 0 0;
		padding:0 0 0.5em 0;
		background: #FFFFFF;
}
	.corporateFoot {
    width: 50%;
    color: white;
	margin-top: 1.8em;
}
    /*共通*/
    .pageImg {
        width: 100%;
		max-width: 100% ;
		min-width: 100% ;
        margin: 0 auto 0;
        position: relative;
        z-index: 1;
    }

	
    /*事業案内*/
    .productBox img {
        width: 42%;
        height: 42%;
    }
    .product {
        display: flex;
        justify-content: space-between;
        padding: 1em;
    }
    .product div {
        line-height: 2;
        margin-right: 2.5em;
    }
    .product div:last-child {
        margin-right: 0em;
    }
    .shobohoTxt {
        width: 60%;
        line-height: 1.8;
    }
}
@media screen and (max-width:768px) {
    .headIn {
        width: 95%;
        margin: 0 auto;
        padding: 5px 0 5px;
        display: flex;
        justify-content: space-between;
    }
    .glovalNavi {
        display: none;
    }
    .slider {
        width: 100%;
        margin: 68px auto 0;
    }
    .slider img {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
    .greatingArea {
        width: 100%;
        height: 750px;
        margin: 0 auto 0;
        padding: 5em 0;
        background: #f0faff;
    }
    .greating {
        width: 90%;
        height: 550px;
        margin: 0 auto;
        position: static;
    }
    .greating .photo {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: left top;
    }
    .txtBox1 {
        width: 100%;
        padding: 2em 2.25em 2em 1.75em;
        background-color: hsla(230, 49%, 12%, 0.80);
        color: white;
        position: static;
        margin-top: -3px;
    }
    .txtBox1 p {
        font-size: 1.1rem;
        line-height: 1.65;
        margin-left: 1.5em;
    }
    .item {
        width: 100%;
        height: auto;
        margin: 80px auto 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .itemPhoto1 {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        z-index: auto;
    }
    .itemPhoto1 img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        object-position: right bottom;
    }
    .itemTxt1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: static;
        bottom: 0;
        right: 0;
        z-index: 2;
    }
    .itemTxt1 p {
        font-size: 1em;
        padding: 1em 1em 5em 1.25em;
        background: hsla(0, 0%, 93%, 0.70);
        line-height: 1.8;
        letter-spacing: 0.1em;
    }
    .itemTxt1 h3 {
        position: static;
        padding: 0.5em 1em 0.4em 1em;
        background: #0F142D;
        font-size: 1.6em;
        color: white;
        letter-spacing: 0.5rem;
        text-align: center;
        margin-left: 0px;
        line-height: 1.3;
        z-index: auto;
    }
    .itemTxt1 h3::before {
        position: static;
        content: '';
        border: none;
        border-right: none;
        border-bottom: none;
        z-index: auto;
    }
    .itemPhoto2 {
        width: 100%;
        position: static;
        z-index: auto;
        order: 1;
    }
    .itemPhoto2 img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        object-position: right top;
    }
    .itemTxt2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: static;
        z-index: auto;
        order: 2;
    }
    .itemTxt2 p {
        font-size: 1em;
        padding: 1em 1em 5em 1.25em;
        background: hsla(0, 0%, 93%, 0.70);
        line-height: 1.8;
        letter-spacing: 0.1em;
    }
    .itemTxt2 h3 {
        position: static;
        padding: 0.5em 1em 0.4em 1em;
        background: #0F142D;
        font-size: 1.6em;
        color: white;
        letter-spacing: 0.5rem;
        text-align: center;
        margin-left: 0px;
        line-height: 1.3;
        z-index: auto;
    }
    .itemTxt2 h3::before {
        position: static;
        content: '';
        border: none;
        border-right: none;
        border-bottom: none;
        z-index: auto;
    }
    a.btn1 {
        width: 200px;
        height: 2em;
        background: #F0230F;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 2;
        text-align: center;
        text-decoration: none;
        position: absolute;
        right: 30px;
        bottom: 15px;
        border-radius: 1em;
        transition: .3s;
    }
    .contactTel {
        display: none;
    }
    .contactForm {
        width: 98%;
        margin: 100px auto 0;
    }
    .contactForm2 {
        width: 95%;
        margin: 0px auto 0;
    }
    .formTitle {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        font-size: 1em;
        text-align: center;
        color: black;
    }
    .formTitle::before, .formTitle::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 8%;
        height: 3px;
        border-top: 3px solid #f7ca18;
    }
    .contactForm iframe {
        width: 100%;
        height: 1200px;
        margin: 50px auto 0;
        padding: 0 0 0 25px;
    }
    .inquiry {
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column
    }
    .txtBox2 {
        width: 65%;
        height: 2.5em;
        font-size: 1.1em;
        line-height: 1.6;
        color: white;
        text-align: center;
        letter-spacing: 0.1em;
        background: #1ba39c;
        border-radius: 20px;
        padding: 0.6rem 0.8rem;
        margin: 20px auto 15px;
    }
    .inquiry .telNo {
        width: 65%;
        font-size: 1.7em;
        text-align: center;
        letter-spacing: 0.15em;
        padding-top: 0;
        margin: 0 auto;
    }
    .inquiry .txt2 {
        font-size: 1em;
        padding-top: 10px;
        margin: 0 auto;
    }
    .footerIn {
        width: 95%;
        margin: 0 auto;
        background: #3a539b;
        display: flex;
        justify-content: space-between;
    }
	.linkBox {
		width: 40%;
		background: #FFFFFF;
	}
	.linkBox figure {
		width: 90%;
		margin: 0em auto;
}
	figure img{
		width: 100% ;
		height: auto ;
		margin: 0.5em auto 0.25em;
	}
	.corporateFoot {
		width: 62%;
		color: white;
		margin-top: 1.8em;
	}
	.corporateFoot span{
		font-size: 0.8em;
	}

/*    .gmap {
        width: 45%;
        margin: 0 2% 0 0;
    }
    .gmap iframe {
        width: 100%;
        height: 420px;
    }*/
    .sponsor {
        width: 100%;
        margin: 0 auto 30px;
        padding: 0 10px 5px 10px;
        border-bottom: 1px solid #fffffe;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .sponsor p {
        font-size: 1em;
        padding: 0.25em 0 0;
    }
    .sponsorimg {
        width: 27%;
        margin: 0 auto;
    }
    .corporateFoot h1 {
        font-size: 1.5em;
        line-height: 2;
        letter-spacing: 0.1em;
    }
    .corporateFoot h1 span {
        font-size: 0.8em;
        margin-right: 0.5em;
    }
    .corporateFoot p {
        font-size: 0.95em;
        line-height: 1.5;
        letter-spacing: 0em;
    }
    /*共通*/
    .pageImg {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 68px auto 0;
        position: relative;
        z-index: 1;
    }
	.pageImgTxt {
		position: absolute;
		bottom : 0;
		left:0;
		font-size: 1.6em;
		color: ghostwhite;
	font-family:Arial, Helvetica, "sans-serif";
	font-weight: bold;
		text-shadow: 2px 2px 2px hsla(0,0%,36%,0.8);
		text-align: center;
		background-color: hsla(230, 49%, 12%, 0.80);
		width: 100% ;
		padding:0.15em ;
	}
    /*事業案内*/
    .productBox {
        width: 100%;
        margin: 50px 0;
        padding: 1.5em;
        border: 2px solid red;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .productBox img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .product div {
        line-height: 2;
        margin-right: 2.5em;
        margin-left: 2.5em;
    }
    .product div:last-child {
        margin-right: 2.5em;
    }
    .shoboho {
        margin: 50px 0;
        padding: 2em;
        border: 2px solid red;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .shobohoTxt {
        width: 100%;
        line-height: 2;
    }
    .shobohoImg {
        width: 95%;
        display: flex;
        flex-direction: row;
    }
    .shobohoImg img {
        width: 100%;
        height: 100%;
        margin: 5px;
    }
    .workItem {
        width: 95%;
        margin: 100px auto 50px;
    }
    .workItemTxt {
        font-size: 1.1em;
        line-height: 1.8;
        text-align: left;
        letter-spacing: 0.1em;
    }
    .workItemImg {
        width: 100%;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
    }
    .workItemImg img {
        width: 32%;
        height: 30%;
    }
	/*案内案内*/
	.gaiyo {
		width: 90% ;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:480px) {
    .headIn {
        width: 95%;
        margin: 0 auto;
        padding: 0px 0 3px;
        display: flex;
        justify-content: space-between;
    }
    .corpName h1 {
        display: none;
    }
    .corpName span {
        display: none;
    }
    .slider {
        width: 100%;
        margin: 60px auto 0;
    }
    .slider img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }
    .greatingArea {
        width: 100%;
        height: auto;
        margin: 0 auto 0;
        padding: 2em 0 0;
        background: #f0faff;
    }
    .greating {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        position: static;
    }
    .greating .photo {
        width: 100%;
        object-fit: cover;
        object-position: left top;
        margin: 0 auto;
    }
    .greating .photo {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: left top;
    }
    .contents {
        width: 95%;
        margin: 80px auto 100px;
    }
    .contents h2 {
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #0F142D;
        border-bottom: 4px double #0F142D;
        padding: 20px 0 20px;
        color: #0F142D;
        font-size: 1.8em;
        text-align: center;
        font-weight: 700;
        letter-spacing: 0.5em;
        font-family: 'Noto Serif JP', serif;
    }
    .txtBox1 {
        width: 100%;
        padding: 1em;
        background-color: hsla(230, 49%, 12%, 0.80);
        color: white;
        position: static;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: auto;
        margin-top: 0;
    }
    .txtBox1 h2 {
        font-size: 1.6em;
        margin: 0 0 1em 0;
        text-align: center;
    }
    .txtBox1 p {
        font-size: 1.05rem;
        line-height: 1.65;
        margin-left: 0.25em;
    }
    .item {
        width: 100%;
        height: auto;
        margin: 80px auto 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .itemPhoto1 {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        z-index: auto;
    }
    .itemPhoto1 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: right top;
    }
    .itemTxt1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: static;
        bottom: 0;
        right: 0;
        z-index: 2;
    }
    .itemTxt1 p {
        font-size: 1em;
        padding: 1em 1em 3.5em 1.25em;
        background: hsla(0, 0%, 93%, 0.70);
        line-height: 1.8;
        letter-spacing: 0.1em;
    }
    .itemTxt1 h3 {
        position: static;
        padding: 0.5em 1em 0.4em 1em;
        background: #0F142D;
        font-size: 1.6em;
        color: white;
        letter-spacing: 0.2rem;
        margin-left: 0px;
        line-height: 1.3;
        z-index: auto;
    }
    .itemTxt1 h3::before {
        position: static;
        content: '';
        border: none;
        border-right: none;
        border-bottom: none;
        z-index: auto;
    }
    .itemPhoto2 {
        width: 100%;
        position: static;
        z-index: auto;
        order: 1;
    }
    .itemPhoto2 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: right top;
    }
    .itemTxt2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: static;
        z-index: auto;
        order: 2;
    }
    .itemTxt2 p {
        font-size: 1em;
        padding: 1em 1em 3.5em 1.25em;
        background: hsla(0, 0%, 93%, 0.70);
        line-height: 1.8;
        letter-spacing: 0.1em;
    }
    .itemTxt2 h3 {
        position: static;
        padding: 0.5em 1em 0.4em 1em;
        background: #0F142D;
        font-size: 1.6em;
        color: white;
        letter-spacing: 0.2rem;
        margin-left: 0px;
        line-height: 1.3;
        z-index: auto;
    }
    .itemTxt2 h3::before {
        position: static;
        content: '';
        border: none;
        border-right: none;
        border-bottom: none;
        z-index: auto;
    }
    a.btn1 {
        width: 170px;
        height: 2em;
        background: #F0230F;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 2;
        text-align: center;
        text-decoration: none;
        position: absolute;
        right: 20px;
        bottom: 10px;
        border-radius: 1em;
        transition: .3s;
    }
    a.btn1:hover {
        background: #f7ca18;
        color: #FFFFFF;
    }
    .contactForm {
        width: 96%;
        margin: 100px auto 0;
    }
    .contactForm iframe {
        width: 100%;
        height: 1210px;
        margin: 30px auto;
        padding: 0 0 0 0px;
    }
    .formTitle {
        position: static;
        display: inherit;
        width: 85%;
        margin: 0 auto;
        padding: 0 10px;
        font-size: 1.1em;
        text-align: center;
        color: black;
        line-height: 1.4;
        border-bottom: 2px solid #f7ca18;
    }
    .formTitle::before, .formTitle::after {
        content: '';
        position: static;
        top: 50%;
        display: inherit;
        width: 0;
        height: 0px;
        border-top: 0px solid #f7ca18;
    }
    .inquiry {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column
    }
    .txtBox2 {
        width: 80%;
        height: 2.5em;
        font-size: 1.1em;
        line-height: 1.6;
        color: white;
        text-align: center;
        letter-spacing: 0.1em;
        background: #1ba39c;
        border-radius: 20px;
        padding: 0.6rem 0.8rem;
        margin: 20px auto 15px;
    }
    .inquiry .telNo {
        width: 95%;
        font-size: 1.7em;
        text-align: center;
        letter-spacing: 0.15em;
        padding-top: 0;
        margin: 0 auto;
    }
    .footerIn {
        width: 90%;
        margin: 0 auto;
        background: #3a539b;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
	.linkBox {
    width: 95%;
	padding:0 0 0.5em 0;
	background: #FFFFFF;
		margin:0 auto 1em;
}

    .corporateFoot {
        width: 95%;
        margin: 0 auto;
        color: white;
        text-align: center;
    }
    .corporateFoot h1 {
        font-size: 1.5em;
        line-height: 2.3;
        letter-spacing: 0.15em;
    }
    .corporateFoot h1 span {
        font-size: 0.8em;
        margin-right: 0.5em;
    }
    .corporateFoot p {
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
	.corporateFoot span{
		font-size: 0.9em;
		line-height: 1.5;
	}
	   /*共通*/
    .pageImg {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 62px auto 0;
        position: relative;
        z-index: 1;
    }
	.pageImg img {
		max-width: 100%;
		min-width: 100%;
		height: 220px ;
		object-fit: cover;
		object-position: -100px 0 ;
	}
		.pageImgTxt {
			position: absolute;
			bottom : 0;
			left:0;
			font-size: 1.4em;
			color: ghostwhite;
	font-family:Arial, Helvetica, "sans-serif";
	font-weight: bold;
			text-shadow: 2px 2px 2px hsla(0,0%,36%,0.8);
			text-align: center;
			background-color: hsla(230, 49%, 12%, 0.80);
			width: 100% ;
			padding:0.2em ;
	}
	/*事業案内*/
	.workItem {
		width: 98%;
		margin: 100px auto 0;
	}
	.workItem .title1 {
		width: 330px;
		margin: 0 auto 60px;
		padding: 0;
		text-align: center;
		display: block;
		flex-wrap: nowrap;
	}
	.workItem .title2 {
		width: 220px;
		margin: 0 auto 60px;
		padding: 0;
		text-align: center;
		display: block;
		flex-wrap: nowrap;
	}
	.workItem .title3 {
		width: 300px;
		margin: 0 auto 60px;
		padding: 0;
		text-align: center;
		display: block;
		flex-wrap: nowrap;
	}
	.workItem .titleImg {
		width: 60px;
		height: 60px;
		margin: 0 auto 20px auto;
		display: block ;
	}
	.workItem .titleTxt {
		font-size: 1.7em;
		font-weight: bold;
		letter-spacing: 0.3rem;
		color: black;
		margin-top: 0.5em;
		padding: 0 0 0.5em 0;
		border-bottom: 3px solid red;
	}
	.productBox {
        width: 100%;
        margin: 50px 0;
        padding: 0.5em 0;
        border: 2px solid red;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
	.product {
        display: flex;
        justify-content: flex-start;
		flex-direction: column ;
        padding: 0em;
    }
	 .product div {
        line-height: 2;
        margin-left: 2em;
    }
	.productBox img {
		width: 90% ;
		height: auto ;
		margin-top: 20px ;
	}
    .shoboho {
        margin: 50px 0;
        padding: 1.5em;
        border: 2px solid red;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
	    .shobohoImg {
        width: 95%;
        display: flex;
        flex-direction: column ;
			margin-top:20px; 
    }
	    .workItemImg {
        width: 60%;
        margin: 20px auto 0;
        display: flex;
        justify-content: flex-start;
		flex-direction: column ;
    }
	    .workItemImg img {
        width: 100%;
        height: 100%;
			margin-top: 15px ;
    }
	/*会社案内*/
	.gaiyo {
		width: 90% ;
		margin: 70px auto 0;
	}
	.gmap {
    width: 100%;
    margin: 80px 0 0 0;
}
.gmap iframe {
    width: 100%;
    height: 300px;
}
}