@charset "UTF-8";
/*
Theme Name: AROUND
Author: Bee Design Works
Description: 
Version: 1.0
*/

/* RESET */
@import url(assets/css/destyle.css);

/* Google fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100,600&family=Noto+Serif+JP:wght@200&display=swap');

/*
【コメント項目】			【概要】
Base					基本設定
Elements				子要素のスタイル（ボタンやテーブルなど）
*/

/* Base */

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
	color: #3B4043;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 100;
	letter-spacing: 0.05em;
	line-height: 2.2em;
}

a {
	text-decoration: none;
}

a.text-link:hover {
	border-bottom: 2px #00a63c solid;
}


@media only screen and (min-width: 768px) {
	
	br.line-small {
		display: none;
	}
	
	* {
		font-size: 1.3rem;
		line-height: 2.6em;
	}
	
}

@media only screen and (min-width: 1125px) {
		
	* {
		font-size: 1.5rem;
	}
}

/* Elements */

.mincho {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.2em;
	line-height: 2.0em;
}

.mincho.english {
	letter-spacing: 0.3em;
}

.text-center {
	text-align: center;
}

.text-center p {
	margin: 12px 0;
}

.btn {
	display: inline-block;
	width: 100%;
	max-width: 336px;
	border: 1px #C6C6C6 solid;
}

.btn-g {
	background: #C6C6C6;
}

.btn a {
	display: block;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	position: relative;
	letter-spacing: 0.5rem;
}

.btn a:hover {
	background: #000;
	color: #FFF;
}

.btn a::after {
	content: "";
	display: block;
	height: 1px;
	width: 13%;
	background: #333333;
	position: absolute;
	top: 50%;
	right: 20px;
	transition: width 0.2s;
}

.btn:hover a::after {
	width: 7%;
	background: #FFF;
}

#social li a ,
.company-info li {
	display: flex;
	align-items: center;
} 

#social li a img ,
.company-info li img {
	margin-right: 12px;
}



@media only screen and (max-width: 1124px) {
	
	.grecaptcha-badge {
		bottom: 60px !important;
	}

	.inner {
		padding-top: 110px;
		padding-bottom: 110px;
		padding-left: 40px;
		padding-right: 40px;
	}

	#content.inner {
		padding-top: 110px;
		padding-bottom: 110px;
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media only screen and (max-width: 767px) {
	.inner {
		padding: 40px 5%;
	}

	#content.inner {
		padding: 60px 5%;
	}
}

@media only screen and (min-width: 1125px) {
	
	.inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 110px 0;
	}

	#content.inner {
		padding-top: 110px;
		padding-bottom: 110px;
	}
}

/* Header */



@media only screen and (max-width: 1124px) {
	
	#pc-top {
		display: none;
	}
	
	#sp-top {
		position: fixed;
		top: 0;
		width: 100%;
		background: rgba(51, 51, 51, 0.9);
		padding: 24px 40px;
		z-index: 10;
	}
	
	#sp-top h1 {
		text-align: center;
	}
	
	#sp-top nav {
		display: none;
		width: 100%;
		height: calc(100vh - 91px);
		align-items: center;
	}
	
	#sp-top .menu-btn {
		position: absolute;
		left: 24px;
		top: 24px;
		cursor: pointer;
	}
	
	#menu-toggle {
		display: none;
	}
	
	#menu-toggle:checked ~ nav {
		display: flex;
	}
	
	#sp-top ul {
		width: 100%;
	}
	
	#sp-top li {
		border-bottom:  1px #fff solid;
	}
	
	#sp-top li a {
		text-align: center;
		display: block;
		color: #fff;
		padding: 12px;
	}
	
}

