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

/*2025-01-16 平屋ページ追加*/
@font-face {
  font-family: 'Roboto+NotoSansJP', sans-serif;
  src: url(./webfonts/Roboto+NotoSansJP.woff) format("woff");
}
#page_hiraya {
font-family: 'Roboto+NotoSansJP', sans-serif;
}
#page_hiraya #breadcrumbs {
	padding:0;
}
#page_hiraya #breadcrumbs ul li a {
    color: #73c8cd;
}
#page_hiraya .sp_obj {
	display: none;
}
#page_hiraya .mv_hiraya {
	background-image: url(../images/hiraya/bg_hiraya_pc.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 52%;
	height: 0;
	position: relative;
}
#page_hiraya .mv_hiraya h1.mv_copy {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height:2em;
	position: absolute;
	left:0;
	right:0;
	top:35px;
	margin: auto;
}
#page_hiraya .mv_hiraya h1.mv_copy .mv_copy_logo {
	display: flex;
	align-items: baseline;
	width: 237px;
	margin: 0 auto;
	}
#page_hiraya .mv_hiraya h1.mv_copy .mv_copy_logo img {
margin-right:10px;
}
#page_hiraya section {
	padding: 100px 0 100px 0;
}
#page_hiraya h2.hiraya_mttl {
	color: #73c8cd;
	font-size: 40px;
	text-align: center;
	line-height: 1.5em;
}
#page_hiraya h3.hiraya_ttl {
	color: #000;
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1em;
}
#page_hiraya h3.hiraya_ttl span.en {
	color: #73c8cd;
	font-size: 16px;
	margin-top: 20px;
	display: block;
	line-height: 1em;
}
#page_hiraya .btn_hiraya {
	background-color: #73c8cd;
	color: #fff;
	text-align: center;
	font-size: 20px;
	width: 300px;
	height: 60px;
	border-radius: 999px;
	margin: 50px auto;
	line-height: 60px;
	display: block;
}
section.intro {
	padding-top: 50px !important;
}
section.intro .intro_txt{
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}
section.problem {
padding-top:0 !important;
}
section.problem .problem_wrap {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap:5px;
}
section.problem .problem_wrap .problem_box {}
section.problem .problem_wrap .problem_box .problem_img {}
section.problem .problem_wrap .problem_box h4.problem_ttl {
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	margin: 0;
	color: #73c8cd;
}
section.problem .problem_wrap .problem_box .problem_txt {
	padding: 0 20px;
	font-size: 16px;
}
section.plan {
	position: relative;
}
section.plan::after {
	content: '';
	background-color: #ebf0f0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -2;
	width: 90%;
}
section.plan .plan_wrap {
	position: relative;
}
section.plan .plan_block {
    max-width: 980px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}
section.plan .plan_wrap .plan_block .plan_txt_contents {
	width: 47%;
}
section.plan .plan_wrap .plan_block .plan_txt_contents .plan_bg_txt {
	width: 305px;
	margin-left: -90px;
	margin-bottom: 70px;
}
section.plan .plan_wrap .plan_txt_contents .plan_type {
	font-size: 40px;
	color: #73c8cd;
	line-height: 1em;
}
section.plan .plan_wrap .plan_txt_contents .plan_type2 {
	font-size: 24px;
	color: #73c8cd;
	line-height: 1em;
}
section.plan .plan_wrap .plan_txt_contents .plan_txt {
	font-size: 16px;
	margin-top: 30px;
}
section.plan .plan_img {
	width: 47%;
	margin-left: auto;
	position: relative;
}
section.plan .plan_img img {
	width: 100%;
}
section.plan .plan_img::after {
	content: '';
	background-color: #ebf0f0;
	mix-blend-mode: multiply;
	position: absolute;
	left:0;
	right:0;
	bottom:-15px;
	margin: auto;
display: flex;
justify-content: center;
align-items: center;
height:100%;
z-index: -1;
	}

