@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html {
	min-width: 320px;
}

/************** header **************/
.header-container {
	background-color: #1a1a1a;
}
/* ヘッダーロゴ */
.logo-header {
	margin: 0 0 0 4em !important;
}
.site-name-text-link {
	color: #fff;
}
/* TOP用ロゴ */
.home .logo-header {
	background-image: none !important;
}
.home .logo-header img {
	display: block !important;
	max-height: 280px !important;
	position: relative;
	z-index: 9999;
}
.home .site-name-text-link  {
	width: 160px !important;
}
/* Page用ロゴ */
.page .logo-header {
	width: 340px;
	height: 60px;
	background-image: url("images/site-logo-2.png");
	background-repeat: no-repeat;
}
.page .logo-header img {
	display: none;
}
.page .site-name-text-link {
	padding: 0;
	height: 60px;
}
/* navigation */
.navi {
	background-color: transparent;
}
.navi-in > ul {
	align-items: center;
	padding-right: 30px;
}
.navi-in > ul li {
	width: auto;
	height: 80px;
	line-height: 80px;
}
.navi-in a {
	padding: 0 20px;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
}
.navi-in ul li:nth-last-child(2) {
	margin-left: 10px;
}
.navi-in ul li:nth-last-child(-n+2) {
	height: 40px;
	line-height: 35px;
	margin-left: 10px;
}
.navi-in ul li:nth-last-child(-n+2) a {
	border: solid 2px #fff;
	border-radius: 9999px;
	height: 40px;
	margin: 0 10px;
}

/************** contents **************/
body .wrap {
	width: 100%;
} 
.content {
	margin-top: 0;
}
.main {
	padding: 0;
	background-color: transparent;
}
/************** footer **************/
.footer {
	background-color: transparent;
	border-top: solid 3px #1a1a1a;
	padding: 0;
}
.footer-left {
	width: 100%;
}
.footer-center,
.footer-right {
	display: none;
}
.footer-info {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.footer-info p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}
.footer-info h3 {
	font-size: 26px;
	font-feature-settings: "palt";
	margin-bottom: 0.5em;
}
.footer-info ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 30px;
}
.footer-info ul li:first-child {
	width: 100%;
}
.footer-bottom {
	padding: 0;
}
.navi-footer-in > .menu-footer {
	gap: 30px;
}
.navi-footer-in > .menu-footer li {
	border: none !important;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.copyright {
	background-color: #1a1a1a;
	color: #fff;
	padding: 1em 0;
	margin-top: 2em;
}
/************** parts **************/
/* button */
input[type="submit"] {
	background-color: transparent;
	border: solid 3px #1a1a1a;
	font-weight: bold;
	padding: 1em;
	font-size: 18px;
	letter-spacing: 1em;
}
input[type="submit"]:hover {
	background-color: #1a1a1a;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.btn-01 {
	 text-align: center;
}
.btn-01 a {
	display: inline-block;
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 2em;
	border: solid 2px #1a1a1a;
	border-radius: 9999px;
}
.btn-01 a:hover {
	background-color: #f7f7f7;
	color: #1a1a1a;
	border: solid 2px #1a1a1a;
	transition: all 0.3s ease-in-out;
}
.btn-02 {
	text-align: right;
}
.btn-02 a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
}
.btn-02 a:hover {
	transition: all 0.1s ease-in-out;
	color: #808080;
}
/* bottom contact */
.bottom-contact {
	text-align: center;
	padding: 5em 0;
}
.bottom-contact p {
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-feature-settings: "palt";
	margin-bottom: 2em;
}
.bottom-contact ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 80px;
	padding: 0;
	margin-bottom: 2em;
}
.bottom-contact ul li a {
	display: block;
	width: 400px;
	border: solid 3px #1a1a1a;
	border-radius: 9999px;
	padding: 0.3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #1a1a1a;
	text-decoration: none;
}
.bottom-contact ul li a:hover {
	background-color: #1a1a1a;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
/* Google Map */
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98% !important;
	height: 100% !important;
}

/* 文字間を空ける */
.letter-spacing-1 {
	letter-spacing: 1em;
}


