@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}

body {
		line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
		display: block;
}

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

ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
		content: "";
		content: none;
}

a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		background: transparent;
}

/* change colours to suit your needs */
ins {
		background-color: #ff9;
		color: #000;
		text-decoration: none;
}

/* change colours to suit your needs */
mark {
		background-color: #ff9;
		color: #000;
		font-style: italic;
		font-weight: bold;
}

del {
		text-decoration: line-through;
}

abbr[title], dfn[title] {
		border-bottom: 1px dotted;
		cursor: help;
}

table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #cccccc;
		margin: 1em 0;
		padding: 0;
}

input, select {
		vertical-align: middle;
}

html {
		width: 100%;
		height: 100%;
		font-size: 100%;
}

body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		color: #303B35;
		-webkit-text-size-adjust: none;
		-webkit-font-smoothing: antialiased;
		line-height: 2;
		word-wrap: break-word;
		line-break: strict;
		overflow-x: hidden;
}
@media screen and (max-width: 760px) {
		body {
				font-size: 16px;
		}
}

a {
		color: #008341;
		text-decoration: none;
		-webkit-transition: 0.5s;
		transition: 0.5s;
}

img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
}

.main img {
		-webkit-transition: 0.5s;
		transition: 0.5s;
}
@media screen and (min-width: 761px) {
		.main a[href]:hover {
				opacity: 0.7;
		}
}

/* @media class
-------------------------------- */
.sp {
		display: none;
}
@media screen and (max-width: 760px) {
		.sp {
				display: block;
		}
}

.pc {
		display: none;
}
@media screen and (min-width: 761px) {
		.pc {
				display: block;
		}
}

.spi {
		display: none;
}
@media screen and (max-width: 760px) {
		.spi {
				display: inline;
		}
}

.pci {
		display: none;
}
@media screen and (min-width: 761px) {
		.pci {
				display: inline;
		}
}

.wrapper {
		position: relative;
		padding-top: 80px;
}
@media screen and (max-width: 760px) {
		.wrapper {
				padding-top: 50px;
		}
}
.wrapper .main {
		position: relative;
		overflow: hidden;
		z-index: 1;
}

.header {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 40px;
}
@media screen and (max-width: 760px) {
		.header {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 0;
				padding-right: 0;
		}
}
@media screen and (max-width: 760px) {
		.header {
				padding-bottom: 14px;
		}
}
@media screen and (max-width: 760px) {
		.header_logo {
				padding: 0 25px;
		}
}
.header_logo_image {
		margin-bottom: 22px;
}
@media screen and (max-width: 760px) {
		.header_logo_image {
				width: 200px;
				margin-bottom: 7px;
		}
}
.header_logo_image a:hover {
		opacity: 1 !important;
}
.header_logo_text {
		font-size: 28px;
		font-weight: 500;
		line-height: 1.5;
}
@media screen and (max-width: 760px) {
		.header_logo_text {
				font-size: 12px;
		}
}

.gnav {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		height: 100%;
}
@media screen and (max-width: 760px) {
		.gnav {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 0;
				padding-right: 0;
		}
}
@media screen and (max-width: 1140px) {
		.gnav {
				display: none;
		}
}
.gnav_wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		z-index: 100;
		background: transparent rgba(255, 255, 255, 0.15);
		-webkit-backdrop-filter: blur(30px);
		        backdrop-filter: blur(30px);
}
@media screen and (max-width: 1140px) {
		.gnav_wrap {
				height: 50px;
		}
}
.gnav_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 100%;
}
.gnav_list_item {
		margin-left: 30px;
}
.gnav_list_item > a {
		position: relative;
		display: block;
		padding-bottom: 2px;
		color: #303B35;
		font-family: "Titillium Web", sans-serif;
		font-size: 16px;
		font-weight: 400;
		cursor: pointer;
}
.gnav_list_item > a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		display: block;
		width: 0;
		height: 1px;
		background: black;
		-webkit-transition: 0.2s;
		transition: 0.2s;
}
@media screen and (min-width: 761px) {
		.gnav_list_item:hover > a {
				opacity: 1 !important;
		}
}
@media screen and (min-width: 761px) {
		.gnav_list_item:hover > a::after {
				width: 100%;
		}
}