section.point {}
section.point .point_wrap {
	margin-top: 50px;
}
section.point .point_wrap .point_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
	gap:30px;
}
section.point .point_wrap .point_box:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
section.point .point_wrap .point_block {
	display: flex;
	align-items: center;
	gap:30px;
}
section.point .point_wrap .point_box .point_num {
	font-size: 16px;
	color: #fff;
	border-radius: 100%;
	background-color: #73c8cd;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 1.7em;
	padding-top: 20px;
	flex-shrink: 0;
}
section.point .point_wrap .point_box .point_num em {
	font-size: 40px;
	font-style: normal;
	display: block;
}
section.point .point_wrap .point_box .point_text_contents {}
section.point .point_wrap .point_box .point_text_contents h4.point_ttl {
	font-size: 32px;
	color: #73c8cd;
	line-height: 1.3em;
}
section.point .point_wrap .point_box .point_text_contents h4.point_ttl .point_sttl {
	font-size: 18px;
	display: block;
	line-height: 1.3em;
}
section.point .point_wrap .point_box .point_text_contents .point_txt {
	font-size: 16px;
}
section.point .point_wrap .point_box .point_img {
	height: 250px;
	flex-shrink: 0;
}
section.point .point_wrap .point_box .point_img img {
	height: 100%;
	width: auto;
}

section.works {
	background-color: #ebf0f0;
	padding-bottom:1px !important;
}
section.works .works_intro {
	font-size: 18px;
	text-align: center;
	margin:0;
}
section.works .works_box {
	margin-top: 50px;
	background-color: transparent;
	box-shadow: none;
}
section.works .works_box .works_num {
	font-size: 20px;
	color: #73c8cd;
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #73c8cd;
	width: 40px;
	margin: 0 auto;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
}
section.works .works_box .works_num::before {
	content: '';
	width: 1px;
	height: 7px;
	background-color: #73c8cd;
	position: absolute;
	left:0;
	right:0;
	top:-7px;
	margin: auto;
	}
section.works .works_box .works_area_wrap {
text-align: center;
}
section.works .works_box .works_area {
	background-color: #fff;
	color: #73c8cd;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	padding-right:10px;
	margin-top: 15px;
}
section.works .works_box .works_area span {
	background-color: #73c8cd;
	color: #fff;
	line-height: 26px;
	display: inline-block;
	padding:0 10px;
	margin-right:10px;
}
section.works .works_box h4.works_ttl {
	font-size: 32px;
	text-align: center;
	color: #73c8cd;
	line-height: 1em;
	margin-top: 15px;
}
section.works .works_box .works_plan {
	font-size: 18px;
	text-align: center;
	color: #73c8cd;
	line-height: 1em;
}
section.works .works_box .works_txt {
	font-size: 16px;
}
section.works .works_box .works_img {
	width: 100%;
	margin-top: 50px;
}

section.consultation {}
section.consultation p {
margin:0;
}
section.consultation .consultation_txt {
	font-size: 16px;
	text-align: center;
}

section.consultation .form_wrap {
	padding: 70px 70px 15px;
	background-color: #ebf0f0;
	margin-top: 50px;
	margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
section.consultation .form_wrap {
	padding: 25px;
	margin-bottom: 25px;
}
}

section.consultation .form_wrap ul.flow_list {
  list-style-type: none;
  display:grid;
		grid-template-columns: repeat(3, 1fr);
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
section.consultation .form_wrap ul.flow_list li {
  display:flex;
		align-items: center;
  position:relative;
  background: #fff;
  padding: 1em 0.5em 1em 2em;
  color: #73c8cd;
			font-size: 18px;
	height: 60px;
	font-weight:700;
}
section.consultation .form_wrap ul.flow_list li:last-child{
  padding-right: 1em;
}
section.consultation .form_wrap ul.flow_list li:last-child:before,
section.consultation .form_wrap ul.flow_list li:last-child:after{
  display:none;
}
section.consultation .form_wrap ul.flow_list li:before,
section.consultation .form_wrap ul.flow_list li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
section.consultation .form_wrap ul.flow_list li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #ebf0f0;
  border-width: 45px 0 45px 1em;
  z-index: 10;
}
section.consultation .form_wrap ul.flow_list li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 45px 0 45px 1em;
  z-index: 10;
}
section.consultation .form_wrap ul.flow_list li .num {
	background-color: #73c8cd;
	color: #fff;
	text-align: center;
	border-radius: 999px;
	font-size: 12px;
	width: 65px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	font-weight:700;
}

.mw_wp_form_input .form_wrap ul.flow_list li:first-child{
  background: #73c8cd;
  font-weight: bold;
	color: #fff;
}
.mw_wp_form_input .form_wrap ul.flow_list li:first-child:after{
  border-color: transparent transparent transparent #73c8cd;
}

