@charset "UTF-8";
/*
Theme Name: ugoq
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

* {
	font-size: inherit;
	line-height: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #222;
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
	font-family: "Noto Sans JP", verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body.contact_body {
	background: #fafafa;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
p.img img {
	border-radius: 12px;
}
p {
	margin: 0 0 1.1rem 0;
	padding: 0;
}
p:last-child {
	margin: 0;
}
p span {
}

@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}
}
@media screen and (max-width: 559px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: 14px;
	}
}


/****************************************
 * リンク
 * **************************************/

a {
	color: #2b56a5;
	text-decoration: none;
	transition: all .3s ease;
	word-break: break-all;
}
a:hover {
	opacity: .7;
}
a.noopacity,
a.noopacity img {
	opacity: 1 !important;
}
a img {
	transition: all .3s;
	-webkit-transition: all .3s;
}
a img:hover {
	opacity: .7;
}


/*問い合わせボタン*/
a.btn_iq {
	display: inline-block;
    background: #FFF;
    padding: 18px 18px;
    min-width: 270px;
    width: 65%;
    font-size: 22px;
	font-weight: bold;
	border-radius: 1px;
	letter-spacing: .1em;
	transition: all 0.4s ease-out;
	outline: none;
}
a.btn_iq:hover{
    color: #FFF;
    opacity: 1;
    background: linear-gradient(270deg, #344070 0%, #2b56a5 50%, #2b56a5 100%);
    background-size: 200% auto;
    background-position: right center;
    box-shadow: 0 5px 10px rgb(0,0,0,0.2);
}

@media screen and (max-width: 768px) {
	a.btn_iq {
		width: 100%;
        min-width: auto;
	}
}
@media screen and (max-width: 559px) {
	a.btn_iq {
		width: 74%;
	}
}
@media screen and (max-width: 430px) {
	a.btn_iq {
		width: 80%;
		font-size: 20px;
	}
}


/* ボタン */
a.btn {
	display: inline-block;
	max-width: 280px;
    width: 50%;
    background: #2b56a5;
    padding: 18px 50px;
    border-radius: 3px;
    color: #FFF;
}
a.btn:hover {
	background: #344070;
}

@media screen and (max-width: 559px) {
	a.btn {
		max-width: 320px;
		width: 70%;
	}
}


/****************************************
 * リスト
 * **************************************/
table {
	table-layout: fixed;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}

/* ******************************************************
 * レスポンシブ
 * *************************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/****************************************
 * h要素
*****************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0;
	text-align: center;
	line-height: 1;
}

h1 { font-size: 3.2rem; }
h2 { font-size: 5rem; }
h3 { font-size: 2rem; }

.mv_title {
	text-align: left;
}
.mv_title span {
	display: block;
	color: #FFF;
	line-height: 1.2;
	font-size: 2.4vw;
    font-family: sans-serif;
}
.mv_title span.en {
	font-size: 1.3rem;
    margin-top: 9px;
}

.main_title {
	display: inline-block;
	max-width: 700px;
    width: 70%;
	position: absolute;
    top: calc(100% - .8em);
    left: 50%;
    transform: translateX(-50%);
}
.main_title span.the_title {
	display: block;
	padding: 30px 30px;
	border-radius: 3px;
	background: #FFF;
}
.main_title span.slug {
	display: block;
	color: #2b56a5;
	font-size: .9rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.sec_title {
	text-align: left;
}

@media screen and (max-width: 1194px) {
	h1 { font-size: 4.2vw; }
	h2 { font-size: 5.2vw; }
	h3 { font-size: 2rem; }

	.mv_title span {
		font-size: 3vw;
	}
}
@media screen and (max-width: 768px) {
	h1 { font-size: 4.2vw; }
	h2 { font-size: 6.2vw; }
	h3 { font-size: 3.8vw; }
	
	.mv_title {
		text-align: center;
	}
	.mv_title span {
		font-size: 4.6vw;
	}
	.mv_title span.en {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 559px) {
	h1 { font-size: 4.8vw; }
	h2 { font-size: 6.8vw; }
	h3 { font-size: 4vw; }

	.mv_title span {
		font-size: 5.8vw;
		font-style: italic;
		line-height: 1.4;
	}
	.main_title span.the_title {
		padding: 18px 18px;
	}
	.main_title span.slug {
		font-size: .7rem;
	}
}
@media screen and (max-width: 430px) {
	h1 { font-size: 5.8vw; }
	h3 { font-size: 4.4vw; }
}



/****************************************
 * ヘッダー
*****************************************/

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #FFF;
}
header .header_main {
	position: relative;
}
header .header_main .logo_box {
	position: absolute;
	width: 320px;
}
header .header_nav {
	padding: 30px 0;
}
header .header_nav .header_nav_flex {
	display: flex;
	justify-content: flex-end;
}
header .header_nav .header_nav_flex ul.gnav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
header .header_nav .header_nav_flex ul.gnav li {
    text-align: center;
	position: relative;
}
header .header_nav .header_nav_flex ul.gnav li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #ededed;
	width: 1px;
	height: 100%;
}
header .header_nav .header_nav_flex ul.gnav li:first-child:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #ededed;
	width: 1px;
	height: 100%;
}
header .header_nav .header_nav_flex ul.gnav a {
	display: block;
	color: #222;
	padding: 0 30px;
}
header .header_nav .header_nav_flex ul.gnav a span {
	display: block;
	color: #2b56a5;
	font-size: .6rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: all .3s ease;
}
header .header_nav .header_nav_flex ul.gnav a:hover {}
header .header_nav .header_nav_flex ul.gnav a:hover span {
	opacity: 1;
	color: #4da0d6;
}
header .header_nav .header_nav_flex .header_contact {}

