/*
Theme Name: japancreate-child
Template: habakiri
*/
body {
    /* ゴシック体の場合 */
//    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
//    line-height: 1.8;
//    /* 明朝体の場合 */
//    font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
//    line-height: 1.8;
}
body {
	font-family: "Noto Sans JP", sans-serif;
}

.avant_garde_pro {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
}


.sp_only {
    display:none;
}

@media screen and (max-width:768px) {
    .sp_only {
        display:block;
    }
}

.pc_only {
    display:block;
}

@media screen and (max-width:768px) {
    .pc_only {
        display:none;
    }
}


a {
	color: #000 !important;
	text-decoration: none;
}

a:hover,
a:visited,
a:active {
	color: #000 !important;
	text-decoration: none;
}

.cw {
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
}

.cw_enkaku {
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
}

.gradient-text {
	background: linear-gradient(90deg, #0FA1BF, #1449A9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.noPad {
	padding: unset;
}

.noMgn {
	margin: unset;
}

body {
	background-image: url("images/haikei.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#container {
	border-top: none !important;
	box-shadow: none !important;
}

#header .site-branding a {
	display: flex;
	align-items: center;
	gap: 0.4em;
}

#header .site-branding__logo {
	display: block;
	width: 70px;
	height: auto;
}

#header .site-branding__text {
	font-size: 1.8rem;
	white-space: nowrap; /* 折り返し防止 */
}

#header .responsive-nav a {
	font-size: 15px;
}



/* 初期状態：下に少しずらして透明 */
.fadeup {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1.8s ease, transform 0.8s ease;
}

/* 表示状態：ふわっと上がってくる */
.fadeup.is-visible {
	opacity: 1;
	transform: translateY(0);
}


#imgArea img.topImgHaikei {
	width: 100%;
	height: auto;
	display: block;
}

#imgArea .topImg {
	position: relative;
}

#imgArea .topSentence {
	position: absolute;
	top: 20%;
	left: 55%;
	color: #fff;
	padding: 10px;
	padding-right: 150px;
}

#imgArea .topImg .topSentence p {
	font-size: 18px;
}

#OurBusiness {
	padding-top: 50px;
	padding-bottom: 100px;
}

#OurBusiness h2,
#newsArea h2 {
	font-size: 5rem;
}

#OurBusiness .title,
#newsArea .title {
	color: #349DD1;
	font-size: 2rem;
	position: relative;
	top: -20px;
}

#OurBusiness .btn-detail,
#newsArea .btn-detail {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;

	padding: 12px 24px;
	background: #0F7CBF;
	color: #FFF !important;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	transition: 0.3s;
	width: 240px;
}

#OurBusiness .btn-detail:hover,
#newsArea .btn-detail:hover {
	background: #e8f4ff;
}

#OurBusiness .btn-detail .arrow,
#newsArea .btn-detail .arrow {
	font-size: 1.2em;
}

#OurBusiness .obImgArea {
	padding-top: 50px
}

#OurBusiness .obImgArea .obImg {
	width: 100%;
}

#OurBusiness .obImgArea .image-box {
	position: relative;
	display: inline-block;
}

#OurBusiness .obImgArea .image-box img {
	display: block;
	width: 100%;
	height: auto;
}

#OurBusiness .obImgArea .caption {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 6px 12px;
	color: #fff;
	font-size: 19px;
	border-radius: 4px;
}

#OurBusiness .obImgArea .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35); /* ← 暗さはここで調整 */
}

#threekey {
	position: relative;
	padding-bottom: 250px;
}

#threekey .threekeyHaikeiImg {
	width: 100%;
}

#threekey .haiF {
	background-color: #FFF;
}

#threekey .haiF .box {
	padding: 15px;
	background-color: #FFF;
}

#threekey .posrel {
	position: absolute;
	top: 30px;
	padding: 0px 100px;
}

#threekey .posrel h1,
#threekey .posrel .title,
#threekey .posrel .sentence {
	color: #FFF;
}

#threekey .posrel h1 {
	font-size: 5rem;
}

#threekey .posrel .title {
	font-size: 2rem;
	position: relative;
	top: -15px;
}

#threekey .posrel .sentence {
	padding-bottom: 20px;
}

#threekey .card-wrap {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	padding: 20px 0;
}

#threekey .card {
	background: #fff;
	width: 250px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	padding: 15px;
}

#threekey .card img {
	width: 100%;
	display: block;
}

#threekey .card-text {
	font-size: 16px;
	color: #000;
}

