@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

.only_pc,
.only_tb {
	display: block;
}

.only_sp {
	display: none;
}

#top *,
#footer *,
#section_contact * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'Zen Old Mincho', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: baseline;
	background: transparent;
	line-height: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	font-family: 'Zen Old Mincho', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:root {
	--main-color: #27335D;
	--sub01-color: #ffffff;
	--sub02-color: #F1BB6B;
}

.flex {
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.fadein {
	opacity: 1;
	transform: translateY(50px);
	transition: opacity 5s .100s, transform 5s .100s;
}

.fadein.scrollin {
	opacity: 1;
	transform: translateY(0);
}

/*ふわふわ揺らす*/
@keyframes horizontal {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(-5px);
	}

}

@keyframes vertical {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-8px);
	}
}


#h1_headimage {
	text-align: center;
	padding-top: 15%;
	animation: vertical 1s ease-in-out infinite alternate;

}

#h1_headimage a {
	animation: vertical 1s ease-in-out infinite alternate;
}


.contents_block1 {
	background-color: #222846;
	overflow: hidden;
}

.contents_block1::after {
	content: "";
	display: block;
	clear: both;

}

.contents_block1 .txt-area {
	width: 45%;
	height: 650px;
	float: right;


}

.contents_block1 .photo-area {
	width: 55%;
	height: 650px;
	float: left;
}


.contents_block2 {
	background-color: #222846;
	overflow: hidden;
}

.contents_block2::after {
	content: "";
	display: block;
	clear: both;
}

.contents_block2 .txt-area {
	width: 45%;
	height: 650px;
	float: left;
}

.contents_block2 .photo-area {
	width: 55%;
	height: 650px;
	float: right;
}

.photo-area img {
	max-width: 100%;
	height: auto;
	display: block;
}


.txt-area h2 {
	color: #FFFFFF;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	text-align: center;
	margin-top: 0px;
	padding-top: 80px;
	font-size: 1.8em;
	line-height: 150%;
}

.text_contents_lead {
	color: #FFFFFF;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	text-align: left;
	margin-top: 25px;
	padding-top: 60px;
	font-size: 0.95em;
	line-height: 210%;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/* 画面外にいる状態 */
.fadein {
	opacity: 1;
	transform: translate(0, 50px);
	transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


/*製作実例*/
#section_casestudy {
	width: 950px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	overflow: hidden;
}

#section_casestudy h2 {
	color: #222846;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.article_casestudy {
	width: 305px;
	margin-right: 17px;
	float: left;
}

.article_casestudy:nth-child(3n) {
	margin-right: 0px;
	float: right;
}

.article_casestudy h3 {
	color: #222846;
	text-align: center;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	margin-top: 10px;
	padding: 0px;
	font-size: 0.9em;
}

/*お問い合わせ*/
/*------------お問い合わせ------------*/

#section_contact {
	background: url(../images/bg_contact_sec.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	padding: 85px 0;
}

#section_contact .contact_inner {
	width: 64.214%;
	max-width: 899px;
	margin: 0 auto;
	border-radius: 24px;
	background: url(../images/bg_contact_topright.png) no-repeat top -80px right -80px,
		url(../images/bg_contact_bottomleft_pc.png) no-repeat bottom -80px left -180px #ffffff;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#section_contact .content_box {
	width: 58.731%;
	max-width: 530px;
	margin: 0 auto;
	padding: 57px 0 39px;
	text-align: center;
}

#section_contact .mod_ttl_h2 {
	font-size: 48px;
	font-weight: 600;
	color: var(--main-color);
	text-transform: uppercase;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 40px;
	justify-content: center;
}

#section_contact .mod_ttl_h2 span {
	font-size: 20px;
	font-weight: 600;
	padding-left: 25px;
}

#section_contact p {
	font-size: 1.125em;
	font-style: normal;
	font-weight: 500;
	color: var(--main-color);
	line-height: 1.7;
	text-align: left;
}

/*ボタン*/
#section_contact .btn_contact {
	text-align: center;
	margin-top: 35px;
	display: inline-block;
	background: var(--sub02-color);
	padding: 34px 99px 41px 60px;
	position: relative;
	font-size: 1.8em;
	font-style: normal;
	font-weight: 600;
	color: var(--main-color);
	text-decoration: none;
	border: 1px solid var(--sub02-color);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#section_contact .btn_contact:after {
	content: '';
	width: 13px;
	height: 19px;
	background: url(../images/icon_btn_contact.svg) no-repeat top center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 42%;
	right: 10%;
}


