@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
ul li {
	list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
  text-decoration: none;
  color: #5F6462;
  transition: all 0.25s;
}
a img {
  transition: all 0.25s;
}
a:hover, a:hover img {
  opacity: 0.65;
}
a[href^="tel:"] {
  pointer-events: none;
}
.no_link {
  pointer-events: none;
}
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255,255,255,.95);
}
.header_top {
	justify-content: space-between;
	align-items: center;
	position: relative;
	max-width: 1920px;
	margin: 0 auto 25px;
	padding: 10px 20px 0 40px;
}
.header_logo img {
  width: 220px;
  height: auto;
}
.header_information ul {
	justify-content: flex-end;
	gap: 0 10px;
}
.header_information ul li a {
	display: block;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1em;
}
.header_information ul li a span {
	position: relative;
}
.header_information ul li a span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url("../img/common/header_tel_icon.svg") no-repeat center center;
	background-size: cover;
}
.header_information ul li.header_tel a {
	padding: 11.5px 23px;
	background: #fff;
	border: 2px solid #5F6462;
	font-weight: 700;
	color: #5F6462;
	letter-spacing: 0.06em;
}
.header_information ul li.header_tel a span {
	padding-left: 17px;
}
.header_information ul li.header_tel a span::before {
	width: 12px;
	height: 12px;
	background: url("../img/common/header_tel_icon.svg") no-repeat center center;
	background-size: cover;
}
.header_information ul li.header_web a {
	padding: 11.5px 32px;
	background: #5F6462;
	border: 2px solid #5F6462;
}
.header_information ul li.header_web a span {
	padding-left: 18px;
}
.header_information ul li.header_web a span::before {
	width: 13px;
	height: 10px;
	background: url("../img/common/header_web_icon.svg") no-repeat center center;
	background-size: cover;
}
.header_information ul li.header_line a {
	padding: 11.5px 25px;
	background: #06C755;
	border: 2px solid #06C755;
}
.header_information ul li.header_line a span {
	padding-left: 29px;
}
.header_information ul li.header_line a span::before {
	width: 24px;
	height: 24px;
	background: url("../img/common/header_line_icon.svg") no-repeat center center;
	background-size: cover;
}
.header_nav {
	max-width: 1920px;
	margin: 0 auto;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
}
.header_nav ul {
	justify-content: space-between;
}
.header_nav ul li {
  text-align: center;
}
.header_nav ul li a {
  display: block;
	font-family: "Noto Serif", serif;
  font-size: 10px;
  font-weight: 500;
	letter-spacing: 0.1em;
}
.header_nav ul li a span {
  display: block;
	margin-bottom: 10px;
  font-size: 14px;
}