@media only screen and (min-width: 1125px) {
	
	#sp-top {
		display: none;
	}
	
	#pc-top {
		position: fixed;
		top: 0;
		width: 100%;
		background: rgba(51, 51, 51, 0.9);
		display: flex;
		justify-content: space-between;
		padding: 24px 40px;
		z-index: 10;
		transition: background 0.4s ease-out;
	}
	
	#pc-top.scroll {
		background: rgba(255, 255, 255, 0.9);
	}

	#pc-top ul {
		display: flex;
		padding: 0 70px;
	}

	#pc-top li {
		padding: 6px 30px;
	}

	#pc-top a {
		color: #fff;
		position: relative;
		font-size: 1.3rem;
		transition: color 0.4s ease-out;
	} 
	
	#pc-top.scroll a {
		color: #333;
	}

	#pc-top ul li a::after {
		bottom: -16px;
		display: block;
		position: absolute;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #fff;
		opacity: 0;
		transition: 0.3s;
	}

	#pc-top ul li a:hover::after {
		bottom: -6px;
		opacity: 1;
	}

	#pc-top.scroll a::after {
		background-color: #333;
	}

}
/* Mainimage Pageimage */

#mainimage {
	aspect-ratio: 3 / 2;
	width: 100%;
	height: auto;
	max-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.videos {
    width: 100%;
	aspect-ratio: 3 / 2;
	max-height: 100vh;
    overflow: hidden;
    position: relative;
}

.videos img {
    object-fit: contain;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-slider {
	width: 100%;
	height: 100%;
}

#mainimage .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
}

#mainimage .topcatch {
	position: absolute;
	z-index: 3;
}

#mainimage h1 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 24px 0;
}

#mainimage h6 {
	color: #fff;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 24px 0;
}

#mainimage .scroll {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 35px;
	z-index: 3;
}

.page-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
	position: relative;
}

.page-image p {
	width: 100%;
	position: relative;
}

.page-image p img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.page-title {
	width: 100%;
	position: absolute;
	bottom: 80px;
	border-bottom: 2px #fff solid;
	padding: 0 30px;
}

.page-title h2 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 3.6rem;
	color: #fff;
	text-transform: uppercase;
}

#breadcrumb {
	background: #C6C6C6;
}

#breadcrumb ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 3px 0 4px 30px;
	display: flex;
}

#breadcrumb li {
	color: #fff;
}

#breadcrumb li::before {
	content: "/";
	margin: 0 12px;
	color: #fff;
}

#breadcrumb li:first-child::before {
	display: none;
}

#breadcrumb li a {
	color: #fff;
}

@media only screen and (min-width: 1125px) {
	.page-image {
		height: 500px;
	}
	
	#mainimage h1 {
		font-size: 36px;
	}

	#mainimage h6 {
		font-size: 12px;
	}

	#breadcrumb ul {
		padding-left: 0;
	}
}

@media only screen and (max-width: 1125px) {

	#mainimage {
		margin-top: 83px;
	}
}

@media only screen and (max-width: 767px) {
	#breadcrumb * {
		font-size: 1.2rem;
	}

	.page-title h2 {
		font-size: 2.8rem;
	}
	
}

/* NewsFees */

#top-news {
	padding: 24px;
}

.news-feed h2 {
	font-size: 2.4rem;
	border-bottom: 1px #707070 solid;
	letter-spacing: 0.2em;
	padding: 18px 9px;
}

.post-list dl {
	display: flex;
	align-items: baseline;
	border-bottom: 1px #c6c6c6 solid;
	padding: 10px;
	margin-top: 10px;
}


.post-list dd {
	padding: 0 9px;
	line-height: 1;
}

.post-list span {
	display: inline-block;
	color: #fff;
	background: #000;
	text-align: center;
}



#top-news nav ul {
	display: flex;
	flex-wrap: wrap;
}


#top-news nav li a {
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.2em;
}

#top-news nav li a:hover {
	opacity: 0.8;
}

#top-news nav ul li a img {
	margin-bottom: 5px;
	height: 54px;
	width: auto;
}

