@charset "UTF-8";
/* CSS Document */


/*top*/
.top .slider {
  margin: 0 60px;
  height: calc(100vh - (185px + 40px));
  position: relative;
  display: flex;
}
.top .slider .catch {
  position: absolute;
  left: 90px;
  bottom: 80px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.top .slider .catch h3 {
  color: #FFF;
  line-height: 1.1;
  margin-bottom: .8em;
}
.top .slider .catch h3 span {
  font-weight: 500;
}
.top .slider .catch h3 span.fs24 {
  font-size: 2.4rem;
}
.top .slider .catch h3 span.fs26 {
  font-size: 2.6rem;
}
.top .slider .catch h3 span.fs28 {
  font-size: 2.8rem;
}
.top .slider .catch h3 span.fs34 {
  font-size: 3.4rem;
  margin-left: .1em;
}
.top .slider .catch h4 {
  color: #FFF;
  line-height: 1.1;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: .06em;
  padding: .3em 0;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
}
.top .slider .box {
  position: relative;
  overflow: hidden;
  border-radius: 60px;
}
.top .slider .box .slide {
  width: 100%;
  height: 100vh;
}
.top .slider .box .slide div {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.top .slider .box .slide section {
	position: relative;
	width: 100%;
	height: 100%;
}
.top .slider .box .slide p {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: flex-start;
}
.top .slider .box .slide p picture {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: flex-start;
}
.top .slider .box .slide p img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.top .concept {
  padding-top: 125px;
  margin-bottom: 110px;
  display: flex;
  overflow-x: hidden;
}
.top .concept .box_l {
  width: 420px;
  margin-right: 20px;
  margin-left: 50px;
}
.top .concept .box_l .eng_title {
  position: relative;
  left: -.66em ;
  font-family: "Bellota", system-ui;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.1;
  color: #8ebf92;
  padding-top: .4em;
  margin-bottom: 1.2em;
}
.top .concept .box_l h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: .8em;
  font-size: 3.2rem;
  color: #4b615c;
}
.top .concept .box_l h3 span {
  display: block;
  padding-bottom: .1em;
  border-bottom: dashed 1px #75bb75;
  font-weight: 500;
}
.top .concept .box_l h3 span:nth-of-type(1) {
  margin-bottom: .2em;
}
.top .concept .box_l h3 span em {
  color: #ee9c3d;
  font-weight: 500;
}
.top .concept .box_l .comment {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 1.2em;
}
.top .concept .box_l .comment p {
  font-weight: 500;
}
.top .concept .box_l .btn {
  display: flex;
}
.top .concept .box_l .btn a {
  position: relative;
  display: block;
  background: #94aab5;
  padding: 5px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: calc(70px / 2);
}
.top .concept .box_l .btn a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  border: dashed 1px #FFF;
  border-radius: calc((70px - (5px * 2)) / 2);
  color: #FFF;
  padding: 0 5em;
}
.top .concept .box_l .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1em;
  width: .875em;
  height: .875em;
  background: url(../img/top/btn_arrow_white.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .concept .img {
  position: relative;
  right: -47px;
  width:661px;
  margin-left: auto;
}
.top .service {
  position: relative;
  background: url(../img/top/service_bg.jpg) repeat center center;
  padding-top: 250px;
  padding-bottom: 50px;
  border-radius: 0 0 55px 55px;
  overflow: hidden;
}
.top .service::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 414px;
  background: url(../img/top/service_bg_top.jpg) no-repeat center top;
  background-size: cover;
  content: '';
}
.top .service .box {
  position: relative;
}
.top .service .box::before {
  position: absolute;
  top: 57px;
  left: 0;
  width: 145px;
  height: 249px;
  background: url(../img/top/service_leaf_l.png) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .service .box::after {
  position: absolute;
  top: 100px;
  right: 0;
  width: 140px;
  height: 255px;
  background: url(../img/top/service_leaf_r.png) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .service .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.top .service .box h3 em ,
.top .service .box h3 span {
  position: relative;
  display: block;
  line-height: 1.1;
}
.top .service .box h3 em {
  font-family: "Bellota", system-ui;
  font-size: 6.2rem;
  font-weight: 700;
  color: #8ebf92;
  margin-bottom: .2em;
}
.top .service .box h3 em::before {
  position: absolute;
  top: -110px;
  left: -120px;
  width: 127px;
  height: 102px;
  background: url(../img/top/service_title_img.svg) no-repeat center center;
  background-size: cover;
  filter: drop-shadow(0px 0px 10px rgba(156,143,120,.2));
  content: '';
}
.top .service .box h3 span {
  font-size: 2.4rem;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #fcf088 0%);
  color: #4b615c;
}
.top .service .box .list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.top .service .box .list section {
  width: calc((100% - 40px) / 2);
  margin-bottom: 30px;
}
.top .service .box .list section:nth-of-type(odd) {
  margin-right: 40px;
}
.top .service .box .list section a {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFF;
  border: dotted 2px #77a079;
  padding: 30px 25px;
  border-radius: 40px;
}
.top .service .box .list section a::after {
  position: absolute;
  right: 3em;
  bottom: 2em;
  width: 3.6em;
  height: 3.6em;
  background: url(../img/top/service_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .service .box .list section a .img {
  width: 220px;
  overflow: hidden;
  border-radius: 25px;
  margin-right: 40px;
}
.top .service .box .list section a .box_r {
  width: calc(100% - (220px + 40px));
}
.top .service .box .list section a .box_r h4 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: dashed 1px #75bb75;
  color: #4b615c;
}
.top .service .box .list section a .box_r .comment p {
  font-size: 1.6rem;
  font-weight: 500;
}
.top .consultation {
  padding: 0 20px;
  padding-top: 110px;
  padding-bottom: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .consultation .box {
  position: relative;
}
.top .consultation .box::before {
  position: absolute;
  top: -44px;
  left: -26px;
  z-index: 2;
  width: 117px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/consultation_icon.svg) no-repeat center center;
  background-size: cover;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .12em;
  content: '無料';
}
.top .consultation .box .box_in {
  position: relative;
  background: #97c59b;
  display: flex;
  align-items: center;
  border-radius: 40px;
  overflow: hidden;
  padding: 35px 40px;
  padding-right: 80px;
}
.top .consultation .box .box_in::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 238px;
  height: 98px;
  background: url(../img/top/consultation_bg.svg) no-repeat left top;
  background-size: cover;
  content: '';
}
.top .consultation .box .box_in .img {
  background: #FFF;
  width: 500px;
  padding: 6px;
  border-radius: 40px;
  margin-right: 65px;
}
.top .consultation .box .box_in .img span {
  display: block;
  border-radius: 40px;
  overflow: hidden;
}
.top .consultation .box .box_in .box_r {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top .consultation .box .box_in .box_r h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: .8em;
}
.top .consultation .box .box_in .box_r h3 span {
  position: relative;
  display: block;
  font-weight: 500;
  color: #FFF;
}
.top .consultation .box .box_in .box_r h3 span::before ,
.top .consultation .box .box_in .box_r h3 span::after {
  position: absolute;
  bottom: 0;
  width: 1.0909em;
  height: 1.1818em;
  background: url(../img/top/consultation_title.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .consultation .box .box_in .box_r h3 span::before {
  left: -1.8181em;
}
.top .consultation .box .box_in .box_r h3 span::after {
  right: -1.8181em;
  transform: scale(-1, 1);
}
.top .consultation .box .box_in .box_r h4 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff260;
  margin-bottom: .4em;
}
.top .consultation .box .box_in .box_r .comment {
  font-size: 1.8rem;
  margin-bottom: .8em;
}
.top .consultation .box .box_in .box_r .comment p {
  font-weight: 500;
  text-align: center;
  color: #FFF;
}
.top .consultation .box .box_in .box_r .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .consultation .box .box_in .box_r .btn a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1em 5.3em;
  background: #FFF;
  color: #63b26b;
  border-radius: 2em;
}
.top .consultation .box .box_in .box_r .btn a::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1em;
  width: 2.22em;
  height: 2.22em;
  background: url(../img/top/consultation_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .housing {
  position: relative;
  background: url(../img/top/housing_bg.jpg) repeat center center;
  padding-top: 220px;
  padding-bottom: 130px;
  border-radius: 0 0 55px 55px;
}
.top .housing::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 369px;
  background: url(../img/top/housing_bg_top.jpg) no-repeat center top;
  background-size: cover;
  content: '';
}
.top .housing::after {
  position: absolute;
  bottom: -12px;
  left: calc(50vw + 405px);
  width: 196px;
  height: 91px;
  background: url(../img/top/housing_ill.svg) no-repeat center top;
  background-size: cover;
  content: '';
}
.top .housing h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.top .housing h3 em ,
.top .housing h3 span {
  position: relative;
  display: block;
  line-height: 1.1;
}
.top .housing h3 span {
  font-size: 3.0rem;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #fcf088 0%);
  margin-bottom: .3em;
  color: #4b615c;
}
.top .housing h3 span::before {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 134px;
  height: 113px;
  background: url(../img/top/housing_title_img.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .housing h3 em {
  font-family: "Bellota", system-ui;
  font-size: 2.6rem;
  font-weight: 700;
  color: #8ebf92;
}
.top .housing .catch {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 60px;
  overflow-x: hidden;
}
.top .housing .catch .img {
  width: 602px;
  margin-right: 70px;
}
.top .housing .catch .box_r {
  width: 560px;
}
.top .housing .catch .box_r h4 {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #4b615c;
  letter-spacing: .05em;
  padding: .6em 0;
  margin-bottom: 30px;
}
.top .housing .catch .box_r h4::before ,
.top .housing .catch .box_r h4::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
}
.top .housing .catch .box_r h4::before {
  top: 0;
  border-top: dashed 2px #8ebf92;
}
.top .housing .catch .box_r h4::after {
  bottom: 0;
  border-bottom: dashed 2px #8ebf92;
}
.top .housing .catch .box_r h5 {
  margin-bottom: 20px;
}
.top .housing .catch .box_r h5 span {
  position: relative;
  display: inline;
  font-size: 2.0rem;
  font-weight: 500;
  padding: .2em 10px;
  line-height: 2.5;
  background: linear-gradient(transparent 0%, #FFF 0%);
  display:inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.top .housing .catch .box_r .comment {
  font-size: 1.6rem;
  line-height: 2.25;
}
.top .housing .catch .box_r .comment p {
  font-weight: 500;
}
.top .housing .catch .box_r .comment p:not(:last-of-type) {
  margin-bottom: .5em;
}
.top .housing .list {
  margin-bottom: 70px;
}
.top .housing .list section {
  background: #FFF;
  display: flex;
  align-items: flex-start;
  border-radius: 30px;
  padding: 30px;
}
.top .housing .list section:not(:last-of-type) {
  margin-bottom: 70px;
}
.top .housing .list section .box_in {
  position: relative;
  width: calc(100% - (435px + 70px));
  padding-top: 40px;
}
.top .housing .list section:nth-of-type(odd) .box_in {
  order: 1;
  margin-right: 70px;
  padding-left: 50px;
}
.top .housing .list section:nth-of-type(even) .box_in {
  order: 2;
  margin-left: auto;
  padding-right: 50px;
}
.top .housing .list section .box_in h4 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #4b615c;
  padding-bottom: .3em;
  margin-bottom: .8em;
  border-bottom: dashed 2px #515151;
}
.top .housing .list section .box_in h4::before {
  position: absolute;
  top: -3.3em;
  left: 0;
  width: 3.464em;
  height: 2.678em;
  background-size: cover !important;
  content: '';
}
.top .housing .list section:nth-of-type(1) .box_in h4::before {
  background: url(../img/top/housing_number01.svg) no-repeat center center;
}
.top .housing .list section:nth-of-type(2) .box_in h4::before {
  background: url(../img/top/housing_number02.svg) no-repeat center center;
}
.top .housing .list section:nth-of-type(3) .box_in h4::before {
  background: url(../img/top/housing_number03.svg) no-repeat center center;
}
.top .housing .list section .box_in .comment p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}
.top .housing .list section .box_in .comment p span {
  font-weight: 700;
  color: #e97a17;
}
.top .housing .list section .img {
  width: 435px;
  overflow: hidden;
  border-radius: 25px;
}
.top .housing .list section:nth-of-type(odd) .img {
  order: 2;
  margin-left: auto;
}
.top .housing .list section:nth-of-type(even) .img {
  order: 1;
  margin-right: 70px;
}
.top .housing .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .housing .btn p {
  width: 300px;
  height: 70px;
}
.top .housing .btn p:nth-of-type(1) {
  margin-right: 25px;
}
.top .housing .btn p a {
  position: relative;
  display: block;
  background: #94aab5;
  padding: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: calc(70px / 2);
}
.top .housing .btn p a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  border: dashed 1px #FFF;
  border-radius: calc((70px - (5px * 2)) / 2);
  color: #FFF;
}
.top .housing .btn p a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1em;
  width: .875em;
  height: .875em;
  background: url(../img/top/btn_arrow_white.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .company {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  padding-top: 115px;
  padding-bottom: 120px;
}
.top .company .box_l {
  width: 460px;
  margin-right: 110px;
  padding-top: 85px;
}
.top .company .box_l h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.top .company .box_l h3 em ,
.top .company .box_l h3 span {
  position: relative;
  display: block;
  line-height: 1.1;
}
.top .company .box_l h3 em {
  font-family: "Bellota", system-ui;
  font-size: 5.6rem;
  font-weight: 700;
  color: #8ebf92;
  margin-bottom: .2em;
}
.top .company .box_l h3 span {
  font-size: 2.2rem;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #fcf088 0%);
  color: #4b615c;
}
.top .company .box_l .comment {
  font-size: 1.6rem;
  margin-bottom: 1.2em;
}
.top .company .box_l .comment p {
  font-weight: 500;
}
.top .company .box_l .btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top .company .box_l .btn p {
  width: calc((100% - 50px) / 2);
}
.top .company .box_l .btn p:nth-of-type(1) {
  margin-right: 50px;
}
.top .company .box_l .btn p a {
  position: relative;
  display: block;
  border-top: dashed 1px #4b615c;
  border-bottom: dashed 1px #4b615c;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 2em 0;
  color: #4b615c;
}
.top .company .box_l .btn p a::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .3em;
  width: 2.5em;
  height: 2.5em;
  background: url(../img/top/company_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .company .img {
  width: 580px;
  overflow: hidden;
  border-radius: 180px 30px 30px;
}


/*about*/
.about main .list {
  counter-reset: number;
}
.about main .list section {
  display: flex;
  align-items: flex-start;
}
.about main .list section:not(:last-of-type) {
  margin-bottom: 90px;
}
.about main .list section .box {
  width: calc(100% - (520px + 80px));
}
.about main .list section:nth-of-type(odd) .box {
  order: 1;
  margin-right: 80px;
}
.about main .list section:nth-of-type(even) .box {
  order: 2;
  margin-left: auto;
}
.about main .list section .box h3 {
  position: relative;
  line-height: 1.1;
  font-size: 3.2rem;
  font-weight: 500;
  padding-top: 2.5em;
  padding-left: .2em;
  padding-bottom: .6em;
  margin-bottom: .8em;
  border-bottom: dashed 1px #75bb75;
  color: #4b615c;
}
.about main .list section .box h3::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Forum", serif;
  font-size: 6.4rem;
  line-height: 1.1;
  color: #6fb574;
  counter-increment: number;
  content: counter(number , decimal-leading-zero)'';
}
.about main .list section .box h4 {
  font-size: 2.4rem;
  margin-bottom: 1.2em;
  line-height: 2.0;
  color: #4b615c;
}
.about main .list section .box h4 span {
  display: inline;
  background: linear-gradient(transparent 80%, #fcf088 0%);
  background-position: left bottom;
  font-weight: 500;
}
.about main .list section .box h5 {
  font-size: 2.4rem;
  line-height: 2.0;
  color: #4b615c;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.about main .list section .box h5 span {
  display: inline;
  background: linear-gradient(transparent 80%, #fcf088 0%);
  background-position: left bottom;
  font-weight: 500;
}
.about main .list h6 {
  font-size: 2.4rem;
  line-height: 2.0;
  color: #4b615c;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.about main .list h6 span {
  display: none;
  background: linear-gradient(transparent 80%, #fcf088 0%);
  background-position: left bottom;
  font-weight: 500;
}
.about main .list section .box .comment {
  line-height: 2.0;
}
.about main .list section .box .comment span {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}
.about main .list section .box .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.about main .list section .box .comment2 {
  line-height: 2.0;
}
.about main .list section .box .comment2 span {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}
.about main .list  .comment3 {
	display: none;
	line-height: 2.0;
}
.about main .list .comment3 span {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}
.about main .list section .box .comment2 p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.about main .list section .img {
  width: 520px;
  overflow: hidden;
  border-radius: 80px 30px 30px;
}
.about main .list section:nth-of-type(odd) .img {
  order: 2;
  margin-left: auto;
}
.about main .list section:nth-of-type(even) .img {
  order: 1;
  margin-right: 80px;
}
.about main .list section .img2 {
  width: 520px;
  overflow: hidden;
  border-radius: 80px 30px 30px;
}
.about main .list section:nth-of-type(odd) .img2 {
  order: 2;
  margin-left: auto;
}
.about main .list section:nth-of-type(even) .img2 {
  order: 1;
  margin-right: 80px;
}

.about main .list section .box_greeting {
  width: calc(100% - (320px + 80px));
}
.about main .list section:nth-of-type(odd) .box_greeting {
  order: 1;
  margin-right: 80px;
}
.about main .list section:nth-of-type(even) .box_greeting {
  order: 2;
  margin-left: auto;
}
.about main .list section .box_greeting h3 {
  position: relative;
  line-height: 1.1;
  font-size: 3.2rem;
  font-weight: 500;
  padding-top: 2.5em;
  padding-left: .2em;
  padding-bottom: .6em;
  margin-bottom: .8em;
  border-bottom: dashed 1px #75bb75;
  color: #4b615c;
}
.about main .list section .box_greeting h3::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Forum", serif;
  font-size: 6.4rem;
  line-height: 1.1;
  color: #6fb574;
  counter-increment: number;
  content: counter(number , decimal-leading-zero)'';
}
.about main .list section .box_greeting h4 {
  font-size: 2.4rem;
  margin-bottom: 1.2em;
  line-height: 2.0;
  color: #4b615c;
}
.about main .list section .box_greeting h4 span {
  display: inline;
  background: linear-gradient(transparent 80%, #fcf088 0%);
  background-position: left bottom;
  font-weight: 500;
}
.about main .list section .box_greeting .comment {
  line-height: 2.0;
}
.about main .list section .box_greeting .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.about main .list section .img {
  width: 520px;
  overflow: hidden;
  border-radius: 80px 30px 30px;
}
.about main .list section .img_greeting {
  width: 320px;
  overflow: hidden;
  border-radius: 80px 30px 30px;
}
.about main .list section:nth-of-type(odd) .img_greeting {
  order: 2;
  margin-left: auto;
}
.about main .list section:nth-of-type(even) .img_greeting {
  order: 1;
  margin-right: 80px;
}

@media screen and (max-width: 1240px) {
  .top .slider {
    margin: 0 20px;
  }
  .top .slider .catch {
    left: 40px;
    bottom: 30px;
  }
  .top .concept .box_l {
    margin-left: 20px;
  }
  .top .consultation .box .box_in {
    padding: 25px 30px;
    padding-right: 40px;
  }
  .top .consultation .box .box_in .img {
    width: 45%;
    margin-right: 30px;
  }
  .top .consultation .box .box_in .box_r {
    margin-left: auto;
  }
}

@media screen and (max-width: 1140px) {
  .top .concept .box_l {
    width: calc(100% - (50% + 20px));
    margin-right: 20px;
    margin-left: 0;
  }
  .top .concept .img {
    right: -2%;
    width: 50%;
  }
  .top .service .box .list section {
    width: calc((100% - 20px) / 2);
  }
  .top .service .box .list section:nth-of-type(odd) {
    margin-right: 20px;
  }
  .top .service .box .list section a .img {
    width: 45%;
    margin-right: 20px;
  }
  .top .service .box .list section a .box_r {
    width: calc(100% - (45% + 20px));
  }
  .top .housing .catch .img {
    position: relative;
    left: -2%;
    width: 50%;
    margin-right: 20px;
  }
  .top .housing .catch .box_r {
    width: calc(100% - (50% + 20px));
  }
  .top .housing .catch .box_r h5 span br {
    display: none;
  }
  .top .housing .list section .box_in {
    width: calc(100% - (435px + 20px));
  }
  .top .housing .list section:nth-of-type(odd) .box_in {
    margin-right: 20px;
    padding-left: 0;
  }
  .top .housing .list section:nth-of-type(even) .box_in {
    padding-right: 0;
  }
  .top .housing .list section:nth-of-type(even) .img {
    margin-right: 20px;
  }
  .top .company .box_l {
    margin-right: 40px;
  }
  .top .company .box_l .btn p {
    width: calc((100% - 30px) / 2);
  }
  .top .company .box_l .btn p:nth-of-type(1) {
    margin-right: 30px;
  }
  .top .company .img {
    width: 580px;
    overflow: hidden;
    border-radius: 180px 30px 30px;
  }

  .about main .list section .box {
    width: calc(100% - (45% + 40px));
  }
  .about main .list section:nth-of-type(odd) .box {
    margin-right: 40px;
  }
  .about main .list section .img {
    width: 45%;
  }
  .about main .list section:nth-of-type(even) .img {
    margin-right: 40px;
  }
  
  .about main .list section .box_greeting {
    width: calc(100% - (45% + 40px));
  }
  .about main .list section:nth-of-type(odd) .box_greeting {
    margin-right: 40px;
  }
  .about main .list section .img_greeting {
    width: 45%;
  }
  .about main .list section:nth-of-type(even) .img_greeting {
    margin-right: 40px;
  }
}

@media screen and (max-width: 940px) {
  .top .housing .list section .box_in {
    width: calc(100% - (50% + 20px));
  }
  .top .housing .list section .img {
    width: 50%;
  }

}

@media screen and (max-width: 940px) {
  .top .concept .box_l h3 {
    font-size: 2.8rem;
  }
  .top .service .box .list section a .img {
    width: 40%;
  }
  .top .service .box .list section a .box_r {
    width: calc(100% - (40% + 20px));
  }
  .top .consultation .box .box_in .box_r h4 {
    font-size: 3.0rem;
  }
  .top .consultation .box .box_in .box_r .comment {
    font-size: 1.6rem;
  }
  .top .consultation .box .box_in .box_r .btn a {
    font-size: 1.6rem;
    padding: 1em 2.5em;
    padding-right: 4em;
  }
}

@media screen and (max-width: 840px) {
  .top .concept .box_l h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  /*top*/
  .top .slider {
    margin: 0 4%;
    height: calc(100svh - 20vw);
  }
  .top .slider .catch {
    left: 8vw;
    bottom: 8vw;
  }
  .top .slider .catch h3 {
    margin-bottom: .8em;
  }
  .top .slider .catch h3 span.fs24 {
    font-size: 1.5rem;
  }
  .top .slider .catch h3 span.fs26 {
    font-size: 1.7rem;
  }
  .top .slider .catch h3 span.fs28 {
    font-size: 1.8rem;
  }
  .top .slider .catch h3 span.fs34 {
    font-size: 2.3rem;
    margin-left: .1em;
  }
  .top .slider .catch h4 {
    font-size: 2.8rem;
    letter-spacing: .06em;
    padding: .3em 0;
  }
  .top .slider .box {
    border-radius: 5vw;
  }
  .top .concept {
    padding: 0 4%;
    padding-top: 15vw;
    margin-bottom: 15vw;
    display: flex;
    flex-direction: column;
  }
  .top .concept .box_l {
    display: contents;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .top .concept .box_l .eng_title {
    order: 1;
    left: 0 ;
    font-size: 3.0rem;
    padding-top: 0;
    margin-bottom: .5em;
  }
  .top .concept .box_l h3 {
    order: 2;
    margin-bottom: .8em;
    font-size: 2.0rem;
  }
  .top .concept .box_l .comment {
    order: 4;
    font-size: 1.6rem;
  }
  .top .concept .box_l .btn {
    order: 5;
    display: flex;
    width: 100%;
  }
  .top .concept .box_l .btn a {
    padding: 2vw;
    height: auto;
    border-radius: 10vw;
    width: 100%;
  }
  .top .concept .box_l .btn a span {
    padding: 4vw 6vw;
    font-size: 1.6rem;
    border-radius: 8vw;
  }
  .top .concept .img {
    position: relative;
    right: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5vw;
    order: 3;
  }
  .top .service {
    padding-top: 20vw;
    padding-bottom: 20vw;
    border-radius: 0 0 5vw 5vw;
    overflow: hidden;
  }
  .top .service::before {
    height: 15vw;
    background: url(../img/top/service_bg_top.jpg) no-repeat center top;
    background-size: cover;
    content: '';
  }
  .top .service .box {
    position: relative;
  }
  .top .service .box::before {
    position: absolute;
    top: 57px;
    left: 0;
    width: 145px;
    height: 249px;
    background: url(../img/top/service_leaf_l.png) no-repeat center center;
    background-size: cover;
    content: '';
    display: none;
  }
  .top .service .box::after {
    position: absolute;
    top: 100px;
    right: 0;
    width: 140px;
    height: 255px;
    background: url(../img/top/service_leaf_r.png) no-repeat center center;
    background-size: cover;
    content: '';
    display: none;
  }
  .top .service .box h3 {
    margin-bottom: 6vw;
  }
  .top .service .box h3 em {
    font-size: 3.0rem;
    margin-bottom: .2em;
  }
  .top .service .box h3 em::before {
    position: absolute;
    top: -14.342vw;
    left: -15.645vw;
    width: 16.558vw;
    height: 13.299vw;
    background: url(../img/top/service_title_img.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .top .service .box h3 span {
    font-size: 2.0rem;
  }
  .top .service .box .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10vw;
  }
  .top .service .box .list section {
    width: 100%;
    margin-bottom: 10vw;
  }
  .top .service .box .list section:nth-of-type(odd) {
    margin-right: 0;
  }
  .top .service .box .list section a {
    flex-direction: column;
    padding: 5vw 4vw;
    border-radius: 5vw;
  }
  .top .service .box .list section a::after {
    position: absolute;
    right: 1em;
    bottom: 1em;
    width: 2.5em;
    height: 2.5em;
    background: url(../img/top/service_arrow.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .top .service .box .list section a .img {
    order: 2;
    width: 100%;
    height: 50vw;
    overflow: hidden;
    border-radius: 5vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .top .service .box .list section a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top .service .box .list section a .box_r {
    display: contents;
    width: 100%;
  }
  .top .service .box .list section a .box_r h4 {
    order: 1;
    font-size: 2.0rem;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
  .top .service .box .list section a .box_r .comment {
    order: 3;
  }
  .top .service .box .list section a .box_r .comment p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .top .consultation {
    padding: 0 4%;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .top .consultation .box {
    position: relative;
  }
  .top .consultation .box::before {
    position: absolute;
    top: calc(-5.737vw * 1.5);
    left: calc(-3.39vw * .5);
    width: calc(15.254vw * 1.3);
    height: calc(15.254vw * 1.3);
    font-size: 2.0rem;
    letter-spacing: .12em;
    content: '無料';
  }
  .top .consultation .box .box_in {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5vw;
    padding: 5vw 5vw;
    padding-right: 5vw;
    padding-bottom: 10vw;
  }
  .top .consultation .box .box_in::after {
    width: 31.03vw;
    height: 12.777vw;
  }
  .top .consultation .box .box_in .img {
    width: 100%;
    padding: 2vw;
    border-radius: 5vw;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .top .consultation .box .box_in .img span {
    border-radius: 5vw;
  }
  .top .consultation .box .box_in .box_r {
    width: 100%;
  }
  .top .consultation .box .box_in .box_r h3 {
    font-size: 2.0rem;
    margin-bottom: .8em;
  }
  .top .consultation .box .box_in .box_r h3 span::before ,
  .top .consultation .box .box_in .box_r h3 span::after {
    width: 1.0909em;
    height: 1.1818em;
  }
  .top .consultation .box .box_in .box_r h3 span::before {
    left: -1.8181em;
  }
  .top .consultation .box .box_in .box_r h3 span::after {
    right: -1.8181em;
    transform: scale(-1, 1);
  }
  .top .consultation .box .box_in .box_r h4 {
    font-size: 2.8rem;
    margin-bottom: .4em;
  }
  .top .consultation .box .box_in .box_r .comment {
    font-size: 1.4rem;
    margin-bottom: .8em;
  }
  .top .consultation .box .box_in .box_r .btn a {
    font-size: 1.6rem;
    padding: .8em 5em;
    border-radius: 2em;
  }
  .top .consultation .box .box_in .box_r .btn a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    width: 2.22em;
    height: 2.22em;
    background: url(../img/top/consultation_arrow.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .top .housing {
    padding-top: 30vw;
    padding-bottom: 30vw;
    border-radius: 0 0 5vw 5vw;
  }
  .top .housing::before {
    height: 15vw;
    background: url(../img/top/housing_bg_top.jpg) no-repeat center top;
    background-size: cover;
    content: '';
  }
  .top .housing::after {
    position: absolute;
    bottom: -4vw;
    left: 50vw;
    width: calc(25.554vw * 1.5);
    height: calc(11.864vw * 1.5);
    background: url(../img/top/housing_ill.svg) no-repeat center top;
    background-size: cover;
    content: '';
  }
  .top .housing h3 {
    margin-bottom: 10vw;
  }
  .top .housing h3 span {
    font-size: 2.0rem;
    margin-bottom: .3em;
  }
  .top .housing h3 span::before {
    position: absolute;
    top: -16.949vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 17.471vw;
    height: 14.733vw;
    background: url(../img/top/housing_title_img.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .top .housing h3 em {
    font-size: 2.6rem;
  }
  .top .housing .catch {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 10vw;
    overflow-x: hidden;
    padding: 0 4%;
  }
  .top .housing .catch .img {
    order: 3;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .top .housing .catch .box_r {
    display: contents;
    width: 100%;
  }
  .top .housing .catch .box_r h4 {
    order: 1;
    font-size: 2.4rem;
    letter-spacing: .05em;
    padding: .6em 0;
    margin-bottom: 5vw;
    width: 100%;
    text-align: center;
  }
  .top .housing .catch .box_r h5 {
    order: 2;
    margin-bottom: 5vw;
  }
  .top .housing .catch .box_r h5 span {
    font-size: 1.8rem;
    padding: .2em 1vw;
  }
  .top .housing .catch .box_r .comment {
    order: 4;
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .top .housing .catch .box_r .comment p {
    font-weight: 500;
  }
  .top .housing .catch .box_r .comment p:not(:last-of-type) {
    margin-bottom: .5em;
  }
  .top .housing .list {
    margin-bottom: 15vw;
  }
  .top .housing .list section {
    border-radius: 5vw;
    padding: 5vw 4vw;
    flex-direction: column;
  }
  .top .housing .list section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .top .housing .list section .box_in {
    position: relative;
    width: 100%;
    padding-top: 0;
    display: contents;
  }
  .top .housing .list section:nth-of-type(odd) .box_in {
    order: inherit;
    margin-right: 0;
    padding-left: 0;
  }
  .top .housing .list section:nth-of-type(even) .box_in {
    order: inherit;
    margin-left: 0;
    padding-right: 0;
  }
  .top .housing .list section .box_in h4 {
    order: 1;
    font-size: 2.0rem;
    padding-bottom: .3em;
    margin-bottom: .8em;
  }
  .top .housing .list section .box_in h4::before {
    position: absolute;
    top: -2.0em;
    left: 0;
    width: calc(3.464em * .8);
    height: calc(2.678em * .8);
    background-size: cover !important;
    content: '';
  }
  .top .housing .list section .box_in .comment {
    order: 3;
  }
  .top .housing .list section .box_in .comment p {
    font-size: 1.6rem;
  }
  .top .housing .list section .img {
    order: 2;
    width: 100%;
    border-radius: 5vw;
    margin-bottom: 5vw;
  }
  .top .housing .list section:nth-of-type(odd) .img {
    order: 2;
    margin-left: 0;
  }
  .top .housing .list section:nth-of-type(even) .img {
    order: 2;
    margin-right: 0;
  }
  .top .housing .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .top .housing .btn p {
    width: 100%;
    height: auto;
    padding: 0 4%;
  }
  .top .housing .btn p:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .top .housing .btn p a {
    width: 100%;
    padding: 2vw 2vw;
    border-radius: 10vw;
  }
  .top .housing .btn p a span {
    padding: 4vw 6vw;
    font-size: 1.6rem;
    border-radius: 8vw;
  }
  .top .company {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 4%;
    padding-top: 25vw;
    padding-bottom: 15vw;
  }
  .top .company .box_l {
    display: contents;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  .top .company .box_l h3 {
    order: 1;
    margin-bottom: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .top .company .box_l h3 em {
    font-size: 3.0rem;
    margin-bottom: .2em;
  }
  .top .company .box_l h3 span {
    font-size: 2.0rem;
  }
  .top .company .box_l .comment {
    order: 3;
    font-size: 1.6rem;
    margin-bottom: 1.2em;
  }
  .top .company .box_l .btn {
    order: 4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .top .company .box_l .btn p {
    width: 48%;
  }
  .top .company .box_l .btn p:nth-of-type(1) {
    margin-right: 4%;
  }
  .top .company .box_l .btn p a {
    font-size: 1.6rem;
    padding: 1em 0;
  }
  .top .company .box_l .btn p a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .3em;
    width: 2.5em;
    height: 2.5em;
    background: url(../img/top/company_arrow.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .top .company .img {
    order: 2;
    width: 100%;
    overflow: hidden;
    border-radius: 10vw 4vw 4vw;
    margin-bottom: 5vw;
  }
  
  /*about*/
  .about main .list section {
    flex-direction: column;
  }
  .about main .list section:not(:last-of-type) {
    margin-bottom: 15vw;
  }
  .about main .list section .box {
    display: contents;
    width: 100%;
  }
  .about main .list section:nth-of-type(odd) .box {
    order: inherit;
    margin-right: 0;
  }
  .about main .list section:nth-of-type(even) .box {
    order: inherit;
    margin-left: 0;
  }
  .about main .list section .box h3 {
    order: 1;
    font-size: 3.0rem;
    padding-top: 1.8em;
    padding-left: .2em;
    padding-bottom: .4em;
    margin-bottom: .4em;
  }
  .about main .list section .box h3::before {
    font-size: 5.0rem;
  }
  .about main .list section .box h4 {
    order: 2;
    font-size: 1.8rem;
    margin-bottom: 1.0em;
  }
  .about main .list section .box h5 {
    order: 2;
    font-size: 1.8rem;
    margin-bottom: 1.0em;
  }
  .about main .list section .box h5 span {
    display: none;
  }
  .about main .list h6 {
    order: 2;
    font-size: 1.8rem;
    margin-top: -1.7em;
	margin-bottom: 1.0em;
  }
  .about main .list h6 span {
    display: block;
  }
  .about main .list section .box .comment {
    order: 4;
  }
  .about main .list section .box .comment2 {
    display: none;
  }
  .about main .list .comment3 {
    display: inline;
	font-size: 1.4rem;
  }
  .about main .list section .img {
    order: 3;
    width: 100%;
    overflow: hidden;
    border-radius: 10vw 4vw 4vw;
    margin-bottom: 5vw;
  }
  .about main .list section:nth-of-type(odd) .img {
    order: 3;
    margin-left: 0;
  }
  .about main .list section:nth-of-type(even) .img {
    order: 3;
    margin-right: 0;
  }
  .about main .list section .img2 {
    order: 3;
    width: 100%;
    overflow: hidden;
    border-radius: 10vw 4vw 4vw;
	margin-top: -8vw;
    margin-bottom: 5vw;
  }
  .about main .list section:nth-of-type(odd) .img2 {
    order: 3;
    margin-left: 0;
  }
  .about main .list section:nth-of-type(even) .img2 {
    order: 3;
    margin-right: 0;
  }
  
  .about main .list section .box_greeting {
    display: contents;
    width: 100%;
  }
  .about main .list section:nth-of-type(odd) .box_greeting {
    order: inherit;
    margin-right: 0;
  }
  .about main .list section:nth-of-type(even) .box_greeting {
    order: inherit;
    margin-left: 0;
  }
  .about main .list section .box_greeting h3 {
    order: 1;
    font-size: 3.0rem;
    padding-top: 1.8em;
    padding-left: .2em;
    padding-bottom: .4em;
    margin-bottom: .4em;
  }
  .about main .list section .box_greeting h3::before {
    font-size: 5.0rem;
  }
  .about main .list section .box_greeting h4 {
    order: 2;
    font-size: 1.8rem;
    margin-bottom: 1.0em;
  }
  .about main .list section .box_greeting .comment {
    order: 4;
  }
  .about main .list section .img_greeting {
    order: 3;
    width: 60%;
    overflow: hidden;
    border-radius: 10vw 4vw 4vw;
	margin-bottom: 5vw;
  }
  .about main .list section:nth-of-type(odd) .img_greeting {
    order: 3;
    margin-right: auto;
	margin-left: auto;
  }
  .about main .list section:nth-of-type(even) .img_greeting {
    order: 3;
    margin-right: 0;
  }
}

/*プライバシーポリシーテーブル*/
.table_privacy{
	width: 98%;
	border-collapse: collapse;
	margin-left: 15px;
}
.table_privacy th{
	width: 5%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: normal;
	vertical-align: top;

}
.table_privacy td{
	padding: 15px;
	vertical-align: top;

}


/*Q&A dl01*/
.question{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.question dt{
	min-height:28px;
	line-height:28px;
	padding:11px 10px 10px 50px;
	background:#F0EFEF url(../img/faq/icon-q.png) no-repeat 10px 10px;
}
.question dd{
	min-height:28px;
	line-height:1.6;
	background:url(../img/faq/icon-a.png) no-repeat 10px 10px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
}


/*** レスポンシブテーブルデザイン ***/
.shokai{
  width:100%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 60px;
}
.shokai th{
  padding: 15px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
.shokai td{
padding: 15px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
@media (max-width: 768px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/


/*** レスポンシブテーブル会社沿革 ***/
.comhis01{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.comhis01 th{
	padding: 20px;
	width: 20%;
	overflow: hidden;
	font-style: normal;
	color: #666666;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.comhis01 td{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
@media (max-width: 768px){
.comhis01 {
  width: 100%;
}
.comhis01 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
	padding-bottom: 0px;
}
.comhis01 td{
  display: list-item;
  width: 95%;
  border-top: none !important;
	padding-top: 0px;
}
}
/*** レスポンシブテーブル会社沿革　おわり ***/

/*** レスポンシブテーブル会社沿革 ***/
.comhis02{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
 
.comhis02 th{
	padding: 20px;
	width: 10%;
	overflow: hidden;
	font-style: normal;
	color: #75bb75;
	font-size: 1.8rem;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #E1F0E1;
}
 
.comhis02 td{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
@media (max-width: 768px){
.comhis02 {
  width: 100%;
}
.comhis02 th{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
.comhis02 td{
  display: list-item;
  width: 95%;
  border-top: none !important;
  border-bottom: none !important;
	padding-top: 0px;
}
}
/*** レスポンシブテーブル会社沿革　おわり ***/


/*H3タグ*/
.boxresh3 {
	margin-bottom: 10px;
}
.boxresh3 p.txt01 {
	position: relative;
	line-height: 1.1;
	font-size: 2.8rem;
	font-weight: 500;
	padding-top: 0.5em;
	padding-left: .2em;
	padding-bottom: .6em;
	margin-bottom: .8em;
	border-bottom: dashed 1px #75bb75;
	color: #4b615c;
}

.boxresh4 {
	margin-bottom: 10px;
}
.boxresh4 p.txt01 {
	margin-top: 20px;
	font-size: 2.4rem;
	margin-bottom:0.5em;
	line-height: 2.0;
	color: #4b615c;
}
.boxresh4 p.txt01 span {
	display: inline;
	background: linear-gradient(transparent 80%, #fcf088 0%);
	background-position: left bottom;
	font-weight: 500;
}
.boxresh4 p.txt02 {
  line-height: 1.6;
}
.boxresh4 p.txt02 span{
	font-weight: 600;
	color: #F60;
}
@media screen and (max-width: 767px) {
.boxresh4 p.txt01 {
    order: 2;
    font-size: 1.8rem;
    margin-bottom: 1.0em;
}
}

.boxresh5 {
	margin-bottom: 0px;
}
.boxresh5 p.txt01 {
	position: relative;
	line-height: 1.1;
	font-size: 2.8rem;
	font-weight: 500;
	padding-top: 0.5em;
	padding-left: .2em;
	padding-bottom: .6em;
	margin-bottom: 0em;
	border-bottom: dashed 1px #75bb75;
	color: #4b615c;
}


.zure01 {
	width:100%;
	margin-bottom:0;
	margin-top:-175px;
	padding-top:175px;
}


/* イメージリスト */
#imageList {
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: -40px;
}
#imageList li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imageList li img {
	border-top-left-radius: 81px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
}
#imageList p.txt01 {
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	background-color: #333333;
}
#imageList p.txt02 {
	color: #333333;
}
#imageList p.txt03 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.0;
	color: #4b615c;
	margin-top: 0px;
	margin-bottom: 0.5em;
	display: inline;
	background: linear-gradient(transparent 80%, #fcf088 0%);
	background-position: left bottom;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 992px) {
#imageList li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
}
@media screen and (max-width: 768px) {
#imageList li {
	width: 100%;
	float: none;
	padding: 0;
}
}

#imageList2 {
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: -40px;
}
#imageList2 li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imageList2 li img {
	border-radius: 12px;
}
#imageList2 p.txt01 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.0;
	color: #4b615c;
	margin-top: 0px;
	margin-bottom: 0.5em;
	display: inline;
	background: linear-gradient(transparent 80%, #fcf088 0%);
	background-position: left bottom;
}
#imageList2 p.txt02 {
	color: #333333;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 992px) {
#imageList2 li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
}
@media screen and (max-width: 768px) {
#imageList2 li {
	width: 100%;
	float: none;
	padding: 0;
}
}

#imageList3 {
	max-width: 1200px;
	overflow: hidden;
	background-color: #EEF1E1;
	margin-top: -70px;
	margin-bottom: 40px;
}
#imageList3 li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imageList3 li img {
	border-radius: 12px;
}
#imageList3 p.txt01 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.0;
	color: #4b615c;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	display: inline;
	background: linear-gradient(transparent 80%, #fcf088 0%);
	background-position: left bottom;
}
#imageList3 p.txt02 {
	color: #333333;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1195px) {
#imageList3 li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
}
@media screen and (max-width: 768px) {
#imageList3 {
	margin-top: 25px;
}
#imageList3 li {
	width: 100%;
	float: none;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;
}
}

#imageList4 {
	max-width: 1200px;
	overflow: hidden;
	background-color: #D5DCB6;
	margin-top: -15px;
	margin-bottom: 60px;
}
#imageList4 li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imageList4 li img {
	border-radius: 12px;
}
#imageList4 p.txt01 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.0;
	color: #4b615c;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	display: inline;
	background: linear-gradient(transparent 80%, #fcf088 0%);
	background-position: left bottom;
}
#imageList4 p.txt02 {
	color: #333333;
}
#imageList4 p.txt03 {
	color: #333333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#imageList4 p.txt03 span {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	padding-bottom: 20px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1195px) {
#imageList4 li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
#imageList4 p.txt03 {
	padding-right: 10px;
	padding-left: 10px;
}
}
@media screen and (max-width: 768px) {
#imageList4 li {
	width: 100%;
	float: none;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;
}
#imageList4 p.txt03 {
	padding-right: 4%;
	padding-left: 4%;
}
}

#imageList5 {
	max-width: 1200px;
	overflow: hidden;
	margin-top: -40px;
	margin-bottom: -20px;
}
#imageList5 li {
	width: 25%;
	float: left;
	margin-bottom: 35px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imageList5 p.txt01 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.0;
	color: #4b615c;
	margin-top: 0px;
	margin-bottom: 0.5em;
	display: inline;
	background: linear-gradient(transparent 80%, #fcf088 0%);
	background-position: left bottom;
}
#imageList5 p.txt02 {
	color: #333333;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 992px) {
#imageList5 li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
}
@media screen and (max-width: 768px) {
#imageList5 {
	margin-top: -30px;
	margin-bottom: -60px;
}
#imageList5 li {
	width: 100%;
	float: none;
	padding: 0;
}
}

#imageList6 {
	max-width: 1200px;
	overflow: hidden;
	margin-top: -40px;
	margin-bottom: 60px;
}
#imageList6 li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imageList6 li img {
	border-radius: 12px;
}
#imageList6 p.txt01 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.0;
	color: #4b615c;
	margin-top: 0px;
	margin-bottom: 0.5em;
	display: inline;
	background: linear-gradient(transparent 80%, #fcf088 0%);
	background-position: left bottom;
}
#imageList6 p.txt02 {
	color: #333333;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1195px) {
#imageList6 li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
}
@media screen and (max-width: 768px) {
#imageList6 li {
	width: 100%;
	float: none;
	padding: 0;
}
}


/* Before / After イメージリスト */
#imageListbeforeafter {
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
#imageListbeforeafter ul {
	margin: 0;
	padding: 0;
}
#imageListbeforeafter .img-wrap img {
	border-radius: 12px;
}
/* 基本レイアウト（PC：4列） */
#imageListbeforeafter li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	list-style: none;
	position: relative;
}
/* テキスト */
#imageListbeforeafter p.txt01 {
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #6fb574;
	margin: 10px 0 5px;
}
#imageListbeforeafter p.txt02 {
	color: #333333;
	margin: 0;
}
/* 画像 */
.img-responsive {
	width: 100%;
	height: auto;
	display: block;
}
/* BEFORE / AFTER ラベル */
#imageListbeforeafter .img-wrap {
	position: relative;
}
#imageListbeforeafter .img-wrap .label {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #6fb574;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	font-weight: bold;
	z-index: 2;
}
/* -----------------------------------
   矢印（PC：1→2、3→4）
   黒丸＋白矢印
----------------------------------- */
#imageListbeforeafter li:nth-child(2n)::before {
	content: "→";
	position: absolute;
	top: 30%;
	width: 50px;
	height: 50px;
	background: #f0a911;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	z-index: 3;
	left: -25px;
}
/* 2列表示（タブレット） */
@media screen and (max-width: 992px) {
#imageListbeforeafter li {
	width: 50%;
}
/* 一旦すべて消す */
#imageListbeforeafter li::before {
	display: none;
}
/* 1 → 2、3 → 4 を表示 */
#imageListbeforeafter li:nth-child(2n)::before {
	display: flex;
	content: "→";
	position: absolute;
	left: -18px;
	top: 40%;
	width: 36px;
	height: 36px;
	background: #f0a911;
	color: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	z-index: 3;
}
}
/* 2列表示（スマホ） */
@media screen and (max-width: 768px) {
/* 1 → 2、3 → 4 を表示 */
#imageListbeforeafter li:nth-child(2n)::before {
	top: 22%;
}
}

#imageListbeforeafter2 {
	max-width: 1200px;
	overflow: hidden;
	margin-top: -40px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
#imageListbeforeafter2 ul {
	margin: 0;
	padding: 0;
}
/* 基本レイアウト（PC：2列） */
#imageListbeforeafter2 li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	list-style: none;
	position: relative;
}
/* テキスト */
#imageListbeforeafter2 p.txt01 {
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #6fb574;
	margin: 10px 0 5px;
}
/* 画像 */
.img-responsive {
	width: 100%;
	height: auto;
	display: block;
}
/* 2列表示（タブレット） */
@media screen and (max-width: 768px) {
#imageListbeforeafter2 li {
	width: 100%;
	padding: 0;
}
}


.boxres_access {
	margin-top: 30px;
}
.boxres_access img {
	width: 100%;
	padding-right: 25%;
	padding-left: 25%;
}
@media screen and (max-width: 992px) {
.boxres_access img {
	padding-right: 15%;
	padding-left: 15%;
}
@media screen and (max-width: 768px) {
.boxres_access img {
	width: 100%;
	float: none;
	padding: 0;
}
}