@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5rem;
	margin: 0;
}

ul {
  list-style: none; /* または list-style-type: none; */
  padding-left: 0;  /* 余白をなくす場合 */
}

a {
	color: #00a89c;
	text-decoration: none;
}



header {
	width: 100%;
	height: 600px;
}

#header-main_image {
	margin: 20px 20px 0 20px;
	position: relative;
}

#header-logo {
	margin-top: -20px;
	padding: 20px 20px 10px 20px;
	background-color: #fff;
	border-bottom-right-radius: 14px;
	position: absolute;
	z-index: 99;
}

#header-main_image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 14px;
}

.nav {
	position: fixed;
	z-index: 100;
	right: 40px;
	top: 40px;
}


/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
 display: flex;
  height: 60px;
  width: 60px;
	background-color: #fff;
	border-radius: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #00a89c;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
	margin-top: 120px;
}

.nav_item {
	width: 90%;
	margin: 0 auto;
	border-bottom: solid 2px #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

#index_catch_copy {
	position: absolute;
	z-index: 80;
	top: 350px;
	left: 50px;
}

#index_catch_copy img {
	width: 260px;
}

#index_main_arch {
	position: relative;
	text-align: center;
	margin-top: -120px;
}

#index_main_arch img {
	position: flex;
}

#section-about_us-wrapper {
	width: 100%;
	margin-top: 60px;
}

#section-about_us-wrapper h2 {
	margin: 0 0 0 8%;
}

#section-about_us {
	width: 90%;
	margin: -16px auto 0 auto;
	background-color: #f1f1f1;
	border-radius: 14px;
}

.section-top_arch {
	background-image: url("../img/section-top_arch.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 170px;
	height: 50px;
	margin: 0 auto 20px auto;
}

.section-contents_container {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}

#index-about_us-profile {
	margin-bottom: 20px;
}

#section-about_us_midashi {
	font-size: 18px;
	font-weight: 600;
	color: #00a89c;
	letter-spacing: 0.1rem;
}

.midashi-border {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 40px;
	border-bottom: solid 2px #00a89c;
}

#section-service-wrapper {
	width: 100%;
	margin-top: 60px;
}

#section-service-wrapper h2 {
	margin: 0 0 0 8%;
}

#section-service {
	width: 100%;
	margin: -16px auto 0 auto;
	background-image: linear-gradient(90deg, #60aabbb3, #36996bb3);
}

#section-service-container {
	padding-top: 50px;
}

#section-service ul {
	padding-top: 30px;
	padding-bottom: 50px;
	width: 90%;
	margin: 0 auto;
}

#section-service ul li {
	background-color: #fff;
	border-radius: 14px;
	margin-bottom: 20px;
}

.section-service-midashi {
	overflow: hidden;
}

.section-service-midashi div {

}

.section-service-left-img {
	padding: 20px 0 10px 20px;
	font-size: 16px;
	float: left;
}

.section-service-left-midashi {
	padding: 20px 0 10px 20px;
	font-size: 16px;
	float: left;
}

.section-service-right-midashi {
	padding: 20px 0 10px 20px;
	font-size: 16px;
	float: left;
	
}

.section-service-right-img {
	padding: 20px 20px 10px 0;
	float: right;
}


#section-service ul li div p {
	padding: 10px 20px 20px 20px;
}

.section-service-border {
	width: 100%;
	border-bottom: solid 2px #f1f1f1;
}



#section-company-wrapper {
	width: 100%;
	margin-top: 60px;	
}


#section-company-wrapper h2 {
	margin: 0 0 0 8%;
}

#section-company {
	width: 90%;
	margin: -20px auto 0 auto;
	background-color: #f1f1f1;
	border-radius: 14px;
}

#section-company ul {
	padding-bottom: 50px;
}

#section-company ul li {
	width: 100%;
	font-size: 14px;
	border-top: solid 2px #fff;
	padding-top: 20px;
	padding-bottom: 10px;
}

#section-company ul li:nth-last-child(1) {
	border-bottom: solid 2px #fff;
}

#section-company ul li div {
	margin: 0 0 10px 20px;
}

#section-contact-wrapper {
	width: 100%;
	margin-top: 60px;
}

#section-contact-wrapper h2 {
	margin: 0 0 0 8%;
}

#section-contact {
	width: 100%;
	margin: -16px auto 0 auto;
	background-color: #f1f1f1;
	padding-bottom: 50px;
	
}


form {
	padding-top: 50px;
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
}

form div {
	margin-bottom: 20px;
}

.contact-input-textbox {
	width: 100%;
	height: 30px;
	border: none;
	margin-top: 6px;
}

form div textarea {
	width: 100%;
	height: 60px;
	border: none;
	margin-top: 6px;
}

.contact-input-radio {
	margin-top: 6px;
}

form div span {
	color: #FF0004;
}

#contact-submit-wrapper {
	width: 100%;
	text-align: center;
}

.submit {
	width: 200px;
	border: none;
	color: #fff;
	background-image: linear-gradient(90deg, #60aabb, #36996b);
	padding: 10px 30px 10px 30px;
	border-radius: 20px;
}

footer {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

footer div {
	text-align: center;
	font-size: 15px;
}

.footer-border {
	margin: 20px auto 20px auto;
	width: 40px;
	border-bottom: solid 2px #00a89c;
}

address {
	width: 100%;
	background-image: linear-gradient(90deg, #60aabb, #36996b);
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 10px 0 10px 0;
}






@media screen and (min-width: 960px) {


header {
	width: 100%;
	height: 700px;
}
	
#header-main_image img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	border-radius: 14px;
}
	


#index_catch_copy {
	position: absolute;
	z-index: 80;
	top: 350px;
	left: 60px;
}

#index_catch_copy img {
	width: 320px;
}


.section-contents_container {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}
	
#index-about_us-profile {
	float: right;
	width: 45%;
}

#index-about_us-profile img {
	width: 100%;
}

#section-about_us_midashi {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #00a89c;
	letter-spacing: 0.1rem;
}

.midashi-border {
	margin-bottom: 20px;
	width: 40px;
	border-bottom: solid 2px #00a89c;
}
	
#index-about_us-text {
	float: left;
	width: 50%;
}
	
#section-service ul {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 50px;
	width: 90%;
	margin: 0 auto;
}

	
#section-service ul li {
	float: left;
	width: 32.6%;
	background-color: #fff;
	border-radius: 14px;
	margin-bottom: 20px;
	margin-right: 1%;
}


.section-service-left-img {
	padding: 20px 0 10px 10px;
	float: left;
}
	
#section-service ul li:nth-last-child(1) {
	margin-right: 0;
}
	
.section-service-left-midashi {
	padding: 20px 0 10px 10px;
	font-size: 15px;
	float: left;
}

.section-service-right-midashi {
	padding: 20px 0 10px 10px;
	font-size: 15px;
	float: left;
	
}

.section-service-right-img {
	padding: 20px 0 10px 10px;
	float: left;
}

	
#section-company {
	width: 90%;
	margin: -20px auto 0 auto;
	background-color: #f1f1f1;
	border-radius: 14px;
}
	
#section-company ul {
	padding-bottom: 50px;
}

#section-company ul li {
	width: 100%;
	font-size: 14px;
	border-top: solid 2px #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

#section-company ul li div {
	float: left;
	margin: 0 0 10px 50px;
}
	
.section-company-midashi {
	width: 80px;
}
															/* 960px以上に適用されるCSS（PC用） */
}