#section_contact a.btn_contact:hover {
	background: var(--sub01-color);
	border: 1px solid var(--sub02-color);
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
		transition: all 1s;
	
}

/*header pc*/
#g-header p {
	padding: 0;
	margin: 0;
}
#g-header .main_nav{
	padding: 30px 50px 15px;
	justify-content: space-between;
	align-items: center;
}

#g-header .logo_sec a{
	display: inline-block;
}

#g-header .logo img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#g-header .logo{
	width: 176px;
}
#g-header .menu_list {
    z-index: 99;
}
#g-header .menu_list .lists {
    position: relative;
		align-items: center;
}

#g-header .language {
    -webkit-justify-content: center;
            justify-content: center;
}

#g-header .language a {
	text-decoration: none;
	border: 1px solid #27335D;
}

#g-header .language .item {
    background: var(--sub01-color);
    padding: 6px;
    min-width: 107px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#g-header .language .item:hover,
#g-header .language .item.is_active {
    background: var(--main-color);
    cursor: pointer;
}

#g-header .language .item p {
    font-size: 0.875em;
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
}

#g-header .language .item:hover p,
#g-header .language .item.is_active p {
    color: var(--sub01-color);
}

#g-header .lists ul {
    padding: 0;
    margin: 0;
}

#g-header .lists ul li {
    text-align: center;
    margin-right: 40px;
    list-style-type: none;
}

#g-header .lists ul li a {
    font-size: 1em;
    font-weight: 700;
    color: var(--main-color);
    text-decoration: none;
}

#g-header .lists ul li:last-child {
    margin-bottom: 0;
}

#g-header .lists ul li:hover {
    cursor: pointer;
    opacity: 0.5;
}
/*end of header pc*/

