html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;transition:all 0.5s ease}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

body {
    line-height: 1.8;
    letter-spacing: 1px;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    -webkit-text-size-adjust: 100%;
}
body a {
	text-decoration: none;
	color: #363636;
}
.en {
	font-family: "Inter", sans-serif;
}
body img {
	vertical-align: bottom;
}
.page404.page_content {
	padding: 120px 20px 80px;
}
div#wrapper {
	width: 100%;
	overflow: hidden;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_2culm {
	width: 48%;
	margin-right: 4%;
}
.flex_2culm:nth-child(2n) {
	margin-right: 0%;
}
.flex_3culm {
	width: 30.66666%;
	margin-right: 4%;
}
.flex_3culm_sp4:nth-child(4) {
	display: none;
}
.flex_3culm:nth-child(3n) {
	margin-right: 0%;
}
.flex_3culm_nopadding {
	margin: 0;
	width: 33.333%;
}
.flex_4culm {
	width: 22%;
	margin-right: 4%;
}
.flex_4culm:nth-child(4n) {
	margin-right: 0%;
}
.flex_2culm_65 {
	width: 63%;
}
.flex_2culm_65:nth-child(2) {
	margin-left: 2%;
}
.flex_2culm_65 img {
	width: 100%;
}
.flex_2culm_35 {
	width: 35%;
}
.flex_2culm_35:nth-child(2) {
	margin-left: 2%;
}
.flex_2culm_35 img {
	width: 100%;
}
.flex_2culm_70 {
	width: 68%;
}
.flex_2culm_70:nth-child(2) {
	margin-left: 2%;
}
.flex_2culm_70 img {
	width: 100%;
}
.flex_2culm_30 {
	width: 30%;
}
.flex_2culm_30:nth-child(2) {
	margin-left: 2%;
}
.flex_2culm_30 img {
	width: 100%;
}
.al_center {
	align-items: center;
}
.maxwidth {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.maxwidth1500 {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 20px;
}
.maxwidth1000 {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.maxwidth900 {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}
.maxwidth800 {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
}
.maxwidth600 {
	max-width: 625px;
	margin: 0 auto;
	padding: 0 20px;
}
.maximg img {
	width: 100%;
	height: auto;
}
.mainimg {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: fit-content;
}
.mainimg:before {
	content: "";
	display: block;
	padding-top: 65%;
}
.mainimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: none;
	min-height: 100%;
	object-fit: cover;
}
a:hover .mainimg img {
	transform: translate(-50%, -50%) scale(1.1);
}
.mainimg100 {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: fit-content;
}
.mainimg100:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mainimg100 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
	max-width: none;
}
a:hover .mainimg100 img {
	width: auto;
	height: 110%;
}
.bg_text {
	font-size: 18px;
}
.text {
	font-size: 16px;
}
.sm_text {
	font-size: 14px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: 500;
}
.right {
	text-align: right;
}
#page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 80%;
    z-index: 1000;
}
p#page-top img {
    width: 50px;
}
.low_post__maincontent h1 {
	position: relative;
	font-size: 24px;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: solid 2px #dcdcdc;
	font-weight: 500;
}
.low_post__maincontent h1:before {
	content: "";
	position: absolute;
	width: 2.5em;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #224c9a;
}
.low_post__maincontent h2 {
	position: relative;
	font-size: 22px;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: solid 2px #dcdcdc;
	font-weight: 500;
}
.low_post__maincontent h2:before {
	content: "";
	position: absolute;
	width: 2.5em;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #224c9a;
}
.low_post__maincontent h3 {
	position: relative;
	font-size: 20px;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: solid 2px #dcdcdc;
	font-weight: 500;
}
.low_post__maincontent h3:before {
	content: "";
	position: absolute;
	width: 2.5em;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #224c9a;
}
.low_post__maincontent h4 {
	position: relative;
	font-size: 18px;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: solid 2px #dcdcdc;
	font-weight: 500;
}
.low_post__maincontent h4:before {
	content: "";
	position: absolute;
	width: 2.5em;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #224c9a;
}
.low_post__maincontent h5 {
	position: relative;
	font-size: 16px;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: solid 2px #dcdcdc;
	font-weight: 500;
}
.low_post__maincontent h5:before {
	content: "";
	position: absolute;
	width: 2.5em;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #224c9a;
}
.low_post__maincontent h6 {
	position: relative;
	font-size: 14px;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: solid 2px #dcdcdc;
	font-weight: 500;
}
.low_post__maincontent h6:before {
	content: "";
	position: absolute;
	width: 2.5em;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #224c9a;
}
.slick-slider div {
	transition: none;
	vertical-align: middle;
}
.low_header {
	position: relative;
	overflow: hidden;
	height: auto;
}
.low_header:before {
	content: "";
	display: block;
	padding-top: 30%;
}
.low_header:after {
	content: "";
	display: block;
	background: rgb(46 49 56 / 50%);
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
}
@media (min-width: 1400px) {
	.low_header:before {
		padding-top: 25%;
	}
}
@media (min-width: 1800px) {
	.low_header:before {
		padding-top: 20%;
	}
}
.breadcrumbs {
    padding: 5px 20px;
    font-size: 10px;
    z-index: 1;
    font-weight: 400;
    position: absolute;
    /* margin-bottom: 80px; */
}
.breadcrumbs a {
    color: #000;
}
.low_header__bk {
	position: absolute;
	top: 0;
	width: 100%;
}
.low_header__bk--img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.low_header__bk--img:before {
	content: "";
	display: block;
	padding-top: 30%;
}
.low_header__bk--img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: none;
	min-height: 100%;
	object-fit: cover;
}
.low_header__main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding: 70px 60px 0;
}
@media (max-width: 1200px) {
	.low_header__main {
		padding: 70px 20px 0;
	}
}
.low_header__ttl {
	position: relative;
	z-index: 1;
	justify-content: center;
	width: 100%;
}
.mainh1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 0px;
	font-family: "Noto Serif JP", serif;
	color: #fff;
}
.mainh1 span {
	font-size: 13px;
	display: block;
	letter-spacing: 2px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}
