
@charset "utf-8";

@import url("table.css");


/* =============================================================  HTML,Body,Anchor*/


html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	margin:0px auto 0px auto;
}




.pcOnly {
	display: block;
}


.spOnly {
	display: none;
}






html {
overflow-x: hidden;
overflow-y: scroll;
}



body{
	width: 100%;
	height: auto;
	margin:0px auto 0px auto;
	overflow:hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  box-sizing: inherit;
}



/****************************************************************************************
/* リンク設定
****************************************************************************************/


figure a{color:#666666;text-decoration:none;}
figure a:hover{color:#4fa417;}
figure a:active, a:focus {outline:0;}


a{
text-decoration:none;
}
a:hover{
text-decoration:none;

}
a:active, a:focus {
outline:0;
text-decoration:none;
}

a { text-decoration: none; }



/******************************************************************************
/* フェードインアニメ用
******************************************************************************/

/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
	opacity: 0;
	transform: translateX(-150px);
	transition: all 1s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
	}

/*下から上にフェードイン*/
.down-to-top {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1s;
	transition-delay: 0.5s;

}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);

}




/****************************************************************************************
/* ヘッダーメニュー設定
****************************************************************************************/


#fixed-header {
	position: fixed;
	top: -158px;  
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	transition: .8s;
	z-index: 100;
	background: rgba(60,129,119,0.7);
}


#fixed-header.is-show {
  top: -10px;

}






.menu_area {
	position: fixed;
	width: 100%;
	top: 0px;
	right: 0px;
	z-index: 200;

}



.link_section {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	opacity: 0;
	animation-name: anime4;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	box-sizing: border-box;
	z-index: 100;
}


@keyframes anime4 {
  0% {
	transform: translateY(-64px);
  }

  100% {
	transform: translateY(0);
	opacity: 1;

  }
}




.link_section li {
	display: block;
	margin-top: 4px;
	text-align: center;
	float: left;
	border-left:1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;

}




.link_section li:last-child{
	float:left;
	text-align:center;
	border-right: 1px solid #ffffff;

}


.link_section li a {
	font-weight: 700;
	font-size: 85%;
	color: #ffffff;
	line-height:100%;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow:1px 1px 10px #000000;
	letter-spacing: 1.5px;

}


.link_section a{
	position: relative;
	display: inline-block;
	transition: .3s;
	font-size: 90%;
	color: #ffffff;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.link_section a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: .3s;
	transform: translateX(-50%);
}

.link_section a:hover::after{
	width: 75%;

}

.link_section span.on{
	border-bottom: 1px solid #ffffff;
}




.menu_box {

	display: block;
	width: 150px;
	height: 35px;
	margin: 0px auto 0px auto;
	background-color: #75B057;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	border-radius: 20px;
	letter-spacing: 1.1px;
}

.menu_box img {
	display: inline-block;
	margin: -2px 10px 0px 0px;
	width: auto;
	height: 16px;
}


.menu_box span {
	display: inline-block;
	margin-top: 8px;
}


#header_inq a{
	position: absolute;
	top: 80px;
	right: 20px;
	display: block;
}

#header_inq a:hover {
  animation: zoom3 .3s;
}

@keyframes zoom3 {
  50% {
    transform: scale(1.1);
  }
}




/****************************************************************************************
/* ヘッダー設定
****************************************************************************************/


.logo {
	width: 300px;
	padding-top: 10px;
	padding-left: 20px;
	display: block;
	transition: all 0.4s ease;
	filter: drop-shadow(1px 1px 0px #555555);
	animation: ease-in-out 0s infinite alternate;
}
.logo.isSmall{
	padding-top: 17px;
	padding-left: 20px;
	width: 200px!important;
	animation:  1.3s linear 0s infinite alternate;

}



/****************************************************************************************
/* スライドショー設定
****************************************************************************************/


.swiper {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;

}


.swiper-wrapper {
	transition-timing-function:easeing-in-out;
}


.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	margin: 0 auto 0 auto;
}
.swiper-text {
	color: #fff;
	left: 5%;
	position: absolute;
	text-shadow: 1px 1px 2px #333;
	top: 40%;
	width: 70%;
}
.swiper-title {
	font-size: clamp(20px, 6vw, 80px);
	font-weight: 700;
	line-height: 1.2;

}

.swiper-title img {
	width: 180px;
	height: auto;
	margin-top: -10px;
	margin-right: 10px;

}


.swiper-desc {
	font-size: clamp(12px, 2vw, 30px);
	line-height: 1.5;
	margin-top: 3%;
	font-weight: 600;

}


.main_image01 {
	animation-name: main_image01;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	opacity: 0;

}


@keyframes main_image01 {
  0% {
	opacity: 0;

  }

  100% {

	opacity: 1;

  }
}






/****************************************************************************************
/* ヘッダーメニュー設定
****************************************************************************************/


.cost_point{
	position: fixed;
	bottom: 110px;
	right: 30px;
	z-index: 300;
	transition: all 0.4s ease-in-out;

}

.cost_point.isSmall{
	position: fixed;
	padding-top: 0px;
	z-index: 300;
	transition: all 0.4s ease-in-out;
	height: 30px;
}


