@charset "utf-8";
/* PC */
body {
  font-size: 18px;
}
.sp {
  display: none;
}


/* 基本レイアウト---------------- */
.content1 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
  width: 100%;
  height: auto;
}
img.icon1 {
    margin-left: 5%;
    width: 1.1em;
    height: auto;
}
/* ヘッダー---------------- */
h1{
	font-weight: normal;
    background: #a0a6af;
	padding-left: 20px;
    z-index: 2;
	text-align: left;
	color: #fff;
	position: fixed;
	top: 0;
    font-size: 10px;
	width: 100%;
}
#head {
  position: relative;
  width: 100%;
  z-index: 2;
}
.head_in {
  width: 1000px;
  margin: 0 auto;
  padding: 28px 0 42px;
}
.head_box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	background: #ffffffc4;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
	margin-top: 0.8em;
	position: fixed;
}
.head_left {
    display: flex;
    align-items: center;
}
.head_logo {
	width: 123px;
	margin-right: 20px;
}
.head_logo img{
	width: 100%;
	height: auto;
}
.listing {
	color: #fff;
	background-color: #505f74;
	line-height: 1.5;
	border-radius: 20px;
	padding: 0 10px 3px;
}
#head_navi ul {
  width: 100%;
	display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#head_navi ul li {
	line-height: 1.2;
	margin-left: 20px;
	font-size: 14px;
	color: #505f74;
}


/* コンテンツ---------------- */
main{
	background: url("/img/fuyohin/ihin/bk.webp");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#intro {
	position: relative;
}
.main-title {
	position: absolute;
	display: flex;
  left: 3%;
  top: 15%;
  z-index: 1;
}
.main-title span {
	display: inline-block;
	font-size: 55px;
	line-height: 1.1;
	color: #505f74;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, -2px 0 5px #ffffff, 0 -2px 5px #ffffff, 0 2px 5px #ffffff, 2px 0 5px #ffffff;
}
.main-text{
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 3%;
  top: 26%;
  z-index: 1;
}
.main-text span {
	display: inline-block;
	font-size: 24px;
  line-height: 2;
  color: #e18252;
  font-weight: bold;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, -2px 0 3px #ffffff, 0 -2px 3px #ffffff, 0 2px 3px #ffffff, 2px 0 3px #ffffff;
}
.kv {
    height: 100vh;
    overflow: hidden;
}
.kv img {
    width: auto;
    height: 100%;
    float: right;
}
.intro-info.content1 {
    padding: 0 30px;
    font-size: 22px;
}
.intro-text .text {
    padding: 70px 0;
}
.intro-text .text p {
    margin-bottom: 25px;
    line-height: 2;
}

/* easy-form ---------------- */

.easy-form {
  width: 380px;
  height: 670px;
  position: absolute;
  right: 4%;
  background: #ffffffd4;
  bottom: 10%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 7px #7f7f7f;
}
.easy-form-con-1-2 {
  margin: 0 30px;
}

