@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------
　　　　　　　　　　　リセット
--------------------------------------------------*/

html,body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td {
  border: 0;
  font-size: 100%;
  /*font-weight: normal;*/
  margin: 0;
  padding: 0;
}

header,
footer,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

main {
    display:block; /* for IE11 */
}

img{
    width: 100%;
}
/*--------------------------------------------------
　　　　　　　　　サイト全体共通
--------------------------------------------------*/

* {
    box-sizing: border-box;
}

body {
font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-feature-settings : "palt";
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
}

p, a, dd, dt, th, td {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1.2px;
}
main {
	/*padding-top: 110px;*/
}
main.subTitle {
	margin-bottom: 40px;
}
.br_sp, .only_smart_i {display: none;}
a.disabled{
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
	/*body {
		font-weight: 500;
	}
	main {padding-top: 58px;}*/
	.br_sp, .only_smart_i {display: block;}
	.only_pc {display: none;}
	main.subTitle {
	margin-bottom: 10px;
	}
}
/*--トップページに戻る--*/
#page-top {
	position: fixed;
	bottom: 18px;
	right: 18px;
	/*opacity: 0;*/
}
#page-top a {
	position: relative;
	display: block;
	z-index: 1000;
	background: -webkit-linear-gradient(top, #79d982, #49aaf2);
	background: -o-linear-gradient(top, #79d982, #49aaf2);
	background: linear-gradient(top, #79d982, #49aaf2);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.1;
	text-align: center;
	font-weight: bold;
	opacity: 0.8;
}
#page-top a:after {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 26px;
	left: 21px;
	z-index: 1010;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
@media screen and (max-width: 768px) {
	#page-top a {
		width: 55px;
		height: 55px;
	}
	#page-top a:after {
		top: 23px;
		left: 19px;
	}
	#page-top {
		bottom: 15px;
		right: 15px;
	}
}

/*--フェードイン--*/
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 70px);
    transition : all 1000ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* 2つ目の要素に200msのdelayをかける */
.fadein2 {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }
/* 3つ目の要素に400msのdelayをかける */
.fadein3 {
    -moz-transition-delay:600ms;
    -webkit-transition-delay:600ms;
    -o-transition-delay:600ms;
    -ms-transition-delay:600ms;
    }
/* 4つ目の要素に400msのdelayをかける */
.fadein4 {
    -moz-transition-delay:1000ms;
    -webkit-transition-delay:1000ms;
    -o-transition-delay:1000ms;
    -ms-transition-delay:1000ms;
    }
/*--------------------------------------------------
　　　　　　　　　ヘッダー
--------------------------------------------------*/

