@charset "UTF-8";
/* _/_/_/_/_/_/_/_/_/_/_/_/全デバイス共通とスマートフォン向け_/_/_/_/_/_/_/_/_/_/_/_/ */
html,
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #121212;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}
@media screen and (min-width: 769px){
	html,
	body {
		min-width: 1260px;
	}
	body {
		padding-top: 80px;
	}
}
@media screen and (max-width: 768px){
	html,
	body {
		width: 100%;
	}
	body {
		padding-top: 60px;
	}
}h1, h2, h3, h4, h5, p {
	margin: 0;
	font-weight: 400;
}a {
	color: #0767A5;
	text-decoration: none;
}a:hover {
    color: #0767A5;
    text-decoration: none;
}a:hover img {
	opacity: 0.7;
}footer a {
	color: #333;
}footer a:hover {
	color: #CCC;
}ul {
	padding: 0;
}ul li {
	list-style: none;
}@font-face {
    font-family: 'Butler Medium';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Butler_Medium.woff') format('woff');
}
@font-face {
	font-family: "LINESeedJP_OTF_Rg";
	font-style: normal;
	font-weight: normal;
	src: url('fonts/LINESeedJP_OTF_Rg.woff2') format("woff2");  
}@media screen and (min-width: 769px){
	.only_sp{
		display: none;
	}
}@media screen and (max-width: 768px){
	.only_pc{
		display: none;
	}
}
.bold { font-weight: bold; }
.m0a {
	margin-left: auto;
	margin-right: auto;
}
.mb-none {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px !important; }
.mb-10 {margin-bottom: 5px !important; }
	@media only screen and (min-width: 768px) {
    .mb-10 {margin-bottom: 10px !important; }
}
.mb-20 {margin-bottom: 10px !important; }
	@media only screen and (min-width: 768px) {
    .mb-20 {margin-bottom: 20px !important; }
}
.mb-30 {margin-bottom: 20px !important; }
	@media only screen and (min-width: 768px) {
    .mb-30 {margin-bottom: 30px !important; }
}
.mb-40 {margin-bottom: 30px !important; }
	@media only screen and (min-width: 768px) {
    .mb-40 {margin-bottom: 40px !important; }
}
.mb-50 {margin-bottom: 30px !important; }
	@media only screen and (min-width: 768px) {
    .mb-50 {margin-bottom: 50px !important; }
}
.mb-60 {margin-bottom: 30px !important; }
	@media only screen and (min-width: 768px) {
    .mb-60 {margin-bottom: 60px !important; }
}
.mb-80 {margin-bottom: 40px !important; }
	@media only screen and (min-width: 768px) {
    .mb-80 {margin-bottom: 80px !important; }
}
.mb-100 {margin-bottom: 50px !important; }
	@media only screen and (min-width: 768px) {
    .mb-100 {margin-bottom: 100px !important; }
}
.mb-10-xs {margin-bottom: 10px !important; }
	@media only screen and (min-width: 768px) {
    .mb-10-xs {margin-bottom: 0 !important; }
}
.mb-20-xs {margin-bottom: 20px !important; }
    @media only screen and (min-width: 768px) {
    .mb-20-xs {margin-bottom: 0 !important; }
}
.mb-30-xs {margin-bottom: 30px !important; }
    @media only screen and (min-width: 768px) {
    .mb-30-xs {margin-bottom: 0 !important; }
}
.pb-20 { padding-bottom: 20px; }
.pb-50 { padding-bottom: 25px; }
	@media only screen and (min-width: 768px) {
    .pb-50 {
        padding-bottom: 50px !important; }
}
.img-btn {
    display: block;
    vertical-align: bottom;
}
.img-btn img {
    transition: opacity 0.25s linear;
    opacity: 1;
}
.img-btn:hover img {
    opacity: 0.7;
}
.relative {
	position: relative;
}
.header,
.main,
.footer {
    font-size: 13px;
    font-size: 1.3rem;
}
.container-lg {
    max-width: 1200px;
}
.wrapper-body,
.wrapper-body-sub{
	position: relative;
}@media screen and (min-width: 769px){
	.wrapper-body {
		padding: 0;
	}
	.wrapper-body-sub {
		padding: 80px 0;
	}
}@media screen and (max-width: 768px){
	.wrapper-body {
		padding: 0;
	}
	.wrapper-body-sub {
		padding: 40px 0;
	}
}
.bg-white {background-color: #fff; }
.bg-gray {background-color: #f6f6f3; }
.bg-gray2 {background-color: #eee; }
.txt-normal {font-weight: normal; }
.txt-bold {font-weight: bold; }
.txt-red {color: #F90000; }
.txt-white {color: #fff; }
.txt-blue {color: #222899; }
.txt-left {text-align: left; }
.txt-center {text-align: center; }
.txt-right {text-align: right; }
.txt-outline {text-shadow: 0 0 3px #fff; }
.txt-eng {font-family: "Poppins", sans-serif; }
.txt-eng.txt-bold {font-weight: 700; }
.ls-narrow {letter-spacing: -0.04em; }
.ls-sm {letter-spacing: 0.05em; }
.ls-md {letter-spacing: 0.101em; }
.ls-xl {letter-spacing: 0.2em; }
.inline-block {display: inline-block; }
.txt-indent {
  padding-left: 1em;
  text-indent: -1em; 
}
.txt-10 {
  font-size: 10px;
  font-size: 1rem;
}
.txt-11 {
  font-size: 10px;
  font-size: 1rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-11 {
      font-size: 11px;
      font-size: 1.1rem; }
}
.txt-12 {
  font-size: 10px;
  font-size: 1rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-12 {
      font-size: 12px;
      font-size: 1.2rem; }
}
.txt-13 {
  font-size: 11px;
  font-size: 1.1rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-13 {
      font-size: 13px;
      font-size: 1.3rem; }
}
.txt-14 {
  font-size: 12px;
  font-size: 1.2rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-14 {
      font-size: 14px;
      font-size: 1.4rem; }
}
.txt-15 {
  font-size: 13px;
  font-size: 1.3rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-15 {
      font-size: 15px;
      font-size: 1.5rem; }
}
.txt-16 {
  font-size: 13px;
  font-size: 1.3rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-16 {
      font-size: 16px;
      font-size: 1.6rem; }
}
.txt-17 {
  font-size: 14px;
  font-size: 1.4rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-17 {
      font-size: 17px;
      font-size: 1.7rem; }
}
.txt-18 {
  font-size: 14px;
  font-size: 1.4rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-18 {
      font-size: 18px;
      font-size: 1.8rem; }
}
.txt-20 {
  font-size: 15px;
  font-size: 1.5rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-20 {
      font-size: 20px;
      font-size: 2rem; }
}
.txt-21 {
  font-size: 15px;
  font-size: 1.5rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-21 {
      font-size: 21px;
      font-size: 2.1rem; }
}
.txt-22 {
  font-size: 16px;
  font-size: 1.6rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-22 {
      font-size: 22px;
      font-size: 2.2rem; }
}
.txt-24 {
  font-size: 18px;
  font-size: 1.8rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-24 {
      font-size: 24px;
      font-size: 2.4rem; }
}
.txt-25 {
  font-size: 18px;
  font-size: 1.8rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-25 {
      font-size: 25px;
      font-size: 2.5rem; }
}
.txt-26 {
  font-size: 19px;
  font-size: 1.9rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-26 {
      font-size: 26px;
      font-size: 2.6rem; }
}
.txt-28 {
  font-size: 19px;
  font-size: 1.9rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; }
}
.txt-29 {
  font-size: 20px;
  font-size: 2rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-29 {
      font-size: 29px;
      font-size: 2.9rem; }
}
.txt-30 {
  font-size: 22px;
  font-size: 2.2rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-30 {
      font-size: 30px;
      font-size: 3rem; }
}
.txt-32 {
  font-size: 22px;
  font-size: 2.2rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-32 {
      font-size: 32px;
      font-size: 3.2rem; }
}
.txt-35 {
  font-size: 23px;
  font-size: 2.3rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-35 {
      font-size: 35px;
      font-size: 3.5rem; }
}
.txt-36 {
  font-size: 24px;
  font-size: 2.4rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-36 {
      font-size: 36px;
      font-size: 3.6rem; }
}
.txt-40 {
  font-size: 26px;
  font-size: 2.6rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-40 {
      font-size: 40px;
      font-size: 4rem; }
}
.txt-45 {
  font-size: 28px;
  font-size: 2.8rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-45 {
      font-size: 45px;
      font-size: 4.5rem; }
}
.txt-48 {
  font-size: 30px;
  font-size: 3rem; 
}
  @media only screen and (min-width: 768px) {
    .txt-48 {
      font-size: 48px;
      font-size: 4.8rem; }
}@media (min-width: 0) {
	.navbar-toggler {
		display: block;
	}
}
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #FCBC77; /* 通常の背景色 */
}
.pagination a:hover{
	color: #FFF; /* マウスホバー時の文字色 */
	background: #303; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #111; /* 現在のページの文字色 */
	background: #EEE;
}
@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}}
/*-------------------------ヘッダー-------------------------*/
header {
	width: 100%;
	overflow: visible;
}
.header__inner,
.fixed_nav__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}@media screen and (min-width: 769px){
	.header__inner {
		width: 1200px;
		min-height: 90px;
		margin: 0 auto 50px;
	}
	.fixed_nav__inner {
		width: 100%;
		min-height: 80px;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.header__blog .header__inner {
		margin-bottom: 0;
	}
}@media screen and (max-width: 768px){
	.header__inner,
	.fixed_nav__inner {
		padding: 0 20px;
		min-height: 60px;
	}
}
.header__inner .logo,
.fixed_nav .logo {
	width: 13.17204301%;
}
@media screen and (max-width: 768px){
	.header__inner .logo,
	.fixed_nav .logo {
		height: 40px;
		width: auto;
	}
}
.header__inner .logo img,
.fixed_nav .logo img {
	width: 100%;
}
@media screen and (max-width: 768px){
	.header__inner .logo img,
	.fixed_nav .logo img {
		height: 40px;
		width: auto;
	}
}
.header__inner .nav,
.fixed_nav .nav {
	display: flex;
	align-items: center;
	width: 52.795698927%;
}@media screen and (max-width: 768px){
	.header__inner .nav,
	.fixed_nav .nav {
		display: none;
	}
}
.header__inner .nav nav.pc-nav ul.nav__menu,
.fixed_nav .nav nav.pc-nav ul.nav__menu {
	display: flex;
	font-size: clamp(9px, 0.75vw, 16px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin: 0;
}
.header__inner .nav nav.pc-nav ul.nav__menu li a,
.fixed_nav .nav nav.pc-nav ul.nav__menu li a {
	padding: 10px 8px;
	color: #222;
}
.header__inner .nav nav.pc-nav ul.nav__menu li a:hover,
.fixed_nav .nav nav.pc-nav ul.nav__menu li a:hover {
	color: #34d640;
}
.header__inner .nav a.tel,
.fixed_nav .nav a.tel {
	color: #fff;
	background: #dd8c0e;
	align-self: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.125rem;
	font-weight: 900;
	text-transform: none;
	/*margin: 19px 0 0 auto;*/
	padding: 4px 23px;
	border-radius: 50px;
	display: table;
	vertical-align: middle;
	text-align: center;
}
.header__inner .nav a.tel span,
.fixed_nav .nav a.tel span {
	font-size: 1.5626em;
	vertical-align: -4px;
	position: relative;
    display: inline;
    line-height: inherit;
    fill: currentColor;
    white-space: nowrap;
	font-weight: normal;
    text-transform: none;
}
.header__inner .nav a.tel span img,
.fixed_nav .nav a.tel span img {
	display: inline-block;
    height: 1em;
    width: auto;
    line-height: 1;
    vertical-align: -0.15em;
	object-fit: contain;
	max-width: 100%;
}
.header__inner .nav a.tel:hover,
.fixed_nav .nav a.tel:hover {
	opacity: 0.7;
}header.header__sub {
	width: 100%;
	background-image: linear-gradient(0deg, rgba(38, 161, 47, 0.8), rgba(38, 161, 47, 0.8)), url(../images/df0b38b52ff251877221272117e38093215b26870d43649808cfd5354b3051f368a045622d733ee9b3b1ef31ef1f26526cef8f232385f9023c9433_1280.jpg);
	overflow: visible;
	color: #ffffff;
	background-position: 50% 50%;
	text-align: center;
	object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
	header.header__sub {
		min-height: 496px;
	}
}
@media screen and (max-width: 768px) {
	header.header__sub {
		min-height: 297px;
	}
}header.header__subpage {
	width: 100%;
    min-height: 360px;
    background: url(../images/mainvisual__sub.png) left center no-repeat;
    background-size: cover;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	header.header__subpage {
		min-height: 100px;
	}
}@media screen and (min-width: 769px){
	.header__subpage .header__sub__inner {
		width: 624px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 360px;
	}
}
@media screen and (max-width: 768px){
	.header__subpage .header__sub__inner {
		width: 100%;
		padding: 1.2rem 0 0 2.2rem;
		box-sizing: border-box;
	}
}
.header__subpage .header__sub__inner .header__sub__tit {
	text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.header__subpage .header__sub__inner .header__sub__tit {
		text-align: left;
		margin: 0;
	}
}
.header__subpage .header__sub__inner .header__sub__tit h1 {
	font-size: 2.1875rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.header__subpage .header__sub__inner .header__sub__tit h1 {
		font-size: 1.5rem;
	}
}
.header__subpage .header__sub__inner .header__sub__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
    display: inline-block;
}
@media screen and (max-width: 768px){
	.header__subpage .header__sub__inner .header__sub__tit p {
		font-size: 1rem;
	}
}
.header__subpage .header__sub__inner .header__sub__tit p::before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../images/h1__img01.png);
    margin-right: 10px;
}
/*header.header__blog {
	width: 100%;
	background: none;
	text-align: center;
    display: block;
    vertical-align: middle;
}
@media screen and (max-width: 768px){
	header.header__blog {
		min-height: inherit;
		position: sticky;
		top: 0;
		background: #fff;
		box-shadow: 0 1px 4px rgba(0,0,0,.12);
		z-index: 1000;
	}
}*/
.header__btn {
	display: flex;
	align-items: center;
	width: 19.354838709%;
	justify-content: flex-end;
}
.header__btn a {
	margin: 0 5px;
	width: 50%;
	box-sizing: border-box;
}
.header__btn a img {
	width: 100%;
}
@media screen and (max-width: 768px){
	.header__btn,
	.header__tel {
		display: none;
	}
}
.header__tel {
	width: 14.677419354%;
}
.header__tel img {
	width: 100%;
}
.fixed_nav {
	width: 100%;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.7);
	top: 0;
	z-index: 1000;
}
@media screen and (min-width: 769px){
	.fixed_nav {
		min-width: 1200px;
	}
}
@media screen and (max-width: 768px){
	.fixed_nav {
		background-color: rgba(255, 255, 255, 0.9);
	}
}
.header_h1 {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}@media screen and (max-width: 768px){
	.header_h1 {
		width: 95%;
	}
}
.header_h1 h1 {
	font-size: 0.6em;
	color: #5dba36;
	font-family: 'Noto Sans JP';
	position: absolute;
	left: 0;
	top: 2px;
	letter-spacing: 0.2em;
}@media screen and (max-width: 768px){
	.header_h1 h1 {
		font-size: 0.4em;
		letter-spacing: normal;
		left: 35px;
	}
}
.main-visual {
	width: 100%;
}
.main-visual__inner {
	display: flex;
}
@media screen and (min-width: 769px){
	.main-visual__inner {
		width: 1140px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	.main-visual__inner {
		width: 100%;
		text-align: center;
		flex-direction: column;
	}
}
.main-visual__txt {
	box-sizing: border-box;
}
@media screen and (min-width: 769px){
	.main-visual__txt {
		width: 684px;
		padding: 80px 0 0 20px;
	}
}
@media screen and (max-width: 768px){
	.main-visual__txt {
		width: 100%;
	}
}
.main-visual__txt p.p_01 {
    font-family: 'Noto Sans JP';
    text-decoration: none solid rgb(219, 84, 90);
	color: #db545a;
}
@media screen and (min-width: 769px){
	.main-visual__txt p.p_01 {
		font-style: italic;
		font-size: 1.875rem;
	}
}
@media screen and (max-width: 768px){
	.main-visual__txt p.p_01 {
		font-size: 1.25rem;
	}
}
.main-visual__txt h2 {
	font-size: 2.25rem;
    font-family: 'Noto Sans JP';
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.main-visual__txt h2 {
		font-size: 1.125rem;
		line-height: 1.2;
		margin-bottom: 10px;
	}
}
.main-visual__txt h2 span.span_01 {
	font-size: 3rem;
	color: #5dba36;
}
@media screen and (max-width: 768px){
	.main-visual__txt h2 span.span_01 {
		font-size: 1.875rem;
	}
}
.main-visual__txt h2 span.span_02 {
	margin: 0 0.5rem;
}
@media screen and (max-width: 768px){
	.main-visual__txt h2 span.span_02 {
		margin: 0 0.2rem;
	}
}
.main-visual__txt h2 span.span_03 {
	font-size: 3.125rem;
	color: #db545a;
}
@media screen and (max-width: 768px){
	.main-visual__txt h2 span.span_03 {
		font-size: 1.875rem;
	}
}
.main-visual__txt h2 img {
	height: 56px;
    width: 56px;
	vertical-align: text-bottom;
}
@media screen and (max-width: 768px){
	.main-visual__txt h2 img {
		height: 34px;
		width: 34px;
	}
}
.main-visual__txt .area {
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width: 768px){
	.main-visual__txt .area {
		flex-wrap: wrap;
		width: 262px;
		margin: 0 auto;
	}
}
.main-visual__txt .area .box_area {
	border-radius: 47.5px;
    background-color: #26a12f;
	width: 94px;
    height: auto;
    margin-right: 12px;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px){
	.main-visual__txt .area .box_area {
		min-height: 94px;
	}
}
@media screen and (max-width: 768px){
	.main-visual__txt .area .box_area {
		width: 74px;
		margin-bottom: 7px;
	}
}
.main-visual__txt .area .box_area p {
	color: #ffffff;
	margin: 0 auto;
	letter-spacing: 3px;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP';
}
@media screen and (max-width: 768px){
	.main-visual__txt .area .box_area p {
		font-size: 1rem;
		padding: 3px 0;
	}
}@media screen and (min-width: 769px){
	.main-visual__pic {
		width: 460px;
	}
}
@media screen and (max-width: 768px){
	.main-visual__pic {
		margin: 0 auto;
		height: 240px;
	}
}@media screen and (min-width: 769px){
	.main-visual__pic img {
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.main-visual__pic img {
		height: 100%;
	}
}
.main-visual-sub {
	width: 100%;
}
@media screen and (min-width: 769px){
	.main-visual-sub__inner {
		width: 1140px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	.main-visual-sub__inner {
		width: 100%;
		text-align: center;
		flex-direction: column;
	}
}
.main-visual-sub__inner h1 {
	font-size: 3.75rem;
    line-height: 0.99;
    margin: 134px auto 0;
	font-family: 'Noto Sans JP';
}
@media screen and (max-width: 768px){
	.main-visual-sub__inner h1 {
		font-size: 1.875rem;
		margin-top: 54px;
	}
}
.main-visual-sub__inner p {
	font-size: 1.5rem;
	margin: 21px auto 60px;
	font-family: 'Noto Sans JP';
}
.main-visual-subpage__inner h1 {
	font-size: 3.75rem;
    line-height: 0.99;
    margin: 34px auto 15px;
	font-family: 'Noto Sans JP';
}
@media screen and (max-width: 768px){
	.main-visual-subpage__inner h1 {
		font-size: 1.875rem;
		margin-top: 24px;
	}
}
.sp__flt__btn .sp-nav,
.sp__flt {
	display: none;
}
@media screen and (max-width: 768px) {
	/*ハンバーガーメニュー*/	header .pc-nav {
		display: none;
	}	
	.sp__flt__btn {
		height: 45px;
	}	
	.sp__flt__btn .sp-nav,
	header .sp-nav{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		background: #26a12f;
		transform: translateY(100%);
		transition: all .2s ease-in-out;
		padding: 4rem 2rem;
		box-sizing: border-box;
		z-index: 9999;
	}	
	.sp__flt__btn .sp-nav-in,
	header .sp-nav-in{
		positon: relative;
		z-index: 50;
	}	
	header a {
		color: #333;
	}	
	.sp__flt__btn #hamburger,
	header #hamburger{
		position: relative;
		display: block;
		width: 28px;
		height: 20px;
		margin: 0 5px;
		z-index: 100;
	}	
	.sp__flt__btn #hamburger span,
	header #hamburger span{
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #26a12f;
		transform: translateY(-30%);
	}	
	.sp__flt__btn #hamburger::before,
	header #hamburger::before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #26a12f;
	}	
	.sp__flt__btn #hamburger::after,
	header #hamburger::after{
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50%;
		height: 2px;
		background-color: #26a12f;
	}
	
	
	/*スマホメニュー*/	
	
	.sp__flt__btn .sp-nav ul,
	header .sp-nav ul{
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		height: 100%;
		margin: 0;
	}	
	.sp__flt__btn .sp-nav li,
	header .sp-nav li{
		margin: 0;
		padding: 0;
	}	
	.sp__flt__btn .sp-nav li.li_img,
	header .sp-nav li.li_img {
		margin: 0 20px;
	}	
	.sp__flt__btn .sp-nav li.li_img a {
		position: relative;
	}	
	.sp__flt__btn .sp-nav li.li_img a:before {
		content: "";
		position: absolute;
		top: 10%;
		left: 0;
		border: 5px solid transparent;
		border-left: 10px solid #F26944;
	}	
	.sp__flt__btn .sp-nav li.li_img p {
		margin-left: 20px;
		font-weight: 600;
	}	
	.sp__flt__btn .sp-nav li a, .sp-nav li span,
	header .sp-nav li a, .sp-nav li span{
		display: block;
		padding: 0.7em 0;
		font-size: 18px;
		color: #fff;
	}
	
	/*-閉じるアイコンー*/	
	
	.sp__flt__btn .sp-nav .close,
	header .sp-nav .close{
		position: relative;
		padding-left: 30px;
		color: #fff;
		margin: 0 auto;
	}	
	.sp__flt__btn .sp-nav .close::before,
	header .sp-nav .close::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 20px;
		height: 2px;
		background: #fff;
		transform: rotate( 45deg );
	}	
	.sp__flt__btn .sp-nav .close::after,
	header .sp-nav .close::after{
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 20px;
		height: 2px;
		background: #fff;
		transform: rotate( -45deg );
	}	
	.sp__flt__btn .toggle,
	header .toggle{
		transform: translateY( 0 );
		opacity: 0.95;
		z-index: 100;
	}	
	header h2 {
		line-height: 1.6;
		text-align: center;
	}
	
	.sp__flt {
		position: fixed;
        left: 0;
        bottom: 0;
        height: 70px;
        display: flex;
		justify-content: space-between;
        z-index: 9999;
        background: #fff;
	}
	.sp__flt .flt_tel {
		width: 62.666666666%;
	}
	.sp__flt .flt_form,
	.sp__flt .flt_line {
		width: 18.666666666%;
	}
	.sp__flt .flt_form {
		background: #F29519;
	}
	.sp__flt .flt_line {
		background: #06C755;
	}
	.sp__flt .flt_tel a,
	.sp__flt .flt_form a,
	.sp__flt .flt_line a {
		display: flex;
		align-items: center;
		height: 70px;
	}
	.sp__flt .flt_tel img,
	.sp__flt .flt_form img,
	.sp__flt .flt_line img {
		width: 100%;
		vertical-align: bottom;
	}
}
/*-------------------------
ナビゲーション
-------------------------*/nav.navbar-sp {
	padding: 0;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
}
nav.navbar-sp ul li {
	font-size: 1.5rem;
	font-weight: bold;
	background: #FFF;
	opacity: 0.9;
	border-bottom: 1px solid #ccc;
}
nav.navbar-sp ul li a {
	color: #333;
	padding: 15px 0;
	text-align: center;
	transition: all .5s ease-in-out;
}
nav.navbar-sp ul li a:hover {
	text-decoration: none;
	color: #999;
}nav.navbar {
	padding: 0;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	height: 100%;
}nav.navbar ul li {
	font-size: 1.5rem;
	font-weight: bold;
}nav.navbar ul li a {
	color: #1D2C59;
	padding: 15px 0;
	text-align: center;
	/*transition: all .5s ease-in-out;*/
}nav.navbar ul li a:hover {
	text-decoration: none;
	/*color: #999;*/
}nav.navbar ul li.dropdown > a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}nav.navbar ul li.dropdown > a::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #A0A5BB;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}nav.navbar ul li.dropdown > a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
.navbar_in {
	position: absolute;
	top: 0;
	background: #0767A5;
}
.nav_01 {
}
.nav_02 {
	overflow: hidden;
}nav.navbar .dropdown-menu  {
	border: none;
	border-radius: 0;
	background-color: rgba(255,255,255,0.8);
	top: 90%;
	padding: 0;
}nav.navbar .dropdown-menu li a {
	color: #2F3E67;
	padding: 10px 20px;
	border: none;
	font-weight: bold;
	text-align: left;
}nav.navbar .dropdown-menu li a:hover {
	color: #FFF;
	text-decoration: none;
	background: rgba(111,123,171,0.8);
}

/*-------------------------コンテンツ-------------------------*/

/*-------------------------TOPページ-------------------------*/

.top__sec01 {
	position: relative;
	padding: 70px 0;
	background: url(../images/top__sec01__bg01.png) right center no-repeat;
}
@media screen and (max-width: 768px){
	.top__sec01 {
		padding: 50px 0;
	}
}
.top__sec01__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.top__sec01__inner {
		width: 95%;
	}
}
.top__sec01__tit {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
}
.top__sec01__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec01__tit p {
		font-size: 1rem;
	}
}
.top__sec01__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec01__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec01__tit h2 {
		font-size: 1.5rem;
	}
}
.top__sec01__tit h2 span {
	color: #35B58D;
}

.top__sec01__cnt {
	margin: 0 200px;
}
@media screen and (max-width: 768px){
	.top__sec01__cnt {
		margin: 0 15px;
	}
}
.top__sec01__cnt .cnt_box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(373.33px, 1fr));
	grid-gap: 40px 40px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.top__sec01__cnt .cnt_box {
		grid-gap: 25px 25px;
		display: flex;
		flex-direction: column;
	}
}
.top__sec01__cnt .cnt_box a {
	border-radius: 4px;
	box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
	width: 100%;
	color: #1d1d1d;
	background: #fff;
}
.top__sec01__cnt .cnt_box a img {
	width: 100%;
    object-fit: cover;
    max-height: 220px;
}
.top__sec01__cnt .cnt_box a .cnt_box__inner {
	padding: 20px;
}
.top__sec01__cnt .cnt_box a .cnt_box__inner h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
	border-left: 2px solid #dfdfdf;
	padding-left: 1rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	.top__sec01__cnt .cnt_box a .cnt_box__inner h3 {
		font-size: 1.25rem;
		line-height: 140%;
		padding-left: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.top__sec01__cnt .cnt_box a .cnt_box__inner h3:before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.top__sec01__cnt .cnt_box a .cnt_box__inner h3 .arrow {
	display: block;
}
.top__sec01__cnt .cnt_box a .cnt_box__inner h3 .arrow::before,
.top__sec01__cnt .cnt_box a .cnt_box__inner h3 .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.top__sec01__cnt .cnt_box a .cnt_box__inner h3 .circle::before{
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: linear-gradient(to left, #35B78E, #44CCA2 100%);
}
@media screen and (max-width: 768px){
	.top__sec01__cnt .cnt_box a .cnt_box__inner h3 .circle::before {
		width: 20px;
		height: 20px;
	}
}
.top__sec01__cnt .cnt_box a .cnt_box__inner h3 .circle::after{
	right: 11px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px){
	.top__sec01__cnt .cnt_box a .cnt_box__inner h3 .circle::after {
		right: 9px;
	}
}
.top__sec01__cnt .cnt_box a .cnt_box__inner p {
	font-size: 1rem;
	line-height: 160%;
}
.btn01__box {
	width: 188px;
	height: 52px;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
}
.btn01__box a {
	background: linear-gradient(to left, #35B78E, #44CCA2 100%);
    border-radius: 3rem;
    outline: 2px solid #fff;
    outline-offset: -3px;
    display: block;
    color: #fff;
    padding: 0.8rem 0;
}
.btn01__box a:hover {
	opacity: 0.7;
}
.top__sec02 {
    padding: 80px 0;
}
@media screen and (max-width: 768px){
	.top__sec02 {
		padding: 40px 0 0;
	}
}
.top__sec02__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.top__sec02__inner {
		width: 95%;
	}
}
.top__sec02__tit {
	width: 550px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.top__sec02__tit {
		flex-direction: column;
		width: 100%;
		text-align: center;
		align-items: center;
		margin-bottom: 5px;
	}
}
.top__sec02__tit .title {
	display: flex;
	flex-direction: column-reverse;
}
.top__sec02__tit .title p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec02__tit .title p {
		font-size: 1rem;
	}
}
.top__sec02__tit .title p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec02__tit .title h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec02__tit .title h2 {
		font-size: 1.5rem;
	}
}
.top__sec02__tit .title h2 span {
	color: #35B58D;
}
.top__sec02__tit .btn01__box {
	margin: 0 0 0 auto !important;
}
.top__sec02__cnt {
	background: #f7f7f7;
	padding: 30px 0;
}
@media screen and (max-width: 768px){
	.top__sec02__cnt {
		padding: 15px 0 40px;
	}
}
.top__sec02__cnt p {
	font-size: 0.9375rem;
}
.top__sec02__cnt ul {
	width: 560px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px){
	.top__sec02__cnt ul {
		width: 100%;
		margin: 15px 0;
	}
}
.top__sec02__cnt ul li {
	width: 168px;
    background: #fff;
    text-align: center;
    line-height: 168px;
    border-radius: 168px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: #35B78E;
    font-size: 1.25rem;
    font-weight: 600;
	margin: 0 1rem 0 0;
}
@media screen and (max-width: 768px){
	.top__sec02__cnt ul li {
		width: 140px;
		line-height: 140px;
		border-radius: 100%;
		margin: 0 3% 0 0;
		font-size: 1rem;
	}
}
.top__sec02 .map {
	position: relative;
}@media screen and (min-width: 769px){
	.top__sec02 .map .map__inner {
		position: absolute;
		right: 0;
		top: 90px;
		/*top: 0;*/
	}
}
@media screen and (max-width: 768px){
	.top__sec02 .map .map__inner {
		margin: 0 60px;
	}
	.top__sec02 .map .map__inner img {
		width: 100%;
	}
}
.top__sec03 {
	position: relative;
	padding: 70px 0;
	background: #F4FBF4;
}
@media screen and (max-width: 768px){
	.top__sec03 {
		padding: 50px 0;
	}
}
.top__sec03:before,
.top__sec03:after {
	content: '';
    display: inline-block;
    position: absolute;
}
.top__sec03:before {
    left: 0;
    top: 30%;
    background: url(../images/top__sec03__bg01.png);
    width: 389px;
    height: 646px;
	z-index: 0;
}
.top__sec03:after {
    right: 0;
    bottom: 5%;
    background: url(../images/top__sec03__bg02.png);
    width: 325px;
    height: 536px;
	z-index: 0;
}
@media screen and (max-width: 768px){
	.top__sec03:before,
	.top__sec03:after {
		display: none;
	}
}

.top__sec03__inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px){
	.top__sec03__inner {
		width: 95%;
		position: relative;
		z-index: 100;
	}
}
.top__sec03__tit {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
}
.top__sec03__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec03__tit p {
		font-size: 1rem;
	}
}
.top__sec03__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec03__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec03__tit h2 {
		font-size: 1.5rem;
	}
}
.top__sec03__tit h2 span {
	color: #35B58D;
}
.top__sec03__cnt {
	
}
.top__sec03__box {
	background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}