@media screen and (max-width: 1194px) {
	header .header_main .logo_box {
		left: -60px;
		width: 280px;
	}
	header .header_nav .header_nav_flex ul.gnav a {
		padding: 0 22px;
	}
}
@media screen and (max-width: 768px) {
	header {
		position: static;
	}
	header .header_main .logo_box {
		max-width: 200px;
		width: 35%;
		position: fixed;
		top: 18px;
		left: 30px;
		z-index: 9;
	}
	header .header_nav {
		display: none;
	}
}
@media screen and (max-width: 559px) {
	header .inner {
		padding: 0;
	}
	header .header_main .logo_box {
		left: 12px;
	}
}

/****************************************
 * スマホナビゲーション
 * **************************************/

#few_nav {
	display: none;
}

@media screen and (max-width: 768px) {
	#few_nav {
		display: block;
	}
	#few_nav a {
		display: block;
		font-weight: bold;
		color: #333;
		padding: 5px 0;
	}
	#few_nav a.arrow {
		padding: 12px 15px;
		color: #FFF;
	}
	#few_nav_body_area {
		background: #FFF;
		box-sizing: border-box;
		height: 100%;
		padding: 30px;
		position: fixed;
		right: -280px;
		top: 0;
		transition: transform 0.3s linear 0s;
		width: 280px;
		white-space: nowrap;
		overflow-x: auto;
		z-index: 999;
	}
	.contact_box {
		border-bottom: 1px solid;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	nav#few_nav_body ul.gnav {
		list-style: none;
		margin: 0;
		padding: 0;
		border-top: 1px solid #ededed;
	}
	nav#few_nav_body ul.gnav li {
		text-align: center;
		border-bottom: 1px solid #ededed;
	}
	nav#few_nav_body ul.gnav a {
		display: block;
		padding: 18px;
	}
	nav#few_nav_body ul.gnav a span {
		display: block;
		color: #2b56a5;
		font-size: .6rem;
		font-weight: bold;
		letter-spacing: .1em;
		text-transform: uppercase;
		transition: all .3s ease;
	}
	nav#few_nav_body ul.gnav a:hover {}
	nav#few_nav_body ul.gnav a:hover span {
		opacity: 1;
		color: #4da0d6;
	}
	#few_nav_background {
		background: #000;
		display: block;
		height: 100%;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: all .3s linear 0s;
		width: 100%;
		z-index: -1;
	}
	#few_nav_icon {
		cursor: pointer;
		text-align: center;
		position: fixed;
		right: 30px;
		top: 18px;
		width: 45px;
		height: 45px;
		transition: all .3s linear 0s;
		z-index: 1000;
	}
	#few_nav_icon img.few_nav_button {}
	input#switching {
		display: none;
	}
	input#switching:checked ~ #few_nav_body_area,
	input#switching:checked ~ #few_nav_icon {
		transform: translate(-280px);
	}
	input#switching:checked ~ #few_nav_background {
		opacity: .7;
		z-index: 999;
	}
	
	#few_nav a.phone {
		padding: 0;
		margin-top: 15px;
	}
	p.few_nav_phone {
		margin-top: 8px;
		color: #FFF;
		text-align: center;
		font-family: 'Noto Sans JP';
		font-weight: 700;
	}
	p.few_nav_phone span {
		display: block;
		font-size: .8em;
	}
}
@media screen and (max-width: 559px) {
	#few_nav_icon {
		width: 8.6%;
		max-width: 45px;
		height: auto;
		right: 13px;
		top: 16px;
	}
}
@media screen and (max-width: 380px) {
	.contact_box {
		border-bottom: 1px solid;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#few_nav a {
		padding: 8px 0;
	}
	#few_nav a.arrow {
		font-size: .8em;
	}
	#few_nav_body_area {
		padding: 20px;
		right: -220px;
		width: 220px;
	}
	input#switching:checked ~ #few_nav_body_area,
	input#switching:checked ~ #few_nav_icon {
		transform: translate(-220px);
	}
}