.headerBoxSp, #menu-wrap {display: none;}
.headerBoxPc {
	width: 100%;
	height:110px;
	background-color: #fff;
	/*position: fixed;*/
	z-index: 1000;
	border-bottom: solid 1px #aaa;
}
.headerInnerPc {
	width: 100%;
	height: 60px;
	padding: 15px 0 0 10px;
	display: flex;
	justify-content: space-between;
}
.rogoPc {
	width: 320px;
	line-height: 0;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 35px 0 0 ;
	margin-left: 15px;
}
.rogoPc img {
	width: 100%;
}
.rogoPc a {
	display: block;
	line-height: 1;
}
.rogoPc a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.contactBox {
	height: 40px;
	line-height: 0;
}
.contactInner {
	display: flex;
	margin-right: 20px;
	margin-left: 28.4%;
	margin-bottom: 10px;
}
.contact {
	height: 40px;
	line-height: 0;
	text-align: center;
	display: flex;
}
.contact a {
	display: block;
	line-height: 2.8;
	padding: 0 30px 0 0;
	height: 40px;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
}
.contact a:hover {
	color: #00bfa4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.tel {
	line-height: 0;
	width: 200px;
	display: flex;
	align-items: center;
}
.tel img {
	width: 100%;
}
.menuPc {
	width: 100%;
	height: 40px;
	/*background: #aaa;*/
	z-index: 1000;
}
.menuPc li {
  position: relative;
  display: inline-block;
}
.menuPc li::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(bottom left, #79d982, #49aaf2);
	background: -o-linear-gradient(bottom left, #79d982, #49aaf2);
	background: linear-gradient(to top right, #79d982, #49aaf2);
	line-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}
.menuPc li:hover::after {
	bottom: -10px;
	opacity: 1;
	visibility: visible;
}


/* ドロップダウンメニュー
------------------------------------------*/

.g_nav {
  position:relative;
	z-index: 1000;
}
.g_nav > ul {
  display:flex;
  margin:0 auto;
  list-style:none;
}
.g_nav > ul > li {
  text-align:center;
	font-size: 15px;
	line-height: 2.3;
	padding: 0 20px;
}
.g_nav > ul > li.dorp {
	padding-right: 45px;
}
.g_nav > ul > li > a{
  text-align:center;
	font-size: 15px;
	display: block;
	text-decoration: none;
	line-height: 2.3;
	color: #000;
}
.mdd_wrap {
	position:absolute;
	top:45px;
	left:0;
	width:100%;
}
.mdd_wrap .mdd_inner {
	width:420px;
	height:140px;
	max-height:0; /* 追加 */
	margin:0 auto;
	background:#fff;
	overflow:hidden; /* 追加 */
	transition:max-height .5s ease; /* 追加 */
	z-index: 1000;
	display: none;
}
.mdd_wrap .mdd_inner02 {
	width:600px;
	height:140px;
	display: none;
}
/* ヘッダー 関連企業の背景の高さ */
.mdd_wrap .mdd_inner03 {
	height:330px;
}
.mdd_wrap .mdd_inner ul {
}
.mdd_wrap .mdd_inner li {
	display: block;
}
.mdd_wrap .mdd_inner li:hover::after {
	visibility:hidden;
}
.mdd_wrap .mdd_inner a {
	text-align: left;
	line-height: 2.6;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px 0 20px;
	white-space: nowrap;
}
.mdd_wrap .mdd_inner a:hover {
	color:  #00bfa4;
}
.mddBox {
	display: flex;
}
 /* 追加 */
.g_nav > ul > li:hover .mdd_wrap .mdd_inner {
  max-height:350px;
}
.mt20 {
	margin-top: 20px;
}
 /* 矢印 */
.arrow{
  position: relative;
}

.arrow::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #00bfa4;
  border-right: solid 2px #00bfa4;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
	padding-right: 20
}
.arrowRoll{
  position: relative;
}
.arrowRoll::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #00bfa4;
  border-right: solid 2px #00bfa4;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
	padding-right: 20
}
.menuPc li.current::after {
	bottom: -10px;
	opacity: 1;
	visibility: visible;
	transition: 0s;
}
@media screen and (max-width: 1024px) {
	.rogoPc {
		width: 200px;
	}
	.contactInner {
		display: flex;
		margin-right: 0;
		margin-left: 27.5%;
		margin-bottom: 10px;
	}
	.tel {
		width: 180px;
	}
	.menuPc li:hover::after {
		bottom: -15px;
	}
	.g_nav > ul > li {
		font-size: 13px;
		line-height: 2.3;
		padding: 0 20px;
	}
	.g_nav > ul > li > a{
		font-size: 13px;
	}
	.g_nav > ul > li.dorp {
		padding-right: 20px;
	}
	.mdd_wrap .mdd_inner {
		height:175px;
	}
	.mdd_wrap .mdd_inner02 {
		height:140px;
	}
	.mdd_wrap .mdd_inner a {
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	.headerBoxPc {
		display: none;
	}
/* スマホヘッダー
------------------------------------------*/
	.headerBoxSp, #menu-wrap {display: block;}
	/*body.is-fixed{
			position: fixed;
			width: 100%;
			height: 100%;
		}*/

	.headerBoxSp {
		display: flex;
		width: 100%;
		height: 55px;
		z-index: 1000;
		background-color: #fff;
		border-bottom: dotted 1px #ccc;
		/*box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);*/
	}
	.headerInnerSp {
		width: 100%;
	}
	.titleBoxSp {
		height: 55px;
		display: flex;
		align-items: center;
		padding-left: 20px;
	}
	.titleBoxSp a {
		display: block;
		line-height: 0;
	}
	.titleBoxSp img {
		width: 230px;
	}
	.formBoxSp {
		width: 100%;
		display: flex;
	}
	#menuBox {
		width: 60px;
		height: 55px;
		background: -webkit-linear-gradient(bottom left, #79d982, #49aaf2);
		background: -o-linear-gradient(bottom left, #79d982, #49aaf2);
		background: linear-gradient(to top right, #79d982, #49aaf2);
		padding-left: 2px;
		position: fixed;
		right: 0;
		z-index: 1000;
	}
	/* click-nav */
	#click-nav{
		position: relative;
		cursor: pointer;
		width: 24px;
		top: 19px;
		margin: 0 auto;
	}
	#click-nav span{
		display: block;
		position: absolute;
		background: #fff;
		width: 100%;
		height: 2px;
		right: 0;
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-o-transition: -o-transform .5s;
		-ms-transition: -ms-transform .5s;
		transition: transform .5s;
	}
	#click-nav .one{
		top: 0;
	}
	#click-nav .two{
		top:7px;
	}
	#click-nav .three{
		top:14px;
	}
	/* click-nav is-active */
	#click-nav.is-active .one{
		transform:rotate(45deg);
		top: 6px;
	}
	#click-nav.is-active .two{
		right: -200px;
	}
	#click-nav.is-active .three{
		top: 6px;
		transform:rotate(-45deg);
	}
	#body-wrap{
		position: fixed;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 100;
	}
	/* menu-wrap */
	#menu-wrap{
		background: #fff;
		width: 80%;
		position: fixed;
		padding-top: 55px;
		top: 0;
		right: -70%;
		/*height: calc(100% - 50px);*/
		height: calc(100%);
		opacity: 0;
		visibility: hidden;
		box-sizing: border-box;
		z-index: 500;
		-webkit-transition: -webkit-all .4s;
		-moz-transition: -moz-all .4s;
		-o-transition: -o-all .4s;
		-ms-transition: -ms-all .4s;
		transition: all .4s;
	}
	#menu-wrap.is-active{
		opacity: 1;
		visibility: visible;
		right: 0;
	}
	#menu-wrap li {
	}
	#menu-wrap a {
		position: relative;
		font-size: 13px;
		color: #000;
		text-decoration: none;
		display: block;
		padding: 12px 0 12px 25px;
		border-bottom: dotted 1px #aaa;
	}
	#menu-wrap a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}
	#menu-wrap a:hover {
		background: #eee;
	}
	nav.menu {
		border-top: dotted 1px #aaa;
	}
	/* スマホ アコーディオン---------------------- */
	.accordion {
	}
	.button {
	}
	#menu-wrap .nest a {
		background: #b3a489;
		color: #fff;
		padding: 12px 0 12px 30px;
		border-bottom: dotted 1px #fff;
	}
	#menu-wrap .nest a::after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	}
	#menu-wrap a.button {
		background: #fff;
	}
	#menu-wrap a.button::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
	}
	#menu-wrap .nest a:hover {
		background: #e8f7f2;
	}
}
	/* スマホ アコーディオン---------------------- */
	.accordion {
	}
	.button {
	}
	#menu-wrap .nest a {
		background: #f2f2f2;
		color: #000;
		padding: 12px 0 12px 45px;
		border-bottom: dotted 1px #aaa;
	}
	#menu-wrap .nest a::after {
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	}
	#menu-wrap a.button {
		background: #fff;
	}
	#menu-wrap a.button::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
	}
	#menu-wrap .nest a:hover {
		background: #e8f7f2;
	}

