@charset "utf-8";

/*!
Theme Name: Natura Tech（ナチュラテック株式会社）
Theme URI: 
Author: Chiaki Komi
Description: 企業サイト用のWordPressテーマです。
Version: 1.0.0
*/

/*----- reset -----*/
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.5;
	color: #333;
	height: 100%;
	position: relative;
	letter-spacing: 0.1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
	display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

textarea {
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

input {
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.5;
	color: #333;
	position: relative;
	letter-spacing: 0.1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input[type="button"],
input[type="submit"],
input[type="email"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

select::-ms-expand {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

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

/*----- reset end -----*/
:root {
	--vw-100: 100vw;
	--vw-50: calc(var(--vw-100)*.5);
	--font-NotoSans: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	--font-NotoSerif: 'Noto Serif JP', serif;
	--font-Syncopate: 'Syncopate', sans-serif;
	--color-green: #094;
	--color-lightgreen: #00D961;
	--color-darkgreen: #008940;
}

html {
	visibility: hidden;
}

html.wf-active,
html.wf-inactive {
	visibility: visible;
}

/*---------- reset end ----------*/
/**********************************************
 * 全ページ共通
 *********************************************/
#wrapper {
	overflow: hidden;
}

.sp_size {
	display: none !important;
}

.table {
	overflow-x: auto;
}

.table::-webkit-scrollbar {
	height: 5px;
}

.table::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.table::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

a {
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

a,
a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a[target="_blank"] {
	padding-right: 25px;
	background: url(images/popup.svg) no-repeat center right 3px;
	color: #274C3C;
}

a[href$=".pdf"] {
	padding-right: 20px;
	background: url(images/icon_pdf.svg) no-repeat bottom 3px right;
}

a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 20px;
	background: url(images/icon_word.svg) no-repeat bottom 3px right;
}

a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 20px;
	background: url(images/icon_excel.svg) no-repeat bottom 3px right;
}

a.none[target="_blank"],
a.none[href$=".pdf"],
a.none[href$=".doc"],
a.none[href$=".docx"],
a.none[href$=".xls"],
a.none[href$=".xlsx"] {
	padding-right: 0;
	background: none;
}

a[href^="tel:"] {
	text-decoration: none;
	pointer-events: none;
}

img {
	display: block;
	max-width: 100%;
	/*width:auto;*/
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a img {
	pointer-events: none;
}

.link_btn a {
	display: inline-block;
	position: relative;
	color: #333;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 2.7rem;
	text-decoration: none !important;
	padding: 12px 0 12px 32px;
	font-weight: 500;
	z-index: 1;
}

/* .link_btn a::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #E6211A;
    border-radius: 50%;
    background: #E6211A;
    top: calc(50% - 12px);
    bottom: 0;
    margin: 0 auto;
    left: 0;
}*/

.link_btn a::after {
	content: '';
	position: absolute;
	display: block;
	background: url(./images/arrow_r_blue.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 17px;
	height: 13px;
	right: 5px;
	top: calc(50% - 6px);
	transition: background 0.3s;
}

/*
.link_btn a:hover::after{
	animation:arrow_l .3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}*/

.link_btn a:hover::after {
	animation: icon-arrow 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
}

@keyframes icon-arrow {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	37% {
		transform: translateX(1.5rem);
		opacity: 1;
	}

	38% {
		transform: translateX(1.5rem);
		opacity: 0;
	}

	39% {
		transform: translateX(-1.5rem);
		opacity: 0;
	}

	40% {
		transform: translateX(-1.5rem);
		opacity: 1;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

/*
.link_btn a span::before {
    background: #222;
    bottom: 12px;
    content: "";
    display: block;
    height: 1px;
    left: 32px;
    position: absolute;
    transition: all 0.2s ease;
    width: 0;
    z-index: 10;
}

.link_btn a:hover span::before {
    width: calc(100% - 32px);
}*/

@-webkit-keyframes arrow_l {

	0%,
	100% {
		background-position: center;
	}

	50%,
	60% {
		background-position: center right -10px;
	}

	61% {
		opacity: 0;
		background-position: center left -20px;
	}

	62% {
		opacity: 1;
		background-position: center left -10px;
	}
}

#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}

/*------------------------------------------------
	header
-------------------------------------------------*/
#header_wrap {
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	transition: all .3s ease;
	padding: 10px 2.4%;
	background: rgba(255, 255, 255, 0.8);
}

#header_wrap:after {
	content: "";
	clear: both;
	display: block;
}

#header_wrap.hide {
	transform: translateY(-100%);
}

#header_wrap.smallhead {
	padding: 20px 2.4%;
}

#header_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	margin: auto;
	/*padding: 0 2.4%;*/
	padding: 0;
	transition: all .3s ease;
}

.logo_link {
	display: block;
	text-decoration: none;
}

#logo {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	max-width: clamp(170px, 10vw, 192px);
}