@media screen and (max-width: 768px){
	.top__sec03__box {
		padding: 20px;
		flex-direction: column;
	}
}@media screen and (min-width: 769px){
	.top__sec03__box:nth-of-type(even) {
		flex-direction: row-reverse;
	}
}
.top__sec03__box .txt__box {
	width: 570px;
}
@media screen and (max-width: 768px){
	.top__sec03__box .txt__box {
		width: 100%;
		margin-bottom: 15px;
	}
}
.top__sec03__box .txt__box h3 {
	font-size: 1.5rem;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    margin-bottom: 30px;
	position: relative;
	padding-left: 80px;
	min-height: 66px;
}
@media screen and (max-width: 768px){
	.top__sec03__box .txt__box h3 {
		font-size: 1.25rem;
		margin-bottom: 15px;
		padding-left: 50px;
		min-height: 40px;
	}
}
.top__sec03__box .txt__box h3::before {
	position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 66px;
    height: 66px;
    border: 1px solid #35B58D;
    font-size: 1.75rem;
    font-family: "LINE Seed JP_OTF Regular";
    text-align: center;
    line-height: 66px;
    color: #35B58D;
    font-weight: 100;
}
@media screen and (max-width: 768px){
	.top__sec03__box .txt__box h3::before {
		width: 40px;
		height: 40px;
		font-size: 1.125rem;
		line-height: 40px;
	}
}
.top__sec03__box .txt__box .h3__01::before { content: '01'; }
.top__sec03__box .txt__box .h3__02::before { content: '02'; }
.top__sec03__box .txt__box .h3__03::before { content: '03'; }
.top__sec03__box .txt__box .h3__04::before { content: '04'; }
.top__sec03__box .txt__box .h3__05::before { content: '05'; }
.top__sec03__box .txt__box .h3__01,
.top__sec03__box .txt__box .h3__02,
.top__sec03__box .txt__box .h3__03 {
	line-height: 66px;
}
@media screen and (max-width: 768px){
	.top__sec03__box .txt__box .h3__01,
	.top__sec03__box .txt__box .h3__02,
	.top__sec03__box .txt__box .h3__03 {
		line-height: 140%;
	}
}
.top__sec03__box .txt__box h3 span {
	color: #35B58D;
}
.top__sec03__box .txt__box p {
	font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 160%;
    font-weight: 500;
}
@media screen and (max-width: 768px){
	.top__sec03__box .txt__box p {
		margin-bottom: 1rem;
	}
}
.top__sec03__box .txt__box p span {
	background: #FAD7A8;
}
.top__sec03__box .txt__box ul {
	display: flex;
	margin: 0;
}
.top__sec03__box .txt__box ul li {
	padding-right: 20px;
}
.top__sec03__box .txt__box ul li:last-of-type {
	padding-right: 0;
}
.top__sec03__box .txt__box .btn01__box {
	margin: 0 auto 0 0 !important;
}
.top__sec03__box .txt__box .box__nittei {
	border: 1px solid #111;
    padding: 30px;
    position: relative;
}
@media screen and (max-width: 768px){
	.top__sec03__box .txt__box .box__nittei {
		padding: 20px 15px 15px;
	}
}
.top__sec03__box .txt__box .box__nittei h5 {
	position: absolute;
    left: 30px;
    top: -1.3rem;
    background: #fff;
    padding: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
}
@media screen and (max-width: 768px){
	.top__sec03__box .txt__box .box__nittei h5 {
		left: 20px;
		font-size: 1rem;
	}
}@media screen and (max-width: 768px){
	.top__sec03__box .txt__box .box__nittei ul {
		flex-direction: column;
		align-items: center;
	}
}
.top__sec03__box .txt__box .box__nittei ul li:first-of-type {
	border-right: 1px solid #ccc;
    margin-right: 20px;
}
@media screen and (max-width: 768px){
	.top__sec03__box .txt__box .box__nittei ul li:first-of-type {
		padding: 0 0 0.5rem;
		border-bottom: 1px solid #ccc;
		margin-bottom: 1rem;
		border-right: none;
		margin-right: 0;
	}
}
.top__sec03__box .img__box {
	width: 468px;
}
@media screen and (max-width: 768px){
	.top__sec03__box .img__box {
		width: 100%;
	}
}
.top__sec03__box .img__box img {
	width: 100%;
}
.top__sec03__box .img__box .box__table {
	border: 1px solid #35B58D;
}
.top__sec03__box .img__box table {
	width: 100%;
	border: 1px solid #35B58D;
	border-collapse: collapse;
	font-size: 1rem;
}
@media screen and (max-width: 768px){
	.top__sec03__box .img__box table {
		font-size: 0.8rem;
	}
}
.top__sec03__box .img__box table thead th {
	background: #35B58D;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 0.3rem 1rem;
}
.top__sec03__box .img__box table tbody td {
	padding: 0.3rem 1rem;
	border: 1px solid #F4F4F4;
	font-weight: 500;
}
@media screen and (max-width: 768px){
	.top__sec03__box .img__box table thead th,
	.top__sec03__box .img__box table tbody td {
		padding: 0.3rem 0.5rem;
	}
}
.top__sec04 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.top__sec04 {
		padding: 50px 0;
	}
}
.top__sec04__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.top__sec04__inner {
		width: 95%;
	}
}
.top__sec04__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.top__sec04__tit {
		margin-bottom: 50px;
	}
}
.top__sec04__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec04__tit p {
		font-size: 1rem;
	}
}
.top__sec04__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec04__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec04__tit h2 {
		font-size: 1.5rem;
	}
}
.top__sec04__tit h2 span {
	color: #35B58D;
}
.top__sec04__cnt {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
	grid-gap: 70px 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.top__sec04__cnt {
		grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
		grid-gap: 45px 15px;
		margin-bottom: 0;
	}
}
.top__sec04__cnt .top__sec04__box {
	border-radius: 4px;
	box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
	width: 100%;
	color: #1d1d1d;
	background: #fff;
	text-align: center;
	padding-bottom: 30px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 768px){
	.top__sec04__cnt .top__sec04__box {
		padding-bottom: 20px;
	}
}
.top__sec04__cnt .top__sec04__box span {
	width: 80px;
    height: 80px;
    display: block;
    margin: -40px auto 20px;
    position: relative;
    background: #4DD5AA;
    border-radius: 100%;
}
@media screen and (max-width: 768px){
	.top__sec04__cnt .top__sec04__box span {
		width: 60px;
		height: 60px;
		margin: -30px auto 10px;
	}
}
.top__sec04__cnt .top__sec04__box:nth-of-type(even) span {
    background: #2F9E7B;
}
.top__sec04__cnt .top__sec04__box span img {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px){
	.top__sec04__cnt .top__sec04__box span img {
		width: 45%;
	}
}
.top__sec04__cnt .top__sec04__box p {
	font-size: 1.125rem;
	font-weight: 600;
}
@media screen and (max-width: 768px){
	.top__sec04__cnt .top__sec04__box p {
		font-size: 1rem;
	}
}
.top__sec05 {
	position: relative;
    background: linear-gradient(90deg, transparent 0%, transparent 50%, #f7f7f7 50%, #f7f7f7 100%);
}
@media screen and (max-width: 768px){
	.top__sec05 {
		background: #f7f7f7;
	}
}
.top__sec05__inner {
	width: 1200px;
    margin: 0 auto;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 60px 0 60px 80px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.top__sec05__inner {
		width: 95%;
		padding: 50px 0;
		background: none;
	}
}
.top__sec05__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.top__sec05__tit {
		margin-bottom: 30px;
	}
}
.top__sec05__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec05__tit p {
		font-size: 1rem;
	}
}
.top__sec05__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec05__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec05__tit h2 {
		font-size: 1.5rem;
	}
}
.top__sec05__tit h2 span {
	color: #35B58D;
}
.top__sec05__cnt {
	width: 100%;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.top__sec05__cnt {
		margin-bottom: 20px;
	}
}
.top__sec05__box {
	background: #fff;
    box-shadow: 0px 0px 7px 0 rgb(0, 0, 0, 0.2);
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px){
	.top__sec05__box {
		flex-direction: column-reverse;
		padding: 20px;
	}
}
.top__sec05__box .txt__box {
	width: 590px;
}
@media screen and (max-width: 768px){
	.top__sec05__box .txt__box {
		margin-bottom: 15px;
		width: 100%;
	}
}
.top__sec05__box .txt__box h3 {
	font-size: 1.5rem;
    font-family: 'Noto Serif JP';
    font-weight: 600;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px){
	.top__sec05__box .txt__box h3 {
		font-size: 1.25rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}
.top__sec05__box .txt__box h3 span {
	background: #FAD7A8;
}
.top__sec05__box .txt__box p {
	font-size: 1rem;
    line-height: 180%;
}
.top__sec05__box .img__box {
	width: 374px;
}
@media screen and (max-width: 768px){
	.top__sec05__box .img__box {
		width: 100%;
	}
}
.top__sec05__box .img__box img {
	width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.top__sec05__box .img__box img {
		margin-bottom: 5px;
	}
}
.top__sec05__box .img__box p {
	font-size: 1.125rem;
    text-align: center;
	font-weight: 500;
	line-height: 100%;
}
@media screen and (max-width: 768px){
	.top__sec05__box .img__box p {
		font-size: 1rem;
	}
}
.top__sec06 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.top__sec06 {
		padding: 50px 0 0;
	}
}
.top__sec06__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.top__sec06__inner {
		width: 95%;
	}
}
.top__sec06__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.top__sec06__tit {
		margin-bottom: 30px;
	}
}
.top__sec06__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec06__tit p {
		font-size: 1rem;
	}
}
.top__sec06__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec06__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec06__tit h2 {
		font-size: 1.5rem;
	}
}
.top__sec06__tit h2 span {
	color: #35B58D;
}
.top__sec06__cnt {
	width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.top__sec06__cnt {
		flex-direction: column;
	}
}
.top__sec06__box {
	width: 580px;
    border: 3px solid #4DD5AA;
    border-radius: 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.top__sec06__box {
		width: 100%;
		margin-bottom: 20px;
	}
}
.top__sec06__box:nth-of-type(even) {
    border: 3px solid #35B58D;
}
.top__sec06__box h3 {
	background: #4DD5AA;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    padding: 15px 30px;
}
@media screen and (max-width: 768px){
	.top__sec06__box h3 {
		font-size: 1.25rem;
		padding: 10px 15px;
	}
}
.top__sec06__box:nth-of-type(even) h3 {
	background: #35B58D;
}
.top__sec06__box .box__top {
	padding: 30px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px){
	.top__sec06__box .box__top {
		flex-direction: column-reverse;
		padding: 15px;
	}
}
.top__sec06__box .box__top .table {
	display: table;
    font-size: 1rem;
    font-weight: 600;
	width: 100%;
}
.top__sec06__box .box__top .table .row {
	display: table-row;
}
.top__sec06__box .box__top .table .row .cell {
	display: table-cell;
    width: 50%;
}
@media screen and (max-width: 768px){
	.top__sec06__box .box__top .table .row .cell {
		padding: 0.3rem 0.5rem;
		border-bottom: 1px solid #ccc;
	}
}
.top__sec06__box .box__top .table .row .th {
    color: #999;
}
@media screen and (max-width: 768px){
	.top__sec06__box .box__top .table .row .th {
		padding: 0.3rem 0.5rem;
		border-bottom: 1px solid #ccc;
	}
}
.top__sec06__box .box__top img {
	width: 300px;
	height: auto;
}
@media screen and (max-width: 768px){
	.top__sec06__box .box__top img {
		width: 100%;
		margin-bottom: 15px;
	}
}
.top__sec06__box .box__btm {
	border-top: 2px solid #f7f7f7;
    margin: 0 30px;
    padding: 30px 0;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
@media screen and (max-width: 768px){
	.top__sec06__box .box__btm {
		border: none;
		margin: 0 15px;
		padding: 15px 0;
	}
}
.top__sec06__box .box__btm h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px){
	.top__sec06__box .box__btm h4 {
		font-size: 1rem;
		margin-bottom: 0.25rem;
	}
}
.top__sec06__box .box__btm ul {
	margin: 0 0 1.5rem;
	list-style: none;
}
.top__sec06__box .box__btm ul li {
	font-size: 1rem;
}
.top__sec06__box .box__btm ul li:before {
	content: '・';
	color: #4DD5AA;
}@media screen and (min-width: 769px){
	.top__sec06__box .box__btm .box__btm__inner {
		min-height: 710px;
	}
}
.top__sec06__box .box__btm .box__btm__inner2 {
	background: #F7F7F7;
    font-size: 1rem;
    padding: 1.5rem;
    line-height: 180%;
    font-weight: 500;
}
@media screen and (max-width: 768px){
	.top__sec06__box .box__btm .box__btm__inner2 {
		padding: 1rem;
	}
}
.top__sec07 {
	position: relative;
	padding: 70px 0;
	background: url(../images/top__sec07__bg01.png) left top no-repeat;
}
@media screen and (max-width: 768px){
	.top__sec07 {
		padding: 50px 0;
	}
}
.top__sec07__inner {
	width: 1150px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.top__sec07__inner {
		width: 95%;
	}
}
.top__sec07__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.top__sec07__tit {
		margin-bottom: 30px;
	}
}
.top__sec07__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec07__tit p {
		font-size: 1rem;
	}
}
.top__sec07__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec07__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec07__tit h2 {
		font-size: 1.5rem;
	}
}
.top__sec07__tit h2 span {
	color: #35B58D;
}
.top__sec07__cnt {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
	grid-gap: 84px 70px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.top__sec07__cnt {
		grid-gap: 50px 0;
		margin: 0 30px;
	}
}
.top__sec07__cnt .cnt_box {
	border-radius: 4px;
	box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
	width: 100%;
	color: #1d1d1d;
	background: #fff;
	position: relative;
}
.top__sec07__cnt .cnt_box .step {
    position: absolute;
    left: -40px;
    top: -40px;
    text-align: center;
    color: #fff;
    line-height: 120%;
	font-family: "LINE Seed JP_OTF Regular";
}
@media screen and (max-width: 768px){
	.top__sec07__cnt .cnt_box .step {
		left: -30px;
		top: -30px;
		line-height: 100%;
	}
}
.top__sec07__cnt .cnt_box .step .step__inner {
	width: 80px;
    height: 80px;
	background: #4DD5AA;
    border-radius: 50%;
	position: relative;
}
@media screen and (max-width: 768px){
	.top__sec07__cnt .cnt_box .step .step__inner {
		width: 60px;
		height: 60px;
	}
}
.top__sec07__cnt .cnt_box .step .step__inner p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
}
@media screen and (max-width: 768px){
	.top__sec07__cnt .cnt_box .step .step__inner p {
		font-size: 10px;
	}
}
.top__sec07__cnt .cnt_box .step .step__inner p span {
	font-size: 26px;
}
@media screen and (max-width: 768px){
	.top__sec07__cnt .cnt_box .step .step__inner p span {
		font-size: 20px;
	}
}
.top__sec07__cnt .cnt_box img {
	width: 100%;
    object-fit: cover;
    max-height: 220px;
}
@media screen and (max-width: 768px){
	.top__sec07__cnt .cnt_box img {
		max-height: 200px;
	}
}
.top__sec07__cnt .cnt_box .cnt_box__inner {
	padding: 20px;
}
@media screen and (max-width: 768px){
	.top__sec07__cnt .cnt_box .cnt_box__inner {
		padding: 2px 15px 15px;
	}
}
.top__sec07__cnt .cnt_box .cnt_box__inner h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	.top__sec07__cnt .cnt_box .cnt_box__inner h3 {
		font-size: 1.25rem;
	}
}
.top__sec07__cnt .cnt_box .cnt_box__inner p {
	font-size: 1rem;
	line-height: 160%;
	font-weight: 500;
}
.top__sec08 {
	position: relative;
	padding: 70px 0;
	background: #F4FBF4;
}
@media screen and (max-width: 768px){
	.top__sec08 {
		padding: 50px 0;
	}
}
.top__sec08:after {
	content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30%;
    background: url(../images/top__sec03__bg01.png);
    width: 389px;
    height: 646px;
	z-index: 0;
}
@media screen and (max-width: 768px){
	.top__sec08:after {
		display: none;
	}
}
.top__sec08__inner {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px){
	.top__sec08__inner {
		width: 95%;
	}
}
.top__sec08__tit {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
}
.top__sec08__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec08__tit p {
		font-size: 1rem;
	}
}
.top__sec08__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec08__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec08__tit h2 {
		font-size: 1.5rem;
	}
}
.top__sec08__tit h2 span {
	color: #35B58D;
}
@media screen and (min-width: 769px){
	.top__sec08__cnt {
		grid-template-columns: repeat(3, calc(33.3333% - 14.6667px));
		grid-gap: 38px;
		display: grid;
		margin-bottom: 40px;
		position: relative;
		z-index: 100;
	}
}
@media screen and (max-width: 768px){
	.top__sec08__cnt {
		width: 90%;
		margin: 0 auto;
	}
}
.top__sec08__cnt__inner {
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.top__sec08__cnt__inner {
		margin-bottom: 20px;
	}
}
.top__sec08__cnt__inner a.a_01 {
	height: 231px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.top__sec08__cnt__inner a.a_01 img {
	object-fit: cover;
	width: 100%;
	height: 231px;
}
.top__sec08__cnt__inner h3 {
	font-size: 1rem;
	margin-top: 15px;
	font-weight: 600;
	text-align: left;
}
.top__sec08__cnt__inner h3 a {
	color: #111;
}
.top__sec08__cnt__inner ul {
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	align-items: center;
}
.top__sec08__cnt__inner ul .li_category {
	font-size: 0.8125rem;
	color: #fff;
	font-weight: 600;
	background: #35B58D;
	padding: 0.5rem;
}
.top__sec08__cnt__inner ul .li_date {
	font-size: 0.9375rem;
	font-family: "LINE Seed JP_OTF Regular";
	color: #999;
}
.top__sec08__cnt2 {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}
@media screen and (max-width: 768px){
	.top__sec08__cnt2 {
		flex-direction: column;
	}
}
.top__sec08__cnt2 .txt {
	width: 590px;
}
@media screen and (max-width: 768px){
	.top__sec08__cnt2 .txt {
		width: 100%;
	}
}
.top__sec08__cnt2 .txt h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
	border-left: 2px solid #dfdfdf;
	padding-left: 1rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	.top__sec08__cnt2 .txt h3 {
		font-size: 1.5rem;
	}
}
.top__sec08__cnt2 .txt h3:before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.top__sec08__cnt2 .txt ul {
	margin: 0;
}
.top__sec08__cnt2 .txt li {
	font-size: 1rem;
	line-height: 180%;
	margin-bottom: 1.5rem;
	font-weight: 500;
}
.top__sec08__cnt2 .pic {
	width: 500px;
}
@media screen and (max-width: 768px){
	.top__sec08__cnt2 .pic {
		width: 100%;
		padding-top: 30px;
	}
}
.top__sec08__cnt2 .pic img {
	width: 100%;
}@media screen and (min-width: 769px){
	.top__sec08__cnt2 .btn01__box {
		margin: 0 !important;
	}
}
.top__sec09 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.top__sec09 {
		padding: 50px 0;
	}
}@media screen and (min-width: 769px){
	.top__sec09:after {
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 15%;
		background: #f7f7f7;
		/*width: 1690px;*/
		width: 100%;
		height: 290px;
		z-index: 0;
	}
}
.top__sec09__inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 110px;
	z-index: 100;
}
@media screen and (max-width: 768px){
	.top__sec09__inner {
		width: 95%;
		padding-bottom: 0;
	}
}
.top__sec09__cnt {
	width: 100%;
    display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
@media screen and (max-width: 768px){
	.top__sec09__cnt {
		flex-direction: column;
	}
}
.top__sec09__tit {
	width: 48%;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.top__sec09__tit {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}
.top__sec09__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec09__tit p {
		font-size: 1rem;
	}
}
.top__sec09__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec09__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.top__sec09__tit h2 {
		font-size: 1.5rem;
	}
}
.top__sec09__tit h2 span {
	color: #35B58D;
}
.top__sec09__pic {
	width: 48%;
}
@media screen and (max-width: 768px){
	.top__sec09__pic {
		width: 80%;
		margin: 0 auto;
	}
}
.top__sec09__pic img {
	width: 100%;
}
.top__sec09__box {
	box-sizing: border-box;
}
@media screen and (min-width: 769px){
	.top__sec09__box {
		position: absolute;
		right: 0;
		bottom: 0;
		background: #fff;
		border-radius: 5px;
		padding:  40px 50px;
		box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
		width: 670px;
	}
}
@media screen and (max-width: 768px){
	.top__sec09__box {
		width: 90%;
		margin: 0 auto;
	}
}
.top__sec09__box ul {
	margin: 0;
}
.top__sec09__box li {
	font-size: 1rem;
	line-height: 180%;
	margin-bottom: 1.25rem;
	font-weight: 500;
}
@media screen and (max-width: 768px){
	.top__sec09__box li {
		font-size: 0.895rem;
	}
}
.top__sec09__box .sign {
	font-size: 1.5rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	text-align: right;
}
@media screen and (max-width: 768px){
	.top__sec09__box .sign {
		font-size: 1.25rem;
	}
}
.top__sec10 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.top__sec10 {
		padding: 0 0 50px 0;
	}
}
.top__sec10__inner {
	width: 1180px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.top__sec10__inner {
		width: 90%;
	}
}
.top__sec10__cnt {
    margin-bottom: 30px;
}
@media screen and (min-width: 769px){
	.top__sec10__cnt {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(366.33px, 1fr));
		grid-gap: 0px 40px;
	}
}
.top__sec10__cnt a {
	border-radius: 20px;
    width: 100%;
    color: #1d1d1d;
    display: grid;
    padding: 0 60px;
    box-sizing: border-box;
	background-size: cover;
}
@media screen and (min-width: 769px){
	.top__sec10__cnt a {
		min-height: 368px;
	}
}
@media screen and (max-width: 768px){
	.top__sec10__cnt a {
		border-radius: 30px;
		margin-bottom: 15px;
		padding: 25px 40px;
	}
}
.top__sec10__cnt a.a__flow { background: url(../images/flow.png) no-repeat; background-size: cover; }
.top__sec10__cnt a.a__price { background: url(../images/price.png) no-repeat; background-size: cover; }
.top__sec10__cnt a.a__company { background: url(../images/company.png) no-repeat; background-size: cover; }
.top__sec10__tit {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.top__sec10__tit {
		margin-bottom: 10px;
	}
}
.top__sec10__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.top__sec10__tit p {
		font-size: 0.895rem;
	}
}
.top__sec10__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.top__sec10__tit h2 {
	font-size: 1.875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
}
@media screen and (max-width: 768px){
	.top__sec10__tit h2 {
		font-size: 1.25rem;
	}
}
.top__sec10__tit h2 .arrow {
	display: block;
}
.top__sec10__tit h2 .arrow::before,
.top__sec10__tit h2 .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.top__sec10__tit h2 .circle::before {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: linear-gradient(to left, #35B78E, #44CCA2 100%);
}
.top__sec10__tit h2 .circle::after{
	right: 11px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top__sec10__cnt .cnt_box__inner p {
	font-size: 1rem;
	font-weight: 500;
}
@media screen and (max-width: 768px){
	.top__sec10__cnt .cnt_box__inner p {
		font-size: 0.895rem;
	}
}
/* 下層ページ */@media screen and (min-width: 769px){
	.w880 {
		width: 880px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.w1200 {
		width: 1200px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
.archive-blog__sec01 {
	width: 100%;
	padding: 4em 0;
}
@media screen and (max-width: 768px){
	.archive-blog__sec01 {
		padding: 1em 0;
	}
}
.archive-blog__sec01__inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
@media screen and (min-width: 769px){
	.archive-blog__sec01__inner {
		justify-content: space-between;
	}
}
@media screen and (max-width: 768px){
	.archive-blog__sec01__inner {
		width: 95%;
		flex-direction: column;
	}
}
.archive-blog__sec01 .box_main {
	width: 844px;
}
@media screen and (max-width: 768px){
	.archive-blog__sec01 .box_main {
		width: 100%;
		padding-bottom: 2em;
	}
}
.archive-blog__sec01 .box_sub {
	width: 304px;
}
@media screen and (max-width: 768px){
	.archive-blog__sec01 .box_sub {
		width: 100%;
	}
}
.archive-blog__sec01__tit {
	border-bottom: 1px solid #ccc;
	border-image: linear-gradient(to right, #04384c 0%, #04384c 20%, #ccc 20%, #ccc 100%);
	border-image-slice: 1;
	margin-bottom: 2em;
}
@media screen and (max-width: 768px){
	.archive-blog__sec01__tit {
		margin-bottom: 2em;
	}
}
.archive-blog__sec01__tit h1 {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.4;
}
.archive-blog__sec01__cnt {
	display: flex;
}
@media screen and (min-width: 769px){
	.archive-blog__sec01__cnt {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 768px){
	.archive-blog__sec01__cnt {
		flex-direction: column;
	}
}
.archive-blog__sec01__cnt .box_cnt {
	width: 33.33333%;
	margin-bottom: 2.5em;
    margin-top: 0;
    padding: 0 0.5em;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.archive-blog__sec01__cnt .box_cnt {
		width: 100%;
	}
}
.archive-blog__sec01__cnt .box_cnt .archive-pic01 {
	width: 100%;
	box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1);
	overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.archive-blog__sec01__cnt .box_cnt .archive-pic01 figure {
	margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.archive-blog__sec01__cnt .box_cnt .archive-pic01 figure::before {
	content: "";
    display: block;
    height: 0;
    padding-top: 56.25%;
}
.archive-blog__sec01__cnt .box_cnt .archive-pic01 figure img {
	display: block;
    height: 100%!important;
    object-fit: cover;
    width: 100%!important;
	left: 0;
    position: absolute;
    top: 0;
	aspect-ratio: auto 225 / 225;
}
.archive-blog__sec01__cnt .box_cnt .archive-pic01 .archive-cat01 {
	background-color: #04384c;
    color: #fff;
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.1),rgba(255,255,255,.1) 6px,transparent 6px,transparent 12px);
	font-size: 11px;
	display: inline-block;
    line-height: 2;
    overflow: hidden;
    padding: 0 0.75em;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.archive-blog__sec01__cnt .box_cnt .archive-txt01 {
	padding-top: 1em;
}
.archive-blog__sec01__cnt .box_cnt .archive-txt01 h2 {
	font-size: 16px;
	font-weight: 700;
    line-height: 1.5;
	color: #333;
}
.archive-blog__sec01__cnt .box_cnt .archive-txt01 p.box-excerpt {
	font-size: 13px;
	margin-top: 0.5em;
	line-height: 1.5;
	color: #333;
}
.archive-blog__sec01 .box_sub .box_sub__tit,
.single-blog__sec01 .box_sub .box_sub__tit {
	border-bottom: 1px solid #ccc;
	border-image: linear-gradient(to right, #04384c 0%, #04384c 20%, #ccc 20%, #ccc 100%);
	border-image-slice: 1;
	margin-bottom: 1em;
}
.archive-blog__sec01 .box_sub .box_sub__tit h1,
.single-blog__sec01 .box_sub .box_sub__tit h1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.archive-blog__sec01 .box_sub ul.ul_new,
.single-blog__sec01 .box_sub ul.ul_new {
	/*display: flex;
    flex-wrap: wrap;*/
    margin-left: -0.5em;
    margin-right: -0.5em;
}
@media screen and (max-width: 768px){
	.archive-blog__sec01 .box_sub ul.ul_new,
	.single-blog__sec01 .box_sub ul.ul_new {
		display: flex;
		flex-wrap: wrap;
	}
}
.archive-blog__sec01 .box_sub ul.ul_new li,
.single-blog__sec01 .box_sub ul.ul_new li {
	width: 100%;
	/*margin-bottom: 2em;*/
	margin-top: 0;
}
.archive-blog__sec01 .box_sub ul.ul_new a,
.single-blog__sec01 .box_sub ul.ul_new a {
	height: 100%;
	display: block;
    position: relative;
    text-decoration: none;
    z-index: 0;
	padding: 0 0.5em;
}
@media screen and (max-width: 768px){
	.archive-blog__sec01 .box_sub ul.ul_new a,
	.single-blog__sec01 .box_sub ul.ul_new a {
		width: 50%;
		box-sizing: border-box;
	}
}
.archive-blog__sec01 .box_sub ul.ul_new li .box_thumb,
.single-blog__sec01 .box_sub ul.ul_new li .box_thumb {
	width: 100%;
	box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1);
	overflow: hidden;
    position: relative;
    vertical-align: middle;
}
@media screen and (min-width: 769px){
	.archive-blog__sec01 .box_sub ul.ul_new li .box_thumb,
	.single-blog__sec01 .box_sub ul.ul_new li .box_thumb {
		min-width: 294px;
	}
}
.archive-blog__sec01 .box_sub ul.ul_new li .box_thumb figure,
.single-blog__sec01 .box_sub ul.ul_new li .box_thumb figure {
	margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.archive-blog__sec01 .box_sub ul.ul_new li .box_thumb figure::before,
.single-blog__sec01 .box_sub ul.ul_new li .box_thumb figure::before {
	content: "";
    display: block;
    height: 0;
    padding-top: 56.25%;
}
.archive-blog__sec01 .box_sub ul.ul_new li .box_thumb figure img,
.single-blog__sec01 .box_sub ul.ul_new li .box_thumb figure img {
	display: block;
    height: 100%!important;
    object-fit: cover;
    width: 100%!important;
	left: 0;
    position: absolute;
    top: 0;
}
.archive-blog__sec01 .box_sub ul.ul_new li.li_tit,
.single-blog__sec01 .box_sub ul.ul_new li.li_tit {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 2em;
}
.single-blog__sec01 {
	width: 100%;
	padding: 4em 0;
}
@media screen and (max-width: 768px){
	.single-blog__sec01 {
		padding: 1em 0;
	}
}
.single-blog__sec01__inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
@media screen and (min-width: 769px){
	.single-blog__sec01__inner {
		justify-content: space-between;
	}
}
@media screen and (max-width: 768px){
	.single-blog__sec01__inner {
		padding-left: 4vw;
		padding-right: 4vw;
		width: 100%;
		box-sizing: border-box;
		flex-direction: column;
	}
}
.single-blog__sec01 .box_main {
	width: 844px;
}
@media screen and (max-width: 768px){
	.single-blog__sec01 .box_main {
		width: 100%;
		padding-bottom: 2em;
	}
}
.single-blog__sec01 .box_sub {
	width: 304px;
}
@media screen and (max-width: 768px){
	.single-blog__sec01 .box_sub {
		width: 100%;
	}
}
.single-blog__sec01 .box_main {
	width: 844px;
}
@media screen and (max-width: 768px){
	.single-blog__sec01 .box_main {
		width: 100%;
		padding-bottom: 2em;
	}
}
.single-blog__sec01 .box_sub {
	width: 304px;
}
@media screen and (max-width: 768px){
	.single-blog__sec01 .box_sub {
		width: 100%;
	}
}
.single-blog__sec01__tit {
	align-items: center;
    display: flex;
    flex-direction: row-reverse;
}
.single-blog__sec01__tit h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
    width: 100%;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__tit h1 {
		font-size: 5vw;
	}
}
.single-blog__sec01__tit time {
	border-right: 1px solid #ddd;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.75em;
    padding: 0.5em 0.75em 0.5em 0;
    text-align: center;
	color: #666;
}
.single-blog__sec01__tit time span.__y {
	font-size: 14px;
	display: block;
    line-height: 1;
    margin-bottom: 4px;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__tit time span.__y {
		font-size: 3vw;
	}
}
.single-blog__sec01__tit time span.__md {
	font-size: 24px;
	display: block;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__tit time span.__md {
		font-size: 4.2vw;
	}
}
.single-blog__sec01__cat {
	font-size: 11px;
    padding: 0 1px;
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0.25em 0 0;
	color: #04384c;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__cat {
		margin-top: 0.5em;
	}
}
.single-blog__sec01__cat a {
	background-color: #04384c;
	color: #fff;
	display: block;
    line-height: 1;
    margin: 0.25em 0.25em 0.25em 0;
    padding: 4px 0.5em;
    text-decoration: none;
}
.single-blog__sec01__cnt .p-articleThumb {
	margin: 2em 0;
    text-align: center;
    width: 100%;
}
.single-blog__sec01__cnt .p-articleThumb img {
	display: block;
    width: 100%;
	box-shadow: 0 2px 8px rgba(0,0,0,.1),0 4px 8px -4px rgba(0,0,0,.2);
	height: auto;
    max-width: 100%;
	box-sizing: border-box;
}
.single-blog__sec01__cnt .post_content {
	margin: 4em 0;
    padding: 0 16px;
	line-height: 1.8;
    max-width: 100%;
	font-size: 1rem;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__cnt .post_content {
		padding: 0;
	}
}
.single-blog__sec01__cnt .post_content h2 {
	background: #04384c;
    padding: 0.75em 1em;
    color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	margin: 4em -16px 2em;
	line-height: 1.4;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__cnt .post_content h2 {
		font-size: 1.2em;
		margin: 4em 0 2em;
		padding: 0.75em;
	}
}
.single-blog__sec01__cnt .post_content h2::before {
	position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px #04384c;
    border-bottom: solid 2px #04384c;
}
.single-blog__sec01__cnt .post_content h3 {
	padding: 0 0.5em 0.5em;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.4;
    margin: 3em 0 2em;
    position: relative;
	box-sizing: border-box;
	display: block;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__cnt .post_content h3 {
		font-size: 1.1em;
	}
}
.single-blog__sec01__cnt .post_content h3::before {
	content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #04384c 0%, #04384c 29.3%, rgba(150,150,150,.2) 29.3%, rgba(150,150,150,.2) 100%);
	bottom: 0;
    display: inline-block;
    left: 0;
    position: absolute;
    z-index: 0;
}
.single-blog__sec01__cnt .post_content h4 {
	padding: 0 0.5em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.5em 0;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__cnt .post_content h4 {
		font-size: 1.1em;
	}
}
.single-blog__sec01__cnt .post_content h4::before {
	display: inline-block;
    content: "";
    margin-top: 9px;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    vertical-align: top;
    border-radius: 3px;
	background: #444;
}
.single-blog__sec01__cnt .post_content>* {
    clear: both;
    margin-bottom: 2em;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__cnt .post_content>* {
		word-break: break-all;
	}
}
.single-blog__sec01__cnt .post_content h5 {
	font-weight: bold;
	font-size: 16px;
}
.single-blog__sec01__cnt .post_content ul {
	padding-left: 1.5em;
}
.single-blog__sec01__cnt .post_content ul li {
    line-height: 1.5;
	list-style-type: disc !important;
    margin: 0.25em 0;
    position: relative;
}
.single-blog__sec01__cnt .post_content h6 {
	font-weight: bold;
	font-size: 1em;
}
.single-blog__sec01__cnt .p-articleFoot {
	border-top: 1px dashed #ccc;
	margin: 2em 0;
    padding-top: 2em;
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.single-blog__sec01__cnt .p-articleFoot a {
	transition: box-shadow .25s;
	background-color: #04384c;
    color: #fff;
	display: block;
    line-height: 1;
    margin: 0.25em 0.25em 0.25em 0;
    padding: 4px 0.5em;
    text-decoration: none;
}
.single-blog__sec01__cnt .after_article ul.p-pnLinks {
	align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
}
.single-blog__sec01__cnt .after_article ul.p-pnLinks li {
	font-size: 0.7em;
	position: relative;
    width: 49%;
}
@media screen and (max-width: 768px){
	.single-blog__sec01__cnt .after_article ul.p-pnLinks li {
		font-size: 3vw;
	}
}
.single-blog__sec01__cnt .after_article ul.p-pnLinks li::before {
	color: #fff;
	content: "";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0.5em;
    z-index: 1;
}
.single-blog__sec01__cnt .after_article ul.p-pnLinks li.-prev::before {
	border-bottom: 1px solid;
    border-left: 1px solid;
    left: 0.35em;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.single-blog__sec01__cnt .after_article ul.p-pnLinks li.-next::before {
	border-bottom: 1px solid;
    border-right: 1px solid;
    right: 0.35em;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
.single-blog__sec01__cnt .after_article ul.p-pnLinks li a {
	align-items: center;
    color: inherit;
    display: flex;
    height: 100%;
    line-height: 1.4;
    min-height: 4em;
    padding: 0 1em;
    position: relative;
    text-decoration: none;
    transition: box-shadow .25s;
    width: 100%;
}
.single-blog__sec01__cnt .after_article ul.p-pnLinks li.-prev a {
	border-left: 1.25em solid #04384c;
}
.single-blog__sec01__cnt .after_article ul.p-pnLinks li.-next a {
	border-right: 1.25em solid #04384c;
	justify-content: flex-end;
	box-sizing: border-box;
}
.confirm-hidden {
	display: none;
}
.mw_wp_form_confirm .confirm-hidden {
	display: block;
	color: #C70003;
	font-weight: bold;
	font-size: 1.4rem;
	background: #F8FDC0;
	padding: 1rem;
	margin-top: 2em;
}
.sub__title {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
@media screen and (min-width: 769px){
	.sub__title {
		background: url("../images/sub__mainvisual.png") no-repeat center / cover;
		height: 288px;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 768px){
	.sub__title {
		background: url("../images/sub__mainvisual__sp.png") no-repeat center / cover;
		height: 210px;
	}
}
.sub__title__inner {
	width: 95%;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.sub__title__inner {
		position: absolute;
		left: 15px;
		bottom: 0;
	}
}
.sub__title__inner h1 {
	background: #fff;
	padding: 10px;
	font-weight: 500;
	color: #F26944;
	font-family: HGP明朝E,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro";
	display: inline-block;
}
@media screen and (min-width: 769px){
	.sub__title__inner h1 {
		font-size: 50px;
	}
}
@media screen and (max-width: 768px){
	.sub__title__inner h1 {
		font-size: 22px;
	}
}
.sub__title .scrolldown {
    position: absolute;
    right: 1%;
    width: 15px;
}
@media screen and (min-width: 769px){
	.sub__title .scrolldown {
		top: 100px;
	}
}
@media screen and (max-width: 768px){
	.sub__title .scrolldown {
		display: none;
	}
}
.sub__title .scrolldown img {
    width: 100%;
}
#breadcrumb {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#breadcrumb {
		width: 95%;
	}
}
#breadcrumb ul {
	margin: 0;
}@media screen and (min-width: 769px){
	.secContact {
		text-align: center;
		padding-bottom: 8rem;
	}
}
@media screen and (max-width: 768px){
	.secContact {
		text-align: left;
		padding-bottom: 4rem;
	}
}
.secContact p.p_01 {
	font-weight: 400;
}
.secContact p.p_02 {
	font-weight: 600;
}
@media screen and (min-width: 769px){
	.secContact p.p_01,
	.secContact p.p_02 {
		font-size: clamp(14px, 1.6vw, 20px);
		margin-bottom: 4rem;
	}
}
@media screen and (max-width: 768px){
	.secContact p.p_01,
	.secContact p.p_02 {
		font-size: 16px;
		width: 95vw;
		margin: 0 auto 1.5rem;
	}
}
.secContact__inner {
	margin: 0 auto 4rem;
	border: 1px solid #A5A5A5;
	box-sizing: border-box;
	text-align: left;
}
@media screen and (min-width: 769px){
	.secContact__inner {
		width: 95%;
		max-width: 1200px;
		font-size: clamp(13px, 1.2vw, 16px);
		padding: 2rem 4rem;
	}
}
@media screen and (max-width: 768px){
	.secContact__inner {
		width: 95vw;
		font-size: 15px;
		padding: 10px;
		box-sizing: border-box;
	}
}
.secContact .box_table {
	width: 100%;
}
.secContact .box_table .p_topic {
	color: #46CB1D;
	font-weight: 600;
}
@media screen and (min-width: 769px){
	.secContact .box_table .p_topic {
		font-size: clamp(13px, 1.2vw, 16px);
	}
}
@media screen and (max-width: 768px){
	.secContact .box_table .p_topic {
		font-size: 16px;
	}
}
.secContact .box_table .box_tbody {
	display: flex;
}
@media screen and (min-width: 769px){
	.secContact .box_table .box_tbody {
		justify-content: space-between;
	}
}
@media screen and (max-width: 768px){
	.secContact .box_table .box_tbody {
		flex-direction: column;
		padding: 1rem;
	}
}
.secContact .box_table .box_tbody:nth-child(1) {
	justify-content: space-around;
}
.secContact .box_table .box_tbody .box_wide {
	width: 100%;
}
@media screen and (min-width: 769px){
	.secContact .box_table .box_tbody .box_wide {
		padding: 2rem;
		text-align: center;
	}
}
@media screen and (max-width: 768px){
	.secContact .box_table .box_tbody .box_wide {
		text-align: left;
	}
}
.secContact .box_table .box_tbody .box_th {
	text-align: left;
	vertical-align: top;
	font-weight: 600;
}
@media screen and (min-width: 769px){
	.secContact .box_table .box_tbody .box_th {
		width: 18%;
		padding: 2rem 1.5rem;
	}
}
@media screen and (max-width: 768px){
	.secContact .box_table .box_tbody .box_th {
		width: 100%;
		margin-bottom: 1rem;
	}
}
.secContact .box_table .box_tbody .box_th span.hissu,
.secContact .box_table .box_tbody .box_wide span.hissu{
	color: #fff;
	background: #E86931;
	padding: 0.5rem 1rem;
	font-size: clamp(10px, 1vw, 12px);
	margin-left: 1rem;
}
.secContact .box_table .box_tbody .box_td {
	vertical-align: top;
}
@media screen and (min-width: 769px){
	.secContact .box_table .box_tbody .box_td {
		width: 80%;
		padding: 2rem 1.5rem;
	}
}
@media screen and (max-width: 768px){
	.secContact .box_table .box_tbody .box_td {
		width: 100%;
	}
}
.secContact .box_table .box_tbody .box_td.center {
	text-align: center;
}
.mwform-checkbox-field label, .mwform-radio-field label {
	font-weight: 600 !important;
}
.secContact .box_table .box_tbody .box_td input[type="text"],
.secContact .box_table .box_tbody .box_td input[type="email"],
.secContact .box_table .box_tbody .box_td input[type="tel"] {
	height: 3.0em;
	border: 1px solid #A5A5A5;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
}
@media screen and (min-width: 769px){
	.secContact .box_table .box_tbody .box_td input[type="text"],
	.secContact .box_table .box_tbody .box_td input[type="email"],
	.secContact .box_table .box_tbody .box_td input[type="tel"] {
		padding: 0 1em;
	}
}
@media screen and (max-width: 768px){
	.secContact .box_table .box_tbody .box_td input[type="text"],
	.secContact .box_table .box_tbody .box_td input[type="email"],
	.secContact .box_table .box_tbody .box_td input[type="tel"] {
		padding: 0 0.8em;
		width: inherit;
	}
}
.secContact .box_table .box_tbody .w100 input {
	box-sizing: border-box;
}
@media screen and (min-width: 769px){
	.secContact .box_table .box_tbody .w100 input {
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.secContact .box_table .box_tbody .box_td label {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 768px){
	.secContact .box_table .box_tbody .box_td label input {
		width: auto;
	}
}
.secContact .box_table .box_tbody .box_td textarea {
	border: 1px solid #A5A5A5;
	border-radius: 4px;
	background: #fff;
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
}
.secContact button {
	border: none;
	background: none;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}
@media screen and (min-width: 769px){
	.secContact button {
		width: 50%;
		max-width: 630px;
	}
}
@media screen and (max-width: 768px){
	.secContact button {
		width: 100%;
	}
}
.secContact button img {
	width: 100%;
}
.secContact input[type="submit"] {
}
.box_thanks {
    margin: 0 auto;
}
@media screen and (min-width: 769px){
	.box_thanks {
		width: 80vw;
		max-width: 1170px;
		padding-bottom: 10em;
		padding-top: 60px;
	}
}
@media screen and (max-width: 768px){
	.box_thanks {
		width: 95vw;
		padding-bottom: 5em;
		padding-top: 30px;
	}
}
.box_thanks p {
	font-size: clamp(13px, 1.4vw, 18px);
}
@media screen and (max-width: 768px){
	.box_thanks p {
		font-size: 16px;
	}
}
/* 障害年金 */
/* 会社案内 */
.com__sec01 {
	width: 100%;
}
.com__sec01__inner {
	width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.com__sec01__inner {
		width: 95%;
	}
}
.com__sec01__cnt {
	background-color: #f2f2f2;
	border-radius: 15px;
}
@media screen and (min-width: 769px){
	.com__sec01__cnt {
		padding: 70px 50px;
	}
}
@media screen and (max-width: 768px){
	.com__sec01__cnt {
		padding: 35px 25px;
	}
}
.com__sec02 {
	width: 100%;
	margin-bottom: 100px;
}
@media screen and (max-width: 768px){
	.com__sec02 {
		margin-bottom: 40px;
	}
}
.com__sec02__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.com__sec02__inner {
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
	}
}
.com__sec02__title {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.com__sec02__title {
		margin-bottom: 30px;
	}
}
.com__sec02__title h2 {
	font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 34px;
	font-weight: 400;
}
@media screen and (max-width: 768px){
	.com__sec02__title h2 {
		font-size: 20px;
	}
}
.com__sec02__title p {
	font-size: 30px;
	color: #F26944;
	font-weight: 400;
	font-family: 'Butler Medium',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media screen and (max-width: 768px){
	.com__sec02__title p {
		font-size: 15px;
	}
}
.com__sec02__map {
	box-sizing: border-box;
}
@media screen and (min-width: 769px){
	.com__sec02__map {
		width: 1160px;
		height: 490px;
		margin: 0 auto;
		border: 1px solid #D1D1D1;
		padding: 10px;
	}
}
@media screen and (max-width: 768px){
	.com__sec02__map {
		margin: 0 15px;
	}
}
.com__sec02__map iframe {
	width: 100%;
	height: 100%;
}
.com__sec03 {
	width: 100%;
    padding: 60px 0;
}
@media screen and (max-width: 768px){
	.com__sec03 {
		padding: 30px 0;
	}
}
.com__sec03__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.com__sec03__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
	}
}
.com__sec03__tit {
	text-align: center;
    margin-bottom: 70px;
}
.com__sec03__cnt {
	display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px){
	.com__sec03__cnt {
		flex-direction: column;
	}
}
.com__sec03__cnt .txt {
	width: 68%;
}
@media screen and (max-width: 768px){
	.com__sec03__cnt .txt {
		width: 100%;
	}
}
.com__sec03__cnt .txt h2 {
	font-size: 2rem;
    font-family: 'Noto Sans JP';
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.com__sec03__cnt .txt h2 {
		font-size: 1.5rem;
	}
}
.com__sec03__cnt .txt p {
	font-size: 16px;
	line-height: 180%;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	.com__sec03__cnt .txt p {
		font-size: 15px;
	}
}
.com__sec03__cnt .txt p.titlename {
	font-size: 18px;
    text-align: right;
    font-weight: 600;
}
@media screen and (max-width: 768px){
	.com__sec03__cnt .txt p.titlename {
		font-size: 16px;
	}
}
.com__sec03__cnt .pic {
	width: 28%;
}
@media screen and (max-width: 768px){
	.com__sec03__cnt .pic {
		width: 70%;
		margin: 0 auto;
	}
}
.com__sec03__cnt .pic img {
	width: 100%;
}
.com__sec04 {
	position: relative;
    background: #fef9e6;
    padding: 80px 0 80px;
}
@media screen and (max-width: 768px){
	.com__sec04 {
		padding: 20px 0 80px;
		background: #fef9e6;
	}
}
.com__sec04__inner {
	width: 740px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px){
	.com__sec04__inner {
		width: 95%;
	}
}
.com__sec04__catch {
    background: #f1c50e;
    text-align: center;
    display: inline-block;
}
@media screen and (min-width: 769px){
	.com__sec04__catch {
		min-width: 514px;
		padding: 40px 0;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px){
	.com__sec04__catch {
		width: 320px;
		margin: 0 auto 40px;
		padding: 30px 0;
	}
}
.com__sec04__catch h2 {
	font-size: 1.875rem;
    line-height: 1.25;
	font-family: 'Noto Sans JP';
}
.com__sec04__catch h2 span.span_01 {
	font-size: 3.125rem;
    text-decoration: underline !important;
	color: #26a12f !important;
	display: block;
}
@media screen and (max-width: 768px){
	.com__sec04__catch h2 span.span_01 {
		font-size: 2.375rem;
	}
}
.com__sec04__tit {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.com__sec04__tit h2 {
	font-size: 1.5rem;
    font-family: 'Noto Sans JP';
}
.com__sec04__tit h2 span.span_01 {
	font-size: 2.5rem;
	color: #db545a !important;
	display: block;
}
.com__sec04__tit h2 span.span_02 {
	font-size: 2rem;
}
.com__sec04__cnt {
	text-align: left;
}
@media screen and (max-width: 768px){
	.com__sec04__cnt {
		width: 80%;
		margin: 0 auto;
	}
}
.com__sec04__cnt ul li {
	line-height: 1.86;
    font-size: 1rem;
    font-weight: 600;
	margin-bottom: 20px;
}
.com__sec04__cnt ul li img {
	width: 100%;
    overflow: hidden;
    object-fit: cover;
}
@media screen and (min-width: 769px){
	.com__sec04__cnt ul li img {
		height: 358px;
	}
}
.com__sec04__cnt ul li span.span_01 {
	color: #db545a !important;
	text-decoration: underline;
}
.com__sec04__cnt ul li span.span_02 {
	text-decoration: underline;
}
.com__sec05 {
	width: 100%;
    margin: 60px 0 0;
}
@media screen and (max-width: 768px){
	.com__sec05 {
		margin: 30px 0 0;
	}
}
.com__sec05__inner {
	width: 1200px;
	/*width: 800px;*/
	padding-bottom: 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	align-items: stretch;
}
@media screen and (max-width: 768px){
	.com__sec05__inner {
		width: 95%;
		padding-bottom: 0;
	}
}
.com__sec05__cnt {
	width: calc(25% - 0.5rem);
	/*width: calc(33% - 0.5rem);*/
	text-align: center;
	background: #eee;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 20px;
	padding: 20px 20px;
	box-sizing: border-box;
	position: relative;
	margin: 0 0.2rem 5rem;
}
@media screen and (max-width: 768px){
	.com__sec05__cnt {
		width: 100%;
		padding: 15px 0;
		/*margin-bottom: 45px;*/
		margin: 0 0 45px;
	}
	.com__sec05__cnt:last-child {
		margin-bottom: 30px;
	}
}
.com__sec05__cnt a {
	margin: 0 auto;
}
.com__sec05__cnt a img {
	width: 100%;
	max-width: 100%;
}
.com__sec05__cnt p {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: calc(100% + 0.5rem);
}
@media screen and (max-width: 768px){
	.com__sec05__cnt a img {
		max-width: 240px;
		max-height: 240px;
	}
}
/* アコーディオン */
.accordion-container {
	position: relative;
	width: 100%;
	outline: 0;
	cursor: pointer;
}
.accordion-container h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding-top: 3rem;
}
@media screen and (max-width: 768px){
	.accordion-container h3 {
		font-size: 16px;
		margin-bottom: 1rem;
	}
}
.accordion-container h3:first-of-type {
	padding-top: 0;
}
.accordion-container .accordion-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 30px;
    font-size: 1rem;
	font-weight: 600;
	background: #35B58D !important;
	cursor: pointer;
	margin-top: 5px;
	color: #fff;
	border-radius: 4px;
}
@media screen and (max-width: 768px){
	.accordion-container .accordion-title {
		padding: 15px 45px 15px 30px;
	}
}
/*.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #00aaa7;
  color: white;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}*/
.accordion-title{
  position: relative;
}
.accordion-title:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
    border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
	display: none;
	padding: 30px;
	background: #fff;
	margin-bottom: 3px;
}
@media screen and (max-width: 768px){
	.accordion-content {
		padding: 20px;
	}
}
.accordion-content p {
	font-size: 1.125rem;
    font-weight: 500;
}
@media screen and (max-width: 768px){
	.accordion-content p {
		font-size: 1rem;
	}
}










/* よくあるご質問 */

.faq__sec01 {
	position: relative;
    padding: 50px 0 30px;
}
.faq__sec01__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.faq__sec01__inner {
		width: 95%;
	}
}
.faq__sec01__inner .p_01 {
	font-size: 1rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.faq__sec01__inner .p_01 {
		font-size: 0.985rem;
		margin-bottom: 15px;
	}
}
.faq__sec01__tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.faq__sec01__tit {
		flex-direction: column;
		text-align: center;
		align-items: center;
		margin-bottom: 20px;
	}
}
.faq__sec01__tit .title {
	display: flex;
    flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.faq__sec01__tit .title {
		margin-bottom: 20px;
	}
}
.faq__sec01__tit .title h2 {
	font-size: 2.1875rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.faq__sec01__tit .title h2 {
		font-size: 1.5rem;
	}
}
.faq__sec01__tit .title p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
    display: inline-block;
}
@media screen and (max-width: 768px){
	.faq__sec01__tit .title p {
		font-size: 1rem;
	}
}
.faq__sec01__tit .title p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.faq__sec01__tit .txt {
	font-size: 1rem;
	font-weight: 500;
    text-align: right;
}
@media screen and (max-width: 768px){
	.faq__sec01__tit .txt {
		text-align: left;
	}
}
.faq__sec01__cnt {
	width: 1200px;
	margin: 0 auto 30px;
}
@media screen and (max-width: 768px){
	.faq__sec01__cnt {
		width: 90%;
	}
}
/* お問い合わせフォーム
------------------------------------------*/
.inquiry__sec01 {
	position: relative;
    padding: 50px 0 0;
}
@media screen and (max-width: 768px){
	.inquiry__sec01 {
		padding: 30px 0 0;
	}
}
.inquiry__sec01__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.inquiry__sec01__inner {
		width: 95%;
	}
}
.inquiry__sec01__cnt {
	font-size: 1rem;
    margin: 0 auto 70px;
    width: 880px;
}
@media screen and (max-width: 768px){
	.inquiry__sec01__cnt {
		width: 100%;
		margin: 0 auto 30px;
	}
}
.inquiry__sec01__cnt ul {
	margin: 0 0 2rem;
}
.inquiry__sec01__cnt li {
	line-height: 160%;
    margin-bottom: 1rem;
}
.inquiry__sec01__cnt .line_box {
	background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media screen and (max-width: 768px){
	.inquiry__sec01__cnt .line_box {
		padding: 15px;
		flex-direction: column;
	}
}@media screen and (max-width: 768px){
	.inquiry__sec01__cnt .line_box .left {
		margin-bottom: 1.5rem;
	}
}
.inquiry__sec01__cnt .line_box .left a {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 280px;
    height: 60px;
    background: #333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3em;
    transition: .2s;
    background-color: #2fb745;
    box-shadow: 0 4px 0 #166e27;
}
.inquiry__sec01__cnt .line_box .left a img {
	width: 24px;
    margin-right: 10px;
}
.sec-form .dtable {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
@media screen and (min-width: 769px){
	.sec-form .dtable {
		display: flex;
	}
}
.sec-form .dtable:first-child {
	border-top: none;
}
.sec-form .dtable:last-child {
	border-bottom: none;
}
.sec-form .dtable .dtable_th {
	font-family: 'Noto Sans JP';
    font-size: 1rem;
    padding: 20px 0;
}
@media screen and (min-width: 769px){
	.sec-form .dtable .dtable_th {
		width: 30%;
	}
}
@media screen and (max-width: 768px){
	.sec-form .dtable .dtable_th {
		padding: 20px 0 0;
	}
}
.sec-form .dtable .dtable_th span.hissu {
	background: #ED6561;
    padding: 1% 4%;
    border-radius: 4px;
    margin-left: 1rem;
    color: #fff;
    font-size: 1rem;
}
.sec-form .dtable .dtable_td,
.sec-form .dtable .dtable_td2 {
    font-size: 1rem;
    padding: 20px 0;
}
@media screen and (min-width: 769px){
	.sec-form .dtable .dtable_td,
	.sec-form .dtable .dtable_td2 {
		width: 70%;
	}
}
.sec-form .dtable .dtable_td input[type=text],
.sec-form .dtable .dtable_td2 input[type=text],
.sec-form .dtable .dtable_td input[type=email],
.sec-form .dtable .dtable_td select,
.sec-form .dtable .dtable_td textarea {
	border-radius: 4px;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: .75em;
	box-sizing: border-box;
}
.sec-form .dtable .dtable_td input[type=text],
.sec-form .dtable .dtable_td input[type=email],
.sec-form .dtable .dtable_td textarea {
	width: 100%;
}
.sec-form .dtable .dtable_td .ul_01,
.sec-form .dtable .dtable_td2 .ul_01 {
    margin: 0;
}
.sec-form .dtable .dtable_td .ul_01 li,
.sec-form .dtable .dtable_td2 .ul_01 li {
    margin-bottom: 0.5rem;
}
.sec-form .bt_form {
	text-align: center;
	margin-top: 1rem;
}
.sec-form .dtable .dtable_td span.error,
.sec-form .dtable .dtable_td2 span.error{
	font-weight: 600;
    color: #ED6561;
}
.bt_form input[type="submit"],
.p_course_entry {
	border: none;
    overflow: hidden;
    position: relative;
    z-index: 100;
    text-decoration: none;
    background: #01766c !important;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans JP';
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 120px;
    cursor: pointer;
}
@media screen and (max-width: 768px){
	.bt_form input[type="submit"],
	.p_course_entry {
		font-size: 16px;
		padding: 10px 90px;
	}
}
.bt_form input[type="submit"]:hover {
	opacity: 0.7;
}
/* 下層共通パーツ */
.sec__sub__contact {
	position: relative;
}
@media screen and (min-width: 769px){
	.sec__sub__contact {
		background: url("../images/secContact__bg.png") no-repeat center top/cover;
		padding: 80px 0;
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 768px){
	.sec__sub__contact {
		background: url("../images/secContact__bg__sp.png") no-repeat center top/cover;
		padding: 20px 25px 12px;
		text-align: center;
		margin-bottom: 40px;
	}
}
.sec__sub__contact__inner {
	background: #fff;
	margin: 0 auto;
}
@media screen and (min-width: 769px){
	.sec__sub__contact__inner {
		width: 1100px;
		padding: 50px 0 60px;
	}
}
@media screen and (max-width: 768px){
	.sec__sub__contact__inner {
		padding: 35px;
	}
}
.sec__sub__contact__title {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.sec__sub__contact__title {
		margin-bottom: 20px;
	}
}
.sec__sub__contact__title h2 {
	font-size: 70px;
	font-weight: 400;
	color: #F26944;
	font-family: 'Butler Medium', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 100%;
}
@media screen and (max-width: 768px){
	.sec__sub__contact__title h2 {
		font-size: 35px;
	}
}
.sec__sub__contact__title p {
	font-size: 24px;
	font-weight: 600;
	padding-top: 10px;
	border-top: 1px solid #3A3A3A;
	margin-top: 10px;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.sec__sub__contact__title p {
		font-size: 15px;
	}
}
.sec__sub__contact__title p span {
	color: #F26944;
}
@media screen and (min-width: 769px){
	.sec__sub__contact__title p span br {
		display: none;
	}
}
.sec__sub__contact__cnt {
	transition: all 0.3s ease;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 769px){
	.sec__sub__contact__cnt {
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 768px){
	.sec__sub__contact__cnt {
		flex-direction: column;
	}
}
@media screen and (min-width: 769px){
	.sec__sub__contact__cnt ul {
		margin-right: 30px;
	}
}
@media screen and (max-width: 768px){
	.sec__sub__contact__cnt ul {
		margin-bottom: 30px;
		text-align: center;
	}
}
.sec__sub__contact__cnt ul li:nth-of-type(1) {
    font-size: 45px;
    color: #19355E;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: inline-block;
    font-weight: 600;
    line-height: 100%;
	letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px){
	.sec__sub__contact__cnt ul li:nth-of-type(1) {
		font-size: 28px;
	}
}
.sec__sub__contact__cnt ul li:nth-of-type(2) {
    color: #333;
    font-size: 25px;
    font-weight: 600;
	line-height: 100%;
	text-align: right;
}
@media screen and (max-width: 768px){
	.sec__sub__contact__cnt ul li:nth-of-type(2) {
		font-size: 18px;
		text-align: center;
	}
}
.sec__sub__contact__cnt ul:nth-of-type(1):before {
    background-size: contain;
    vertical-align: bottom;
}
@media screen and (min-width: 769px){
	.sec__sub__contact__cnt ul:nth-of-type(1):before {
		content: url(../images/icon_tel.png);
	}
}
@media screen and (max-width: 768px){
	.sec__sub__contact__cnt ul:nth-of-type(1):before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 26px;
		background: url(../images/icon_tel.png) no-repeat;
		background-size: contain;
	}
}
.sec__sub__contact__cnt ul li a[href*="tel:"] {
	color: #333;
}
@media screen and (min-width: 769px){
	.sec__sub__contact__cnt ul li a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media screen and (min-width: 769px){
	.sec__sub__contact__cnt .bt_contact {
		margin-left: 30px;
	}
}
.sec__sub__contact__cnt .bt_contact a {
    font-size: 24px;
    border-radius: 45px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: block;
	/*height: 90px;*/
	box-sizing: border-box;
	padding: 5px 35px;
	-moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px){
	.sec__sub__contact__cnt .bt_contact a {
		font-size: 16px;
		height: 60px;
		padding: 20px 25px;
	}
}
.sec__sub__contact__cnt .bt_contact a:before {
    width: 28px;
    height: 28px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url(../images/mail.png);
    margin-right: 5px;
}
@media screen and (max-width: 768px){
	.sec__sub__contact__cnt .bt_contact a:before {
		width: 20px;
		height: 20px;
	}
}
.sec__sub__contact__cnt .bt_contact a:hover {
    opacity: 0.7;
}
.sec__sub__contact__cnt .bt_contact a:first-of-type {
	background: linear-gradient(180deg, #2E5FB7 0%, #2E5FB7 50%, #829FD4 50%, #829FD4 100%);
    margin-bottom: 5px;
}
.sec__sub__contact__cnt .bt_contact a:nth-of-type(2) {
	background: linear-gradient(180deg, #2EAFB7 0%, #2EAFB7 50%, #82CFD3 50%, #82CFD3 100%);
}
.sec__sub__contact__txt {
    background: #F26944;
    color: #fff;
    font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
}
@media screen and (min-width: 769px){
	.sec__sub__contact__txt {
		position: absolute;
		left: 50%;
		bottom: -48px;
		margin: auto;
		font-size: 30px;
		transform: translateX(-50%);
		padding: 0 140px;
	}
}
@media screen and (max-width: 768px) {
	.sec__sub__contact__txt {
		font-size: 18px;
		padding: 0 25px;
		margin: 10px 0;
	}
}
.sec__sub__contact__txt span {
	font-size: 64px;
	margin: 0 5px;
}
@media screen and (min-width: 769px) and (max-width: 1406px) {
	.sec__sub__contact__txt span {
		font-size: 54px;
	}
}
@media screen and (max-width: 768px) {
	.sec__sub__contact__txt span {
		font-size: 32px;
	}
}
/* 遺品整理 */
.ihinseiri__sec01 {
	width: 100%;
	padding: 60px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec01 {
		padding: 30px 0;
	}
}
.ihinseiri__sec01__inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec01__inner {
		width: 95%;
		margin: 0 auto;
		flex-direction: column;
	}
}
.ihinseiri__sec01__inner .txt {
	width: 760px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec01__inner .txt {
		width: 100%;
		padding-bottom: 20px;
	}
}
.ihinseiri__sec01__inner .txt h2 {
	font-size: 1.5rem;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    margin-bottom: 20px;
}
.ihinseiri__sec01__inner .txt h2 span {
	color: #35B58D;
}
.ihinseiri__sec01__inner .txt p {
	font-size: 1rem;
    font-weight: 500;
    line-height: 180%;
}
.ihinseiri__sec01__inner .img {
	width: 380px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec01__inner .img {
		width: 100%;
	}
}
.ihinseiri__sec01__inner .img img {
	width: 100%;
	border-radius: 10px;
}
.sub__check {
	width: 100%;
    background: #F4FBF4;
	padding: 50px 0 150px;
}
@media screen and (max-width: 768px){
	.sub__check {
		padding: 50px 0 70px;
	}
}
.sub__check__inner {
	width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.sub__check__inner {
		width: 95%;
		margin: 0 auto;
	}
}
.sub__check__tit {
	display: flex;
	justify-content: center;
}
.sub__check__tit h3 {
	font-size: 1.5625rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    position: relative;
    border-left: 2px solid #dfdfdf;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	.sub__check__tit h3 {
		font-size: 1.25rem;
	}
}
.sub__check__tit h3::before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.sub__check__cnt {
	border-radius: 8px;
    box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
    width: 100%;
    color: #1d1d1d;
    background: #fff;
    padding: 30px 30px 30px 100px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.sub__check__cnt {
		padding: 15px 10px;
	}
}
.sub__check__cnt ul {
	margin: 0;
}
.sub__check__cnt ul li {
	font-size: 1.25rem;
	line-height: 200%;
}
@media screen and (max-width: 768px){
	.sub__check__cnt ul li {
		font-size: 0.985rem;
	}
}
.sub__check__cnt ul li::before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/checkcircle.png);
    margin-right: 1rem;
}
.sub__check__cnt ul li span {
	color: #35B58D;
}
.ihinseiri__sec02 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02 {
		padding: 50px 0;
	}
}
.ihinseiri__sec02__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__inner {
		width: 95%;
	}
}
.ihinseiri__sec02__tit {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__tit {
		margin-bottom: 25px;
	}
}
.ihinseiri__sec02__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__tit h2 {
		font-size: 1.5rem;
	}
}
.ihinseiri__sec02__tit h2 span {
	color: #35B58D;
}
.ihinseiri__sec02__link {
	width: 1180px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__link {
		width: 100%;
	}
}
.ihinseiri__sec02__link ul {
	display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__link ul {
		flex-wrap: wrap;
		margin: 0 0 30px;
	}
}
.ihinseiri__sec02__link ul li {
	font-size: 1rem;
    width: 280px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__link ul li {
		font-size: 0.75rem;
		width: 49.5%;
		height: 40px;
		margin-bottom: 5px;
	}
}
.ihinseiri__sec02__link ul li a {
	display: block;
	line-height: 50px;
	background: #4DD5AA;
	color: #fff;
	font-weight: 600;
	width: 100%;
    border-radius: 50px;
	position: relative;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__link ul li a {
		line-height: 40px;
		border-radius: 40px;
	}
}
.ihinseiri__sec02__link ul li a::before,
.ihinseiri__sec02__link ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.ihinseiri__sec02__link ul li a::before{
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__link ul li a::before {
		width: 12px;
		height: 12px;
	}
}
.ihinseiri__sec02__link ul li a::after{
	right: 16px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #4DD5AA;
    border-right: 2px solid #4DD5AA;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -2px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__link ul li a::after {
		right: 12px;
		width: 3px;
		height: 3px;
	}
}
.ihinseiri__sec02__link ul li a:hover {
	opacity: 0.7;
}
.ihinseiri__sec02__cnt {}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__cnt {	}
}
.ihinseiri__sec02__cnt .cnt_box {
	display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
    width: 100%;
    color: #1d1d1d;
    background: #fff;
    margin-bottom: 40px;
    padding: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__cnt .cnt_box {
		flex-direction: column;
		margin-bottom: 30px;
		padding: 20px;
	}
}
.ihinseiri__sec02__cnt .cnt_box img {
	width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 769px){
	.ihinseiri__sec02__cnt .cnt_box img {
		max-width: 400px;
	}
}
.ihinseiri__sec02__cnt .cnt_box .cnt_box__inner {
	padding: 20px;
	width: 640px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__cnt .cnt_box .cnt_box__inner {
		padding: 0 0 20px;
		width: 100%;
	}
}
.ihinseiri__sec02__cnt .cnt_box .cnt_box__inner h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
	border-left: 2px solid #dfdfdf;
	padding-left: 1rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__cnt .cnt_box .cnt_box__inner h3 {
		font-size: 1.25rem;
		line-height: 140%;
		padding-left: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.ihinseiri__sec02__cnt .cnt_box .cnt_box__inner h3:before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.ihinseiri__sec02__cnt .cnt_box .cnt_box__inner p {
	font-size: 1rem;
	line-height: 200%;
	border-top: 1px solid #dfdfdf;
    padding-top: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec02__cnt .cnt_box .cnt_box__inner p {
		line-height: 160%;
	}
}
.ihinseiri__sec03 {
	position: relative;
    background: linear-gradient(90deg, transparent 0%, transparent 50%, #f7f7f7 50%, #f7f7f7 100%);
}
@media screen and (max-width: 768px){
	.ihinseiri__sec03 {
		background: #f7f7f7;
	}
}
.ihinseiri__sec03__inner {
	width: 1200px;
    margin: 0 auto;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 60px 0 60px 80px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec03__inner {
		width: 95%;
		padding: 50px 0;
		background: none;
	}
}
.ihinseiri__sec03__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec03__tit {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec03__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec03__tit p {
		font-size: 1rem;
	}
}
.ihinseiri__sec03__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.ihinseiri__sec03__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec03__tit h2 {
		font-size: 1.5rem;
	}
}
.ihinseiri__sec03__tit h2 span {
	color: #35B58D;
}
.ihinseiri__sec03__cnt {
	width: 100%;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec03__cnt {
		margin-bottom: 20px;
	}
}
.ihinseiri__sec03__cnt p {
	font-size: 0.895rem;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec03__cnt p {
		text-align: left;
	}
}
.ihinseiri__sec04 {
	position: relative;
	padding: 100px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04 {
		padding: 50px 0;
	}
}
.ihinseiri__sec04__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__inner {
		width: 95%;
	}
}
.ihinseiri__sec04__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__tit {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec04__tit p {
	font-size: 1.125rem;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__tit p {
		font-size: 0.985rem;
		text-align: left;
	}
}
.ihinseiri__sec04__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__tit h2 {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
}
.ihinseiri__sec04__tit h2 span {
	color: #35B58D;
}
.ihinseiri__sec04__cnt {
	width: 100%;
}
.ihinseiri__sec04__cnt ul {
	width: 943px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* grid-gap: 17px; */
    margin-bottom: 30px;
    align-items: center;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__cnt ul {
		width: 100%;
		grid-gap: 15px 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.ihinseiri__sec04__cnt ul li {
	border-radius: 100%;
    width: 143px;
    color: #fff;
	font-weight: 600;
    background: #4DD5AA;
    text-align: center;
    box-sizing: border-box;
    height: 143px;
	display: flex;
    align-items: center;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__cnt ul li {
		padding-bottom: 20px;
		font-size: 1rem;
		position: relative;
		width: 96px;
		height: 96px;
	}
}
.ihinseiri__sec04__cnt ul li:nth-of-type(even) {
    background: #2F9E7B;
}
.ihinseiri__sec04__cnt ul li p {
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__cnt ul li p {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
.ihinseiri__sec04__cnt img {
	margin-bottom: 90px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__cnt img {
		margin-bottom: 30px;
		width: 100%;
	}
}
.ihinseiri__sec04__cnt .p_01 {
	text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__cnt img {
		font-size: 1rem;
		margin-bottom: 15px;
		text-align: left;
	}
}
.ihinseiri__sec04__box {
	display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__box {
		width: 100%;
	}
}
.ihinseiri__sec04__box__inner {
	border: 1px solid #35B58D;
    border-radius: 10px;
    text-align: center;
    width: 280px;
	position: relative;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__box__inner {
		width: 28%;
	}
}
.ihinseiri__sec04__box__inner:nth-of-type(1)::after,
.ihinseiri__sec04__box__inner:nth-of-type(2)::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    margin: auto;
    content: "&";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
	width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 40px;
	font-family: "LINE Seed JP_OTF Regular";
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__box__inner:nth-of-type(1)::after,
	.ihinseiri__sec04__box__inner:nth-of-type(2)::after {
		width: 20px;
		height: 20px;
		right: -26px;
		font-size: 0.75rem;
		line-height: 20px;
	}
}
.ihinseiri__sec04__box__inner h3 {
	background: #35B58D;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    border-radius: 7px 7px 0 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__box__inner h3 {
		font-size: 1rem;
	}
}
.ihinseiri__sec04__box__inner p {
	font-size: 1.25rem;
    padding: 35px 0;
    font-weight: 600;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec04__box__inner p {
		font-size: 0.7rem;
		padding: 10px 5px;
	}
}
.ihinseiri__sec05 {
	position: relative;
	padding: 100px 0;
	background: #F4FBF4;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05 {
		padding: 50px 0;
	}
}
.ihinseiri__sec05__inner {
	width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__inner {
		width: 95%;
	}
}
.ihinseiri__sec05__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__tit {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec05__tit p {
	font-size: 1.125rem;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__tit p {
		font-size: 0.985rem;
		text-align: left;
	}
}
.ihinseiri__sec05__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__tit h2 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
}
.ihinseiri__sec05__tit h2 span {
	color: #35B58D;
}
.ihinseiri__sec05__cnt h3 {
    font-size: 1.5625rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    position: relative;
    border-left: 2px solid #dfdfdf;
    padding-left: 1rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__cnt h3 {
		font-size: 1.25rem;
		margin-bottom: 10px;
	}
}
.ihinseiri__sec05__cnt h3:before {
    position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.ihinseiri__sec05__cnt table {
	border: 1px solid #4DD5AA;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__cnt table {
		margin-bottom: 20px;
	}
}
.ihinseiri__sec05__cnt table th {
	border: 1px solid #4DD5AA;
	background: #4DD5AA;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	padding: 15px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__cnt table th {
		font-size: 1rem;
		padding: 10px 0;
	}
}
.ihinseiri__sec05__cnt table td {
	border: 1px solid #4DD5AA;
	background: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 15px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__cnt table td {
		padding: 10px 0;
		font-size: 0.895rem;
	}
}
.ihinseiri__sec05__cnt table tbody tr:nth-of-type(even) td {
	background: #FDFFEC;
}
.ihinseiri__sec05__cnt .p_01 {
	font-size: 0.895rem;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__cnt .p_01 {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec05__cnt .p_02 {
	font-size: 1rem;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__cnt .p_02 {
		font-size: 0.985rem;
		margin-bottom: 30px;
	}
}
.ihinseiri__sec05__cnt .p_03 {
	font-size: 0.985rem;
	text-align: right;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec05__cnt .p_03 {
		font-size: 0.8rem;
		margin-bottom: 30px;
	}
}
.btn02__box {
	width: 398px;
	height: 68px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1875rem;
	font-weight: 600;
}
@media screen and (max-width: 768px){
	.btn02__box {
		font-size: 1.125rem;
		width: 90%;
	}
}
.btn02__box a {
	background: linear-gradient(to left, #f4504c, #F7635F 100%);
    border-radius: 3rem;
    outline: 2px solid #fff;
    outline-offset: -3px;
    display: block;
    color: #fff;
    padding: 1.25rem 0;
}
.btn02__box a:hover {
	opacity: 0.7;
}
.ihinseiri__sec06 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06 {
		padding: 50px 0 0;
	}
}
.ihinseiri__sec06__inner {
	width: 1480px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__inner {
		width: 95%;
	}
}
.ihinseiri__sec06__tit {
	text-align: center;
	margin-bottom: 50px;
}
.ihinseiri__sec06__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__tit h2 {
		font-size: 1.5rem;
	}
}
.ihinseiri__sec06__tit h2 span {
	color: #35B58D;
}
.ihinseiri__sec06__link {
	width: 100%;
}
.ihinseiri__sec06__link ul {
	display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__link ul {
		flex-wrap: wrap;
		margin: 0 0 30px;
	}
}
.ihinseiri__sec06__link ul li {
	font-size: 1rem;
    width: 280px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__link ul li {
		font-size: 0.75rem;
		width: 49.5%;
		height: 40px;
		margin-bottom: 5px;
	}
}
.ihinseiri__sec06__link ul li a {
	display: block;
	line-height: 50px;
	background: #4DD5AA;
	color: #fff;
	font-weight: 600;
	width: 100%;
    border-radius: 50px;
	position: relative;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__link ul li a {
		line-height: 40px;
		border-radius: 40px;
	}
}
.ihinseiri__sec06__link ul li a::before,
.ihinseiri__sec06__link ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.ihinseiri__sec06__link ul li a::before{
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__link ul li a::before {
		width: 12px;
		height: 12px;
	}
}
.ihinseiri__sec06__link ul li a::after{
	right: 16px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #4DD5AA;
    border-right: 2px solid #4DD5AA;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -2px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__link ul li a::after {
		right: 12px;
		width: 3px;
		height: 3px;
	}
}
.ihinseiri__sec06__link ul li a:hover {
	opacity: 0.7;
}
.ihinseiri__sec06__cnt {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__cnt {
		width: 100%;
	}
}
.ihinseiri__sec06__cnt .cnt_box {
	display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
    width: 100%;
    color: #1d1d1d;
    background: #fff;
    margin-bottom: 40px;
    padding: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__cnt .cnt_box {
		flex-direction: column;
		padding: 20px;
		margin-bottom: 30px;
	}
}
.ihinseiri__sec06__cnt .cnt_box img {
	width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 769px){
	.ihinseiri__sec06__cnt .cnt_box img {
		max-width: 400px;
	}
}
.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner {
	padding: 20px;
	width: 640px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner {
		padding: 0;
		width: 100%;
	}
}
.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
	border-left: 2px solid #dfdfdf;
	padding-left: 1rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner h3 {
		font-size: 1.25rem;
		line-height: 140%;
		padding-left: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner h3:before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner p {
	font-size: 1rem;
	line-height: 200%;
	border-top: 1px solid #dfdfdf;
    padding-top: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner p {
		padding-top: 10px;
		margin-bottom: 10px;
	}
}
.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner .btn01__box {
	margin: 0 0 0 auto !important;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec06__cnt .cnt_box .cnt_box__inner .btn01__box {
		margin: 0 0 10px auto !important;
	}
}
.ihinseiri__sec07 {
	position: relative;
	padding: 50px 0 70px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07 {
		padding: 50px 0;
	}
}
.ihinseiri__sec07__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__inner {
		width: 95%;
	}
}
.ihinseiri__sec07__tit {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__tit {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec07__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__tit h2 {
		font-size: 1.5rem;
	}
}
.ihinseiri__sec07__tit h2 span {
	color: #35B58D;
}
.ihinseiri__sec07__cnt h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
	border-left: 2px solid #dfdfdf;
	padding-left: 1rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__cnt h3 {
		font-size: 1.25rem;
		line-height: 140%;
		padding-left: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.ihinseiri__sec07__cnt h3:before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.ihinseiri__sec07__box {
	border-top: 1px solid #2F9E7B;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__box {
		padding: 25px 0;
		flex-direction: column;
	}
}
.ihinseiri__sec07__box:last-of-type {
	border-bottom: 1px solid #2F9E7B;
}@media screen and (min-width: 769px){
	.ihinseiri__sec07__box:nth-of-type(even) {
		flex-direction: row-reverse;
	}
}
.ihinseiri__sec07__box .txt {
	width: 600px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__box .txt {
		width: 100%;
	}
}
.ihinseiri__sec07__box .txt dl {
	position: relative;
    padding: 10px 0 0 110px;
    min-height: 80px;
	margin: 0 0 20px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__box .txt dl {
		padding: 10px 0 0 80px;
		margin-bottom: 10px;
		min-height: 60px;
	}
}
.ihinseiri__sec07__box .txt dl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #F4FBF4;
    background: #F4FBF4;
	border-radius: 50%;
	display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__box .txt dl::before {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}
.ihinseiri__sec07__box:nth-of-type(1) .txt dl::before { background-image: url('../images/ihinseiri__sec07__icon01.png'); }
.ihinseiri__sec07__box:nth-of-type(2) .txt dl::before { background-image: url('../images/ihinseiri__sec07__icon02.png'); }
.ihinseiri__sec07__box:nth-of-type(3) .txt dl::before { background-image: url('../images/ihinseiri__sec07__icon03.png'); }
.ihinseiri__sec07__box:nth-of-type(4) .txt dl::before { background-image: url('../images/ihinseiri__sec07__icon04.png'); }
.ihinseiri__sec07__box:nth-of-type(5) .txt dl::before { background-image: url('../images/ihinseiri__sec07__icon05.png'); }
.ihinseiri__sec07__box .txt dl dt {
	font-size: 0.875rem;
	font-family: "LINE Seed JP_OTF Regular";
	color: #2F9E7B;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__box .txt dl dt {
		font-size: 0.7rem;
	}
}
.ihinseiri__sec07__box .txt dl dd {
	font-size: 1.5rem;
	font-family: 'Noto Serif JP';
	font-weight: 500;
	margin: 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__box .txt dl dd {
		font-size: 1.25rem;
	}
}
.ihinseiri__sec07__box .txt p {
	font-size: 1rem;
	line-height: 180%;
	margin: 0 0 15px;
}
.ihinseiri__sec07__box .txt ol {
	font-size: 1rem;
	margin: 0 0 15px;
	list-style: none;
	counter-reset: number;
	padding: 0;
}
.ihinseiri__sec07__box .txt ol li {
	position: relative;
	padding-left: 2rem;
	line-height: 200%;
}
.ihinseiri__sec07__box .txt ol li::before {
	counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    background: #2F9E7B;
    color: #fff;
}
.ihinseiri__sec07__box .txt .creditcard {
	background: #fff;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 20px 40px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__box .txt .creditcard {
		margin-bottom: 15px;
	}
}
.ihinseiri__sec07__box .txt .creditcard p {
	font-family: 'Noto Serif JP';
    text-align: center;
    font-weight: 600;
}
.ihinseiri__sec07__box .txt .creditcard ul {
	margin: 0;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.ihinseiri__sec07__box .txt .creditcard ul li {
	width: 12%;
}
.ihinseiri__sec07__box .txt .creditcard ul li img{
	width: 100%;
}
.ihinseiri__sec07__box .pic {
	width: 460px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec07__box .pic {
		width: 100%;
	}
}
.ihinseiri__sec07__box .pic img {
	width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 769px){
	.ihinseiri__sec07__box .pic img {
		max-height: 345px;
	}
}
.ihinseiri__sec08 {
	position: relative;
	background: #F7F7F7;
	padding: 150px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08 {
		padding: 50px 0;
	}
}
.ihinseiri__sec08__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__inner {
		width: 95%;
	}
}
.ihinseiri__sec08__tit {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__tit {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec08__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__tit h2 {
		font-size: 1.5rem;
	}
}
.ihinseiri__sec08__tit h2 span {
	color: #35B58D;
}
.ihinseiri__sec08__cnt {
	margin-bottom: 70px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__cnt {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec08__cnt h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
	border-left: 2px solid #dfdfdf;
	padding-left: 1rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__cnt h3 {
		font-size: 1.25rem;
		line-height: 140%;
		padding-left: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.ihinseiri__sec08__cnt h3:before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.ihinseiri__sec08__box {
	background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box {
		padding: 20px;
	}
}
.ihinseiri__sec08__box .up {
	display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .up {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
}
.ihinseiri__sec08__box .up .pic {
	width: 34%;
    position: relative;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .up .pic {
		width: 48%;
	}
}
.ihinseiri__sec08__box .up .pic img {
	width: 100%;
    object-fit: cover;
	height: 280px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .up .pic img {
		height: 130px;
	}
}
.ihinseiri__sec08__box .up .pic p {
	color: #fff;
    font-family: "LINE Seed JP_OTF Regular";
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    text-shadow: 3px 3px 3px #00000088;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .up .pic p {
		font-size: 0.895rem;
	}
}
.ihinseiri__sec08__box .up .data {
	width: 26%;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .up .data {
		width: 100%;
	}
}
.ihinseiri__sec08__box .up .data table {
    border-collapse: collapse;
	border-top: 1px solid #ccc;
    width: 100%;
}
.ihinseiri__sec08__box .up .data table th {
    font-weight: 600;
    text-align: left;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .up .data table th {
		font-size: 0.895rem;
		padding: 5px 0;
	}
}
.ihinseiri__sec08__box .up .data table td {
    font-weight: 600;
    text-align: right;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .up .data table td {
		font-size: 0.895rem;
		padding: 5px 0;
	}
}
.ihinseiri__sec08__box .up .data table td.td_price {
    color: #F29519;
    font-size: 1.5rem;
	font-family: "LINE Seed JP_OTF Regular";
	font-weight: 600;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .up .data table td.td_price {
		font-size: 1.125rem;
	}
}
.ihinseiri__sec08__box .btm {
    font-size: 1rem;
    line-height: 200%;
    padding: 20px;
    background: #f7f7f7;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec08__box .btm {
		padding: 10px;
		line-height: 160%;
	}
}
.ihinseiri__sec08__box .btm p {
	font-weight: 500;
}
.ihinseiri__sec08__inner .btn01__box {
	width: 240px !important;
}
.ihinseiri__sec09 {
	position: relative;
	padding: 100px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec09 {
		padding: 50px 0;
	}
}
.ihinseiri__sec09__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec09__inner {
		width: 95%;
	}
}
.ihinseiri__sec09__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec09__tit {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec09__tit p {
	font-size: 0.9375rem;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec09__tit p {
		text-align: left;
	}
}
.ihinseiri__sec09__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec09__tit h2 {
		font-size: 1.5rem;
	}
}
.ihinseiri__sec09__cnt .cnt_box {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec09__cnt .cnt_box {
		margin-bottom: 5px;
	}
}
.ihinseiri__sec09__cnt .cnt_box .cnt_box__inner {
	width: 22%;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec09__cnt .cnt_box .cnt_box__inner {
		width: 48%;
		padding-bottom: 10px;
	}
}
.ihinseiri__sec09__cnt .cnt_box .cnt_box__inner img {
	width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3);
}
.ihinseiri__sec09__cnt .cnt_box .cnt_box__inner p {
	font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec09__cnt .cnt_box .cnt_box__inner p {
		font-size: 0.895rem;
	}
}
.ihinseiri__sec09__cnt p.right {
	text-align: right;
	font-size: 1rem;
	font-weight: 500;
}
.ihinseiri__sec10 {
	position: relative;
	background: #F7F7F7;
	padding: 150px 0;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec10 {
		padding: 50px 0;
	}
}
.ihinseiri__sec10__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec10__inner {
		width: 95%;
	}
}
.ihinseiri__sec10__tit {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec10__tit {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec10__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec10__tit h2 {
		font-size: 1.5rem;
	}
}
.ihinseiri__sec10__tit h2 span {
	color: #35B58D;
}
.ihinseiri__sec10__inner {
    width: 1200px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec10__inner {
		width: 100%;
	}
}
.ihinseiri__sec10__cnt {
    width: calc(20% - 10px);
    text-align: center;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 5px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec10__cnt {
		width: calc(50% - 10px);
        padding: 10px 10px 70px;
        margin-bottom: 10px;
	}
}
.ihinseiri__sec10__cnt img {
    width: 100%;
}
.ihinseiri__sec10__cnt p {
	display: block;
    width: 100%;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}
@media screen and (min-width: 769px){
	.ihinseiri__sec10__cnt p {
		top: calc(100% + 0.5rem);
	}
}
@media screen and (max-width: 768px){
	.ihinseiri__sec10__cnt p {
		font-size: 0.895rem;
        bottom: 10px;
	}
}
.ihinseiri__sec11 {
	position: relative;
	padding: 150px 0 50px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11 {
		padding: 50px 0;
	}
}
.ihinseiri__sec11__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11__inner {
		width: 95%;
	}
}
.ihinseiri__sec11__tit {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11__tit {
		margin-bottom: 30px;
	}
}
.ihinseiri__sec11__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11__tit h2 {
		font-size: 1.5rem;
	}
}
.ihinseiri__sec11__cnt {
	display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11__cnt {
		flex-direction: column;
	}
}
.ihinseiri__sec11__cnt .left {
	width: 640px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11__cnt .left {
		width: 100%;
	}
}
.ihinseiri__sec11__cnt .left p {
	font-size: 0.985rem;
    line-height: 200%;
}
.ihinseiri__sec11__cnt .right {
	width: 510px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11__cnt .right {
		width: 100%;
	}
}
.ihinseiri__sec11__cnt table {
	border: 1px solid #999;
    border-collapse: collapse;
    font-size: 0.985rem;
    width: 100%;
}
.ihinseiri__sec11__cnt table th {
	background: #eee;
    border-bottom: 1px solid #999;
    padding: 15px;
    text-align: left;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11__cnt table th {
		padding: 10px;
	}
}
.ihinseiri__sec11__cnt table td {
    border-bottom: 1px solid #999;
    padding: 15px;
}
@media screen and (max-width: 768px){
	.ihinseiri__sec11__cnt table td {
		padding: 10px;
	}
}/* 生前整理 */
.seizenseiri__sec12 {
	width: 100%;
	padding: 50px 0;
	position: relative;
}
@media screen and (min-width: 769px) {
    .seizenseiri__sec12:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 30%;
        background: #f7f7f7;
        width: 1690px;
        height: 290px;
        z-index: 0;
    }
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12 {
		padding: 30px 0 70px;
	}
}
.seizenseiri__sec12__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12__inner {
		width: 95%;
		margin: 0 auto;
	}
}
.seizenseiri__sec12__cnt {
	position: relative;
	padding-bottom: 236px;
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12__cnt {
		position: relative;
		padding-bottom: 120px;
	}
}
.seizenseiri__sec12__cnt:before {
	content: "";
    background: url(../images/seizenseiri__sec12__img01.png);
	background-size: cover;
    display: inline-block;
    width: 400px;
	min-height: 266px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12__cnt:before {
		width: 48%;
		height: 18%;
		bottom: 0;
		top: inherit;
		min-height: inherit;
	}
}
.seizenseiri__sec12__cnt:after {
	content: "";
    background: url(../images/seizenseiri__sec12__img02.png);
	background-size: cover;
    display: inline-block;
    width: 400px;
	min-height: 266px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12__cnt:after {
		width: 48%;
		height: 18%;
		min-height: inherit;
	}
}
.seizenseiri__sec12__cnt h2 {
	color: #EB7489;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    font-size: 1.875rem;
    padding: 0 0 40px 450px;
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12__cnt h2 {
		padding: 0;
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
}
.seizenseiri__sec12__box {
	background: #fff;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 30px;
    width: 800px;
    box-sizing: border-box;
    margin-left: 300px;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12__box {
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12__box p {
		font-size: 0.985rem;
	}
}
.seizenseiri__sec12__box p {
	font-size: 1rem;
    line-height: 160%;
}
.seizenseiri__sec12__box ul {
	margin: 1rem 0;
    font-size: 1rem;
}
@media screen and (max-width: 768px){
	.seizenseiri__sec12__box ul {
		font-size: 0.985rem;
	}
}
.seizenseiri__sec12__box ul li:before {
    content: '・';
    color: #4DD5AA;
}
/* ご利用料金 */
.price__sec01 {
	position: relative;
	padding: 100px 0;
}
@media screen and (max-width: 768px){
	.price__sec01 {
		padding: 30px 0;
	}
}
.price__sec01__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.price__sec01__inner {
		width: 95%;
	}
}
.price__sec01__tit {
	text-align: center;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 768px){
	.price__sec01__tit {
		margin-bottom: 20px;
	}
}
.price__sec01__tit p {
	font-size: 1.125rem;
	font-weight: 600;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.price__sec01__tit p {
		font-size: 0.985rem;
		text-align: left;
	}
}
.price__sec01__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.price__sec01__tit h2 {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
}
.price__sec01__tit h2 span {
	color: #35B58D;
}
.price__sec01__cnt {
	width: 100%;
}
.price__sec01__cnt ul {
	width: 943px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* grid-gap: 17px; */
    margin-bottom: 30px;
    align-items: center;
}
@media screen and (max-width: 768px){
	.price__sec01__cnt ul {
		width: 100%;
		grid-gap: 15px 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.price__sec01__cnt ul li {
	border-radius: 100%;
    width: 143px;
    color: #fff;
	font-weight: 600;
    background: #4DD5AA;
    text-align: center;
    box-sizing: border-box;
    height: 143px;
	display: flex;
    align-items: center;
}
@media screen and (max-width: 768px){
	.price__sec01__cnt ul li {
		padding-bottom: 20px;
		font-size: 1rem;
		position: relative;
		width: 96px;
		height: 96px;
	}
}
.price__sec01__cnt ul li:nth-of-type(even) {
    background: #2F9E7B;
}
.price__sec01__cnt ul li p {
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.price__sec01__cnt ul li p {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
.price__sec01__cnt img {
	margin-bottom: 90px;
}
@media screen and (max-width: 768px){
	.price__sec01__cnt img {
		margin-bottom: 30px;
		width: 100%;
	}
}
.price__sec01__cnt .p_01 {
	text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.price__sec01__cnt img {
		font-size: 1rem;
		margin-bottom: 15px;
		text-align: left;
	}
}
.price__sec01__box01 {
	background: #fff;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 70px;
}
@media screen and (max-width: 768px){
	.price__sec01__box01 {
		padding: 20px;
		margin-bottom: 30px;
	}
}
.price__sec01__box01 h3 {
	font-size: 1.5625rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    position: relative;
    border-left: 2px solid #dfdfdf;
    padding-left: 1rem;
    margin-bottom: 30px;
}
.price__sec01__box01 h3::before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
@media screen and (max-width: 768px) {
    .price__sec01__box01 h3 {
        font-size: 1.25rem;
        line-height: 140%;
        padding-left: 0.5rem;
        margin-bottom: 0.5rem;
    }
}
.price__sec01__box01 dl {
	margin: 0;
    padding: 0;
}
.price__sec01__box01 dl dt {
	font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.price__sec01__box01 dl dt::before {
	content: '・';
    color: #4DD5AA;
}
@media screen and (max-width: 768px) {
    .price__sec01__box01 dl dt {
        font-size: 1rem;
		margin-bottom: 0.5rem;
    }
}
.price__sec01__box01 dl dd {
	margin: 0 0 1rem;
	font-size: 1rem;
}
.price__sec01__box01 dl dd:last-of-type {
	margin: 0;
}
@media screen and (max-width: 768px) {
    .price__sec01__box01 dl dd {
        font-size: 0.985rem;
		margin-bottom: 0.5rem;
    }
}
.price__sec01__box02 {
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 50px;
}
@media screen and (max-width: 768px){
	.price__sec01__box02 {
		margin: 0 auto 30px;
		flex-wrap: wrap;
        justify-content: flex-start;
	}
}
.price__sec01__box02__inner {
	border: 1px solid #35B58D;
    border-radius: 10px;
    text-align: center;
    width: 247px;
	position: relative;
}
.price__sec01__box02__inner:last-of-type {
	border: 1px solid #F29519;
}
@media screen and (max-width: 768px){
	.price__sec01__box02__inner {
		width: 41%;
        margin: 0 8% 1rem 0;
	}
}
.price__sec01__box02__inner:nth-of-type(1)::after,
.price__sec01__box02__inner:nth-of-type(2)::after,
.price__sec01__box02__inner:nth-of-type(3)::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    margin: auto;
    content: "&";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
	width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 40px;
	font-family: "LINE Seed JP_OTF Regular";
}
.price__sec01__box02__inner:nth-of-type(1)::after,
.price__sec01__box02__inner:nth-of-type(2)::after {
	content: "&";
    background: #ccc;
}
.price__sec01__box02__inner:nth-of-type(3)::after {
	content: "-";
    background: #F29519;
}
@media screen and (max-width: 768px){
	.price__sec01__box02__inner:nth-of-type(1)::after,
	.price__sec01__box02__inner:nth-of-type(2)::after,
	.price__sec01__box02__inner:nth-of-type(3)::after {
		width: 20px;
		height: 20px;
		right: -26px;
		font-size: 0.75rem;
		line-height: 20px;
	}
}
.price__sec01__box02__inner h3 {
	background: #35B58D;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    border-radius: 7px 7px 0 0;
}
.price__sec01__box02__inner:last-of-type h3 {
	background: #F29519;
}
@media screen and (max-width: 768px){
	.price__sec01__box02__inner h3 {
		font-size: 1rem;
	}
}
.price__sec01__box02__inner p {
	font-size: 1.25rem;
    padding: 35px 0;
    font-weight: 600;
}
.price__sec01__box02__inner:last-of-type p {
	padding: 35px 15px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.price__sec01__box02__inner p,
	.price__sec01__box02__inner:last-of-type p {
		font-size: 0.7rem;
		padding: 10px 5px;
	}
}
.table_01 th:last-child {
	background: #F29519;
	border: 1px solid #F29519;
}
.table_01 td:last-child {
	font-size: 1.5rem;
	font-weight: 600;
	color: #F3312D;
	font-family: 'Noto Sans JP';
}
.table_01 tbody td:last-child {
    background: #FEF4E8;
}
.table_01 tbody tr:nth-of-type(even) td:last-child {
    background: #F2F1CD;
}
.price__sec02 {
	position: relative;
	padding: 100px 0;
	background: #F7F7F7;
}
@media screen and (max-width: 768px){
	.price__sec02 {
		padding: 50px 0;
	}
}
.price__sec02__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.price__sec02__inner {
		width: 95%;
	}
}
.price__sec02__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 768px){
	.price__sec02__tit {
		margin-bottom: 30px;
	}
}
.price__sec02__tit p {
	font-size: 0.9375rem;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.price__sec02__tit p {
		text-align: left;
	}
}
.price__sec02__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.price__sec02__tit h2 {
		font-size: 1.5rem;
	}
}
.price__sec02__cnt {
	background: #fff;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3);
	padding: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt {
		padding: 20px;
		margin-bottom: 30px;
	}
}
.price__sec02__cnt h3 {
    font-size: 1.5625rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    position: relative;
    border-left: 2px solid #dfdfdf;
    padding-left: 1rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt h3 {
		font-size: 1.25rem;
	}
}
.price__sec02__cnt h3:before {
    position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.price__sec02__cnt__inner {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner {
		flex-direction: column;
	}
}
.price__sec02__cnt__inner .left {
	width: 460px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .left {
		width: 100%;
	}
}
.price__sec02__cnt__inner .left .p_01 {
	font-size: 0.985rem;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .left .p_01 {
		font-size: 0.85rem;
		margin-bottom: 20px;
	}
}
.price__sec02__cnt__inner .left .left_box {
	display: flex;
    justify-content: flex-start;
}
.price__sec02__cnt__inner .left .left_box dl {
	margin: 0 0 40px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .left .left_box dl {
		margin-bottom: 20px;
	}
}
.price__sec02__cnt__inner .left .left_box dl:nth-of-type(1) {
	margin-right: 2rem;
}
.price__sec02__cnt__inner .left .left_box dl dt {
	font-size: 1.5rem;
    font-weight: 500;
	font-weight: 600;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .left .left_box dl dt {
		font-size: 1.25rem;
	}
}
.price__sec02__cnt__inner .left .left_box dl dt:before {
    content: '・';
    color: #4DD5AA;
}
.price__sec02__cnt__inner .left .left_box dl dd {
	color: #35B58D;
    font-size: 2.25rem;
    font-family: "LINE Seed JP_OTF Regular";
    font-weight: 600;
	margin: 0 0 0 1.5rem;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .left .left_box dl dd {
		font-size: 1.625rem;
	}
}
.price__sec02__cnt__inner .left .left_box dl dd span {
    font-size: 1rem;
}
.price__sec02__cnt__inner .left .p_02 {
	font-size: 1rem;
    background: #F7F7F7;
    padding: 15px;
    font-weight: 600;
    line-height: 180%;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .left .p_02 {
		font-size: 0.895rem;
		line-height: 160%;
		padding: 10px;
		margin-bottom: 20px;
	}
}
.price__sec02__cnt__inner .right {
	width: 580px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .right {
		width: 100%;
	}
}
.price__sec02__cnt__inner .right h4 {
	font-size: 1.25rem;
    background: #35B58D;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 5px 50px;
    font-weight: 600;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .right h4 {
		font-size: 1rem;
	}
}
.price__sec02__cnt__inner .right ul {
	display: flex;
    justify-content: flex-start;
	margin: 0 0 30px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .right ul {
		flex-wrap: wrap;
	}
}
.price__sec02__cnt__inner .right ul li {
	text-align: center;
    width: 83px;
    margin-right: 16px;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .right ul li {
		width: 23%;
		margin: 0 1%;
	}
}
.price__sec02__cnt__inner .right p {
	font-size: 1rem;
    font-weight: 600;
}
@media screen and (max-width: 768px){
	.price__sec02__cnt__inner .right p {
		font-size: 0.895rem;
	}
}/* 遺品整理の流れ */.flow__sec01 {
	position: relative;
	padding: 50px 0 70px;
}
@media screen and (max-width: 768px){
	.flow__sec01 {
		padding: 50px 0;
	}
}
.flow__sec01__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.flow__sec01__inner {
		width: 95%;
	}
}
.flow__sec01__tit {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.flow__sec01__tit {
		margin-bottom: 30px;
	}
}
.flow__sec01__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.flow__sec01__tit h2 {
		font-size: 1.5rem;
	}
}
.flow__sec01__tit h2 span {
	color: #35B58D;
}
.flow__sec01__cnt h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
	border-left: 2px solid #dfdfdf;
	padding-left: 1rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.flow__sec01__cnt h3 {
		font-size: 1.25rem;
		line-height: 140%;
		padding-left: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.flow__sec01__cnt h3:before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.flow__sec01__box {
	border-top: 1px solid #2F9E7B;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}
@media screen and (max-width: 768px){
	.flow__sec01_box {
		padding: 25px 0;
		flex-direction: column;
	}
}
.flow__sec01__box:last-of-type {
	border-bottom: 1px solid #2F9E7B;
}@media screen and (min-width: 769px){
	.flow__sec01__box:nth-of-type(even) {
		flex-direction: row-reverse;
	}
}
.flow__sec01__box .txt {
	width: 600px;
}
@media screen and (max-width: 768px){
	.flow__sec01__box .txt {
		width: 100%;
	}
}
.flow__sec01__box .txt dl {
	position: relative;
    padding: 10px 0 0 110px;
    min-height: 80px;
	margin: 0 0 20px;
}
@media screen and (max-width: 768px){
	.flow__sec01__box .txt dl {
		padding: 10px 0 0 80px;
		margin-bottom: 10px;
		min-height: 60px;
	}
}
.flow__sec01__box .txt dl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #F4FBF4;
    background: #F4FBF4;
	border-radius: 50%;
	display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
	background-size: 34px 34px;
}
@media screen and (max-width: 768px){
	.flow__sec01__box .txt dl::before {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}
.flow__sec01__box:nth-of-type(1) .txt dl::before { background-image: url('../images/flow__sec01__icon01.png');}
.flow__sec01__box:nth-of-type(2) .txt dl::before { background-image: url('../images/flow__sec01__icon02.png');}
.flow__sec01__box:nth-of-type(3) .txt dl::before { background-image: url('../images/flow__sec01__icon03.png');}
.flow__sec01__box .txt dl dt {
	font-size: 0.875rem;
	font-family: "LINE Seed JP_OTF Regular";
	color: #2F9E7B;
}
@media screen and (max-width: 768px){
	.flow__sec01__box .txt dl dt {
		font-size: 0.7rem;
	}
}
.flow__sec01__box .txt dl dd {
	font-size: 1.5rem;
	font-family: 'Noto Serif JP';
	font-weight: 500;
	margin: 0;
}
@media screen and (max-width: 768px){
	.flow__sec01__box .txt dl dd {
		font-size: 1.25rem;
	}
}
.flow__sec01__box .txt p {
	font-size: 1rem;
	line-height: 180%;
	margin: 0 0 15px;
}
.flow__sec01__box .pic {
	width: 460px;
}
@media screen and (max-width: 768px){
	.flow__sec01__box .pic {
		width: 100%;
	}
}
.flow__sec01__box .pic img {
	width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 769px){
	.flow__sec01__box .pic img {
		max-height: 345px;
	}
}
.flow__sec01__box .link {
	width: 100%;
    border: 1px solid #666666;
	padding: 20px 40px;
	box-sizing: border-box;
	margin-top: 20px;
}
@media screen and (max-width: 768px){
	.flow__sec01__box .link {
		padding: 10px;
		margin-top: 10px;
	}
}
.flow__sec01__box .link ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	flex-wrap: wrap;
}
.flow__sec01__box .link ul li {
	width: 360px;
}
@media screen and (max-width: 768px){
	.flow__sec01__box .link ul li {
		width: 49%;
	}
	.flow__sec01__box .link ul li:first-of-type {
		width: 70%;
		margin: 0 auto 10px;
	}
}
.flow__sec01__box .link ul li img {
	width: 100%;
	vertical-align: bottom;
}
.flow__sec02 {
	background: #f7f7f7;
	padding: 100px 0 !important;
}
@media screen and (max-width: 768px){
	.flow__sec02 {
		padding: 50px 0 !important;
	}
}/* 対応エリア */.area__sec01 {
    padding: 120px 0;
}
@media screen and (max-width: 768px){
	.area__sec01 {
		padding: 40px 0 0;
	}
}
.area__sec01__inner {
	background: #f7f7f7;
}
@media screen and (max-width: 768px){
	.area__sec01__inner {
		padding-bottom: 30px;
	}
}
.area__sec01__cnt {
	width: 1200px;
    margin: 0 auto;
	padding: 80px 0;
}
@media screen and (max-width: 768px){
	.area__sec01__cnt {
		width: 95%;
		padding: 40px 0 0;
	}
}
.area__sec01__tit {
	width: 560px;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.area__sec01__tit {
		width: 100%;
		text-align: center;
		align-items: center;
		margin-bottom: 5px;
	}
}
.area__sec01__tit p {
	font-size: 1.125rem;
    font-family: "LINE Seed JP_OTF Regular";
	display: inline-block;
}
@media screen and (max-width: 768px){
	.area__sec01__tit p {
		font-size: 1rem;
	}
}
.area__sec01__tit p:before {
	content: '';
    display: inline-block;
    transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(../images/h1__img01.png);
	margin-right: 10px;
}
.area__sec01__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.area__sec01__tit h2 {
		font-size: 1.5rem;
	}
}
.area__sec01__tit h2 span {
	color: #35B58D;
}
.area__sec01__cnt p {
	font-size: 0.9375rem;
	width: 560px;
}
@media screen and (max-width: 768px){
	.area__sec01__cnt p {
		width: 95%;
		margin: 0 auto 20px;
	}
}
.area__sec01__cnt ul {
	width: 560px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px){
	.area__sec01__cnt ul {
		width: 100%;
		margin: 15px 0;
	}
}
.area__sec01__cnt ul li {
	width: 168px;
    background: #fff;
    text-align: center;
    line-height: 168px;
    border-radius: 168px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: #35B78E;
    font-size: 1.25rem;
    font-weight: 600;
	margin: 0 1rem 0 0;
}
@media screen and (max-width: 768px){
	.area__sec01__cnt ul li {
		width: 30%;
		line-height: 118px;
		border-radius: 100%;
		margin: 0 3% 0 0;
	}
}
.area__sec01 .map {
	position: relative;
}@media screen and (min-width: 769px){
	.area__sec01 .map .map__inner {
		position: absolute;
		right: 0;
		top: 0;
	}
}
@media screen and (max-width: 768px){
	.area__sec01 .map .map__inner {
		margin: 0 60px;
	}
	.area__sec01 .map .map__inner img {
		width: 100%;
	}
}
.area__sec02 {
    background: #F4FBF4;
	padding: 150px 0 80px;
}
@media screen and (max-width: 768px){
	.area__sec02 {
		padding: 40px 0;
	}
}
.area__sec02__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.area__sec02__inner {
		width: 95%;
	}
}
.area__sec02__cnt {
	margin-bottom: 80px;
}
@media screen and (max-width: 768px){
	.area__sec02__cnt {
		margin-bottom: 40px;
	}
}
.area__sec02__cnt a {
	color: #333;
}
.area__sec02__cnt a:hover {
	color: #F29519;
	text-decoration: underline;
}
.area__sec02__cnt h3 {
	font-size: 1.5625rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    position: relative;
    border-left: 2px solid #dfdfdf;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	.area__sec02__cnt h3 {
		font-size: 1.5rem;
	}
}
.area__sec02__cnt h3:before {
    position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.area__sec02__cnt ul {
    border-top: 1px solid #2F9E7B;
	padding-top: 30px;
	margin: 0;
}
.area__sec02__cnt ul li {
    display: inline-block;
    line-height: 200%;
    margin-right: 1.5rem;
	font-size: 1rem;
	font-weight: 500;
}/* スタッフご挨拶 */.greeting__sec01 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.greeting__sec01 {
		padding: 30px 0;
	}
}
.greeting__sec01__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.greeting__sec01__inner {
		width: 95%;
	}
}
.greeting__sec01__inner h3 {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    position: relative;
    border-left: 2px solid #dfdfdf;
    padding-left: 1rem;
    margin-bottom: 3rem;
}
.greeting__sec01__inner h3:before {
    position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
@media screen and (max-width: 768px) {
    .greeting__sec01__inner h3 {
        font-size: 1.25rem;
		margin-bottom: 1rem;
    }
}
.greeting__sec01__cnt {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.greeting__sec01__box {
	width: 30%;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 768px) {
    .greeting__sec01__box {
        width: 49.5%;
		margin-bottom: 20px;
    }
}
.greeting__sec01__box p {
	font-size: 0.985rem;
    font-weight: 600;
    margin-bottom: 1rem;
	background: #FAD7A8;
	padding: 1rem;
	border-radius: 7px;
}
@media screen and (max-width: 768px) {
    .greeting__sec01__box p {
        font-size: 0.7rem;
		padding: 0.5rem 0.2rem;
		margin-bottom: 0.5rem;
    }
}
.greeting__sec01__box img {
	width: 80%;
}
.greeting__sec02 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.greeting__sec02 {
		padding: 30px 0;
	}
}
.greeting__sec02__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.greeting__sec02__inner {
		width: 95%;
	}
}
.greeting__sec02__tit {
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.greeting__sec02__tit {
		margin-bottom: 20px;
	}
}
.greeting__sec02__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.greeting__sec02__tit h2 {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
}
.greeting__sec02__tit h2 span {
	color: #35B58D;
}
.greeting__sec02__cnt {
	position: relative;
}
@media screen and (min-width: 769px){
	.greeting__sec02__box {
		/*position: absolute;
		left: 0;
		top: 80px;*/
		background: #fff;
		border-radius: 5px;
		padding: 40px 50px;
		box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
		/*width: 680px;*/
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px){
	.greeting__sec02__box {
		width: 100%;
		margin-bottom: 20px;
	}
}
.greeting__sec02__box ul {
	margin: 0;
}
.greeting__sec02__box li {
	font-size: 1rem;
	line-height: 200%;
}
@media screen and (max-width: 768px){
	.greeting__sec02__box li {
		font-size: 0.985rem;
		line-height: 160%;
	}
}
.greeting__sec02__pic {
	width: 600px;
    height: 400px;
    margin: 0 0 0 auto;
	
    background: #ccc;
}
@media screen and (max-width: 768px){
	.greeting__sec02__pic {
		width: 100%;
		margin: 0;
		
		height: 250px;
	}
}/* 会社概要*/.company__sec01 {
	position: relative;
	padding: 150px 0 50px;
}
@media screen and (max-width: 768px){
	.company__sec01 {
		padding: 50px 0;
	}
}
.company__sec01__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.company__sec01__inner {
		width: 95%;
	}
}
.company__sec01__tit {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.company__sec01__tit {
		margin-bottom: 30px;
	}
}
.company__sec01__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.company__sec01__tit h2 {
		font-size: 1.5rem;
	}
}
.company__sec01__cnt table {
	border: 1px solid #999;
    border-collapse: collapse;
    font-size: 0.985rem;
    width: 100%;
}
.company__sec01__cnt table th {
	background: #eee;
    border-bottom: 1px solid #999;
    padding: 15px;
    text-align: left;
}
@media screen and (max-width: 768px){
	.company__sec01__cnt table th {
		padding: 10px;
	}
}
.company__sec01__cnt table td {
    border-bottom: 1px solid #999;
    padding: 15px;
}
@media screen and (max-width: 768px){
	.company__sec01__cnt table td {
		padding: 10px;
	}
}
.company__sec02 {
	position: relative;
    background: linear-gradient(90deg, transparent 0%, transparent 50%, #f7f7f7 50%, #f7f7f7 100%);
}
@media screen and (max-width: 768px){
	.company__sec02 {
		background: #f7f7f7;
	}
}
.company__sec02__inner {
	width: 1200px;
    margin: 0 auto;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 60px 0 60px 80px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.company__sec02__inner {
		width: 95%;
		padding: 50px 0;
		background: none;
	}
}
.company__sec02__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.company__sec02__tit {
		margin-bottom: 30px;
	}
}
.company__sec02__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.company__sec02__tit h2 {
		font-size: 1.5rem;
	}
}
.company__sec02__cnt {
	background: #fff;
    box-shadow: 0px 0px 7px 0 rgb(0, 0, 0, 0.2);
    padding: 50px;
}
@media screen and (max-width: 768px){
	.company__sec02__cnt {
		padding: 20px;
	}
}
.company__sec02__cnt p {
	font-size: 1rem;
    line-height: 180%;
}