#threekey .card-wrap h3 {
	color: #14488C;
}



#newsArea .news_line {
	padding: 30px 0px;
}

#newsArea hr.border {
	margin: unset;
	border: 1px solid #D3D3D3;
}


#bnrArea {
	padding: 100px 0px;
}

#footer {
	background-color: unset !important;
	position: relative;
	display: flex;
	justify-content: center;
}

#footer .f_contents {
	position: absolute;
	top: 340px;
	width: 80%;
}

#footer .f_contents img.separator {
	margin: 0 auto;
	display: block;
}

#footer .companyInfo h3 {
	color: #14488C;
}

#footer .companyInfo p {
	color: #000;
}

#footer .instagram {
	width: 15%;
	margin-left: 270px;
}







#OurBusiness img.mv {
	display: block;
	margin-left: auto;
}

#OurBusiness .page_menu {
	padding: 50px 0px;
}

#OurBusiness .page_menu ul {
	display: flex;
	justify-content: center;
	gap: 1.5em;
	list-style: none;
	padding: 0;
	margin: 0;
}

#OurBusiness .page_menu li {
	position: relative;
	padding-right: 1.5em;
	color: #14488C;
}

#OurBusiness .page_menu li:not(:last-child)::after {
	content: "｜";
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
}

#OurBusiness .page_menu li a {
	color: #14488C !important;
}

@media screen and (max-width:768px) {
    #OurBusiness .page_menu ul {
        flex-direction:column;
        gap:0.8em;
        align-items:flex-start;
    }

    #OurBusiness .page_menu li {
        padding-right:0;
    }

    #OurBusiness .page_menu li:not(:last-child)::after {
        content:none;
    }
}




#OurBusiness .waku {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	background-color: #349DD1;
	width: 70%;
	color: #FFF;
	border-radius: 0 20px 20px 0px;
	padding: 40px 40px 0px 0px;
	margin-bottom: 150px;
}

#OurBusiness .waku .img {
	flex-shrink: 0;
	width: 60%;
}

#OurBusiness .waku .text {
	flex: 1;
}

#OurBusiness .waku h1 {
	font-size: 23px;
}

#OurBusiness .title {
	width: 100%;
}

#OurBusiness .waku .img .business_img {
	position: relative;
	top: 40px;
}

#OurBusiness .waku .text p {
	font-size: 15px;
}



#OurBusiness .waku_r {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	background-color: #349DD1;
	width: 70%;
	color: #FFF;
	border-radius: 20px 0px 0px 20px;
	padding: 40px 0px 0px 40px;
	margin-left: auto;
	margin-bottom: 150px;
}

#OurBusiness .waku_r .img_r {
	flex-shrink: 0;
	width: 60%;
}

#OurBusiness .waku_r .text_r {
	flex: 1;
}

#OurBusiness .waku_r h1 {
	font-size: 23px;
}

#OurBusiness .title_r {
	width: 100%;
}

#OurBusiness .waku_r .img_r .business_img_r {
	position: relative;
	top: 40px;
}

#OurBusiness .waku_r .text_r p {
	font-size: 15px;
}

#OurBusiness .imgArea .img_waku {
	width: 350px;
}


@media screen and (max-width:768px) {
    #OurBusiness .waku,
    #OurBusiness .waku_r {
        flex-direction:column;
        width:100%;
        padding:20px;
        border-radius:20px;
    }

    #OurBusiness .waku .img.
    #OurBusiness .waku_r .img {
        width:100%;
    }

    #OurBusiness .waku .img .business_img,
    #OurBusiness .waku_r .img .business_img {
        top:0;
        width:100%;
        height:auto;
    }

    #OurBusiness .waku .text,
    #OurBusiness .waku_r .text {
        width:100%;
    }

    #OurBusiness .waku h1,
    #OurBusiness .waku_r h1 {
        font-size:20px;
    }

    #OurBusiness .waku .text p,
    #OurBusiness .waku_r .text p {
        font-size:14px;
    }
}


#OurBusiness .imgArea {
	display: flex;
	gap: 120px;
	justify-content: center;
	padding-bottom: 50px;
}

#OurBusiness .imgArea img {
	height: 350px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	padding: unset;
}

#OurBusiness .imgArea .slick-dots {
	display: none !important;
}

#OurBusiness .imgArea .businessTitle {
	font-size: 20px;
}

#OurBusiness .imgArea .businessTitle {
	font-size: 20px;
}