.Header-Logo{
	width: 350px;
	padding-top: 10px;
	padding-left: 5px;
	display: block;
	transition: all 0.4s ease;
	filter: drop-shadow(1px 1px 3px #333);
	animation: FloatVertical 5s ease-in-out 0s infinite alternate;
}
.Header-Logo.isSmall{
	padding-top: 17px;
	padding-left: 5px;
	width: 200px!important;
	animation:  1.3s linear 0s infinite alternate;

}


@keyframes FloatVertical {
            0% { transform:translate3d(0,1.0vw,0); }
            50% { transform:translate3d(0,-0.5vw,0); }
            100% { transform:translate3d(0,1.0vw,0); }
          }


/****************************************************************************************
/* ご縁設定
****************************************************************************************/



.poyooon {
animation: poyooon 1.3s linear 0s infinite alternate;
}
@keyframes poyooon {
0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }

30%  { transform: scale(1.1, 0.9) translate(0%, 2%); }

50%  { transform: scale(0.9, 1.1) translate(0%, -20%); }

70%  { transform: scale(1.1, 0.9) translate(0%, 2%); }
100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes poyooon {
0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }

30%  { transform: scale(1.1, 0.9) translate(0%, 2%); }

50%  { transform: scale(0.9, 1.1) translate(0%, -20%); }

70%  { transform: scale(1.1, 0.9) translate(0%, 2%); }
100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}



/****************************************************************************************
/* 枠設定
****************************************************************************************/


@keyframes about_main_image {
  0% {
    opacity: 0;
            transform: translateY(10em) scaleX(0.5);
  }
  25% {
    opacity: 1;
  }
  50% {
            transform: translateY(-2em) scaleX(1);
  }
  60% {
            transform: translateY(0);
  }
  70% {
            transform: translateY(-1em);
  }
  80% {
            transform: translateY(0);
  }
  90% {
            transform: translateY(-0.5em);
  }
  100% {
    opacity: 1;
            transform: translateY(0);
  }
}


@keyframes about_sub_image {
  0% {
    opacity: 0;
            transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  40% {
            transform: scale(1.6);
  }
  50% {
            transform: scale(0.7);
  }
  60% {
            transform: scale(1.4);
  }
  70% {
            transform: scale(0.8);
  }
  80% {
            transform: scale(1.2);
  }
  90% {
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
            transform: scale(1);
  }
}




/********************************************************************************************************
/* お知らせ
*********************************************************************************************************/

ul.news5 {
	width: 100%;
	display: flex;
}

.news5 li{
	vertical-align: middle;
	position: relative;

}



.news5 li:nth-child(1){
	margin-top: 1px;
	font-size: 90%;
	font-weight: 700;
	color: #3B8177;
	white-space: nowrap;
}

.news5 li:nth-child(2){
	margin-left: 10px;
	font-weight: 700;
	white-space: nowrap;
	align-items: left;
	justify-content: left;

}



/****************************************************************************************
/* 文字リンク
****************************************************************************************/


.textlink {
	width: 100%;
	margin : 0 auto 0 auto;
	position: relative;
	display: block;
	box-sizing:border-box;
	border-collapse:collapse;
	border-bottom: 1px solid #cccccc;

}






.textlink span {
	vertical-align: middle;

}


.textlink a {
	display: block;
	width:100%;
	position: relative;
	bottom: 0;
	right: 0;
	color: #333;
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;

}


.textlink:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 120px;
  border-bottom: 1px solid #3C8177;
}




.textlink a:hover {
	color: #3C8177;
}


.textlink02 a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 0;
	height: 2px;
	border-collapse:collapse;
	background-color: #2C91A7;
	transition: 1.0s;
}

.textlink02 a:hover::after {
	width: 100%;
}





.link_icon {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 35px;
	height: 35px;

}


/****************************************************************************************
/* EM PARTNERSリンク設定
****************************************************************************************/

.reason {
	display: block;
	padding: 2%;
}


.offsets {
	display: block;
	padding: 2%;
}



.fcbase {
	display: block;
	padding: 2%;
}


.voice_link {
	display: block;
	padding: 0%;
}

.consultant_link {
	display: block;
	padding: 0%;
}


.plant_link {
	display: block;
	padding-top: 2%;
}



/****************************************************************************************
/* EM PARTNERS枠設定
****************************************************************************************/


.home_section {

	padding: 3% 10% 10% 10%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_section {
	width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.home_section2 {
	padding: 50px 10%;
}



@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_section2 {
	width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;

  }
}


.home_section3 {
	width: 100%;
	height: 100%;
}



/****************************************************************************************
/* EM PARTNERS選ばれる理由設定
****************************************************************************************/


.invitation_wrapper {
	position: relative;
	padding: 10em 5em 2em 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .invitation_wrapper {
	padding: 10em 1.25em;
  }
}



.invitation_wrapper {
	position: relative;
}

.invitation_wrapper::before, .invitation_wrapper::after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 0;
	height: 0;
	border: 0.25em solid transparent;
}
.invitation_wrapper::before {
	top: 0;
	left: 0;
	transition: width 0.2s, height 0.2s 0.2s;
}
.invitation_wrapper::after {
	right: 0;
	bottom: 0;
	transition: width 0.2s 0.4s, height 0.2s 0.6s;
}


.is-inview .invitation_wrapper::before,.is-inview .invitation_wrapper::after {
	width: 100%;
	height: 100%;
}
.is-inview .invitation_wrapper::before {
	border-top-color: #B2D7D9;
	border-right-color: #B2D7D9;
}
.is-inview .invitation_wrapper::after {
	border-bottom-color: #B2D7D9;
	border-left-color: #B2D7D9;
}




