/*
Theme Name: テーマ
Description: WordPressのテーマ
Author: 自分
Version: 1.0
*/

:root {
	/*基本文字色*/
	--color_default: #333333;
	--color_navy: #002c4f;
	--max_width_default: 1240px;
	--width_default: calc(100% - 20px);
}


/*============================================================
General settings
============================================================*/
img {
	border: none;
	max-width: 100%;
	height: auto;
}

body {
	font-size: 18px;
	line-height: 2;
	font-family: メイリオ, Meiryo, ”ヒラギノ角ゴ Pro W3″, ”Hiragino Kaku Gothic Pro W3″, ”ＭＳ Ｐゴシック”, sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px;
	color: var(--color_default);
}

h2,
h3,
h4 {
	line-height: 1.5;
}

ul.ul_arrow {
	margin: 10px 0px;
	padding: 0px;
}

ul.ul_arrow li {
	margin: 5px 0px 5px 0px !important;
	padding: 0px 0px 0px 15px !important;
	list-style-type: none;
	font-weight: 700;
	text-decoration: underline;
	position: relative;
}

ul.ul_arrow li::before {
	font-size: 8px;
	content: "▶";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

/*============================================================
HEADER
============================================================*/
#hd {
	margin: 10px auto;
	width: var(--width_default);
	max-width: var(--max_width_default);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#nav_hd {
	margin: 0px 40px 0px auto;
}

#nav_hd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}

#nav_hd ul li {

	margin: 0px 20px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}

#nav_hd ul li+li::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	width: 1px;
	height: 10px;
	background-color: #333;
}

#nav_hd ul li a {
	color: var(--color_default);
	text-decoration: none;
}

#btn_menu {
	display: none;
}

#hd #logo {
	width: 480px;
	margin: 0px;
}

#hd #btn_enq_hd.btn_01 {
	width: 180px;
	margin: 0px 0px 10px 0px;

}

#hd #btn_enq_hd.btn_01 a {
	padding: 5px 0px;
}

#hd #btn_enq_hd.btn_01 a::before {
	width: 12px;
	height: 12px;
}

/*============================================================
MAIN
============================================================*/
.wrap_content {
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 0px auto;
}

/*============================================================
トップ：：：HEADER
============================================================*/
#wrap_mv {
	background-image: url(../../uploads/user/mv_01.jpg);
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#wrap_mv>div {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: calc(100% - 0px);
	margin: auto auto;
	text-align: center;
}

/*============================================================
トップ：：：訴求のところ
============================================================*/
#wrap_appeal {
	margin: 0px 0px 80px 0px;
}

#wrap_appeal aside {
	width: 100%;
	border-bottom: solid 5px var(--color_navy);
	margin: 0px auto 20px auto;
	background: linear-gradient(180deg, rgba(223, 223, 223, 1) 0%, rgba(255, 255, 255, 1) 50%);
	padding: 80px 0px 0px 0px;
}

#wrap_appeal aside.sticking {
	position: sticky;
	top: 0px;
	padding-top: 0px;
	z-index: 5;
}

#wrap_appeal aside ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#wrap_appeal aside ul li {
	font-size: 16px;
	line-height: 1.5;
	margin: 0px 5px;
	padding: 10px 10px;
	list-style-type: none;
	max-width: 390px;
	width: calc(100% / 3 - 30px);
	background-color: #8b8b8b;
	color: #fff;
	font-weight: 500;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	word-break: keep-all;
}

#wrap_appeal aside ul li.active {
	background-color: var(--color_navy);
}

#wrap_appeal>section {}

#wrap_appeal>section>section>section {
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 0px auto;
	padding: 40px 0px;
}

#wrap_appeal>section>section>section:nth-of-type(1) {
	padding-top: 20px;
}

#wrap_appeal>section>section>section+section {
	border-top: solid 1px #666;
}