/************** page **************/
.page h2 {
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
}
.page h2 span {
	display: block;
	font-size: 27px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-top: 16px;
}
/* home */
.home .content {
	max-width: 100% !important;
}
.home article {
	margin-bottom: 0 !important;
}
.home .entry-title {
	display: none;
}
.home .article-header {
	display: none;
}
.home .entry-content {
	margin: -1px 0 0 0;
}
.home section {
	margin: 0 auto;
}
.home-top-image {
	position: relative;
	margin-bottom: 10em;
}
.home-top-image > div:last-child {
	display: none;
}
.home-top-image > div:last-child img {
	width: 100%;
	height: auto;
}
.home-top-image::after {
	font-family: "Font Awesome 5 Free";
	font-size: 40px;
	font-weight: 900;
	content: "\f078";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3.5em;
	margin: auto;
	width: 100px;
	text-align: center;
}
.home .fixed-area {
	position: -webkit-sticky;/*Safari*/
	position: sticky;
	top: 0;
}
.home .fixed-area-child {
	position: -webkit-sticky;/*Safari*/
	position: sticky;
	top: 6em;
}
.home-section-1 {
	max-width: 1256px;
	margin: 0 auto;
	padding-bottom: 15em;
	height: 2800px;
}
.home-section-1 h2 {
	padding-bottom: 3em;
	background-color: #f7f7f7;
}
.home-section-1-box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30em;
	padding-top: 10em;
	background-color: #f7f7f7;
}
.home-section-1-box h3 {
	width: 48%;
	border: none;
	text-align: center;
	margin-bottom: 0;
	background-image: url("images/home-section-1-logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
}
.home-section-1-box h3 span {
	padding-bottom: 15px;
	border-bottom: solid 4px #1a1a1a;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	margin: 0 auto 1em auto;
}
.home-section-1-box div {
	width: 48%;
}
.home-section-1-box div h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	text-align: justify;
	border: none;
	padding: 0;
	margin-bottom: 1.4em;
}
.home-section-1-box div p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: justify;
	margin: 0;
}
.home-section-1-box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8em 0;
	margin-bottom: 8em;
	background-color: #f7f7f7;
}
.home-section-1-box2 > div {
	width: 48%;
}
.home-section-1-box2 > div:first-child {
	text-align: center;
}
.home-section-1-box2 div h3 {
	border: none;
	padding: 0;
	margin-bottom: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	font-weight: 600;
}
.home-section-1-box2 div p {
	max-width: 600px;
	margin: 0 auto 1em auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.home-section-1-box2 div ul {
	list-style-type: none;
	max-width: 600px;
	margin: 0 auto 1em auto;
	padding: 0;
}
.home-section-1-box2 div ul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 2em;
}
.home-section-1-box2 div ul li:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
	color: #1a1a1a;
}
.home-section-2  {
	background-image: url("images/home-section-2-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 31em;
}
.home-section-2 h2 {
	display: inline-block;
	background-color: #fff;
	padding: 1.5em 3.5em;
	margin: 0;
}
.home-section-2 div:nth-child(2) {
	background-color: #fff;
	padding: 8em 0;
	position: relative;
}
.home-section-2 ul {
	max-width: 880px;
	list-style-type: none;
	margin: 0 auto 30px auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.home-section-2 p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6em;
}
.home-section-3 {
	max-width: 1256px;
	margin: 0 auto;
	padding: 5em 0 8em 0;
}
.home-section-3 h2 {
	padding-bottom: 1em;
	background-color: #f7f7f7;
}
.home-section-3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	list-style-type: none;
}
.home-section-3 ul li {
	width: 380px;
	margin-bottom: 4em;
	background-color: #fff;
	border-bottom: solid 2px #1a1a1a;
}
.home-section-3 ul li a {
	text-decoration: none;
	color: #1a1a1a;
}
.home-section-3 ul li a:hover span:last-child {
	background-color: #1a1a1a;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.home-section-3 ul li img {
	width: 100%;
	height: auto;
}
.home-section-3 ul li span:last-child {
	display: block;
	padding: 1em;
	margin-top: -10px;
}
.home-section-4 {
	background-image: url("images/home-section-4-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 8em 0;
	color: #fff;
	text-align: center;
}
.home-section-4 h2 {
	padding: 0;
}
.home-section-4 h3 {
	border: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	padding: 0;
}
.home-section-4 ul:nth-of-type(1),
.home-section-4 ul:nth-of-type(2) {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 30px;
}
.home-section-4 ul:nth-of-type(1) li:first-child {
	width: 100%;
}
.home-section-4 ul:nth-of-type(2) li a {
	display: block;
	border: solid 2px #fff;
	border-radius: 9999px;
	margin: 0 10px;
	padding: 0.5em 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.home-section-4 ul:nth-of-type(2) li a:hover {
	background-color: #f5f8fa;
	color: #1a1a1a;
	transition: all 0.3s ease-in-out;
}
/* Page */
.page .content {
	max-width: 1256px;
	margin: 0 auto;
}
.entry-title {
	margin: 2em 0 2em 0;
	padding: 0 0 1em 0.5em;
	border-bottom: solid 3px #1a1a1a;
}
.entry-title::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	margin-right: 0.5em;
}
.page-contents h3 {
	border: none;
	text-align: center;
	margin-bottom: 3em;
}
.page-contents h3 span {
	display: inline-block;
	padding-bottom: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: solid 3px #1a1a1a;
}
.page-contents h4 {
	border: none;
	position: relative;
	font-size: 24px;
	padding-top: 0;
}
.page-contents h4::after {
	position: absolute;
	content: "";
	width: 100%;
	border-bottom: solid 1em #fff;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.page-contents h5 {
	border: none;
	padding: 0;
}

.business h2 {
	margin-bottom: 0;
}
.business > p:nth-of-type(1) {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6em;
	padding: 4em 0;
	background-image: url("images/home-section-1-logo.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.business > div:nth-of-type(1) h3 span {
	position: relative;
	letter-spacing: 1em;
	margin-left: 1em;
	border-bottom: none;
}
.business > div:nth-of-type(1) h3 span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 1em);
	border-bottom: solid 3px #1a1a1a;
}
.business-category-1 > div,
.business-category-2 > div,
.works > div {
	display: flex;
	margin-bottom: 8em;
	gap: 0 2em;
	flex-wrap: wrap;
}
.business-category-1 > div,
.works > div {
	justify-content: space-between;
}
.business-category-1 > div:nth-of-type(2n),
.works > div:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.business-category-2 h5 {
	position: relative;
}
.business-category-2 h5::after {
	position: absolute;
	content: "";
	width: 100%;
	border-bottom: solid 1em #fff;
	left: 0;
	bottom: -0.5em;
	z-index: -1;
}
.business-category-1 > div > p,
.business-category-2 > div > p,
.works > div > p {
	width: 40%;
}
.business-category-1 > div > p img,
.business-category-2 > div > p img,
.works > div > p img {
	width: 100%;
	height: auto;
}
.business-category-1 div div,
.business-category-2 div div,
.works div div {
	width: 54%;
}
.business-category-1 div div p,
.business-category-2 div div p,
.works div div p {
	font-size: 20px;
}
.business-category-1 div div ul,
.business-category-2 div div ul, 
.works div div ul:first-of-type {
	list-style: none;
	padding-left: 0;
	margin-bottom: 3em;
}
.business-category-1 div div ul li,
.business-category-2 div div ul li, 
.works div div ul:first-of-type li {
	position: relative;
	padding: 0 0 0 2em;
	margin: 0 0 0.5em 0;
	font-size: 20px;
}
.business-category-1 div div ul li::before,
.business-category-2 div div ul li::before, 
.works div div ul:first-of-type li::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
	color: #1a1a1a;
}
.works > div > ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	width: 100%;
	padding-left: 0;
	margin-top: 2em;
}
.works > div:first-of-type > ul {
	justify-content: space-between;
}
.works > div > ul li {
	width: 200px;
	height: auto;
}
.works > div > ul li span {
	display: block;
}
.works div div ul:last-of-type {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3em;
	padding: 1em 1em 1em 2em;
	background-color: #fff;
}
.recruit h3 {
	margin-bottom: 2em;
}
.company {
	max-width: 834px;
	margin: 0 auto;
}
.company h2:nth-of-type(1) {
	margin-bottom: 1em;
}
.company #company-philosophy {
	margin-bottom: 10em;
}
.company #company-philosophy h3 {
	margin: 0 0 2em 0;
	padding: 3em 0;
	background-image: url("images/home-section-1-logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.company #company-philosophy h3 span {
	padding-bottom: 15px;
	border-bottom: solid 4px #1a1a1a;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: 0.3em;
}
.company #company-philosophy ol li {
	text-align: justify; 
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 1.5em 0;
}
.company #company-sdgs h3 {
	margin: 0 0 2em 0;
	padding: 3em 0;
}
.company #company-sdgs h3 span {
	padding-bottom: 15px;
	border-bottom: solid 4px #1a1a1a;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: 0.3em;
}
.company #company-sdgs p {
	font-size: 20px;
}
.company #company-sdgs .company-sdgs-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 7em;
}
.company #company-sdgs .company-sdgs-box > div {
	width: 60%;
}
.company #company-sdgs .company-sdgs-box div {
	background-color: #fff;
	padding: 1em;
}
.company #company-sdgs .company-sdgs-box div h5 {
	font-size: 18px;
	margin-bottom: 1em;
}
.company #company-sdgs .company-sdgs-box div ul {
	padding-left: 1em;
}
.company #company-sdgs .company-sdgs-box > ul {
	width: 35%;
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.company #company-sdgs .company-sdgs-box > ul li {
	width: 80px;
}

