body {
	font-family: "Noto Sans JP", sans-serif;
  }
  * {
	transition: 200ms;
  }
  .text-blue{
	  color: #009b64;
  }
  .pc{
	  display: inline-block;
  }
  .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  .phone-call{
	  display: contents;
	  color: #212529;
	  text-decoration: none;
  }
  .sp {
	display: none;
  }
  .keyvisual img {
	max-width: 100%;
	}
  #button:hover{
	  cursor: pointer;
  }
  #button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
  a:focus {
	opacity: 0.7;
  }
  
  header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10000;
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
	  0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	animation: header-animation 500ms ease-in-out;
  }
  .voice {
	padding-bottom: 5rem;
  }
  .voice .list-item {
	padding-top: 2rem;
  }
  .voice .list-item .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  }
  .voice .list-item .items .item .title {
	color: #009b64;
	font-weight: 900;
	font-size: 20px;
	text-align: center;
  }
  .voice .list-item .items .item {
	background-color: #d9f0e8;
	padding-bottom: 2rem;
	flex-basis: 32%;
  }
  .voice .list-item .items .item {
	margin-right: 0.5rem;
  }
  .voice .list-item .items .item:last-child {
	margin-right: unset;
  }
  .voice .list-item .items .item p.title {
	padding-top: 1rem;
  }
  .voice .list-item .items .item p.content {
	/* line-height: 1.8rem; */
  }
  .voice .list-item .items .item img {
	max-width: 100%;
  }
  .voice .list-item .items .item p {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	color: #333333;
  }
  .list-card {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #009688;
  }
  .list-card .card:nth-child(2n + 1) {
	margin-right: 1.2rem;
  }
  .list-card .card {
	flex-basis: 48%;
	margin-bottom: 1.2rem;
	border-radius: 20px;
  }
  .list-card .card .content {
	padding: 0rem 1rem;
	color: #009b64;
  }
  .list-card .card:first-child .title img {
	width: 60px;
	height: 60px;
  }
  .list-card .card .title img {
	width: 65px;
	height: 65px;
  }
  .list-card .card > .title {
	display: flex;
	padding: 1rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	color: #009b64;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	align-items: center;
  }
  .list-card .card .title .title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 1.5rem;
	margin-bottom: unset;
  }
  .news,
  .news .content {
	padding-top: 3rem;
	font-family: "Noto Sans JP", sans-serif;
  }
  .news .content .title-sub{
	color: #333333;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .list-card .card .content p {
	padding-left: 1rem;
	padding-right: 1rem;
  }
  .news h1 {
	border-top: 7px solid #009b64;
	border-bottom: 7px solid #009b64;
	padding-bottom: 1rem;
	padding-bottom: 0.5rem;
	text-align: center;
	/* line-height: 1.5em; */
	}
  .news .content {
	font-weight: 500;
  }
  .news .list-item {
	padding-top: 1.5rem;
  }
  .news .list-item .items {
	display: flex;
	flex-wrap: wrap;
  }
  .news .list-item .items .item {
	text-align: center;
  }
  .news .list-item .items .item .number {
	font-size: 30px;
	padding: 3px 17px;
	border-radius: 50%;
	color: #fff;
	background: rgb(0, 117, 98);
	background: -moz-linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
	background: -webkit-linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
	background: linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
  }
  .news .list-item .items .item {
	flex-basis: 33.3%;
  }
  .news .list-item .items .item img {
	/* width: 140px; */
	height: 130px;
  }
  .news .list-item .items .item .title {
	padding-top: 10px;
	font-weight: 900;
	font-size: 20px;
	display: inline-block;
	margin-bottom: unset;
  }
  .news .note {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  }
  .news .note ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin: 0px auto;
	font-weight: 900;
	padding-top: 1.5rem;
  }
  .news .hand {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
  }
  .news .hand img {
	position: relative;
	max-width: 100%;
  }
  .news .hand p {
	position: absolute;
	transform: rotatez(-44deg);
	font-weight: 500;
	font-size: 22pt;
	/* padding-left: 11px; */
	padding-bottom: 59px;
	padding-right: 60px;
	/* top: 50%; */
	/* left: 50%; */
  }
  .news .note ul li {
	padding-left: 39px;
	position: relative;
	padding-bottom: 1rem;
	font-size: 20px;
  }
  .news .note ul li::before {
	content: "";
	width: 66px;
	height: 52px;
	position: absolute;
	/* background-color: #000; */
	background-image: url(../img/shape--.png);
	background-repeat: no-repeat;
	background-size: 40px;
	/* position: relative; */
	left: 0;
	/* top: -6px; */
  }
  .news .content h3 {
	position: relative;
	font-weight: 900;
	color: #009b64;
	margin: 0px auto;
	font-size: 1.9rem;
	max-width: 396px;
	z-index: 1000;
  }
  .news .content h3::after {
	content: "";
	position: absolute;
	background-color: #009b64;
	border-bottom: 2px solid #009b64;
	width: 100%;
	height: 4px;
	left: 0%;
	/* transform: translateX(-50%); */
	bottom: -10px;
  }
  .top-1-5-rem {
	padding-top: 1.5rem;
  }
  .news .content p {
	font-size: 20px;
  }
  .news .content p:nth-child(2) {
	padding-top: 1.5rem;
  }
  .news h1 .title-sub {
	color: #333333;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.4em;
	display: inline-block;
	padding-top: .5rem;
	}
  .news h1 .title-main {
	font-size: 3.5rem;
	font-weight: 900;
	background: rgb(0, 117, 98);
	background: -moz-linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
	background: -webkit-linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
	background: linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007562",endColorstr="#00a14a",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

  }
  .logo {
	max-width: 90px;
	padding: 5px;
  }
  .pd-t-50 {
	padding-top: 50px;
  }
  .contact-head .items .item {
	color: #fff;
	text-align: center;
  }
  .contact-head .phone-number {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.35rem;
	padding-left: 10px;
  }
  .contact-head .text-ques {
	font-size: 1.1rem;
	font-weight: bold;
  }
  .contact-head .items .ques {
	background: rgb(255, 179, 43);
	background: -moz-linear-gradient(
	  67deg,
	  rgba(255, 179, 43, 1) 21%,
	  rgba(255, 137, 7, 1) 58%
	);
	background: -webkit-linear-gradient(
	  67deg,
	  rgba(255, 179, 43, 1) 21%,
	  rgba(255, 137, 7, 1) 58%
	);
	background: linear-gradient(
	  67deg,
	  rgba(255, 179, 43, 1) 21%,
	  rgba(255, 137, 7, 1) 58%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb32b",endColorstr="#ff8907",GradientType=1);
  }
  .contact-head .items .mail {
	background: rgb(5, 163, 64);
	background: -moz-linear-gradient(
	  67deg,
	  rgba(5, 163, 64, 1) 21%,
	  rgba(0, 116, 97, 1) 58%
	);
	background: -webkit-linear-gradient(
	  67deg,
	  rgba(5, 163, 64, 1) 21%,
	  rgba(0, 116, 97, 1) 58%
	);
	background: linear-gradient(
	  67deg,
	  rgba(5, 163, 64, 1) 21%,
	  rgba(0, 116, 97, 1) 58%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05a340",endColorstr="#007461",GradientType=1);
  }
  .contact-head .text-mail {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.23rem;
	padding-left: 0px;
  }
  .contact-head .items .mail:hover {
	background: rgb(3, 124, 47);
  }
  .contact-head .items .ques:hover {
	background: rgb(218, 143, 14);
  }
  .contact-head .items .phone:hover {
	background: rgb(243, 108, 5);
  }
  .contact-head .items .phone img,
  .contact-head .items .mail img {
	width: 40px;
  }
  .contact-head .items .phone,
  .contact-head .items .mail,
  .contact-head .items .ques {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 225px;
	/* transition: 500ms ease-out ; */
  }
  .contact-head .items .phone a,
  .contact-head .items .mail a,
  .contact-head .items .ques a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
  }
  
  .contact-head .items .mail div:first-child {
	flex-basis: 20%;
  }
  .contact-head .items .mail div:nth-child(2) {
	flex-basis: 80%;
  }
  .contact-head .items .item {
	padding: 2px;
  }
  .contact-head .items .mail,
  .contact-head .items .ques {
	border: 7px double #fff;
	transition: unset;
  }
  .contact-head .items .phone {
	border: 7px double #fff;
	background: rgb(254, 63, 73);
	background: -moz-linear-gradient(
	  221deg,
	  rgba(254, 63, 73, 1) 21%,
	  rgba(252, 128, 31, 1) 58%
	);
	background: -webkit-linear-gradient(
	  221deg,
	  rgba(254, 63, 73, 1) 21%,
	  rgba(252, 128, 31, 1) 58%
	);
	background: linear-gradient(
	  221deg,
	  rgba(254, 63, 73, 1) 21%,
	  rgba(252, 128, 31, 1) 58%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe3f49",endColorstr="#fc801f",GradientType=1);
	transition: unset;
  }
  .contact-head .items .caption {
	flex-basis: 100%;
  }
  .contact-head .caption {
	font-size: 13px;
  }
  .contact-head {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  button,
  input[type="button"] {
	cursor: pointer;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  }
  
  body {
	scroll-behavior: smooth;
  }
  
  h1 {
	font-size: 2.25em;
	font-weight: bold;
	color: #009b64;
	margin: 0;
	}
  
  h2 {
	font-size: 2em;
	font-weight: 900;
	color: #009b64;
	text-align: center;
  }
  .font-bold {
	font-weight: bold;
	color: #44546a;
  }
  header {
	color: #009b64;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
  }
  @keyframes header-animation {
	0% {
	  top: -100px;
	}
	100% {
	  top: 0px;
	}
  }
  .inner-500 {
	/* display: inline-block !important; */
	/* width: 500px !important; */
	text-align: left;
  }
  .align-center {
	text-align: center !important;
  }
  .corp-line1 {
	padding-bottom: 5px;
	border-bottom: solid 1px #4472c4;
  }
  .corp-line2 {
	padding-bottom: 5px;
	border-bottom: solid 1px #d8d8d8;
  }
  .inner-350 {
	display: inline-block !important;
	width: 405px;
	text-align: left;
	font-size: 15px;
  }
  .inner-100 {
	display: inline-block !important;
	width: 100px !important;
	text-align: left;
	/* font-size: 15px; */
  }
  .inner-500 div {
	margin-top: 2rem;
  }
  .menu li:nth-child(2):hover {
	background-color: #0558ab93;
	transition: 500ms;
  }
  .menu li:nth-child(3):hover {
	background-color: #f2514286;
	transition: 500ms;
  }
  header h1 {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
  }
  header img {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
  }
  header .subtitle {
	font-weight: bold;
	font-size: 0.81em;
	padding-top: 0.5em;
  }
  
  header .tel {
	font-weight: bold;
  }
  
  header .tel a {
	color: #009b64;
	text-decoration: none;
  }
  
  header .rightbox {
	border-radius: 10px;
	background-color: #ccc;
  }
  
  header .linebtn {
	display: inherit;
	border-radius: 10px;
	font-size: 3.75em;
	line-height: 1em;
	color: #fff !important;
	background-color: #00b900 !important;
  }
  
  header .linebtn i {
	font-weight: 400;
  }
  
  header .mailbtn {
	display: inherit;
	border-radius: 10px;
	font-size: 2.5em;
	color: #fff !important;
	background-color: #ff5a00 !important;
  }
  .keyvisual h2 {
	display: contents;
  }
  .keyvisual {
	background-image: url("../img/keyvisual.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* height: 500px; */
	/* background-color: #009B64; */
	}
  
  .keyvisual img {
	/* width: 100%; */
	}
  .keyvisual .cicle {
	/* width: 650px; */
  }
  .relative {
	position: relative;
  }
  .onayami {
	text-align: center;
  }
  
  .onayami h2 {
	font-size: 2em;
	line-height: 1.4em;
  }
  
  .onayami h2 span {
	font-size: 0.86em;
  }
  
  .onayami .user {
	width: 30%;
  }
  
  .onayami .fukidashi {
	border-radius: 10px;
	background-color: #009b64;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 1em 0.5em;
	margin-bottom: 10px;
	position: relative;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .onayami .fukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #009b64;
  }
  header nav {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  header .container {
	padding-right: 0px;
	padding-left: 10px;
  }
  .menu {
	margin-top: 0px;
	height: 78px;
	display: flex;
	justify-content: flex-end;
	padding: 0px;
	margin-bottom: 0px;
  }
  .menu li:nth-child(1) {
	font-size: 8pt;
	line-height: 1.5em;
  }
  .menu li {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-items: center;
	line-height: 1.5em;
	width: 30%;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-right: 1px;
  }
  .menu li .phone {
	font-size: 20pt;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	line-height: 24px;
  }
  nav ul li {
	list-style: none;
	padding-right: 20px;
  }
  .menu li:nth-child(1) span,
  .menu li:nth-child(1) a {
	margin: 0px auto;
	color: #333333;
  }
  .menu .hours {
	font-weight: bold;
  }
  .sp-500 {
	display: block;
  }
  .menu li {
	/* font-size: 14px; */
  }
  .menu li .phone {
	display: flex;
	font-size: 20pt;
	text-decoration: none;
	color: #333;
	font-family: "koz-heavy";
	line-height: 24px;
  }
  .menu li .phone img:nth-child(1) {
	padding-top: 1px;
	padding-bottom: 6px;
  }
  .menu li .phone img {
	width: 42px;
	height: 30px;
	padding-right: 10px;
  }
  .menu li:nth-child(2) a {
	display: contents;
	text-decoration: none;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: bold;
  }
  .menu li:nth-child(2):after {
	content: "";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/arrow-1.png);
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	width: 30px;
	top: 0px;
	background-color: #362828;
	right: 0;
	opacity: 0.5;
  }
  .menu li:nth-child(3) {
	position: relative;
  }
  .menu li:nth-child(3) {
	background-color: #f25142;
	color: #fff;
	font-family: "koz-bold";
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
  }
  .menu li:nth-child(3) a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
  }
  .menu li:nth-child(2) {
	position: relative;
	background-color: rgb(7 165 109);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
  }
  .menu li:nth-child(3):after {
	content: "";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/arrow-1.png);
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	width: 30px;
	top: 0px;
	background-color: #362828;
	right: 0;
	opacity: 0.5;
  }
  .bl-contact .items {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
	padding-top: 40px;
  }
  .bl-contact .items .phone {
	background: rgb(0, 155, 100);
	background: -moz-linear-gradient(
	  130deg,
	  rgba(0, 155, 100, 1) 50%,
	  rgba(0, 155, 100, 0.9416141456582633) 50%
	);
	background: -webkit-linear-gradient(
	  130deg,
	  rgba(0, 155, 100, 1) 50%,
	  rgba(0, 155, 100, 0.9416141456582633) 50%
	);
	background: linear-gradient(
	  130deg,
	  rgba(0, 155, 100, 1) 50%,
	  rgba(0, 155, 100, 0.9416141456582633) 50%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009b64",endColorstr="#009b64",GradientType=1);
  }
  .bl-contact .items a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
	transition: 1s ease-in-out;
	font-weight: bold;
	font-size: 1.3rem;
  }
  .bl-contact .items .mail:hover {
	background: #009687dc;
  }
  .bl-contact .items .phone:hover {
	background: rgba(0, 155, 101, 0.808);
  
	/* background: -moz-linear-gradient(130deg, rgba(8,136,168,1) 100%, rgba(8,136,168,0.9472163865546218) 100%);
	  background: -webkit-linear-gradient(130deg, rgba(8,136,168,1) 100%, rgba(8,136,168,0.9472163865546218) 100%);
	  background: linear-gradient(130deg, rgba(8,136,168,1) 100%, rgba(8,136,168,0.9472163865546218) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0888a8",endColorstr="#0888a8",GradientType=1); */
  }
  .bl-contact .items .ques:hover {
	background: rgba(244, 112, 100, 0.822);
  }
  .bl-contact .items .item img {
	width: 70px;
  }
  .bl-contact .items .item .number {
	font-size: 23pt;
  }
  .bl-contact .items .item .text {
	font-family: "koz-regular";
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 3px 70px;
	font-size: 13px;
  }
  .bl-contact .items .item .arrow {
	width: 20px;
	padding-top: 10px;
	position: absolute;
	bottom: 12px;
	left: calc(50% - 10px);
  }
  .bl-contact .items .item img {
	width: 70px;
  }
  .bl-contact .items .mail {
	/* background: linear-gradient(130deg, #09B3A7 50%, #09b3a7e6 50%); */
	background: linear-gradient(130deg, #009688 50%, rgb(0 150 136 / 91%) 50%);
  }
  .bl-contact .items .item {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	flex-basis: 33.3%;
	line-height: 2 0.2em;
	position: relative;
	padding-bottom: 40px;
  }
  .bl-contact .items .ques {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20pt;
	background: rgb(244, 112, 100);
	background: -moz-linear-gradient(
	  130deg,
	  rgba(244, 112, 100, 1) 51%,
	  rgba(242, 81, 66, 1) 51%
	);
	background: -webkit-linear-gradient(
	  130deg,
	  rgba(244, 112, 100, 1) 51%,
	  rgba(242, 81, 66, 1) 51%
	);
	background: linear-gradient(
	  130deg,
	  rgba(244, 112, 100, 1) 51%,
	  rgba(242, 81, 66, 1) 51%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47064",endColorstr="#f25142",GradientType=1);
  }
  .bl-contact .items .ques a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
  }
  .bl-contact .items .item:nth-child(2) .arrow {
	left: calc(50% - 20px);
  }
  .bl-contact .items .item:nth-child(2) .arrow {
	width: 40px;
  }
  
  .contact .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  .contact .items .item{
	  flex-basis: 33.3%;
  }
  .contact .items img {
	width: 100%;
  }
  .contact .items .item a:hover img {
	filter: saturate(0.5);
  }
  
  .contact-head .items {
	display: flex;
  }
  
  .contact-head .items img {
	max-width: 100%;
	width: 92px;
  }
  .onayami .imgonayami {
	max-width: 100%;
  }
  
  .onayami .box {
	background-color: #009b64;
	padding: 3em 0;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
  }
  
  .onayami .box .desc1 {
	font-size: 1.5em;
  }
  
  .onayami .box .desc2 {
	font-size: 1.9em;
  }
  
  .onayami .box .desc2 span {
	color: #ff0;
  }
  
  .atobarai h2 {
	font-size: 1.875em;
  }
  
  .atobarai .desc {
	font-weight: bold;
	color: #009b64;
  }
  
  .atobarai .imgflow {
	max-width: 100%;
  }
  
  .atobarai .notes {
	font-weight: 400;
	color: #333333c7;
  }
  
  .consultation {
  }
  
  .consultation .container {
	background-color: #009b64;
	color: #fff;
  }
  
  .consultation h2 {
	/* font-family: "M PLUS Rounded 1c", Yu Gothic, Meiryo, sans-serif; */
	color: #fff;
  }
  
  .consultation .desc {
	font-size: 1.19em;
  }
  
  .consultation .linebtn {
	font-weight: 700;
	font-size: 1.38em;
	color: #fff !important;
	background-color: #00b900 !important;
  }
  
  .consultation .linebtn i {
	font-weight: 300;
  }
  
  .consultation .times {
	font-weight: 700;
	font-size: 0.81em;
  }
  .feature {
	background-color: #ccebe0;
  }
  .feature h2 {
	color: rgb(0, 155, 100);
  }
  
  .feature .outerbox {
	position: relative;
	height: 210px;
	text-align: center;
  }
  
  .feature .leftbox {
	position: absolute;
	top: 0;
	left: 20%;
	z-index: 9999;
  }
  
  .feature .rightbox {
	position: absolute;
	top: 0;
	left: 30%;
	width: 45%;
  }
  
  .feature .rightbox h3,
  .feature .rightbox p {
	width: 100%;
	color: #009b64;
	font-size: 1.2em;
	font-family: Yu Gothic, Meiryo, sans-serif;
	font-weight: 400;
	border: solid 1px #009b64;
	border-radius: 10px;
	padding: 0.5em 0;
	margin-top: 1em;
  }
  
  .compare {
	color: #009b64;
  }
  
  .compare h2 {
	color: #009b64;
  }
  
  .compare table {
	font-family: Yu Gothic, Meiryo, sans-serif;
	width: 100%;
  }
  
  .compare table th,
  .compare table td {
	border-bottom: 1px dashed #009b64;
	padding: 1em 0;
	font-weight: 700;
  }
  
  .compare .notes {
	font-family: Yu Gothic, Meiryo, sans-serif;
	padding: 1em 0;
	font-weight: 700;
  }
  
  .flow > .title {
	background-image: repeating-linear-gradient(
	  -40deg,
	  transparent,
	  transparent 1px,
	  #009b64 0px,
	  #009b64 10px
	);
	background-color: #005436;
	/* background-color: #009B64; */
	background-image: url("../img/img.png");
	padding: 10px 0px;
  }
  
  .flow h2 {
	color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
  }
  .flow .items {
	padding-top: 2rem;
  }
  .flow .items p.step {
	text-align: center;
	color: #009b64;
	font-weight: 900;
	font-size: 1.5rem;
	position: relative;
  }
  .flow .items p.step::before {
	content: "";
	position: absolute;
	background-image: url(../img/shape--.png);
	background-repeat: no-repeat;
	top: 0;
	left: 15%;
	width: 50px;
	height: 50px;
  }
  .flow .items .item .title {
	font-weight: 700;
	color: #009b64;
	font-size: 25px;
  }
  .flow .items img {
	max-width: 137px;
  }
  
  .flow .items {
	display: flex;
	flex-wrap: wrap;
  }
  .flow .items .item {
	flex-basis: 24%;
	text-align: center;
	margin-right: 0.3rem;
  }
  .flow .items .item p.content {
	padding: 0rem 1.5rem;
	/* padding-top:1rem;
	  padding-top:1rem; */
  }
  .flow .items .item span {
	background: rgb(0, 117, 98);
	background: -moz-linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
	background: -webkit-linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
	background: linear-gradient(
	  180deg,
	  rgba(0, 117, 98, 1) 36%,
	  rgba(0, 161, 74, 1) 68%
	);
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
  }
  .flow h3 {
	font-size: 1.5em;
	color: #009b64;
	font-weight: bold;
  }
  
  .flow .innerbox {
	background-color: #fff;
	border-radius: 10px;
  }
  
  .flow .leftbox {
	text-align: center;
	padding-top: 1.2em;
  }
  
  .flow .leftbox .step {
	padding: 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #009b64;
	text-align: center;
	line-height: 2em;
  }
  
  .flow .rightbox {
	padding: 1.2em 1em 1em;
  }
  
  .flow .rightbox p {
	font-family: Yu Gothic, Meiryo, sans-serif;
	min-height: 5em;
  }
  
  .voice .balloon1 p,
  .voice .balloon2 p {
	margin: 0;
	text-align: initial;
	font-family: Yu Gothic, Meiryo, sans-serif;
  }
  
  .voice .balloon1 p span,
  .voice .balloon2 p span {
	font-size: 1.2em;
	/* font-family: "M PLUS Rounded 1c", Yu Gothic, Meiryo, sans-serif; */
	font-weight: bold;
	color: #009b64;
  }
  
  .voice .balloon2 {
	position: relative;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	color: #333;
	background-color: #fff0f8;
	margin-left: 70px;
	margin-right: 10px;
  }
  
  .voice .balloon2 .icon {
	position: absolute;
	left: -85px;
	top: -15px;
  }
  
  .voice .balloon2::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-right: 15px solid #fff0f8;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
  
  .voice .balloon1 {
	position: relative;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	color: #333;
	background-color: #eaf9fa;
	margin-left: 10px;
	margin-right: 70px;
  }
  
  .voice .balloon1 .icon {
	position: absolute;
	right: -85px;
	top: -15px;
  }
  
  .voice .balloon1 .icon img,
  .voice .balloon2 .icon img {
	width: 85px;
  }
  
  .voice .balloon1::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-left: 15px solid #eaf9fa;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
  
  /**
  * ãŠå•ã„åˆã‚ã›ãƒ•ã‚©ãƒ¼ãƒ 
  */
  .contact {
	padding: 35px 0;
	font-family: Yu Gothic, Meiryo, sans-serif;
  }
  
  .contact h2 {
	color: #009b64;
	text-align: center;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	/* font-family: "M PLUS Rounded 1c", Yu Gothic, Meiryo, sans-serif; */
  }
  
  .contact .desc {
	text-align: center;
	font-size: 0.7em;
  }
  
  .contact form {
	padding: 30px 12px;
  }
  
  .contact dd {
	margin: 0;
  }
  
  .contact dd label {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	margin-bottom: 20px;
  }
  
  .contact dl {
	overflow: hidden;
	margin: 10px 5px;
  }
  
  .contact dl dt,
  .contact dl dd {
	/*
	  width: 100%;
	  display: block;
  */
  }
  
  .contact dl dt {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	float: none;
  }
  
  .contact dl dt span {
	background: #ff5a00;
	padding: 1px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	/* display: block; */
	width: 40px;
	margin-top: 5px;
	margin-left: 0.5em;
	text-align: center;
  }
  
  .contact dl dd {
	float: none;
	padding: 0;
	margin-bottom: 12px;
  }
  
  .contact dl dd .error_blank {
	color: #f00;
  }
  
  .contact dl dd input[type="text"],
  .contact dl dd input[type="tel"],
  .contact dl dd input[type="email"],
  .contact dl dd input[type="url"],
  .contact dl dd select {
	width: 100%;
	border-radius: 4px;
	border: 1px #e0e0e0 solid;
	padding: 10px;
	font-size: 20px;
	box-sizing: border-box;
  }
  
  .contact dl dd select.birthyear,
  .contact dl dd select.birthmonth,
  .contact dl dd select.birthday,
  .contact dl dd select.payyear,
  .contact dl dd select.paymonth,
  .contact dl dd select.payday,
  .contact dl dd select.payclosestartyear,
  .contact dl dd select.payclosestartmonth,
  .contact dl dd select.payclosestartday,
  .contact dl dd select.paycloseyear,
  .contact dl dd select.payclosemonth,
  .contact dl dd select.paycloseday {
	width: unset;
  }
  
  .contact dl dd input[type="checkbox"] {
	margin-right: 10px;
  }
  
  .contact dl dd p {
	margin: 0;
  }
  
  .contact p#form_submit {
	text-align: center;
  }
  
  #form_submit_button {
	color: #fff;
	background-color: #ff5a00;
	border: none;
	border-radius: 5px;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	padding: 6px 20px;
	text-align: center;
  }
  
  /**
  * company
  */
  .company {
	background-color: #fff;
	padding-bottom: 100px;
	/* text-align: center; */
	/* font-family: Yu Gothic, Meiryo, sans-serif; */
  }
  
  .company h2 {
	text-align: center;
	font-size: 2em;
	color: #009b64;
	/* font-family: "M PLUS Rounded 1c", Yu Gothic, Meiryo, sans-serif; */
  }
  
  .company table {
	margin: 10px auto;
	border-collapse: collapse;
  }
  
  .company table th {
	min-width: 4em;
	font-weight: normal;
	border-top: solid 1px #777;
	text-align: left;
	padding: 0.5em;
  }
  
  .company table td {
	border-top: solid 1px #777;
	padding: 0.5em;
  }
  
  .company table img {
	vertical-align: middle;
	display: inline-block;
  }
  
  /**
  * footer
  */
  footer {
	background-color: #009b64;
	color: #fff;
	font-size: 0.8em;
  }
  
  footer a {
	color: #fff;
	padding: 0 10px;
	text-decoration: underline;
  }
  
  .thanks {
	text-align: center;
	padding: 50px 0;
  }
  
  .thanks button {
	color: #fff;
	background-color: #ff5a00;
	border: none;
	border-radius: 5px;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	padding: 6px 20px;
	text-align: center;
  }
  
  /**
  * tokusho.html
  */
  .tokusho {
	padding: 100px 0;
  }
  
  .tokusho h2 {
	text-align: center;
  }
  
  .tokusho table {
	width: 90%;
  }
  
  .tokusho table th {
	text-align: left;
	width: 30%;
	padding: 1.5em 1em;
  }
  
  .tokusho table img {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em 0;
  }
  
  /**
  * privacy.html
  */
  
  .privacy {
	padding: 100px 5px;
  }
  
  .privacy h2 {
	text-align: center;
  }
  
  .privacy p img {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em 0;
  }
  
  .privacy h3 {
	font-size: 1.13em;
	font-weight: bold;
  }
  
  .privacy h4 {
	font-size: 1em;
	font-weight: bold;
  }
  
  /**
  * ä»¥é™ã¯BootStrap4ã®ãƒ–ãƒ¬ãƒ¼ã‚¯ãƒã‚¤ãƒ³ãƒˆã«åˆã‚ã›ãŸãƒ¡ãƒ‡ã‚£ã‚¢ã‚¯ã‚¨ãƒªãƒ¼
  */
  
  /**
  * for xs
  */
  @media (max-width: 575.98px) {

	h1 {
	  font-size: 1.8em;
	}
  
	header .subtitle {
	  font-size: 0.8em;
	}
  
	.onayami .fukidashi {
	  font-size: 0.8em;
	}
  
	.atobarai .notes {
	  font-size: 0.9em;
	}
  
	.feature .leftbox {
	  left: 0;
	}
  
	.feature .rightbox {
	  left: 28%;
	  width: 72%;
	  font-size: 0.9em;
	}
  
	.voice .balloon1 .icon {
	  top: 10px;
	}
  
	.voice .balloon2 .icon {
	  top: 10px;
	}
  }
  
  /**
  * for sm
  */
  @media (min-width: 576px) and (max-width: 767.98px) {

	.atobarai h2 {
	  font-size: 2em;
	}
  
	.feature .leftbox {
	  left: 5%;
	}
  
	.feature .rightbox {
	  left: 28%;
	  width: 70%;
	}
  
	.voice .balloon2 {
	  padding: 20px;
	  margin: 20px;
	  margin-left: 210px;
	  margin-right: 10px;
	}
  
	.voice .balloon2 .icon {
	  left: -140px;
	}
  
	.voice .balloon1 .icon img,
	.voice .balloon2 .icon img {
	  width: unset;
	}
  
	.voice .balloon1 {
	  padding: 20px;
	  margin: 20px;
	  margin-left: 10px;
	  margin-right: 210px;
	}
  
	.voice .balloon1 .icon {
	  right: -140px;
	}
  
	.contact {
	  padding: 30px 35px;
	}
  
	.contact .title {
	  font-size: 2.8em;
	}
  
	.contact .desc {
	  font-size: 1em;
	}
  
	.contact form {
	  padding: 60px 55px;
	}
  
	.contact dd label {
	  margin-bottom: 10px;
	}
  
	.contact dl dt,
	.contact dl dd {
	  float: left;
	  margin-bottom: 10px;
	}
  
	.contact dl dt {
	  font-size: 20px;
	  font-weight: 700;
	  width: 30%;
	  vertical-align: top;
	  clear: both;
	}
  
	.contact dl dd {
	  width: 60%;
	  vertical-align: top;
	  padding-bottom: 10px;
	}
  
	.contact table th {
	  width: 25%;
	  padding: 15px;
	}
  
	.company table {
	  width: 80%;
	}
  }
  
  /**
  * for md
  */
  @media (min-width: 768px) and (max-width: 991.98px) {
	.news .content h3::after1{
		width: 70% !important;
	}
	.atobarai h2 {
	  font-size: 2em;
	}
  
	.feature .leftbox {
	  left: 12%;
	}
  
	.feature .rightbox {
	  left: 28%;
	  width: 70%;
	}
  
	.voice .balloon2 {
	  padding: 20px;
	  margin: 20px;
	  margin-left: 210px;
	  margin-right: 23%;
	}
  
	.voice .balloon2 .icon {
	  left: -140px;
	}
  
	.voice .balloon1 .icon img,
	.voice .balloon2 .icon img {
	  width: unset;
	}
  
	.voice .balloon1 {
	  padding: 20px;
	  margin: 20px;
	  margin-left: 23%;
	  margin-right: 210px;
	}
  
	.voice .balloon1 .icon {
	  right: -140px;
	}
  
	.contact {
	  padding: 50px 55px;
	}
  
	.contact .title {
	  font-size: 2.8em;
	}
  
	.contact .desc {
	  font-size: 1em;
	}
  
	.contact form {
	  padding: 60px 55px;
	}
  
	.contact dd label {
	  margin-bottom: 10px;
	}
  
	.contact dl dt,
	.contact dl dd {
	  float: left;
	  margin-bottom: 10px;
	}
  
	.contact dl dt {
	  font-size: 20px;
	  font-weight: 700;
	  width: 30%;
	  vertical-align: top;
	  clear: both;
	}
  
	.contact dl dd {
	  width: 60%;
	  vertical-align: top;
	  padding-bottom: 10px;
	}
  
	.contact table th {
	  width: 25%;
	  padding: 15px;
	}
  
	.company table {
	  width: 80%;
	}
  }
  
  /**
  * for lg
  */
  @media (min-width: 992px) and (max-width: 1199.98px) {
	.atobarai h2 {
	  font-size: 2em;
	}
  
	.voice .balloon2 {
	  padding: 20px;
	  margin: 20px;
	  margin-left: 210px;
	  margin-right: 23%;
	}
  
	.voice .balloon2 .icon {
	  left: -140px;
	}
  
	.voice .balloon1 .icon img,
	.voice .balloon2 .icon img {
	  width: unset;
	}
  
	.voice .balloon1 {
	  padding: 20px;
	  margin: 20px;
	  margin-left: 23%;
	  margin-right: 210px;
	}
  
	.voice .balloon1 .icon {
	  right: -140px;
	}
  
	.contact {
	  padding: 50px 55px;
	}
  
	.contact .title {
	  font-size: 2.8em;
	}
  
	.contact .desc {
	  font-size: 1em;
	}
  
	.contact form {
	  padding: 60px 55px;
	}
  
	.contact dd label {
	  margin-bottom: 10px;
	}
  
	.contact dl dt,
	.contact dl dd {
	  float: left;
	  margin-bottom: 10px;
	}
  
	.contact dl dt {
	  font-size: 20px;
	  font-weight: 700;
	  width: 30%;
	  vertical-align: top;
	  clear: both;
	}
  
	.contact dl dd {
	  width: 60%;
	  vertical-align: top;
	  padding-bottom: 10px;
	}
  
	.contact table th {
	  width: 25%;
	  padding: 15px;
	}
  
	.company table {
	  width: 80%;
	}
  }
  
  /**
  * for xl
  */
  @media (min-width: 1200px) {
	.onayami .user:nth-child(2) img {
	}
	.keyvisual img {
	  /* width: unset; */
	}
  
	.atobarai h2 {
	  font-size: 2em;
	}
  
	.voice .balloon2 {
	  padding: 20px;
	  margin: 20px;
	  margin-left: 210px;
	  margin-right: 23%;
	}
  
	.voice .balloon2 .icon {
	  left: -140px;
	}
  
	.voice .balloon1 .icon img,
	.voice .balloon2 .icon img {
	  width: unset;
	}
  
	.voice .balloon1 {
	  padding: 20px;
	  margin: 20px;
	  margin-left: 23%;
	  margin-right: 210px;
	}
  
	.voice .balloon1 .icon {
	  right: -140px;
	}
  
	.contact {
	  padding: 50px 55px;
	}
  
	.contact .title {
	  font-size: 2.8em;
	}
  
	.contact .desc {
	  font-size: 1em;
	}
  
	.contact form {
	  padding: 60px 55px;
	}
  
	.contact dd label {
	  margin-bottom: 10px;
	}
  
	.contact dl dt,
	.contact dl dd {
	  float: left;
	  margin-bottom: 10px;
	}
  
	.contact dl dt {
	  font-size: 20px;
	  font-weight: 700;
	  width: 30%;
	  vertical-align: top;
	  clear: both;
	}
  
	.contact dl dd {
	  width: 60%;
	  vertical-align: top;
	  padding-bottom: 10px;
	}
  
	.contact table th {
	  width: 25%;
	  padding: 15px;
	}
  
	.company table {
	  width: 80%;
	}
  }
  @media only screen and (max-width: 992px) and (min-width: 769px) {
	.voice .list-item .items .item {
	  flex-basis: 32%;
	}
	.voice .list-item .items .item:nth-child(3) {
	  /* margin-top: 1rem; */
	}
	.flow .content.container {
	  max-width: unset;
	}
  }
  @media only screen and (max-width: 768px) and (min-width: 500px) {
	.news .content h3::after1{
		width: 75% !important;
	}
	.news .content h3{
		max-width: 313px !important;
	}
	.keyvisual .cicle {
		/* width: 318px !important; */
	  }
	  .keyvisual {
		/* height: 350px; */
		}
	  .keyvisual {
		/* height: 250px !important; */
	  }
	.voice .list-item .items .item {
	  flex-basis: 70%;
	  max-width: 376px;
	}
	.voice .list-item .items .item:nth-child(2) {
	  margin-top: 1rem;
	}
	.voice .list-item .items .item:nth-child(3) {
	  margin-top: 1rem;
	}
	.news .content h3 {
	  font-size: 1.5rem !important;
	}
	.flow .content.container {
	  max-width: unset;
	}
  }
  @media only screen and (max-width: 499px) and (min-width: 401px) {
	.news .content h3{
		max-width: 300px !important;
	}
	.news .content h3::after1{
		width: 75% !important;
	}
	.news .content h3{
		width: 92% !important;
	}
	.voice .list-item .items .item {
	  flex-basis: 80%;
	}
	.voice .list-item .items .item:nth-child(2) {
	  margin-top: 1rem;
	}
	.voice .list-item .items .item:nth-child(3) {
	  margin-top: 1rem;
	}
	.voice .list-item .items .item {
	  margin-right: 0px;
	}
	.news .content h3 {
	  font-size: 1.43rem !important;
	}
	.keyvisual .cicle {
		/* width: 300px !important; */
	  }
	  .keyvisual {
		/* height: 250px !important; */
		}
  }
  @media only screen and (max-width: 400px) and (min-width: 0px) {
	.news .note ul li,.news h1 .title-sub, .news .content .title-sub{
		font-size: .9rem !important;
	}

	.keyvisual .cicle {
		/* width: 355px !important; */
	}
}
	@media only screen and (max-width: 400px) and (min-width: 375px){
		.voice .list-item .items .item {
			flex-basis: 100% !important;
		  }
		.news .content h3{
			font-size: 1.45rem !important;
			/* margin-left: unset !important;
			margin-right: unset !important; */
		}
		.news .content h3{
			width: 92% !important;
		}
		.news .note ul li,.news h1 .title-sub, .news .content .title-sub{
			font-size: .9rem !important;
		}
	}
  @media only screen and (max-width: 374px) and (min-width: 0px){
	.news .content h3::after1 {
		width: 84% !important;
	}
	.news .content h3{
		width: 98% !important;
		font-size: 1.31rem !important;
	}
  	
	.news .content h3{
		width: 94% !important;
	}

	.news h1 .title-main{
		font-size: 1.9rem !important;
	}
	.news .content h3 {
	  /* font-size: 6.2vw !important */
	}
	.voice .list-item .items .item {
	  flex-basis: 100%;
	}s
	.voice .list-item .items .item {
	  margin-right: 0px;
	  margin-bottom: 1rem;
	}
	.keyvisual .cicle {
		/* width: 300px !important; */
	  }
	  .keyvisual {
		/* height: 250px !important; */
		}
	  .news .content h3::after1{
		width: 92% !important;
	}
  }
  @media only screen and (max-width: 450px) and (min-width: 400px) {
	.news .content h3::after1{
		width: 85% !important;
	}
  }
  @media only screen and (max-width: 768px) {
	.voice .list-item .items .item{
		margin-right: unset;
		margin-top: .5rem;
	}
	.voice .list-item .items .item{}
	  .keyvisual .container{
		  max-width: 100%;
	  }
	  .keyvisual .cicle {
		  /* width: unset !important; */
		  max-width: unset;
		  /* max-width: 550px !important; */
	}
	.news .hand p {
		font-size: 14pt;
		padding-bottom: 37px;
		padding-right: 47px;
	}
	.news .hand{
		width: 204px;
		margin: 0px auto;
	}

	.contact .items .item:nth-child(1){
		order: 3;
	}
	.contact .items .item:nth-child(2){
		order: 1;
	}
	.contact .items .item:nth-child(3){
		order: 2;
	}
	  .pc{
		  display: none;
	  }
	  .cicle.sp{
		  display: inline-block;
	  }
	.keyvisual {
		background-image: url("../img/keyvisual-sp.jpg");
	}
	.news h1 .title-main{
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
		background:unset
		/* background: linear-gradient( 180deg, rgba(0, 117, 98, 1) 36%, rgba(0, 161, 74, 1) 68% );
		-webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
	}

	.news .list-item .items .item .number{
		font-size: 18px;
		padding: 3px 11px;
	}
	.logo{
		width: 76px !important;
	}
	#button{
		right: 10px;
	}
	.top-1-5-rem{
		padding-top: .6rem;
	}
	.news .hand{
		padding-top: .2rem;
	}
	.news .note ul{
		padding-top: .2rem;
	}
	.contact .items{
		width: 76%;
		margin: 0px auto;
	}
	.list-card .card > .title{
		padding: .9rem 1rem 1rem 1rem;
	}
	.list-card .card .title img{
		width: 55px;
		height: 55px;
	}
	.list-card .card .content p{
		padding: 0rem;
		font-size: .9em;
	}
	.list-card .card .title .title{
		padding-left: 1rem;
	}
	.list-card .card:first-child .title img{
		width: 50px;
		height: 50px;
	}
	  .onayami .d-flex{
		  flex-wrap: wrap;
	  }
	.onayami .user{
		flex-basis: 50%;
	}
	.onayami .user:nth-child(3){
		padding-top: 1rem;
	}
	.contact .items .item{
		flex-basis: 50%;
		text-align: center;
	}
	.news, .news .content{
		padding-top: 1.5rem;
	}
	.news h1 .title-sub, .news .content .title-sub{
		margin-bottom: 0rem;
	}
	#button{
		bottom: 80px;
	}
	#button img{
		width: 50px;
	}
	.news .list-item .items{
		justify-content: center;
		align-items: center;
	}
	.news .list-item .items .item{
		flex-basis: 50%;
	}
	.news .list-item .items .item .title{
		font-size: 17px;
	}
	.news .list-item .items .item img{
		width: 95px;
		height: unset;
	}
	.sp {
	  display: block;
	}
	.list-card .card .content {
	  /* padding-top: 0.2rem; */
	}
	.news h1 .title-main {
	  font-size: 2.2rem;
	  white-space: nowrap;
	}
	.news h1 .title-sub,.news .content .title-sub {
	  font-size: 1rem;
	}
	.news .content p {
	  font-size: 15px;
	}
	.news .note ul li {
	  font-size: 1rem;
	}
	.voice .list-item .items .item {
	  /* flex-basis: 100% !important; */
	}
	.voice .list-item .items .item:nth-child(3) {
	  /* margin-top: 1rem; */
	}
	.news .list-item .items .item {
	  padding-bottom: 2rem;
	}
	.contact-head .items .phone img {
	  width: 28px;
	}
	.contact-head .items .phone {
	  width: 186px;
	}
	.keyvisual .cicle {
		max-width: 100%;
	  /* width: 300px !important; */
	}
	.keyvisual {
	  /* height: 300px !important; */
	}
	footer {
	  margin-bottom: 60px !important;
	}
	.bl-contact .items a {
	  padding-top: 10px;
	  font-size: 18px;
	}
	.contact-head .items .phone {
	  width: 180px;
	}
	header {
	  /* padding-top: 0px;
		  padding-bottom: 0px; */
	}
	header .leftbox {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	nav ul li {
	  padding-right: 0px;
	}
	.menu li:first-child() {
	  width: 100% !important;
	}
	.bl-contact .items .item .text {
	  width: 80%;
	  margin: 0px auto;
	}
	.bl-contact .items .item {
	  flex-basis: 100%;
	  width: 100%;
	  height: 177px;
	  margin-top: 5px;
	}
	header .subtitle {
	  display: none;
	}
	header .tel {
	  display: none;
	}
  }
  /* @media only screen and (max-width: 992px) */
  
  @media only screen and (max-width: 992px) {
	header .container{
		max-width: 90%;
	}
	.flow .items .item {
	  flex-basis: 48%;
	}
	.flow .items .item:nth-child(3),
	.flow .items .item:nth-child(4) {
	  margin-top: 2rem;
	}
	.news .content h3::after1 {
	  /* width: 60%; */
	  border-bottom: 4px solid #009b64;
	}
	.news .content h3 {
	  max-width: 399px;
	  font-size: 1.9rem;
	}
	.voice .container {
	  max-width: unset;
	}
	.list-card .card {
	  flex-basis: 100%;
	}
	.list-card .card:nth-child(2n + 1) {
	  margin-right: unset;
	}
	.flex-center-sp .leftbox {
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.flex-between .contact-head {
	  width: 0%;
	}
	.logo {
	  width: 80px;
	  padding: 5px;
	}
	header .subtitle,
	header .tel {
	  display: none;
	}
  
	header.fixed {
	  height: 80px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.contact-head .items .mail {
	  position: fixed;
	  bottom: 0;
	  width: 50%;
	  height: 70px;
	  left: 0;
	  z-index: 10000;
	  transition: unset;
	}
	.contact-head {
	  justify-content: flex-end;
	  align-items: flex-end;
	}
	.contact-head .caption {
	  font-size: 10px;
	}
	.contact-head .items .phone {
		margin-right: .4rem;
	  /* display: none; */
	}
	.contact-head .phone-number {
	  /* dis */
	  font-size: 1rem;
	}
	.contact-head .items .phone {
	  /* width: 100%; */
	}
	.contact-head .items .ques {
	  position: fixed;
	  bottom: 0;
	  width: 50%;
	  height: 70px;
	  right: 0;
	  z-index: 10000;
	  transition: unset;
	}
	.contact-head .items .phone {
	  width: 250px;
	}
	.keyvisual .cicle {
	  /* width: 450px; */
	}
	.keyvisual {
	  /* height: 350px; */
	}
	.bl-contact .items .item {
	  padding-bottom: 20px;
	}
	footer {
	  margin-bottom: 70px;
	}
	.menu li:nth-child(1) > span {
	  width: 100%;
	}
	.menu li {
	  width: 76%;
	}
	.menu li:nth-child(2) {
	  position: fixed;
	  bottom: 0;
	  width: 50%;
	  padding-left: 10px;
	  left: 0px;
	  height: 66px;
	  overflow-y: hidden;
	}
	.menu li:nth-child(3) {
	  position: fixed;
	  bottom: 0;
	  width: 50%;
	  padding-left: 10px;
	  right: 0px;
	  height: 66px;
	  overflow-y: hidden;
	}
	.bl-contact .items .item img {
	  width: 50px;
	}
	.bl-contact .items .item .number {
	  font-size: 16pt;
	}
	.bl-contact .items .item .text {
	  padding: 0px 21px;
	  font-size: 10pt;
	  display: block;
	}
  }
  @media screen and (max-width: 1200px) {

	.contact-head {
	  width: 72%;
	}
	.bl-contact .items .item .text {
	  padding: 3px 20px;
	}
  }
  @media only screen and (max-width: 1400px) {
	.sp-500 {
	  display: block;
	}
  }
  @media screen and (max-width: 1200px) {
	.menu li .phone {
	  font-size: 14pt;
	}
	.menu li:nth-child(3) a {
	  font-size: 11pt;
	  line-height: 1.5em;
	}
  }
  @media screen and (max-width: 520px) {
	.contact{
		padding: 20px 0px;
	}
	.news .list-item .items .item img{
		width: 85px;
	}
	.contact .items{
		width: 90%;
	}
	.list-card .card .title{
		padding: .5rem 1rem .6rem 1rem;
	}
	header .container{
		max-width: unset;
	}
	.list-card .card .title {
	  /* padding: 0.5rem; */
	  padding-top: .8rem;
	  font-size: 15px;
	}
	.flow .items .item {
	  flex-basis: 100%;
	}
	.flow .items p.step::before {
	  left: 20%;
	}
	.flow .items .item:nth-child(3),
	.flow .items .item:nth-child(2) {
	  margin-top: 2rem;
	}
  }
  @media screen and (max-width: 520px) {
	.inner-100 {
	  width: 65px !important;
	}
	.inner-350 {
	  width: 200px;
	}
	.contact-head .text-mail,
	.contact-head .text-ques {
	  font-size: 0.8rem;
	}
	.contact-head .items .phone {
	  width: 186px !important;
	}
  }
  @media (min-width: 992px) {

	.pr-lg-5,
	.px-lg-5 {
	  padding-right: 3rem !important;
	}
  }
  .text-center {
	text-align: center !important;
  }
  @media (min-width: 576px) {
	.d-sm-none {
	  display: none !important;
	}
  }
  @media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
  }
  @media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}
  }
  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
  }
  
  @media (min-width: 1200px) {
	.container {
	  max-width: 1140px;
	}
  }
  @media screen and (min-width:993px) and (max-width:1200px){
	.news .content h3::after1{
		width: 41% !important;
	}
	.keyvisual {
		/* height: 350px; */
	}
	.keyvisual .cicle {
		/* width: 450px; */
	}
  }
  .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
  }
  .justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
  }
  .pl-1,
  .px-1 {
	padding-left: 0.25rem !important;
  }
  .flex-between {
	justify-content: space-between;
	align-items: center;
  }
  .pt-4,
  .py-4 {
	padding-top: 1.5rem !important;
  }
  .pt-2,
  .py-2 {
	padding-top: 0.5rem !important;
  }
  