.spnav_wrap {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 6;
		width: 100%;
		height: 100vh;
		background: #2D2E45;
		overflow-y: scroll;
}

.spnav {
		padding: 50px 25px;
}
.spnav_logo {
		margin-bottom: 30px;
}
.spnav_list {
		margin-bottom: 10px;
}
.spnav_list_item > a {
		position: relative;
		display: block;
		color: white;
		font-family: "Titillium Web", sans-serif;
		font-size: 36px;
		font-weight: 400;
		cursor: pointer;
}

.overlay {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		cursor: pointer;
		opacity: 0;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
		z-index: 0;
}
.overlay.open {
		width: 100%;
		height: 100vh;
		opacity: 1;
}

.footer {
		position: relative;
		padding: 60px 0 20px;
		background: #2D2E45;
}
@media screen and (max-width: 760px) {
		.footer {
				padding: 45px 0 20px;
		}
}
.footer_inner {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
}
@media screen and (max-width: 760px) {
		.footer_inner {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 0;
				padding-right: 0;
		}
}
.footer_info {
		margin-bottom: 45px;
		color: white;
}
@media screen and (max-width: 760px) {
		.footer_info {
				width: 176px;
				margin: 0 auto 40px;
		}
}
.footer_info_logo {
		margin-bottom: 30px;
}
.footer_info_name {
		margin-bottom: 12px;
}
.footer_info_address {
		font-size: 12px;
}

.fnav {
		position: absolute;
		left: 0;
		top: 100px;
		width: 100%;
}
@media screen and (max-width: 1140px) {
		.fnav {
				position: static;
		}
}
@media screen and (max-width: 760px) {
		.fnav {
				margin-bottom: 30px;
		}
}
.fnav_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
		.fnav_list {
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				padding: 0 10px;
		}
}
.fnav_list_item {
		margin: 0 15px;
}
@media screen and (max-width: 760px) {
		.fnav_list_item {
				margin-bottom: 15px;
		}
}
.fnav_list_item a {
		color: white;
		font-family: "Titillium Web", sans-serif;
}

.copyright {
		color: white;
		font-size: 10px;
		text-align: center;
}