#logo img {
	display: block;
	width: auto;
	/*max-height: 64px;*/
}

#menu {
	display: flex;
}

#menu-box {
	z-index: 1;
}

#toggle {
	display: none;
}

#menu nav {
	display: flex;
	height: 100%;
}

.menu_list {
	display: flex;
	padding: 0;
	margin: 0;
	padding: 20px;
	border-radius: 50px;
}

.menu_item {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 0 40px;
}

.menu_item:first-child {
	margin-left: 0;
}

.menu_link {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 1.6rem;
	color: #222;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
	position: relative;
	/*padding: 10px 0;*/
}

/*.menu_link::before {
	background: #4BBCD0;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: all 0.2s ease;
	width: 0;
	z-index: 10;
}*/

.menu_link:hover,
.menu_link.current {
	color: #274C3C;
}

/*.menu_link:hover::before,
.menu_link.current::before {
	width: 100% !important;
}*/

.contact_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 75px;
	font-family: var(--font-serif);
	font-size: 1.7rem;
	letter-spacing: 2px;
	line-height: 1.7rem;
	font-weight: 500;
	text-decoration: none;
	color: #fff !important;
	background: transparent;
	transition: background-color .3s;
}

.contact_btn:hover {
	background-color: rgb(11, 130, 174);
}

.contact_btn::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(32, 179, 183), rgb(11, 130, 174));
	top: 0;
	left: 0;
	z-index: -1;
}

/*------------------------------------------------
	footer
-------------------------------------------------*/
#footer_wrap {
	background: #EDF1F6;
	position: relative;
	z-index: 3;
}

.return {
	clear: both;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 9999;
	display: none;
	background: #274C3C;
	border: 2px solid #274C3C;
	width: 60px;
	height: 60px;
	transition-duration: 0.3s;
	font-size: 0;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.return::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 5%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(315deg);
	transition: all .3s ease;
}

.return:hover {
	background: #fff;
}

.return:hover::after {
	border-top: 2px solid #274C3C;
	border-right: 2px solid #274C3C;
}

.f_main_area {
	max-width: 1360px;
	padding: 60px 30px 20px 30px;
	margin: auto;
}

.f_logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 177px;
	/*margin-bottom: 15px;*/
}

.f_logo_link,
.f_logo_img {
	display: block;
	width: 100%;
	border-radius: 0;
}


.f_menu {
	/* padding-top: 30px;*/
	display: flex;
	flex-wrap: wrap;
}

.f_menu_list {
	padding: 0;
	margin-bottom: 70px;
	margin-right: 10%;
}

.f_menu_item {
	position: relative;
	list-style: none;
}

.f_menu_link,
.f_sub_link {
	display: block;
	color: #222 !important;

	letter-spacing: 0;
	text-decoration: none !important;
}

.f_menu_link {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
	transition: color 0.3s;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.625;
}

.f_menu_link:hover {
	color: #274C3C !important;
}

.f_menu_link:hover::after {
	opacity: 1;
}


.f_sub_list {
	padding: 0;
}


.f_sub_link:hover {
	color: #274C3C !important;
	text-decoration: underline !important;
}

.f_sub_item {
	list-style: none;
	margin: 0;
	line-height: 2rem;
}

.f_menu_list .f_sub_item {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0 0 10px 0;
	padding: 0;
}


.f_sub_item.f_sub_ttl_link {
	position: relative;
	padding-left: 16px;
}

.f_sub_item.f_sub_ttl_link:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 1px;
	background: #222;
	left: 1px;
	top: calc(50% - 1px);
}