/****************************************
 * レイアウト
*****************************************/

.inner {
	width: 100%;
	padding: 0 60px;
	margin: 0 auto;
}
.sec_inner {
	padding-right: 5.856515373352855vw;
	padding-left: 20.937042459736457vw;
}
.inner__nr {
	padding: 0 30px;
	width: 1200px;
	margin: 0 auto;
}
main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
article {
	width: 100%;
}
section {
	padding: 120px 0;
}
.contents {
	margin: 0 auto 0;
}

@media screen and (max-width: 1194px) {
	.inner {
		padding: 0 45px;
	}
	.inner__nr {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 120px 0;
	}
	.inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 560px) {
	section {
		padding: 90px 0;
	}
	.sec_inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 320px) {
	.inner,
	.sec_inner,
	.inner__nr {
		padding: 0 20px;
	}
}


/* メインビュー */
.mv {
	overflow: hidden;
	background:#eee;
	text-align: center;
	position: relative;
	z-index:1;
}
.mv .mv_msg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.mv img {
	animation: animationZoom1 25s ease-in-out;
}
@keyframes animationZoom1 {
	100% { transform:scale(1.4)} 
}
.mv_page {
	position: relative;
}

/* スクロール */
a.scrolldown {
	display: inline-block;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	z-index:1;
}
a.scrolldown span{
	color: #A32C3F;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	position: relative;
	bottom: -35px;
}
a.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #A32C3F;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
	0%{bottom:45px;}
	100%{bottom:-5px;}
}
@keyframes cirlemovehide{
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
}

a.scrolldown:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	width: 2px;
	height: 50px;
	background: #A32C3F;
}

@media screen and (max-width: 768px) {
	.mv .mv_msg {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	.mv .mv_msg {
		
	}
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 320px) {
	.mv .mv_msg {
		padding-left: 30px;
	}
}

/****************************************
 * パンくず
*****************************************/

.breadcrumbs_area {
	padding: 18px 0;
	background: #fafafa;
}
.breadcrumbs {
	font-size: .8em;
	color: #BABABA;
}
.breadcrumbs a {
	color: #2b56a5;
}
.breadcrumbs span.current-item {
	font-weight: bold;
}

@media screen and (max-width: 560px) {
	.breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
	}
}
@media screen and (max-width: 560px) {
	
}

/****************************************
 * 共通
 * **************************************/