#wrap_appeal>section>section:not(.active) {
	display: none;
}

.wrap_appeal_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.wrap_appeal_inner>div {
	width: calc(380 / 1200 * 100%);
	text-align: center;
}

.wrap_appeal_inner>section {
	width: calc(740 / 1200 * 100%);
}

.wrap_appeal_inner>section p:first-child {
	margin-top: 0px;
}

#wrap_appeal p strong {
	background: linear-gradient(transparent 70%, #d0b463 0%);
}

#wrap_appeal h2 {
	font-size: 46px;
	line-height: 1.5;
	margin: 20px auto 40px auto;
	color: var(--color_navy);
	font-weight: 700;
	text-align: center;
	word-break: keep-all;
}

#wrap_appeal>section>section>section:first-child h2 {
	margin-top: 0px;
}

#wrap_appeal h2 strong {
	color: #d0b463;
	font-weight: 900;
	background-image: radial-gradient(circle at center, #d0b463 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: .2em;
}

#wrap_appeal h3 {
	font-weight: 700;
	font-size: 34px;
	line-height: 1.5;
	color: var(--color_navy);
	margin: 0px 0px 20px 0px;
}

.wrap_cta {
	border-top: none;
	margin: 40px auto;
	padding: 40px 0px;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 44, 79, 1) 50%);
	color: #fff;
}

.btn_01 {
	background: linear-gradient(165deg, rgba(166, 143, 79, 1) 0%, rgba(209, 181, 99, 1) 50%, rgba(153, 132, 73, 1) 100%);

	color: #fff;
	width: 380px;
	max-width: 80%;
	margin: 20px auto 0px auto;


}

.wrap_cta .btn_01 {
	border: solid 1px rgba(153, 132, 73, 1);
}

.btn_01 a {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 900;
	position: relative;
	padding: 10px 0px;
	text-decoration: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.btn_01 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: 100%;
	background-image: url(./assets/images/ic_arrow_right_gold.svg);
}

.wrap_cta .btn_01 a {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1.0);
}

.ttl_sha {
	font-size: 20px;
	line-height: 1.5;
	display: table;
	margin: 0px auto;
	text-align: center;
	position: relative;
	font-weight: 700;
}

.ttl_sha span:nth-of-type(1) {
	left: -20px;
}

.ttl_sha span:nth-of-type(2) {
	right: -20px;
}

.ttl_sha span {
	position: absolute;
	width: 20px;
	height: 40px;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}

.ttl_sha span::before,
.ttl_sha span::after {
	content: "";
	width: 2px;
	height: 35px;
	background-color: #fff;
	position: absolute;
}

.ttl_sha span:nth-of-type(1)::after {
	transform: rotate(-30deg);
	left: -10px;
	bottom: -5px;
}

.ttl_sha span:nth-of-type(1)::before {
	transform: rotate(-20deg);
	left: 0px;
	bottom: 5px;
}

.ttl_sha span:nth-last-of-type(1)::before {
	transform: rotate(20deg);
	right: 0px;
	bottom: 5px;
}

.ttl_sha span:nth-last-of-type(1)::after {
	transform: rotate(30deg);
	right: -10px;
	bottom: -5px;
}


/*============================================================
トップ：：：Axio Propertiesの特長
============================================================*/
#wrap_features {
	padding: 60px 0px;
	border-top: solid 5px var(--color_navy);
	background: linear-gradient(180deg, rgba(0, 171, 255, 0.2) 0%, rgba(0, 171, 255, 0) 150px), #effcfc;
}

#wrap_features h2 {
	font-size: 52px;
	margin: 0px auto 40px auto;
	text-align: center;
	color: var(--color_navy);
	font-weight: 700;
}

#wrap_features h3 {
	font-size: 36px;
	margin: 0px auto 20px auto;
	color: var(--color_navy);
	font-weight: 700;
}

#wrap_features>section.wrap_feature {
	padding: 60px 0px;
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