.easy-form-con-1-2 div {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.easy-form-con-1-2 li {
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 3.2;
  margin-bottom: 10px;
  padding: 0 40px;
  text-align: left;
  border: 1px solid #d9d9d9;
}
.easy-form-title1 div {
  font-size: 20px;
  font-weight: bold;
  font-family: 'NOTO SERIF JP';
  color: #3b485c;
  margin-bottom: 20px;
}

.easy-form-title p {
  font-size: 16px;
}

.easy-form-title {
  padding: 30px 20px 20px;
  background: linear-gradient(270deg, #eaeef3ab, #f0f3f7a3);
}

.easy-form-con1 {
  padding: 20px;
}

.easy-form-con-1 {
  font-size: 16px;
  margin-bottom: 25px;
}

.easy-form-con-2 {margin: 0 10px;display: flex;flex-wrap: wrap;justify-content: space-between;gap: 15px;}

.easy-form-con-2 div {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}

.easy-form-con-2 ul li {
  text-align: left;
  line-height: 3.2;
  background: #fff;
  margin-bottom: 7px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #d9d9d9;
}

.btn-start {
  width: 80%;
  margin: auto;
  line-height: 3;
  background: linear-gradient(180deg, #505f74 50%, #3b485c 50%);
  color: #fff;
  font-size: 26px;
  border-radius: 50px;
  font-family: 'Noto Serif JP';
  font-weight: bold;
  cursor: pointer;
}

.easy-form-title2 div {
  font-size: 24px;
  font-weight: bold;
  font-family: 'NOTO SERIF JP';
  color: #3b485c;
  text-align: left;
  display: flex;
}
.easy-form-title2 {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.easy-form-con2 {
  padding: 25px 20px 0;
}
.easy-form-con2 .easy-form-con-1 {
  font-weight: bold;
  margin-bottom: 15px;
}
.easy-form-con2:has(input:checked) + .easy-form-con2 ,
.easy-form-con2:has(input:checked) + .btn-to-info {
  display: block !important;
}
.easy-form input[type="radio"],
.easy-form input[type="checkbox"] {
  display: none;
}

.easy-form-con-2 li {
  width: calc(50% - 8px);
  height: 67px;
  font-weight: bold;
}

.easy-form-con-2 label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #b4bcc5;
  border-radius: 5px;
  background: #fff;
}

.easy-form-con-2 input[type="radio"]:checked + label,
.easy-form-con-2 input[type="checkbox"]:checked + label {
  background: #3b485c;
  border-color: #3b485c;
  color: #fff;
}

.easy-form-back,
.easy-form-next {
  font-size: 14px;
  padding: 1px 8px 2px;
  display: inline-block;
  border: 1px solid #505f74;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 10px;
  font-weight: bold;
}
.easy-form-con-3 input {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  height: 50px;
}
.easy-form-con-3 .required input,
.easy-form-con-6 .required input,
.easy-form-con-6 .required {
  background: #fddcdc;
}
.easy-form-con-3 .input label {
  position: absolute;
  left: 15px;
  top: calc(50% - 0.5em);
  font-size: 16px;
  font-weight: bold;
  cursor: text;
}
.easy-form-con-3 .input input:focus + label,
.easy-form-con-3 .input.empty input + label {
  transition: all 0.2s;
  font-size: 14px;
  height: auto;
  padding-left: 0;
  position: absolute;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  top: -10px;
  left: 0;
  color: #6f7b8c;
}
#easy-form-before-add {
  height: 2em;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding-left: 15px;
  color: #3b485c;
  display: flex;
  align-items: center;
}
.easy-form-con-3 li {
  position: relative;
  margin-bottom: 15px;
  height: 50px;
}

.easy-form-con-3 .required:after {
  content: "必須";
  font-size: 12px;
  position: absolute;
  width: 2.8em;
  height: 18px;
  right: 10px;
  top: calc(50% - 9px);
  background: #c52727;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.easy-form-con-3 .input:has(.ok):after,
.easy-form-con-3 .input.ok:after {
  content: "OK";
  font-size: 12px;
  position: absolute;
  width: 2.8em;
  height: 18px;
  right: 10px;
  top: calc(50% - 9px);
  background: #00b10f;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.easy-form-con-3 .required:has(input.ok) input {
  background: #fff;
}
.easy-form-con-6 .required:has(input.ok)  {
  background: #bfe6c2;
}
.easy-form-error {
  position: absolute;
  bottom: 59px;
  font-size: 14px;
  background: #ffffff;
  z-index: 99;
  padding: 8px 10px;
  box-sizing: border-box;
  color: #f00;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 0 5px #838383;
  border: 2px solid;
}
.easy-form-error:before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 15px solid rgb(255, 255, 255);
  z-index: 5;
  position: absolute;
  bottom: -27px;
  right: calc(50% - 15px);
}
.easy-form-error:after {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 15px solid #f00;
  position: absolute;
  bottom: -30px;
  right: calc(50% - 15px);
}
.easy-form-con-6{
  margin-top: 20px;
}
.checkbox.gensen {
  margin-bottom: 30px;
  position: relative;
}

.checkbox.gensen:after {
  content: "※音信不通の場合は通常対応（担当業者へ見積通知）";
  position: absolute;
  font-size: 13px;
  top: 1.8em;
  left: 1.5em;
  color: red;
}
.easy-form-con-6 .checkbox {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 5px 0;
}

.easy-form-con-6 .checkbox input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  cursor: pointer;
}

.easy-form-con-6 .checkbox label {
  cursor: text;
}

.btn-to-info {
  width: 80%;
  margin: 10px auto 0;
  line-height: 3;
  background: linear-gradient(180deg, #505f74 50%, #3b485c 50%);
  color: #fff;
  font-size: 26px;
  border-radius: 50px;
  font-family: 'Noto Serif JP';
  font-weight: bold;
  cursor: pointer;
}
#easySend {
  width: 90%;
  margin: 30px auto 0;
  line-height: 3;
  background: linear-gradient(180deg, #7cbe87, #31723c);
  color: #fff;
  font-size: 26px;
  border-radius: 50px;
  font-family: 'Noto Serif JP';
  font-weight: bold;
}
.btn-to-info:disabled,
#easySend:disabled{
  background: #aaa;
}
#easy-form-term {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  padding: 60px 15px 15px;
  top: 0;
  height: 100%;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
}