/* ページ上へ戻る */
.pagetop {
		position: fixed;
		bottom: 30px;
		right: 50px;
		display: none;
		z-index: 3;
}
@media screen and (max-width: 760px) {
		.pagetop {
				left: auto;
				right: 10px;
		}
}
.pagetop a {
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		background: #2D2E45 url(../img/common/icn_pagetop.svg) 0 0 no-repeat;
		border-radius: 50%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.navi-btn {
		position: absolute;
		top: 0;
		right: 0;
		display: none;
		width: 50px;
		height: 50px;
		z-index: 100;
}
@media screen and (max-width: 1140px) {
		.navi-btn {
				display: block;
		}
}
@media screen and (max-width: 760px) {
		.navi-btn {
				display: block;
		}
}

.panel-btn {
		position: relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		text-decoration: none;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
@media screen and (max-width: 760px) {
		.panel-btn {
				width: 50px;
				height: 50px;
		}
}

.close .panel-btn-icon {
		background: transparent;
}
.close .panel-btn-icon::before, .close .panel-btn-icon::after {
		background: white;
		margin-top: -2px;
}
.close .panel-btn-icon::before {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
}

.close .panel-btn-icon::after {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
}

.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 34px;
		height: 2px;
		margin-top: -1px;
		background: black;
		text-align: center;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
}
.panel-btn-icon::before, .panel-btn-icon::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		width: 34px;
		height: 2px;
		right: 0;
		background: black;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
.panel-btn-icon::before {
		margin-top: -8px;
}
.panel-btn-icon::after {
		margin-top: 6px;
}
.title-main {
		margin-bottom: 40px;
}
.title-main .en {
		display: block;
		margin-bottom: 15px;
		color: #008341;
		font-size: 16px;
		font-family: "Titillium Web", sans-serif;
		font-weight: 600;
		line-height: 1.5;
}
.title-main .ja {
		display: block;
		font-size: 40px;
		font-weight: 400;
		line-height: 1.3;
}
@media screen and (max-width: 760px) {
		.title-main .ja {
				font-size: 36px;
		}
}

.mv {
		position: relative;
}
@media screen and (max-width: 760px) {
		.mv {
				margin-bottom: 67px;
		}
}
.mv::after {
		position: absolute;
		left: 50%;
		bottom: -94px;
		content: "";
		display: block;
		width: 1px;
		height: 94px;
		background: #707070;
}
@media screen and (max-width: 760px) {
		.mv::after {
				bottom: -70px;
				height: 29px;
		}
}
@media screen and (max-width: 760px) {
		.mv::before {
				position: absolute;
				left: 50%;
				bottom: -40px;
				content: "SCROLL";
				display: block;
				font-family: "Titillium Web", sans-serif;
				font-size: 16px;
				font-weight: 600;
				white-space: nowrap;
				-webkit-transform: translateX(-50%);
				        transform: translateX(-50%);
		}
}

.about_inner {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
		padding-top: 80px;
		padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
		.about_inner {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 25px;
				padding-right: 25px;
		}
}
@media screen and (max-width: 760px) {
		.about_inner {
				padding-bottom: 40px;
		}
}
.about_inner::before {
		position: absolute;
		top: 0;
		left: 50%;
		content: "ABOUT LEATECH";
		margin-left: 30px;
		color: #F1F5F4;
		font-family: "Titillium Web", sans-serif;
		font-size: 112px;
		font-weight: 600;
		white-space: nowrap;
}
@media screen and (max-width: 760px) {
		.about_inner::before {
				left: auto;
				right: 25px;
				font-size: 40px;
		}
}
.about_text {
		margin-bottom: 40px;
		line-height: 2;
}
.about_image {
		margin-bottom: 100px;
		text-align: center;
}
@media screen and (max-width: 760px) {
		.about_image {
				margin-bottom: 58px;
		}
}
.about_image img {
		width: 769px;
}
.about_service {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
}
@media screen and (max-width: 760px) {
		.about_service {
				display: block;
				width: auto;
		}
}
.about_service_item {
		width: 30.8%;
}
@media screen and (max-width: 760px) {
		.about_service_item {
				width: 100%;
				margin-bottom: 50px;
		}
}
.about_service_item_title {
		position: relative;
		margin-bottom: 25px;
		padding-left: 65px;
		color: #008341;
		font-size: 20px;
		font-weight: 500;
		line-height: 50px;
}
.about_service_item_title::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 50px;
		height: 50px;
}
.about_service_item_title-system::before {
		background: url(../img/top/icn_about_01.svg) 0 0 no-repeat;
}
.about_service_item_title-web::before {
		background: url(../img/top/icn_about_02.svg) 0 0 no-repeat;
}
.about_service_item_title-ec::before {
		background: url(../img/top/icn_about_03.svg) 0 0 no-repeat;
}
.about_service_item.soon .about_service_item_title {
		position: relative;
}
.about_service_item.soon .about_service_item_title::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "Coming Soon";
		color: #ADADAD;
		font-size: 16px;
		font-weight: 500;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}
.about_service_item_text {
		line-height: 1.5;
}
.about_service_item:last-child {
		margin-bottom: 0;
}