.contact {
	max-width: 834px;
	margin: 0 auto;
}
.contact > p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 3em;
}
.contact dt p {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.contact dt p span {
	display: inline-block;
	padding: 0.1em 0.5em;
	margin-left: 1em;
	border: solid 2px #1a1a1a;
	font-size: 14px;
}
.contact dd {
	margin-left: 0;
	margin-bottom: 3em;
}

/* Tablepress */
.tablepress tr td {
	padding: 1em;
}
.tablepress .column-1 {
	width: 20%;
}
.tablepress .column-2 {
	width: 80%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1920px以上*/
@media screen and (min-width: 1921px){
	.home-section-2 {
		background-size: contain;
	}
}

/*1256px以下*/
@media screen and (max-width: 1256px){
  /*必要ならばここにコードを書く*/
	.tabnone {
		display: none;
	}
	/************** header **************/
	/* logo */
	.logo-header {
		margin: 0 0 0 1em !important;
	}
	.home .logo-header {
		width: auto;
	}
	.page .header {
		width: calc(100% - 860px);
		max-width: 300px;
	}
	.page .logo-header {
		width: 100%;
		background-size: 100%;
		background-position: center center;
	}
	/* navigation */
	.header-container-in.hlt-top-menu .navi {
		width: 850px;
	}
	/************** contents **************/
	/* home */
	.home-section-1 {
		padding: 0 1em 10em 1em;
	}
	.home-section-1 h2 {
		padding-bottom: 0;
	}
	.home-section-3 {
		padding: 5em 1em 8em 1em;
	}
	.home-section-3 ul {
		gap: 0 10px;
	}
	.home-section-3 ul li {
		width: 31%;
	}
	/* page */
	.business > p:nth-of-type(1) {
		padding: 4em 10px;
	}
	.business-category-1 > div,
	.business-category-2 > div, .works > div {
		padding: 0 10px;
		margin-bottom: 6em;
		gap: 0 2em;
	}
	.works > div > ul {
		gap: 2em 1em;
	}
	.works > div:first-of-type > ul {
		justify-content: left;
	}
	.company,
	.contact {
		padding: 0 10px;
	}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/************** header **************/
	.mobile-header-menu-buttons {
		min-width: 320px;
	}
	/* navigation */
	.mobile-menu-buttons .navi-menu-icon .fa-bars::before {
		content: "\f0c9";
		color: #fff;
	}
	.mobile-menu-buttons .search-menu-icon .fa-search::before {
		content: "\f002";
		color: #fff;
	}
	.mobile-menu-buttons .menu-caption {
		color: #fff;
	}
	/* logo */
	.mobile-header-menu-buttons {
		background-color: #1a1a1a;
	}
	.mobile-menu-buttons a {
		height: 44px;
		background-image: url("images/site-logo-2.png");
		background-repeat: no-repeat;
		background-size: auto 40px;
		background-position: center;
	}
	.logo-menu-button img {
		display: none;
	}
	/* parts */
	.bottom-contact ul {
		justify-content: space-evenly;
		gap: 20px;
	}
	.bottom-contact ul li a {
		width: 280px;
		font-size: 22px;
	}
	/************** contents **************/
	.page h2 {
		font-size: 34px;
	}
	.page h2 span {
		font-size: 24px;
	}
	
	/* home */
	.home-top-image {
		margin-bottom: 8em;
	}
	.home-top-image::after {
		font-size: 32px;
	}
	.home .fixed-area,
	.home .fixed-area-child {
		position: static;
	}
	.home-section-1 {
		height: auto;
	}
	.home-section-1 h2 {
		margin-bottom: 2em;
		padding: 0;
	}
	.home-section-1-box {
		display: block;
		max-width: 600px;
		margin: 0 auto;
		padding-top: 0;
		background-image: url("images/home-section-1-logo.png");
		background-repeat: no-repeat;
		background-position: center center;
	}
	.home-section-1-box h3 {
		width: 100%;
		background-image: none;
	}
	.home-section-1-box h3 span,
	.home-section-1-box2 div h3 {
		font-size: 26px;
		text-align: center;
	}
	.home-section-1-box div,
	.home-section-1-box2 > div {
		width: 100%;
		padding: 0 1em;
	}
	.home-section-1-box div h4 {
		font-size: 22px;
		text-align: center;
	}
	.home-section-1-box div p,
	.home-section-1-box2 > div p {
		font-size: 18px;
	}
	.home-section-1-box2 {
		display: block;
		max-width: 600px;
		margin: 0 auto;
	}
	.home-section-1-box2 > div:first-child {
		display: none;
	}
	.home-section-1-box2 div ul li {
		font-size: 22px;
	}
	.home-section-2 h2 {
		padding: 1em 2em;
	}
	.home-section-2 div:nth-child(2) {
		padding: 6em 1em;
	}
	.home-section-2 p {
		font-size: 22px;
	}
	
	/* page */
	.entry-title {
		padding: 1em 0 1em 0.5em;
	}
	.business > p:nth-of-type(1) {
		font-size: 22px;
	}
	.company #company-philosophy h3 span {
		font-size: 26px;
	}
	.company #company-philosophy ol li {
		font-size: 18px;
	}
	.contact dd {
		margin-bottom: 1.5em;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	main.main, div.sidebar {
		padding: 0;
	}
	/* navigation */
	.navi-footer-in > .menu-footer li.menu-item {
		width: 25%;
	}
	/************** parts **************/
	/* button */
	.btn-01 a {
		padding: 0.5em 1.5em;
		font-size: 15px;
	}
	/************** contents **************/
	/* home */
	.home-section-1 {
		padding-bottom: 0;
	}
	.home-section-2 {
		padding-top: 15em;
		background-size: 200%;
	}
	.home-section-4 {
		padding: 5em 0;
	}
	.home-section-4 ul:nth-of-type(2) li a {
		padding: 0.5em 1.5em;
		font-size: 15px;
	}
	/* page */
	.entry-title {
		font-size: 24px;
	}
	.page-contents h3 span {
		font-size: 24px;
	}
	.page-contents h4 {
		font-size: 22px;
	}
	.business-category-1 div div p,
	.business-category-2 div div p,
	.works div div p,
	.company #company-sdgs p {
		font-size: 17px;
	}
	
	.contact > p {
		font-size: 18px;
	}
}