/* 作業事例 */

.works__sec01 {
	background: #F4FBF4;
    padding: 20px;
}
@media screen and (max-width: 768px){
	.works__sec01 {
		padding: 15px;
	}
}
.works__sec01__inner {
	background: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3);
    padding: 20px;
}
@media screen and (max-width: 768px){
	.works__sec01__inner {
		padding: 15px;
	}
}
.single-blog__sec01__cnt .works__sec01__inner ul {
	display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.5rem;
    padding: 0;
}
.single-blog__sec01__cnt .works__sec01__inner ul li {
	line-height: 160%;
	list-style-type: none !important;
	margin: 0;
}
.works__sec01__inner ul li dl {
	margin: 0 0 0.5rem;
}
.works__sec01__inner ul li dl dt {
	background: #35B58D;
    color: #fff;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    text-align: center;
    margin-right: 1rem;
    display: inline-block;
}
.works__sec01__inner ul li dl dd {
	margin: 0 1rem 0 0;
    display: inline-block;
}
.works__sec01__inner p {
	font-size: 1rem;
	line-height: 160%;
}









/* お客様の声 */

.voice__sec02 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.voice__sec02 {
		padding: 50px 0;
	}
}

.voice__sec02__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.voice__sec02__inner {
		width: 95%;
	}
}