.mainh1 span::before {
	content: attr(data-text);
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 130px;
	position: absolute;
	font-weight: 900;
	bottom: -20px;
	margin: auto;
	left: 0;
	right: 0;
	line-height: 1;
	z-index: -1;
	color: rgb(245 245 245 / 15%);
	white-space: nowrap;
}
.page_content {
	padding: 50px 20px 80px;
}
.low_post__maincontent p {
	margin: 0px 0 50px;
	line-height: 2;
	font-size: 15px;
}
.low_post__maincontent p strong {
	font-weight: 700;
}
.wp-block-columns {
	margin-bottom: 25px;
}
.wp-block-column p:last-child {
	margin-bottom: 0;
}
.low_post__maincontent p a {
	color: #0075c2;
	border-bottom: dashed 1px #0075c2;
}
.low_post__maincontent ul {
	counter-reset: item;
	list-style-type: none;
	margin: 0px 0 50px;
}
.low_post__maincontent ul li {
	counter-increment: item;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.low_post__maincontent ul li:before {
	content: "";
	background: #000;
	color: #fff;
	border-radius: 100%;
	width: 0.3em;
	height: 0.3em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5em;
}
.low_post__maincontent ol {
	counter-reset: item;
	list-style-type: none;
	margin: 0px 0 50px;
}
.low_post__maincontent ol li {
	counter-increment: item;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.low_post__maincontent ol li:before {
	content: counter(item);
	background: #224c9a;
	color: #fff;
	border-radius: 100%;
	width: 1.5em;
	height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5em;
}
.low_post__ttl h1 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	font-size: 22px;
}
.low_post__thumbnail {
	margin-bottom: 3em;
}
.low_post__backbutton {
	margin: 50px 0 0;
}
.low_blog__maincontent {
	width: 65%;
	margin-right: 5%;
}
.sidebar {
	width: 30%;
	height: fit-content;
	padding: 1.5em 1.5em;
	background: #f5f5f5;
}
.low_blog__maincontent .low_post__ttl h1 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	font-size: 22px;
}
.low_blog__maincontent .low_post__detail.blog__archive--detail {
	margin: 0.5em 0 1.5em;
}
.sidebar__content {
	margin-bottom: 2em;
}
.sidebar__content:last-child {
	margin-bottom: 0em;
}
.sidebar__content ul {
	padding: 0 0.2em;
}
.sidebar__content h3 {
	margin-bottom: 0.3em;
	padding: 0.8em 1em 0.8em 1.5em;
	font-weight: 700;
	font-size: 15px;
	position: relative;
	line-height: 1;
	background: #ffffff;
}
.sidebar__content h3:before {
	content: "";
	width: 3px;
	height: calc(100% - 10px);
	position: absolute;
	background: #224c9a;
	top: 5px;
	left: 6px;
}
.sidebar__content ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.7em 2em 0.7em 0.5em;
	padding-right: 2em;
	border-bottom: solid 1px #dcdcdd;
	position: relative;
	font-size: 13px;
	letter-spacing: 1px;
}
.sidebar__content ul li a:after {
	content: "";
	position: absolute;
	background: linear-gradient(to right, #202124, #313132);
	width: 0.4em;
	height: 0.6em;
	clip-path: polygon(0 0, 0% 100%, 100% 49%);
	right: 0.5em;
}
.sidebar__content .blog__archive--ttl {
	font-size: 14px;
	line-height: 1.6;
}
.sidebar__blog_archive {
	margin-top: 1.5em;
}
.blog__nopost {
	border: solid 1px #8e8e8e;
	text-align: center;
	font-size: 13px;
	padding: 2em 0;
}
.sidebar__blog_archive .blog__archive--content {
	display: block;
	margin-bottom: 1.5em;
}
.sidebar__blog_archive .blog__archive--content:last-child {
	margin-bottom: 0;
}
blockquote {
	border-left: 4px solid #ccc;
	padding-left: 20px;
	margin: 0 0 20px;
	font-style: italic;
}
blockquote cite {
	display: block;
	text-align: right;
	color: #666;
}
pre {
	background-color: #f5f5f5;
	padding: 1em;
	overflow-x: auto;
	border-radius: 4px;
}
code {
	font-family: monospace;
	font-size: 90%;
	background-color: #f5f5f5;
	padding: 2px 4px;
	border-radius: 3px;
}
figure {
	margin: 1em 0;
}
figcaption {
	font-size: 90%;
	color: #666;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 50px;
}
.wp-block-media-text {
	display: flex;
	align-items: center;
}
.wp-block-media-text__content {
	padding: 1em;
}
.wp-block-separator {
	border-top: 2px solid #ccc;
	margin: 2em 0;
}
.wp-block-button__link {
	display: inline-block;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #0073aa;
	color: #fff;
	text-align: center;
}
.wp-block-button__link:hover {
	background-color: #005a87;
}
.wp-block-group {
	padding: 1em;
}
.wp-block-columns {
	display: flex;
}
.wp-block-column {
	flex-basis: 50%; /* This is just a simple example. In practice, column widths can vary. */
}
.low_post__maincontent .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}
.low_post__maincontent .wp-block-table tr {
	border-top: solid 1px #b5b5b5;
	font-size: 15px;
}
.low_post__maincontent .wp-block-table tr:last-child {
	border-bottom: solid 1px #b5b5b5;
}
.low_post__maincontent .wp-block-table td {
	padding: 32px 2em;
	border: unset;
	border-right: solid 1px #b5b5b5;
}
.low_post__maincontent .wp-block-table td:first-child {
	border-left: solid 1px #b5b5b5;
}
.pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.pagenation_content {
	display: flex;
	width: 2.5em;
	height: 2.5em;
	background: #224C9A;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 0 0.5em;
}
.pagenation_content__link {
	display: flex;
	width: 2.5em;
	height: 2.5em;
	background: #b9b9b9;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 0 0.5em;
}
.pagenation_content__link:hover {
	background: #224C9A;
}
.wpcf7 label {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top: solid 1px #b9b9b9;
	padding: 2em 0;
}
.wpcf7 p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 14px;
}
.wpcf7 span {
	width: 30%;
	height: fit-content;
	font-size: 15px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em;
}
.wpcf7 span.wpcf7-form-control-wrap {
	width: 70%;
}
.wpcf7 .form__hissu {
	background: #F44336;
	color: #fff;
	display: inline-block;
	padding: 0.1em 1em;
	font-size: 11px;
	border-radius: 2px;
	text-align: center;
	width: fit-content;
}
.wpcf7 span.wpcf7-form-control-wrap input[type=text] {
	width: 100%;
	margin: 0;
	height: 3em;
	max-width: unset;
	border-radius: 0;
	border: none;
	background: rgb(158 158 158 / 15%);
}
.wpcf7 span.wpcf7-form-control-wrap input[type=email] {
	width: 100%;
	margin: 0;
	height: 3em;
	max-width: unset;
	border-radius: 0;
	border: none;
	background: rgb(158 158 158 / 15%);
}
.wpcf7 span.wpcf7-form-control-wrap textarea {
	width: 100%;
	margin: 0;
	height: 14em;
	max-width: unset;
	border-radius: 0;
	border: none;
	background: rgb(158 158 158 / 15%);
}
.wpcf7 input[type=submit] {
	background: linear-gradient(to right, #202124, #525356);
	color: #fff;
	padding: 1em 7em;
	display: flex;
	position: relative;
	border-radius: 4em;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	width: fit-content;
	align-items: center;
	border: none;
	margin: 0 auto;
}
.scroll_animation01, .scroll_animation02, .scroll_animation03, .scroll_animation04, .scroll_animation05 {
	opacity: 0;
	transform: translateY(0px);
	transition: opacity 2s ease-out, transform 2s ease-out;
}
.scroll_animation01.visible, .scroll_animation02.visible, .scroll_animation03.visible, .scroll_animation04.visible, .scroll_animation05.visible {
	opacity: 1;
	transform: translateY(-70px);
}
.scroll_animation01.visible {
	transition-duration: 1s;
}
.scroll_animation02.visible {
	transition-duration: 2s;
}
.scroll_animation03.visible {
	transition-duration: 3s;
}
.scroll_animation04.visible {
	transition-duration: 4s;
}
.scroll_animation05.visible {
	transition-duration: 5s;
}
/*お問い合わせ*/
.low_waku {
    padding: 0 0%;
    margin: 3em auto;
    max-width: 940px;
    font-size: 15px;
}
.low_waku_form {
	padding: 0;
}
.low_main_content_company_flex2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.low_main_content_company_flex_main_background {
    border-top: solid 1px #dddddd;
    padding: 1.5em;
}
.low_main_content_company_flex_tittle {
    width: 30%;
    position: relative;
    padding-right: 4em;
    font-size: 14px;
    display: flex;
    align-items: center;
}
span.contacthissu {
    background: #F44336;
    color: #fff;
    width: auto;
    padding: 0.1em 1em;
    font-size: 10px;
    margin-left: 1em;
}
.form_policy_check {
	display: flex;
	align-items: center;
	margin-top: 2em;
	flex-wrap: wrap;
}
.form_policy a {
	text-decoration: revert;
}
.form_policy_check span.contacthissu {
	margin-left: 0;
	margin-right: 1em;
	white-space: nowrap;
}
.low_main_content_company_flex_content {
	width: 70%;
}
span.formrei {
	font-size: 11px;
	letter-spacing: 0;
}
.gray {
	color: #727171;
}
.low_main_content_company_flex_content input[type="text"] {
    border: solid 1px #dddddd;
    height: 2.5em;
    width: 100%;
    margin: 0em 0 0em;
    background: unset;
}
.low_main_content_company_flex_content input[type="email"] {
	border: solid 1px #dddddd;
    background: unset;
	height: 2.5em;
	width: 100%;
	margin: 0em 0 0em;
}
.low_main_content_company_flex_content textarea {
	border: solid 1px #dddddd;
    background: unset;
	height: 15em;
	width: 100%;
	margin: 0em 0 0em;
}
.mw_wp_form_confirm span.formrei {
	display: none;
}
.mw_wp_form_confirm span.kakuninnone {
	display: none;
}
.douibottun {
	text-align: center;
	padding: 0 20% 1em;
	display: flex;
	justify-content: center;
}
p.btns {
	text-align: center;
}
p.btns input {
    padding: 0.8em 5em;
    font-size: 13px;
    display: inline-block;
    margin-top: 1em;
    background: #005DAD;
    border: solid 1px #005DAD;
    color: #fff;
    cursor: pointer;
}
.low_content_page4 {
	border: solid 1px #000000;
	margin: 2em 0 5em;
	font-size: 12px;
	padding: 2em;
	line-height: 2;
	text-align: center;
}
.low_content_page4 h4 {
	font-size: 18px;
}
.low_content_page4 h4 {
	margin-bottom: 1em;
}
a.linksitasen {
	display: inline-block;
	border-bottom: solid 1px #000;
	margin-top: 1em;
}
.low_main_content_company_flex_main_background:last-child {
	border-bottom: solid 1px #d1d1d1;
}
input#zip {
	border: solid 1px #9E9E9E;
	height: 2.5em;
	width: 100%;
	margin: 0em 0 0em;
}
.form_rei {
    color: #707070;
    font-size: 11px;
    letter-spacing: 1px;
}
div#autozip {
	display: none!important;
}
.form_policy {
	max-width: unset;
	margin: 3em auto 2em;
}
.form_policy span.fontbold {
	font-size: 14px;
}
.low_main_content_company_flex_content_kibouday {
	display: flex;
	align-items: center;
}
.low_main_content_company_flex_content_kibouday span {
	font-size: 12px;
	display: inline-block;
	letter-spacing: 1px;
}
.low_main_content_company_flex_content_kibouday span:first-child {
	margin-right: 1.5em!important;
}
.low_main_content_company_flex_content_kibouday input {
	width: 50%!important;
	margin: 0 1.5em 0 0.7em!important;
}
.low_main_content_company_flex_content_kibouday select {
	width: 20%;
	border: solid 1px #9E9E9E;
	height: 2.5em;
}
.low_main_content_company_flex_content_kibouday:first-child {
	margin-bottom: 1em;
}
h2.formtittle.fontweight {
	font-size: 17px;
	margin-bottom: 1em;
	padding-top: 3em;
	border-top: solid 1px #d1d1d1;
}
h2.formtittle.fontweight:first-child {
	border-top: none;
	padding-top: 1em;
}
.low_main_content_company_flex_main_background:last-child {
	border-bottom: solid 1px #d1d1d1;
}
.contact_main__form {
    font-weight: 400;
}
.form_text {
    margin-bottom: 3em;
    text-align: left;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}