/*header tb*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    
    #g-header .menu_btn .btn_lines {
        width: 5.469vw;
        height: 2.344vw;
    }

    #g-header .menu_btn .btn_lines span {
        height: 0.313vw;
    }

    #g-header .menu_btn .btn_lines span:nth-of-type(2) {
        top: 1.016vw;
        left: 0.781vw;
    }

    #g-header .menu_btn.is_active .btn_lines span:nth-of-type(1) {
        -webkit-transform: translateY(0.781vw) rotate(-30deg);
           -moz-transform: translateY(0.781vw) rotate(-30deg);
            -ms-transform: translateY(0.781vw) rotate(-30deg);
             -o-transform: translateY(0.781vw) rotate(-30deg);
                transform: translateY(0.781vw) rotate(-30deg);
    }

    #g-header .menu_btn.is_active .btn_lines span:nth-of-type(3) {
        -webkit-transform: translateY(-1.172vw) rotate(30deg);
           -moz-transform: translateY(-1.172vw) rotate(30deg);
            -ms-transform: translateY(-1.172vw) rotate(30deg);
             -o-transform: translateY(-1.172vw) rotate(30deg);
                transform: translateY(-1.172vw) rotate(30deg);
    }

    #g-header .language .item {
        padding: 0.469vw;
        min-width: 8.547vw;
        max-width: 107px;
    }

    #g-header .language .item p {
        font-size: 0.875em;
    }

    #g-header .lists ul li {
		margin-right: 2.778vw;
    }

    #g-header .lists ul li a {
        font-size: 1em;
    }

	#g-header .main_nav{
		padding: 2.778vw 1.472vw 1vw;
	}
	
	#g-header .logo{
		width: 12.222vw;
		max-width: 176px;
	}
		
		

}
/*end of header tb*/
@media only screen and (min-width: 768px) and (max-width: 980px) {
	#g-header .lists ul li {
		margin-right: 2.778vw;
    }
}
/*header sp*/
@media only screen and (max-width: 767px) {
		#g-header .logo,
		#g-header .logo_sec a{
			display: none;
		}
		#g-header .main_nav {
			height: 16.923vw;
			padding: 2.359vw 2.564vw 1.172vw;
		}
		#g-header .menu_btn p.close,
		#g-header .menu_btn.is_active p.menu {
				display: none;
		}
		
		#g-header .menu_btn.is_active p.close {
				display: block;
		}

		#g-header .menu_btn {
			position: relative;
			text-align: center;
			cursor: pointer;
			z-index: 999;
			-webkit-transition: all .6s cubic-bezier(.53, .46, .38, .87);
					-moz-transition: all .6s cubic-bezier(.53, .46, .38, .87);
						-ms-transition: all .6s cubic-bezier(.53, .46, .38, .87);
						-o-transition: all .6s cubic-bezier(.53, .46, .38, .87);
								transition: all .6s cubic-bezier(.53, .46, .38, .87);
		}
		 
    #g-header .menu_btn .btn_lines {
        width: 10.256vw;
        height: 5.128vw;
    }

		#g-header .menu_btn .btn_lines span {
			position: absolute;
			left: 0;
			width: 100%;
			height: 0.513vw;
			background: var(--main-color);
			-webkit-transition: all .6s cubic-bezier(.53, .46, .38, .87);
				 -moz-transition: all .6s cubic-bezier(.53, .46, .38, .87);
					-ms-transition: all .6s cubic-bezier(.53, .46, .38, .87);
					 -o-transition: all .6s cubic-bezier(.53, .46, .38, .87);
							transition: all .6s cubic-bezier(.53, .46, .38, .87);
	}

		#g-header .menu_btn .btn_lines span:nth-of-type(1) {
			top: 0;
		}

    #g-header .menu_btn .btn_lines span:nth-of-type(2) {
        top: 2.308vw;
        left: 1.795vw;
    }
		#g-header .menu_btn .btn_lines span:nth-of-type(3) {
			bottom: 0;
		}
		#g-header .menu_btn.is_active .btn_lines span:nth-of-type(2) {
			opacity: 0;
		}
    #g-header .menu_btn.is_active .btn_lines span:nth-of-type(1) {
        -webkit-transform: translateY(2.051vw) rotate(-30deg);
           -moz-transform: translateY(2.051vw) rotate(-30deg);
            -ms-transform: translateY(2.051vw) rotate(-30deg);
             -o-transform: translateY(2.051vw) rotate(-30deg);
                transform: translateY(2.051vw) rotate(-30deg);
    }

    #g-header .menu_btn.is_active .btn_lines span:nth-of-type(3) {
        -webkit-transform: translateY(-2.564vw) rotate(30deg);
           -moz-transform: translateY(-2.564vw) rotate(30deg);
            -ms-transform: translateY(-2.564vw) rotate(30deg);
             -o-transform: translateY(-2.564vw) rotate(30deg);
                transform: translateY(-2.564vw) rotate(30deg);
    }

    #g-header .menu_btn p {
        font-size: 3.846vw;
        bottom: -3.077vw;
				color: var(--main-color);
				line-height: 0;
				left: 50%;
				position: absolute;
			-webkit-transform: translateX(-50%);
				 -moz-transform: translateX(-50%);
					-ms-transform: translateX(-50%);
					 -o-transform: translateX(-50%);
							transform: translateX(-50%); 
    }
		

    #g-header .menu_list.is_active {
        background: url(../images/bg_menu_sp.jpg) no-repeat top center;
        -webkit-background-size: 100% 100%;
             -o-background-size: 100% 100%;
                background-size: 100% 100%;
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		height: 100vh;
    }
		#g-header .menu_list.is_active .lists{
			flex-direction: column-reverse;
			padding: 39.744vw 0;
		}
		#g-header .menu_list .lists ul{
			display: none;
		}
		#g-header .menu_list.is_active .lists ul{
			display: block;
		}
		
		#g-header .language {
			border: 1px solid var(--main-color);
		}
		#g-header .menu_list.is_active .language{
			margin-bottom: 14.103vw;
			display: none;
		}

	#g-header .language a{
    	border: none;
    }

	
    #g-header .language .item {
        padding: 2.051vw;
        min-width: 24.205vw;
    }

    #g-header .language .item p {
        font-size: 0.875em;
    }

    #g-header .lists ul li {
        margin-bottom: 7.692vw;
				margin-right: 0;
    }

    #g-header .lists ul li a {
        font-size: 6.154vw;
    }
}
/*end of header sp*/

/*フッター*/
#footer {
	width: 100%;
	background: var(--sub01-color);
	box-sizing: border-box;
	padding: 65px 48px;
}

#section_footer {
	width: 93.714%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#section_footer .footer_logo {
	width: 30%;
	max-width: 218px;
}

#section_footer .footer_nav {
	width: 80%;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	align-content: center;
}

#section_footer .footer_nav p {
	color: #FFFFFF;
	text-align: center;
	font-size: 1.125em;
}

#section_footer .footer_nav p .link_footer {
	display: inline-block;
	color: var(--main-color);
	text-decoration: underline;
	border-right: 1px solid var(--main-color);
	line-height: 1.2;
	padding: 0 8px;
	font-style: normal;
	font-weight: 500;
}

#section_footer .footer_nav p .link_footer:last-child {
	border-right: none;
}