@media only screen and (max-width: 1124px) {
	
	.post-list span {
		width: 57px;
		transform: scale(0.7);
	}

	.post-list dt {
		transform: scale(0.8);
	}
	
	
	#top-news nav {
		margin: 36px 0;
	}
	
	#top-news nav li a {
		font-size: 1.0rem;
		transform: scale(0.9);
	}
	
	#top-news nav li {
		padding: 25px 10px;
		width: 25%;
	}
	
}

@media only screen and (max-width: 767px) {

	.post-list dl {
		flex-wrap: wrap;
	}
	
	#top-news nav li {
		padding: 25px 10px;
		width: 50%;
	}

}

@media only screen and (min-width: 1125px) {
	
	#top-news {
		display: flex;
		width: 100%;
		justify-content: space-between;
		max-width: 1100px;
		margin: 0 auto;
		padding: 100px  0;
	}
	
	.news-feed {
		width: 57.3%;
	}
	
	
	.post-list dt {
		padding-right: 60px;
	}

	
	.post-list span {
		width: 96px;
		font-size: 1rem;
	}
	
	#top-news nav {
		padding-top: 42px;
		width: 35%;
	}
	

	#top-news nav li {
		width: 50%;
		padding: 25px;
	}
	
}


/* TopContent */

.top-conten {
	padding: 110px 24px;
}


.top-conten .detail {
	padding: 24px 0;
}

.top-conten .image img {
	width: 100%;
	height: auto;
}


.top-conten header h2 {
	font-size: 2.4rem;
}

.top-conten .slug {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

.top-conten article {
	margin: 25px 0 36px 0;
}

#philosophy {
	background: #F0F3F5;
}

#project {
	flex-direction: row-reverse;
}


@media only screen and (max-width: 1124px) {
	
	
	.top-conten .image {
		height: 350px;
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	
	.top-conten .image p {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.top-conten {
		padding: 40px 5%;
	}
}

@media only screen and (min-width: 1125px) {
	
	.top-conten {
		display: flex;
		justify-content: center;
		padding: 110px 0;
	}
	
	
	.top-conten header h2 {
		font-size: 3rem;
	}
	
	.top-conten .image {
		width: 100%;
		max-width: 580px;
	}

	.top-conten .detail {
		width: 100%;
		max-width: 525px;
		padding: 0 80px;
		box-sizing: content-box;
	}
	
	.top-conten .slug {
		text-align: left;
	}
	
	#project {
		background: linear-gradient(180deg, #fff 0%, #fff 44.5%, #F0F3F5 20%, #F0F3F5 100%);
	}

	#project.top-conten {
		background: none;
	}
	
}


/* Works */

#works {
	background: #F0F3F5;
	padding-bottom: 80px;
}

#works h2 {
	text-align: center;
	font-size: 3rem;
	padding: 80px 0;
}

#works nav ul,
.works nav ul {
	display: flex;
	justify-content: center;
}


#works nav li a,
.works nav li a {
	display: block;
	padding: 10px;
	border-bottom: 1px rgba(0,0,0,0) solid;
}

#works nav li a:hover,
.works nav li a:hover {
	border-bottom: 1px #98A6B5 solid;
}

#works article,
.works article {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#works article ul,
.works article ul {
	display: flex;
	flex-wrap: wrap;
}

#works article ul li,
.works article ul li {
	width: 50%;
	padding: 14px 12px;
}

#works article ul li img,
.works article ul li img {
	width: 100%;
	height: auto;
}

#works article ul {
	display: none;
}

#works input {
	display: none;
}

#works input:checked + ul {
	display: flex;
}


.works article ul li img {
	display: inline-block;
	margin-bottom: 14px;
}

.works h2 {
	font-size: 2rem;
}

.works p {
	padding: 0 24px 24px;
}


@media only screen and (max-width: 1124px) {
	
	
	#works nav a,
	.works nav a {
		font-size: 1.0rem;
		transform: scale(0.8);
	}
}