.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
}
.slidein {
	animation: SlideIn 1s;
}
@keyframes SlideIn {
	0% {
		opacity: 0;
		transform: translateX(64px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.slideinSlow {
	animation: SlideInSlow 2s;
}
@keyframes SlideInSlow {
	0% {
		opacity: 0;
		transform: translateX(64px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.slideinSlow2 {
	animation: SlideInSlow2 2.8s;
}
@keyframes SlideInSlow2 {
	0% {
		opacity: 0;
		transform: translateX(128px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/*ボタンボックス
 * ***************************************/
.button_box {
	text-align: center;
	margin-top: 45px;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 430px) {
	.button_box {
		margin-top: 30px;
	}
}

/* テキストリンク
 * ***************************************/

a.btn_txt {
	color: #0A0801;
	border-bottom: 1px solid #0A0801;
}


/****************************************
 * トップページ
 * **************************************/

/*コンセプト*/
.concept {
	padding-bottom: 0;
}
.concept ul.concept_list {
	list-style: none;
	margin: 150px 0 0;
	padding: 0;
	display: grid;
    grid-template-columns: repeat(2, 1fr); 
	gap: 5vw 6vw;
}
.concept ul.concept_list li {
	position: relative;
}
.concept ul.concept_list li .concept_txt {
	margin: -30px 0 0 1em;
}
.concept ul.concept_list li .concept_txt .concept_title {
	text-align: left;
}
.concept ul.concept_list li .concept_txt p {
	margin: 18px 0 0;
    font-size: 1.2rem;
}
.concept .concept_title {
	color: #FFF;
}
.concept .concept_title span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 2em;
	text-shadow: 3px 3px 0px rgba(77, 160, 214, 1);
}

@media screen and (max-width: 1194px) {
	.concept .concept_title span {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 1024px) {
	.concept .concept_title span {
		font-size: 1.4em;
	}
	.concept ul.concept_list li .concept_txt p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.concept .concept_title span {
		font-size: 1.22em;
	}
	
	.concept ul.concept_list {
		gap: 7vw 4vw;
	}
	.concept ul.concept_list {
		margin: 120px 0 0;
	}
}
@media screen and (max-width: 559px) {
	.concept .concept_title span {
		font-size: 1.6em;
	}
	.concept ul.concept_list {
		margin: 90px 0 0;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.concept ul.concept_list li:not(:first-child) {
		margin-top: 45px;
	}
	.concept ul.concept_list li .concept_txt {
		margin: -18px 0 0 1em;
	}
}
@media screen and (max-width: 430px) {
	.concept ul.concept_list {
		margin: 60px 0 0;
	}
}


/*サービス*/
.service {
	padding-bottom: 0;
}
.service .service_bg {
	background: url(images/service_bg.webp) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0;
	margin-top: 150px;
}
.service ul.service_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
    grid-template-columns: repeat(2, 1fr); 
	gap: 5vw 6vw;
}
.service ul.service_list li {
    text-align: center;
	line-height: 1.4;
	position: relative;
}
.service ul.service_list li > div {
	padding: 60px 30px;
	background: #FFF;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	border-radius: 0 0 46px 0;
	z-index: 1;
}
.service ul.service_list li > div p.service_des {
	margin-top: 18px;
    font-size: 1rem;
}
.service ul.service_list li:before {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
    bottom: -12px;
	background: #2b56a5;
	width: 100%;
	height: 100%;
	border-radius: 0 0 46px 0;
	z-index: -1;
}
.service ul.service_list li span {
	display: block;
	color: #2b56a5;
	margin-top: 12px;
	font-size: .9rem;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.service ul.service_list li > div {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 768px) {
	.service .service_bg {
		padding: 120px 0;
		margin-top: 120px;
		gap: 7vw 4vw;
	}
	.service ul.service_list li {
		
	}
	.service ul.service_list li > div {
		font-size: 1.18rem;
	}
}
@media screen and (max-width: 559px) {
	.service .service_bg {
		padding: 90px 0;
		margin-top: 90px;
		background: url(images/service_bg_sp.webp) no-repeat;
		background-size: cover;
	}
	.service ul.service_list {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.service ul.service_list li:not(:first-child) {
		margin-top: 45px;
	}
	
	.service ul.service_list li:before {
		left: 9px;
		bottom: -9px;
	}
	.service ul.service_list li > div {
		padding: 30px 30px;
		font-size: 1.2rem;
	}
	.service ul.service_list li span {
		font-size: .8rem;
	}
}
@media screen and (max-width: 430px) {
	.service .service_bg {
		padding: 60px 0;
		margin-top: 60px;
	}
}


/* ブランド一覧 */
.brands {}
.brands .brands_summary {
	margin-top: 30px;
	padding-left: 3px;
}
.brands .brands_bg {
	margin-top: 150px;
}
.brands ul.brands_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.brands ul.brands_list li {
	margin-top: 60px;
}
.brands ul.brands_list li > div {
	display: flex;
}
.brands .brands-image {
	max-width: 740px;
	width: 55%;
}
.brands .brands-info {
	max-width: 700px;
	width: 45%;
	margin-top: 90px;
	padding-left: 90px;
	position: relative;
}
.brands .brands-info:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 24px;
	background: #4da0d6;
	width: 100px;
	height: 1px;
}
.brands .brands-info .brands-name {
	text-align: left;
	line-height: 1.4;
}
.brands .brands-info .brands-desc {
	margin-top: 32px;
}
.brands .brands-info p.web {
	color: #4da0d6;
}

@media screen and (max-width: 1194px) {
	.brands .brands-image {
		width: 50%;
	}
	.brands .brands-info {
		margin-top: 65px;
		padding-left: 60px;
		width: 50%;
	}
	.brands .brands-info:before {
		width: 70px;
	}
}
@media screen and (max-width: 768px) {
	.brands .brands_bg {
		margin-top: 120px;
	}
	.brands ul.brands_list li > div {
		flex-direction: column;
	}
	.brands .brands-image {
		width: 70%;
	}
	.brands .brands-info {
		margin-top: 30px;
		padding-left: 60px;
		width: 100%;
	}
	.brands .brands-info:before {
		width: 1px;
		height: 75px;
		left: 30px;
		top: -60px;
	}
}
@media screen and (max-width: 559px) {
	.brands .brands_bg {
		margin-top: 90px;
	}
	.brands .brands-image {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	.brands .brands_bg {
		margin-top: 60px;
	}
}

/* 代表挨拶 */
.greeting {
	
}
.greetingBg {
	background: url(images/greetingBg.webp) repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.greeting .greeting_bg {
	margin: 150px auto 0;
}
.greeting .greeting-text {
	background: #FFF;
	/*
	background: rgba(255, 255, 255, .9);
	*/
	padding: 90px 60px 60px;
	max-width: 780px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	position: relative;
}
.greeting .greeting-text img.logo-mark {
	position: absolute;
	width: 120px;
	right: 30px;
	top: -30px;
}
.greeting .greeting-text p {
	margin: 0 0 1.6rem 0;
}
.greeting .greeting-text p.name {
	text-align: right;
	margin-top: 38px;
}

@media screen and (max-width: 768px) {
	.greetingBg {
		background: url(images/greetingBg_tb.webp) repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
	}
	.greeting .greeting_bg {
		margin-top: 120px;
	}
	.greeting .greeting-text {
		width: 100%;
		padding: 72px 45px 45px;
	}
}
@media screen and (max-width: 559px) {
	.greetingBg {
		clip-path: inset(0);
        background: none;
	}
	.greetingBg:before {
        content: "";
        z-index: -1;
        position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: url(images/greetingBg_sp.webp) no-repeat;
        background-size: cover;
    }
	.greeting .greeting_bg {
		margin-top: 90px;
	}
	.greeting .greeting-text {
		padding: 58px 36px 36px;
	}
	.greeting .greeting-text img.logo-mark {
		max-width: 90px;
		width: 28%;
		top: -2.8%;
	}
}
@media screen and (max-width: 430px) {
	.greeting .greeting_bg {
		margin-top: 60px;
	}
	.greeting .greeting-text {
		padding: 52px 26px 26px;
	}
	
}


/* 会社概要 */
.about {}
.about table.about_table {
	width: 100%;
	margin: 150px auto 0;
	border-top: 1px solid #ededed;
}
.about table.about_table,
.about table.about_table th,
.about table.about_table td {
	border-collapse: collapse;
}
.about table.about_table tr {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
.about table.about_table th {
	width: 280px;
	padding: 22px 30px;
}
.about table.about_table td {
	width: calc(100% - 280px);
	padding: 18px 30px;
}
.about table.about_table td ul {
	list-style: inside;
	margin: 0;
	padding: 0;
}
.about table.about_table td ul li {}
.about table.about_table td .item div:first-child {
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
	.about table.about_table {
		margin: 120px auto 0;
	}
	.about table.about_table th {
		width: 180px;
	}
	.about table.about_table td {
		width: calc(100% - 180px);
	}
}
@media screen and (max-width: 560px) {
	.about table.about_table {
		margin: 90px auto 0;
	}
	.about table.about_table tr {
		flex-direction: column;
		padding: 12px 0;
	}
	.about table.about_table th {
		width: 100%;
		text-align: left;
		padding: 0 30px 0 18px;
		position: relative;
	}
	.about table.about_table th:before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #000;
		width: 2px;
		height: 1em;
	}
	.about table.about_table td {
		width: 100%;
		padding: 9px 30px 0 18px;
	}
}
@media screen and (max-width: 430px) {
	.about table.about_table {
		margin: 60px auto 0;
	}
}


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

#inquiry .contents_main {
	margin: 60px 0;
}

/*フォーム*/
#inquiry table {
	width: 100%;
	margin: 0 auto;
}
#inquiry table,
#inquiry table th,
#inquiry table td {
	border-collapse: collapse;
}
#inquiry table tr {
	border-bottom: 1px solid #ededed;
}
#inquiry table th {
	width: 320px;
	text-align: left;
	padding: 20px calc(3em + 12px) 20px 20px;
	border-right: 1px solid#ededed;
}
#inquiry table th.hissu {
	position: relative;
}
#inquiry table th.hissu:before {
	content: "必須";
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	font-size: .7rem;
	color: #A32C3F;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	text-align: center;
}
#inquiry table th span {
	display: block;
	color: #568A35;
}
#inquiry table td {
	width: calc(100% - 320px);
	text-align: left;
	padding: 30px;
}
#inquiry table td dl {
	display: table;
}
#inquiry table td dt {
	width: 180px;
	display: table-cell;
	vertical-align: middle;
}
#inquiry table td dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}
#inquiry textarea.consultation {
	min-height: 220px;
}