#easy-form-term article{
  overflow-y: scroll;
  padding: 15px;
  width: 100%;
  height: 100%;
}

div#easy-form-term li {
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}

#easy-form-term-close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid;
  width: 60px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
}

#easy-form-open-term {
  color:#0340c4;
  cursor: pointer;
  text-decoration: underline;
}

div#easy-form-thanks {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.easy-form-thanks-1-1 img {
  width: 97px;
  height: auto;
  margin-top: 15px;
}

.easy-form-thanks-1-1 div {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Noto Serif JP';
  margin-top: 20px;
}

.easy-form-thanks-1-2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 50px 0;
}

.easy-form-thanks-1 {
  color: #3b485c;
}

.easy-form-thanks-2 {
  text-align: left;
  padding-top: 25px;
  border-top: 1px solid #a0a6af;
}

.easy-form-thanks-2-1 {
  margin-bottom: 15px;
  font-weight: bold;
}

.easy-form-thanks-2-2 {
  font-size: 16px;
}

.easy-form-con-5 li {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.easy-form-con-5 li div {
  display: flex;
}
.modify-btn {
  padding: 1px 15px 2px;
  display: inline-block;
  border: 2px solid #505f74;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 10px;
  font-weight: bold;
  color: #505f74;
}
.modify-btn:hover {
  background: #505f74;
  color: #fff;
}
.easy-form-check-info {
  min-width: 7em;
  font-size: 14px;
}
/* careful ---------------- */
#careful {
  background: #fff;
	padding-bottom: 100px;
}
.careful_h2{
	background: linear-gradient(90deg, #e1d5c9 50%, #50555a 50%);
}

#careful > .content1 {
  display: flex;
  justify-content: space-between;
	position: relative;
	margin-top: 70px;
}
.careful_note {
    position: absolute;
    font-size: 12px;
	bottom: -30px;
}
.case_1 {
    width: 48%;
    border: 1px solid #99a3b0;
}
.case_title {
	font-size: 24px;
	padding: 6% 9%;
	background: linear-gradient(304deg, #eaeef3, #f0f3f7);
	font-weight: bold;
	color: #505f74;
}

.content1 .case_1 .case_text {
	text-align: center;
	padding: 10% 8%;
	background: #fff;
}

.content1 .case_1 .case_text1 {
	text-align: center;
	color: #31723c;
	font-size: 24px;
}
.case_img {
	margin: 30px 0;
}
.content1 .case_1 .case_text2 {
	font-size: 17px;
}
img.mark1 {
    margin-bottom: 30px;
}


/* role ---------------- */
#role {
    padding: 100px 0 70px;
}
.role_point.content1 {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.role_text {
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
    text-align: center;
    padding: 40px;
    border-top: 1px solid #31723c;
    border-bottom: 1px solid #31723c;
    margin-bottom: 50px;
    position: relative;
}

.role_text:before {
    content: "";
    display: block;
    height: 1px;
    background: #31723c;
    position: absolute;
    top: -5px;
    width: 100%;
	left: 0;
}
.role_text:after {
    content: "";
    display: block;
    height: 1px;
    background: #31723c;
    position: absolute;
    bottom: -5px;
    width: 100%;
	left: 0;
}

.green {
 color: #31723c;
}

.role_h2 {
    height: 290px;
    background: url("/img/fuyohin/ihin/banner2.webp") no-repeat center center;
    background-size: cover;
}

.role_h2 h2 {
	padding-top: 166px;
	font-size: 48px;
	font-weight: bold;
	padding-left: 5vw;
	color: #505f74;
}
.role_content{
	background: #fff;
	padding: 70px 0;
}
.role_title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #505f74;
}
.role_img {
    display: flex;
    justify-content: space-between;
	width: 530px;
	margin: auto;
}
.role_img div {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.role_1_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
}
.role_1_text {
    text-align: center;
    color: #31723c;
}

.role_1_title:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 2em;
    background: url("/img/fuyohin/ihin/mark2.webp") no-repeat;
    left: -1.2em;
}

