* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
	height: 100%;
	width: 100%;
	}

body {
	color: #111;
	background-color: #FFFFFF;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100vh;
}

a {
	color: #818181;
	text-decoration: none;
	}

a:hover{
	opacity: 0.7;
	}

.sticky {
	position: fixed;
	top: 0;
	}



/*
ナビゲーション
-------------------------------------------*/
header {
	width: 100%;
	height: 12vh;
	color: #1d1d1d;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	z-index: 999;
	}
header .inner {
	height: 100%;
    margin: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	}
header .inner nav ul {
	list-style: none;
	display: flex;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	}
header .inner nav ul li {
	margin: 0 20px;
	font-size: 14px; }
header .inner h1 img{
	width: 10vw;
	height: auto;
}


@media (max-width: 760px) {
header {
	top: 0;
	height: 10vh;
	}
header .inner {
	margin: 0 15px;
	justify-content: center; 
	}
header .inner nav {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	background-color: rgba(255,255,255,0.85); 
	}
header .inner nav ul {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
	align-items: center;
	}
header .inner nav ul li {
	margin: 20px;
	}
header .inner nav ul li a {
	font-size: 20px;
	color: #878787;
	}
header .inner h1 img{
	width: 20vw;
	height: auto;
	}

	
/*
ハンバーガー系
-------------------------------------------*/
.btn-trigger {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 34px;
	height: 28px;
	transform: translateY(-50%);
	cursor: pointer; }
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #383838;
	border-radius: 4px; }
.btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
	}
.btn-trigger span:nth-of-type(1) {
	top: 0;
	}
.btn-trigger span:nth-of-type(2) {
	top: 12px;
	}
.btn-trigger span:nth-of-type(3) {
	bottom: 0;
	}
#btn.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
	}
#btn.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: active-btn-bar02 .8s forwards; }
@keyframes active-btn-bar02 {
	100% {
	height: 0;
	}
	}
#btn.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
	}
	}
@media (min-width: 761px) {
.btn-trigger {
	display: none;
	}
	}


/*
スライダースペーサー用BOX
-------------------------------------------*/
#index_top {
	top: 100px;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

/*
サブコンテンツページ用TOP
-------------------------------------------*/
#sub_top::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-image: url("../img/sub_img_01.jpg");
	background-size: cover;
	background-position: 50% 100%;
}
.index_top2 {
	min-height: 100vh;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.sub_tit {
	margin: 20vh auto auto 20px;
}
.sub_tit {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 40px;
	font-weight: bold;
	color: #0F9D62;
	line-height: 1;
}
.sub_tit span {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}



/*
メインコンテンツ1（背景ベタあり）
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #0F9D62;
	padding-bottom: 20px;
	overflow: hidden
}

.content h2 {
	font-family:Arial, Helvetica, "sans-serif";
	color: white;
	white-space: nowrap;
	font-size: 10.5vw;
	text-align: center;
}
.content h2 span{
	color: #6AC483;
}
.content h3{
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: white;
	font-size: 18px;
	margin: 10px 0px 20px 2%;
}

.cont_wrap {
	max-width: 1200px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.cont_wrap p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	font-size: 20px;
	color: white;
	width: 100%;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

/*
メインコンテンツ2（背景ベタあり）
-------------------------------------------*/
.cont_3st {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 100px;
	margin: 0 auto;
	overflow: hidden
}
.cont_3st h2 {
	font-family:YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color: #0F9D62;
	white-space: nowrap;
	font-size: 9vw;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: -0.08em;
	padding: 20px 00px 30px 0px;
	margin-left: 2vw;
}



/*
メインコンテンツ3（3並び）
-------------------------------------------*/
.container_3st {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
}

.container_3st .item {
	flex-direction:row;
	margin: auto 0;
}
.container_3st .item img {
	width: 26vw;
	height: auto;
}

/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.container_3st {
	flex-direction: column; /* 縦並び */
 }
.container_3st .item {
 	flex: auto; /* 幅を自動調整 */
	text-align: center;
	margin-bottom: 0px;
 }
.container_3st .item img {
	width: 80vw;
	height: auto;
}
}


/*
メインコンテンツ3（1並びPC/SP画像切替）
-------------------------------------------*/
.container_1st {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.item_1st_pc { display: block !important;
	text-align: center;
}
.item_1st_sp { display: none !important; }

.item_1st_pc img{
	width: 80vw;
	height: auto;
} 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 761px) {
.item_1st_pc { display: none !important; }
.item_1st_sp { display: block !important; 
	text-align: center;
}
.item_1st_sp img{
	width: 80vw;
	height: auto;
}
}