@media screen and (max-width:768px) {
    #OurBusiness .imgArea {
        flex-direction:column;
        gap:40px;
        padding-bottom:30px;
    }

    #OurBusiness .imgArea .item_l,
    #OurBusiness .imgArea .item_r {
        width:100%;
    }

    #OurBusiness .imgArea .img_waku {
        width:100%;
    }

    #OurBusiness .imgArea img {
        height:auto;
        width:100%;
    }

    #OurBusiness .imgArea .businessTitle {
        font-size:18px;
    }
}

#OurBusiness .slideArea {
	padding-bottom: 200px;
}

#OurBusiness h3.businessTitle {
	position: relative;
	padding-bottom: 10px;
	color: #349DD1;
	font-weight: unset;
}

#OurBusiness h3.businessTitle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px; /* 下線の太さ */
	background: linear-gradient(
		to right,
		#349DD1 0%,
		#349DD1 50%,
		#C8C8C8 50%,
		#C8C8C8 100%
	);
}

#Company {
	padding-top: 50px;
	padding-bottom: 100px;
}

#Company .toplogo {
	width: 50px;
}

#Company .titleArea {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 220px;
	padding-bottom: 50px;
}

#Company .title {
	font-size: 40px;
	font-weight: unset;
	color: #349DD1;
	margin: unset;
}

#Company .subTitle {
	font-size: 18px;
	font-weight: unset;
}

#Company .daihyo {
	text-align: right;
}

#Company .s_nm {
	font-size: 17px;
	padding-left: 5px;
}

#Company .comInfo .itemRow,
#Company .comEnkaku .itemRow {
	position: relative;
	padding: 12px 0;
}

#Company .comInfo .itemRow::before,
#Company .comEnkaku .itemRow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #ddd;
}

#Company .comInfo .itemRow::after,
#Company .comEnkaku .itemRow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ddd;
}

#Company .comInfo .itemRow,
#Company .comEnkaku .itemRow {
	display: flex;
	align-items: center;
}

#Company .comInfo .itemLabel {
	width: 300px;
	padding-left: 100px;
	font-weight: 600;
	white-space: nowrap;
	color: #144893;
}

#Company .comEnkaku .itemLabel {
	width: 200px;
	padding-left: 30px;
	font-weight: 600;
	white-space: nowrap;
	color: #349DD1;
	font-size: 25px;
}

#Company .comInfo .itemValue,
#Company .comEnkaku .itemValue {
	flex: 1;
	text-align: left;
}

#Company .comEnkaku {
	background-color: #FFF;
}

#Company .comInfo table.tablepress {
    border-collapse: collapse;
    width: 100%;
}

#Company .comInfo table.tablepress tr {
    position: relative;
}

#Company .comInfo table.tablepress tr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
}

#Company .comInfo table.tablepress tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
}

#Company .comInfo table.tablepress td {
    padding: 12px 0;
    vertical-align: middle;
    border: none;
}

/* 左側（ラベル） */
#Company .comInfo table.tablepress td.column-1 {
    width: 300px;
    padding-left: 100px;
    font-weight: 600;
    white-space: nowrap;
    color: #144893;
}

/* 右側（値） */
#Company .comInfo table.tablepress td.column-2 {
    text-align: left;
}


#Company .comEnkaku {
    background-color: #FFF;
}

#Company .comEnkaku table.tablepress {
    border-collapse: collapse;
    width: 100%;
}

#Company .comEnkaku table.tablepress tr {
    position: relative;
    padding: 12px 0;
    display: flex;
    align-items: center;
}

#Company .comEnkaku table.tablepress tr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
}

#Company .comEnkaku table.tablepress tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
}

#Company .comEnkaku table.tablepress td {
    border: none;
    padding: 0;
}

#Company .comEnkaku table.tablepress td.column-1 {
    width: 200px;
    padding-left: 30px;
    font-weight: 600;
    white-space: nowrap;
    color: #349DD1;
    font-size: 25px;
}

#Company .comEnkaku table.tablepress td.column-2 {
    flex: 1;
    text-align: left;
}






#Company .his_bk_img {
  position: relative;
  width: 100%;
  padding: 250px 20px;
  background-image: url('images/enkaku_bk_img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  margin-top: 250px;
}

#Company .his_bk_img .toplogo {
  margin-bottom: 20px;
  margin-top: -180px;
}

#Company .his_bk_img .title {
	font-size: 40px;
	font-weight: unset;
	color: #349DD1;
	margin: unset;
}

#Company .his_bk_img .subTitle {
	font-size: 18px;
	font-weight: unset;
	margin-bottom: 30px;
}

