@charset "utf-8";
/*
html {
	font-size: 62.5%;
}
html,body {
	width: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #2a2a2a;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #2a2a2a;
	text-decoration: none;
}
a:hover {
	color: #2a2a2a;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
}
#top .hnav1 a::before, #concept .hnav2 a::before {
	display: block;
	content: "";
	width: 1px;
	height: 90px;
		background: #3688d6;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: 0;
}

/* 共通部分のスタイルここから 
.header-wrapper {
}
		#header {
			min-height:260px;
		}

		#top #header {
			min-height: 345px;
		}

.logo {
	width: 344px;
	max-width: 344px;
	margin: 77px 0 0 8.5%;
}
.logo img:hover, .footer_logo img:hover{
	opacity: 0.4;
}

.head_contact {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 290px;
	right: 0;
	width: 57px;
	padding: 32px 0 28px 16px;
		background: #3688d6;
	color: #fff;
	font-size: 1.5rem;
	z-index: 1000;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all 0.2s;
	cursor: pointer;
}
.head_contact:hover {
	color: #fff;
		background: #00bfff;
}
.head_contact span {
	writing-mode: vertical-lr;
	vertical-align: top;
}
.head_nav {
	width: 30%;
	position: absolute;
	top: 0;
	right: 10%;
	text-align: right;
}
.head_nav li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin-right: 16%;
	vertical-align: top;
	transition: all 0.8s;
}
.head_nav li:last-child {
	margin-right: 0;
}
.head_nav li a {
	display: inline-block;
	writing-mode: vertical-lr;
	text-decoration: none;
	line-height: 0;
	color: #2a2a2a;
	transition: all 0.2s;
	font-size: 1.6rem;
	padding-top: 130px;
}
.head_nav li a:hover {
		color: #3688d6;
}

.head_icon {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 26px;
	height: auto;
	margin: 0;
}
.head_icon a:hover {
	opacity: 0.4;
}


/* お問い合わせエリアのスタイルここから 
.form-group {
	margin:0 auto;
	display:flex;
	width:600px;
}

#contact {
	padding: 100px 0;
	background: #f7f7f7;
}
.contact_inner {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
.contact_box {
	box-sizing: border-box;
	width: 418px;
	max-width: 418px;
	margin: 0 2px 0 0;
	padding: 70px 15px 70px;
	background: #fff;
}
.contact_h3 {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 34px;
	text-align: center;
}
.contact_h3::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background: #3688d6;
}
.contact_jpn {
	display: block;
	margin-bottom: 0;
	font-size: 3.0rem;
}
.contact_eng {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}
.contact_text {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8;
}
.contact_address_box {
	box-sizing: border-box;
	width: 580px;
	max-width: 580px;
	padding: 80px 35px 75px;
	background: #fff;
}
.contact_add_inner {
	margin-bottom: 38px;
	text-align: center;
}
.tell {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 8px;
	padding-left: 38px;
	font-size: 4.5rem;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.tell::before {
	display: block;
	content: "";
	position: absolute;
	top: 25%;
	left: -20px;
	width: 50px;
	height: 50px;
	margin-top: -16px;
	background: url(../images/tel.jpg);
	background-position: 0 0;
	background-size: 50px;
}
.tell_time {
	margin-left: 20px;
	font-size: 1.5rem;
}
.contact_button {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 25px 10px;
	border-radius: 5px;
		background: #3688d6;
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	transition: all 0.2s;
}
.contact_button:hover {
	color: #fff;
	background: #3688d6;
}
/* お問い合わせエリアここまで 

/* footerのスタイルここから 
#footer {
	margin-top: 90px;
	position: relative;
}

.footer_inner {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 10px;
}
.footer_nav_area {
	box-sizing: border-box;
	width: 50%;
	padding: 0 8% 0 0;
}
.footer_nav_area_inner {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}
.footer_nav {
	display: flex;
	justify-content: flex-end;
	text-align: right;
	margin: 0 0 0 18%;
}
.footer_nav li {
	list-style: none;
	margin-right: 55px;
	vertical-align: top;
}
.footer_nav li:last-child {
	margin: 0;
}
.footer_nav li a {
	position: relative;
	display: inline-block;
	padding: 0;
	writing-mode: vertical-rl;
	font-size: 1.5rem;
	line-height: 0;
	transition: all 0.2s;
}
.footer_nav li a:hover {
		color: #3688d6;
}
.footer_logo_area {
	box-sizing: border-box;
	width: 50%;
	padding: 0 0 0 5%;
}
.footer_logo {
	width: 306px;
	height: auto;
}
.footer_address {
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.footer_aside {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 7% 55px 7%;
}
.footer_icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: auto;
	margin-bottom: 0;
}
.footer_aside_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 40px 0 0;
}
.footer_josei_logo {
	width: 90px;
	margin-right: 25px;
}
.footer_iso_logo {
	width: 205px;
	margin-top: 0;
}
.invoice_download_link {
	font-size: 1.4rem;
}
.invoice_download_link a {
	text-decoration: underline;
}
.invoice_download_link a:hover {
	text-decoration: none;
}
.copyright {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 0 40px 30px;
	letter-spacing: 0.01em;
	font-size: 1.4rem;
	text-align: center;
}
/* /footerのスタイルここまで 

/* ページタイトルここから（共通部分） 
.page_title_wrap {
	position: relative;
}
.page_visual {
	padding-left: 28.6%;
}
.page_title_area {
	position: absolute;
	top: -45px;
	box-sizing: border-box;
	display: inline-block;
	width: 42%;
	margin-top: 0;
	padding: 5px 0 120px 12%;
	border-top: none;
	background: #fff;
	z-index: 100;
}
.page_title_area .jpn {
	display: block;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 3.6rem;
	line-height: 1.2;
}
.page_title_area .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding-left: 17px;
	font-size: 1.7rem;
		color: #3688d6;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.page_img_big {
	max-width: 1200px;
	height: 408px;
	background:fcc;
}
.page_img_small {
	max-width: 666px;
	height: 337px;
	background: #ccc;
}

/* ページタイトルここまで（共通部分） 

/* パンくずリストここから 
.path_arrow {
	box-sizing: border-box;
	padding: 5px 80px 0;
}
.arrow_list {
	text-align: right;
	list-style: none;
}
.arrow_list li {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.4;
}
.arrow_list li a {
	display: inline-block;
	position: relative;
	margin-right: 18px;
	padding-right: 30px;
	transition: all 0.2s;
}
.arrow_list li a:hover {
		color: #3688d6;
}
.arrow_list li a::after {
	content: ">";
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	width: 13px;
	height: 5px;
	font-size: 1.5rem;
		color: #3688d6;
}
/* パンくずリストここまで 

#top .hnav1 a,#top .fnav1 a, #concept .hnav2 a,#concept .fnav2 a {
	color:#3688d6;
}

/* 共通部分のスタイルここまで */

  .contact-box {
    background-color: #f5f5f5;
    padding: 30px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; /* 要素間の余白 */
    flex-wrap: wrap; /* 幅が狭くなったら折り返し */
    border-radius: 6px;
    max-width: 700px;
    margin: 0 auto;
  }
  .contact-label {
    font-weight: 500;
    font-size: 2rem;
    white-space: nowrap;
  }
  .contact-phone {
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
  .contact-hours {
    color: #666;
    margin-top: 6px;
    text-align: center;
  }

 #contact-form {
 max-width: 800px;
 margin: 0 auto;
 padding: 30px;
 border-radius: 8px;
 }
 
 .required-text {
 color: #ff4d4d;
 font-size: 14px;
 margin-bottom: 20px;
 }
 
 .form-group {
 margin-bottom: 30px;
 position: relative;
 }

label {
 margin-bottom: 5px;
 font-weight: bold;
 }
 
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 textarea {
 width: 100%;
 padding: 10px;
 border: 1px solid #ddd;
 border-radius: 4px;
 font-size: 16px;
 }
 
 textarea {
 resize: vertical;
 }

.form-button {
 text-align: center;
 margin-top: 30px;
 }
 
 button[type="submit"] {
 background-color: #3688d6;
 color: white;
 padding: 12px 30px;
 border: none;
 border-radius: 4px;
 cursor: pointer;
 font-size: 16px;
 font-weight: bold;
 }
 
 button[type="submit"]:hover {
 background-color: #449ef2;
 }


.page_visual {
/*
	height: 408px;
*/
	overflow: hidden;
}
.page_visual img {
	object-fit: cover;
}