/*620px以下*/
@media screen and (max-width: 620px){
	.smanone {
		display: none;
	}
	/* parts */
	.bottom-contact {
		padding: 2em 0;
	}
	.bottom-contact p {
		font-size: 22px;
		margin-bottom: 2em;
	}
	.bottom-contact ul {
		display: block;
		margin-bottom: 0;
	}
	.bottom-contact ul li a {
		margin: 0 auto 1em auto;
	}
	
	/************** contents **************/
	.btn-02 a {
		font-size: 16px;
	}
	/* home */
	.home-top-image > div:first-child {
		display: none;
	}
	.home-top-image > div:last-child {
		display: block;
		text-align: center;
		margin-top: -3px;
	}
	.home-section-1 h2 {
		margin-bottom: 1em;
	}
	.home-section-1-box h3 span,
	.home-section-1-box2 div h3 {
		font-size: 22px;
	}
	.home-section-1-box div h4 {
		font-size: 20px;
	}
	.home-section-1-box div p,
	.home-section-1-box2 div p{
		font-size: 17px;
	}
	.home-section-1-box2 div ul li {
		font-size: 18px;
	}
	.home-section-2 div:nth-child(2) {
		padding: 3em 1em 5em 1em;
	}
	.home-section-2 ul {
		justify-content: center;
	}
	.home-section-2 ul li {
		max-width: 100px;
		width: 30%;
	}
	.home-section-2 p {
		font-size: 20px;
	}
	.home-section-3 {
		padding: 4em 1em 6em 1em;
	}
	.home-section-4 h3 {
		font-size: 22px;
	}
	.home-section-3 ul li {
		width: 47%;
	}
	.home-section-3 ul li span {
		font-size: 16px;
	}
	.home-section-3 ul li span:last-child {
		padding: 0.8em;
	}
	.home-section-4 ul:nth-of-type(1),
	.home-section-4 ul:nth-of-type(2) {
		display: block;
	}
	.home-section-4 ul:nth-of-type(2) li {
		margin: 0 1em 1em 1em;
	}
	.home-section-4 ul:nth-of-type(2) li a {
		margin: 0 auto;
		max-width: 300px;
	}
	/* page */
	.entry-title {
		font-size: 20px;
	}
	.page h2 {
		font-size: 30px;
	}
	.page h2 span {
		font-size: 22px;
	}
	.page-contents h3 {
		margin-bottom: 2em;
	}
	.business > p:nth-of-type(1) {
		font-size: 20px;
		padding: 3em 10px;
		background-size: contain;
	}
	.business-category-1 > div, 
	.business-category-2 > div,
	.works > div {
		display: block;
	}
	.business-category-1 > div > p,
	.business-category-2 > div > p,
	.works > div > p,
	.business-category-1 div div,
	.business-category-2 div div,
	.works div div {
		width: 100%;
	}
	.page-contents h5 {
		text-align: center;
	}
	.business-category-2 h5::after {
		content: none;
	}
	.works > div:first-of-type > ul,
	.works > div > ul {
		justify-content: space-around;
	}
	.company #company-philosophy {
		margin-bottom: 6em;
	}
	.company #company-philosophy h3 span,
	.company #company-sdgs h3 span {
		font-size: 24px;
	}
	.company #company-philosophy ol li {
		font-size: 17px;
	}
	.company #company-sdgs .company-sdgs-box {
		display: block;
		margin-bottom: 5em;
	}
	.company #company-sdgs .company-sdgs-box div,
	.company #company-sdgs .company-sdgs-box ul {
		width: 100%;
		margin-bottom: 2em;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/************** header **************/
	/* logo */
	.mobile-menu-buttons a {
		background-image: url("images/site-logo-3.png");
		background-repeat: no-repeat;
		background-size: auto 20px;
		background-position: center;
	}
	/************** contents **************/
	.article h4,
	.article h5,
	.article h6 {
		font-size: 20px;
	}
	.page h2 span {
		font-size: 22px;
	}
	
	/* home */
	.home-section-2 {
		padding-top: 8em;
	}
	.home-section-2 h2 {
		padding: 1em 1.2em;
	}
	.home-section-2 div:nth-child(2) {
		padding: 3em 1em 5em 1em;
	}
	.home-section-2 ul {
		flex-wrap: wrap;
	}
	.home-section-2 p {
		font-size: 20px;
	}
	.home-section-3 ul {
		display: block;
	}
	.home-section-3 ul li {
		width: 100%;
	}
	.works > div > ul li {
		width: 45%;
	}
	.company #company-sdgs .company-sdgs-box div ul {
		font-size: 16px;
	}
	.company #company-sdgs .company-sdgs-box > ul li {
		width: 60px;
	}
	.contact dt p {
		font-size: 16px;
	}
}

/*360px以下*/
@media screen and (max-width: 360px) {
	
}