#Company .comEnkaku {
  position: relative;
  margin-top: -250px;
  background: rgba(255,255,255,0.9);
  padding: 30px 20px;
  border-radius: 10px;
}

#Company .comQua * {
	box-sizing: border-box;
}

#Company .cards {
	display: flex;
	gap: 16px;
}

#Company .card {
	flex: 1 1 0;
	padding: 20px;
	color: #14488C;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#Company .item {
	padding: 12px;
	background: #E6E6E6;
	border-radius: 6px;
	color: #14488C;
	width: 100%;
}

#Company .item p {
	margin: unset;
}

#Company .imgQua-row {
	width: 100%;
	display: flex;
	padding: 100px 0px;
}

#Company .imgQua-row img {
	width: 33.333%;
	height: auto;
	object-fit: cover;
	display: block;
}

#Company .contact img {
	display: block;
	margin: 0 auto;
}

#Company .contact {
	padding: 100px 0px;
}







#Contact .top {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

#Contact .top img {
	width: 5%;
}

#Contact .top p {
	font-size: 18px;
}

#Contact .flexbox {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

#Contact .con_l,
#Contact .con_r {
    width: 50%;
}

#Contact .con_l > div,
#Contact .con_r > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

#Contact .icn_tel,
#Contact .icn_fax {
    width: 40px;
    height: auto;
}


#Contact .flexbox .title {
	font-size: 20px;
	font-weight: bold;
	margin: unset;
}

#Contact .flexbox .dt {
	font-size: 40px;
	color: #349DD1;
	margin: unset;
}



#Contact #ContactForm {
    max-width: 700px;
    margin: 0 auto;
}

#Contact #ContactForm label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 6px;
}

#Contact #ContactForm .req {
    color: #d60000;
    font-weight: 700;
}

#Contact .sub_req {
    color: #d60000;
    font-weight: 700;
}

#Contact .hissu {
	text-align: right;
}

#Contact #ContactForm p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

#Contact #ContactForm p > label {
    width: 30%;
    margin: 0;
}

#Contact #ContactForm p > span.req {
    width: 70%;
    display: block;
}

#Contact #ContactForm input[type="text"],
#Contact #ContactForm input[type="email"],
#Contact #ContactForm input[type="tel"],
#Contact #ContactForm textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

#Contact #ContactForm textarea {
    height: 160px;
}

#Contact #ContactForm .submit_area {
    text-align: center;
    margin-top: 30px;
}

#Contact #ContactForm input[type="submit"] {
    background: #333;
    color: #fff;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

#Contact #ContactForm input[type="submit"]:hover {
    opacity: 0.8;
}

#Contact #ContactForm .submit_area {
    text-align: center;
}

#Contact #ContactForm .submit_area p {
    display: inline-block;
    margin: 0;
}

#Contact .toiawase {
	padding-bottom: 60px;
}

#Contact .contact_title {
	text-align: center;
}

#Contact .contact_title .hissu {
	padding-top: 50px;
}


#Contact #ContactForm .submit_area input[type="submit"] {
    display: inline-block;
    margin: 0 auto;
}

#Contact #ContactForm .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

#Contact #ContactForm input[type="text"],
#Contact #ContactForm input[type="email"],
#Contact #ContactForm input[type="tel"],
#Contact #ContactForm textarea {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    #Contact #ContactForm p {
        flex-direction: column;
    }
    #Contact #ContactForm p > label,
    #Contact #ContactForm p > span {
        width: 100%;
    }
}




#PrivacyPolicy .top {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

#PrivacyPolicy .top img {
	width: 5%;
}

#PrivacyPolicy .top .pageTitle {
	font-size: 18px;
}

#PrivacyPolicy .secTitle {
	font-size: 15px;
}

#PrivacyPolicy .contact {
	padding: 50px 0px;
	text-align: center;
}



#singMain {
	text-align: center;
	padding: 0px 20px;
}

#singMain .eye {
	padding: 30px 0px;
}

#singMain .post-nav-buttons {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin:40px 0;
}

#singMain .post-nav-buttons .nav-item a {
    display:block;
    padding:14px 28px;
    background-color:#359FD3;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    text-align:center;
    transition:0.2s;
}

#singMain .post-nav-buttons .nav-item a:hover {
    opacity:0.85;
}

#singMain .post-nav-buttons .to-top a {
    background-color:#fff;
    color:#359FD3;
    border:2px solid #359FD3;
}