#wrap_features>section.wrap_feature+section {
	border-top: solid 1px #666;
}

#wrap_features>section.wrap_feature:nth-of-type(1) {
	padding-top: 0px;
}

#wrap_features>section.wrap_feature:nth-of-type(2n+1) {
	flex-direction: row-reverse;
}

#wrap_features>section.wrap_feature>section {
	width: calc(515 / 1200 * 100%);
}

#wrap_features>section.wrap_feature>div {
	width: calc(480 / 1200 * 100%);
	margin-top: 20px;
}

#wrap_features>section.wrap_feature:nth-of-type(2n)>section {
	margin-right: 160px;
}

#wrap_features>section.wrap_feature:nth-of-type(2n+1)>section {
	margin-left: 160px;
}

#wrap_features>section.wrap_feature>p {
	font-family: "Noto Serif JP";
	font-size: 125px;
	line-height: 1;
	font-weight: bold;
	background: linear-gradient(165deg, rgba(166, 143, 79, 1) 0%, rgba(209, 181, 99, 1) 50%, rgba(153, 132, 73, 1) 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: skewX(-10deg);
	top: -60px;
	left: 0px;
	position: absolute;
}

#wrap_features>section.wrap_feature:nth-of-type(2n)>p {
	left: auto;
	right: 0px;
}


/*============================================================
トップ：：：お申し込み～開業の流れ
============================================================*/
#wrap_flow {
	padding: 60px 0px;
	border-top: solid 5px var(--color_navy);
	background: linear-gradient(180deg, rgba(0, 171, 255, 0.2) 0%, rgba(0, 171, 255, 0) 150px), #effcfc;
}

#wrap_flow h2 {
	font-size: 52px;
	margin: 0px auto 40px auto;
	text-align: center;
	color: var(--color_navy);
	font-weight: 700;
}


#wrap_flow h3 {
	font-size: 36px;
	margin: 10px auto 20px auto;
	color: var(--color_navy);
	font-weight: 700;
	position: relative;
	padding-left: 100px;
}

#wrap_flow h3 span:first-child {
	font-family: "Noto Serif JP";
	font-size: 80px;
	line-height: 1;
	font-weight: bold;
	background: linear-gradient(165deg, rgba(166, 143, 79, 1) 0%, rgba(209, 181, 99, 1) 50%, rgba(153, 132, 73, 1) 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: translateY(calc(-50% - 10px)) skewX(-10deg);
	position: absolute;
	top: 50%;

	left: 0px;

}

#wrap_flow>section.wrap_flow_inner {
	padding: 0px 0px;
	margin: 90px auto;
	width: var(--width_default);
	max-width: var(--max_width_default);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}


#wrap_flow>section.wrap_flow_inner+section::after {
	content: "";
	height: 50px;
	width: 150px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #b1cfd4;
	left: 50%;
	top: -75px;
	transform: translateX(-50%);
	position: absolute;
}

#wrap_flow>section.wrap_flow_inner:nth-of-type(1) {
	margin-top: 20px;
}

#wrap_flow>section.wrap_flow_inner:nth-of-type(2n+1) {
	background-color: #f0f0f0;
	border: solid 2px #ddd;
}

#wrap_flow>section.wrap_flow_inner:nth-of-type(2n) {
	background-color: #cceff2;
	border: solid 2px #abced1;
}

#wrap_flow>section.wrap_flow_inner>div {
	width: calc(480 / 1200 * 100%);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

/*
#wrap_flow>section.wrap_flow_inner>div img{
height: 100%;
width: auto;
aspect-ratio: 640/427;
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
*/


#wrap_flow>section.wrap_flow_inner>section {
	width: calc((1200 - 480) / 1200 * 100% - 80px);
	margin: 20px 40px;
}