.mission {
		position: relative;
}
.mission::before {
		position: absolute;
		top: 0;
		left: 50%;
		content: "MISSION";
		margin-left: 420px;
		color: rgba(241, 245, 244, 0.15);
		font-family: "Titillium Web", sans-serif;
		font-size: 112px;
		font-weight: 600;
		line-height: 1.5;
		white-space: nowrap;
}
@media screen and (max-width: 760px) {
		.mission::before {
				top: 210px;
				left: auto;
				right: 25px;
				font-size: 40px;
		}
}
.mission_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
}
@media screen and (max-width: 760px) {
		.mission_inner {
				display: block;
				width: auto;
		}
}
.mission_image {
		width: 50%;
}
@media screen and (max-width: 760px) {
		.mission_image {
				width: 100%;
		}
}
.mission_image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}
@media screen and (max-width: 760px) {
		.mission_image img {
				height: 200px;
		}
}
.mission_main {
		width: 50%;
		padding: 110px 0 90px 80px;
		background: #2D2E45 url(../img/top/logo_image.svg) 220px 250px no-repeat;
		color: white;
}
@media screen and (max-width: 760px) {
		.mission_main {
				width: 100%;
				padding: 90px 25px 58px;
				background-size: 120px 142px;
				background-position: center;
		}
}
.mission_main_title {
		margin-bottom: 50px;
		font-family: "Titillium Web", sans-serif;
		font-weight: 600;
}
@media screen and (max-width: 760px) {
		.mission_main_title {
				margin-bottom: 30px;
		}
}
.mission_main_copy {
		margin-bottom: 40px;
		font-size: 40px;
		font-weight: 400;
		line-height: 1.35;
}
@media screen and (max-width: 760px) {
		.mission_main_copy {
				margin-bottom: 30px;
				font-size: 36px;
		}
}
.mission_main_text {
		max-width: 570px;
		line-height: 2;
}

.flow_inner {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
		padding-top: 80px;
		padding-bottom: 20px;
}
@media screen and (max-width: 760px) {
		.flow_inner {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 25px;
				padding-right: 25px;
		}
}
@media screen and (max-width: 760px) {
		.flow_inner {
				padding-bottom: 40px;
		}
}
.flow_inner::before {
		position: absolute;
		top: 0;
		right: -120px;
		content: "FLOW";
		color: #F1F5F4;
		font-family: "Titillium Web", sans-serif;
		font-size: 112px;
		font-weight: 600;
		white-space: nowrap;
}
@media screen and (max-width: 760px) {
		.flow_inner::before {
				left: auto;
				right: 25px;
				font-size: 40px;
		}
}
.flow_main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
}
@media screen and (max-width: 760px) {
		.flow_main {
				display: block;
				width: auto;
		}
}
.flow_main_text {
		width: 37.5%;
}
@media screen and (max-width: 760px) {
		.flow_main_text {
				width: 100%;
				margin-bottom: 30px;
		}
}
.flow_main_text_message {
		margin-bottom: 40px;
}
.flow_main_text_title {
		margin-bottom: 30px;
		color: #008341;
		font-size: 20px;
		font-weight: 500;
}
.flow_main_text_list li {
		margin-bottom: 10px;
}
.flow_main_image {
		width: 55.5%;
		margin-top: -90px;
}
@media screen and (max-width: 760px) {
		.flow_main_image {
				width: 100%;
				margin-top: 0;
		}
}
.flow_main_image img {
		width: 594px;
}
.flow_main_image_title {
		margin-bottom: 30px;
		color: #008341;
		font-size: 20px;
		font-weight: 500;
}

.works_inner {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
		padding-top: 80px;
		padding-bottom: 40px;
}
@media screen and (max-width: 760px) {
		.works_inner {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 25px;
				padding-right: 25px;
		}
}
@media screen and (max-width: 760px) {
		.works_inner {
				padding-bottom: 40px;
		}
}
.works_inner::before {
		position: absolute;
		top: 0;
		right: -120px;
		content: "WORKS";
		color: #F1F5F4;
		font-family: "Titillium Web", sans-serif;
		font-size: 112px;
		font-weight: 600;
		white-space: nowrap;
}
@media screen and (max-width: 760px) {
		.works_inner::before {
				left: auto;
				right: 25px;
				font-size: 40px;
		}
}
.works_post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
		.works_post {
				display: block;
				width: auto;
		}
}
.works_post_item {
		width: 30.8%;
		margin-right: 3.8%;
		margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
		.works_post_item {
				width: 100%;
				margin-right: 0;
		}
}
.works_post_item:nth-child(3n) {
		margin-right: 0;
}
.works_post_item .image {
		margin-bottom: 20px;
		border: 1px solid #D1D6D3;
		border-radius: 5px;
		overflow: hidden;
}
.works_post_item .name {
		margin-bottom: 12px;
		font-size: 22px;
}
.works_post_item .name .title {
		margin-right: 30px;
		color: #008341;
		font-size: 16px;
		font-weight: 600;
}
.works_post_item .tag {
		margin-bottom: 10px;
		color: #008341;
		font-size: 12px;
}
.works_post_item .tag span {
		margin-right: 5px;
		padding: 4px 10px;
		border: 1px solid #D1D6D3;
		border-radius: 30px;
}
.works_post_item .text {
		line-height: 1.5;
}