/*
メインコンテンツ4（見出し両端ボーダー）
-------------------------------------------*/
.mds-border {
    display: flex;
    align-items: center;
	padding: 80px 0px;
	font-family:YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color: #0F9D62;
	white-space: nowrap;
	font-size: 2vw;
	letter-spacing: 0.1em;
	text-align: justify;
}

.mds-border:before,
.mds-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #0F9D62;
}

.mds-border:before {
    margin-right: 1rem;
}

.mds-border:after {
    margin-left: 1rem;
}

@media only screen and (max-width: 761px) {
.mds-border {
	font-size: 5vw;
}
}

/*
メインコンテンツ4-2（見出し左端ボーダー）
-------------------------------------------*/
.mds-border2 p {
    position: relative;
	padding: 0 0 0 13vw ;
	font-family:YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color: #0F9D62;
	white-space: nowrap;
	font-size: 1.25vw;
	letter-spacing: 0.1em;
}

.mds-border2 p:before {
	position: absolute;
    content: "";
    height: 2px;
	width: 10vw;
	top: 50%;
    background-color: #0F9D62;
	left: 0px;
}
@media only screen and (max-width: 761px) {
.mds-border2 p {
	font-size: 14px;
}
}


/*
メインコンテンツ5（強調コピー）
-------------------------------------------*/
.cont2_wrap {
	max-width: 1200px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.cont2_wrap p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	width: 100%;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
.cont2_wrap p span {
	color: #0F9D62;
}
/*
メインコンテンツ5-2（強調コピー）
-------------------------------------------*/
.cont3_wrap {
	max-width: 800px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.cont3_wrap p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	white-space: nowrap;
	font-size: 1.2vw;
	color: #000000;
	width: 100%;
	text-align:center;
	letter-spacing: 0.1em;
}
.cont3_wrap a{
	color: #0F9D62;
	font-weight: bold;
}
@media (max-width: 761px) {
	.cont3_wrap p {
	font-size: 2.3vw;
	}
}

/*
メインコンテンツ6（2並び）
-------------------------------------------*/
.container_2st {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	padding: 100px 0px 20px 0px;
}

.container_2st .item {
	flex-direction:row;
	margin: auto 0;
}
.container_2st .item img {
	width: 30vw;
	height: auto;
	margin: 0px 20px;
}

/* btn用100w */
.container_2st .item_100w {
	flex-direction:row;
	margin: auto 0;
}
.container_2st .item_100w img {
	width: 40vw;
	height: auto;
	margin: 0px 10px;
}

/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.container_2st {
	flex-direction: column; /* 縦並び */
 }
.container_2st .item {
 	flex: auto; /* 幅を自動調整 */
	text-align: center;
	margin-bottom: 0px;
 }
.container_2st .item img {
	width: 70vw;
	height: auto;
	margin: 15px 0px 0px 0px;
}
/* btn用100w */
.container_2st .item_100w {
 	flex: auto; /* 幅を自動調整 */
	text-align: center;
	margin-bottom: 0px;
 }
.container_2st .item_100w img {
	width: 100%;
	height: auto;
	margin: 0px;
}
}


/*
メインコンテンツ6-2（1並び）
-------------------------------------------*/
.container_1st2 {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.item_1st2_pc { display: block !important;
	text-align: center;
}
.item_1st2_sp { display: none !important; }
.item_1st2_pc img{
	width: 63vw;
	height: auto;
} 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 761px) {
.item_1st2_pc { display: none !important; }
.item_1st2_sp { display: block !important; 
	text-align: center;
}
.item_1st2_sp img{
	width: 70vw;
	height: auto;
}
}


/*
メインコンテンツ7（アコーディオン）
-------------------------------------------*/
/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
}
.s_01 .accordion_one .accordion_header {
	background-color: #0F9D62;
	color: #fff;
	font-size: 40px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 30px 5%;
	text-align: left;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
}
.accordion_header span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
}
.s_01 .accordion_one .accordion_header:hover {
	opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-0deg);
	transform: rotate(-0deg);
}
.s_01 .accordion_one .accordion_inner {
	display: none;
	padding: 30px 30px;
	border-left: 1px solid #0F9D62;
	border-right: 1px solid #0F9D62;
	border-bottom: 5px solid #0F9D62;
	box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner .box_one {
	height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
	color: #303030;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	width: 100%;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

@media screen and (max-width: 761px) {
.s_01 .accordion_one .accordion_header {
    font-size: 30px;
    text-align: left;
    padding: 15px 60px 15px 25px;
  }
.accordion_header span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
}
.s_01 .accordion_one .accordion_header .i_box {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}
}


/*
メインコンテンツ8（2並び）
-------------------------------------------*/
.container_2st2 {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	padding: 10px 0px 10px 0px;
	border-top: solid 3px #0F9D62;
	border-bottom: solid 3px #0F9D62;
	margin: 150px 0px;
}
/* txt+img用 */
.container_2st2 .item_txtimg {
	flex-direction:row;
	margin: auto 0px;
	width: 35vw;
}
.container_2st2 .item_txtimg img {
	width: 35vw;
	height: auto;
	margin: 0px auto;
	padding-left: 10px;
}
.container_2st2 .item_txtimg p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	font-size: 1.7vw;
	color: #000000;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	padding-right: 10px;
}
/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.container_2st2 {
	flex-direction: column; /* 縦並び */
	margin: 100px auto;
	width: 100%;
 }