/*============================================================
トップ：：：運用実績例
============================================================*/
#wrap_reis {
	padding: 60px 0px;
	border-top: solid 5px var(--color_navy);
	background: linear-gradient(180deg, rgba(0, 171, 255, 0.2) 0%, rgba(0, 171, 255, 0) 150px), #effcfc;
}

#wrap_reis h2 {
	font-size: 52px;
	margin: 0px auto 40px auto;
	text-align: center;
	color: var(--color_navy);
	font-weight: 700;
}

#wrap_reis h3 {
	font-size: 24px;
	margin: 20px auto 20px auto;
	text-align: center;
	color: var(--color_navy);
	font-weight: 700;
}

#wrap_reis .wrap_rei {
	margin: 0px 20px;
}

#wrap_reis .wrap_rei a {
	color: var(--color_default);
	text-decoration: none;
}

.wrap_rei_photo {
	aspect-ratio: 4/3;
	overflow: hidden;
}

#wrap_tour {
	margin: 60px auto 0px auto;
}

#wrap_tour>h3 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin: 0px auto 20px auto;
	color: var(--color_navy);
	word-break: keep-all;
}

#wrap_tour>h3+p {
	text-align: center;
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 20px auto;
}

/*============================================================
トップ：：：費用
============================================================*/
#wrap_price {
	margin: 0px auto 0px auto;
	border-top: solid 5px var(--color_navy);
	border-bottom: solid 5px var(--color_navy);
	background-image: url(../../uploads/user/bg_price.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;

}

#wrap_price>div {
	padding: 80px 40px;
	text-align: center;
}

#wrap_price::before {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #fff;
	position: absolute;
}

#wrap_price::after {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #fff;
	position: absolute;
}

/*============================================================
トップ：：：よくあるご質問
============================================================*/
#wrap_faq {
	padding: 60px 0px;
	background-image: url(../../uploads/user/bg_textured_gray.png);
	background-repeat: no-repeat;
	border-top: solid 0px #fff;
}

#wrap_faq h2 {
	font-size: 52px;
	margin: 0px auto 40px auto;
	text-align: center;
	color: var(--color_navy);
	font-weight: 700;
}

#wrap_faq>section {
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 20px auto;
}

#wrap_faq>section>section {
	margin: 10px auto;
	padding: 10px 10px;
	background-color: #fff;
	border-radius: 10px;
}

#wrap_faq h3 {
	position: relative;
	margin: 15px 0px 20px 0px;
	padding: 0px 40px 0px 70px;
	font-size: 24px;
	cursor: pointer;
}

#wrap_faq h3::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(assets/images/ic_faq_q.svg);
	background-size: cover;
}

#wrap_faq h3::after {
	content: "＋";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	top: 0px;
	font-size: 30px;
	font-weight: 900;
}

#wrap_faq h3.on::after {
	content: "－";
}

#wrap_faq h3+section {

	position: relative;
	margin: 30px 0px 20px 0px;
	padding: 0px 40px 0px 70px;
	font-size: 22px;
	display: none;
}

#wrap_faq h3+section::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(assets/images/ic_faq_a.svg);
	background-size: cover;
}

/*============================================================
トップ：：：お客様のお声
============================================================*/
#wrap_voice {
	padding: 60px 0px;
	border-top: solid 5px var(--color_navy);
	background: linear-gradient(180deg, rgba(0, 171, 255, 0.2) 0%, rgba(0, 171, 255, 0) 150px), #effcfc;
}

#wrap_voice h2 {
	font-size: 52px;
	margin: 0px auto 40px auto;
	text-align: center;
	color: var(--color_navy);
	font-weight: 700;
}

#wrap_voice>section {
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 20px auto;
}

#wrap_voice>section>section {
	position: relative;
	display: table;
	margin:20px 0px;
	padding: 16px;
	border-radius: 12px;
	background-color: #9bee8c;
	width: auto;
}
#wrap_voice>section>section p{
	margin:0px;
}
#wrap_voice>section>section>div{
	text-align: right;
}
#wrap_voice>section>section:nth-of-type(2n+1){
	margin: 20px 16px 20px auto;
}
#wrap_voice>section>section:nth-of-type(2n){
	margin: 20px auto 20px 16px;

}