.mw_wp_form_input .form_wrap ul.flow_list li:first-child .num {
	color: #73c8cd;
	background-color: #fff;
	}
	
	.mw_wp_form_confirm .form_wrap ul.flow_list li:nth-child(2){
  background: #73c8cd;
  font-weight: bold;
	color: #fff;
}
.mw_wp_form_confirm  .form_wrap ul.flow_list li:nth-child(2):after{
  border-color: transparent transparent transparent #73c8cd;
}

.mw_wp_form_confirm  .form_wrap ul.flow_list li:nth-child(2) .num {
	color: #73c8cd;
	background-color: #fff;
	}
	
.mw_wp_form_complete .form_wrap ul.flow_list li:nth-child(3){
  background: #73c8cd;
  font-weight: bold;
	color: #fff;
}
.mw_wp_form_complete .form_wrap ul.flow_list li:nth-child(3):after{
  border-color: transparent transparent transparent #73c8cd;
}
.mw_wp_form_complete .form_wrap ul.flow_list li:nth-child(3) .num{
	color: #73c8cd;
	background-color: #fff;
}
	
@media screen and (max-width: 768px) {
section.consultation .form_wrap ul.flow_list {
  list-style-type: none;
  display:grid;
		grid-template-columns: repeat(3, 1fr);
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
section.consultation .form_wrap ul.flow_list li {
	display: block;
	padding: 9px 13px;
	font-size: 18px;
	height: auto;
	font-weight: 700;
	text-align: center;
	border: 1px solid #ebf0f0;
	line-height: 1em;
}
section.consultation .form_wrap ul.flow_list li:last-child{
  padding-right: 13px;
}
section.consultation .form_wrap ul.flow_list li:last-child:before,
section.consultation .form_wrap ul.flow_list li:last-child:after{
  display:none;
}
section.consultation .form_wrap ul.flow_list li:before,
section.consultation .form_wrap ul.flow_list li:after{
  content: none;
}
section.consultation .form_wrap ul.flow_list li.active{
}
section.consultation .form_wrap ul.flow_list li.active:after{
}

section.consultation .form_wrap ul.flow_list li .num {
	background-color: #73c8cd;
	color: #fff;
	text-align: center;
	border-radius: 999px;
	font-size: 12px;
	width: 65px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto 10px;
}
	section.consultation .form_wrap ul.flow_list li.active .num {
	color: #73c8cd;
	background-color: #fff;
	}
}

section.consultation .form_wrap .caution {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 25px 0 25px 30px;
	border: 1px solid #73c8cd;
			margin-top: 25px;
align-items: center;
}
section.consultation .form_wrap .caution .caution_ttl {
	color: #73c8cd;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}
section.consultation .form_wrap .caution .caution_ttl span.en {
	font-size: 16px;
	display: block;
}
section.consultation .form_wrap .caution .caution_txt {
	font-size: 15px;
	border-left: 1px solid #73c8cd;
	padding-left: 30px;
	margin-left: 30px;
}
section.consultation .form_wrap h4.consultation_form_ttl {
	font-size: 24px;
	margin-top: 55px;
	border-bottom: 1px solid #73c8cd;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
section.consultation .form_wrap h4.consultation_form_ttl span.event {
	font-size: 18px;
	color: #fff;
	background-color: #73c8cd;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	margin-right: 20px;
}
	@media screen and (max-width: 768px) {
	section.consultation .form_wrap .caution {
	display: block;
	background-color: #fff;
	padding: 25px;
	border: 1px solid #73c8cd;
			margin-top: 25px;
align-items: center;
}
section.consultation .form_wrap .caution .caution_ttl {
	color: #73c8cd;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	padding: 0 0 15px;
	margin: 0;
}
section.consultation .form_wrap .caution .caution_ttl span.en {
	font-size: 16px;
	display: block;
}
section.consultation .form_wrap .caution .caution_txt {
	font-size: 15px;
	border-top: 1px solid #73c8cd;
	border-left: none;
	padding-left: 0;
	padding-top: 23px;
	margin-left: 0px;
}
section.consultation .form_wrap h4.consultation_form_ttl {
	display: block;
}
	}


table.form tr {
	border-bottom: 1px solid #fff;
}
table.form th {
	vertical-align: middle;
	padding-left:0;
	padding-right:0;
}
table.form th div {
	padding: 13px 0;
	text-align: left;
	display: flex;
	align-items: center;
	width: auto;
	vertical-align: middle;
}
table.form th span {
	width: 35px;
	height: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 20px;
	margin-right: 15px;
	display: block;
	font-size: 12px;
}
table.form th span.require {
	color: #fff;
	background-color: #ff3322;
}
table.form th span.any {
	color: #999999;
	background-color: #fff;
}
table.form th span.item {
	width: auto;
	height: auto;
	text-align: left;
	line-height: 1.5em;
	font-size: 16px;
}
table.form td {
	padding: 13px 0;
	width: 570px;
	line-height: 1.5em;
	vertical-align: middle;
}

	@media screen and (max-width: 768px) {
	table.form th {
	width: auto;
}
	table.form td {
padding-top: 0;
	width: auto;
}
	}

/* input・textarea */
table.form input[type="text"],
table.form input[type="tel"],
table.form input[type="email"],
table.form textarea {
	width: 100%;
	padding: 15px;
	background: #fff;
	font-size: 16px;
	border: 1px solid #cccccc;
}

table.form input[type="text"].visitors {
	width: 100px;
	margin-right: 10px;
}
table.form .custom-datepicker{
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
table.form input[type="text"],
table.form input[type="tel"],
table.form input[type="email"],
table.form textarea {
/*	width: auto;*/
}
}


/* ドロップダウンメニュー */
.cf7__select {
    width: 100%;
    padding: 15px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #cccccc;
}

.cf7__select:before {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
	transform: translateY(-50%);
	width: 20px;
	height: 11px;
	pointer-events: none;
	content: '';
	background-image: url(../images/hiraya/form_arrow_select.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.cf7__select select {
    width: 100%;
    padding: 0px !important;
    background: #fff !important;
    font-size: 16px !important;
/*  color: #a5a5a5;*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mw_wp_form_confirm .cf7__select {
	border: none;
	color: #000;
}

.mw_wp_form_confirm .cf7__select:before {
	content: none;
}

@media screen and (max-width: 768px) {
.cf7__select {
	width: auto;
}
.cf7__select select {
/*	width: auto;*/
}
}

/* チェックボックス・ラジオボタン */
table.form .wpcf7-checkbox,
table.form .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
table.form .wpcf7-list-item {
  display: block;
  margin: 0;
}

table.form .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 24px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
table.form .wpcf7-list-item label {
  cursor: pointer;
		display: flex;
		align-items: center;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	/*  border: 1px solid #bcbcbc;*/
	vertical-align: -3px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

/* チェックボックス */
input[type="checkbox"]:checked {
/*  border: 1px solid #000;*/
  background: #73c8cd;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 7px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
table.form input[type="text"]::placeholder,
table.form input[type="tel"]::placeholder,
table.form input[type="email"]::placeholder,
table.form textarea::placeholder {
  color: #999999;
}

/* Microsoft Edge */
table.form input[type="text"]::-ms-input-placeholder,
table.form input[type="tel"]::-ms-input-placeholder,
table.form input[type="email"]::-ms-input-placeholder,
table.form textarea::-ms-input-placeholder {
  color: #999999;
}

/* Internet Explorer */
table.form input[type="text"]:-ms-input-placeholder,
table.form input[type="tel"]:-ms-input-placeholder,
table.form input[type="email"]:-ms-input-placeholder,
table.form textarea:-ms-input-placeholder {
  color: #999999;
}

/* 送信ボタン */
.cf7__button {
	margin: 100px auto 0;
	display: block;
	/*				padding-left: 72px;*/
	text-align: center;
}


input[type="submit"] {
	border:none;
}
input[type="submit"]:hover {
  opacity: .6;
}

.consultation .btn_hiraya.disable {
	background-color: #999999 !important;
}


/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

.name_set {
display: flex;
gap:30px;
}
table.form .name_set input[type="text"] {
width:250px;
}

.codedropz-upload-handler {
	border: none !important;
	border-radius: 0px !important;
	margin-top: 30px;
	position: relative;
	background-color: #fff;
	padding: 75px 0;
	font-size: 16px;
	font-weight: 700;
}

.codedropz-upload-inner div {
	font-size: 16px;
	font-weight: 700;
}

.codedropz-upload-inner a {
	color: var(--font_main);
	text-decoration: underline !important;
}

@media screen and (max-width: 767px) {

  table.form {
    width: 100%;
  }

  table.form:nth-of-type(n + 2) {
    margin-top: 0;
  }

  table.form .wpcf7-checkbox,
  table.form .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}

@media screen and (max-width: 768px) {
table.form tr {
display: block;
}
}

.agree_ttl {
	font-size: 14px;
}
.agree_txt {
	font-size: 12px;
}

section.contact {
	background-color: #ebf0f0;
	padding: 0 !important;
	position: relative;
}
section.contact .contact_img {
	width: 50%;
}
section.contact .contact_img img {
	width: 100%;
}
section.contact .contact_txt {
	text-align: center;
}
section.contact .contact_wrap {
	max-width: 1366px;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	display: flex;
justify-content: center;
align-items: center;
    padding-top: 50px;
}
section.contact .contact_txt_area {
	width: 50%;
margin-left:auto;
}

@media screen and (max-width: 1023px) {
section.problem .problem_wrap .problem_box h4.problem_ttl {
    font-size: 18px;
}
.problem_txt {
padding: 0 10px !important;
}
.plan_txt_contents {
padding-left:25px;
width: 50%;
}
section.plan .plan_wrap .plan_block .plan_txt_contents .plan_bg_txt {
width: 200px;
margin-left: 0px;
margin-bottom: 30px;
}
section.point .point_wrap .point_box .point_img {
width: 250px;
height:auto
}
section.contact {
	background-color: #ebf0f0;
	padding: 0 0 200px !important;
	position: relative;
	background-image: url(../images/hiraya/img_contact_sp.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
section.contact .contact_img {
	width: auto;
}
section.contact .contact_img img {
	width: 100%;
}
section.contact .contact_txt {
	text-align: center;
}
section.contact .contact_wrap {
	position: static;
	padding-top: 50px;
}
section.contact .contact_txt_area {
	width: auto;
margin-left:0;
}
section.contact .contact_img .pc_obj {
display: none;
}
}

.mw_wp_form_confirm .caution,
.mw_wp_form_confirm table.form th span.any,
.mw_wp_form_confirm table.form th span.require,
.mw_wp_form_confirm .agree_ttl,
.mw_wp_form_confirm .agree_txt {
display:none !important;
}
.mw_wp_form_confirm .cf7__select {
background: none !important;
}

.mw_wp_form_complete {
	text-align: center;
}
.mw_wp_form_complete .contact_complete_ttl {
	font-size: 23px;
	font-weight: 700;
margin-top: 60px;
}
.mw_wp_form_complete .contact_complete_txt {
	font-size: 16px;
	font-weight: 700;
}
.mw_wp_form_complete .contact_complete_box {
	padding: 30px;
	background-color: #fff;
margin-top: 40px;
margin-bottom: 40px;
}
.mw_wp_form_complete h5 {
	color: #73c8cd;
	font-size: 20px;
	font-weight: 700;
margin: 2rem 0 ;
}

@media screen and (max-width: 768px) {
#page_hiraya .sp_obj {
	display: block;
}
#page_hiraya .pc_obj {
	display: none;
}
#page_hiraya .mv_hiraya {
	background-image: url(../images/hiraya/bg_hiraya_sp.jpg);
	padding-top: 139%;
}
#page_hiraya .mv_hiraya h1.mv_copy {
	font-size: 20px;
	line-height:2em;
	top:45px;
}
#page_hiraya .mv_hiraya h1.mv_copy .mv_copy_logo {
	width: 172px;
	}
#page_hiraya .mv_hiraya h1.mv_copy .mv_copy_logo img {
}
#page_hiraya section {
	padding: 50px 0 50px 0;
}
#page_hiraya h2.hiraya_mttl {
	font-size: 28px;
	line-height: 1.5em;
}
#page_hiraya h3.hiraya_ttl {
	font-size: 28px;
	margin-bottom: 25px;
	line-height: 1.5em;
}
#page_hiraya h3.hiraya_ttl span.en {
	font-size: 16px;
}
#page_hiraya .btn_hiraya {
}
section.intro {
	padding-top: 50px !important;
}
section.intro .intro_txt{
	font-size: 16px;
	line-height: 2em;
	padding:0 25px;
}
section.problem {
padding-top:0 !important;
}
section.problem .problem_wrap {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap:5px;
}
section.problem .problem_wrap .problem_box {}
section.problem .problem_wrap .problem_box .problem_img {}
section.problem .problem_wrap .problem_box h4.problem_ttl {
}
section.problem .problem_wrap .problem_box .problem_txt {
padding: 0;
}