@media only screen and (min-width: 1125px) {
		
	#works {
		background: linear-gradient(180deg, #F0F3F5 0%, #F0F3F5 54%, #fff 20%, #fff 100%);
	}
	
	#works nav li,
	.works nav li {
		margin: 20px;
	}
	
	#works article ul li,
	.works article ul li {
		width: 33.33%;
		padding: 10px;
	}

	.works p {
		padding: 0 100px 80px;
	}


}


/* TopSubNav */

#top-sub-nav {
	background: url("assets/images/bg_top-subnav.png") no-repeat;
	background-size: cover;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top-sub-nav li {
	width: 336px;
	margin: 30px;
}


@media only screen and (max-width: 396px) {
	#top-sub-nav li {
		width: 336px;
		margin: 30px auto;
	}
}


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

@media only screen and (min-width: 1125px) {
	
	#top-sub-nav {
		display: block;
	}
	
	#top-sub-nav ul {
		height: 240px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
}


/* access footer */


.infomation h2 {
	font-size: 3rem;
	margin-bottom: 30px;
}

.infomation li {
	font-size: 1.2rem;
}

#access {
	width: 100%;
	padding: 80px 24px;
	position: relative;
}

#access .text-center {
	width: 100%;
}

#access .googlemap {
	height: 320px;
	background: #c3c3c3;
}


#bottom {
	background: #333;
}

#bottom * {
	color: #c6c6c6;
}

#bottom a {
	color: #fff;
}

#bottom a:hover {
	text-decoration: underline;
}

#bottom .inner {
	padding: 50px 24px;
	position: relative;
}

#bottom .logo {
	margin-bottom: 30px;
	text-align: center;
}

#link {
	padding-top: 30px;
	display: flex;
}

#link * {
	font-size: 1.1rem;
}

#link h3 {
	margin-bottom: 8px;
}

#link nav,
#link section{
	width: 180px;
}

#link section {
	position: relative;
}

#bottom-policy {
	position: absolute;
	bottom: 0;
}

#link #bottom-policy * {
	font-size: 1.1rem;
}

.mb-2em{
	margin-bottom: 2em;
}


@media only screen and (max-width: 1124px) {
	
	#access {
		padding: 80px 24px 160px;
	}
	
	#access .text-center {
		bottom: 80px;
	}

	#access .googlemap {
		margin-top: 40px;
	}
	

	#bottom .inner {
		padding: 50px 24px 100px;
	}

	#link nav,
	#link section{
		width: 150px;
	}

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

	#access {
		padding: 40px 5% 80px;
	}

}

@media only screen and (min-width: 768px) {
	
	#bottom .inner {
		display: flex;
		justify-content: space-between;
	}
	
	#bottom .logo {
		text-align: left;
	}

}

@media only screen and (min-width: 1125px) {
		
	.infomation {
		width: 50%;
		position: relative;
	}
	
	
	#access .googlemap {
		width: 50%;
	}
	
	#access {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 80px 0;
		display: flex;
	}

}


.copylight {
	background: #C6C6C6;
	font-size: 1.2rem;
	text-align: center;
	padding: 6px 0;
	color: #333;
	font-weight: 600;
	
}

/* Floatimg */


@media only screen and (max-width: 1124px) {
	
	.pc-floating-menu,
	.pc-floating-arrow {
		display: none;
	}
	
	.sp-floating-menu {
		position: fixed;
		z-index: 10;
	}
	
	.sp-floating-menu {
		width: 100%;
		bottom: 0;
		background: #333;
	}
	
	.sp-floating-menu ul {
		display: flex;
		border-top: 1px #C6C6C6 solid;
		border-bottom: 1px #C6C6C6 solid;
		border-left: 1px #C6C6C6 solid;
	}
	
	.sp-floating-menu li {
		width: 25%;
		border-right: 1px #C6C6C6 solid;
	}
	
	.sp-floating-menu li a {
		text-align: center;
		display: flex;
		flex-wrap: nowrap;
		align-content: space-around;
		align-items: center;
		justify-content: space-evenly;
		height: 42px;
	}
	
	.copylight {
		padding-bottom: 45px;
		font-size: 12px;
	}
}