#wrap_voice>section>section:nth-of-type(2n+1)::after {
	content: "";
	position: absolute;
	top: 35%;
	right: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent transparent #9bee8c;
	translate: 100% calc(-50% - 0.4px);
	transform: skew(0, -10deg);
	transform-origin: left;
}
#wrap_voice>section>section:nth-of-type(2n)::after {
content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #9bee8c transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, -10deg);
  transform-origin: right;
}
/*============================================================
トップ：：：スタッフ紹介
============================================================*/
#wrap_staff {
	padding: 60px 0px;
	border-top: solid 5px var(--color_navy);
	background: linear-gradient(180deg, rgba(0, 171, 255, 0.2) 0%, rgba(0, 171, 255, 0) 150px), #effcfc;
}

#wrap_staff h2 {
	font-size: 52px;
	margin: 0px auto 40px auto;
	text-align: center;
	color: var(--color_navy);
	font-weight: 700;
}

#wrap_staff>section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 0px auto;
}

#wrap_staff>section>section {
	width: calc(100% / 3 - 20px);
}


/*============================================================
トップ：：：コラム
============================================================*/
#wrap_column {
	padding: 60px 0px;
	border-top: solid 5px var(--color_navy);
	background: linear-gradient(180deg, rgba(0, 171, 255, 0.2) 0%, rgba(0, 171, 255, 0) 150px), #effcfc;
}

#wrap_column h2 {
	font-size: 52px;
	margin: 0px auto 40px auto;
	text-align: center;
	color: var(--color_navy);
	font-weight: 700;
}

#wrap_column>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 0px auto;
	padding: 0px;
}

#wrap_column>ul>li {
	width: calc(100% / 3 - 20px);
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

#wrap_column ul a {
	color: var(--color_navy);
	text-decoration: none;
}

#wrap_column h3 {
	font-size: 24px;
	color: var(--color_navy);
}

.wrap_column_photo {
	aspect-ratio: 4/3;
	overflow: hidden;
}

#wrap_column>.btn_01 {
	margin: 60px auto 60px auto;
}

/*============================================================
トップ：：：お問い合わせ
============================================================*/
#wrap_enquiry {
	border-top: solid 5px var(--color_navy);
	position: relative;
	background-image: url(../../uploads/user/bg_enquiry.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

#wrap_enquiry::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

#wrap_enquiry h2 {
	font-size: 52px;
	margin: 40px auto 40px auto;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

#wrap_enquiry>section {
	max-width: 800px;
	padding: 40px 80px;
	margin: 40px auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

body #nf-form-title-1 {
	display: none;
}



.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"],
.nf-form-cont input[type="tel"],
.nf-form-cont textarea {
	padding: 10px;
	font-size: 18px;
}

.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
	margin-top: 1em !important;
}


.submit-wrap {
	color: #fff;
	width: 380px;
	max-width: 80%;
	margin: 20px auto 0px auto;
	padding: 10px 0px;
}

.submit-wrap input[type="submit"] {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 900;
	position: relative;
	padding: 20px 0px;
	text-decoration: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	width: 100% !important;
	background: linear-gradient(165deg, rgba(166, 143, 79, 1) 0%, rgba(209, 181, 99, 1) 50%, rgba(153, 132, 73, 1) 100%);
	cursor: pointer;
	font-size: 18px;
	outline: none;
	border: none;
}


.submit-wrap input[type="submit"]::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(./assets/images/ic_arrow_right_gold.svg);
}

/*============================================================
フッター
============================================================*/
#ft {
	margin: 80px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background-color: var(--color_navy);
	color: #fff;
}