.container_2st2 .item_txtimg {
 	flex: auto; /* 幅を自動調整 */
	margin: 0 auto;
	width: 80%;
 }
.container_2st2 .item_txtimg img {
	width: 90%;
	height: auto;
	margin: 15px 0px 50px 0px;
	text-align: center;
}
.container_2st2 .item_txtimg p {
	font-size: 22px;
	font-weight: bold;
	margin: 70px 0px 10px 0px;
}
}



/*
サブコンテンツページ用
-------------------------------------------*/
.sub_content {
	width: 100%;
	height: auto;
	background-color: transparent;
	position: relative;
	margin-top: -50vh;
	padding-bottom: 20px;
}

/*
サブコンテンツ1（メッセージP／2並び）
-------------------------------------------*/
.sub_container_2st2 {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	padding: 10px 0px 10px 0px;
}
/* txt+img用 */
.sub_container_2st2 .sub_item_txtimg {
	flex-direction:row;
	width: 35vw;
	margin-top: auto;
}
.sub_container_2st2 .sub_item_txtimg img {
	width: 35vw;
	height: auto;
	margin: 0px auto;
	padding: 10px 20px;
}
.sub_container_2st2 .sub_item_txtimg h2 {
	font-weight: bold;
	font-size: 1.6vw;
	padding: 10px 20px;
}
.sub_container_2st2 .sub_item_txtimg h2 span {
	color: #0F9D62;
}
.sub_container_2st2 .sub_item_txtimg p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	font-size: 1.2vw;
	color: #000000;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	padding: 10px 20px;
	background: white;
}
.sub_container_2st2 .sub_item_txtimg p span {
	background: #000000;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 3em;
}
.sub_container_2st2 .sub_item_txtimg h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.8vw;
	letter-spacing: 0.15em;
	text-align: right;
	padding: 10px 20px;
}
.sub_container_2st2 .sub_item_txtimg h3 span {
	font-size: 1.2vw;
}
/* 画面幅が761px以下の場合 */
@media (max-width: 761px) {
.sub_container_2st2 {
	flex-direction: column; /* 縦並び */
	margin: 10px auto;
	width: 100%;
 }
.sub_container_2st2 .sub_item_txtimg {
 	flex: auto; /* 幅を自動調整 */
	margin: 0 auto;
	width: 90%;
 }
.sub_container_2st2 .sub_item_txtimg img {
	width: 100%;
	height: auto;
	margin: 5px 0px 10px 0px;
	text-align: center;
}
.sub_container_2st2 .sub_item_txtimg p {
	font-size: 18px;
	font-weight: normal;
	margin: 30px 0px 10px 0px;
}
.sub_container_2st2 .sub_item_txtimg h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 50px 0px 0px 0px;
}
.sub_container_2st2 .sub_item_txtimg h3 {
	font-size: 22px;
	margin: 30px 0px 0px 0px;
}
.sub_container_2st2 .sub_item_txtimg h3 span {
	font-size: 12px;
}
}