.role_1_title:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 2em;
    background: url(/img/fuyohin/ihin/mark2.webp) no-repeat;
    right: -1.2em;
    transform: rotateY(180deg);
}
.role_end_content {
    background: linear-gradient(304deg, #eaeef3, #f0f3f7);
	padding: 50px 0;
}
.role_end_content p {
	text-align: center;
    font-size: 24px;
}
.role_end_content .role_end_text {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* comparison ---------------- */
#comparison {
    text-align: center;
	margin-bottom: 100px;
}
.comparison_text {
    padding: 30px;
    background: #fff;
    border: 1px solid green;
    line-height: 2;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}
.comparison_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.comparison_img img {
    width: 49%;
}
.comparison_end_text{
	background: linear-gradient(270deg, #eaeef3, #f0f3f7);
    padding: 30px 25px;
}

/* features ---------------- */
#features {
    background: url("/img/fuyohin/ihin/bk2.webp") #fff no-repeat right;
    padding: 100px 0;
    background-size: contain;
}
.features_title {
    font-size: 36px;
    font-weight: bold;
    color: #e18252;
    margin-bottom: 50px;
}

.features_text {
    line-height: 2.5;
    margin-bottom: 50px;
}

.features_note {
    border: 1px solid #31723c;
    display: flex;
    align-items: stretch;
    height: 120px;
}

.features_note span {
    display: inline-flex;
    width: 130px;
    background: #31723c;
    color: #fff;
    font-size: 28px;
    align-items: center;
    justify-content: center;
}

.features_note p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - 130px);
	font-size: 24px;
	font-weight: bold;
	color: #e18252;
	padding-left: 10%;
	background: #fff;
}

/* points ---------------- */
#points {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.point_list {
    display: flex;
    justify-content: space-between;
	margin: 70px 0;
}

.point1 {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    color: #31723c;
    background: url("/img/fuyohin/ihin/bk3.webp") no-repeat;
    padding: 10% 6% 5% 6%;
    font-weight: bold;
    background-size: contain;
}