#nav_ft {
	margin: 40px auto;
}

#nav_ft ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}

#nav_ft ul li {
	margin: 0px 20px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}

#nav_ft ul li+li::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	width: 1px;
	height: 10px;
	background-color: #fff;
}

#nav_ft ul li a {
	color: #fff;
	text-decoration: none;
}

#ft_copy {
	text-align: center;
}

#btn_top {
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 100;
	width: 45px;
	height: 45px;
}

/*============================================================
固定ページ
============================================================*/
main {
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 40px auto;
}

.archive main {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}

.page h2 {
	font-size: 52px;
	margin: 40px auto 40px auto;
	text-align: center;
	font-weight: 700;
	color: var(--color_navy);
}

.page.company main {
	max-width: 800px;
}

.page.company table tr>td:nth-of-type(1) {
	background-color: #f3f3f3;
	width: 20%;
}
.privacy-policy.page h2 {
	font-size: 26px;
	text-align: left;
}


/*============================================================
シングルページ
============================================================*/
#wrap_single_content {
	width: var(--width_default);
	max-width: var(--max_width_default);
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#wrap_single_content main {
	width: calc(100% / 4 * 3 - 40px);
	margin-right: 40px;
	max-width: calc(100% - 320px - 40px);
}

#wrap_single_content #side {
	width: calc(100% / 4 * 1 - 40px);
	min-width: 320px;
}

.img_cover {
	margin: 40px auto;
	text-align: center;
}

.img_cover img {
	max-width: 100%;
}

.post_date {
	text-align: right;
}

#wrap_single_content h2 {
	font-size: 40px;
	margin: 40px auto 40px auto;
	text-align: center;
	font-weight: 700;
	color: var(--color_navy);
}

#wrap_column>ul {}



/*============================================================
シングルページサイドバー
============================================================*/
#wrap_latest {
	margin: 0px 0px;
}

#wrap_latest ul {
	margin: 0px;
	padding: 0px;
}

#wrap_latest ul li {
	margin: 20px 0px;
	padding: 20px 0px;
	list-style-type: none;
	border-bottom: solid 1px #999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#wrap_latest ul li>div {
	width: 120px;
	margin-right: 10px;
}

#wrap_latest ul li>section {
	width: calc(100% - 120px - 10px);
}

.ttl_latest {
	margin: 0px 0px;
	font-weight: 700;
}

.ttl_latest a {
	color: var(--color_navy);
	text-decoration: none;
}

.latest_meta {
	font-size: 16px;
}

#wrap_latest h2 {
	font-size: 24px;
	background-color: var(--color_navy);
	color: #fff;
	padding: 10px 10px;
	margin: 0px 0px 10px 0px;
}







/*========================================================================================================================
SPSPSPSPSP
========================================================================================================================*/
@media screen and (max-width: 980px) {
	#hd #logo {
		width: 320px;
	}

	#nav_hd {
		margin-right: 10px;
		font-size: 16px;
	}

	#hd #btn_enq_hd.btn_01 {
		width: 160px;
		font-size: 16px;
	}

	/*============================================================
閉じ括弧
============================================================*/
}










/*========================================================================================================================
SPSPSPSPSP
========================================================================================================================*/
@media screen and (max-width: 900px) {



	/*============================================================
トップ：：：お問い合わせ
============================================================*/
	#wrap_enquiry>section {
		width: calc(100% - 40px - 40px);
		padding: 20px 20px;
	}

	/*============================================================
シングルページ
============================================================*/
	#wrap_single_content {
		width: var(--width_default);
		max-width: var(--max_width_default);
		margin: 0px auto;
		flex-direction: column;
	}

	#wrap_single_content main {
		width: calc(100%);
		margin-right: 0px;
		max-width: 100%;
	}

	#wrap_single_content #side {
		width: calc(100%);
		min-width: 100%;
	}



	#wrap_single_content h2 {
		font-size: 24px;
		text-align: left;
		margin: 0px 0px 20px 0px;
	}


	#wrap_column>section>a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	#wrap_column>ul>li {
		width: calc(100%);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0px;
		margin: 20px 0px;
		border-bottom: solid 1px #999;
	}

	#wrap_column>ul li>div {
		width: 120px;
		margin-right: 10px;
	}

	#wrap_column>ul li>section {
		width: calc(100% - 120px - 10px);
	}







	/*============================================================
閉じ括弧
============================================================*/
}