.low_subtittle.fontbold {
    font-size: 16px;
}
.form_policy span.fontbold {
	font-size: 16px;
}
p.low_mainp {
    margin-bottom: 1em;
    font-size: 14px;
}
.contact_kiboudate {
    width: 70%;
}
.contact_kiboudate__content--input input {
    border: solid 1px #9E9E9E;
    height: 2.5em;
    width: 4em;
    margin: 0em 0.5em 0em;
}
.contact_kiboudate__content--input {
    margin-left: 2em;
}
span.contact_kiboudate__content--tani {
    font-size: 13px;
}
.contact_kiboudate__content {
    margin: 1em 0;
}
.low_main_content_company_flex_main2 {
    border-bottom: solid 1px #d1d1d1;
}
.sp_only {
	display: none;
}
.mobile-menu {
	display: none;
}
@media only screen and (max-width: 1040px) {
	nav#menu {
		display: none;
	}
	.menu {
		display: block;
	}
	.mobile-menu {
		height: 52px;
	}
	.mobile-menu__btn {
		width: 52px;
		height: 52px;
	}
	.mobile-menu {
		position: absolute;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		top: 2px;
		background-color: unset;
		right: 5px;
		height: 45px;
		z-index: 1000;
		width: fit-content;
		background: unset;
	}
	.mobile-menu__btn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: .4s;
		z-index: 100;
		background: none;
		opacity: 1;
		border-radius: 100%;
	}
	.mobile-menu__checkbox:checked ~ .mobile-menu__btn {
		background: none;
	}
	.mobile-menu__icon {
		display: block;
		position: relative;
		opacity: 1;
		width: 50%;
		height: 1px;
		transition: .4s;
		top: 0px;
		background: #005eae;
	}
	.mobile-menu__icon::after, .mobile-menu__icon::before {
		content: "";
		display: block;
		position: absolute;
		background: #005eae;
		width: 100%;
		height: 1px;
		border-radius: 3px;
		transition: .4s;
	}
	.mobile-menu__icon::after {
		top: 7px;
	}
	.mobile-menu__icon::before {
		top: -7px;
	}
	.mobile-menu__icon span {
		color: #fff;
		font-size: 10px;
		width: 100%;
		padding-top: 14px;
	}
	.mobile-menu__container {
		position: fixed;
		text-align: left;
		display: block;
		align-items: center;
		justify-content: center;
		top: 0;
		left: unset;
		right: -70vw;
		z-index: 50;
		height: 0;
		opacity: 1;
		transition: .5s;
		transition-delay: .2s;
		overflow: hidden;
		background: #ffffff;
		width: 70vw;
		height: 100vh;
		padding: 3.3em 0 2em;
	}
	.mobile-menu__container:before {
		content: '';
		background: inherit;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(3px);
		position: absolute;
		top: -5px;
		left: -5px;
		right: -5px;
		bottom: -5px;
		z-index: -1;
	}
	.mobile-menu__checkbox {
		display: none;
	}
	.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
		opacity: 1;
		transition-delay: 0s;
	}
	.mobile-menu__checkbox:checked ~ .mobile-menu__container {
		width: 70vw;
		transition-delay: 0s;
		background: #fff;
		display: flex;
		right: 0;
		left: unset;
		top: 0;
		height: 100vh;
		box-shadow: 8px 0px 10px #000000;
		overflow-y: scroll;
		padding: 50.89px 0 2em;
		display: block;
		background-size: cover;
		background-position: center;
	}
	span.menuen {
		font-family: 'Roboto Mono', monospace;
		letter-spacing: -1px;
		font-size: 20px;
		margin: 0 0.5em;
		font-weight: 600;
	}
	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
		background: transparent;
	}
	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
		top: 0;
	}
	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		background: #005eae;
	}
	.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		background: #005eae;
	}
	.mobile-menu__list {
		transition-delay: .5s;
		list-style: none;
		margin-top: 0px;
		padding: 0 10%;
		width: 100%;
	}
	ul#menu_spid {
		padding: 0em 1em 0;
		display: block;
	}
	ul#menu_spid li:first-child {
		border-top: none;
		padding-top: 0;
	}
	ul#menu_spid li {
		text-align: left;
	}
	.mobile-menu__container ul li a {
		letter-spacing: 1px;
		text-decoration: none;
		color: #000;
		text-shadow: none;
		padding: 1em 1em 1em;
		border-bottom: solid 1px #dadada;
		width: 100%;
		display: inline-block;
		line-height: unset;
		font-size: 13px;
		font-weight: 500;
		margin-bottom: 0;
		font-weight: 400;
	}
	.mobile-menu__container ul li:first-child a {
		border-top: solid 1px #dadada;
		padding: 0.8em 1em 0.8em;
	}
	ul#menu_spid a span {
		display: inline-block;
		vertical-align: middle;
		color: #333;
		line-height: 1;
		position: absolute;
		width: 1em;
		height: 1em;
		border: 0.075em solid currentColor;
		background: currentColor;
		border-radius: 50%;
		box-sizing: content-box;
		top: calc(50% - 0.5em);
		right: 0;
		border: unset;
		background: #224c9a;
	}
	ul#menu_spid a span::before {
		content: '';
		color: #fff;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 0.18em 0.31177em;
		border-left-color: currentColor;
		border-right: 0;
		transform: translateX(15%);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		font-size: 16px;
	}
}
@media only screen and (max-width: 850px) {
	.sp_only {
		display: inline-block;
	}
	.pc_only {
		display: none;
	}
	.wpcf7 span {
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 0em;
		justify-content: flex-start;
	}
	.wpcf7 .form__hissu {
		padding: 0em 1em;
		font-size: 11px;
		margin-left: 1em;
	}
	.wpcf7 span.wpcf7-form-control-wrap {
		width: 100%;
		margin-top: 1em;
	}
	.low_post__maincontent .wpcf7 p {
		margin: 0;
		letter-spacing: 1px;
		font-size: 13px;
	}
	.flex_3culm_sp4:last-child {
		display: block;
	}
	.header_menu ul {
		font-size: 16px;
		margin-right: 0;
		display: block!important;
	}
	.header_menu ul li {
		margin-left: 0!important;
		margin-bottom: 0;
	}
	.mobile-menu__container .button {
		margin-bottom: 2em;
		padding: 0 20px;
	}
	.mobile-menu__container .button img {
		max-width: 300px!important;
	}
	.wave.wave_sp_menu {
		position: absolute;
		bottom: 0;
		z-index: 1;
		width: 100%;
	}
	.wave.wave_sp_menu svg {
		background: #fff;
		vertical-align: bottom;
	}
	.wave.wave_sp_menu path {
		fill: rgb(255 245 225);
	}
	/*お問い合わせ*/
	.low_waku {
		font-size: 11px;
		margin-bottom: 4em;
	}
	.low_main_content_company_flex_tittle {
		width: 100%;
		padding-right: 0em;
		margin-bottom: 0.8em;
		font-size: 15px;
	}
	.low_main_content_company_flex_content {
		width: 100%;
	}
	.form_policy span.fontbold {
		font-size: 13px;
	}
	span.mwform-checkbox-field.horizontal-item {
		letter-spacing: 0;
	}
	.form_policy {
		margin: 3em auto 1em;
		font-size: 13px;
	}
	.low_main_content_company_flex_content_kibouday {
		display: block;
	}
	.low_main_content_company_flex_content_kibouday select {
		width: 40%;
		margin-left: 1em;
		margin-top: 0.5em;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		letter-spacing: 0;
	}
	.low_main_content_company_flex_main_background {
		padding: 1.5em 0.5em;
	}
	.form_policy_check span.contacthissu {
		margin-bottom: 0.5em;
	}
	/*お問い合わせ END*/
}