.point2 {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.point2_1 {
    width: 49%;
    background: linear-gradient(195deg, #58677d, #8da2c0);
    padding: 13% 5% 0;
    color: #fff;
    font-size: 16px;
    margin-top: 11%;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.point2_text span {
    font-size: 10px;
    display: block;
    margin-top: 20px;
    color: #252525;
}

.point2_title {
    position: absolute;
    width: 90%;
    background: #fff;
    left: 5%;
    border-radius: 10px;
    height: 6em;
    top: -3em;
    box-shadow: inset 0 0 10px #717c8c7d, 0 0 10px #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #505f74;
    font-weight: bold;
	flex-direction: column;
}

.point2_title .strong {
    font-size: 24px;
}
.point3 {
    display: flex;
    width: 100%;
    height: 450px;
    background: url("/img/fuyohin/ihin/bk4.webp") no-repeat center center;
    align-items: center;
    justify-content: center;
}

.point3 div {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff;
}

.point3 div span {
    color: #505f74;
}
.point4 {
    font-size: 41px;
    font-weight: bold;
    color: #505f74;
    margin: 70px 0 100px;
}

.point4 span {
    font-size: 85px;
    color: #daae59;
    margin: 0 10px;
}

/* trouble ---------------- */
#trouble {
    background: #fff;
    padding: 100px 0;
}
#trouble h2 {
    font-size: 36px;
    color: #505f74;
    border-bottom: 1px solid #505f74;
    width: 50%;
    margin: auto;
    padding-bottom: 25px;
}
.trouble_content {
    width: 100%;
    max-width: 750px;
    margin: 70px auto 0;
}

.trouble_content .out_line {
	padding: 40px 7% 60px;
	text-align: left;
	border: 1px solid #99a3b0;
	border-radius: 50px 15px;
	overflow: hidden;
	width: 80%;
	margin-top: 40px;
	position: relative;
	line-height: 2;
	font-weight: bold;
}

.trouble_content .out_line:after {
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(270deg, #eaeef3, #f0f3f7);
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
	font-weight: bold;
}
.trouble2 {
    display: flex;
    justify-content: center;
}
.trouble3 {
    display: flex;
    justify-content: end;
}
.trouble1 .out_line:before {
    content: "";
    display: inline-block;
    width: 160px;
    position: absolute;
    height: 160px;
    background: url(/img/fuyohin/ihin/trouble1.webp) no-repeat right bottom;
    z-index: 1;
    right: 0;
    background-size: initial;
    bottom: -20px;
}
.trouble2 .out_line:before {
    content: "";
    display: inline-block;
    width: 160px;
    position: absolute;
    height: 160px;
    background: url(/img/fuyohin/ihin/trouble2.webp) no-repeat right bottom;
    z-index: 1;
    right: 0;
    background-size: initial;
    bottom: 0;
}
.trouble3 .out_line:before {
	content: "";
	display: inline-block;
	width: 180px;
	position: absolute;
	height: 180px;
	background: url(/img/fuyohin/ihin/trouble3.webp) no-repeat right bottom;
	z-index: 1;
	right: 0;
	background-size: initial;
	bottom: -25px;
}

/* contact ---------------- */
.contact {
    background: url(/img/fuyohin/ihin/bk5.webp) no-repeat center;
    height: 300px;
    background-size: cover;
}
.contact a {
    width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cnt_text1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 28px;
}
.cnt_text2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 28px;
}
.cnt_text3 {
    background: #fff;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    padding: 5px 15px;
    width: 400px;
}
.cnt_text3 img {
    width: 40px;
    height: auto;
    margin-right: 16px;
}

/* contact2 ---------------- */
.contact2 {
	background: url(/img/fuyohin/ihin/bk8.webp) no-repeat center;
	height: 300px;
    background-size: cover;
}
.contact2 a {
  width: 800px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* policy ---------------- */
#policy {
    display: flex;
    border: 2px solid #505f74;
    background: #fff;
    padding: 50px 30px;
    justify-content: space-around;
    border-radius: 10px;
    margin: 70px auto 200px;
}

.policyText {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.policyImg {
    width: 12%;
}

.policyText .text {
    font-size: 14px;
}

.policyText strong {
    font-size: 24px;
}

/* policy ---------------- */
h2.sub_title {
	text-align: center;
	margin-bottom: 50px;
}
.tabs1 {
  margin-top: 100px;
}
h2.sub_title > div {
	font-weight: bold;
	font-size: 36px;
	line-height: 2;
	text-align: center;
	color: #31723c;
	padding: 30px 70px;
	border-top: 1px solid #31723c;
	border-bottom: 1px solid #31723c;
	margin: 0 auto;
	position: relative;
	display: inline-block;
  min-width: 500px;
}
h2.sub_title > div:before {
    content: "";
    display: block;
    height: 1px;
    background: #31723c;
    position: absolute;
    top: -5px;
    width: 100%;
	left: 0;
}
h2.sub_title > div:after {
    content: "";
    display: block;
    height: 1px;
    background: #31723c;
    position: absolute;
    bottom: -5px;
    width: 100%;
	left: 0;
}

.sub_title3 > div {
	font-weight: bold;
	font-size: 36px;
	line-height: 2;
	text-align: center;
	color: #31723c;
	padding: 30px 70px;
	border-top: 1px solid #31723c;
	border-bottom: 1px solid #31723c;
	margin: 0 auto 50px;
	position: relative;
	display: inline-block;
}
.sub_title3 > div:before {
  content: "";
  display: block;
  height: 1px;
  background: #31723c;
  position: absolute;
  top: -5px;
  width: 100%;
left: 0;
}
.sub_title3 > div:after {
  content: "";
  display: block;
  height: 1px;
  background: #31723c;
  position: absolute;
  bottom: -5px;
  width: 100%;
left: 0;
}
.sub_title3 > div {
	width: 100%;
    max-width: 1000px;
    text-align: center;
}
.sub_title3 div.new_line {
    text-align: left;
	line-height: 1.5;
	display: inline-block;
}

/* top5 ---------------- */
.top5_content1 {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px solid #69a874;
	margin-bottom: 150px;
}

.top5_content1 li {
    display: flex;
    align-items: center;
    height: 3.7em;
    font-weight: bold;
}

.top5_content1 li img {
    margin-right: 25px;
}

.top5_content1 ul {
    width: 50%;
}

.top5_content1 li:not(:last-of-type) {
    border-bottom: 1px solid #69a874;
}

.top5_content2 h3 {
    font-size: 30px;
    text-align: center;
    color: #e18252;
    margin-bottom: 30px;
}

.top5_text1 {
    text-align: center;
    margin-bottom: 50px;
}

.top5_content2 .top5_text2 {
    display: flex;
    justify-content: center;
	margin-bottom: 150px;
}
.top5_text3 {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-left: 10px;
    background: #fff;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
}

.top5_text5 {
    font-size: 36px;
    margin-top: 25px;
    font-weight: bold;
    color: #31723c;
}

.top5_text3:after {
    content: "※Google Analyticsにてデータ抽出";
    font-size: 12px;
    font-weight: normal;
    color: #252525;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: right;
    bottom: -2em;
}

/* license_content1 ---------------- */
.banner3 img {
    width: 100%;
    height: auto;
}
.license_content1 ul {
    background: #fff;
}

.license_content1 {
    background: #fff;
    padding: 30px 50px;
    box-shadow: 0 0 8px #ccc;
    margin: 20px 0 150px;
}

.license_content1 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.license_content1 li {
    line-height: 3;
}

.license_content1 li:not(:nth-of-type(5),:nth-of-type(6)) {
    border-bottom: 1px dashed #99a3b0;
}

.license_content2 h3 {
    font-size: 36px;
    color: #31723c;
    border-bottom: 1px solid #31723c;
    width: 50%;
    margin: auto;
    padding-bottom: 25px;
	text-align: center;
}

.license_text {
    display: flex;
	margin: 50px 0 150px;
}

ul.license_text1 {
    width: 50%;
    display: grid;
    gap: 15px;
}

ul.license_text1 li {
    line-height: 4;
    background: #eaeef3;
    padding-left: 10%;
    font-weight: bold;
}

ul.license_text1 li span {
    color: #31723c;
}

.license_text2 {
    margin: 15px 25px 15px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    width: calc(50% - 70px);
    position: relative;
}

.license_text2:after {
    content: "";
    position: absolute;
    width: calc(100% + 23px);
    height: calc(100% + 23px);
    display: block;
    border: 3px solid #99a3b0;
    left: -8px;
    top: -8px;
}
.license_text2:before {
    content: "";
    position: absolute;
    width: calc(100% + 23px);
    height: calc(100% + 23px);
    display: block;
    border: 3px solid #99a3b0;
    left: -15px;
    top: -14px;
}

/* intro5 ---------------- */
#intro5 {
    padding: 150px 0;
    background: #fff;
    text-align: center;
}

.sub_title2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.title_line {
  border-top: 1px solid #31723c;
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #31723c;
}
.sub_t1 {
  display: inline-block;
  font-size: 36px;
}

.sub_t2_text {
  font-size: 24px;
  white-space: nowrap;
  padding: 0 20px;
  color: #31723c;
}
.sub_t2 > span {
  display: block;
}

.sub_t2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_t3 {
  padding: 25px 70px 40px;
  border-bottom: 1px solid #31723c;
  position: relative;
  color: #31723c;
  min-width: 500px;
  text-align: center;
}
.sub_t3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #31723c;
  left: 0;
}
.intro5_content {
  margin: 70px auto;
  border: 1px solid #99a3b0;
  text-align: center;
}