@media only screen and (min-width: 1125px) {
	
	.sp-floating-menu {
		display: none;
	}
	
	.pc-floating-menu,
	.pc-floating-arrow {
		position: fixed;
		z-index: 10;
	}
	
	.pc-floating-menu {
		right: 0;
		top: 20%;
		
	}
	
	.pc-floating-menu li {
		margin: 10px 0;
	}
	
	.pc-floating-menu a {
		display: flex;
		flex-wrap: nowrap;
		align-content: space-around;
		align-items: center;
		justify-content: space-evenly;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		vertical-align: bottom;
		background: rgba( 255, 255, 255, 0.8);
	}
	
	.pc-floating-arrow {
		bottom: 80px;
		right: 30px;
	}

	.pc-floating-arrow:hover {
		background-color: #333;
		border-radius: 48px;
	}
	
}

/* WP */


.wp-post-list {
	width: 100%;
}

.post {
	margin-bottom: 80px;
}

.post .thum {
	margin-bottom: 20px;
}

.post .thum img {
	width: 100%;
	height: auto;
}

.post .date {
	font-size: 1.2rem;
}

.post h2,
.post h2 a {
	font-size: 3rem;
	line-height: 1.6em;
}

.post .body p {
	margin: 24px 0;
}

#side {
	width: 100%;
	max-width: 300px;
}

#side .logo {
	margin-bottom: 24px;
}

#side h2 {
	margin: 28px 0; 
}

.menu ul li {
	padding: 12px 0;
	border-bottom: 1px #c6c6c6 solid;
	display: flex;
	flex-wrap: wrap-reverse;
}

.menu ul li a {
	width: 100%;
	display: block;
	line-height: 1.6em;
}
.menu ul li a:hover {
	text-decoration: underline;
}

.menu ul li time {
	width: 100%;
	font-size: 1.2rem;
	display: block;
	padding: 0px 4px;
}

.pager {
	display: flex;
	justify-content: center;
}

.pager li  {
	width: 33%;
	text-align: center;
}

.pager li a:hover {
	text-decoration: underline;
}

.nav-links {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.nav-links .current {
	text-decoration: underline;
}

.page-numbers {
	display: flex;
	justify-content: center;
	margin: 0 20px 40px 20px;
}

.page-numbers li {
	margin: 24px;
}

@media only screen and (max-width: 1124px) {
	
	.wp-content {
		padding: 60px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.wp-content {
		padding: 60px;
	}

	.post h2, .post h2 a {
		font-size: 2.4rem;
	}
	
}
	
#content {
	padding: 30px 0;
}

@media only screen and (min-width: 1125px) {
	
	.wp-content {
		display: flex;
		justify-content: space-between;
	}

	.wp-post-list {
		width: calc(100% - 380px);
	}
	
}

/* Page */

.contents-title {
	font-size: 3rem;
	text-align: center;
	padding: 96px 0 30px;
	letter-spacing: 1.5rem;
}

.page-nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 725px;
	margin: 60px auto;
}

.page-nav ul li {
	padding: 16px;
}

.page-nav li a {
	display: block;
	text-align: center;
}

.page-nav ul li a img {
	margin-bottom: 15px;
	height: 46px;
	width: auto;
}