.footer_bottom {
	position: relative;
}

.f_sub_link_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 20px 0;
}

.f_sub_link_list .f_sub_item {
	position: relative;
	padding: 0 18px 0 18px;
	/*border-right:1px solid #ccc;*/
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
}

.f_sub_link_list .f_sub_item:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 6.5px);
	/*border-right:1px solid #ccc;*/
	width: 1px;
	height: 13px;
	background: #ccc;
}

.f_sub_link_list .f_sub_item:first-child {
	padding: 0 18px 0 0;
}

.f_sub_link_list .f_sub_item:last-child {
	padding: 0 0 0 18px;
	border-right: none;
}

.f_sub_link_list .f_sub_item:last-child:after {
	content: none;
}


#copyright {
	margin: 0;
	line-height: 1.2;
	width: 100%;
}

#copyright p {
	margin: 0;
	padding: 0;
}

.copy_txt {
	font-size: 1.3rem;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0;
}

.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

.fadein.from-top {
	opacity: 0;
	transform: translateY(-50px);
	transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

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


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

	/*------------------------------------------------
        header
    -------------------------------------------------*/
	#logo {}

	.menu_list {
		padding: 25px 40px;
	}

	.menu_item {
		margin-left: 25px;
	}

	.menu_link {}

}

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

	/**********************************************
 * 全ページ共通
 *********************************************/
	#wrapper.fixed {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#nojs {
		width: auto;
		background: #fff;
		color: #f00;
		padding: 10px;
		border: 5px solid #F00;
		text-align: center;
		margin: 10px auto;
	}

	/*------------------------------------------------
        header
    -------------------------------------------------*/
	header {
		position: static;
	}

	#header_wrap {
		padding: 0;
		height: auto;
		border-bottom: 0;
		position: fixed;
		background: #fff;
	}

	#header_wrap.smallhead {
		padding: 0;
	}

	#logo {
		padding: 0 13px;
		max-width: 37vw;
	}

	#logo img {
		width: 110px;
		max-width: 100%;
	}

	#menu nav {
		display: block;
	}

	#menu-box {
		overflow: auto;
		overflow: hidden;
		float: none;
		padding: 0;
		z-index: 10000;
		position: static;
		background: #274C3C;
		margin: 10px 10px;
		border-radius: 2px;
		width: 40px;
		height: 40px;
	}

	#toggle {
		display: block;
		position: relative;
		height: 40px;
		top: 0;
		right: 0;
		z-index: 1000;
		float: right;
	}

	#toggle a {
		display: block;
		background: none;
		color: #fff;
		text-decoration: none;
		font-size: 66.7%;
		width: 40px;
		height: 100%;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: 0;
		position: relative;
	}

	#toggle a span,
	#toggle a::before,
	#toggle a::after {
		content: "";
		font-size: 0;
		position: absolute;
		display: block;
		background: #fff;
		width: 20px;
		height: 2px;
		margin: auto;
		left: 0;
		right: 0;
		transition: top 0.3s;
	}

	#toggle a::before {
		top: 13px;
	}

	#toggle a span {
		top: 20px;
	}

	#toggle a::after {
		top: 27px;
	}

	#toggle a.open:before {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 20px;
		left: 0;
		right: 0;
	}

	#toggle a.open span {
		opacity: 0;
	}

	#toggle a.open:after {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		left: 0;
		right: 0;
	}

	.menu_dis {
		display: none !important;
	}

	#menu {
		display: block;
		clear: both;
		background: #FFF;
		position: absolute;
		z-index: 200;
		left: 0;
		top: 60px;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 30px 20px;
		margin: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.3s;
		opacity: 1;
		z-index: 1000;
		position: fixed;
	}


	#menu-box .menu_list {
		display: block;
		overflow: hidden;
		padding: 0 0 25px;
		margin: 0;
		box-shadow: unset;
	}

	.menu_item {
		margin: 0;
		border-bottom: 1px solid #DADEDC;
	}

	/*.menu_item:first-child {
		border-top: 1px solid #DADEDC;
	}*/


	.menu_link {
		font-size: 1.6rem;
		font-weight: 500;
		color: #222 !important;
		height: auto;
		padding: 15px 27px 13px 8px;
		position: relative;
	}

	/*.menu_link::before {
		content: none;
	}*/

	.menu_link::after {
		position: absolute;
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #274C3C;
		border-right: 2px solid #274C3C;
		top: calc(50% - 6px);
		right: 16px;
		transform: rotate(45deg);
		transition: all .3s;
	}

	.contact_btn_wrap {
		padding-bottom: 40px;
	}

	.contact_btn {
		width: 100%;
		padding: 0 10px;
		height: 60px;
		font-size: 1.6rem;
	}


	/*------------------------------------------------
        footer
    -------------------------------------------------*/
	.cta_item {
		font-size: 2.0rem;
	}



	/*.f_menu_item {
		margin: 0 0 0 30px;
	}*/

	.f_menu_list li:nth-child(1)::before,
	.f_menu_list li::after {
		right: -15px;
	}

	.f_menu_link {
		font-size: 1.4rem;
	}

}



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

	/**********************************************
    * 全ページ共通
    *********************************************/
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		font-size: 1.3rem;
		min-width: 0;
	}

	p {
		font-size: 1.3rem;
	}

	a[href^="tel:"] {
		text-decoration: underline;
		pointer-events: auto;
	}

	.pc_size {
		display: none !important
	}

	.sp_size {
		display: block !important
	}

	/*------------------------------------------------
        header
    -------------------------------------------------*/

	/*------------------------------------------------
        footer
    -------------------------------------------------*/
	#footer_wrap {
		padding: 60px 0 0 0;
	}

	#footer_wrap:after {
		top: 90px;
	}

	.footer_curve_top {
		height: 50px;
	}

	.f_main_area {
		padding: 0;
	}

	.f_main_area {
		display: block;
	}


	.f_logo {
		position: relative;
		margin: 10px auto;
	}

	.f_menu {
		padding: 25px 0 20px;
		/*border-bottom: 1px solid #ddd;*/
		display: block;
	}

	.f_menu_list {
		/* display: flex;*/
		display: block;
		padding: 0;
		margin: auto;
		/* border-top: 1px solid #ddd;*/
	}

	.f_menu_list:first-child {
		border-top: 1px solid #e5e5e5;
	}

	.f_menu_item {
		margin: 0;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
	}


	.f_menu_link {
		display: block;
		padding: 20px;
		font-size: 1.4rem;
		letter-spacing: 0;
		text-align: left;
		margin-bottom: 0;
	}

	.f_sub_list {
		justify-content: center;
		margin: 0;
		padding: 0 10px;
		display: none;
		border-top: 1px solid #e5e5e5;
	}

	.f_menu_list .f_sub_item {
		padding: 12px 10px;
		margin: 0;
	}

	.f_sub_item {
		margin: 0 14px;
	}

	.f_sub_link {
		font-size: 1.4rem;
	}

	.f_menu_list li::before,
	.f_menu_list li::after {
		content: none;
	}

	.f_menu_list li:nth-child(1)::before {
		content: none;
	}

	.f_menu_item {
		transform: none;
	}

	.f_sub_item.f_sub_ttl_link:before {
		width: 6px;
	}

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

	.copy_txt {
		font-size: 0.8rem;
	}

	.f_parent_link.open::after {
		opacity: 0;
	}

	.footer_link_top.sp_size {
		padding: 15px 20px 12px 10px;
		/* border-top: 1px solid #ddd;*/
	}

	.footer_link_top.sp_size a {
		font-size: 1.4rem;
		font-weight: 500;
	}

	.sp_size .f_sub_link {
		display: block;
		padding: 15px 20px;
		font-size: 13px;
		letter-spacing: 1.3px;
		text-align: center;
	}

	.f_sub_link_list .f_sub_item::after {
		content: none;
	}

	.f_sub_link_list {
		padding-bottom: 25px;
		border-bottom: 1px solid #ddd;
	}

	.footer_menu_list .f_sub_link {
		display: block;
	}

	.f_sub_item {
		padding: 10px 20px 10px 0;
		margin: 0;
	}


	.f_sub_link_list .f_sub_item:first-child,
	.f_sub_link_list .f_sub_item {
		width: 100%;
		padding: 10px 18px;
		text-align: left;
	}


}