.intro5_text1 {
  padding: 50px;
  background: linear-gradient(304deg, #eaeef3, #f0f3f7);
}

p.intro5_text1_1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #505f74;
}
p.intro5_text1_2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

p.intro5_text1_2 span {
  font-size: 48px;
  color: #31723c;
}

.img3 {
  margin: 50px auto 70px;
}
.intro5_text2 span {
  color: #31723c;
  position: relative;
  display: inline-block;
}

.intro5_text2 span:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 100%;
  position: absolute;
  background: url(/img/fuyohin/ihin/mark4.webp) no-repeat right;
  background-size: contain;
  transform: rotateY(180deg);
  left: -50px;
  top: 0;
}
.intro5_text2 span:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 100%;
  position: absolute;
  background: url(/img/fuyohin/ihin/mark4.webp) no-repeat right;
  background-size: contain;
  right: -50px;
  top: 0;
}

.intro5_text3 {
  margin: 50px;
}
.intro5_text3 {
  margin: 70px 50px 50px;
  border-top: 1px solid #505F75;
  position: relative;
}

.intro5_text3 span {
  display: inline-block;
  padding: 7px 50px;
  font-size: 24px;
  background: #505f74;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  position: relative;
  top: -27px;
}

.intro5_text3:before {
  content: "";
  display: block;
  height: 1px;
  top: -7px;
  position: absolute;
  width: 100%;
  background: #505F75;
}

.intro5_text3 p {
  font-size: 24px;
  padding: 0 30px;
  color: #505f74;
}

.intro5_note {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 55px 0;
  border: 2px solid #daae59;
  position: relative;
}

.intro5_note:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  position: absolute;
  border: 3px solid #daae59;
  left: 7px;
  top: 7px;
}

/* reviews ---------------- */
#reviews {
  padding: 130px 0 150px;
  background: url(/img/fuyohin/ihin/bk6.webp) no-repeat center;
  background-size: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reviews .mark1 {
  position: absolute;
  top: -20px;
  left: calc(50% - 25px);
}
img.img4 {
  margin: 40px 0;
}
.reviews_cont {
  background: #fff;
  box-shadow: 0 0 10px #99a3b0;
  padding: 50px 30px;
  height: 500px;
  overflow-y: scroll;
}
ul.reviews_ul1 li:not(:first-of-type) {
  margin-top: 80px;
}
/* photos ---------------- */
#photos {
  background: #fff;
  padding: 150px;
}
.reviews_col1 {
  display: flex;
}

h3.reviews_h3 {
  background: #505f74;
  display: inline-flex;
  padding: 7px 20px;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.reviews_col1_2 {
  margin-left: 25px;
}

.reviews_t1 {
  margin-bottom: 10px;
}

.color2 {
  color: #daae59;
}

.reviews_col2 {
  padding: 30px;
  border: 2px solid #99a3b0;
  margin-top: 50px;
  line-height: 1.5;
  position: relative;
}

.reviews_t3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #31723c;
  font-weight: bold;
}