@media only screen and (min-width: 768px) and (max-width: 1280px) {
	/*------------お問い合わせ------------*/

	#section_contact {
		background: url(../images/bg_contact_sec.png) no-repeat top center;
		background-size: 100% 100%;
		padding: 6.641vw 0;
	}

	#section_contact .contact_inner {
		width: 88.214%;
		max-width: 899px;
		border-radius: 6.641vw;
	}

	#section_contact .content_box {
		width: 58.731%;
		max-width: 534px;
		padding: 4.453vw 0 3.047vw;
	}

	#section_contact .mod_ttl_h2,
	#top #section_contact .mod_ttl_h2 {
		font-size: 4.75vw;
		margin-bottom: 3.125vw;
	}

	#section_contact .mod_ttl_h2 span,
	#top #section_contact .mod_ttl_h2 span{
		font-size: 1.9vw;
		padding-left: 1.953vw;
	}

	/*ボタン*/
	#section_contact .btn_contact {
		width: 100%;
		max-width: 520px;
		margin-top: 2.734vw;
		padding: 2.656vw 4.734vw 3.203vw 2vw;
	}

	#section_contact .btn_contact:after {
		right: 8%;
	}

	/*フッター*/
	#footer {
		width: 100%;
		background: var(--sub01-color);
		box-sizing: border-box;
		padding: 5.078vw 3.750vw;
	}

	#section_footer {
		width: 100%;
		max-width: 1200px;
	}

	#section_footer .footer_logo {
		width: 30%;
		max-width: 218px;
	}
	#section_footer .footer_nav{
		width: 70%;
	}
}

@media only screen and (max-width: 767px) {
	.only_pc {
		display: none !important;
	}

	.only_sp,
	.only_tb {
		display: block;
	}

	/*------------お問い合わせ------------*/

	#section_contact {
		background: url(../images/bg_contact_sec_sp.png) no-repeat top center;
		background-size: cover;
		width: 100%;
		padding: 18.462vw 0 15.641vw;
	}

	#section_contact .contact_inner {
		width: 84.615%;
		max-width: 580px;
		border-radius: 6.154vw;
		background: url(../images/bg_contact_topright.png) no-repeat top -40.513vw right -20.513vw,
			url(../images/bg_contact_bottomleft.png) no-repeat bottom -41.513vw left -19.513vw #ffffff;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	#section_contact .content_box {
		width: 88.848%;
		max-width: 530px;
		margin: 0 auto;
		padding: 6.667vw 0 15.385vw;
		text-align: center;
	}

	#section_contact .content_box .mod_ttl_h2 {
		font-size: 9.231vw;
		margin-bottom: 5.538vw;
		display: block;
	}

	#section_contact .content_box  .mod_ttl_h2 span {
		font-size: 5.128vw;
		padding-left: 0;
		padding-top: 3.846vw;
		display: block;
	}

	#section_contact .content_box p {
		font-size: 1.125em;
	}

	/*ボタン*/
	#section_contact .btn_contact {
		margin-top: 7vw;
		padding: 4.077vw 13.590vw 4.821vw 9.487vw;
/*		font-size: 7.923vw;*/
		font-size: 1.125em;
		text-decoration: none;
		width: 100%;
		text-align: left;
	}

	#section_contact .btn_contact:after {
		width: 2.333vw;
		height: 4.385vw;
		top: 33%;
	}


	#section_contact a.btn_contact:hover {
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		background: #FFFFFF;
	}

	/*フッター*/
	#footer {
		padding: 12.051vw 12vw 17.179vw;
	}

	#section_footer {
		width: 100%;
		max-width: 640px;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	#section_footer .footer_logo {
		width: 100%;
		max-width: 100%;
	}

	#section_footer .footer_logo h2 {
		width: 100%;
		max-width: 218px;
		margin: 0 auto;
	}

	#section_footer .footer_logo h2 img {
		width: 100%;
		height: auto;
	}


	#section_footer .footer_nav {
		width: 100%;
		display: block;
		margin-bottom: 6.256vw;
	}

	#section_footer .footer_nav p .link_footer {
		display: block;
		border-right: none;
		margin-bottom: 5.128vw;
	}
}

/*-----------スマホ-----------*/
@media(max-width:640px) {

	#h1_headimage {
		text-align: center;
		padding-top: 4%;
		display: block;
	}

	#h1_headimage img {
		max-width: 20%;
		height: auto;
	}


	.contents_block1 .txt-area {
		width: 100%;
		height: auto;
	}

	.contents_block1 .photo-area {
		width: 100%;
		height: auto;
	}

}