.faq_inner {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
		padding-top: 80px;
		padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
		.faq_inner {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 25px;
				padding-right: 25px;
		}
}
@media screen and (max-width: 760px) {
		.faq_inner {
				padding-bottom: 40px;
		}
}
.faq_inner::before {
		position: absolute;
		top: 0;
		right: -120px;
		content: "FAQ";
		color: #F1F5F4;
		font-family: "Titillium Web", sans-serif;
		font-size: 112px;
		font-weight: 600;
		white-space: nowrap;
}
@media screen and (max-width: 760px) {
		.faq_inner::before {
				left: auto;
				right: 25px;
				font-size: 40px;
		}
}
.faq_category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 20px;
}
.faq_category_item {
		margin-right: 14px;
		margin-bottom: 15px;
		padding: 2px 24px;
		border: 1px solid #D1D6D3;
		border-radius: 40px;
		background: #F1F5F4;
		font-size: 12px;
		cursor: pointer;
		-webkit-transition: 0.2s;
		transition: 0.2s;
}
.faq_category_item.this {
		background: #008341;
		color: white;
		cursor: auto;
}
@media screen and (min-width: 761px) {
		.faq_category_item:hover {
				background: #008341;
				color: white;
		}
}
.faq_list {
		border-top: 1px solid #ADADAD;
}
.faq_list_item {
		display: block;
		padding: 30px 0;
		border-bottom: 1px solid #ADADAD;
}
@media screen and (max-width: 760px) {
		.faq_list_item {
				padding: 40px 0;
		}
}
.faq_list_item .category {
		display: inline-block;
		margin-bottom: 16px;
		padding: 2px 24px;
		border: 1px solid #D1D6D3;
		border-radius: 40px;
		background: #F1F5F4;
		font-size: 12px;
}
.faq_list_item .question {
		position: relative;
		margin-bottom: 20px;
		padding-left: 42px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.5;
}
.faq_list_item .question::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "Q";
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #2D2E45;
		color: white;
		font-family: "Titillium Web", sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 30px;
		text-align: center;
}
.faq_list_item .answer {
		position: relative;
		padding-left: 42px;
		line-height: 1.5;
}
.faq_list_item .answer::before {
		position: absolute;
		top: 3px;
		left: 0;
		content: "A";
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #008341;
		color: white;
		font-family: "Titillium Web", sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 30px;
		text-align: center;
}