.reviews_col2:before {
  content: "";
  display: inline-block;
  border-top: 13px;
  border-left: 20px;
  border: 25px solid transparent;
  border-bottom: 40px solid #99a3b0;
  position: absolute;
  top: -64px;
  left: 33px;
}

.reviews_col2:after {
  content: "";
  display: inline-block;
  border-top: 13px;
  border-left: 20px;
  border: 25px solid transparent;
  border-bottom: 40px solid #ffffff;
  position: absolute;
  top: -64px;
  left: 32px;
}

/* options ---------------- */
#options {
  padding: 150px 0;
}
#options .sub_title3 > div {
 width: auto;
}
.set_point {
  display: flex;
  align-items: center;
  justify-content: center;
}
.set_point div .yellow {
  color: #daae59;
  font-size: 36px;
}
.set_point div {
  font-size: 30px;
  font-weight: bold;
  padding: 30px;
  margin-left: 50px;
  background: #fff;
  border-radius: 15px;
  border: 3px solid #daae59;
  position: relative;
}


.set_point div:before {
content: "";
display: inline-block;
border-top: 13px;
border-left: 20px;
border: 25px solid transparent;
border-right: 40px solid #daae59;
position: absolute;
top: calc(50% - 22px);
left: -64px;
}

.set_point div:after {
content: "";
display: inline-block;
border-top: 13px;
border-left: 20px;
border: 25px solid transparent;
border-right: 40px solid #ffffff;
position: absolute;
top: calc(50% - 20px);
left: -64px;
}
span.set_point_note {
  position: absolute;
  font-weight: normal;
  font-size: 12px;
  left: 0;
  bottom: -30px;
}
ul.options_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15% 1%;
  margin: 70px auto;
  max-width: 950px;
}

ul.options_list li {
  position: relative;
  text-align: center;
}

ul.options_list li span {
  position: absolute;
  display: block;
  left: 3%;
  text-align: center;
  width: 100%;
  bottom: 1.5em;
  color: #505f74;
  font-size: 20px;
}

ul.options_list li:nth-of-type(2),
ul.options_list li:nth-of-type(5) {
  position: relative;
  top: 30px;
}

/* case ---------------- */
#case {
  background: #fff;
  padding: 150px 0;
}
ul.case_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
}
ul.case_list > li {
  border: 3px solid #99a3b0;
  border-radius: 50px 10px;
  overflow: hidden;
}

.case_banner {
  display: flex;
  padding: 20px 20px 10px;
  background: linear-gradient(304deg, #eaeef3, #f0f3f7);
}

.case_banner_text {
  margin-left: 20px;
  width: 100%;
}
p.case_list_text span {
  position: relative;
}
p.case_list_text span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(/img/fuyohin/ihin/mark5.webp) no-repeat;
  left: -1.5em;
  bottom: 0;
}
p.case_list_text span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(/img/fuyohin/ihin/mark5.webp) no-repeat;
  right: -1.5em;
  bottom: 0;
  transform: rotateY(180deg);
}
p.case_banner_text1 {
  text-align: center;
  color: #fff;
  background: #51855a;
  padding: 5px 0;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.gomi .case_banner_text1 {
  background: #505f74;
}
p.case_banner_text2 {
  text-align: center;
}

p.case_list_text {
  text-align: center;
  margin: 35px 0 0;
}

ul.case_list_con {
  padding: 10px 20px;
}

ul.case_list_con li {
  line-height: 3;
  border-bottom: 1px dashed #99a3b0;
}

ul.case_list_con li:last-of-type {
  border-bottom: none;
}

ul.case_list_con li span {
  color: #31723c;
  font-weight: bold;
}
/* real_estate ---------------- */
#real_estate {
  margin: 150px 0 100px;
}
.real_estate_con {
  margin-top: 100px;
  background: url(/img/fuyohin/ihin/bk7.webp) #fff no-repeat right;
  padding: 100px 0;
}
.real_estate_con .real_estate_tit {
  font-size: 36px;
  font-weight: bold;
  color: #505f74;
  text-align: left;
  margin-bottom: 70px;
}
p.real_estate_text {
  width: 51%;
}
.real_estate_con2 {
  margin-top: 100px;
}
.real_estate_tit2 {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}
p.real_estate_text2 {
  text-align: center;
  line-height: 2;
}
p.real_estate_text span {
  color: #c52727;
}
/* flow ---------------- */
#flow {
  padding: 150px 0 100px;
}
.flow_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  max-width: 950px;
  margin: 70px auto;
}
.flow_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  max-width: 950px;
  margin: 70px auto;
}