/* 郵便番号 */
#inquiry table td.position .postcode_flex {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#inquiry table td.position .postcode_flex p.memo {
	display: inline-block;
	margin-left: 12px;
	font-size: .8em;
	line-height: 1;
}
#inquiry input.postcode {
	width: 138px;
}

/*メールアドレス*/
input.email_confirm {
	margin-top: 12px !important;
}

/* 同意 */
#inquiry .agree_box {
	margin-top: 45px;
	text-align: center;
}
#inquiry .agree_box .agree_check {
	margin-top: 18px;
}
span.agree label {
	display: flex;
	align-items: center;
}
span.agree input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0;
}

/* プラグインのスピナー */
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.wpcf7-not-valid-tip {
	color: #A32C3F !important;
	font-weight: bold;
    font-size: .8em;
    margin-top: 6px;
}

/* 送信ボタン */
input.send {
	display: inline-block !important;
	width: auto !important;
	margin: 10px !important;
	padding: 18px 5em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transition: .5s !important;
	border-radius: 3px !important;
	background-size: 200% auto !important;
	color: #FFF;
	font-size: 1.3rem;
	    background-image: linear-gradient(to right, #2b56a5 0%, #344070 51%, #344070 100%) !important;
	position: relative !important;
}
input.send:before {
	content: "" !important;
	display: inline-block !important;
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	transform: translateY(-50%) !important;
	margin: auto !important;
	background: #FFF !important;
	width: 1em !important;
	height: 1px !important;
	z-index: 1 !important;
}
input.send:hover {
	opacity: 1 !important;
	background-position: right center !important;
	box-shadow: 2px 2px 6px -1px rgb(19 71 52 / 30%) !important;
	color: #fff !important;
	text-decoration: none !important;
}

#complete .contents_main {
	text-align: center;
	margin: 60px 0;
}