.topics_inner {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
		padding-top: 80px;
		padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
		.topics_inner {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 25px;
				padding-right: 25px;
		}
}
@media screen and (max-width: 760px) {
		.topics_inner {
				padding-bottom: 40px;
		}
}
.topics_inner::before {
		position: absolute;
		top: 0;
		right: -120px;
		content: "TOPICS";
		color: #F1F5F4;
		font-family: "Titillium Web", sans-serif;
		font-size: 112px;
		font-weight: 600;
		white-space: nowrap;
}
@media screen and (max-width: 760px) {
		.topics_inner::before {
				left: auto;
				right: 25px;
				font-size: 40px;
		}
}
.topics_category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 20px;
}
.topics_category_item {
		margin-right: 14px;
		margin-bottom: 15px;
		padding: 2px 24px;
		border: 1px solid #D1D6D3;
		border-radius: 40px;
		background: #F1F5F4;
		font-size: 12px;
		cursor: pointer;
		-webkit-transition: 0.2s;
		transition: 0.2s;
}
.topics_category_item.this {
		background: #008341;
		color: white;
		cursor: auto;
}
@media screen and (min-width: 761px) {
		.topics_category_item:hover {
				background: #008341;
				color: white;
		}
}
.topics_list {
		border-top: 1px solid #ADADAD;
}
.topics_list_item {
		display: block;
		border-bottom: 1px solid #ADADAD;
}
.topics_list_item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 30px;
		color: #303B35;
}
@media screen and (max-width: 760px) {
		.topics_list_item a {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				padding: 40px 0;
		}
}
.topics_list_item .date {
		width: 110px;
		font-size: 14px;
}
@media screen and (max-width: 760px) {
		.topics_list_item .date {
				width: 90px;
		}
}
.topics_list_item .category {
		width: 180px;
}
.topics_list_item .category span {
		display: inline-block;
		padding: 2px 14px;
		border: 1px solid #D1D6D3;
		border-radius: 3px;
		background: #F1F5F4;
		font-family: "Titillium Web", sans-serif;
		font-size: 13px;
		font-weight: 700;
}
.topics_list_item .title {
		line-height: 1.5;
}
@media screen and (max-width: 760px) {
		.topics_list_item .title {
				width: 100%;
				margin-top: 10px;
		}
}

.contact {
		background: #F1F5F4;
}
.contact_inner {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
		padding-top: 80px;
		padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
		.contact_inner {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 25px;
				padding-right: 25px;
		}
}
@media screen and (max-width: 760px) {
		.contact_inner {
				padding-bottom: 50px;
		}
}
.contact_inner::before {
		position: absolute;
		top: 0;
		right: -120px;
		content: "CONTACT";
		color: white;
		font-family: "Titillium Web", sans-serif;
		font-size: 112px;
		font-weight: 600;
		white-space: nowrap;
}
@media screen and (max-width: 760px) {
		.contact_inner::before {
				left: auto;
				right: 25px;
				font-size: 40px;
		}
}
.contact_message {
		margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
		.contact_message {
				margin-bottom: 20px;
		}
}
.contact_list {
		margin-bottom: 30px;
}
.contact_list tr {
		border-bottom: 1px solid #D1D6D3;
}
.contact_list tr:has(+ .rowspan) {
		border-bottom: 0;
}
.contact_list tr.rowspan th {
		padding-top: 0;
		padding-left: 100px;
}
@media screen and (max-width: 760px) {
		.contact_list tr.rowspan th {
				padding-left: 0;
		}
}
.contact_list tr.rowspan td {
		padding-top: 0;
}
@media screen and (max-width: 760px) {
		.contact_list tr.rowspan td {
				padding-top: 20px;
		}
}
@media screen and (max-width: 760px) {
		.contact_list tr.zip label {
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
		}
}
.contact_list tr.zip .pre {
		display: inline-block;
		width: 60px;
		font-size: 22px;
}
.contact_list tr.zip td {
		-webkit-transform: translateX(-60px);
		        transform: translateX(-60px);
}
@media screen and (max-width: 760px) {
		.contact_list tr.zip td {
				-webkit-transform: translateX(0);
				        transform: translateX(0);
		}
}
.contact_list tr.zip input {
		width: 346px;
}
@media screen and (max-width: 760px) {
		.contact_list tr.zip input {
				width: 265px;
		}
}
.contact_list tr.zip .zip-notice {
		display: inline-block;
		margin-left: 50px;
		font-size: 18px;
		line-height: 1.6;
		font-weight: 500;
		vertical-align: middle;
}
@media screen and (max-width: 760px) {
		.contact_list tr.zip .zip-notice {
				display: none;
		}
}
.contact_list tr.zip .zip-notice_sp {
		display: none;
}
@media screen and (max-width: 760px) {
		.contact_list tr.zip .zip-notice_sp {
				display: block;
				width: 146px;
				margin-left: 24px;
				font-size: 12px;
				font-weight: 400;
				line-height: 1.5;
		}
}
.contact_list th {
		width: 276px;
		padding-top: 60px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.5;
		text-align: left;
		vertical-align: top;
}
@media screen and (max-width: 760px) {
		.contact_list th {
				display: block;
				width: 100%;
				padding-top: 30px;
		}
}
.contact_list th label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.contact_list td {
		padding: 50px 0;
}
@media screen and (max-width: 760px) {
		.contact_list td {
				display: block;
				width: 100%;
				padding: 20px 0 30px;
		}
}
.contact_notice {
		margin-bottom: 50px;
		font-size: 16px;
}
@media screen and (max-width: 760px) {
		.contact_notice {
				margin-bottom: 40px;
		}
}
.contact_notice_title {
		font-weight: 400;
}
.contact_notice_text {
		margin-left: 1em;
		text-indent: -1em;
		font-weight: 400;
}