/*--------------------------------------------------
　　　　　　　　　メインビジュアル
--------------------------------------------------*/
.mainBoxPc {
	width: 100%;
	margin-bottom: 120px;
}

.sliderBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: auto;
}
.sliderImg {
	width: 100%;
}
.sliderImg a {
	display: block;
	line-height: 0;
}
.sliderImg a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.sliderImg img{
	width: 100%;
}
.mainBoxSp {
	display: none;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
	.mainBoxPc {
		display: none;
	}
	.mainBoxSp {
		display: block;
		width: 100%;
		margin: 0 auto 60px;
	}
}

/*--------------------------------------------------
　　　　　　　　　2階層　タイトル
--------------------------------------------------*/
.titleBox {
	margin:0 auto 40px;
	text-align: center;
}
.titleBox h1 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 10px;
}
.titleBox p {
	font-size: 16px;
}
/* サブタイトル---------------------- */
.subBox {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
	z-index: 1;
}
.subImg {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}
.subImg img {
	width: 100%;
}
.subBox h1 {
	position: absolute;
	top: 40%;
	left: 18%;
	font-size: 30px;
	color: #00bfa4;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
	.titleBox {
		text-align: center;
		margin:0 auto 25px;
	}
	.titleBox h1 {
		font-size: 26px;
		padding-bottom: 5px;
		font-weight: 700;

	}
	.titleBox p {
		font-size: 16px;
	}

/* サブタイトル---------------------- */
	.subBox {
		margin-bottom: 50px;
	}
	.subBox h1 {
		top: 50px;
		left: 25px;
		font-size: 22px;
	}
}
/*--------------------------------------------------
　　　　　　　　　コロナ対策
--------------------------------------------------*/
.noteBox {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 120px;
	border: solid 1px #aaa;
	padding: 60px;
}
.noteBox h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.4;
}
.titleBox h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
    margin-top: 40px;
}
.noteBox p {
	text-align: justify;
	line-height: 2.0;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.noteBox {
		width: 90%;
		padding:30px 20px;
		margin: 0 auto 60px;
	}
	.noteBox h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.noteBox p {
		font-size: 14px;
		line-height: 1.8;
	}
}
/*--------------------------------------------------
　　　　　　　　　プレスリリース
--------------------------------------------------*/
.newsbox {
	max-width: 1000px;
	margin: 0 auto 110px;
}
.newsbox ul {
}
.newsbox li {
	width: 1000px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
}
.newsInner {
	width: 940px;
}
.newsbox span {
	display: block;
	font-size: 13px;
	margin-right: 55px;
	background: #00bfa4;
	color: #fff;
	width: 90px;
	height: 20px;
	text-align: center;
	line-height: 1.6;
}
.newsbox span.newIcon {
	background: #73b8e6;
}
.newsbox dl {
	display: flex;
	font-size: 15px;
}
.newsbox dt {
	padding-right: 50px;
	font-size: 15px;
	width: 30%;
	display: flex;
}
.newsbox dd {
	font-size: 15px;
	width: 70%;
}
@media screen and (max-width: 768px) {
.newsbox dd {
	width: 100%;
}
}
.newsbox a {
	color: #000;
	font-size: 15px;
}
.newsbox a:hover {
	color: #00bfa4;
}