.fat-nav, .fat-nav ul, .fat-nav__wrapper .header_logo {
	display: none;
}
@media screen and (max-width: 1000px) {
	header {
		height: 98px;
	}
  .header_nav, .header_information {
    display: none;
  }
	.fat-nav, .fat-nav ul, .fat-nav__wrapper .header_logo {
		display: block;
	}
	/* SPメニュー */
  .hamburger {
    width: 40px ;
    height: 18px;
    display: block;
    position: fixed;
    top: 21px;
    right: 20px;
    z-index: 10002;
    padding: 0;
    box-sizing: border-box;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 9px;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 40px;
    height: 1px;
		position: absolute;
    top: 0;
		right: 0;
    display: block;
    background-color: #5F6462;
    border-radius: 50px;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
    right: 0;
  }
  .hamburger__icon::before {
		width: 40px;
    top: -9px;
  }
  .hamburger__icon::after {
		width: 40px;
    top: 9px;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 40px;
    height: 1px;
  }
  .hamburger.active .hamburger__icon:before {
    transform: translateY(9px) rotate(20deg);
  }
  .hamburger.active .hamburger__icon:after {
    transform: translateY(-9px) rotate(-20deg);
  }
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .fat-nav__wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding: 120px 18% 50px;
    background: #eae7d8;
  }
	.header_logo {
		position: fixed;
		top: 10px;
		left: 20px;
	}
	.fat-nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
  }
	.fat-nav ul li {
		width: 50%;
		margin-bottom: 40px;
		text-align: center;
  }
	.fat-nav li a {
		display: block;
		font-family: "Noto Serif", serif;
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	.fat-nav li a span {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.sp_header_information ul {
		display: block;
	}
	.sp_header_information ul li {
		width: 220px;
		margin: 0 auto 13px;
	}
	.sp_header_information ul li a {
		display: block;
		padding: 12px;
		border-radius: 30px;
		font-family: "Noto Sans JP", sans-serif;
		color: #fff;
		letter-spacing: 0.1em;
	}
	.sp_header_information ul li a span {
		position: relative;
		margin-bottom: 0;
		font-size: 18px;
	}
	.sp_header_information ul li a span::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 12px;
		height: 12px;
		background: url("../img/common/header_tel_icon.svg") no-repeat center center;
		background-size: cover;
	}
	.sp_header_information ul li.header_tel a {
		background: #fff;
		border: 2px solid #5F6462;
		font-weight: 700;
		color: #5F6462;
		letter-spacing: 0.06em;
	}
	.sp_header_information ul li.header_tel a span::before {
		left: 15px;
		width: 14.24px;
		height: 14.24px;
		background: url("../img/common/header_tel_icon.svg") no-repeat center center;
		background-size: cover;
	}
	.sp_header_information ul li.header_web a {
		background: #5F6462;
		border: 2px solid #5F6462;
	}
	.sp_header_information ul li.header_web a span::before {
		left: 32px;
		width: 15.53px;
		height: 12.94px;
		background: url("../img/common/header_web_icon.svg") no-repeat center center;
		background-size: cover;
	}
	.sp_header_information ul li.header_line a {
		background: #06C755;
		border: 2px solid #06C755;
	}
	.sp_header_information ul li.header_line a span::before {
		left: 22px;
		width: 31px;
		height: 31px;
		background: url("../img/common/header_line_icon.svg") no-repeat center center;
		background-size: cover;
	}
}
header.is-scrolled .header_top {
	margin: 0 auto 10px;
	padding: 5px 20px 0 40px;
}
header.is-scrolled .header_logo img {
  width: 180px;
}
header.is-scrolled .header_nav {
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
	header.is-scrolled .header_logo img {
		width: 220px;
	}
}
/*-----------------------------------------------------
	fixed-menu
------------------------------------------------------*/
#fixed_menu {
  display: none;
}
@media screen and (max-width: 750px) {
  #fixed_menu {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
		width: 100%;
  }
	#fixed_menu ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
  }
  #fixed_menu ul li {
		width: 33.3333333333333333333333333333%;
		text-align: center;
  }
	#fixed_menu ul li a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 9px 0;
		background: #F4F4F5;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		letter-spacing: 0.1em;
  }
	#fixed_menu ul li.fixed_menu_tel a {
		font-size: 17px;
		color: #5F6462;
		letter-spacing: 0.04em;
  }
	#fixed_menu ul li.fixed_menu_tel a span {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.06em;
  }
	#fixed_menu ul li.fixed_menu_web a {
		padding-top: 30px;
		background: #5F6462;
  }
	#fixed_menu ul li.fixed_menu_web a::before {
		content: "";
		display: block;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 13px;
		height: 10px;
		background: url("../img/common/header_web_icon.svg") no-repeat center center;
		background-size: cover;
	}
	#fixed_menu ul li.fixed_menu_line a {
		padding-top: 30px;
		background: #06C755;
  }
	#fixed_menu ul li.fixed_menu_line a::before {
		content: "";
		display: block;
		position: absolute;
		top: 4px;
		left: 50%;
		transform: translateX(-50%);
		width: 24px;
		height: 24px;
		background: url("../img/common/header_line_icon.svg") no-repeat center center;
		background-size: cover;
	}
}