.company_inner {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
		padding-top: 80px;
		padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
		.company_inner {
				width: auto;
				margin-left: 0;
				margin-right: 0;
				padding-left: 25px;
				padding-right: 25px;
		}
}
@media screen and (max-width: 760px) {
		.company_inner {
				padding-bottom: 40px;
		}
}
.company_inner::before {
		position: absolute;
		top: 0;
		right: -120px;
		content: "COMPANY";
		color: #F1F5F4;
		font-family: "Titillium Web", sans-serif;
		font-size: 112px;
		font-weight: 600;
		white-space: nowrap;
}
@media screen and (max-width: 760px) {
		.company_inner::before {
				left: auto;
				right: 25px;
				font-size: 40px;
		}
}
.company_list {
		border-top: 1px solid #D1D6D3;
}
.company_list_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		padding: 30px;
		border-bottom: 1px solid #D1D6D3;
		line-height: 1.5;
}
@media screen and (max-width: 760px) {
		.company_list_item {
				padding: 20px;
		}
}
.company_list_item .title {
		width: 100px;
		font-weight: 700;
}
.company_list_item .name {
		width: calc(100% - 100px);
}

.map_inner iframe {
		vertical-align: bottom;
}
.map #gmap {
		width: 100%;
		height: 450px;
		background-color: grey;
}