.voice__sec02__tit {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.voice__sec02__tit {
		margin-bottom: 25px;
	}
}
.voice__sec02__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.voice__sec02__tit h2 {
		font-size: 1.5rem;
	}
}
.voice__sec02__tit h2 span {
	color: #148665;
}
.voice__sec02__cnt {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.voice__sec02__cnt {
		width: 100%;
	}
}
.voice__sec02__cnt .cnt_box {
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
    box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
    width: 100%;
    color: #1d1d1d;
    background: #fff;
    margin-bottom: 40px;
    padding: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.voice__sec02__cnt .cnt_box {
		flex-direction: column-reverse;
		margin-bottom: 30px;
		padding: 20px;
	}
}
.voice__sec02__cnt .cnt_box img {
	width: 100%;
    object-fit: contain;
}
@media screen and (min-width: 769px){
	.voice__sec02__cnt .cnt_box img {
		max-width: 180px;
		margin-right: 40px;
	}
}
@media screen and (max-width: 768px){
	.voice__sec02__cnt .cnt_box img {
		width: 40%;
		margin: 0 auto;
	}
}
.voice__sec02__cnt .cnt_box .cnt_box__inner {
	width: 720px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.voice__sec02__cnt .cnt_box .cnt_box__inner {
		padding: 20px 0 0;
		width: 100%;
	}
}
.voice__sec02__cnt .cnt_box .cnt_box__inner h3 {
	font-size: 1.5625rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	position: relative;
	border-left: 2px solid #dfdfdf;
	padding-left: 1rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.voice__sec02__cnt .cnt_box .cnt_box__inner h3 {
		font-size: 1.25rem;
		line-height: 140%;
		padding-left: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.voice__sec02__cnt .cnt_box .cnt_box__inner h3:before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #159574;
}
.voice__sec02__cnt .cnt_box .cnt_box__inner p {
	font-size: 1rem;
	line-height: 200%;
	border-top: 1px solid #dfdfdf;
    padding-top: 30px;
}
@media screen and (max-width: 768px){
	.voice__sec02__cnt .cnt_box .cnt_box__inner p {
		line-height: 160%;
	}
}









/* SEOページ */

.cleanup__sec00 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.cleanup__sec00 {
		padding: 30px 0;
	}
}
.cleanup__sec00__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.cleanup__sec00__inner {
		width: 95%;
	}
}
.cleanup__sec00__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.cleanup__sec00__tit {
		margin-bottom: 30px;
	}
}
.cleanup__sec00__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.cleanup__sec00__tit h2 {
		font-size: 1.5rem;
	}
}
.cleanup__sec00__tit h2 span {
	color: #35B58D;
}
.cleanup__sec00__cnt {
    padding-bottom: 2rem;
}
.cleanup__sec00__cnt h3 {
	font-size: 1.5625rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    position: relative;
    border-left: 2px solid #dfdfdf;
    padding-left: 1rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.cleanup__sec00__cnt h3 {
		font-size: 1.25rem;
		margin-bottom: 15px;
	}
}
.cleanup__sec00__cnt h3::before {
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.cleanup__sec00__cnt h4 {
	font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.cleanup__sec00__cnt h4::before {
    content: "〇";
    margin-right: 0.5rem;
}
.cleanup__sec00__cnt p {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	.cleanup__sec00__cnt p {
		font-size: 1rem;
	}
}
.cleanup__sec00__cnt p.p_01 {
	font-size: 1.125rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 768px){
	.cleanup__sec00__cnt p.p_01 {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
}
.cleanup__sec01 {
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 768px){
	.cleanup__sec01 {
		padding: 50px 0;
	}
}
.cleanup__sec01__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.cleanup__sec01__inner {
		width: 95%;
	}
}
.cleanup__sec01__tit {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (max-width: 768px){
	.cleanup__sec01__tit {
		margin-bottom: 30px;
	}
}
.cleanup__sec01__tit h2 {
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
}
@media screen and (max-width: 768px){
	.cleanup__sec01__tit h2 {
		font-size: 1.5rem;
	}
}
.cleanup__sec01__tit h2 span {
	color: #35B58D;
}
.cleanup__sec01__cnt {
	width: 748px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.cleanup__sec01__cnt {
		width: 100%;
	}
}
.cleanup__sec01__cnt__inner {
	box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 30%);
    margin-bottom: 80px;
    background: #fff;
    padding: 65px 30px 0;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
@media screen and (max-width: 768px){
	.cleanup__sec01__cnt__inner {
		padding: 40px 10px 10px;
		margin-bottom: 30px;
	}
}
.cleanup__sec01__cnt__inner .cnt_box h3 {
	font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 768px){
	.cleanup__sec01__cnt__inner .cnt_box h3 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
}
.cleanup__sec01__cnt__inner .cnt_box img {
	width: 100%;
    height: 213px;
    object-fit: contain;
}
@media screen and (max-width: 768px){
	.cleanup__sec01__cnt__inner .cnt_box img {
		height: auto;
	}
}
.cleanup__sec01__cnt__inner .tit_box {
	width: 316px;
    position: absolute;
    left: calc(50% - 161px);
    top: -37px;
    background-color: #2F9E7B;
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
	box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 30%);
}
@media screen and (max-width: 768px){
	.cleanup__sec01__cnt__inner .tit_box {
		width: 60%;
		left: calc(50% - 30%);
		top: -20px;
	}
}
.cleanup__sec01__cnt__inner .tit_box p {
    color: #ffffff;
    font-size: 1.875rem;
	font-weight: 600;
}
@media screen and (max-width: 768px){
	.cleanup__sec01__cnt__inner .tit_box p {
		font-size: 1.25rem;
	}
}
.cleanup__sec01__cnt__inner .tit_box .span_01 {
	width: 46px;
    height: 46px;
    margin: 0.2rem 1rem 0.5rem 0;
    display: inline-block;
    vertical-align: sub;
}
@media screen and (max-width: 768px){
	.cleanup__sec01__cnt__inner .tit_box .span_01 {
		width: 30px;
		height: 30px;
	}
}
.cleanup__sec01__cnt__inner .tit_box .span_01 img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.cleanup__sec02 {
	position: relative;
	padding: 70px 0;
	background: #F4FFF2;
}
@media screen and (max-width: 768px){
	.cleanup__sec02 {
		padding: 50px 0;
	}
}
.cleanup__sec02__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.cleanup__sec02__inner {
		width: 95%;
	}
}
.cleanup__sec02__inner .cleanup__h2_tit {
	text-align: center;
	font-size: 2.1875rem;
	font-weight: 900;
    font-family: 'Noto Serif JP';
	margin-bottom: 70px;
}
@media screen and (max-width: 768px){
	.cleanup__sec02__inner .cleanup__h2_tit {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
}
.machinami,
.gyosha {
	padding: 50px 0;
}
@media screen and (max-width: 768px){
	.machinami,
	.gyosha {
		padding: 30px 0;
		width: 95%;
		margin: 0 auto;
	}
}
.machinami p,
.gyosha p {
	font-size: 1.125rem;
}
.gyosha .item {
	margin-bottom: 1.5rem;
}/* LINE相談 */
.line__sec01 {
	width: 100%;
	padding: 60px 0 !important;
}
@media screen and (max-width: 768px){
	.line__sec01 {
		padding: 0 !important;
	}
}
.line__sec01__inner {
	width: 892px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.line__sec01__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
	}
}
.line__sec01__inner a.a_btn_line {
	margin-bottom: 2em;
	display: block;
}
.line__sec01__inner img {
	vertical-align: bottom;
}
@media screen and (max-width: 768px){
	.line__sec01__inner img {
		width: 100%;
	}
}
.line__sec02 {
	width: 100%;
	padding: 0 !important;
}
@media screen and (max-width: 768px){
	.line__sec02 {
		padding: 0 !important;
	}
}
.line__sec02__inner {
	width: 892px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.line__sec02__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
	}
}
.line__sec02__inner h2 {
	font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 2em;
    clear: both;
    line-height: 1.5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line__sec02__inner h2:before {
	content: "";
    background: url(../images/logomark.png);
    display: inline-block;
    background-size: cover;
    vertical-align: sub;
    width: 36px;
    height: 36px;
    margin-right: 1rem;
}
@media screen and (max-width: 768px){
	.line__sec02__inner h2:before {
		width: 28px;
		height: 28px;
	}
}
.line__sec02__inner h3 {
	font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1.5em;
    clear: both;
    line-height: 1.5;
}
.line__sec02__inner p {
	font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 1rem;
}
.line__sec03 {
	width: 100%;
	padding: 0 0 100px 0 !important;
}
@media screen and (max-width: 768px){
	.line__sec03 {
		padding: 0 !important;
	}
}
.line__sec03__inner {
	width: 892px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.line__sec03__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
	}
}
.line__sec03__inner h2 {
	font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 2em;
    clear: both;
    line-height: 1.5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line__sec03__inner h2:before {
	content: "";
    background: url(../images/logomark.png);
    display: inline-block;
    background-size: cover;
    vertical-align: sub;
    width: 36px;
    height: 36px;
    margin-right: 1rem;
}
@media screen and (max-width: 768px){
	.line__sec03__inner h2:before {
		width: 28px;
		height: 28px;
	}
}
.line__sec03__cnt__inner {
	margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.line__sec03__cnt__innerleft {
	border-top: 1px solid #6AB032;
	border-left: 1px solid #6AB032;
	border-right: 1px solid #6AB032;
	padding-top: 25px;
    position: relative;
    width: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (max-width: 768px){
	.line__sec03__cnt__innerleft {
		width: 80px;
	}
}
.line__sec03__cnt__innerleft:before {
	content: "";
    position: absolute;
    right: 0;
    /*top: 0;*/
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 60px 0 60px;
    border-color: #ffffff transparent transparent transparent;
	top: auto;
    bottom: -20px;
    z-index: 1;
}
@media screen and (max-width: 768px){
	.line__sec03__cnt__innerleft:before {
		bottom: -12px;
		border-width: 12px 40px 0 40px;
	}
}
.line__sec03__cnt__innerleft p {
	text-align: center;
    font-size: 3.2rem !important;
    font-weight: 700;
    line-height: 1;
    display: block;
    padding: 0.5em;
    color: #6AB032;
}
@media screen and (max-width: 768px){
	.line__sec03__cnt__innerleft p {
		font-size: 2.2rem !important;
	}
}
.line__sec03__cnt__innerleft p small {
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 1;
    display: block;
}
@media screen and (max-width: 768px){
	.line__sec03__cnt__innerleft p small {
		font-size: 1.1rem;
	}
}
.line__sec03__cnt__innerleft:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -21px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 60px 0 60px;
    border-color: #6AB032 transparent transparent transparent;
    clear: both;
}
@media screen and (max-width: 768px){
	.line__sec03__cnt__innerleft:after {
		bottom: -13px;
		border-width: 12px 40px 0 40px;
	}
}
.line__sec03__cnt__innerright {
    padding: 1em 0 1em 0;
    width: calc(100% - 120px - 20px);
}
@media screen and (max-width: 768px){
	.line__sec03__cnt__innerright {
		padding: 12px 0.5em 0.5em 0;
		width: calc(100% - 100px);
	}
}
.line__sec03__cnt__innerright p:first-of-type {
	color: #6AB032;
    margin-bottom: 0.25em;
    font-size: 1.25rem;
    font-weight: 700;
}
.line__sec03__cnt__innerright p:nth-of-type(2) {
	line-height: 1.75;
	margin-bottom: 1rem;
	font-size: 16px;
}
.line__sec03__cnt__innerright .btn_area {
	text-align: left;
    margin: 1rem 0 1rem;
}
.line__sec03__cnt__innerright .btn_area a {
	display: inline-block;
    padding: 1rem 2.5rem 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    min-width: 240px;
    box-shadow: 0 0 0 rgb(0 0 0 / 10%);
	background-color: #33863d;
	color: #fff;
	position: relative;
	box-sizing: border-box;
}
.line__sec03__cnt__innerright .btn_area a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-left: 1.5rem;
    margin-top: -8px;
    border-top: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px #fff;
	transform: translateY(0);
}
.line__sec03__cnt__innerright .img_qr {
	
}
@media screen and (max-width: 768px){
	.line__sec03__cnt__innerright .img_qr {
		width: 100%;
	}
}









/* ゴミ屋敷・汚部屋片付け */

.hh__sec01 {
	width: 100%;
    padding: 60px 0;
	margin-bottom: 100px;
}
@media screen and (max-width: 768px){
	.hh__sec01 {
		padding: 30px 0;
		margin-bottom: 40px;
	}
}
.hh__sec01__inner {
	width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px){
	.hh__sec01__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
		flex-direction: column;
	}
}
.hh__sec01__cnt {
	width: 50%;
}
@media screen and (max-width: 768px){
	.hh__sec01__cnt {
		width: 100%;
	}
}
.hh__sec01__cnt h2 {
	font-size: 3.125rem;
    line-height: 1;
    font-family: 'Noto Sans JP';
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.hh__sec01__cnt h2 {
		font-size: 2.0625rem;
	}
}
.hh__sec01__cnt ul {
	margin: 0 0 80px 0;
}
@media screen and (max-width: 768px){
	.hh__sec01__cnt ul {
		margin-bottom: 20px;
	}
}
.hh__sec01__cnt ul li {
	font-size: 18px;
    font-family: 'Noto Sans JP';
    line-height: 160%;
}
@media screen and (max-width: 768px){
	.hh__sec01__cnt ul li {
		font-size: 15px;
	}
}
.hh__sec01__cnt p.link {
	/*text-align: right;*/
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 768px){
	.hh__sec01__cnt p.link {
		font-size: 15px;
		margin-bottom: 30px;
	}
}
.hh__sec01__cnt p.link a {
	background-color: #eea900;
    color: #fff;
    font-weight: bold;
    padding: 16px 20px 12px;
    box-sizing: border-box;
    border-radius: 10px;
	transition: .3s;
}
.hh__sec01__cnt p.link a:hover {
    background-color: #A67400;
}
.hh__sec01__price .plus {
	font-size: 24px;
    font-family: 'Noto Sans JP';
    line-height: 160%;
    text-align: center;
}
.hh__sec01__price table.table__01,
.hh__sec01__price table.table__02 {
	border: 1px solid #ccc;
    border-collapse: collapse;
	width: 100%;
}
@media screen and (max-width: 768px){
	.hh__sec01__price table.table__01,
	.hh__sec01__price table.table__02 {
		width: 100%;
	}
}
.hh__sec01__price table.table__01 thead,
.hh__sec01__price table.table__02 thead {
	background: #eea900;
    color: #fff;
}
.hh__sec01__price table.table__01 thead th,
.hh__sec01__price table.table__02 thead th {
	padding: 0.5rem 1.5rem;
    font-size: 18px;
	border: 1px solid #ccc;
}
@media screen and (max-width: 768px){
	.hh__sec01__price table.table__01 thead th,
	.hh__sec01__price table.table__02 thead th {
		padding: 0.3rem 0;
		font-size: 16px;
	}
}
.hh__sec01__price table.table__01 tbody th {
	background: #eee;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
	border: 1px solid #ccc;
}
@media screen and (max-width: 768px){
	.hh__sec01__price table.table__01 tbody th {
		padding: 0.3rem 0;
		font-size: 16px;
	}
}
.hh__sec01__price table.table__02 tbody th {
	background: #eee;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
	border: 1px solid #ccc;
	color: #FF8000;
}
@media screen and (max-width: 768px){
	.hh__sec01__price table.table__02 tbody th {
		padding: 0.3rem 0;
		font-size: 16px;
	}
}
.hh__sec01__price table.table__02 tbody th span {
	font-size: 15px;
	color: #333;
}
.hh__sec01__price table tbody td {
	color: #d90000;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding: 0.5rem 1.5rem;
	border: 1px solid #ccc;
}
@media screen and (max-width: 768px){
	.hh__sec01__price table tbody td {
		padding: 0.3rem 0;
		font-size: 18px;
	}
}
/* 特殊清掃 */
.csc__sec01 {
	width: 100%;
	padding: 60px 0 !important;
}
@media screen and (max-width: 768px){
	.csc__sec01 {
		padding: 30px 0 !important;
	}
}
.csc__sec01__tit {
	text-align: center;
	margin: 0 auto 30px;
	width: 900px;
}
@media screen and (max-width: 768px){
	.csc__sec01__tit {
		width: 95%;
		margin-bottom: 20px;
		text-align: left;
	}
}
.csc__sec01__tit h2 {
	font-size: 3rem;
	border: 10px solid #EEEBE9;
	background: #17A5D3;
	color: #fff;
	font-weight: 600;
	padding: 1rem;
}
@media screen and (max-width: 768px){
	.csc__sec01__tit h2 {
		font-size: 1.8rem;
	}
}
.csc__sec01__tit h2 span {
	font-size: 1.8rem;
	display: block;
}
@media screen and (max-width: 768px){
	.csc__sec01__tit h2 span {
		font-size: 0.9rem;
	}
}
.csc__sec01__inner {
	width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.csc__sec01__inner {
		width: 95%;
	}
}
.csc__sec01__inner .txt p {
	font-size: 20px;
    font-weight: 600;
    line-height: 180%;
}
@media screen and (max-width: 768px){
	.csc__sec01__inner .txt p {
		font-size: 16px;
		font-weight: 400;
		line-height: 160%;
	}
}
.csc__sec02 {
	width: 100%;
    padding: 60px 0;
}
@media screen and (max-width: 768px){
	.csc__sec02 {
		padding: 30px 0 !important;
	}
}
.csc__sec02__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.csc__sec02__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
	}
}
.csc__sec02__tit {
	text-align: center;
    margin-bottom: 70px;
}
.csc__sec02__tit h2 {
	font-size: 3.125rem;
    line-height: 1;
    font-family: 'Noto Sans JP';
    position: relative;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.csc__sec02__tit h2 {
		font-size: 2.0675rem;
	}
}
.csc__sec02__tit h2:after {
	content: '';
    display: inline-block;
    width: 127px;
    height: 12px;
    background: #000;
    position: absolute;
    left: calc(50% - 63.5px);
    bottom: -30px;
}
@media screen and (max-width: 768px){
	.csc__sec02__tit h2:after {
		width: 90px;
		height: 8px;
		left: calc(50% - 45px);
	}
}
.csc__sec02__inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
	.csc__sec02__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
		flex-direction: column;
	}
}
.csc__sec02__cnt {
	width: 48%;
}
@media screen and (max-width: 768px){
	.csc__sec02__cnt {
		width: 100%;
	}
}
.csc__sec02__cnt .tit {
	/*background: #17A5D3;*/
	background: #f1c50e;
	padding: 1rem;
	position: relative;
}
@media screen and (max-width: 768px){
	.csc__sec02__cnt .tit {
		padding: 0.7rem;
	}
}
/*.csc__sec02__cnt .tit:after {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #5DC0E0;
    font-size: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px){
	.csc__sec02__cnt .tit:after {
		font-size: 2rem;
	}
}
.csc__sec02__cnt:nth-of-type(1) .tit:after { content: "01"; }
.csc__sec02__cnt:nth-of-type(2) .tit:after { content: "02"; }
.csc__sec02__cnt:nth-of-type(3) .tit:after { content: "03"; }
.csc__sec02__cnt:nth-of-type(4) .tit:after { content: "04"; }*/
.csc__sec02__cnt .tit h3 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.csc__sec02__cnt .tit h3 {
		font-size: 18px;
	}
}
.csc__sec02__cnt .pic {
	width: 100%;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.csc__sec02__cnt .pic {
		margin-bottom: 5px;
	}
}
.csc__sec02__cnt .pic img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media screen and (max-width: 768px){
	.csc__sec02__cnt .pic img {
		height: 140px;
	}
}
.csc__sec02__cnt .txt {
	margin-bottom: 30px;
}
.csc__sec02__cnt .txt p {
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
}
@media screen and (max-width: 768px){
	.csc__sec02__cnt .txt p {
		font-size: 16px;
		font-weight: 400;
	}
}
.csc__sec03 {
	width: 100%;
    padding: 100px 0 60px 0;
	background: #f2f2f2;
	margin-bottom: 60px !important;
}
@media screen and (max-width: 768px){
	.csc__sec03 {
		padding: 30px 0 0 !important;
		margin-bottom: 0 !important;
	}
}
.csc__sec03__inner {
	width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.csc__sec03__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
	}
}
.csc__sec03__tit {
	text-align: center;
    margin-bottom: 70px;
}
.csc__sec03__tit h2 {
	font-size: 3.125rem;
    line-height: 1;
    font-family: 'Noto Sans JP';
    position: relative;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.csc__sec03__tit h2 {
		font-size: 2.0675rem;
	}
}
.csc__sec03__tit h2:after {
	content: '';
    display: inline-block;
    width: 127px;
    height: 12px;
    background: #000;
    position: absolute;
    left: calc(50% - 63.5px);
    bottom: -30px;
}
@media screen and (max-width: 768px){
	.csc__sec03__tit h2:after {
		width: 90px;
		height: 8px;
		left: calc(50% - 45px);
	}
}
.csc__sec03__inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
	.csc__sec03__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
		flex-direction: column;
	}
}
.csc__sec03__cnt {
	display: flex;
    justify-content: space-between;
    /*background: #E9F3F4;*/
	background: #fef9e6;
    padding: 1.5rem;
    box-sizing: border-box;
    align-items: center;
	/*box-shadow: 0px 0px 10px -5px #999;*/
	margin-bottom: 2rem;
	position: relative;
	border: 2px solid #26a12f;
}
@media screen and (max-width: 768px){
	.csc__sec03__cnt {
		flex-direction: column;
		/*padding: 1rem;*/
		padding: 2rem 1rem 1rem;
		margin-bottom: 3rem;
	}
}
@media screen and (min-width: 769px){
	.csc__sec03__cnt:nth-of-type(2),
	.csc__sec03__cnt:nth-of-type(4) {
		flex-direction: row-reverse;
	}
}
.csc__sec03__cnt:before {
	position: absolute;
	/*left: 0;*/
	left: 1rem;
	top: -1rem;
	font-family: 'Noto Sans JP';
	/*font-size: 8.5rem;*/
	font-size: 2.4rem;
	/*color: #C5EAEE;*/
	color: #fef9e6;
	line-height: 100%;
	background: #26a12f;
	padding: 1rem;
	border-radius: 10px;
}
@media screen and (max-width: 768px){
	.csc__sec03__cnt:before {
		/*font-size: 5rem;*/
		font-size: 1.8rem;
		left: auto;
		/*right: 0;*/
		right: 1rem;
		top: -2rem;
	}
}
@media screen and (min-width: 769px){
	.csc__sec03__cnt:nth-of-type(2):before,
	.csc__sec03__cnt:nth-of-type(4):before {
		left: auto;
		/*right: 0;*/
		right: 1rem;
	}
}
.csc__sec03__cnt:nth-of-type(1):before { content: "01"; }
.csc__sec03__cnt:nth-of-type(2):before { content: "02"; }
.csc__sec03__cnt:nth-of-type(3):before { content: "03"; }
.csc__sec03__cnt:nth-of-type(4):before { content: "04"; }
.csc__sec03__cnt .txt {
	width: 60%;
	z-index: 100;
}
@media screen and (max-width: 768px){
	.csc__sec03__cnt .txt {
		width: 100%;
		margin-bottom: 15px;
	}
}
.csc__sec03__cnt .txt h3 {
	font-family: 'Noto Sans JP';
    margin-bottom: 2rem;
    font-size: 30px;
	position: relative;
}
@media screen and (max-width: 768px){
	.csc__sec03__cnt .txt h3 {
		font-size: 18px;
	}
}
.csc__sec03__cnt .txt h3 span {
	color: #f39816;
}
.csc__sec03__cnt h3:after {
	content: '';
    display: inline-block;
    width: 127px;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
	bottom: -15px;
}
@media screen and (max-width: 768px){
	.csc__sec03__cnt h3:after {
		width: 90px;
		height: 2px;
		left: 0;
	}
}
.csc__sec03__cnt .txt p {
	/*background: #fff;*/
    /*padding: 1rem;*/
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 768px){
	.csc__sec03__cnt .txt p {
		font-size: 15px;
		/*padding: 0.7rem;*/
	}
}
.csc__sec03__cnt .pic {
	width: 36%;
}
@media screen and (max-width: 768px){
	.csc__sec03__cnt .pic {
		width: 100%;
	}
}
.csc__sec03__cnt .pic img {
	width: 100%;
}
.csc__sec04 {
	width: 100%;
    padding: 60px 0;
}
@media screen and (max-width: 768px){
	.csc__sec04 {
		padding: 30px 0;
	}
}
.csc__sec04__inner {
	width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px){
	.csc__sec04__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
		flex-direction: column;
	}
}
@media screen and (min-width: 769px){
	.csc__sec04__cnt {
		width: 62%;
	}
}
.csc__sec04__cnt h2 {
	font-size: 3.125rem;
    line-height: 1;
    font-family: 'Noto Sans JP';
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.csc__sec04__cnt h2 {
		font-size: 2.0625rem;
	}
}
.csc__sec04__cnt ul {
	margin: 0 0 80px 0;
}
@media screen and (max-width: 768px){
	.csc__sec04__cnt ul {
		margin-bottom: 20px;
	}
}
.csc__sec04__cnt ul li {
	font-size: 18px;
    font-family: 'Noto Sans JP';
    line-height: 160%;
}
@media screen and (max-width: 768px){
	.csc__sec04__cnt ul li {
		font-size: 15px;
	}
}
.csc__sec04__cnt p.link {
	/*text-align: right;*/
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 768px){
	.csc__sec04__cnt p.link {
		font-size: 15px;
		margin-bottom: 30px;
	}
}
.csc__sec04__cnt p.link a {
	background-color: #eea900;
    color: #fff;
    font-weight: bold;
    padding: 16px 20px 12px;
    box-sizing: border-box;
    border-radius: 10px;
	transition: .3s;
}
.csc__sec04__cnt p.link a:hover {
    background-color: #A67400;
}
@media screen and (min-width: 769px){
	.csc__sec04__price {
		width: 32%;
	}
}
.csc__sec04__price table {
	border: 1px solid #ccc;
    border-collapse: collapse;
}
@media screen and (max-width: 768px){
	.csc__sec04__price table {
		width: 100%;
	}
}
.csc__sec04__price table tbody th {
	background: #eee;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
	border: 1px solid #ccc;
	color: #FF8000;
}
@media screen and (max-width: 768px){
	.csc__sec04__price table tbody th {
		padding: 0.3rem 0;
		font-size: 16px;
	}
}
.csc__sec04__price table tbody th span {
	font-size: 15px;
	color: #333;
}
.csc__sec04__price table tbody td {
	color: #d90000;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 0.5rem 1.5rem;
	border: 1px solid #ccc;
}
@media screen and (max-width: 768px){
	.csc__sec04__price table tbody td {
		padding: 0.3rem 0;
		font-size: 16px;
	}
}
.csc__sec05 {
	width: 100%;
    padding: 0 0 60px 0 !important;
}
@media screen and (max-width: 768px){
	.csc__sec05 {
		padding-bottom: 30px !important;
	}
}
.csc__sec05__inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
	.csc__sec05__inner {
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
		flex-direction: column;
	}
}
.csc__sec05__inner img {
	width: 100%;
}
.csc__sec06 {
	width: 100%;
    padding: 0 0 60px 0 !important;
}
@media screen and (max-width: 768px){
	.csc__sec06 {
		padding: 0 15px !important;
		box-sizing: border-box;
	}
}
.csc__sec06__inner {
	width: 600px;
	margin: 0 auto 2rem;
	border: 1px solid #999;
    padding: 2rem;
    border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 768px){
	.csc__sec06__inner {
		width: 100%;
		padding: 1rem;
	}
}
.csc__sec06__inner h3 {
	font-size: 20px;
    font-weight: 600;
    line-height: 180%;
}
@media screen and (max-width: 768px){
	.csc__sec06__inner h3 {
		font-size: 16px;
	}
}
.csc__sec06__inner p {
	color: #db545a !important;
	font-size: 16px;
    font-weight: 600;
    line-height: 180%;
}
@media screen and (max-width: 768px){
	.csc__sec06__inner p {
		font-size: 15px;
	}
}
.csc__sec06__inner .tel a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: inherit;
}
.csc__sec06__inner .tel a img {
    width: 80px;
    margin-right: 16px;
}
@media screen and (max-width: 768px){
	.csc__sec06__inner .tel a img {
		width: 18%;
		margin-right: 3%;
	}
}
.csc__sec06__inner .tel a .num {
    border-bottom: dashed 1px #4B4B4B;
    position: relative;
    background: linear-gradient(transparent 60%, #ff6 60%);
    transition: 0.3s;
	font-size: 64px;
    font-weight: bold;
    display: block;
    line-height: 1.25;
}
@media screen and (max-width: 768px){
	.csc__sec06__inner .tel a .num {
		font-size: 7.6vw;
	}
}
.sec-pb30 { padding-bottom: 15px; }
.sec-pb50 { padding-bottom: 25px; }
.sec-pb100 { padding-bottom: 50px; }
.sec-contact {
	background: #F3F4F3;
	padding: 30px 0;
}
.pkuzu {
	width: 100%;
}
.pkuzu ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.pkuzu ul li {
	font-size: 13px;
	display: inline-block;
	white-space: nowrap;
}
.pkuzu ul li::after{
	content:'/';
	display: inline-block;
	margin: 0 0.5rem;
}
.pkuzu ul li:last-child::after{
	content: none;
}
.pkuzu ul li span {
	font-size: 13px;
	display: inline-block;
    max-width: 18em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}
.fds03 {
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#accordion_menu > li {
    background: #EEE;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
#accordion_menu > li a {
    color: #333;
	padding: 5px 10px;
}
#accordion_menu > li a:before {
    content: 'Q. ';
	font-size: 30px;
	color: #010164;
}
#accordion_menu li.answer {
	font-size: 14px;
	font-weight: 500;
}
#accordion_menu li.answer:before {
	content: 'A. ';
	font-size: 30px;
	color: #ff4136;
}
#accordion_menu a[data-toggle="collapse"]{
    display: block;
    text-decoration: none;
	position: relative;
}
#accordion_menu a[data-toggle="collapse"]::after{
    content:"";
    display: block;
    width: 10px;
    height: 10px;
    border-top: #666 3px solid;
    border-right: #666 3px solid;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#accordion_menu a[aria-expanded=false]::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: 0.3s;
}
[id^="menu"] li{
    padding: 10px 10px 10px 20px;
}
/*-------------------------
フッター
-------------------------*/
/* 追従フッター */
section.tel_fix {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
	display: block;
	background-color:#1b84a9;
    box-shadow: 0 -3px 8px 0 rgba(0,0,0,0.2);
}
section.tel_fix .tel_fix__inner {
	width:1200px;
	height:90px;
	margin:0 auto;
    display: flex;
	align-items:center;
	justify-content:space-between;
}
section.tel_fix .tel_fix__inner .pc_txt{
	color:#fff;
	font-weight:bold;
}
section.tel_fix .tel_fix__inner .sp{
	display:none;
}
section.tel_fix .tel_fix__inner a{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:center;
	width:280px;
	height:60px;
    background: #333;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border-radius:3em;
	transition:.2s;
}
section.tel_fix .tel_fix__inner a img{
	width:24px;
	margin-right:10px;
}
section.tel_fix .tel_fix__inner a:hover img{
	opacity:1;
}
section.tel_fix .tel_fix__inner .tel_btn a{
	pointer-events:none;
	background-color:#db8d2e;
    box-shadow: 0 4px 0 #804904;
	font-size:24px;
	flex-direction:column;
}
section.tel_fix .tel_fix__inner .mail_btn a{
	background-color:#d8575c;
    box-shadow: 0 4px 0 #93272b;
}
section.tel_fix .tel_fix__inner .line_btn a{
	background-color:#2fb745;
    box-shadow: 0 4px 0 #166e27;
}
section.tel_fix .tel_fix__inner .mail_btn a:hover,
section.tel_fix .tel_fix__inner .line_btn a:hover{
	box-shadow:0 0 0 #000;
	transform:translateY(2px);
}
section.tel_fix .tel_fix__inner .tel_btn a > span{
    display:flex;
	align-items:center;
	line-height:1;
}
section.tel_fix .tel_fix__inner .tel_btn a > span img{
	width: 22px;
	margin:0 10px 0 0;
	padding-bottom:3px;
}
section.tel_fix .tel_fix__inner .tel_btn a small{
    display:block;
	font-size:11px;
	line-height:1;
	margin-top:3px;
}
@media screen and (max-width: 768px) {
	section.tel_fix .tel_fix__inner .sp{
		display:block;
	}
	section.tel_fix .tel_fix__inner .pc,
	section.tel_fix .tel_fix__inner .pc_txt,
	section.tel_fix .tel_fix__inner .tel_btn a small{
		display:none;
	}
	section.tel_fix .tel_fix__inner {
		width:100%;
		height:auto;
		margin:0 auto;
	    display: flex;
		align-items:stretch;
	}
	section.tel_fix .tel_fix__inner .tel_btn,
	section.tel_fix .tel_fix__inner .mail_btn,
	section.tel_fix .tel_fix__inner .line_btn{
		width:33.33%;
		height:60px;
	}
	section.tel_fix .tel_fix__inner a{
		display:flex;
		align-items:center;
		flex-wrap:wrap;
		justify-content:center;
		flex-direction:column;
		width:100%;
		height:100%;
		font-size:14px;
		border-radius:0;
	}
	section.tel_fix .tel_fix__inner a img{
		width:auto;
		height:17px;
		margin:0 0 3px;
	}
	section.tel_fix .tel_fix__inner a > span{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	section.tel_fix .tel_fix__inner .tel_btn a > span img{
		width:auto;
		height:15px;
		display:block;
		margin:0 0 5px 0;
		padding-bottom:0;
	}
	section.tel_fix .tel_fix__inner .tel_btn a{
		pointer-events:auto;
		background-color:#db8d2e;
	    box-shadow: none;
		font-size:14px;
		flex-direction:column;
	}
	section.tel_fix .tel_fix__inner .mail_btn a{
		background-color:#d8575c;
	    box-shadow: none;
	}
	section.tel_fix .tel_fix__inner .line_btn a{
		background-color:#2fb745;
	    box-shadow: none;
	}
	section.tel_fix .tel_fix__inner .mail_btn a:hover,
	section.tel_fix .tel_fix__inner .line_btn a:hover{
		box-shadow:0 0 0 #000;
		transform:translateY(0);
	}
}footer.footer__container {
	padding: 30px 0 50px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
	footer.footer__container {
		padding: 20px 0;
		width: 95%;
		justify-content: center;
	}
}@media screen and (max-width: 768px) {
	footer .footer__logo {
		text-align: center;
	}
}footer .footer__logo ul {
	display: flex;
    justify-content: flex-start;
    margin: 0.5rem 0;
}
@media screen and (max-width: 768px) {
	footer .footer__logo ul {
		justify-content: center;
	}
}
footer .footer__logo ul li {
	font-size: 1rem;
    font-weight: 500;
    margin-right: 1rem;
}
footer .copy {
	font-size: 0.75rem;
	font-weight: 500;
}
footer .footer__navi {
	width: 40%;
}
@media screen and (max-width: 768px) {
	footer .footer__navi {
		display: none;
	}
}
footer .footer__navi nav ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .footer__navi nav ul li {
	width: 33.3%;
    font-size: 1rem;
    line-height: 200%;
    font-weight: 500;
}
#pagetop.fixed, #pagetop_sp.fixed {
    height: auto;
    opacity: .9;
    visibility: visible;
	transition: 0.3s;
}
.pagetop a {
	z-index: 1;
}
.totop1 a {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
}
.totop1 a img {
    width: 100%;
}
.secondary a *, .site-footer a *, .site-header a *, a {
    transition: all .2s linear;
}
@media screen and (min-width: 769px){
	.sp__flt__btn {
		display: none;
	}
}
@media screen and (max-width: 768px){
	#pagetop {
		display: none;
	}
	.sp__flt__btn {
		/*position: fixed;
		right: 45px;
		top: 5px;
		height: 42px;*/
	}
	.sp__flt__btn__in {
		display: flex;
		align-items: center;
		height: 100%;
		font-size: 15px;
		font-weight: 600;
		justify-content: space-between;
	}
	.sp__flt__btn__in .box__01 {
		width: 44%;
		border-right: 1px solid #fff;
		text-align: center;
	}
	.sp__flt__btn__in .box__02 {
		width: 46%;
		border-right: 1px solid #fff;
		text-align: center;
	}
	.sp__flt__btn__in .box__03 {
		width: 10%;
	}
	.sp__flt__btn__in div img {
		width: 100%;
		height: auto;
	}
	.sp__flt__btn__in > div a {
    	color: #fff;
		display: block;
		padding: 10px 0;
	}
	.sp__flt__btn__in .box__01 a:before {
    	content: "";
		background: url(../images/tel.png) no-repeat;
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		background-size: contain;
		margin-right: 5px;
	}
	.sp__flt__btn__in .box__02 a:before {
    	content: "";
		background: url(../images/mail.png) no-repeat;
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		background-size: contain;
		margin-right: 5px;
	}
}
.sec-form {
	margin-bottom: 50px;
}
.sec-form .dl_form dt {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.sec-form .dl_form dt span {
	font-size: 13px;
	color: #F00;
	font-weight: 500;
}
.sec-form .dl_form dd {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.sec-form .dl_form dd input[type="text"],
.sec-form .dl_form dd input[type="email"],
.sec-form .dl_form dd input[type="tel"] {
	height: 3.0em;
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
	padding: 0 1em;
	width: 100%;
}
.sec-form .dl_form dd.per10 input[type="text"] {
	width: 10%;
}
.sec-form .dl_form dd textarea {
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
	padding: 1em;
	width: 100%;
}
/*.box_thanks {
	background: #eee;
	width: 100%;
	padding: 10px;
	margin-bottom: 30px;
}
.box_thanks p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.box_thanks2 ul li {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1em;
}*/
.mw_wp_form_confirm .event_info {
	display: none;
}
/* _/_/_/_/_/_/_/_/_/_/_/_/
最小画面（スマホ）向け：576px未満
bootstrap3
bootstrap4 xs
_/_/_/_/_/_/_/_/_/_/_/_/ */
@media only screen and (max-width: 575px) {
	.dp-n-xs {
		display: none;
	}
	.navbar_in {
		padding: 0;
	}
	.box_arrow .bg_white,
	.box_arrow .bg_pink,
	.box_arrow .bg_pink_first,
	.box_arrow .bg_pink_end {
		padding: 35px 10px;
	}
	.bg_blk img {
		max-width: 100%;
	}
	.k_map img {
		width: 100%;
	}
	.bt_xs_area {
		text-align: center;
		color: #fff;
		background: #330;
		padding: 5px;
		margin-top: 5px;
	}
	.navbar-submenu {
		display: none;
	}
	.box_business dl {
		top: 25%;
		left: 5%;
		/*transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		margin: auto;*/
	}
}
/* _/_/_/_/_/_/_/_/_/_/_/_/
小画面（ファブレット）向け：576px 〜 767px
bootstrap3 xs
bootstrap4 sm
_/_/_/_/_/_/_/_/_/_/_/_/ */
@media only screen and (min-width: 576px) {
	.dp-n-sm {
		display: none;
	}
	.dp-n-smup {
		display: none;
	}
	.xs_br {
		display: none;
	}
	.fnav li {
		line-height: 240%;
	}
	#top_slide {
		overflow: hidden;
		max-height: 700px;
		background: #000;
	}
	#top_slide img {
		width: 100%;
		height: auto;
	}
	.top_txt01 {
		text-align: center;
	}
	.navbar-submenu {
		display: none;
	}
	section h2.h2_sec,
	section h2.h2_sec_sub {
		font-size: 28px;
	}
	section p.h2_sec_p {
		font-size: 13px;
	}
	section p.h2_sec_p2 {
		font-size: 18px;
	}
	section p.p_18 {
		font-size: 18px;
	}
	/*section ul.ul_01 li {
		line-height: 140%;
	}*/
	section ul.ul_01 li.contact_tel {
		font-size: 3.6rem;
	}
	.sec-contact h2.h2_sec {
		margin-bottom: 1.5rem;
	}
	.box_business dl {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		margin: auto;
	}
}
/* _/_/_/_/_/_/_/_/_/_/_/_/
中画面（タブレット）向け：768px 〜 991px
bootstrap3 sm
bootstrap4 md
_/_/_/_/_/_/_/_/_/_/_/_/ */
@media only screen and (min-width: 768px) {
	.dp-n-sm {
		display: block;
	}
	.dp-n-md {
		display: none;
	}
	.sec-pb30 { padding-bottom: 30px; }
	.sec-pb50 { padding-bottom: 50px; }
	.sec-pb100 { padding-bottom: 100px;	}
	.header {
		display: none;
	}
	.sec-contact {
		padding: 60px 0;
	}
	/*.wrapper-body {
		padding: 80px 0 0 0;
	}*/
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-toggle::after {
		display: none;
	}
	.sticky_md_top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sec-bg_sub { height: 322px; }
	.sec-bg_sub .h2_subtitle {
		font-size: 40px;
	}
	.sec-bg_sub .h2_subtitle_en {
		font-size: 64px;
	}
	.sec-mainvisual .logo_area,
	.sec-bg_sub .logo_area {
		display: block;
		width: 100%;
		z-index: 10;
		position: absolute;
		left: 0;
		top: 0;
		/*padding-top: 20px;*/
		background-color: rgba(255,255,255,0.5);
		height: 92px;
	}
	.sec-mainvisual .logo_area_sub,
	.sec-bg_sub .logo_area_sub {
		width: 100%;
		padding-top: 20px;
		display: block;
	}
	nav.navbar-sp {
		display: none;
	}
	nav.navbar {
		position: static;
	}
	nav.navbar ul li {
		border-bottom: none;
	}
	nav.navbar ul li {
		font-size: 1.1rem;
	}
	.navbar-submenu {
		overflow: hidden;
		display: flex;
		width: 100%;
		height: 100%;
	}
	.navbar-submenu dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}
	.navbar-submenu dl dt,
	.navbar-submenu dl dd {
		font-size: 1.2rem;
		/*float: left;*/
		/*margin-right: 25px;*/
		/*line-height: 46px;*/
		/*border: 1px solid #0668A9;*/
		/*width: 136px;*/
		text-align: center;
		font-weight: 700;
		margin: 0;
		width: 50%;
		height: 100%;
		vertical-align: baseline;
	}
	.navbar-submenu dl dt { background: #EC6617; }
	.navbar-submenu dl dd { background: #1A9288; }
	.navbar-submenu dl dt a,
	.navbar-submenu dl dd a {
		display: block;
		color: #FFF;
		height: 100%;
		text-align: center;
		position: relative;
	}
	.navbar-submenu dl dt a:hover,
	.navbar-submenu dl dd a:hover {
		background: #0668A9;
		color: #fff;
	}
	.navbar-submenu dl dt a img,
	.navbar-submenu dl dd a img {
		width: 80%;
		max-width: 76px;
		/*padding-top: 15%;*/
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-submenu dl dt a span,
	.navbar-submenu dl dd a span {
		display: inline-block;
		text-align: center;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
	}
	.fg24 { flex-basis: 24% !important; }
	.fg23 { flex-basis: 23% !important; }
	.fg19 { flex-basis: 19% !important; }
	.fg18 { flex-basis: 18% !important; }
	.fg16 { flex-basis: 16% !important; }
	.fg26 { flex-basis: 26% !important; }
	.fg5 { flex-basis: 5% !important; }
	.fg8 { flex-basis: 8% !important; }
	.fg14 { flex-basis: 14% !important; }
	.fg10 { flex-basis: 10% !important; }
	.fg22 { flex-basis: 22% !important; }
	.fg28 { flex-basis: 28% !important; }
	.fg13 { flex-basis: 13% !important; }
	.fg21 { flex-basis: 21% !important; }
	.fg27 { flex-basis: 27% !important; }
	.fg15 { flex-basis: 15% !important; }
	.box_approach img {
		margin: 0;
	}
	h2.h2_notosans {
		font-size: 76px;
	}
	section ul.ul_01 li br {
		display: inline-block;
	}
	.box_business dl {
		left: 5px;
		top: 40px;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.box_business dl dt {
		font-size: 22px;
	}
	.box_business dl dd {
		font-size: 15px;
		line-height: 130%;
		display: block;
	}
	.box_business p.p_arrow {
		font-size: 16px;
	}
	.ul_oshirase li {
		font-size: 18px;
	}
	.p_oshirase_more {
		font-size: 18px;
	}
	.box_top_company,
	.box_top_faq {
		height: 287px;
		padding-top: 75px;
	}
	.box_top_company h2,
	.box_top_faq h2 {
		font-size: 36px;
	}
	.box_top_company .bt_red,
	.box_top_faq .bt_red {
    	width: 246px;
	}
	.box_top_company .bt_red a,
	.box_top_faq .bt_red a {
		width: 246px;
		height: 38px;
		font-size: 16px;
		line-height: 38px;
	}
	.box_service01 {
		margin-bottom: 0;
	}
	.box_service02 {
		margin-bottom: 0;
	}
	.triangle {
    	font-size: 18px;
	}
	.triangle::before {
    	border-bottom: 1.6rem solid transparent;
		border-left: 1.6rem solid #4D6690; /* ラベルの色はここで変更 */
    }
	.table_01 th {
		font-size: 18px;
		padding: 5px 10px;
	}
	.table_01 td {
		font-size: 16px;
		padding: 7px 10px;
	}
	.dl_flex01 dt,
	.dl_flex01 dd {
		padding-left: 10px;
	}
	.ul_flex01 li {
		padding-right: 10px;
	}
	.dl_flex01 dd a,
	.dl_flex02 dt a,
	.ul_flex01 li a {
		font-size: 16px;
		padding: 7px 30px;
	}
	.table_02 th,
	.table_03 th,
	.table_05 th{
		font-size: 16px;
		padding: 10px;
	}
	.table_02 td,
	.table_03 td,
	.table_05 td{
		font-size: 16px;
		padding: 10px;
	}
	.box_service03 h3 {
		font-size: 18px;
	}
	.box_service03 p {
		font-size: 16px;
	}
	.dl_01 dt {
		font-size: 18px;
		padding: 5px 10px;
	}
	.dl_01 dd {
		font-size: 16px;
		padding: 7px 10px;
	}
	.box_ed01 p,
	.box_ed02 dl dt {
		font-size: 16px;
	}
	.box_ed02 dl dd {
		font-size: 16px;
	}
	.balloon {
		padding: 0.8em;
		font-size: 36px;
	}
	.ul_02 li {
		padding: 10px 15px;
	}
	.ul_02 li span {
		font-size: 17px;
	}
	.ul_03 li {
		font-size: 16px;
	}
	.txt-mc {
		font-size: 24px;
		line-height: 180%;
	}
	.cp_headline07 {
		padding: 18px 14px;
	}
	.p_about01,
	.p_about02,
	.p_about03{
		font-size: 20px;
	}	.table_04 th{
		font-size: 16px;
		padding: 10px;
	}	.table_04 td{
		font-size: 16px;
		padding: 10px;
	}	.table_04 td img {
		width: 100%;
	}	.h3_topics {
		padding: 5px 0 5px 15px;
		font-size: 20px;
		margin-bottom: 15px;
	}	.h3_topics_p {
		font-size: 16px;
	}	.sec-pagenation {
		font-size: 16px;
	}	.news .date {
		font-size: 16px;
	}	.news .news_cont p {
		font-size: 18px;
	}	.dl_sitemap dt {
		padding: 5px 0 5px 15px;
		font-size: 20px;
		margin-bottom: 15px;
	}	.dl_sitemap dd {
    	font-size: 16px;
	}	.bg_top_tatamibg {
		padding: 100px 0;
	}	.bg_history_tatamibg {
		padding: 80px 0;
		text-align: center;
	}	section h3.h3_sec,
	.mv_sub h1 {
		font-size: 3.6rem;
	}	section h3.h3_sec span,
	.mv_sub h1 span {
		font-size: 2.4rem;
	}	.bg_paper {
		padding: 100px 0;
	}	.p_rl {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 3.6rem;
	}	.ul_oshirase {
		padding-top: 50px;
	}	.ul_oshirase li {
		font-size: 1.8rem;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}	.bg_contact {
		padding: 50px 0;
	}	.fnav {
		margin-bottom: 30px;
	}	.fnav li {
		font-size: 18px;
		border: none;
		text-align: left;
	}	.fnav li a {
		padding-left: 10px;
	}	.flogo {
		text-align: center;
		display: block;
		font-size: 16px;
		padding-bottom: 10px;
	}	.h2_title {
		font-size: 3.6rem;
		text-align: center;
	}	.h3_title {
		font-size: 2.0rem;
	}	.box_jissekipic .mainpicbox p {
		font-size: 1.6rem;
	}	.table_jisseki th {
		font-size: 1.6rem;
	}	.table_jisseki td {
		font-size: 1.6rem;
	}	.p_link a {
		font-size: 2.0rem;
	}	.h2_icon {
		font-size: 3.8rem;
	}	.h2_icon:before {
		background: url(../images/icon_h2.png) left center no-repeat;
		padding-left: 55px;
	}	.box_arrow {
		text-align: center;
	}	.bg_pink dl dt,
	.bg_pink_first dl dt,
	.bg_pink_end dl dt,
	.bg_white dl dt {
		font-size: 2.4rem;
	}
	.bg_pink dl dd,
	.bg_pink_first dl dd,
	.bg_pink_end dl dd,
	.bg_white dl dd {
		font-size: 1.6rem;
	}	.history_right {
		padding: 40px 0 50px;
		margin-bottom: 0;
	}	.box_year {
		border-right: 1px solid #CCC;
	}	.p_year {
		font-size: 8.2rem;
	}	.p_year span {
		font-size: 3.6rem;
	}	.area_h3 {
		font-size: 2.0rem;
	}	.box_area {
		font-size: 1.6rem;
	}	#accordion_menu > li {
    	font-size: 16px;
	}	#accordion_menu a{
    	padding: 10px 15px;
	}	#accordion_menu > li a:before {
    	font-size: 40px;
	}	#accordion_menu li.answer {
		font-size: 16px;
	}	#accordion_menu li.answer:before {
		font-size: 40px;
	}	.table_product th {
		font-size: 1.6rem;
	}	.table_product td {
		font-size: 1.6rem;
	}	.sec-form .dl_form dt {
		font-size: 20px;
	}	.sec-form .dl_form dd {
		font-size: 18px;
	}
}
/* _/_/_/_/_/_/_/_/_/_/_/_/
大画面（ノートパソコン）向け：992px 〜 1199px
bootstrap3 md
bootstrap4 lg
_/_/_/_/_/_/_/_/_/_/_/_/ */
@media only screen and (min-width: 992px) {
	.dp-n-md {
		display: block;
	}	.dp-n-lg {
		display: none;
	}	.sm_br {
		display: none;
	}	nav.navbar ul li {
		font-size: 1.3rem;
	}	.p_year {
		font-size: 9.6rem;
	}	.p_year span {
		font-size: 4.6rem;
	}	.box_jissekipic .mainpicbox {
		height: 400px;
	}	.box_jissekipic .mainpicbox img {
		max-height: 400px;
	}	.box_jissekipic .sbox img {
		max-height: 120px;
	}	.sec-bg_sub { height: 422px; }	.sec-bg_sub .h2_subtitle {
		font-size: 54px;
	}	.sec-bg_sub .h2_subtitle_en {
		font-size: 80px;
	}	.sec-mainvisual .logo_area,
	.sec-bg_sub .logo_area {
		height: 112px;
	}	section h2.h2_sec,
	section h2.h2_sec_sub {
		font-size: 36px;
	}	section p.h2_sec_p {
		font-size: 14px;
		margin-bottom: 15px;
	}	section p.h2_sec_p2 {
		font-size: 20px;
	}	section ul.ul_01 li {
		font-size: 16px;
		/*line-height: 150%;*/
	}	section ul.ul_01 li.contact_tel {
		font-size: 6rem;
		margin-bottom: 0;
	}	h2.h2_notosans {
		font-size: 90px;
	}	.box_business dl {
		top: 95px;
	}	.box_business dl dt {
		font-size: 36px;
	}	.box_business dl dd {
		font-size: 18px;
		line-height: 140%;
	}	.box_business p.p_arrow {
		font-size: 22px;
	}	.box_top_company,
	.box_top_faq {
		height: 387px;
		padding-top: 145px;
	}	.box_top_company h2,
	.box_top_faq h2 {
		font-size: 48px;
	}	.box_top_company .bt_red,
	.box_top_faq .bt_red {
    	width: 346px;
	}	.box_top_company .bt_red a,
	.box_top_faq .bt_red a {
		width: 346px;
		height: 54px;
		font-size: 20px;
		line-height: 54px;
	}
}
/* _/_/_/_/_/_/_/_/_/_/_/_/
最大画面（デスクトップ）向け：1200px以上
bootstrap3 lg
bootstrap4 xl
_/_/_/_/_/_/_/_/_/_/_/_/ */
@media only screen and (min-width: 1200px) {
	.dp-n-md,
	.dp-n-lg {
		display: block;
	}
	.dp-n-xl {
		display: none;
	}
	nav.navbar ul li {
		font-size: 16px;
	}
}
header.header__blog.header__cleanup {
	background: #E5F5F9;
}
.single-cleanup .wrapper-body-sub {
	padding-top: 0;
}
.single-cleanup .head_area img{
	display:block;
	width:100%;
}
.single-cleanup .h1_tit {
	width: 100%;
	background-color: #e5f5f9;
	padding: 4rem 0;
	margin-bottom: 1rem;
}
.single-cleanup .h1_tit h1 {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.single-cleanup .h1_tit {
		padding: 2rem 0;
		margin-bottom:4rem;
	}
	.single-cleanup .h1_tit h1 {
		font-size: 1.5rem;
		font-weight: bold;
	}
}
.single-cleanup .pkuzu {
	margin-bottom: 2rem;
}
.single-cleanup .top__sec04__tit {
	margin-bottom: 20px;
}
.single-cleanup .p_cleanup01 {
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 70px;
}
.single-cleanup .p_cleanup01 .span_01 {
    color: #db545a !important;
}
.single-cleanup .p_cleanup01 .span_02 {
    color: #f1c50e !important;
    text-decoration: underline;
}
.single-cleanup .ihinseiri__sec11 {
    padding: 30px 0 50px;
}
.single-cleanup .container {
	max-width: 1200px;
	margin: 0 auto;
}
.single-cleanup .flex {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.single-cleanup .flex {
		flex-direction: column;
		text-align: center;
	}
	.single-cleanup .service-corresponding_cont .flex {
		flex-direction: row;
	}
}
.single-cleanup .flex .text p {
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.single-cleanup .flex .text p {
		font-size:1rem;
	}
}
.single-cleanup .flex .text p::last-child {
	margin-bottom: 0;
}
.single-cleanup .flex .text p.text-left {
	text-align: left;
}
.single-cleanup .flex .text p.text-right {
	text-align: right;
}
.single-cleanup .flex .text p.text-center {
	text-align: center;
}
.single-cleanup .flex .img img {
	max-width: 100%;
	border-radius: 0.5rem;
}
.single-cleanup .h2_tit {
	/*font-size: 2.4rem;
	color: #121212;
	line-height: 1.2;
	margin-top: 45px;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP';
	font-style: italic;
	text-align: center;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
	position: relative;*/
	
	font-size: 2.1875rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    text-align: center;
    margin-bottom: 30px;
}
/*.single-cleanup .h2_tit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 2rem);
	width: 4rem;
	height: 8px;
	background: #000000;
}*/
.single-cleanup .h3_tit {
	/*font-family: 'Noto Sans JP';
	font-size: 2rem;
	padding-left: 1.75rem;
    line-height: 1.2;
    margin-top: 45px;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP';
    font-style: italic;
    text-align: left;
	position: relative;*/
	
	font-size: 1.5625rem;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    position: relative;
    border-left: 2px solid #dfdfdf;
    padding-left: 1rem;
    margin-bottom: 30px;
}
.single-cleanup .cleanup-example_area .h3_tit{
	margin-top:0;
}
.single-cleanup .h3_tit::before {
	/*content: "";
	width: 0.75rem;
	height: 2rem;
	background: #000000;
	position: absolute;
	top: calc(50% - 1rem);
	left: -0.25rem;*/
	
	position: absolute;
    content: '';
    height: 50%;
    left: -2px;
    top: 0;
    border-left: 2px solid #4DD5AA;
}
.single-cleanup .h4_tit {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP';
}
.cleanup-lead_cont {
	margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
	.cleanup-lead_cont {
		margin-bottom: 2rem;
	}
}
.cleanup-lead_cont p {
	line-height: 2;
}
.cleanup-fair_area {
	border: solid 1px #4DD5AA;
    background-color: #FDFFEC;
    padding: 1rem;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.cleanup-fair_area {
		margin-bottom: 50px;
	}
}
.cleanup-fair_area .flex .left {
	margin-right: 2rem;
}
.cleanup-fair_area .flex .left p {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
    background-color: #4DD5AA;
    color: #fff;
}
.cleanup-fair_area .flex .right {
	
}
.cleanup-fair_area .flex .right p {
	font-size: 1rem;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.cleanup-fair_area .flex .right p {
		font-size: 0.985rem;
	}
}
.single-cleanup .top__sec09__cnt p.p_01 {
    margin: 16px 0 40px;
}
.cleanup-cation_area {
	border: solid 1px #999;
	margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
	.cleanup-cation_area {
		margin-bottom: 30px;
	}
}
.cleanup-cation_area .cleanup-cation_tit {
	font-size: 1.5rem;
	background: #999;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 0.25rem;
}
@media screen and (max-width: 768px) {
	.cleanup-cation_area .cleanup-cation_tit {
		font-size: 1rem;
	}
}
.cleanup-cation_area .cleanup-cation_tit span {
	position: relative;
	padding-left: 36px;
}
.cleanup-cation_area .cleanup-cation_tit span::before {
	content: "";
	width: 28px;
	height: 24px;
	background: url(../images/cation.png);
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 0px;
}
.cleanup-cation_area p {
	font-size: 0.9375rem;
	text-align: left;
	padding: 1rem;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.cleanup-cation_area p {
		padding: 0.5rem;
	}
}
.cleanup-price_area .flex .text {
	width: calc(60% - 0.5rem);
}
.cleanup-price_area .flex .text {
	text-align: left;
}
.cleanup-price_list {
	background: #fff;
	border: solid 1px;
	padding: 0.5rem;
	margin-bottom: 1rem;
}
.single-cleanup .cleanup-price_area .flex .text p {
	margin-bottom: 0;
}
.cleanup-price_area .flex .text h4 {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.cleanup-price_area .flex .text p {
	font-size: 1rem;
}
.cleanup-price_area .flex .img {
	width: calc(40% - 0.5rem);
}
.single-cleanup .bt_blog {
	padding-top: 40px;
}
@media screen and (max-width: 768px) {
	.single-cleanup .bt_blog {
		padding-top: 20px;
	}
}
.serivce-fee_area {
	text-align: left;
}
.single-cleanup .top__sec08 .top__sec08__cnt .cnt_box:last-child {
	margin-bottom: 0;
}
main.single-cleanup .cleanup-example_cont h2.h2_tit {
	margin-top: 0;
}
.cleanup-example_cont .cleanup-example_area {
	border: solid 3px;
	padding: 1rem;
	margin-bottom: 2rem;
}
.cleanup-example_cont .cleanup-example_area > .flex {
	padding-bottom: 1rem;
	border-bottom: solid 1px #595959;
	margin-bottom: 1rem;
}
.cleanup-example_cont .flex .text {
	width: calc(30% - 0.5rem);
}
.cleanup-example_cont .flex .img {
	width: calc(70% - 0.5rem);
	display: flex;
}
.cleanup-example_cont .flex .img .flex .left,
.cleanup-example_cont .flex .img .flex .right {
	width: calc(50% - 0.5rem);
	position: relative;
}
.cleanup-example_cont .flex .img .left::after,
.cleanup-example_cont .flex .img .right::after {
	content: "";
	font-family: 'Noto Sans JP';
	font-style: italic;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	text-shadow: 3px 3px 3px #00000088;
	position: absolute;
	top: 0.5rem;
	left: 1rem;
}
.cleanup-example_cont .flex .img .left::after {
	content: "Before";
}
.cleanup-example_cont .flex .img .right::after {
	content: "After";
}
.cleanup-example_cont .flex .img .flex img {
	border-radius: 0;
}
.cleanup-example_cont .cleanup-example_area > p {
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.cleanup-example_cont .cleanup-example_area > p {
		font-size: 1rem;
	}
}
.cleanup-example_cont .cleanup-example_area > p:last-child {
	margin-bottom: 0;
}
.cleanup-corresponding_area {
	padding: 3rem 2rem 2rem 2rem;
	border: solid 1px #ccc;
	border-radius: 7px;
	margin: 4rem 0 0 0;
	position: relative;
}
.cleanup-corresponding_area h3 {
	font-size: 1.5rem;
    font-weight: bold;
    background: #F4FFF2;
    padding: 0 2rem;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}
.cleanup-staff_cont {
	padding-bottom: 4rem;
}
.cleanup-staff_cont h2.h2_tit {
	margin-top: 0;
}
.cleanup-staff_cont .flex .text {
	width: calc(70% - 1rem);
}
.cleanup-staff_cont .flex .img {
	width: calc(30% - 1rem);
}
.cleanup-staff_cont .flex .img img {
	border-radius: 50%;
}
.single-cleanup .faq__sec01__cnt .accordion-container {
	margin-bottom: 1rem;
}
.single-cleanup .faq__sec01__cnt p {
	text-align: left;
}
.single-cleanup .faq__sec01__cnt p.txt-right {
	text-align: right;
}
.single-cleanup .faq__sec01__cnt p a {
	font-size: 1.1rem;
	color: #222222;
	border-bottom: solid 1px #222;
	padding-right: 1.5rem;
	transition: 0.3s;
	position: relative;
}
.single-cleanup .faq__sec01__cnt p a::after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 6px;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 1px #222;
	border-right: solid 1px #222;
	-webkit-transform: rotate(135deg);
	transform: rotate(45deg);
}
.single-cleanup .faq__sec01__cnt p a:hover {
	border-bottom: unset;
	opacity: 0.7;
}
.price_area {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
	.price_area {
		width: 95%;
		margin: 0 auto;
	}
}
.price_area .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction:row-reverse;
  margin-bottom:3rem;
}
.price_area .flex.reverse{
  flex-direction:row;
}
.price_area .flex .txt{
  width:calc(50% - 1.5rem);
}
.price_area .flex .img{
  width:calc(50% - 1.5rem);
}
.price_area table{
  border-collapse: collapse;
  border-spacing: 0;
  border-radius:10px;
  overflow:hidden;
  margin-bottom: 1rem;
}
.price_area table::last-child{
	margin-bottom: 0;
}
.price_area table thead th{
  color:#fff;
  background-color: #6cb92d;
  border:none;
  text-align:left;
  font-weight:700;
  font-size:1.125rem;
}
.price_area table th{
  background-color:#f8f8f8;
  vertical-align: middle;
  text-align:center;
  width: 25%;
  padding: 1rem;
  border:none;
  border-top:1px solid #fff;
  background-color: #26A12F;
  min-width:6rem;
  text-align:left;
  font-weight:700;
  color: #fff;
}
.price_area table td{
	padding: 1rem;
	border:none;
	border-top:1px solid #fff;
	background-color: #F4FFF2;
	vertical-align:middle;
}
.price_area .op table thead th{
  background-color: #ea8e1c;
}
.price_area .op table th{
  border-top:1px solid #fff;
  background-color: #ffeaa2;
  min-width: 13rem;
  text-align:left;
  font-weight:700;
}
.price_area .op table td{
  border:none;
  border-top:1px solid #fff;
  background-color: #fff4cd;
  vertical-align:middle;
}
.price_area_02 table th.tokubetsu{
  text-align:left;
}
.price_area_02 table th.tokubetsu span{
  line-height: 1.5;
  font-size: 1rem;
}
.price_area_02 table th.tokubetsu small{
  display:inline-block;
  line-height:1.25;
  font-size: 1rem;
  margin: 0;
}
.price_area_02 table th.tokubetsu small:first-child{
  margin-bottom:1rem;
}
.price_area_02 table th.tokubetsu small:last-child{
  color:#f00;
}
.price_area_02 table th.tokubetsu .price{
  font-size:1.25rem;
  text-decoration:line-through;
}
.price_area_02 table th.tokubetsu .tokubetsu_price{
  font-size:1.25rem;
  font-weight:700;
}
.price_area table td.tokubetsu{
  text-align:left;
}
.price_area table td.tokubetsu small{
  display:inline-block;
  line-height:1.25;
}
.price_area table td.tokubetsu small:first-child{
  margin-bottom:1rem;
}
.price_area table td.tokubetsu small:last-child{
  color:#f00;
}
.price_area table td.tokubetsu .price{
  font-size:1.25rem;
  text-decoration:line-through;
}
.price_area table td.tokubetsu .tokubetsu_price{
  font-size:1.75rem;
  font-weight:700;
}
.price_area table td.nomal small:first-child {
    margin-bottom: 0;
}
.price_area table td .flex{
  flex-direction:row;
  margin:0;
}
.price_area table td .flex .img{
  width:233px;
}
.price_area table td .flex p{
  width:calc(100% - 250px);
  line-height:1.5;
}
@media screen and (max-width: 1280px) {
  .price_area table td .flex .img{
    width:160px;
  }
  .price_area table td .flex p{
    width:calc(100% - 176px);
    line-height:1.5;
  }
}
@media screen and (max-width: 640px) {
  .price_area .flex .txt{
    width:100%;
  }
  .price_area .flex .img{
    width:100%;
    margin-bottom:1rem;
    height:180px;
  }
  .price_area .flex .img img{
    width:100%;
    object-fit:cover;
    height:180px;
  }
  .price_area table.responsive_stack th{
    display: block;
    width: auto!important;
    background: #26A12F;
    text-align:center;
    padding:1rem .5rem;
  }
	.price_area table.responsive_stack td{
	  display: block;
	  width: auto!important;
	  text-align:center;
	  padding: 1rem 1rem;
	 }
  .price_area table.responsive_stack th br{
  }
}
.price_area table td ul li {
		list-style-type: none;
    position: relative;
    padding-left: 1rem;
}
.price_area table td ul li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "";
    background: #26A12F;
}
@media screen and (max-width: 768px) {
	.price_area table td ul li,
	.price_area table.responsive_stack td{
		font-size:1rem;
		text-align:left;
	}
}
.basic-knowledge_cont h2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #26A12F;
	padding: 0.25rem;
}
.basic-knowledge_cont h2 span {
	position: relative;
}
.basic-knowledge_cont h2 span::before,
.basic-knowledge_cont h2 span::after {
	content: "";
	width: 4rem;
	height: 1px;
	background: #fff;
	position: absolute;
	top: calc(50% - 0.5px);
}
.basic-knowledge_cont h2 span::before {
	left: -6rem;
}
.basic-knowledge_cont h2 span::after {
	right: -6rem;
}
.basic-knowledge_cont h4 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.basic-knowledge_cont h4::before {
	content: "〇";
	margin-right: 0.5rem;
}
.basic-knowledge_cont p {
	margin-bottom: 1rem;
}
.basic-knowledge_cont p:last-child {
	margin-bottom: 0;
}
.basic-knowledge_cont table,
.cleanup__sec00__cnt table {
	margin: 1rem 0;
	border:1px solid #ddd;
	border-spacing: 0;
	max-width:100%;
}
.basic-knowledge_cont table thead th,
.cleanup__sec00__cnt table thead th {
	background-color:#53c66e;
	color:#fff;
}
.basic-knowledge_cont table th,
.basic-knowledge_cont table td,
.cleanup__sec00__cnt table th,
.cleanup__sec00__cnt table td {
	padding:0.5em;
	border:1px solid #ddd;
	font-size:1rem;
}
.basic-knowledge_cont table th,
.cleanup__sec00__cnt table th {
	background-color:#f8f8f8;
}
.machinam.basic-knowledge_cont p {
	margin-bottom: 1rem;
}i .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.machinami .flex p{
  width:calc(100% - 316px);
	padding-right: 3rem;
	box-sizing: border-box;
}
.machinami .flex .map_area{
  width:300px;
}
.machinami .flex .map_area iframe{
  width:100%;
  height:240px;
}
.map_area.full iframe{
  width:100%;
  height:300px;
}
@media screen and (max-width: 768px) {
  .machinami .flex p{
    padding: 0;
	  font-size: 1rem;
	  width: 100%;
	  text-align: left;
	  margin-bottom: 1rem;
  }
  .machinami .flex .map_area{
    width:100%;
  }
  .machinami .flex .map_area iframe{
    width:100%;
    height:240px;
  }
  .map_area.full iframe{
    width:100%;
    height:240px;
  }
  /*.single-cleanup  p{
	  font-size:1rem;
  }*/
}
.gaiyo {
	box-sizing:border-box;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #f2f2f2;
	border-radius: 15px;
	    padding: 70px 50px;
}
.gaiyo table {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
.gaiyo th {
	padding: 25px 10px;
	font-family: 'Noto Sans JP';
	border-bottom: 1px solid #454545;
	text-align: left;
}
.gaiyo td img {
	max-width: 72px;
	border-radius: 50%;
	margin-right: 1rem;
}
.gaiyo td {
	vertical-align:middle;
}
.gaiyo td img{
	vertical-align:middle;
}
@media screen and (min-width: 769px){
	.gaiyo th {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px){
	.gaiyo th {
		font-size: 1rem;
	}
}
.gaiyo td {
	padding: 25px 10px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 500;
}
@media screen and (min-width: 769px){
	.gaiyo td {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px){
	.gaiyo td {
		font-size: 1rem;
	}
}
@media only screen and (min-width: 769px) {
	.single-cleanup .sp-only {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.single-cleanup .pc-only {
		display: none;
	}
	.single-cleanup .head_area .h1_tit h1 {
		max-width: 1200px;
		font-size: 1.6rem;
		color: #222;
		text-shadow: 2px 2px 1px #fff;
		font-weight: bold;
		padding: 1rem;
		margin: 0 auto;
	}
	.single-cleanup .h2_tit {
		font-size: 1.5rem;
	}
	/*.single-cleanup .h2_tit::after {
		height: 6px;
	}*/
	.single-cleanup .h3_tit {
		/*font-size: 1.6rem;
		padding-left: 1.25rem;*/
		
		font-size: 1.25rem;
	}
	/*.single-cleanup .h3_tit::before {
		content: "";
		width: 0.6rem;
		height: 1.8rem;
		top: calc(50% - 0.9rem);
		left: -0;
	}*/
	/*.single-cleanup .container {
		box-sizing:border-box;
		width:100%;
		max-width: 1200px;
		padding: 0 1rem;
	}*/
	.single-cleanup .flex .text,
	.single-cleanup .flex .img {
		display: block;
		width: 100%;
	}
	.single-cleanup .flex .text {
		margin-bottom: 1rem;
	}
	.single-cleanup .flex .img .flex .left {
		width: 100%;
		margin-bottom: 1rem;
	}
	.single-cleanup .flex .img .flex .right {
		width: 100%;
	}
	.single-cleanup .flex .img img:last-child {
		margin-bottom: 0;
	}
	.cleanup-fair_area {
		padding: 0.75rem;
	}
	.cleanup-fair_area .flex .left {
		width: 100%;
		margin: 0 0 5px;
	}
	.cleanup-fair_area .flex .left p {
	}
	.cleanup-fair_area .flex .right {
		width: 100%;
	}
	.single-cleanup .top__sec09__cnt p.p_01 {
		margin: 2rem 0 1rem;
	}
	.top__sec08__cnt .cnt_box:last-child .cnt_box__inner:last-child {
		margin-bottom: 0;
	}
	.cleanup-corresponding_area {
		padding: 1.5rem 1rem 1rem 1rem;
		border: solid 2px #222;
		border-radius: 1rem;
		margin: 4rem 0 0 0;
		position: relative;
	}
	.cleanup-corresponding_area h3 {
		font-size: 1.25rem;
		padding: 0 1rem;
		white-space: nowrap;
		/* font-family: 'Noto Sans JP';
		font-style: italic;
		font-weight: bold;
		background: #F4FFF2;
		position: absolute;
		top: -1.25rem;
	    transform: translateX(-50%); */
	}
	.cleanup-corresponding_area p {
		font-size: 1rem;
	}
	.top__sec08__cnt .cnt_box:last-child .cnt_box__inner:last-child {
	margin-bottom: 0;
}
	.cleanup-staff_cont .flex {
		flex-wrap: wrap-reverse;
	}
	.cleanup-staff_cont .flex .img {
		display: flex;
		margin-bottom: 1rem;
	}
	.cleanup-staff_cont .flex .img img {
		max-width: 180px;
		margin: 0 auto;
	}
	.cleanup-staff_cont .flex .text {
		margin-bottom: 0;
	}
	.basic-knowledge_cont h2 {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background: #26A12F;
		padding: 0.25rem 0.5rem;
	}
	.basic-knowledge_cont h2 span::before,
	.basic-knowledge_cont h2 span::after {
		display: none;
	}
	.gaiyo {
	        width: 100%;
	        padding: 35px 25px;
	        box-sizing: border-box;
}
		.gaiyo h2 {
			margin-top: 0!important;
		}
}
.admin-bar .fixed_nav{
  top:32px;
}
@media screen and (max-width: 782px) {
  html #wpadminbar {
    position:fixed;
    top:0;
  }
  .admin-bar .fixed_nav{
    top:46px;
  }
}
.main-visual__img img{
	width:100%;
	display:block;
}
@media screen and (max-width: 768px) {
	.main-visual__img{
		width:100%;
	}
}
/* cleanup-cv */
.cleanup-cv_sec {
	background: url("../images/cv__bg.png") center top no-repeat;
	background-size: cover;
}
@media screen and (min-width: 769px) {
	.cleanup-cv_sec {
		min-height: 455px;
	}
}
.cleanup-cv_cont {
	width: 100%;
	padding: 160px 0 50px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_cont {
		width: 95%;
		padding: 60px 0 40px;
		margin: 0 auto;
	}
}
.cleanup-cv_sec h2 {
	font-size: 1.4375rem;
    font-weight: 600;
    font-family: 'Noto Serif JP';
    margin: 0 auto;
    display: inline-block;
}
@media screen and (min-width: 769px) {
	.cleanup-cv_sec h2 {
		position: absolute;
		left: 50%;
		top: 50px;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec h2 {
		font-size: 1rem;
		margin: -2rem 0 1em;
	}
}
.cleanup-cv_sec h2 .span_01 {
	font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec h2 .span_01 {
		font-size: 1.25rem;
	}
}
.cleanup-cv_sec h2 .span_02 {
	background-color: rgba(242, 149, 25, 0.3);
}
.cleanup-cv_sec .inner {
	background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 25px 350px 25px 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec .inner {
		width: 100%;
		padding: 15px;
		flex-direction: column;
	}
}
.cleanup-cv_sec .inner .left {
	width: 470px;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec .inner .left {
		width: 100%;
	}
}
.cleanup-cv_sec .inner .left .top {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.cleanup-cv_sec .inner .left .top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
}
.cleanup-cv_sec .inner .left .top .tel {
	width: 440px;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec .inner .left .top .tel {
		width: 100%;
	}
}
.cleanup-cv_sec .inner .left .tel img {
	width: 100%;
}
.cleanup-cv_sec .inner .left .bottom {
	padding-top: 20px;
	margin-top: 8px;
	border-top: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
	.cleanup-cv_sec .inner .left .bottom {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.cleanup-cv_sec .inner .left .bottom .btn_area {
	width: 230px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec .inner .left .bottom .btn_area {
		width: 100%;
	}
}
.cleanup-cv_sec .inner .left .bottom .btn_area a {
    border-radius: 3rem;
    outline: 2px solid #fff;
    outline-offset: -3px;
    display: block;
    color: #fff;
    padding: 1.2rem 0;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec .inner .left .bottom .btn_area a {
		font-size: 1rem;
	}
}
.cleanup-cv_sec .inner .left .bottom .bt_soudan a {
	background: linear-gradient(to left, #F29519, #F4AC4C 100%);
}
.cleanup-cv_sec .inner .left .bottom .bt_mitsumori a {
	background: linear-gradient(to left, #F4504C, #F7635F 100%);
}
.cleanup-cv_sec .inner .left .bottom .bt_line a {
	background: linear-gradient(to left, #06C755, #04A533 100%);
}
.cleanup-cv_sec .inner .left .bottom .btn_area a:hover {
	opacity: 0.7;
}
.cleanup-cv_sec .inner .left .bottom .btn_area a img {
	vertical-align: text-bottom;
	margin-right: 0.5rem;
}
.cleanup-cv_sec .inner .right {
	width: 300px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec .inner .right {
		width: 80%;
		display: flex;
		justify-content: space-around;
	}
}
.cleanup-cv_sec .inner .right .circle {
	width: 142px;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec .inner .right .circle {
		width: 100%;
	}
	.cleanup-cv_sec .inner .right .circle img {
		width: 90%;
	}
}
.cleanup-cv_sec .inner .woman {
	width: 280px;
	position: absolute;
	bottom: 0;
	right: 65px;
}
@media screen and (max-width: 768px) {
	.cleanup-cv_sec .inner .woman {
		width: 30%;
		top: 0;
		right: 0;
		bottom: auto;
		transform: translateY(-100%);
	}
}
.cleanup-cv_sec .inner .woman img{
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	display: block;
}
.cleanup-cv_sec .inner a:hover img{
	opacity:1;
}
.cleanup-cv_sec .inner .btn_area a.line{
	background-color: #20b831;
	box-shadow: 0 5px #0b6f1b;
}
.sp_only{
	display:none;
}
.payment {
	padding: 3rem 0;
}
@media screen and (max-width: 768px) {
	.payment {
		width: 95%;
        margin: 0 auto;
	}
}
.payment__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.payment__inner {
		width: 100%;
        margin: 0;
	}
}
.payment__inner h3 {
	font-weight: 900;
    font-family: 'Noto Serif JP';
	font-size: 1.5rem;
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.payment__inner h3 {
		font-size: 1.125rem;
		margin-bottom: 20px;
	}
}
.payment__box {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 1.5rem 0;
	box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 40%);
}
@media screen and (max-width: 768px) {
	.payment__box {
		flex-direction: column;
		align-items: center;
	}
}
.payment__box .left {
	text-align: center;
	border-right: 2px solid #ccc;
	width: 20%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.payment__box .left {
		width: 90%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
		border-right: none;
	}
}
.payment__box .left p,
.payment__box .right p {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.125rem;
}
.payment__box .right {
	text-align: center;
	width: 80%;
	padding: 0 5rem;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.payment__box .right {
		width: 100%;
		padding: 0;
	}
}
.payment__box .right ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.payment__box .right ul {
		flex-wrap: wrap;
	}
}
.payment__box ul li {
	
}
@media screen and (max-width: 768px) {
	.payment__box ul li {
		width: 30%;
	}
}
.payment__box ul li img{
	
}
/*@media screen and (max-width: 768px) {
	.payment{
		padding:3rem 1rem;
	}
	.payment .container{
		padding:2rem 1rem;
	}
	.payment p{
		font-size:3.6vw;
	}
	.payment ul li{
		width:30%;
		margin-top:0.5em;
	}
	.payment ul li img{
		width:auto;
		height:50px;
	}
}*/
/* end/cleanup-cv */
/* ScrollHint */
.table_scroll {
  clear: both;
}
.table_scroll {
  width:auto;
  max-width:100%;
  overflow-x: unset!important;
  overflow-y: hidden!important;
  padding: 1rem 0 0;
}
.table_scroll .kaka_tab{
  width: 100%;
  margin-bottom:5px;
}
.table_scroll .kaka_tab .td_h{
  min-width:none;
}
.table_scroll .kaka_tab td{
  padding:5px;
}
@media screen and (max-width: 640px) {
  .table_scroll .kaka_tab .td01 p{
    text-align:left;
  }
  .table_scroll .kaka_tab td{
    font-size:10px;
    padding:0 2px;
  }
  .table_scroll .kaka_tab td p span{
    display:block;
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 95px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  display: block;
}
.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
/* ScrollHint */
.site-footer .footer-cleanup_cont{
	max-width: 1200px;
	padding: 1.5rem 0 0;
	margin: 0 auto 0;
}
.site-footer .footer-cleanup_cont h2{
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 0 0 0 0;
  border-bottom: solid 1px #fff;
  margin-bottom: 0.75em;
}
.site-footer .container h3{
  font-size: 1rem;
  border-bottom: 1px solid #BB9611;
  padding: .25rem .25rem .25rem 1rem;
  margin-bottom: 0.75em;
  text-align: left;
}
.site-footer .footer-cleanup_cont .inner{
  /*display: none;*/
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.site-footer .footer-cleanup_cont .inner .area_item{
  width:100%;
  color: #fff;
}
.site-footer .footer-cleanup_cont .inner .footer-cleanup_area + .footer-cleanup_area{
	margin-top:2rem;
}
.site-footer .footer-cleanup_cont .inner .area_item h4{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  margin: 0 0 .5rem;
}
.site-footer .footer-cleanup_cont .inner .area_item h4 a{
  color: #fff;
}
.site-footer .footer-cleanup_cont .inner .footer-cleanup_area ul.child-page{
  text-align: left;
  margin: 0 0 0;
}
.site-footer .footer-cleanup_cont .inner .footer-cleanup_area ul.child-page li{
  display: inline-block;
  width:auto;
	font-size: 14px;
  margin:0 1.5rem 0.25rem 0;
}
.site-footer .footer-cleanup_cont .inner .footer-cleanup_area ul.child-page li a{
  color: #fff;
  text-decoration:none;
}
.site-footer .footer-cleanup_cont .inner .footer-cleanup_area ul.child-page li a:hover{
  color:#32838e;
  text-decoration:underline;
}
@media screen and (max-width: 1100px) {
	.site-footer .footer-cleanup_cont{
		max-width: 900px;
	}
}
@media screen and (max-width: 940px) {
  .site-footer .footer-cleanup_cont{
    margin: 1rem 1rem 0;
  }
  .site-footer .footer-cleanup_cont .inner .area_item{
    width:100%;
  }
}
.acc_btn {
	font-size: 15px;
	color: #26A12F;
	background: #fff;
	cursor: pointer;
	border: 3px solid #91d896;
	transition:.2s;
	padding: 0.25rem 0.5rem;
	margin: 0 0 1rem 0;
	position: relative;
	text-align: left;
	margin-top: 1rem;
}
.acc_btn:hover{
  background-color: #f8fff8;
}
.acc_btn::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  width:0.75rem;
  height:0.75rem;
  border-bottom: 2px solid #26A12F;
  border-right: 2px solid #26A12F;
  transform:rotate(45deg);
  transition:.4s;
}
.acc_btn.open::after {
  position: absolute;
  top: 0.75rem;
  transform:rotate(-135deg);
}
.single-cleanup .com__sec05 {
	margin: 0 0 0;
}
.single-cleanup .com__sec05 .com__sec05__inner {
	width: 100%;
	max-width: 1200px;
}
.single-cleanup .com__sec05 .com__sec05__cnt {
	width: calc(33% - 1rem);
}
.single-cleanup .com__sec05 .com__sec05__cnt p {
	font-size: 16px;
}
.single-cleanup .com__sec05 .com__sec05__cnt {
	width: calc(25% - 1rem);
}
@media screen and (max-width: 768px){
	.single-cleanup .com__sec05 {
		padding: 0 1rem;
		box-sizing: border-box;
	}
	.single-cleanup .com__sec05 .com__sec05__cnt {
		width: 100%;
	}
}
.page-area section {
	margin-bottom: 4rem;
}
.page-area section:last-child {
	margin-bottom: 0;
}
.page-area .container {
    max-width: 1200px;
    margin: 0 auto;
}
.page-area .basic-knowledge_cont .h3_tit {
	font-family: 'Noto Sans JP';
	font-size: 2rem;
	padding-left: 1.75rem;
    line-height: 1.2;
    margin-top: 45px;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP';
    font-style: italic;
    text-align: left;
    margin-top: 45px;
	position: relative;
}
.page-area .basic-knowledge_cont .h3_tit::before {
	content: "";
	width: 0.75rem;
	height: 2rem;
	background: #000000;
	position: absolute;
	top: calc(50% - 1rem);
	left: -0.25rem;
}@media only screen and (max-width: 768px) {
	 .page-area .container {
		box-sizing:border-box;
		width:100%;
		max-width: 1200px;
		padding: 0 1rem;
	 }
	 .page-area .basic-knowledge_cont .h3_tit {
		font-size: 1.6rem;
		padding-left: 1.25rem;
	}
	.page-area .basic-knowledge_cont .h3_tit::before {
		content: "";
		width: 0.6rem;
		height: 1.8rem;
		top: calc(50% - 0.9rem);
		left: -0;
	}
	.page-area .basic-knowledge_cont h4 {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 0.5rem;
	}
	.page-area .basic-knowledge_cont p {
		font-size: 1rem;
	}
}
.nav__menu-item{
  padding:1rem 0;
}
.dropdown{
  position:relative;
}
.dropdown:hover .dropdown_menu{
  display:block;
}
.dropdown_menu {
  display: none;
  position:absolute;
  bottom:0;
  width:180px;
  padding:1em;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:10px;
  transform:translateY(100%);
}
.sp__flt__btn .sp-nav .dropdown_sp li a{
	font-weight:400;
	font-size:0.9em;
	padding:0 0 0.75em 0.75em;
}
.sp__flt__btn .sp-nav .dropdown_sp li a::before{
	content:'-';
}
.request_area .request_list{
  padding:0;
  max-height: 405px;
  overflow-y: auto;
	font-size: 1rem;
}
.request_area .request_list li{
  padding:0;
  margin-bottom:0;
}
.request_area .request_list li {
  color:inherit;
  display:block;
  border-bottom:1px dotted #999;
  padding-top:1rem;
  text-decoration:none;
  transition:.2s;
  position:relative;
  padding:1rem 1.5rem 0 .5rem;
  text-align: left;
}
.request_area .request_list li::before{
  content:none;
}
.request_area .request_list li time {
  color: #0F7216;
  font-weight: bold;
}
/*Add for csc 20230915 --------------------*/
.addc.csc__sec01 {
	padding: 0 0 60px 0 !important;
}
.addc.csc__sec06 {
	padding: 0 !important;
}
.addc .csc__sec04__inner {
	flex-direction: column;
}
.addc .csc__sec04__inner h2 {
	font-size: 3.125rem;
	line-height: 1;
	font-family: 'Noto Sans JP';
	margin-bottom: 30px;
}
.addc .csc__sec04__inner h3 {
	font-style: italic;
	font-family: 'Noto Sans JP';
	font-size: 2rem;
	font-weight: 600;
}
.addc .csc__sec04__inner > div > div {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.addc .csc__sec04__inner ul {
	font-size: 18px;
	font-family: 'Noto Sans JP';
	line-height: 160%;
}
.addc .csc__sec04__inner .link a {
	background-color: #eea900;
	color: #fff;
	font-weight: bold;
	padding: 16px 20px 12px;
	box-sizing: border-box;
	border-radius: 10px;
	transition: .3s;
	display: inline-block;
	margin-top: 10px;
}
.addc .csc__sec04__inner.csc__sec04__memo {
	display: block;
	box-sizing: border-box;
	margin: 60px auto !important;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 14px;
}
.addc .csc__sec04__inner.csc__sec04__memo p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #121212;
}
.addc .csc__sec04__cnt {
	width: 49.5%;
}
.addc .csc__sec04__cnt .top__sec09__inner {
	margin: 0;
	width: unset;
}
.addc .csc__sec04__price {
	width: 40%;
}
.addc .csc__sec04__price table {
	width: 100%;
}
.addc .top__sec09__inner .top__sec09__cnt {
  margin: 0;
}
.csc__secAddLine {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding-top: 0 !important;
}
.csc__secAddLine__Txt {
  width: 60%;
}
.csc__secAddLine__Txt p {
  font-size: 16px;
  font-weight: 600;
}
.csc__secAddLine__Btn {
  width: 40%;
}
.csc__secAddLine a.line {
	background-color: #20b831;
	box-shadow: 0 5px #0b6f1b;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	padding: 16px 10px 12px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 24px;
}
.csc__secAddLine a.line span {
	font-weight: normal;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1;
	margin-bottom: 4px;
}
.csc__secAddLine a.line img {
	width: 50px;
	margin-right: 14px;
}
.csc__secAddLine a.line:hover {
	box-shadow: none !important;
	transform: translateY(4px);
}
@media only screen and (max-width: 768px) {
	.csc__secAddLine {
		max-width: 96%;
		flex-direction: column;
	}
	.csc__secAddLine__Txt {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.csc__secAddLine__Btn {
		width: 320px;
	}
	.addc .csc__sec04__inner > div > div {
		flex-direction: column;
	}
	.addc .csc__sec04__inner > div > div > div:nth-child(2) td {
		border-top: none;
	}
	.addc .csc__sec04__inner.csc__sec04__memo {
		margin: 30px auto 0 !important;
		max-width: 90%;
	}
	.addc .csc__sec04__inner .csc__sec04__price {
		width: 100%;
		margin-top: 30px;
	}
	.addc .csc__sec04__inner ul{
		font-size: 16px;
	}
	.addc .csc__sec04__cnt .top__sec09__inner {
		width: 100%;
	}
	.addc .csc__sec04__cnt {
		width: 100% !important;
	}
	.addc .csc__sec04__cnt .top__sec09__cnt table {
		width: 100%;
	}
	.addc .top__sec09__inner .top__sec09__cnt{
		width: 100%;
	}
	.addc .top__sec09__inner .top__sec09__cnt .table_box {
		overflow: unset;
	}
}
/* works */
.single_works .single-blog__sec01__cat {
	font-size:14px;
	margin:0 0 0.5em;
}
.single_works .single-blog__sec01__cnt .post_content{
	padding:0;
}
.single_works .single-blog__sec01__cnt .post_content h2{
	margin:4em 0 2em;
}
.single_works .single-blog__sec01__cnt .post_content h4{
	font-weight:bold;
	color:#08384b;
}
.single_works .single-blog__sec01__cnt .post_content h2:first-child{
	margin:0 0 2em;
}
.single_works .alignright{
    float:right;
    max-width:40%;
    margin:0 0 .5rem .5rem;
}
.single_works .alignleft{
    float:left;
    max-width:40%;
    margin:0 .5rem .5rem 0;
}
.single_works .aligncenter{
	display:block;
    margin:1rem auto;
}
.single_works .alignnone{
  margin:0;
}
.single_works table td{
	border:1px solid #ddd;
	padding:10px;
}
.bf_wrap{
	display:flex;
	align-items:center;
}
.bf_wrap .before,
.bf_wrap .after{
	width:calc(50% - 2rem);
}
.bf_wrap .bf_txt{
	position:absolute;
	background-color:#1a9fe4;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
}
.bf_wrap .after .bf_txt{
	background-color:#ecaa33;
}
.bf_wrap .arrow{
	width:4rem;
	height:4rem;
	background-color:#08384b;
  clip-path: polygon(25% 0, 75% 50%, 25% 100%);
}
.bf_wrap img{
	width:100%;
	height:auto;
}
.works-gallery{
	display:flex;
	flex-wrap:wrap;
	margin-right:-1rem;
}
.works-gallery figure{
	width:25%;
	padding-right:1rem;
	box-sizing:border-box;
}
.works-gallery figure img{
	width:100%;
	aspect-ratio:1 / 1;
	object-fit:cover;
}
@media screen and (max-width: 640px) {
	.bf_wrap{
		flex-direction:column;
	}
	.bf_wrap .before,
	.bf_wrap .after{
		width:100%;
	}
	.bf_wrap .arrow{
		clip-path: polygon(0 15%, 100% 15%, 50% 70%);
	}
	.works-gallery figure{
		width:50%;
	}
}
/* wp-pagenavi */
.wp-pagenavi {
  position: relative;
  text-align: center;
  margin: 2em 0 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 10px !important;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  font-size:14px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #08384b!important;
  background-color: #08384b;
  color: #fff;
}
/* end/wp-pagenavi */
/* end/works */
.single-special-cleaning .single-cleanup .h1_tit {
	width: 100%;
	background-color: #e5f5f9;
	padding: 4rem 0;
	margin-bottom:4rem;
}
.single-special-cleaning .addc.csc__sec06 {
	margin-bottom: 4rem;
}
.special-cleaning_lead {
	background: #f8f8f8;
}
.special-cleaning_lead .pecial-cleaning_lead_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.special-cleaning_lead .pecial-cleaning_lead_inner h2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
}
.special-cleaning_lead .pecial-cleaning_lead_inner h2::before,
.special-cleaning_lead .pecial-cleaning_lead_inner h2::after {
	content: "";
	background: #222;
	width: 10%;
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
}
.special-cleaning_lead .pecial-cleaning_lead_inner h2::before {
	left: 2rem;
}
.special-cleaning_lead .pecial-cleaning_lead_inner h2::after {
	right: 2rem;
}
.special-cleaning_lead .pecial-cleaning_lead_inner p {
	line-height: 1.75;
}
.special-cleaning_lead .pecial-cleaning_lead_inner p span.under-line {
	font-weight: bold;
	text-decoration: underline;
}
.special-cleaning_lead .pecial-cleaning_lead_inner p span.marker {
	font-weight: bold;
	background:linear-gradient(transparent 40%, #ff6 80%);
}
.single-special-cleaning .single-cleanup .com__sec05 .com__sec05__cnt {
	width: calc(25% - 1rem);
	margin-right: 1rem;
}
.single-special-cleaning .single-cleanup .com__sec05 .com__sec05__cnt:nth-child(4n) {
	margin-right: 0;
}
.single-special-cleaning .top__sec11__cnt,
.tax-special-cleaning_pref .top__sec11__cnt{
	min-height: unset;
}
.single-special-cleaning .top__sec11__tit {
	padding-top: 0;
}
.single-special-cleaning .top__sec11__tit::before{
	display: none;
}
@media screen and (max-width: 768px) {
	.special-cleaning_lead .pecial-cleaning_lead_inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 1rem;
	}
	.special-cleaning_lead .pecial-cleaning_lead_inner h2 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	.special-cleaning_lead .pecial-cleaning_lead_inner h2::before,
	.special-cleaning_lead .pecial-cleaning_lead_inner h2::after {
		display: none;
	}
	.single-special-cleaning .single-cleanup .com__sec05 .com__sec05__cnt {
		width: 100%;
		margin-right: 0;
	}
}
.header__inner .nav a.tel,
.fixed_nav .nav a.tel {
	position: relative;
    margin-bottom: 1.25rem;
}
.header__inner .nav a.tel .tel-time,
.fixed_nav .nav a.tel .tel-time {
    font-size: 11px;
    color: #222;
    position: absolute;
    left: 4px;
    bottom: -1.25rem;
    text-align: center;
}
/* sec_info */
.sec_info {
	padding: 4rem 0;
}
.sec_info .container {
	max-width: 1200px;
	margin: 0 auto;
}
.sec_info .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.sec_info .flex > div{
  width: 50%;
  padding:0 2rem;
  position:relative;
  box-sizing: border-box;
}
.sec_info .flex .news{
  border-right:1px solid #e5e6e5;
}
.sec_info .flex .column{
  border-left:1px solid #e5e6e5;
}
.sec_info .flex h3{
  padding: 1rem 0 1rem 3rem;
  margin-top:0;
  text-align: left;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP';
	position: relative;
}
.sec_info .flex h3::before{
  content: "";
	background: url(../images/icon_map.svg) no-repeat center / cover;
	width: 32px;
	height: 32px;
	position: absolute;
  top: 14px;
	left: 0;
}
.sec_info .flex ul{
  padding:0;
}
.sec_info .flex li{
  padding:0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.sec_info .flex li::before{
  content:none;
}
.sec_info .flex li a{
  color:inherit;
  text-decoration:none;
  display: flex;
  flex-wrap: wrap;
}
.sec_info .flex li a:hover{
	opacity: 0.7;
}
.sec_info .flex li a time{
  width:5rem;
  line-height:1.75;
	margin-right: 1rem;
}
.sec_info .flex li a p.category {
	display: inline-block;
	width:5rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #33863d;
	margin-right: 1rem;
	box-sizing: border-box;
}
.sec_info .flex li a p{
  display: inline-block;
  width:calc(100% - 6rem - 6rem);
  margin-bottom:0;
  line-height:1.75;
}
.sec_info .flex .list_btn{
  position:absolute;
  top: calc(1rem + 4px);
  right:1rem;
}
.sec_info .flex .list_btn a{
  display:block;
  color:inherit;
  text-decoration:none;
  position:relative;
  padding-right:2rem;
  font-size: 1.1rem;
}
.sec_info .flex .list_btn a:hover{
  color:#33863d;
}
.sec_info .flex .list_btn a::after{
  content:"";
  position:absolute;
  top: 12px;
  right:0;
  margin-left:1.5rem;
  margin-top:-8px;
  border-top: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #4d4d4d;
}
.sec_info .flex .list_btn a:hover::after{border-left: solid 8px #33863d;}@media screen and (max-width: 1280px) {
  .sec_info .container {
    padding: 0 1rem;
  }
  .sec_info .flex li a time{
    width:100%;
  }
  .sec_info .flex li a p{
    width:100%;
  }
}
@media screen and (max-width: 768px) {
	.sec_info {
		padding: 3rem 0;
	}
  .sec_info .flex > div{
    width:100%;
    padding:0;
    border:none!important;
  }
  .sec_info .flex .news{
    margin-bottom:2rem;
  }
  .sec_info .flex .list_btn{
    position:static;
    text-align:right;
  }
	.sec_info .flex .list_btn a{
	  font-size: 1rem;
	}
	.sec_info .flex .list_btn a::after{
	  top: 12px;
	}
}
/* end/sec_info *//* sec_news */
.box_main.full {
	width: 100%;
}
.archive-news_sec {
	width: 100%;
}
.archive-news_sec .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.archive-news_sec .news_area {
  width: 100%;
  padding: 0;border: unset;
}
.archive-news_sec ul {
  width: 100%;
  padding: 0;
  border: unset;
  margin:0 auto 2rem;
  max-width: 1200px;
}
.archive-news_sec ul li {
  line-height: 2;
}
.archive-news_sec ul:not(.projects_list) li:last-child {
  margin-bottom: 0;
}
.archive-news_sec ul li::before {
  content: unset;
}
.archive-news_sec ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items:center;
  color: inherit;
  text-decoration: unset;
  padding: 1rem;
  transition: 0.3s;
  border-bottom:1px solid #ddd;
}
.archive-news_sec ul li a:hover {
  color: unset;
  text-decoration: none;
  opacity: 0.7;
}
.archive-news_sec ul:not(.projects_list) li:last-child {
  margin-bottom: 0;
}
.archive-news_sec ul li::before {
  content: unset;
}
.archive-news_sec ul li a .info__item{
  height:100%;
}
.archive-news_sec ul li a .info__item h3{
  line-height:1.5;
  text-align:left;
  padding-bottom:0;
  border:none;
}
.archive-news_sec ul li a .info__item .info__row-content{
  line-height:1.5;
}
.archive-news_sec ul li a .news-info {
  width: 100%;
}
.archive-news_sec ul li a .news-content {
  width: 100%;
}
.archive-news_sec ul li .data {
  display:inline-block;
  font-size: 1rem;
  color: #33863d;
  font-weight:700;
  margin-right: 1rem;
}
.archive-news_sec ul li p.category {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  margin-right: 1rem;
}
.archive-news_sec ul li p.category.news {
  color: #fff;
  font-weight: bold;
  background-color:#33863d;
  margin-top: 0;
  font-size:.875rem;
}
.archive-news_sec ul li h3.news-text {
  display: inline-block;
  font-size: 1rem;
  color: inherit;
}
.archive-news_sec .wp-pagenavi {
  clear: both;
  display: flex;
  justify-content: center;
}
.archive-news_sec .wp-pagenavi a:hover,
.archive-news_sec .wp-pagenavi span.current {
  color: #fff;
  border-color: #1176be;
  background: #1176be;
}
.archive-news_sec .wp-pagenavi a,
.archive-news_sec .wp-pagenavi span {
  text-decoration: none;
  color: #1176be;
  border: 1px solid #1176be;
  padding: 3px 5px;
  margin: 2px;
}
.archive-news_sec .wp-pagenavi a,
.archive-news_sec .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #1176be;
  padding: 10px 12px;
  line-height:1;
  margin: 4px;
  transition: 0.3s;
}section.single-news_sec {
  margin-bottom: 60px;
}
.single-news_sec .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.single-news_cont {
  margin-bottom: 2rem;
}
.single-news_sec .btn-area {
  display: flex;
  justify-content: center;
}
.single-news_sec .btn-area .btn_default {
  min-width: 240px;
}
.single-news_sec .btn-area a.btn {
  color: #fff;
}
@media (max-width: 640px) {
  table.responsive_stack, table.responsive_stack thead, table.responsive_stack tbody, table.responsive_stack tr, table.responsive_stack th, table.responsive_stack td {
    display: block;
    width: auto!important;
  }
  table.responsive_stack th {
    background-color: #F3F3F3;
    border-bottom: none!important;
    padding: .4rem;
    text-align: center;
    line-height: 1.5;
  }
  table.responsive_stack td {
    border-bottom: none!important;
  }
  table.responsive_stack {
    border-bottom: 1px solid #ddd;
  }
}
.single-news_sec table.table_default {
  margin-bottom:1rem;
  width:100%;
  table-layout: fixed;
}
.single-news_sec table.table_default th {
  width:25%;
  min-width:10rem;
  font-weight:normal;
}
.single-news_sec table.table_default th,
.single-news_sec table.table_default td {
  border:1px solid #1176be;
  padding:1rem;
}
.single-news_sec table.table_default th {
  background-color:#FFF8F8;
  vertical-align: middle;
  text-align:center;
}
.single-news_sec img {
  width: unset;
  max-width: 100%;
}
.single-news_sec img.alignleft {
  float: left;
  padding: 0 1rem 1rem 0;
}
.single-news_sec img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-news_sec img.alignright {
  float: right;
  padding: 0 0 1rem 1rem;
}
.news__tag {
  min-width: 84px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-tit {
    padding: 20px 0;
    margin-top: 58px;
  }
  .page-tit h1 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
  }  .archive-news_sec .container {
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .archive-news_sec h2 {  }
  .archive-news_sec ul li h3.news-text {
    display: block;
  }  .single-news_sec .container {
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .single-news_sec h2 {
    font-size: 2rem;
  }
  .single-news_sec h3 {
    font-size: 1.6rem;
  }
  .single-news_sec h4 {
    font-size: 1.4rem;
  }
  .single-news_sec table.table_default th,
  .single-news_sec table.table_default td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .single-news_sec table.table_default tr:last-child td {
    border-bottom: 1px solid #1176be;
  }
  .single-news_sec img {
    width: unset;
    max-width: 100%;  }
  .single-news_sec img.alignleft {
    display: block;
    float: unset;
    width: unset;
    padding: 0;
    margin: 0 auto;
  }
  .single-news_sec img.aligncenter {
    display: block;
    float: unset;
    width: unset;
    padding: 0;
  }
  .single-news_sec img.alignright {
    display: block;
    float: unset;
    width: unset;
    padding: 0;
  }
}
/* end/sec_news */.single-cleanup .news_sec {
	padding-top: 70px;
}
.single-cleanup .news_sec h2 {
	margin-top: 0;
}
.single-cleanup .news_cont > p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 4rem;
}
.other_works{
	text-align:right;
}
.other_works a{
	text-decoration:underline;
	font-size:1.2rem;
}
.other_works a:hover{
	text-decoration:none;
}
.text_right{	text-align:right;	font-size:0.8em;	margin:1em;}
.text_right a{	text-decoration:underline;}
/* author */
.author  {
  padding: 36px 0 0 0;
  margin: 3em 0 3em 0;
  position:relative;
}
.author .tag-text {
  font-size: 1rem;
  color: #fff;
  background: #04384C;
  padding: 0.5rem 1rem;
  position: absolute;
  top: -3px;
  left: 0;
}
.author .author_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #04384C08;
  padding: 1.25rem;
  border: solid 1px #04384C;
}
.author .author_inner .img {
  width: 120px;
  border-radius: 50%;
}
.author .author_inner .img img {
  border-radius: 50%;
}
.author .author_inner .text {
  width: calc(100% - 120px - 2rem);
}
.author .author_inner .text p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
.author .author_inner .text p:last-child {
  margin-bottom: 0;
}
.author .author_inner .text .person {
  display: inline-block;
  font-size: 1.2rem;
  background: #04384C33;
  padding: 0.25rem 0.75rem;
  position: relative;
  margin-bottom: 1rem;
}
.author .author_inner .text .person::after {
  content: "";
  border: dashed 1px #04384C;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 3px;
  left: 3px;
}
.author .author_inner .text p.profession {
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .author .author_inner .img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .author .author_inner .img img {
    width: 120px;
    margin:0 auto;
    display:block;
  }
  .author .author_inner .text {
    width: 100%;
  }
}
/* end/author *//* empty-house */
.single-empty-house {}
.single-empty-house section.bg {
  background: #F2F2F2;
}
.single-empty-house section.bg-green {
  background: #F4FFF2;
}
.single-empty-house .tit-h2_type01 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.single-empty-house .tit-h2_type01 {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
}
.empty-house-entrust_sec {
  position: relative;
}
.empty-house-entrust_sec::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4rem solid transparent;
  border-left: 4rem solid transparent;
  border-top: 2rem solid #26A12F;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: calc(50% - 4rem);
}
.empty-house-entrust_cont {}
.single-empty-house .empty-house-entrust_cont .tit-h2_type01 {
  margin-bottom: 1rem;
}
.empty-house-entrust_comment {
  font-weight: bold;
  text-align: center;
}
.empty-house-entrust_comment span {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.empty-house-entrust_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.empty-house-entrust_area ul li {
  width: calc(33.33% - 1rem);
}
.empty-house-entrust_area ul li img {
  margin-bottom: 0.5rem;
}
.empty-house-entrust_area ul li p {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .empty-house-entrust_area ul li {
	  width: 100%;
  }
}
.single-empty-house .cleanup-price_area p {
	text-align: left;
}
.empty-house-demerit_cont h2 span {
  display: block;
  font-size: 1.6rem;
}
.empty-house-demerit_area p {
  margin-bottom: 1rem;
}
.empty-house-demerit_area img {
  display: block;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
	.empty-house-demerit_cont h2 span {
	  display: block;
	  font-size: 1.2rem;
	}
	.empty-house-demerit_area img {
	  width: 100%;
	}
}main.single-cleanup .empty-house-subsidy_sec {
  padding-top: calc(4rem + 1rem);
}
.empty-house-subsidy_cont {
  padding: 4rem 2rem 2rem;
  position: relative;
}
.empty-house-subsidy_cont::before {
  content: " ";
  width: 100%;
  height: 100%;
  border: solid 2px #222;
  position: absolute;
  top: 0;
  left: 0;
}
.empty-house-subsidy_cont h2 {
	padding: 0 1rem;
	margin-top: -5.5rem;
	background: #F4FFF2;
	position: absolute;
	left: calc(50% - 24rem);
}
.empty-house-subsidy_cont {}
.empty-house-subsidy_cont p {
	margin-bottom: 1rem;
	z-index: 1;
	position: relative;
}
.empty-house-subsidy_area {
	border: solid 2px #ccc;
	border-radius: 1rem;
	padding: 1rem;
}
.empty-house-subsidy_area h3 {
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	text-align: center;
	margin-bottom: 1rem;
}
.empty-house-subsidy_area p {
	margin-bottom: 0;
}
.empty-house-subsidy_area p a {
	word-wrap:break-word;
}
@media screen and (max-width: 768px) {
	.empty-house-subsidy_cont {
	  padding: 4rem 1rem 1rem;
	  position: relative;
	}
	.empty-house-subsidy_cont h2 {
		max-width: 280px;
		padding: 0 1rem;
		margin-top: -6rem;
		background: #F4FFF2;
		position: absolute;
		left: calc(50% - 140px - 1rem);
		z-index: 1;
	}
	.empty-house-subsidy_area h3 {
		font-size: 1.3rem;
	}
}
.single-empty-house p.text-right {
	text-align: right;
}
.single-empty-house .basic-knowledge_area table {
	min-width: 768px;
	margin: 0 auto;
}
.single-empty-house .basic-knowledge_area table tr th {
	background: #D9EDF7;
}
.single-empty-house .basic-knowledge_area table tr td {
	width: 10%;
	background: #fff;
}
/* end/empty-house */.single-link_btn {
	/*display: none;*/
	display: flex;
	justify-content: center;
	/*padding: 1em 0;
	margin-bottom: 2em;*/
}
.single-link_btn a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #26A12F;
	padding: 1em 2.5em 1em 1.5em;
	border: solid 2px #26A12F;
	border-radius: 0.5em;
	box-sizing: border-box;
	position: relative;
}
.single-link_btn a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: calc(50% - 0.45rem);
  width:0.75rem;
  height:0.75rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform:rotate(-45deg);
  transition:.4s;
}
.single-link_btn a:hover {
	color: #26A12F;
	background: #fff;
	border: solid 2px #26A12F;
}
.single-link_btn a:hover::after {
  border-bottom: 2px solid #26A12F;
  border-right: 2px solid #26A12F;
  right: 0.5rem;
}
.cleanup-template-default .top__sec09 .single-link_btn a,
.tax-cleanup_pref .top__sec09 .single-link_btn a {
	margin-bottom: 2em;
}
.special-cleaning-template-default .ihinseiri__sec03__cnt,
.tax-special-cleaning_pref .ihinseiri__sec03__cnt {
	margin-bottom: 2em;
}
.cleanup-template-default .gaiyo,
.tax-cleanup_pref .gaiyo,
.special-cleaning-template-default .gaiyo,
.tax-special-cleaning_pref .gaiyo{
	margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
	.single-link_btn a {
		display: inline-block;
		font-weight: bold;
		color: #fff;
		background: #26A12F;
		padding: 0.5em 2em 0.5em 1em;
		border: solid 2px #26A12F;
		box-sizing: border-box;
		position: relative;
	}
}
.service-corresponding_cont {
	border: solid 2px #26A12F;
	border-radius: 7px;
	overflow: hidden;
	background: #26A12F;
	margin: 2rem 0 4rem;
}
.service-corresponding_cont h2 {
	font-weight: bold;
	color: #fff;
	padding: 0.5rem 2rem;
	font-size: 1.5rem;
}
.service-corresponding_cont ul.flex {
	justify-content: flex-start;
	gap: 0.5rem;
	background: #fff;
	padding: 2rem;
	margin: 0;
	
	flex-wrap: wrap;
	font-size: 1.125rem;
}
.service-corresponding_cont ul li {
	width: calc(20% - 0.5rem/1.25);
	text-align: left;
}
.service-corresponding_cont ul li a {
	font-weight: bold;
	color: #333;
	padding-left: 1rem;
	position: relative;
}
.service-corresponding_cont ul li a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #26A12F;
	border-right: solid 2px #26A12F;
	transform: rotate(45deg);
	position: absolute;
	left: 0rem;
	top: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
	.service-corresponding_cont h2 {
		font-size: 1.4rem;
	}
	.service-corresponding_cont ul.flex {
		padding: 1rem;
	}
	.service-corresponding_cont ul li {
		width: calc(33.33% - 0.5rem/1.5);
	}
	.service-corresponding_cont ul li a {
		font-size: 1rem;
	}
	.service-corresponding_cont ul li a::before {
		top: calc(50% - 4px);
	}
}
.cleanup-insurance_cont p {
	margin-bottom: 1rem;
}
.cleanup-insurance_cont p:last-child {
	margin-bottom: 0;
}
.cleanup-insurance_cont p strong {
	color: #26A12F;
}
.cleanup-insurance_cont table {
	margin-top: 2rem;
}
.cleanup-insurance_cont table tbody {
	color: #111;
	background: #fff;
	text-align: center;
}
.cleanup-insurance_cont table tbody th {
	width: 25%;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background: #26A12F;
	border: 1px solid #D9D9D9;
}
.cleanup-insurance_cont table tbody td {
	width: 75%;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: left;
	padding: 1rem;
	border: 1px solid #D9D9D9;
}
.cleanup-insurance_cont table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
@media screen and (max-width: 768px){
    .cleanup-insurance_cont table {
		display: block;
		width: 100%;
		border-bottom: 1px solid #D9D9D9;
	}
	.cleanup-insurance_cont table tbody {
		display: block;
	}
	.cleanup-insurance_cont table tbody tr {
		display: block;
	}
    .cleanup-insurance_cont table tr th {
		display: block;
		width: calc(100% - 2rem);
		font-size: 1rem;
		padding: 1rem;
	}
    .cleanup-insurance_cont table tr td {
		display: block;
		font-size: 1rem;
		width: calc(100% - 2rem);
		border-top: 0;
		border-bottom: 0;
	}
}