/****************************************************************************************
/* EM PARTNERSサービス設定
****************************************************************************************/





.invitation_wrapper2 {
	position: relative;
	padding: 10em 5em 2em 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .invitation_wrapper2 {
	padding-top: 10em;
	padding-bottom: 1em;
	padding-left: 1.25em;
	padding-right: 1.25em;

  }
}



.invitation_wrapper2 {
	position: relative;
}

.invitation_wrapper2::before, .invitation_wrapper2::after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 0;
	height: 0;
	border: 0.25em solid transparent;
}
.invitation_wrapper2::before {
	top: 0;
	left: 0;
	transition: width 0.2s, height 0.2s 0.2s;
}
.invitation_wrapper2::after {
	right: 0;
	bottom: 0;
	transition: width 0.2s 0.4s, height 0.2s 0.6s;
}



.is-inview .invitation_wrapper2::before,.is-inview .invitation_wrapper2::after {
	width: 100%;
	height: 100%;
}
.is-inview .invitation_wrapper2::before {
	border-top-color: #75B057;
	border-right-color: #75B057;
}
.is-inview .invitation_wrapper2::after {
	border-bottom-color: #75B057;
	border-left-color: #75B057;
}








/****************************************************************************************
/* EM PARTNERSサービス設定
****************************************************************************************/




.invitation_wrapper3 {
	position: relative;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 767px) and (orientation: portrait) {
  .invitation_wrapper3 {
	padding: 10em 1.25em;
  }
}


.invitation_wrapper3::before, .invitation_wrapper3::after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 0;
	height: 0;
	border: 0.25em solid transparent;

}
.invitation_wrapper3::before {
	top: 0;
	left: 0;
	transition: width 0.2s, height 0.2s 0.2s;

}
.invitation_wrapper3::after {
	right: 0;
	bottom: 0;
	transition: width 0.2s 0.4s, height 0.2s 0.6s;

}



.is-inview .invitation_wrapper3::before,.is-inview .invitation_wrapper3::after {
	width: 100%;
	height: 100%;
}
.is-inview .invitation_wrapper3::before {
	border-top-color: #241B60;
	border-right-color: #241B60;
}
.is-inview .invitation_wrapper3::after {
	border-bottom-color: #241B60;
	border-left-color: #241B60;
}













/****************************************************************************************
/* 付箋タブ設定（グリーン）
****************************************************************************************/


.invitation_title {
	position: absolute;
	top: 45px;
	left: -2em;
	min-width: 18em;
	padding: 1.25em 1.5em;
	border-left: 0.5em solid #403c3b;
	background-color: #fff;
	box-shadow: 0.2em 0.25em 0.5em 0 rgba(0, 0, 0, 0.2);
	font-size: 1.225em;
	line-height: 1;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .invitation_title {
	left: -1.5em;
  }
}