/*========================================================================================================================
SPSPSPSPSP
========================================================================================================================*/
@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}

	.ttl_sha {
		font-size: 16px;
	}

	/*============================================================
HEADER
============================================================*/
	#hd {
		margin: 5px 0px;
		flex-direction: column;
	}

	#hd #logo {
		width: 100%;
		line-height: 1.5;
	}

	#hd #logo img {
		width: 220px;
	}

	#btn_menu {
		/*
		display: block;
		*/
		position: fixed;
		top: 0px;
		right: 10px;
		width: 40px;
		height: 40px;

		z-index: 110;
		cursor: pointer;
	}

	/*
	#btn_menu>div:last-child {
		display: none;
	}
*/
	#nav_hd {
		margin: 5px auto;
	}

	/*============================================================
トップ：：：HEADER
============================================================*/
	#wrap_mv {
		height: 300px;
	}

	#hd #btn_enq_hd.btn_01 {
		width: 100px;
		font-size: 14px;
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 10;
	}

	#hd #btn_enq_hd.btn_01 a::before {
		display: none;
	}


	/*============================================================

============================================================*/
	#wrap_appeal aside {
		padding-top: 20px;
	}

	#wrap_appeal aside ul {
		flex-wrap: nowrap;
	}

	#wrap_appeal aside ul li {
		font-size: 12px;
		padding: 5px 2px;
		flex: 1;
		/*min-width: 120px;*/
	}


	.wrap_appeal_inner {
		flex-direction: column;
	}

	.wrap_appeal_inner>div,
	.wrap_appeal_inner>section {
		width: 100%;
	}

	#wrap_appeal h2 {
		font-size: 32px;
		margin: 0px auto 20px auto;
	}

	#wrap_appeal h3 {
		font-size: 24px;
		text-align: center;
	}


	/*============================================================
トップ：：：Axio Propertiesの特長
============================================================*/
	#wrap_features {
		padding: 40px 0px;
	}

	#wrap_features h2 {
		font-size: 26px;
		margin: 0px auto 20px auto;
	}

	#wrap_features>section.wrap_feature {
		flex-direction: column !important;
		padding: 20px 0px;
	}

	#wrap_features>section.wrap_feature>section {
		width: 100%;
		margin: 10px auto !important;
	}

	#wrap_features>section.wrap_feature>div {
		width: 100%;
		margin: 10px auto !important;
	}

	#wrap_features>section.wrap_feature>p {
		position: static;
		text-align: center;
		font-size: 60px;
		line-height: 1;
		margin: 0px auto !important;
	}

	#wrap_features .wrap_feature h3 {
		font-size: 24px;
		text-align: center;
	}

	/*============================================================
お申し込み～開業の流れ
============================================================*/
	#wrap_flow {
		padding: 40px 0px 0px 0px;
	}

	#wrap_flow h2 {
		font-size: 26px;
		margin: 0px auto 20px auto;
	}

	#wrap_flow>section.wrap_flow_inner {
		flex-direction: column !important;
		padding: 0px 0px;
	}

	#wrap_flow>section.wrap_flow_inner>div {
		width: 100%;
		aspect-ratio: 4/3;
	}

	#wrap_flow>section.wrap_flow_inner>section {
		width: calc(100% - 40px);
		margin: 20px auto;
	}

	#wrap_flow h3 {
		padding-left: 0px;
	}

	#wrap_flow h3 span:first-child {
		display: block;
		text-align: center;
		font-size: 60px;
		position: static;
		transform: translateY(calc(-10px)) skewX(-10deg);
	}

	#wrap_flow h3 span:last-child {
		display: block;
		text-align: center;
		font-size: 24px;
	}

	/*============================================================
トップ：：：運用実績例
============================================================*/
	#wrap_reis {
		padding: 40px 0px;
	}

	#wrap_reis h2 {
		font-size: 26px;
		margin: 0px auto 20px auto;
	}

	#wrap_tour>h3 {
		font-size: 24px;
	}

	#wrap_tour>h3+p {
		text-align: left;
	}

	/*============================================================
トップ：：：よくあるご質問
============================================================*/
	#wrap_faq {
		padding: 40px 0px;
	}

	#wrap_faq h2 {
		font-size: 26px;
		margin: 0px auto 20px auto;
	}

	#wrap_faq h3 {
		font-size: 16px;
		line-height: 1.8;
		padding: 0px 30px 0px 40px;
		margin: 0px 0px 10px 0px;
	}

	#wrap_faq h3+section {
		font-size: 16px;
		padding: 0px 30px 0px 40px;
	}

	#wrap_faq h3::before {
		width: 30px;
		height: 30px;
	}

	#wrap_faq h3+section::before {
		width: 30px;
		height: 30px;
	}



	/*============================================================
トップ：：：お客様のお声
============================================================*/
	#wrap_voice {
		padding: 40px 0px;
	}

	#wrap_voice h2 {
		font-size: 26px;
		margin: 0px auto 20px auto;
	}