/*開閉　続きを読む*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 1.8rem;
	position: absolute;
	z-index: 2;
	bottom: 35px;
	left: 50%;
	width: 130px;
	content: 'MORE';
	transform: translate(-50%, 0);
	letter-spacing: 2px;
	color: #ffff;
	background: #a6a6a6;
	border-radius: 20px;
	font-size: 13px;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 350px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: 'CLOSE';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
	.newsbox {
		width: 85%;
	}
	.newsbox li {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.newsbox {
		margin-bottom: 40px;
	}
	.newsbox li {
		padding-bottom: 20px;
		margin-bottom: 20px;
		display: flex;
		justify-content: flex-start;
	}
	.newsbox ul {
		height: auto;
		padding:10px 0 5px ;
	}
	.newsbox dl {
		display: block;
	}
	.newsbox dt {
		padding-right: 0;
		padding-bottom: 10px;
		width: 100%;
	}
	.newsbox span {
		margin-right: 20px;
		width: 70px;
	}
	.cp_box label:after {
		width: 120px;
	}
	.cp_box .cp_container {
		height: 560px; /* 開く前に見えている部分の高さ */
	}
}
/*--------------------------------------------------
　　　　　　　　　　大倉について
--------------------------------------------------*/
.aboutBox {
	width: 100%;
}
.halfBox, .threeBox, .fourBox {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 80px;
	text-align: center;
}
.halfInner {
	width: 50%;
}
.halfInner a, .threeInner a, .fourInner a {
	text-decoration: none;
	color: #000;
	display: block;
}
.halfInner a:hover, .threeInner a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
 .fourInner a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background: #00bfa4;
	background: linear-gradient(45deg,  #79d982, #49aaf2);
	color: #fff;
}
.halfInner p, .threeInner p, .fourInner p {
	font-size: 18px;
}
.arrow02{
  position: relative;
}