.invitation_title {
	opacity: 0;
	transform: translateX(-2em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 1s;
}
.is-inview .invitation_title {
	opacity: 1;
	transform: translateX(0);
}


/****************************************************************************************
/* 付箋タブ設定2（ネイビー）
****************************************************************************************/


.invitation_title2 {
	position: absolute;
	top: 45px;
	left: -2em;
	min-width: 18em;
	padding: 1.25em 1.5em;
	border-left: 0.5em solid #4E753A;
	background-color: #fff;
	box-shadow: 0.2em 0.25em 0.5em 0 rgba(0, 0, 0, 0.2);
	font-size: 110%;
	line-height: 1;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .invitation_title2 {
	top: 50px;
	left: -1.5em;
  }
}

.invitation_title2 {
	opacity: 0;
	transform: translateX(-2em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 1s;
}
.is-inview .invitation_title2 {
	opacity: 1;
	transform: translateX(0);
}


/****************************************************************************************
/* 枠内タイトル設定
****************************************************************************************/

.invitation_catch {
	position: relative;
	margin-top: -10px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 100%;
	line-height: 1.4;
	z-index: 2;
	width: 100%;
	letter-spacing: 1.2px;
}

.invitation_catch {
  opacity: 0;
	transform: translateX(0em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 1.2s;
}
.is-inview .invitation_catch {
	opacity: 1;
	transform: translateX(0);
	transform: translateX(0);
}





span.yellow_line {
      background: linear-gradient(transparent 60%, yellow 30%);
      display: inline-block;
    transform: rotate(0deg);

    }





/****************************************************************************************
/* 枠内タイトル設定
****************************************************************************************/

.invitation_catch2 {
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.4;
	z-index: 2;

}

.invitation_catch2 {
  opacity: 0;
	transform: translateX(-2em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 1.4s;
}
.is-inview .invitation_catch2 {
	opacity: 1;
	transform: translateX(0);
	transform: translateX(0);
}




.invitation_read {
	position: relative;
	margin-bottom: 2em;
	font-weight: 500;
	font-size: 100%;
	line-height: 1.6;
}

.invitation_read {
	opacity: 0;
	transform: translateX(-2em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 1.4s;
	}
	.is-inview .invitation_read {
	opacity: 1;
	transform: translateX(0);
}



.invitation_read2 {
	position: relative;
	margin-bottom: 2em;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 2;
}

.invitation_read2 {
	opacity: 0;
	transform: translateX(-2em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 2.6s;
}

.is-inview .invitation_read2 {
	opacity: 1;
	transform: translateX(0);
}





.invitation_link {
	position: absolute;
	bottom: -2.25em;
	left: 0;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
.invitation_link {
	position: relative;
	bottom: auto;
	left: auto;
  }
}


.invitation_link {
	opacity: 0;
	transform: translateX(-2em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 2s;
}
.is-inview .invitation_link {
	opacity: 1;
	transform: translateX(0);
}


.invitation_image {
	position: absolute;
}



.invitation_title {
	border-color: #1B878E;
}


.invitation_box {
	position: relative;
	width: 100%;
}


.invitation_box p {
	letter-spacing: 1.2px;
}




/****************************************************************************************
/* 画像設定01
****************************************************************************************/

.home_area .invitation_image_pri2 {
	bottom: -80px;
	right: -50px;
	width: 50%;
	filter: drop-shadow(10px 10px 0px #E3E3E3);

}
.home_area .invitation_image_pri2 img:nth-of-type(1) {
	position: relative;
	width: 100%;
	z-index: 1;

}


.home_area .invitation_image_pri2 img:nth-of-type(2) {
	width: 100%;
	margin-top: 50px;
}


@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_area .invitation_image_pri2 {
	position: relative;
	top: auto;
	right: auto;
	width: inherit;
	margin-bottom: 3em;
  }
}




.home_area .invitation_image_pri2 img {
  opacity: 0;
          transform: translateY(10em) scaleX(0.5);
}
.home_area .is-inview .invitation_image_pri2 img {
          animation: about_main_image 0.5s ease-out forwards;
}
.home_area .is-inview .invitation_image_pri2 img:nth-of-type(1) {
          animation-delay: 2s;
}

.home_area .is-inview .invitation_image_pri2 img:nth-of-type(2) {
          animation-delay: 3s;
}





/****************************************************************************************
/* 画像設定02
****************************************************************************************/

.home_area .invitation_image_pri3 {
	top: 0px;
	right: -140px;
	width: 60%;
	filter: drop-shadow(10px 10px 0px #E3E3E3);

}

.home_area .invitation_image_pri3 img:nth-of-type(1) {
	position: relative;
	width: 100%;
	z-index: 1;
}



.home_area .is-inview .invitation_image_pri3 img:nth-of-type(1) {
	position: relative;
	width: 100%;
	z-index: 1;
}





.home_area .invitation_image_pri3 img:nth-of-type(2) {
	width: 100%;
	margin-top: 50px;
}


@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_area .invitation_image_pri3 {
	position: relative;
	top: auto;
	right: auto;
	width: inherit;
	margin-bottom: 20px;
  }
}


.home_area .invitation_image_pri3 img {
  opacity: 0;
}
.home_area .is-inview .invitation_image_pri3 img {
	animation: zoomIn3 0.7s ease-in-out forwards;
}
.home_area .is-inview .invitation_image_pri3 img:nth-of-type(1) {
          animation-delay: 1s;
}

.home_area .is-inview .invitation_image_pri3 img:nth-of-type(2) {
          animation-delay: 2s;
}



/****************************************************************************************
/* 画像設定02
****************************************************************************************/







ul.invi_list {
	margin-top: 50px;
	list-style-type: none;
	width: 50%;
}
ul.invi_list li {
	position: relative;
	margin-left: 30px;
	margin-bottom: 10px;
}
ul.invi_list li::after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -25px;
	width: 13px;
	height: 8px;
	border-left: 3px solid #25AF01;
	border-bottom: 3px solid #25AF01;
	transform: rotate(-45deg);
}







/****************************************************************************************
/* 価格エリア設定
****************************************************************************************/




.background_box {
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F7F8F9;
}


.background_box2 {
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 100px;
	background: linear-gradient(119.69108072249855deg, rgba(229, 221, 204,1) 34.257391142150034%,rgba(113, 190, 194,1) 97.05400460147632%);
}




.home_area .third_list2 {
	opacity: 0;
	align-items: stretch;

}

.home_area .is-inview .third_list2 {
	opacity: 1;
	margin: 0 auto 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}



.home_area .is-inview .third_list2 li:first-child {
	width: 23%;
	opacity: 0;
	animation: zoomIn 0.7s ease-in-out forwards;
	animation-delay: 1s;
}


.home_area .is-inview .third_list2 li:nth-child(2n) {
	width: 23%;
	opacity: 0;
	animation: zoomIn 0.7s ease-in-out forwards;
	animation-delay: 1.5s;
}
.home_area .is-inview .third_list2 li:nth-child(3n) {
	width: 23%;
	opacity: 0;
	animation: zoomIn 0.7s ease-in-out forwards;
	animation-delay: 2.0s;
}

.home_area .is-inview .third_list2 li:nth-child(4n) {
	width: 23%;
	opacity: 0;
	animation: zoomIn 0.7s ease-in-out forwards;
	animation-delay: 2.5s;
}


.zoomIn2 {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 1px 3px 3px 3px rgba(0,0,0,0.1);

}

.zoomIn2_image {
	width: 100%;
	height: 200px;
	overflow: hidden;

}



.zoomIn2_image img {
	width: 100%;
	height: auto;
	over-fit: cover;

}


p.title_main {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}


p.title_main2 {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	color: #1B878E;
}

p.title_main3 {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #555555;
	margin-top: 5px;
}



.title_box {
	
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px 10%;

}


.title_box2 {
	margin-top: 0px;
	padding: 0px 0%;

}



.title_box3 {
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px 10%;

}


p.title_main4 {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #555555;
	margin-top: 5px;
}

p.subtitle_main {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #75B057;
	margin-top: 0px;
}






@keyframes zoomIn{
    0% {
	transform: scale(0.5);
	opacity: 0;

    }
    70% {
	transform: scale(1.2);
	opacity: 1;

    }

    80% {
	transform: scale(1.0);
	opacity: 1;

    }

    90% {
	transform: scale(1.1);
	opacity: 1;

    }

    95% {
	transform: scale(1.05);
	opacity: 1;

    }



    100% {
	transform: scale(1);
	opacity: 1;

    }

}


/******************************************************************************
/* 左スライド設定
******************************************************************************/



.home_area .third_list3 {
	opacity: 0;
	align-items: stretch;
	text-align: left;
}

.home_area .is-inview .third_list3 {
	opacity: 1;
	margin: 0 auto 0px auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
}



.home_area .is-inview .third_list3 li:first-child {
	width: 32%;
	margin-right: 2%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1s;
}

.home_area .is-inview .third_list3 li:nth-child(2n) {
	width: 32%;
	margin-right: 2%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 1.5s;
}
.home_area .is-inview .third_list3 li:nth-child(3n) {
	width: 32%;
	opacity: 0;
	animation: zoomIn3 0.7s ease-in-out forwards;
	animation-delay: 2.0s;
}



@keyframes zoomIn3{
    0% {
	transform: scale(0.5);
	opacity: 0;

    }


    100% {
	transform: scale(1);
	opacity: 1;

    }

}




/******************************************************************************
/* 左スライド設定
******************************************************************************/



.home_area .third_list4 {
	opacity: 0;
	align-items: stretch;

}

.home_area .is-inview .third_list4 {
	opacity: 1;
	margin: 40px auto 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}



.home_area .is-inview .third_list4 li:first-child {
	width: 32%;
	opacity: 0;
	animation: zoomIn4 0.7s ease-in-out forwards;
	animation-delay: 1s;
}

.home_area .is-inview .third_list4 li:nth-child(2n) {
	width: 32%;
	opacity: 0;
	animation: zoomIn4 0.7s ease-in-out forwards;
	animation-delay: 1.5s;
}
.home_area .is-inview .third_list4 li:nth-child(3n) {
	width: 32%;
	opacity: 0;
	animation: zoomIn4 0.7s ease-in-out forwards;
	animation-delay: 2.0s;
}



@keyframes zoomIn4{
    0% {
	transform: scale(0.5);
	opacity: 0;

    }


    100% {
	transform: scale(1);
	opacity: 1;

    }

}



/******************************************************************************
/* 本文
*******************************************************************************/



.contents {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	padding-top : 80px;
	padding-bottom : 0px;
	background-image: url(../images/grid_01.svg);
	background-position: center top;
	background-repeat:  repeat;
	z-index: 1;
	border-bottom: solid 2px #E6F8E4;

}


.contents2 {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	background-image: url(../images/bg01.png);
	background-position: center top;
	background-repeat:  repeat;
	z-index: 1;

}






.contents_in {
	width: 80%;
	position: relative;
	padding-top : 50px;
	padding-bottom : 100px;
	margin: 0px auto 0px auto;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 1.6;
	z-index: 1;

}



/******************************************************************************
/* 本文
*******************************************************************************/



.sub_title {
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 12px;
	background: #3C8177;
	color: white;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.sub_title::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(99, 105, 103);
}






.top_comment_box {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.ratio-1_1:before {
	content: "";
	display: block;
	padding-top: 50%; /* 1:1 */
}



.top_image01 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40%;
	margin: 0px auto 0px auto;
	text-align: left;
	z-index : 3;
	filter: drop-shadow(10px 10px 0px #B0D4D8);
}


.top_image02 {
	position: absolute;
	bottom: 100px;
	left: 20%;
	width: 30%;
	margin: 0px auto 0px auto;
	text-align: left;
	z-index : 3;
	filter: drop-shadow(10px 10px 0px #B0D4D8);
}




.top_comment01 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70%;
	text-align: right;
	z-index : 2;
	font-size: 100%;
	font-weight: 700;
}


.top_comment01_in {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 30px;
	text-align: left;
	background-color: #ffffff;
	z-index : 1;
	filter: drop-shadow(10px 10px 0px #B0D4D8);
}


.top_comment01_in_box {
	position: absolute;
	top: 30px;
	right: 35px;
	width: 60%;

}

.ratio-2_1:before {
	content: "";
	display: block;
	padding-top: 35%; /* 1:1 */
}






p.title {
	color: #346420;
	font-size: 180%;
	font-weight: 800;
	letter-spacing: 1.2px;

}

p.title_sub {
	color: #393636;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 0px;
}

p.title2 {
	color: #75B057;
	font-size: 130%;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}

p.title3 {
	color: #75A33C;
	font-size: 110%;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}



p.title span{
	display: inline-block;
	color: #555555;
	font-size: 140%;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-left: 10px;
	margin-right: 5px;
}


p.comment {
	color: #555555;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 20px;
}






p.title_main4 {
	margin: 0px auto 0 auto;
	font-optical-sizing: auto;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #555555;
	margin-top: 5px;
}

p.subtitle_main {
	margin: 0 auto 0 auto;
	font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	color: #75B057;
	margin-top: 0px;
}



.title_box {
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px 5%;

}


.title_box2 {
	margin-top: 0px;
	padding: 0px 0%;

}



.title_box3 {
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px 10%;

}



/****************************************************************************************
/* 画像設定02
****************************************************************************************/







ul.invi_list {
	margin-top: 50px;
	list-style-type: none;
	width: 100%;
}
ul.invi_list li {
	position: relative;
	margin-left: 30px;
	margin-bottom: 10px;
}
ul.invi_list li::after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -25px;
	width: 13px;
	height: 8px;
	border-left: 3px solid #25AF01;
	border-bottom: 3px solid #25AF01;
	transform: rotate(-45deg);
}






/******************************************************************************
/* ノベルティタイトル設定
*******************************************************************************/

.novel_title {
	position: relative;
	background: #3049A3;
	box-shadow: 0px 0px 0px 5px #3049A3;
	border: dashed 2px white;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: 700;
	font-size: 120%;
	margin-bottom: 30px;
}

.novel_title:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #FFA500;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}



span.novelty_line {
	background:#6f6;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
    }


.novelty_comment {
	display: block;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 1.8;
}

/******************************************************************************
/* コンサルタント紹介
*******************************************************************************/




.flexbox {
  display: flex;
  align-items: stretch;/*子要素の高さが伸縮する指定*/
}

.flex-item {
	display: block;
	margin-top: 50px;
	margin-left: 65px;
	margin-bottom: 80px;
	width: 55%;
}





.consul_name {
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.4;
	z-index: 2;

}

.consul_name {
  opacity: 0;
	transform: translateX(-2em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 1.4s;
}
.is-inview .consul_name {
	opacity: 1;
	transform: translateX(0);
	transform: translateX(0);
}



.consul_box {
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 0px 10%;
	line-height: 1.8;
	font-weight: 400;
}


.m_image {
	display: block;
	width: 45%;
	height: auto;
	overflow: hidden;
}




.m_image img {
	opacity: 0
	width: auto;
	height: 100%;
	object-fit: cover;

}




.is-inview .m_image img {
	opacity: 0;
	animation: zoomIn2 0.7s ease-in-out forwards;
	animation-delay: 1s;
	width: auto;
	height: 100%;
	object-fit: cover;
}


/******************************************************************************
/* コンサルタント用タグ
*******************************************************************************/


.invitation_tag {
	display: flex;
	box-pack: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .invitation_tag {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 4em;
  }
}
.invitation_tag_item {
	margin-right: 0.5em;
	padding: 0.5em 1em;
	background-color: #e3f4f6;
	font-weight: 500;
	font-size: 0.75em;
	white-space: nowrap;
	margin-bottom: 10px;

}
.invitation_tag_item::before {
	content: "#";
	display: inline-block;
	margin-right: 0.25em;
}
.invitation_tag_item:nth-last-of-type() {
	margin-right: 0;
}

.invitation_tag {
	opacity: 0;
	transform: translateX(-2em);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 1.8s;
}
.is-inview .invitation_tag {
	opacity: 1;
	transform: translateX(0);
}


/******************************************************************************
/* サブタイトル関連
*******************************************************************************/


.subpage_title {
	font-size: 110%;
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	font-weight: 700;
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #3C8177;/*左線（実線 太さ 色）*/
	letter-spacing: 1.5px;
	margin-bottom : 20px;
}


.subpage_title2 {
	font-size: 110%;
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	font-weight: 700;
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #3C8177;/*左線（実線 太さ 色）*/
	letter-spacing: 1.5px;
	margin-top : 40px;
	margin-bottom : 20px;
}


.sub_subpage_title {
	display: block;
	font-size: 100%;
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	font-weight: 700;
	background:rgba(244,243,240,0.5);
	letter-spacing: 1.5px;
	margin-top : 30px;
	margin-bottom : 10px;

}

.sub_subpage_title2 {
	font-size: 100%;
	padding: 0.6em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	font-weight: 700;
	background:rgba(244,243,240,0.5);
	margin-top : 15px;

}




/******************************************************************************
/* トップに戻る
*******************************************************************************/



#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index:200;
}
#page-top a {
	text-decoration: none;
	width: 50px;
	display: block;

}
#page-top a:hover {
	text-decoration: none;
}


/******************************************************************************
/* お問い合わせエリア用
******************************************************************************/


ul.contact_us {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align:center;
}


 
ul.contact_us li {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 50px;

}

ul.contact_us li:last-child {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;

}

.contact_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 140%;
	display: inline-block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.contact_txt {
	font-weight: 500;
	font-size: 80%;
	letter-spacing: 1.2px;
	margin-bottom: 5px;
}

.contact01 {
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	font-weight: 700;
}

.contact02 {
	font-size: 140%;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
	font-weight: 700;
}







.contact_us_box {
	position: relative;
	display:inline-block;
	border: solid 1px #ffffff;
	color:#ffffff;
	padding:10px 50px 10px 10px;
	text-align:center;
	margin-bottom: 0px;
}
.contact_us_box::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 30px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box:hover::after{
	right: 20px;
}




.contact_us_box p {
	margin-top: 4px;
	margin-bottom: 4px;
	letter-spacing: 1.5px;
	font-weight: 700;
}



.contact_us_box p img {
	width: auto;
	height: 18px;
	margin-top: -3px;
	margin-right: 10px;
}




.contact_us_box2 {
	position: relative;
	display:inline-block;
	color:#ffffff;
	padding:10px 50px 10px 0px;
	text-align:center;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 90%;
}
.contact_us_box2::after{
	position: absolute;
	content: "";
	top: 20px;
	right: 40px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box2:hover::after{
	right: 30px;
}


/******************************************************************************
/* お問い合わせ用
******************************************************************************/

.footer_area {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bottom_image.jpg?ver-20241130);
	background-repeat:  no-repeat;
	background-position: 0px 0%;
	background-size: 100% auto;
	object-fit: cover;
	color: #ffffff;
	letter-spacing: 1.2px;

}




.footer_area_in_box {
	margin: 0px auto 0px auto;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}


.footer_area_in {
	margin: 0px auto 0px auto;
	width: 80%;
	padding-top: 50px;
	padding-bottom: 50px;

}

.bottom_image {
	display: block;
	width: 450px;
	height: auto;
	padding-bottom: 10px;
}



#copyright{
	font-size:70%;
	background-color:#346420;
	padding: 10px 0px 13px 0px;
	margin-top:0px;
	color:#fff;
	text-align: center;
	letter-spacing: 1.0px;

}



.copyright br{
	display:none;
}


/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}




*******************************************************************************/
/* スマホ用メニュー
*******************************************************************************/





.sub_menu {
	position: relative;
	padding-top: 130px;
	padding-bottom: 0px;
	justify-content: space-between;
	z-index: 100;

}


.sub_page_logo {
	position: absolute;
	margin: 0 auto 0 auto;
	top: 0px;
	left: 0px;
	width: 274px;
	height: auto;
	padding: 10px;
	z-index: 1000;
}

.sub_page_logo img {
	width: 180px;
	height: auto;

}



nav{
	display: none;
	position: absolute;
	top:0px;
	width: 100%;
	left: 0;
	padding-bottom: 50px;
	z-index: 9999999;

}
 
/*------------------------------------プルダウンの部分を記述--------------*/
 
nav ul{
	margin:90px auto 0px;
	width: 90%;
}
 
nav ul li{
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
 
/*最後のメニューは下線を不要にする -------------------------------------------*/






/*開閉ボタンの作り方 ------------------------------------------------*/

#nav_toggle {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;/*固定にします。*/
	top: 0px;
	right:0px;/*左端に配置*/
	z-index: 9999999;
	background-color: #3C8177;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-top: 0px;
	margin-right: 0px;
	cursor: pointer

}



#nav_toggle div {
	position: relative;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;


}


 
#nav_toggle span {
	display: block;
	height: 3px;
	background-color: #ffffff;
	position:absolute;
	width: 50%;
	top: 30px;
	left: 13px;
	transition: 0.5s ease-in-out;
	text-align: center;
	margin-top: 15px;
}


 
#nav_toggle p {
	display: block;
	position:absolute;
	transition: 0.5s ease-in-out;
	text-align: center;
	margin-top: 55px;
	margin-left: 0px;
	font-size: 75%;
}