#wrap_voice>section>section{max-width: 70%;}

	/*============================================================
トップ：：：スタッフ紹介
============================================================*/
	#wrap_staff {
		padding: 40px 0px;
	}

	#wrap_staff h2 {
		font-size: 26px;
		margin: 0px auto 20px auto;
	}

	#wrap_staff>section {
		flex-direction: column;
	}

	#wrap_staff>section>section {
		width: 100%;
	}


	/*============================================================
トップ：：：コラム
============================================================*/
	#wrap_column {
		padding: 40px 0px;
	}

	#wrap_column h2 {
		font-size: 26px;
		margin: 0px auto 20px auto;
	}

	#wrap_column h3 {
		font-size: 16px;
		margin: 0px 0px 10px 0px;
	}

	#wrap_column>section {
		flex-direction: column;
	}

	#wrap_column>section>section {
		width: 100%;
		margin-bottom: 40px;
	}

	#wrap_column>.btn_01 {
		margin: 20px auto;
	}

	/*============================================================
トップ：：：お問い合わせ
============================================================*/
	#wrap_enquiry {
		padding: 40px 0px;
		background-size: 150%;
	}

	#wrap_enquiry h2 {
		font-size: 26px;
		margin: 0px auto 20px auto;
	}

	/*============================================================
フッター
============================================================*/
	#ft {
		margin-top: 40px;
	}

	#nav_ft {
		margin-top: 10px;
	}

	#nav_ft ul {
		flex-direction: column;
	}

	#nav_ft ul li {
		margin: 0px;
		padding: 0px 20px;
		border-bottom: solid 1px #fff;
	}

	#nav_ft ul li::before {
		transform: translateY(-50%);
		top: 50%;
		content: "▶" !important;
		font-size: 10px;
		background: none !important;
		right: 10px !important;
		width: 10px !important;
		left: auto !important;
		position: absolute;
	}

	#nav_ft li a {
		display: block;
		padding: 10px 0px;
	}

	#ft_copy {
		font-size: 14px;
	}


	/*============================================================
固定ページ・シングル投稿
============================================================*/

	.page h2 {
		font-size: 28px;
		margin: 20px auto 20px auto;
	}

	/*============================================================
閉じ括弧
============================================================*/
}