/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
	position: relative;
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
	letter-spacing: 0.2em; 
	color: #A6AEAB;
	text-align: center;
}
.midasi_01::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #A6AEAB;
}
.midasi_02 span {
  display: inline-flex;
  align-items: center;
	position: relative;
}
.midasi_02 span::before,
.midasi_02 span::after {
  display: inline-block;
  position: relative;
  top: auto;
  transform: none;
}
.midasi_02 span::before {
  content: "＼";
  margin-right: 10px;
}
.midasi_02 span::after {
  content: "／";
  margin-left: 10px;
}
.midasi_03 {
	padding: 12px;
	background: #B2AE97;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.midasi_04 {
  position: relative;
  padding: 13px 20px 5px;
  background: #A6AEAB;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.midasi_04::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #A6AEAB;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.center {
  text-align: center;
}
@media screen and (max-width: 750px) {
	.midasi_01 {
		margin-bottom: 50px;
		font-size: 20px;
	}
	.midasi_01::after {
		bottom: -15px;
	}
	.midasi_04 {
		font-size: 16px;
	}
}
/*-----------------------------------------------------
	ボタン
------------------------------------------------------*/
.link_more {
  display: block;
  position: relative;
  max-width: 100%;
	width: 400px;
  margin: 0 auto;
  border-radius: 50px;
	border: 1px solid #A6AEAB;
  padding: 20px 56px 20px 50px;
  font-size: 18px;
  font-weight: 500;
	line-height: 1.4;
  text-align: center;
  color: #A6AEAB;
}
.link_more::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url("../img/common/g_arrow.svg") no-repeat center center;
	background-size: cover;
}
.download {
	margin-top: 60px;
	text-align: center;
}
.download a {
	display: inline-block;
	position: relative;
	background: #F4F4F5;
	padding: 16px 75px 16px 20px;
	border: 1px solid #A6AEAB;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	color: #B2AE97;
}
.download a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url("../img/common/g_arrow.svg") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 750px) {
	.download a {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.wrap {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .wrap {
    width: calc(100% - 40px);
  }
}
.col_02 {
	width: 48%;
}
.col_02 img {
	max-width: 100%;
}
@media screen and (max-width: 750px) {
	.col_02 {
		width: 100%;
	}
}
/*-----------------------------------------------------
	#page_mv
------------------------------------------------------*/
#page_mv {
  position: relative;
  z-index: 0;
	width: 100%;
	height: 462px;
	padding-top: 162px;
	border-radius: 0 0 0 500px;
}
#page_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
	border-radius: 0 0 0 500px;
}
#page_mv .page_title {
  position: absolute;
	top: calc(50% + 81px);
	left: 0;
	transform: translateY(-50%);
  z-index: 2;
  width: 100%;
	text-align: center;
}
#page_mv .page_title .midasi {
  font-size: 32px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
	#page_mv {
		height: 398px;
		padding-top: 98px;
	}
	#page_mv .page_title {
		top: calc(50% + 49px);
	}
}
@media screen and (max-width: 750px) {
	#page_mv {
		border-radius: 200px 0 0 0;
	}
	#page_mv img {
		border-radius: 200px 0 0 0;
	}
	#page_mv .page_title .midasi {
		font-size: 24px;
		line-height: 1.3;
	}
}
.breadcrumbs {
	margin-bottom: 60px;
	padding: 17px 0;
  font-size: 13px;
	font-weight: 700;
  line-height: 1.4;
}
.breadcrumbs a { text-decoration: none;font-weight: 400; }
.breadcrumbs__list {
  display: flex; 
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
  list-style: none;
  margin: 0; padding: 0;
}
@media screen and (max-width: 750px) {
	.breadcrumbs {
		margin-bottom: 20px;
	}
}
/*-----------------------------------------------------
	.main
------------------------------------------------------*/
.main h2 {
	position: relative;
	margin-bottom: 60px;
  font-size: 24px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #A6AEAB;
	text-align: center;
}
.main h2::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #A6AEAB;
}
.main h3, .main h3 a {
	margin-bottom: 20px;
  font-size: 24px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #B2AE97;
}
.main ul {
	margin-bottom: 60px;
}
.main h4 {
	margin-bottom: 20px;
  font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.2em;
	color: #A6AEAB;
}
.main h5 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 5px solid #B2AE97;
  font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