@media only screen and (max-width: 767px) {

	.contents-title {
		padding-top: 20px;
		font-size: 2.6rem;
		letter-spacing: 0.3em;
	}
	
	.page-nav li {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	
	.page-nav li {
		width: 25%;
	}
	
}

/* About */


.about-menu .inner a {
	display: block;
	padding: 8px 3px;
	border-bottom: 1px #C6C6C6 solid;
	color: #333333;
}

.about-menu .inner a span {
	font-size: 1rem;
	letter-spacing: 0.5rem;
}

.about-no {
	border: 1px #c3c3c3 solid;
	width: 160px;
	height: 120px;
	background: rgba(255,255,255,0.8);
	position: relative;
}

.about-no p {
	font-size: 3.6rem;
	padding: 20px 16px;
}

.about-copy .slug {
	font-size: 1.2rem;
	color: #97A0A7;
	letter-spacing: 1rem;
}

.about-copy .conten-title {
	font-size: 3rem;
	letter-spacing: 0.4em;
}

.about-copy .copy {
	padding: 29px 34px;
	background: rgba(255,255,255,0.8);
	font-size: 3rem;
	display: table;
}

.about-body {
	padding-top: 60px;
}

.about-body p {
	line-height: 2.5;
}

#about-02 {
	background: #F0F3F5;
}
.product-item {
	margin: 60px 0;
}

.product-item h3 {
	font-size: 3rem;
	background: rgba(255,255,255,0.8);
	padding: 0 18px 2px 18px;
	width: 100%;
	max-width: 500px;
}
	
	
#access .company-info {
	padding: 0 0 40px 0;
	
}

.company-info02 {
	margin-top: 80px;
	text-align: center;
}

.company-info02 table {
	display: inline-block;
	text-align: left;
}

.company-info02 th {
	width: 180px;
	vertical-align: middle;
}

.company-info02 th,
.company-info02 td {
	padding-bottom: 40px;
}


@media only screen and (max-width: 1124px) {
	.product-item h3.mincho.english {
		font-size: 2.0rem;
		letter-spacing: 0.15em;
	}
	#about-02 .product-item {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media only screen and (max-width: 767px) {

	.about-menu .inner {
		padding-top: 0;
	}
	
	.about-menu .inner li {
		margin: 20px;
	}
	
	.about-content {
		overflow: hidden;
	}

	.about-copy .conten-title {
		font-size: 2.4rem;
		letter-spacing: 0.4em;
	}

	.about-copy .image img {
		width: auto;
		height: 100%;
	}
	
	.about-copy header {
		margin: 24px 0 0;
	}
	
	.about-no,
	.about-copy header,
	.copy {
		position: relative;
		z-index: 1;
	}

	.about-no {
		height: auto;
		width: 120px;
	}

	.about-no p {
		font-size: 2.8rem;
		padding: 20px 16px;
	}

	.about-copy {
		position: relative;
	}
	
	.about-copy .image {
		width: 100%;
		height: 240px;
		overflow: hidden;
		position: absolute;
		top: 70px;
		right: -80px;
		z-index: 0;
	}
	
	
	#about-02 .about-copy .image {
		width: 100%;
		height: 240px;
		overflow: hidden;
		position: absolute;
		top: 70px;
		left: -80px;
		z-index: 0;
	}
	
	#about-02 .about-copy header h2,
	#about-02 .about-copy header h3 {
		text-align: right;
		
	}
	
	.about-copy .copy {
		margin: 90px 0 0;
		font-size: 2.1rem;
	}

	.about-body {
		padding-top: 20px;
	}
	
	.product-image {
		position: relative;
	}
	
	.product-image img {
		width: 100%;
		height: auto;
	}

	#about-02 .product-item {
		margin-left: 0;
		margin-right: 0;
	}
	
	.product-image h3 {
		position: absolute;
		bottom: 0;
	}
	
	.product-item .text {
		padding: 20px 0 0 0;
	}
	
	.product-item .text h3 {
		display: none;
	}
	
	.company-info dl {
		margin: 50px 0;
	}

	.company-info02 {
		margin-top: 40px;
	}

	.company-info02 table th,
	.company-info02 table td {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}

	.company-info02 table td {
		border-bottom: solid 1px #333;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	
	.flow-content {
		margin-bottom: 40px;
	}
	
	.flow-content .about-copy header {
		margin: 24px 0;
		padding-bottom: 12px;
		border-bottom: 1px #000 solid;
	}
	
	.flow-content .about-copy .read {
		font-size: 1.8rem;
		font-weight: bold;
		margin: 30px 0;
	}
	
	.flow-body p {
		margin-bottom: 25px;
	}
	
}