@media screen and (max-width:768px) {
    #singMain .post-nav-buttons {
        flex-direction:column;
        gap:15px;
    }

    #singMain .post-nav-buttons .nav-item a {
        width:100%;
        max-width:300px;
    }
}


#catMain .post-nav-buttons .to-top a {
    display:block;
    padding:14px 28px;
    background-color:#fff;
    color:#359FD3;
    border:2px solid #359FD3;
    border-radius:8px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    text-align:center;
    transition:0.2s;
}

#catMain .post-nav-buttons .to-top a:hover {
    opacity:0.85;
}





@media (max-width: 768px) {
	.card-wrap {
		flex-direction: column;
		align-items: center;
	}

	.card {
		width: 90%; /* スマホ時は画面幅に合わせる */
		max-width: 100%;
	}

	#Company .comInfo .itemRow {
		display: block;
	}

	#Company .comInfo .itemLabel,
	#Company .comInfo .itemValue {
		width: 100%;
		display: block;
		text-align: left;
	}

	#Company .comInfo .itemLabel {
		padding-left: unset;
		margin-bottom: 4px;
		font-weight: 600;
	}

	#Company .comInfo table.tablepress tr {
	    display: block;
	    padding: 12px 0;
	}

	#Company .comInfo table.tablepress td {
	    display: block;
	    width: 100%;
	    text-align: left;
	    padding: 0;
	    border: none;
	}

	#Company .comInfo table.tablepress td.column-1 {
	    padding-left: unset;
	    margin-bottom: 4px;
	    font-weight: 600;
	    color: #144893;
	    white-space: nowrap;
	}

	#Company .comInfo table.tablepress td.column-2 {
	    margin-top: 0;
	}

	#Company .comInfo {
		padding: 20px;
	}


    #Company .comEnkaku table.tablepress tr {
        display: block;
        padding: 12px 0;
    }

    #Company .comEnkaku table.tablepress td {
        display: block;
        width: 100%;
        padding: 0;
    }

    #Company .comEnkaku table.tablepress td.column-1 {
        padding-left: unset;
        margin-bottom: 4px;
        font-size: 20px;
    }

    #Company .comEnkaku table.tablepress td.column-2 {
        margin-top: 0;
    }

	#Company  .cards {
		flex-direction: column;
	}

	#Company .item {
		width: 100%; /* 念のため明示 */
	}

	#Company .card {
	width: 100%; /* article を幅100%に */
	}

	#Company .card--left {
		padding-bottom: unset;
	}

	#Company .card--right {
		padding-top: unset;
	}







    #Contact .flexbox {
        display: block;
        text-align: center;
    }

    #Contact .flexbox .con_l,
    #Contact .flexbox .con_r {
        width: 100%;
        margin: 0 auto 40px;
    }

    #Contact .flexbox .con_l div,
    #Contact .flexbox .con_r div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    #Contact .flexbox .dt {
        font-size: 32px;
    }

	#Contact .contact_title {
		padding: 20px;
	}

	#Contact #ContactForm {
		padding: 20px;
	}

	#imgArea img.topImgHaikei {
		display: none;
	}

    #imgArea .topImg {
        position: static;
        text-align: center;
    }

    #imgArea .topSentence {
        position: static;
        color: #333;
        padding: 20px;
        padding-right: 0;
        margin-top: 20px;
    }

    #imgArea .topImg .topSentence p {
        font-size: 16px;
    }

	#imgArea .topSentence {
		background-color: #359FD3;
		margin: unset;
		color: #FFF;
		padding: 20px;
	}

	#OurBusiness {
		padding: 20px;
	}

	#threekey {
		position: unset;
		padding-bottom: unset;
	}

	#threekey .threekeyHaikeiImg {
		display: none;
	}

	#threekey .posrel {
		position: unset;
		padding: unset;
		color: #000 !important;
		text-align: center;
	}

	#threekey .posrel h1,
	#threekey .posrel .title,
	#threekey .posrel .sentence {
		color: #000 !important;
	}


	#footer {
		position: unset;
		padding-bottom: 100px;
	}

	#footer .separator {
		display: none;
	}

	#footer .f_contents {
		position: unset;
	}

	.off-canvas-nav--dark .current-menu-item > a {
		background-color: #359FD3;
	}

	nav.global-nav {
		background-color: #359FD3;
	}


	.off-canvas-nav--dark a {
		padding: 25px 20px;
	}


	#OurBusiness .waku .img,
	#OurBusiness .waku_r .img_r {
		width: 100%;
	}




}