@media screen and (max-width: 1024px) {
	#inquiry table th {
		width: 260px;
	}
	#inquiry table td {
		width: calc(100% - 260px);
	}
}
@media screen and (max-width: 768px) {
	#inquiry table th {
		width: 220px;
	}
	#inquiry table td {
		width: calc(100% - 220px);
	}

	/*送信完了*/
	#inquiry .summary_coution {
		width: 100%;
		padding: 30px 0;
	}
}
@media screen and (max-width: 559px) {
	#inquiry .contents_main {
		margin: 45px 0;
	}
	
	#inquiry table th,
	#inquiry table td {
		display: block;
		width: 100%;
	}
	#inquiry table th {
		line-height: 1;
		margin-top: 18px;
		padding: 0 0 0 12px;
		border-right: none;
		border-left: 3px solid #999;
	}
	#inquiry table th.hissu {
		border-right: none;
		border-left: 3px solid #A32C3F;
	}
	#inquiry table td {
		padding: 18px 0 18px 0;
	}
	#inquiry table th span.t-hissu {
		right: auto;
		left: 15px;
	}
	#inquiry table th span {
		display: inline-block;
		margin-left: 9px;
	}
	#inquiry table td.file_td .file_error {
		font-size: .8rem;
	}
	#inquiry table td.position .postcode_flex p.memo {
		font-size: .7em;
	}
	#complete .contents_main {
		margin: 45px 0;
	}
}
@media screen and (max-width: 430px) {
	#inquiry .contents_main {
		margin: 30px 0;
	}
	#inquiry table td dl,
	#inquiry table td dt,
	#inquiry table td dd {
		display: block;
		width: 100%;
		padding: 0;
	}
	#inquiry table td dd {
		margin: 8px 0 0;
	}
	#inquiry input.mail_check::placeholder {
		font-size: .8em;
	}
	#complete .contents_main {
		margin: 30px 0;
	}
}
@media screen and (max-width: 320px) {
	#inquiry table {
		margin-top: 30px;
	}
	input.send {
		font-size: 1rem;
		padding: 12px 5em !important;
	}
}