@media only screen and (min-width: 768px) {
	
	.about-menu .inner {
		display: flex;
	}

	.about-menu .inner  li {
		padding-right: 30px;
	}

	
	.about-copy {
		position: relative;
	}
	
	.about-no {
		position: absolute;
		width: 210px;
		height: 160px;
	}
	
	.about-copy header {
		padding-top: 20px;
		padding-left: 240px;
	}
	
	.about-copy .image {
		padding-top: 30px;
		padding-left: 130px;
	}
	
	.about-copy .copy {
		position: absolute;
		right: 0;
		bottom: 48px;
	}
	
	.about-body {
		padding-left: 128px;
		padding-right: 128px;
	}
	
	#about-02 .about-no {
		position: absolute;
		right: 0
	}
	
	#about-02 .about-no p {
		text-align: right;
	}
	
	#about-02 header {
		padding-top: 20px;
		padding-right: 240px;
		text-align: right;
	}
	
	#about-02 .image {
		padding-top: 30px;
		padding-right: 130px;
		text-align: right;
	}
	
	#about-02 .about-copy .copy {
		position: absolute;
		left: 0;
		bottom: 48px;
	}
	
	#about-02 .about-body {
		padding-right: 130px;
	}
	
	.product-item {
		display: flex;
	}
	
	.product-item .text {
		padding-left: 50px;
	}
	
	.product-image h3 {
		display: none;
	}
	
	.product-item h3 {
		margin: 32px 0 36px -100px;
	}
	
	#about-03 header {
		border-bottom: 1px #000 solid;
		padding-bottom: 30px;
		margin-left: 105px;
		padding-left: 135px;
	}
	
	.company-info {
		width: 100%;
		display: table;
		margin: 0 auto;
		
	}

	.company-info dl {
		display: table-row;
		margin: 20px 0;
	}
	
	.company-info dt {
		width: 80px;
	}
	
	.company-info dt,
	.company-info dd {
		display: table-cell;
		padding: 25px 25px;
	}
	
	.company-info dt {
		font-weight: normal;
		width: 150px;
		text-align-last: right;
		vertical-align: middle;
		border-right: 1px #ccc solid;
	}
	
	.flow-content header {
		border-bottom: 1px #000 solid;
		padding-bottom: 30px;
		margin-left: 105px;
		padding-left: 135px;
	}
	
	.flow-content .read,
	.flow-body {
		padding-top: 20px;
		padding-left: 240px;
	}
	
	.flow-content .read {
		font-size: 2rem;
		line-height: 2.0em;
	}
	
	.flow-body .btn {
		margin-top: 50px;
	}
	
	
}
@media only screen and (max-width: 1124px) {
	.about-menu .inner {
		justify-content: center;
	}
}

.faq-content {
	width: 100%;
	max-width: 1100px;
	margin: 30px auto;
}

.faq-content h3 {
	padding: 8px 20px;
	background: #CDD6DD;
	font-size: 2rem;
}

.faq-content p {
	padding: 24px 20px;
	line-height: 2.5;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
	width: 100%;
	border: 1px #CDD6DD solid;
	padding: 8px 18px;
}

#contact-form label {
	font-size: 1.5rem;
	font-weight: bold;
}

#contact-form .agree label {
	font-size: 1.5rem;
	font-weight: normal;
	
}

.form-parts div {
	margin: 16px 0;
}

.form-parts label {
	display: inline-block;
	padding: 0 0 12px 0;
}

#contact-form li {
	padding: 30px 0;
}

.contact-body {
	padding: 32px 0;
}

.agree {
	padding: 0 0 32px;
}