/*会社概要タグ*/
.innerS {
	width: 70%;
	margin: 0 auto;
}
.kaisha {
	width: 100%;
}
.kaisha th, .kaisha td {
	border: 1px solid #3FBB87;
	background-color: #FFFFFF;
	padding: 15px 30px 15px 30px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.kaisha th {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #0F9D62;
	white-space: nowrap;
	letter-spacing: 0.1em;
	width: 20%;
}
@media screen and (max-width: 761px) {
.kaisha, .kaisha tr, .kaisha td, .kaisha th {
	display: grid;
	place-items: center;
	width: 100%;
}
.innerS {
	width: 90%;
}
.kaisha th, .kaisha td {
	white-space: normal;
	padding: 15px 5px 15px 5px;
}
}


/*お問い合わせ*/
#formWrap {
  width: 100%;
  margin: 0 auto;
  color: #383838;
  line-height: 120%;
  font-size: 100%;
  white-space: nowrap;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #3FBB87;
  padding: 20px;
  font-size: 100%;
}
table.formTable td {
	background: #ffffff;
}
table.formTable th {
  width: auto;
  font-weight: bold;
  background: #0F9D62;
  text-align: left;
  color: #FFFFFF;
}
textarea {
  width: 100%;
  resize: vertical;
}
input.jsy {
  width: 100%;
  height: auto;
}
.cont {
  font-size: 10px;
  color: #0F9D62;
  display: inline-block;
}
input[type="submit"] {
	display: block;
	width: 40vw;
	height: 60px;
	background-color: #0F9D62;
	color: white;
	border: 1px solid #0F9D62;
	margin: 20px;
	font-size: 1.5vw;
}
input[type="reset"] {
	display: block;
	width: 40vw;
	height: 60px;
	background-color: #ffffff;
	color: #0F9D62;
	border: 1px solid #0F9D62;
	margin: 20px;
	font-size: 1.5vw;
}
input[type="submit"]:hover,input[type="reset"]:hover {
	opacity: 0.7;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:910px) {
  #formWrap {
    width: 100%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    width: 96%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  textarea {
    resize: vertical;
}
input[type="submit"],input[type="reset"] {
	width: 55vw;
	font-size: 18px;
}
}
/*---------------------------------*/


/*プライバシーポリシータグ*/
.prpr{
	background-color: #ffffff;
}
.prpr h3 {
  clear: both;
  margin-bottom: 20px;
  width: auto;
  text-align: left;
  font-size: 18px; /*文字サイズ*/
  border-bottom: 2px dotted #ccc; /*下線の幅、線種、色*/
  padding-left: 10px;
}
/*h3タグの１文字目*/
.prpr h3::first-letter {
  border-left: 10px double #000000; /*左側の線の幅、線種、色*/
  padding-left: 10px; /*線と文字との余白*/
}
/*段落タグ*/
.prpr p {
  padding: 0px 20px 20px;
}
.prpr ol {
  padding: 0px 50px 20px;
}
/*---------------------------------*/


/* フッター用 */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer {
	position: relative;
	background: #0F9D62;
}
#footer .logo {
	text-align: center;
	padding: 60px 0;
}
#footer .logo a {
	display: inline-block;
}
#footer .logo img {
	width: 200px;
}
#footer .nav a {
	display: block;
	padding: 0 25px;
	color: white;
}

@media only screen and (min-width: 641px) {
#footer .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0;
}
#footer .nav a:hover {
	color: #A1A1A1;
}
#footer .nav li+ li {
	border-left: 1px solid white;
}
}
@media only screen and (max-width: 640px) {
#footer {
	text-align: center;
}
#footer .nav {
	padding-top: 30px;
	padding-bottom: 80px;
	}
#footer .nav li {
	border-bottom: dotted 1px #FFFFFF;
}
#footer .nav li a {
	padding: 12px 0px;
	text-align: center;
}
#footer .nav li a:hover {
	color: #A1A1A1;
}
}


/*---------
  address
-----------*/
.addd {
	color: white;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 30px;
}

/*---------
  copyright
-----------*/
.copyright {
	color: white;
	background-color: #0F9D62;
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: center;
	padding: 18px 0;
	font-weight: bold;
}
@media only screen and (max-width: 761px) {
.copyright {
	color: white;
	font-size: 11px;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-align: center;
}
}


/*
エフェクト
-------------------------------------------*/
/*===========
inview
===========*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 8%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*------------------------------*/


/*---------
トップスライダーボタン
-----------*/
#page-top {
  bottom: 20px;
  position: fixed;
  right: 20px;
}
#page-top a {
  height: 70px;
  padding: 0;
  text-align: center;
  transition: opacity .5s;
  width: 70px;
}
#page-top a:hover {
  opacity: 0.8;
  transition: opacity .5s;
}
#page-top a img {
  width: 70px;
}

/*---------
アンカー調整
-----------*/
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*------------------------------------------------------------*/
/*ボタンロング*/
a.cp_lbtn {
  margin: 0 auto;
  display: block;
  width: 280px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #EEEEEE;
  border: 2px solid #000000;
  border-radius: 3px;
  transition: 0.8s;
  margin-top: 80px;
  margin-bottom: 80px;
  background: #0F9D62;
}
a.cp_lbtn:hover {
  background: #000000;
  color: #fff;
}
/*------------------------------------------------------------*/