.flow-text1 {
  color: #818181;
  font-size: 16px;
  margin-top: 20px;
}

.flow-text1 span {
  background: #daae59;
  padding: 0 10px 3px;
  color: #fff;
  border-radius: 20px;
  margin-left: 10px;
}
.flow-text2 span {
  display: block;
  color: #252525;
  margin-bottom: 7px;
}
.flow-text2 {
  margin: 10px 0 15px;
  color: #31723c;
  font-weight: bold;
  padding-bottom: 15px;
}

.flow_list > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.flow-text2.flow-last {
  font-size: 30px;
}

.flow-des {
  padding: 0 20px;
  position: relative;
}

.flow-des:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 3.7em;
}

.flow-des:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 3.6em;
  border-radius: 50%;
}
.flow-text2.flow-last {
  font-size: 30px;
}

.flow-des {
  padding: 0 20px;
  position: relative;
}

.flow-des:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 3.7em;
}

.flow-des:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 3.6em;
  border-radius: 50%;
}

.flow-next:after {
  content: "";
  display: inline-block;
  border: 24px solid;
  border-color: transparent transparent transparent #d7d7d7;
  position: absolute;
  right: -50px;
}

.flow-or {
  position: relative;
}

.flow-or:after {
  content: "または";
  display: inline-block;
  background: #aad2b0;
  position: absolute;
  padding: 0 10px 3px;
  border-radius: 20px;
  color: #fff;
  right: -60px;
}

/* faq ----------------- */
#faq {
  background: #fff;
  padding: 150px 0;
}
.faq_box1 {
  margin-top: 100px;
}

ul.accordion1 li {
    background: #fff;
    border: 1px solid #99a3b0;
    border-radius: 10px;
    margin-bottom: 30px;
    filter: drop-shadow(5px 0 10px rgba(119, 124, 138, .24));
}

button.button_1 {
  display: flex;
  text-align: left;
  align-items: center;
  line-height: 1.5;
  font-size: 20px;
  padding: 40px;
  width: 100%;
  position: relative;
}

span.faq_t2 {
    margin-left: 20px;
    font-weight: bold;
}

#faq .nest {
  margin: 0 40px 40px;
  border-top: 1px solid #d7d7d7;
  padding-top: 40px;
}

.button_1:after {
  position: absolute;
  top: 41%;
  right: 38px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/img/fuyohin/ihin/icon_open.webp) no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
.button_1.active:after {
  content: "";
  transform: rotate(45deg);
}

/* area ----------------- */
#area {
  padding: 150px 0;
}
input[name="tab_item1"] {
  display: none;
}

label.tab_item1 {
    padding: 10px 70px;
    background: #FFF;
    border-radius: 50px;
    margin-right: 20px;
    border: 3px solid #505f74;
    color: #505f74;
}
label.tab_item1:hover,
.tabs1 input:checked + .tab_item1 {
  background: #505f74;
  color: #fff;
}

ul.accordion2 > li:not(:last-of-type) {
  border-bottom: 1px solid #d7d7d7;
}

ul.accordion2 > li .button_2,
.nest_text {
  padding: 40px 0;
  width: 100%;
  text-align: left;
  font-weight: bold;
  position: relative;
}
.accordion2_in {
  margin-bottom: 40px;
}

.button_2:after {
  position: absolute;
  top: 41%;
  right: 38px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/img/fuyohin/ihin/icon_open.webp) no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
.button_2.active:after {
  content: "";
  transform: rotate(45deg);
}
#tab1_1:checked ~ #tab_content1_1, #tab1_2:checked ~ #tab_content1_2, #tab1_3:checked ~ #tab_content1_3, #tab1_4:checked ~ #tab_content1_4 {
  display: block;
}
.tab_content1 {
  display: none;
  margin-top: 30px;
  background: #fff;
  border: 2px solid #99a3b0;
  padding: 0 40px;
}

/* フッター----------------- */
#easy-form-foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  padding-top: 25px;
  background: #ffffffc4;
  z-index: 100;
}
.foot_in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  justify-content: space-evenly;
}
.foot_btn{
  max-width: 430px;
  width: 50%;
  line-height: 1.5;
  background: linear-gradient(180deg, #505f74 50%, #3b485c 50%);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 6px #c9c9c9, -3px -3px 6px #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 101px;
}
.foot_tel_text {
  font-size: 40px;
  text-decoration: none;
  color: #fff;
}
.foot-call-icon {
  height: 70px;
  width: 70px;
  background: #505f74;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-call-icon img {
  width: min(5vw, 40px);
  height: auto;
}
.foot_t2 {
  color: #fff;
  font-size: 14px;
}