.contact-btn input[type="submit"] {
	background: #000;
	color: #fff;
	padding: 10px 18px;
}


@media only screen and (max-width: 1124px) {

	.faq-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.contact-menu {
		margin: 80px 0 0;
	}
	
	.contact-menu.inner,
	#contact-form.inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.contact-menu li {
		margin: 12px 0;
		text-align: center;
	}
	
	.form-parts div {
		margin: 32px 0;
	}

}

@media only screen and (max-width: 767px) {
	.faq-content {
		padding-left: 5%;
		padding-right: 5%;
	}
	.faq-content h3 {
		font-size: 1.6rem;
	}
	.contact-menu {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	#contact-form label {
		font-size: 1.6rem;
		padding-bottom: 0;
	}
	.form-parts div,
	.contact-body {
		margin: 16px 0;
	}
}

@media only screen and (min-width: 1125px) {
	
	
	.contact-menu ul {
		display: flex;
		justify-content: space-between;

	}
	
	.contact-menu li {
		width: 30%;
	}
	
	
	.form-parts {
		display: flex;
		justify-content: space-between;
	}
	
	.form-parts div {
		width: 48%;
	}
	
	#contact-form ul {
		display: flex;
		justify-content: space-between;
	}
	
	
	.faq-content h3 {
		padding: 8px 50px;
	}

	.faq-content p {
		padding: 24px 50px;
	}

	
}

.privacy h3 {
	padding: 80px 0 30px; 
	font-size: 2rem;
	font-weight: bold;
}

.recruit h3 {
	padding: 0 0 30px; 
	font-size: 2rem;
	text-align: center;
}

.recruit .btn {
	margin-top: 40px;
}

.recruit-box {
	margin-bottom: 32px;
}

.recruit-box dl {
	border-top: 1px #000 solid;
	padding: 16px 8px;
	
}

.recruit-box dl:last-child {
	border-bottom: 1px #000 solid;
}

.recruit-box dl dt {
	margin-bottom: 8px;
}

.recruit-box .points dt {
	font-size: 1.8rem;
	font-weight: 400;
}
	
.recruit-box .points {
	display: block;
	border: none;
	margin-bottom: 24px;
}

.recruit-flow {
	text-align: center;
}

.recruit-flow ol {
	display: inline-block;
	list-style: auto;
	list-style-position: inside;
	text-align: left;
}

.recruit-about-body {
	display: flex;
	flex-wrap: wrap;
}

.recruit-about-body li {
	width: 100%;
	padding: 0 32px;
}

.recruit-about-body h3 {
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px #000 solid;
}

.recruit-about-body .image {
	padding: 32px;
}

.recruit-about-body .image img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 1125px) {
	
	.recruit-box dl {
		display: flex;
	}

	.recruit-box .points dt {
		
		border-right: none;
		width: auto;
		padding-left: 32px;
	}
	
	.recruit-box dl dt {
		margin-bottom: 0;
		width: 300px;
		padding-left: 32px;
		border-right: 1px #000 solid;
	}
	
	.recruit-box dl dd {
		padding-left: 32px;
	}
	
	.recruit-about-body {
		margin: 80px 0;
	}
	
	.recruit-about-body li {
		width: 25%;
		border-left: 1px #000 solid;
	}
	
	.recruit-about-body li:first-child {
		border-left: none;
	}
	
	.recruit-about-body h3 {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.recruit .about-copy .read {
		display: none;
	}

	.recruit-flow {
		margin-top: 20px;
	}
}


@media only screen and (min-width: 768px) {
	.recruit header {
		border-bottom: 1px #000 solid;
		padding-bottom: 30px;
		margin-left: 105px;
		padding-left: 135px;
	}

	.recruit .about-copy {
		margin-bottom: 40px;
	}
}

.mb-120 {
	margin-bottom: 120px;
}
.pb-0 {
	padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.mb-120 {
		margin-bottom: 60px;
	}
}