/****************************************
 * フォーム
 * **************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	font-size: 1em;
	margin: 0;
	padding: 12px;
	width: 100%;
	max-width: 100%;
	outline: none;
	color: #000;
	vertical-align: bottom;
	transition: .3s;
	letter-spacing: 1px;
	border-radius: 1px;
	border: 1px solid #ededed;
	background: #FFF;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #EEF2FA;
	border: 1px solid #ededed;
	outline: none;
}
select {
	position: relative;
	width: 100%;
	padding: 10px 45px 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ededed;
	background-position: right center;
	background-size: 25px, 100%;
	font-size: 1em;
	color: #000;
	border-radius: 6px;
}

/*ボタン*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #095034;
}

@media screen and (max-width: 559px) {
	
}


/****************************************
 * 下部の固定お問い合わせ
 * *************************************/

.inquiryFixed {
	background: linear-gradient(135deg, #2b56a5 0%, #2b56a5 72%, #344070 72%, #344070 100%);
}
.inquiryFixed .inquiryFixed_flex {
	display: flex;
	align-items: center;
}
.inquiryFixed .inquiryFixed_flex .inquiryFixed_flex___title {
	width: 60%;
	max-width: 1100px;
}
.inquiryFixed .inquiryFixed_flex .inquiryFixed_flex___btn {
	width: 40%;
	max-width: 400px;
	text-align: center;
}
.inquiryFixed .inquiryFixed-title {
	text-align: left;
    font-size: 3rem;
}

@media screen and (max-width: 1194px) {
	.inquiryFixed .inquiryFixed_flex .inquiryFixed_flex___title {
		width: 50%;
	}
	.inquiryFixed .inquiryFixed_flex .inquiryFixed_flex___btn {
		width: 50%;
	}
	.inquiryFixed .inquiryFixed-title {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 768px) {
	.inquiryFixed .inquiryFixed-title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 559px) {
	.inquiryFixed .inquiryFixed_flex {
		flex-direction: column;
	}
	.inquiryFixed .inquiryFixed_flex .inquiryFixed_flex___title {
		width: 100%;
		max-width: 100%;
	}
	.inquiryFixed .inquiryFixed_flex .inquiryFixed_flex___title .sec_title {
		text-align: center;
	}
	.inquiryFixed .inquiryFixed_flex .inquiryFixed_flex___btn {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.inquiryFixed .inquiryFixed-title {
		font-size: 5.8vw;
		text-align: center;
	}
}
@media screen and (max-width: 430px) {
	.inquiryFixed .inquiryFixed-title {
		font-size: 6.8vw;
	}
}

/****************************************
 * プライバシーポリシー
 * *************************************/

#privacy-policy .policy_title {
	text-align: left;
	font-size: 1rem;
    margin: 30px 0;
}


/****************************************
 * 404
 * *************************************/

#error .contents_main {
	text-align: center;
	margin: 60px 0;
}

@media screen and (max-width: 559px) {
	#error .contents_main {
		margin: 45px 0;
	}
}
@media screen and (max-width: 430px) {
	#error .contents_main {
		margin: 30px 0;
	}
}

/****************************************
 * フッター
 * **************************************/

footer {
	padding: 90px 0;
	background: #EDEDED;
}
footer .footer_logo {
	text-align: center;
}
footer .footer_nav {
	margin-top: 60px;
	text-align: center;
	font-size: .9rem;
}
footer #copyright {
	text-align: center;
	margin: 60px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #F9F9F9;
	position: relative;
}
footer #copyright:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: #DDDDDD;
}
footer #copyright a {
	color: #D1D1D1;
}

/*トップへ戻る*/
footer .totop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9;
}

@media screen and (max-width: 560px) {
	footer .totop img {
		width: 45px;
	}
}
@media screen and (max-width: 430px) {
	footer .totop {
	}
}