.arrow02::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #00bfa4;
	border-right: solid 2px #00bfa4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}
.halfImg, .threeImg, .fourImg {
	width: 100%;
	line-height: 0;
	margin-bottom: 15px;
}
.halfImg img, .threeImg img, .fourImg img {
	width: 100%;
}

/* 三等分---------------------- */
.threeInner {
	width: 33.4%;
}
.threeBox {
	margin-bottom: 100px;
}
/* 四等分---------------------- */
.fourBox {
	max-width: 950px;
	flex-wrap: wrap;
}
.fourInner {
	width: 48.5%;
	margin-bottom: 60px;
	border: solid 1px #aaa;
}
.fourImg {
	margin-bottom: 0;
}
.fourInner p {
	text-align: left;
	padding: 20px 40px 20px 40px;
}
.arrow03{
	position: relative;
}

.arrow03::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #00bfa4;
	border-right: solid 2px #00bfa4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 26px;
	right: 40px;
	margin-top: -5px;
}
/* hover用---------------------- */
.arrowColor::after{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
@media screen and (max-width: 1024px) {
.fourBox {
	width: 85%;
}
}
@media screen and (max-width: 768px) {
	.halfBox, .threeBox, .fourBox {
		display: block;
	}
	.halfInner p, .threeInner p, .fourInner p {
		font-size: 17px;
	    padding-right: 20px;
	}
	.fourInner p {
		padding: 15px 10px 15px 30px;
	}
	.halfBox {
		margin-bottom: 50px;
	}
	.halfInner {
		width: 100%;
		margin-bottom: 20px;
	}
	.threeBox {
		margin-bottom: 50px;
	}
	.threeInner {
		/*width: 85%;
		margin: 0 auto 20px;*/
		width: 100%;
		margin-bottom: 20px;
	}
	.fourBox {
		margin-bottom: 60px;
	}
	.fourInner {
		width: 100%;
		margin-bottom: 30px;
	}
	.halfImg, .threeImg {
		margin-bottom: 20px;
	}
	.arrow02::after{
		width: 9px;
		height: 9px;
		top: 50%;
		left: 15px;
		margin-top: -6px;
	}
	.arrow03::after{
		width: 9px;
		height:9px;
		bottom: 22px;
		right: 35px;
		margin-top: -5px;
	}
}


/*--------------------------------------------------
　　　　　　　　　　関連事業
--------------------------------------------------*/
.topicsBox {
	display: flex;
	justify-content: space-between;
	width: 100%;
	/*max-width: 1300px;*/
	max-width: 1200px;
	margin: 0 auto 150px;
	text-align: center;
}
.topicsInner {
	/*width: 22.5%;*/
	width: 23%;
}
.topicsInner a {
	text-decoration: none;
	color: #000;
	display: block;
}
.topicsInner a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.topicsInner p {
	font-size: 15px;
}
.topicsImg {
	width: 100%;
	line-height: 0;
	margin-bottom: 15px;
}
.topicsImg img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.topicsBox {
		width: 85%;
	}
}
@media screen and (max-width: 768px) {
	.topicsBox {
		display: block;
		margin-bottom: 70px;
	}
	.topicsInner {
		width: 100%;
		margin-bottom: 35px;
	}
	.topicsImg {
		margin-bottom: 12px;
	}
}
/*--------------------------------------------------
　　　　　　　　　　フッター
--------------------------------------------------*/
footer {
	background: #ededed;
	border-top: solid 1px #aaa;
}
.footerBox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.footerLogo {
	margin:40px 0 15px;
	width: 180px;
}
.footerLogo img {
	width: 100%;
}
.footerLogo a {
	display: block;
}
.footerLogo a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.footerInner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footerInner a {
	text-decoration: none;
	color: #000;
	display: block;
	line-height: 2.2;
	font-size: 14px;
}
.footerInner a:hover {
	text-decoration: underline;
	color: #00bfa4;
}
.addressBox dl {
	margin-bottom: 20px;
}
.addressBox dt, .addressBox dd {
	font-size: 12px;
	line-height: 1.6;
}
.faceBox {
	width: 80px;
	line-height: 0;
}
.faceBox img {
	width: 100%;
}
.faceBox a {
	display: block;
	line-height: 0;
}
.faceBox a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.siteMapPc {
	padding-top: 110px;
}
.copyright {
	background-color: #e0e0e0;
	padding: 40px 0;
	text-align: center;
	border-top: solid 1px #aaa;
}
.copyright p {
	letter-spacing: 1px;
	font-size: 10px;
}
@media screen and (max-width: 1024px) {
	.footerBox {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.footerBox {
		width: 100%;
		padding-bottom: 0;
	}
	.footerLogo {
		margin:25px 0 5px;
	}
	.footerInner {
		justify-content: center;
	}
	.addressBox {
		margin-bottom: 25px;
		width: 210px;
	}
	.addressBox dl {
		margin-bottom: 10px;
	}
	.siteMapPc {
		padding-top: 0;
	}
	.siteMapSp dl {
		width: 100%;
	}
	.siteMapSp dt {
		position: relative;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		padding: 15px 0 15px 40px;
		line-height: 1.0;
		font-size: 12px;
	}
	.siteMapSp dd {
		border-top: 0;
		margin: 0;
	}
	.siteMapSp dt:after {
		content: "";
		position: absolute;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
		width: 8px;
		height: 8px;
		right: 30px;
		top: 14px;
		transform: rotate(45deg);
	}
	.siteMapSp dt.ac:after {
		content: "";
		position: absolute;
		border-left: 1px solid #888;
		border-top: 1px solid #888;
		border-right: 0;
		border-bottom: 0;
		width: 8px;
		height: 8px;
		right: 30px;
		top: 18px;
		transform: rotate(45deg);
	}
	.siteMapSp a {
		display: block;
		text-decoration: none;
		color: #000;
		line-height: 1.0;
		padding: 15px 0 15px 40px;
		border-bottom: 1px solid #aaa;
		font-size: 12px;
	}

	.siteMapSp a:hover {
		background: #fff;
	}
	a.first01 {
		border-top: 1px solid #aaa;
	}
	a.last01 {
		border: none;
	}
	dt.last01 {
		border-bottom: none;
	}
	.siteMapInner a {
		padding-left: 60px;
		background: #fff;
	}
	.copyright {
		background-color: #fff;
		padding: 20px 0;
	}
}