nav {
	position: fixed;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;
}

 
/*-----------------------------------------------------三本ずつずらして設定*/

#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:8px;
}
#nav_toggle span:nth-child(3){
	top:16px;
}

 
/*-----------------------------開閉ボタンopen時-------*/

.open #nav_toggle span:nth-child(1) {
top: 7px;
left: 11.5px;
transform: rotate(135deg);
}
 
/* ----------------------------2本目を非表示にすることで、三本が2本になる*/

.open #nav_toggle span:nth-child(2) {
display:none;
}

.open #nav_toggle span:nth-child(3) {
top: 7px;
left: 11.5px;
transform: rotate(-135deg);
}


/******************************************************************************
/* スマホ用メニュー各ブロック
*******************************************************************************/


.homeWorkItem{text-align: center; padding: 1px;}





.homeWorkItem .line{
	display: none;
	position: absolute;
	background-color: #d9d9d9;
	transition:all 0.3s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}


.homeWorkItem .line{display: block; transition:all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)}

.homeWorkItem .line.line-top{top: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-left{top: 0;left: 0; height: 100%; width: 1px}
.homeWorkItem .line.line-bottom{bottom: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-right{right: 0; top: 0; height: 100%; width: 1px}

.homeWorkItem a{display:block;}
.homeWorkItem a{position:relative; box-sizing:border-box;background:none; height: 80px;}
.homeWorkItem a:hover{color: #ffd20d}
.homeWorkItem a:hover .line{background-color: #ffd20d}
.homeWorkItem a:hover .line.line-top{height: 4px}
.homeWorkItem a:hover .line.line-left{width: 4px}
.homeWorkItem a:hover .line.line-bottom{height: 4px}
.homeWorkItem a:hover .line.line-right{width: 4px}

.homeWorkItem .menutitle{
	position: absolute;
	width:100%;
	top: 50%;
	transform : translateY(-50%);
	font-size: 80%;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-decoration: none;

}




/******************************************************************************
/* スマホ用メニュー各ブロックサイズ
*******************************************************************************/



nav ul li:nth-child(1) {
	width: 100%;
	z-index: 1;

}



nav ul li:nth-child(2) {
	float: left;
	width: 32%;
	margin-right: 2%;
}



nav ul li:nth-child(3) {
	float: left;
	width: 32%;
	margin-right: 2%;
}

nav ul li:nth-child(4) {
	float: right;
	width: 32%;
}


nav ul li:nth-child(5) {
	float: left;
	width: 49%;

}


nav ul li:nth-child(6) {
	float: right;
	width: 49%;

}

nav ul li:nth-child(7) {
	float: left;
	width: 32%;
	margin-right: 2%;

}


nav ul li:nth-child(8) {
	float: left;
	width: 32%;
	margin-right: 2%;

}

nav ul li:nth-child(9) {
	float: right;
	width: 32%;

}



/******************************************************************************
/* 本文
*******************************************************************************/



.contents {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	padding-top : 80px;
	padding-bottom : 300px;
	background-image: url(../images/grid_01.svg);
	background-position: center top;
	background-repeat:  repeat;
	z-index: 1;
	border-bottom: solid 2px #E6F8E4;

}

.contents2 {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	background-image: url(../images/bg01.png);
	background-position: center top;
	background-repeat:  repeat;
	z-index: 1;

}






.contents_in {
	width: 90%;
	position: relative;
	padding-top : 0px;
	padding-bottom : 100px;
	margin: 0px auto 0px auto;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 1.6;
	z-index: 1;

}



/******************************************************************************
/* About
*******************************************************************************/




.top_comment_box {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;

}
.ratio-1_1:before {
	content: "";
	display: block;
	padding-top: 80%; /* 1:1 */
	width: 100%;

}



.top_image01 {
	position: absolute;
	top: -50px;
	left: 0px;
	width: 70%;
	margin: 0px auto 0px auto;
	text-align: left;
	z-index : 3;
	filter: drop-shadow(10px 10px 0px #B0D4D8);
}


.top_image02 {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 50%;
	margin: 0px auto 0px auto;
	text-align: right;
	z-index : 3;
	filter: drop-shadow(10px 10px 0px #B0D4D8);
}




.top_comment01 {
	position: absolute;
	top: 250px;
	right: 0px;
	width: 100%;
	text-align: left;
	z-index : 2;
	font-size: 100%;
	font-weight: 700;
}


.top_comment01_in {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 30px;
	text-align: left;
	background-color: #ffffff;
	z-index : 1;
	filter: drop-shadow(10px 10px 0px #B0D4D8);
}


.top_comment01_in_box {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 90%;

}


.ratio-2_1:before {
	content: "";
	display: block;
	padding-top: 27%; /* 1:1 */
}







p.title {
	color: #75B057;
	font-size: 160%;
	font-weight: 800;
	letter-spacing: 1.2px;

}

p.title_sub {
	color: #393636;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 0px;
}

p.title2 {
	color: #75B057;
	font-size: 120%;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}

p.title3 {
	color: #1C888F;
	font-size: 100%;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}



p.title span{
	display: inline-block;
	color: #555555;
	font-size: 140%;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-left: 10px;
	margin-right: 5px;
}


p.comment {
	color: #555555;
	font-size: 90%;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
}





}



/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:728px) {


.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}


/********************************************************************************************************
/* 文字サイズ設定
*********************************************************************************************************/


body{
	font-size: 80%;
}



/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/

ul.news5 {
   display: block;
}

.news5 li{
	display: block;
	vertical-align: middle;
	position: relative;

}



.news5 li:nth-child(1){
	display: block;
	margin-top: 1px;
	font-size: 90%;
	font-weight: 700;
	color: #3B8177;
	white-space: nowrap;
}

.news5 li:nth-child(2){
	display: block;
	margin-top: 5px;
	margin-left: 0px;
	font-weight: 700;
	white-space: nowrap;
	align-items: left;
	justify-content: left;

}




.background_box {
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #F7F8F9;
}


/******************************************************************************
/* 本文
*******************************************************************************/



.sub_title {
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 12px;
	background: #3C8177;
	color: white;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 20px;
	margin-bottom: 30px;
}


/******************************************************************************
/* 左スライド設定
******************************************************************************/



.home_area .third_list4 {
	opacity: 0;
	align-items: stretch;

}

.home_area .is-inview .third_list4 {
	opacity: 1;
	margin: 40px auto 30px auto;
	display: block;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}



.home_area .is-inview .third_list4 li:first-child {
	width: 100%;
	opacity: 0;
	animation: zoomIn4 0.7s ease-in-out forwards;
	animation-delay: 1s;
	margin-bottom: 15px;
}

.home_area .is-inview .third_list4 li:nth-child(2n) {
	width: 100%;
	opacity: 0;
	animation: zoomIn4 0.7s ease-in-out forwards;
	animation-delay: 1.5s;
	margin-bottom: 15px;
}
.home_area .is-inview .third_list4 li:nth-child(3n) {
	width: 100%;
	opacity: 0;
	animation: zoomIn4 0.7s ease-in-out forwards;
	animation-delay: 2.0s;
}


.zoomIn2 {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	color: #000000;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 1px 3px 3px 3px rgba(0,0,0,0.1);

}


.zoomIn2_image {
	width: 100%;
	height: 200px;
	overflow: hidden;

}



.zoomIn2_image img {
	width: 100%;
	height: auto;
	over-fit: cover;

}



/******************************************************************************
/* お問い合わせ用
******************************************************************************/

.footer_area {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bottom_image.jpg?ver-20241130);
	background-repeat:  no-repeat;
	background-position: 0px 0%;
	background-size: auto 100%;
	object-fit: cover;
	color: #ffffff;
	letter-spacing: 1.2px;

}



/******************************************************************************
/* お問い合わせエリア用
******************************************************************************/


ul.contact_us {
	width: 80%;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align:center;
}


 
ul.contact_us li {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;

}

ul.contact_us li:last-child {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;

}




}