section.plan {
	position: relative;
}
section.plan::after {
	content: '';
	background-color: #ebf0f0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -2;
	width: 100%;
}
section.plan .plan_wrap {
	position: relative;
}
section.plan .plan_block {
    max-width: 980px;
    position: static;
    display: flex;
}
section.plan .plan_wrap .plan_block .plan_txt_contents {
	width: auto;
	padding:0 25px;
}
section.plan .plan_wrap .plan_block .plan_txt_contents .plan_bg_txt {
	width: 150px;
	margin-left: 0px;
	margin-bottom: 25px;
}
section.plan .plan_wrap .plan_txt_contents .plan_type {
	font-size: 28px;
}
section.plan .plan_wrap .plan_txt_contents .plan_type2 {
	font-size: 20px;
}
section.plan .plan_wrap .plan_txt_contents .plan_txt {
	font-size: 16px;
	margin-top: 30px;
}
section.plan .plan_img {
	width: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 25px;
}
section.plan .plan_img img {
	width: 100%;
}
section.plan .plan_img::after {
	content: none;
	}

section.point {}
section.point .point_wrap {
	margin-top: 50px;
}
section.point .point_wrap .point_box {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
	gap:30px;
}
section.point .point_wrap .point_block {
	display: block;
	gap:30px;
}
section.point .point_wrap .point_box .point_num {
	font-size: 12px;
	width: 75px;
	height: 75px;
	padding-top: 15px;
	margin-bottom: 23px;
}
section.point .point_wrap .point_box .point_num em {
	font-size: 30px;
}
section.point .point_wrap .point_box .point_text_contents {}
section.point .point_wrap .point_box .point_text_contents h4.point_ttl {
	font-size: 28px;
}
section.point .point_wrap .point_box .point_text_contents h4.point_ttl .point_sttl {
	font-size: 16px;
}
section.point .point_wrap .point_box .point_text_contents .point_txt {
	font-size: 16px;
}
section.point .point_wrap .point_box .point_img {
	width: auto;
	height: auto;
	flex-shrink: 0;
}
section.point .point_wrap .point_box .point_img img {
	height: auto;
	width: 100%;
}