.main p {
	margin-bottom: 40px;
  font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
.main p.small {
  font-size: 12px;
}
.main ul li {
	margin-left: 20px;
	list-style-type: disc;
  font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
/*---料金表---*/
.main ul.price_list {
  display: flex;
  flex-wrap: wrap;
	align-items: center;
  gap: 10px;
  list-style: none;
}
.main ul.price_list li {
  width: calc((100% - 40px) / 5);
	margin-left: 0;
	list-style-type: none;
}
.main ul.price_list > li > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 9.5px 20px;
  border: 1px solid #A6AEAB;
  border-radius: 100px;
  font-size: 13px;
	font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #5F6462 ;
}
.main ul.price_list > li > a::before {
  content:"";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #5F6462;
  border-right: 2px solid #5F6462;
}
.main ul.price_list > li > a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.main ul.price_list > li > a:hover {
	opacity: 1;
	background: #A6AEAB;
	color: #fff;
}
.wp-block-table table {
  width: 100%;
  margin-bottom: 60px;
  border-collapse: collapse;
}
.small_strong table strong {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}
.wp-block-table.price table strong {
  font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}
.wp-block-table th {
  padding: 10px 20px;
  background: #B2AE97;
  border: 1px solid #A6AEAB;
	border-right: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.wp-block-table th:last-child {
	border-right: 1px solid #A6AEAB;
}
.wp-block-table td {
  border: 1px solid #A6AEAB;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
  vertical-align: middle;
  text-align: center;
}
.wp-block-table.price thead {
  border-bottom: none;
}
.wp-block-table.price thead th {
  width: 33.33333333%;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.wp-block-table.price thead th:nth-of-type(2) {
  background: #B2AE97;
  border-right: 1px solid #fff;
}
.wp-block-table.price thead th:nth-of-type(3) {
  background: #A6AEAB;
}
.wp-block-table.price th {
  padding: 10px 20px;
  background: #FBFAF5;
  border: 1px solid #A6AEAB;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #97947F;
  vertical-align: middle;
  text-align: center;
}
.wp-block-table.price td {
  border: 1px solid #A6AEAB;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
  vertical-align: middle;
  text-align: center;
}
.wp-block-table.col2 th {
  padding: 10px 20px;
  background: #FBFAF5;
  border: 1px solid #A6AEAB;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #97947F;
  vertical-align: middle;
  text-align: center;
}
.wp-block-table.col2 td {
  border: 1px solid #A6AEAB;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1080px) {
	.main ul.price_list li {
		width: calc((100% - 20px) / 3);
	}
}
@media screen and (max-width: 750px) {
	.main h2 {
		margin-bottom: 40px;
	}
	.main h3 {
		margin-bottom: 40px;
		border-bottom: 1px solid #B2AE97;
		font-size: 20px;
	}
	.main h3 a {
		font-size: 20px;
	}
	.main ul {
		margin-bottom: 40px;
	}
	.main h4 {
		font-size: 18px;
	}
	.main p {
		font-size: 14px;
	}
	.main ul {
		margin-bottom: 40px;
	}
	.main ul li {
		font-size: 14px;
	}
	.main ul.price_list {
		justify-content: center;
	}
	.main ul.price_list li {
		width: calc((100% - 10px) / 2);
	}
	.main ul.price_list > li > a {
		padding: 12px 15px;
		font-size: 12px;
	}
	.main ul.price_list > li > a::before {
		right: 7.5px;
	}
	.main figure.table_wrap {
		margin-bottom: 40px;
		padding-top: 10px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.main figure.table_wrap table{
		width: max-content;
		min-width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	.main figure.table_wrap th,
	.main figure.table_wrap td{
		white-space: nowrap;
	}
	.wp-block-table table {
    margin-bottom: 40px;
  }
	.wp-block-table th {
		padding: 10px;
		font-size: 14px;
	}
	.wp-block-table td {
		padding: 10px;
		font-size: 14px;
	}
  .wp-block-table.price table {
    display: block;
    margin-bottom: 40px;
  }
  .wp-block-table.price thead {
    display: none;
  }
  .wp-block-table.price tbody,
  .wp-block-table.price tr {
    display: block;
    width: 100%;
  }
  .wp-block-table.price tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 1px solid #A6AEAB;
  }
  .wp-block-table.price th {
    display: block;
    width: 100%;
    border: none;
		font-size: 14px;
  }
  .wp-block-table.price td {
    display: block;
    position: relative;
    width: 50%;
    padding: 0 0 15px;
    border: none;
    font-size: 14px;
    text-align: center;
  }
  .wp-block-table.price td:first-of-type {
    border-right: 1px solid #A6AEAB;
  }
  .wp-block-table.price .td_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wp-block-table.price td:nth-of-type(1)::before {
    content: "モニター価格";
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    background: #B2AE97;
    border-right: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
  .wp-block-table.price td:nth-of-type(2)::before {
    content: "通常価格";
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    background: #A6AEAB;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
	.wp-block-table.col2 table {
    display: block;
    margin-bottom: 40px;
  }
  .wp-block-table.col2 thead {
    display: none;
  }
  .wp-block-table.col2 tbody,
  .wp-block-table.col2 tr {
    display: block;
    width: 100%;
  }
	.wp-block-table.col2 th {
    display: block;
    width: 100%;
		border-bottom: none;
  }
  .wp-block-table.col2 td {
    display: block;
    position: relative;
    width: 100%;
		padding: 15px 10px;
		border-bottom: none;
    font-size: 14px;
    text-align: center;
  }
	.wp-block-table.col2 tr:last-of-type td {
    border-bottom: 1px solid #A6AEAB;
  }
}

.price_sp_wrap {
  display: none;
}

@media (max-width: 750px) {
  .price_sp_wrap {
    display: block;
		margin-bottom: 50px;
  }
  .price_sp_card {
    margin-top: 24px;
    border: 1px solid #A6AEAB;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .price_sp_card:first-child {
    margin-top: 0;
  }
  .price_sp_title {
    margin: 0 !important;
    padding: 12px 16px !important;
    background: #B2AE97;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.12em;
    color: #fff !important;
    text-align: center;
  }
  .price_sp_desc {
    margin: 0 !important;
    padding: 14px 16px;
    border-bottom: 1px solid #A6AEAB;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #333;
    background: #f8f8f5;
  }
  .price_sp_list {
    padding: 0 16px;
  }
  .price_sp_row {
    padding: 14px 0;
    border-top: 1px solid #E2E5E3;
  }
  .price_sp_row:first-child {
    border-top: none;
  }
  .price_sp_times {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.12em;
    color: #333;
  }
  .price_sp_prices p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #333;
  }
  .price_sp_prices p + p {
    margin-top: 4px;
  }
  .price_sp_prices p span {
    display: block;
    min-width: 7em;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #666;
  }
  .price_sp_prices .is-special {
    color: #B15B5B;
    font-weight: 500;
  }
  .price_sp_prices .is-special span {
    color: #B15B5B;
  }
}

/*---目次---*/
#ez-toc-container {
  width: 100%;
  margin-bottom: 60px;
  padding: 20px 35px;
  background: #FFFCF1;
  border: 2px dashed #C7B2B2;
}
div#ez-toc-container .ez-toc-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 700;
}
div#ez-toc-container .ez-toc-title::after {
  content: "INDEX";
  display: inline-block;
  margin-left: 10px;
  padding-top: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #5F5E5E;
}
div#ez-toc-container ul li {
  margin-bottom: 5px;
}
div#ez-toc-container ul li a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2A2D32;
}
div#ez-toc-container ul li a:hover {
  opacity: 1;
  text-decoration: none;
  color: #5E9E45;
}
#ez-toc-container a:visited {
  color: #2A2D32;
}
.ez-toc-counter nav ul li a::before {
  margin-right: 10px;
  color: #5E9E45;
}
@media screen and (max-width: 750px) {
  #ez-toc-container {
    margin-bottom: 30px;
    padding: 20px 30px;
  }
  div#ez-toc-container .ez-toc-title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 750px) {
}
/*-----------------------------------------------------
	form
------------------------------------------------------*/
/*---reCAPTCHAバッジ非表示---*/
.grecaptcha-badge {
  display: none !important;
}
body.page-id-184 .grecaptcha-badge,
body.page-id-182 .grecaptcha-badge {
  display: block !important;
}
.form_area {
  padding: 50px 100px;
  border: 1px solid #ccc;
}
table.cform {
  width: 100%;
}
table.cform tr th {
  display: block;
  width: 100%;
  padding-top: 30px;
  text-align: left;
}
table.cform tr th p, table.cform tr td p {
  margin-bottom: 0;
}
table.cform tr td {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.form_area span.req {
  margin-right: 10px;
  padding: 3px 10px 5px;
  background: #ff0000;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.form_area h3 {
  margin-bottom: 0;
}
/* Chrome */
::-webkit-input-placeholder {
  color: #d2d2d2;
}
/* Firefox */
::-moz-placeholder {
  color: #d2d2d2;
}
/* IE */
:-ms-input-placeholder {
  color: #d2d2d2;
}
.form_area input[type="text"], .form_area input[type="date"], .form_area input[type="email"] {
  width: 50%;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all .3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  outline: none;
  appearance: none;
}
.form_area select {
  width: 50%;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all .3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  outline: none;
}
.form_area textarea {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all .3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  outline: none;
  appearance: none;
}
.form_area input[type="text"]:focus, .form_area input[type="date"]:focus, .form_area input[type="email"]:focus, .form_area select:focus, .form_area textarea:focus {
  box-shadow: 0 0 7px #EAEAAE;
  border: 1px solid #5E9E45;
}
.form_area .confilm {
  margin-top: 30px;
  padding: 30px;
  background: rgba(245, 245, 242, 1);
  text-align: center;
}
.form_area .confilm .wpcf7-list-item {
  margin-left: 0;
}
.form_area .confilm .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.form_area .confilm .submit_btn {
  margin-bottom: 0;
}
.form_area .confilm .submit_btn input {
  max-width: 100%;
  width: 250px;
  outline: none;
  appearance: none;
  border: none;

  background: #767676;
  border-radius: 3em;
  padding: 12px 30px 16px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.form_area .confilm .submit_btn input:hover {
  background: #5E9E45;
  opacity: 1;
  transition: all 0.3s ease;
}
.wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 1260px) {
  .form_area {
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  .form_area {
    padding: 20px;
  }
  .form_area input[type="text"], .form_area input[type="date"], .form_area input[type="email"], .form_area select {
    width: 100%;
  }
}
/*---SNS---*/
.share-buttons {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}
.share-buttons a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #eee;
  border-radius: 7px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.share-buttons a:hover {
  text-decoration: none;
}
.share-facebook {
  background-color: #3b5998;
  color: white;
}
.share-x {
  background-color: #000;
  color: white;
}

/*---レポーター---*/
.reporter {
  margin-top: 100px;
}
.reporter > h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: none;
  font-size: 2rem;
}
.reporter > h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 61px;
  height: 61px;
  background-image: url("../img/common/pencil.svg");
  background-repeat: no-repeat;
  background-size: center center;
  background-color: transparent;
  border-radius: 0;
}
.reporter > h2 span {
  padding: 15px 25px 15px 62px;
  background: #FFFCF1;
  border-radius: 10px 10px 0 0;
}
.reporter .flex {
  margin-top: -10px;
  padding: 40px 25px 40px;
  background: #FFFCF1;
  border-radius: 10px;
}
.reporter_photo {
  width: 230px;
  text-align: center;
}
.reporter_photo img {
  max-width: 100%;
  max-height: 138px;
  width: auto;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}