.contact {
		/* reset */
		/* デフォルトのradio、checkboxは非表示 */
		/* フォーカス時の色変更 */
		/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
		/* ラジオボタン */
		/* チェックボックス */
		/* Google Chrome, Safari, Opera 15+, Android, iOS */
		/* Firefox 18- */
		/* Firefox 19+ */
		/* IE 10+ */
}
.contact .required {
		display: inline-block;
		width: 60px;
		height: 30px;
		margin-right: 40px;
		background: #2D2E45;
		color: white;
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
		text-align: center;
		white-space: nowrap;
}
.contact .normal {
		display: inline-block;
		width: 60px;
		height: 30px;
		margin-right: 40px;
		background: #778899;
		color: white;
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
		text-align: center;
		white-space: nowrap;
}
.contact .submit {
		text-align: center;
}
@media screen and (max-width: 760px) {
		.contact .submit {
				margin-left: 4%;
				margin-right: 4%;
		}
}
.contact .submit > div {
		position: relative;
		display: inline-block;
		padding: 0 10px;
}
@media screen and (max-width: 760px) {
		.contact .submit > div {
				padding: 10px 0;
		}
}
.contact .submit button, .contact .submit input[type=submit], .contact .submit input[type=reset] {
		position: relative;
		display: inline-block;
		min-width: 250px;
		padding: 21px 32px;
		border-radius: 40px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background: #008341 url(../img/common/icn_arrow.svg) right 24px center no-repeat;
		color: white;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1;
		cursor: pointer;
		-webkit-transition: 0.5s;
		transition: 0.5s;
}
@media screen and (min-width: 761px) {
		.contact .submit button:hover, .contact .submit input[type=submit]:hover, .contact .submit input[type=reset]:hover {
				opacity: 0.8;
		}
}
.contact .error-message {
		color: #D64646;
}
.contact button,
.contact option,
.contact textarea,
.contact input[type=button],
.contact input[type=submit],
.contact input[type=number],
.contact input[type=email],
.contact input[type=tel],
.contact input[type=text],
.contact input[type=select],
.contact input[type=option],
.contact input[type=checkbox] {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		outline: 0;
		margin: 0;
		background: #fff;
		font-size: 16px;
}
.contact input[type=radio],
.contact input[type=checkbox] {
		display: none;
}
.contact textarea,
.contact input[type=number],
.contact input[type=text],
.contact input[type=email] {
		width: 100%;
		padding: 20px 30px;
		border: 1px solid #D1D6D3;
		margin-top: 5px;
		margin-bottom: 5px;
}
.contact textarea {
		width: 100%;
		height: 280px;
		padding: 20px 30px;
}
@media screen and (max-width: 760px) {
		.contact textarea {
				width: 100%;
				height: 250px;
		}
}
.contact select {
		width: 100%;
		margin: 5px 0;
		padding: 16px;
		border: 1px solid #ccc;
		background: white;
		color: #303B35;
		font-size: 16px;
		letter-spacing: 0.1em;
		cursor: pointer;
}
.contact select:focus,
.contact textarea:focus,
.contact input[type=tel]:focus,
.contact input[type=email]:focus,
.contact input[type=text]:focus {
		border: 1px solid #008341;
}
.contact select::-ms-expand {
		display: none;
}
.contact input[type=radio] + label {
		position: relative;
		display: inline-block;
		cursor: pointer;
		padding: 9px 5px 8px 28px;
		margin-right: 10px;
}
.contact input[type=radio] + label::before,
.contact input[type=radio] + label::after {
		position: absolute;
		display: block;
		content: "";
		top: 50%;
		left: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-radius: 50%;
}
.contact input[type=radio] + label::before {
		width: 22px;
		height: 22px;
		margin-top: -10px;
		background: #FFF;
		border: 1px solid #999;
}
.contact input[type=radio] + label::after {
		left: 6px;
		width: 10px;
		height: 10px;
		margin-top: -4px;
		background: #f4f4f4;
}
.contact input[type=radio]:checked + label::after {
		background: #008341;
}
.contact input[type=checkbox] + label {
		position: relative;
		display: inline-block;
		cursor: pointer;
		margin-right: 10px;
		padding: 6px 5px 8px 22px;
}
@media screen and (max-width: 760px) {
		.contact input[type=checkbox] + label {
				padding-left: 30px;
		}
}
.contact input[type=checkbox] + label::before,
.contact input[type=checkbox] + label::after {
		position: absolute;
		display: block;
		content: "";
		top: 50%;
		left: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.contact input[type=checkbox] + label::before {
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background: #FFF;
		border: 1px solid #999;
}
.contact input[type=checkbox]:checked + label::after {
		position: absolute;
		left: 2px;
		top: 10px;
		content: "";
		display: block;
		width: 15px;
		height: 10px;
		border-top: 4px solid #008341;
		border-right: 4px solid #008341;
		-webkit-transform: rotate(135deg);
		        transform: rotate(135deg);
}
.contact .form-select {
		display: inline-block;
		position: relative;
}
.contact .form-select::after {
		position: absolute;
		top: 50%;
		right: 8px;
		content: "";
		display: block;
		width: 10px;
		height: 7px;
		margin-top: -3px;
		background-color: #303B35;
		pointer-events: none;
		z-index: 11;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contact .form-select select {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
}
.contact ::-webkit-input-placeholder {
		color: #A5A5A5;
		font-weight: 100;
}
.contact :-moz-placeholder {
		color: #A5A5A5;
		opacity: 1;
		font-weight: 100;
}
.contact ::-moz-placeholder {
		color: #A5A5A5;
		opacity: 1;
		font-weight: 100;
}
.contact :-ms-input-placeholder {
		color: #A5A5A5;
		font-weight: 100;
}