section.works {
	background-color: #ebf0f0;
	padding-bottom:1px !important;
}
section.works .works_intro {
	font-size: 18px;
	text-align: center;
	margin:0;
	padding:0 25px;
}
section.works .works_box {
	margin-top: 50px;
	background-color: transparent;
	box-shadow: none;
}
section.works .works_box .works_num {
	font-size: 20px;
	color: #73c8cd;
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #73c8cd;
	width: 40px;
	margin: 0 auto;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
}
section.works .works_box .works_num::before {
	content: '';
	width: 1px;
	height: 7px;
	background-color: #73c8cd;
	position: absolute;
	left:0;
	right:0;
	top:-7px;
	margin: auto;
	}
section.works .works_box .works_area_wrap {
text-align: center;
}
section.works .works_box .works_area {
	background-color: #fff;
	color: #73c8cd;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	padding-right:10px;
	margin-top: 15px;
}
section.works .works_box .works_area span {
	background-color: #73c8cd;
	color: #fff;
	line-height: 26px;
	display: inline-block;
	padding:0 10px;
	margin-right:10px;
}
section.works .works_box h4.works_ttl {
	font-size: 28px;
	line-height: 1.5em;
	margin-top: 15px;
}
section.works .works_box .works_plan {
	font-size: 20px;
}
section.works .works_box .works_txt {
	font-size: 16px;
}
section.works .works_box .works_img {
	width: auto;
	margin-top: 0px;
	padding:0 25px;
}

section.consultation {}
section.consultation .consultation_txt {
	padding:0 25px;
}

section.contact {
	background-color: #ebf0f0;
	padding: 0 0 130px !important;
	position: relative;
	background-image: url(../images/hiraya/img_contact_sp.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
section.contact .contact_img {
	width: auto;
}
section.contact .contact_img img {
	width: 100%;
}
section.contact .contact_txt {
	text-align: center;
}
section.contact .contact_wrap {
	position: static;
	padding-top: 50px;
}
section.contact .contact_txt_area {
	width: auto;
margin-left:0;
}

.mw_wp_form_complete .contact_complete_box p {
margin:0;
}
.mw_wp_form_complete .contact_complete_box {
text-align: left;
margin-bottom:0;
}
.mw_wp_form_complete h5 {
text-align: center;
margin: 1rem 0 ;
}
}