.reporter_photo .reporter_name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.reporter_text {
  width: calc(100% - 230px);
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .reporter {
    margin-top: 80px;
  }
  .reporter .flex {
    padding: 30px;
  }
  .reporter_photo {
    margin-bottom: 20px;
  }
  .reporter_text {
    width: 100%;
    padding-left: 0;
  }
}

/*---関連記事---*/
.yarpp-related-posts {
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
  padding-top: 35px;
}
.yarpp-related-posts::after {
  content: "Related Article";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  z-index: -1;
  width: 100%;
  padding: 35px 0;
  background: #F5F5F2;
  font-size: 12rem;
  font-weight: 500;
  color: rgba(118,118,118,.03);
  text-align: right;
}
.yarpp-related-posts h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
}
.yarpp-list {
  justify-content: space-between;
}
.yarpp-list::before{
  width:24%;
  display: block;
  content:"";
  order:1;
}
.yarpp-list::after{
  width:24%;
  display: block;
  content:"";
}
.yarpp-item {
  width: 24%;
  margin-bottom: 20px;
}
.yarpp-thumbnail {
  margin-bottom: 10px;
}
.yarpp-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.yarpp-date {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #767676;
}
.yarpp-date i {
  margin-right: 10px;
}
.yarpp-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #767676;
}
.yarpp-term {
  font-size: 1.4rem;
  font-weight: 400;
  color: #767676;
}
.yarpp-term::before {
  content: "#";
}
@media screen and (max-width: 1280px) {
  .yarpp-item {
    width: 32%;
  }
  .yarpp-related-posts::after {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1000px) {
  .yarpp-thumbnail img {
    height: 150px;
  }
}
@media screen and (max-width: 750px) {
  .yarpp-item {
    width: 49%;
  }
  .yarpp-thumbnail img {
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 550px) {
  .yarpp-item {
    width: 100%;
  }
}
/*-----------------------------------------------------
	#archive report
------------------------------------------------------*/
.archive_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.archive_list_child {
  width: calc((100% - 30px * 2) / 3);
  padding: 10px;
  background: rgba(118,118,118,.1);
  border-radius: 10px;
}
.archive_list_child img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
}
.archive_list_child h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #767676;
}
.archive_list_child h3 a:hover {
  color: #0088CC;
}
.archive_list_child .date {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  color: #767676;
}
.archive_list_child .date i {
  margin-right: 10px;
}
.archive_list_child .report_tag li {
  display: inline-block;
  margin-right: 10px;
}
.archive_list_child .report_tag li a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #2A2D32;
}
.archive_list_child .report_tag li a:before {
  content: "＃";
}
.archive_list_child .report_tag li a:hover {
  color: #0088CC;
}
@media screen and (max-width: 1260px) {
  .archive_list_child img {
    height: 19.841vw;
  }
}
@media screen and (max-width: 900px) {
  .archive_list_child {
    width: calc((100% - 30px) / 2);
  }
  .archive_list_child img {
    height: 28.889vw;
  }
}
@media screen and (max-width: 600px) {
  .archive_list_child {
    width: 100%;
  }
  .archive_list_child img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
/*-----------------------------------------------------
	#archive kaming+
------------------------------------------------------*/
.paper_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.paper_list_child {
  width: calc((100% - 30px * 2) / 3);
  padding: 10px;
  background: rgba(118,118,118,.1);
  border-radius: 10px;
}
.paper_list_child img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.paper_list_child a h3  {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #767676;
}
.paper_list_child a h3:hover {
  color: #767676;
}
@media screen and (max-width: 900px) {
  .paper_list_child {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .paper_list_child {
    width: 100%;
  }
}
/*-----------------------------------------------------
	#archive movie
------------------------------------------------------*/
.movie_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.movie_list_child {
  width: calc((100% - 30px) / 2);
  padding: 10px;
  background: rgba(118,118,118,.1);
  border-radius: 10px;
}
.movie_list .movie_list_child:first-of-type {
  width: 100%;
}
.movie_list .video-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie_list .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_list_child h3  {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #767676;
}
@media screen and (max-width: 750px) {
  .movie_list_child {
    width: 100%;
  }
}
/*-----------------------------------------------------
	ページネーション
------------------------------------------------------*/
.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
a.page-numbers, .pagination .current {
  display: block;
  width: 32.5px;
  height: 32.5px;
  margin: 0 5px;
	padding: 7px 5px;
  background: #fff;
	border: 1px solid #767676;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
	text-decoration: none;
  text-align: center;
  color: #2A2D32;
}
span.page-numbers.dots {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.pagination .current, a.page-numbers:hover {
	background: #767676;
	border: 1px solid #767676;
	color: #fff;
  opacity: 1;
}
a.page-numbers.next, a.page-numbers.prev {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  border: none;
}
a.page-numbers.next {
  margin-right: 0;
}
a.page-numbers.prev {
  margin-left: 0;
}
a.page-numbers.next img, 
a.page-numbers.prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
a.page-numbers.prev img {
  transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
}
a.page-numbers.next:hover, a.page-numbers.prev:hover {
	background: #B2A07E;
  opacity: .6;
}
@media screen and (max-width: 750px) {
  .pagination {
    margin-top: 60px;
  }
}


/*-----------------------------------------------------
	.cv
------------------------------------------------------*/
.cv {
  padding: 100px 0;
  background: #A8DDEE;
}
.cv_inner {
  justify-content: space-between;
  position: relative;
  width: 768px;
  margin: 0 auto;
}
.cv_inner::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -67px;
	left: -86px;
  width: 336px;
  height: 162px;
  background: url("../img/common/cv_img.png") no-repeat center center;
  background-size: cover;
}
.cv_l {
  width: 47.9%;
  color: #fff;
}
.cv_l h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.cv_l p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.cv_l ul {
  padding-top: 30px;
  border-top: 1px dashed #fff;
}
.cv_l ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.cv_r {
  width: 44.2%;
}
.cv_r .sp_tel {
  display: block;
}
.cv_r .sp_web {
  display: block;
}
@media screen and (max-width: 1000px) {
  .cv_inner::after {
    left: 0;
  }
}
@media screen and (max-width: 818px) {
  .cv_inner {
    width: 100%;
    padding: 0 25px;
  }
  .cv_inner::after {
    left: 25px;
  }
  .cv_l {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .cv {
    padding: 60px 0 264px;
  }
  .cv_inner::after {
    bottom: -210px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cv_l {
    width: 100%;
    margin-bottom: 60px;
  }
  .cv_l h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.6;
  }
  .cv_l p {
    font-size: 18px;
    line-height: 1.6;
  }
  .cv_r {
    width: 100%;
  }
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
.lp_footer {
	background: #F4F4F5;
}
.lp_footer_inner {
	justify-content: space-between;
	width: 1170px;
	margin: 0 auto;
	padding: 80px 0;
}
.lp_footer_inner_child {
	width: 33.333%;
	padding: 0 25px;
}
.lp_footer_inner_child h2 {
	margin-bottom: 35px;
}
.lp_footer_inner_child h2 img {
	width: 246px;
	height: auto;
}
.lp_footer_inner_child address {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.1em;
}
.lp_footer_inner_child h3 {
	margin-top: 25px;
	margin-bottom: 35px;
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #B2AE97;
	text-align: center;
}
.lp_footer_inner_child p {
	margin-bottom: 35px;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
.lp_footer_inner_child:not(:first-of-type) a {
	display: block;
	max-width: 330px;
	margin: 0 auto;
	padding: 20px 10px;
	background: #5F6462;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.lp_footer_inner_child:last-of-type a {
	background: #6EC46F;
}
.lp_footer small {
	display: block;
	padding: 15px;
	background: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #A6AEAB;
	text-align: center;
}
@media screen and (max-width: 1210px) {
	.lp_footer_inner {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 850px) {
	.lp_footer_inner {
		padding: 30px 0 0;
	}
	.lp_footer_inner_child {
		width: 100%;
		padding-bottom: 30px;
		border-bottom: 1px solid #A6AEAB;
	}
	.lp_footer_inner_child:last-of-type {
		border-bottom: none;
	}
	.lp_footer_inner_child h2 {
		text-align: center;
	}
	.lp_footer_inner_child h3 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.lp_footer small {
		padding: 0;
		background: #F4F4F5;
	}
}
@media screen and (max-width: 750px) {
	.lp_footer {
		padding-bottom: 54px;
	}
	.lp_footer small {
		padding-bottom: 30px;
		border-bottom: 1px solid #A6AEAB;
	}
}

@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 900px) {
}
/*-----------------------------------------------------
	others
------------------------------------------------------*/
.ani {
  visibility: hidden;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~750px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
    max-width: 100%;
    height: auto;
  }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}

@media screen and (max-width: 414px) {
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}
