@charset "utf-8";

.sp_none { display: none;}

.list001 {
	list-style: disc outside;
	margin-left: 20px;
}

.sp_gnav {
	position: fixed;
	width: 100%;
	height: calc(100% - 72px - 54px);
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	top: 72px;
	left: 0;
	display: none;
}
.sp_gnav_in {
	position: absolute;
	top: 0;
	left: 20px;
	background: #F1F0EC;
	width: calc(100% - 20px);
	height: calc(100%);
	transform: translateX(100%);
	transition: all 0.5s;
}
.sp_gnav_in_on {
	left:20px;
	transform: translateX(0%);
}

.sp_gnav_in ul {
	padding: 0 10px;

	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp_gnav_in li {
	width: calc(50% - 5px);
}
.sp_gnav_in li a {
	display: block;
	line-height: 52px;
	border-bottom: 1px #DBDBDB solid;
	font-size: 3.7vw;
}


/*=======================================================================
各種ラッパー用CSS
=======================================================================*/
#wrapper {
	padding-bottom: 54px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#h_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

header#PAGE_TOP {
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: url("../img/top_main_01.jpg") no-repeat center top;
	background-size: auto 522px;
}

.cnt_wp_top {
	text-align: center;
	padding: 30px 0 0 0;
}
#cnt_wrapper {
	
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#f_wrapper {
	text-align: center;
}

footer#f_cnt {
}
footer .footer_box {
	background: url("../img/footer_img_01.jpg") no-repeat center;
	background-size: cover;
	padding: 30px 0;
	overflow: hidden;
}
footer .footer_box .in_warap {
	text-align: left;
	color: #fff;
}
footer#f_cnt a {
	color: #fff;
}

.in_wrap {
	margin: auto 10px;
	position: relative;
	text-align: left;
}

/*=======================================================================
ヘッダ
=======================================================================*/
.header_dsc {
	width: 100%;
	font-size: 2.6vw;
	color: #fff;
	text-align: center;
	background: #121212;
	line-height: 18px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header_logo {
	height: 54px;
	width: 100%;
	background: #fff;
	position: relative;
	position: fixed;
	top: 18px;
	left: 0;
	z-index: 9999;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.header_logo img {
	width: auto;
	height: 34px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}


.g_menu {
	width: 44px;
	height: 44px;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 33px;
	position: fixed;
	top: 23px;
	right: 10px;
	background: #acb6e5;
	background: -moz-linear-gradient(-45deg,  #acb6e5 0%, #86fde8 100%);
	background: -webkit-linear-gradient(-45deg,  #acb6e5 0%,#86fde8 100%);
	background: linear-gradient(135deg,  #acb6e5 0%,#86fde8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb6e5', endColorstr='#86fde8',GradientType=1 );
	cursor: pointer;
	z-index: 9999;
}
.g_menu::before,
.g_menu::after,
.g_menu span::after {
	display: block;
	width: 26px;
	height: 2px;
	content: '';
	position: absolute;
	background: #666;
	border-radius: 1px;
	transition: all 0.5s;
}
.g_menu::before {
	top: 15px;
	left: 9px;
}
.g_menu::after {
	bottom: 15px;
	left: 9px;
}
.g_menu span::after {
	top: 50%;
	transform: translateY(-50%);
	left: 9px;
}
.g_menu span {
	display: block;
	height: 100%;
	background: #fff;
	border-radius: 31px;
	text-indent: -9999px;
}

/*メニューボタンのクローズアニメーション*/
.g_menu_on::before {
	transform: rotate(405deg) translateY(-50%);
	top: 50%;
}
.g_menu_on::after {
	transform: rotate(-405deg) translateY(-50%);
	top: 50%;
}
.g_menu_on span::after { display: none;}


/*=======================================================================
Gナビ
=======================================================================*/
nav#top_nav {
	display: none;
}


/*=======================================================================
メインビジュアル
=======================================================================*/

.top_main_box01 {
	position: relative;
	height: 522px;
}
.top_main_box01 img {
	position: absolute;
	height: 350px;
	width: auto;
}
.top_main_box01 .img01 {
	bottom: 0px;
	left: 0px;
}
.top_main_box01 .img02 {
	bottom: 0px;
	right: 0px;
}

.top_main_box01 h3 {
	font-weight: 600;
	font-size: 5.4vw;
	line-height: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 87px;
	width: 100%;
	text-shadow: 0 0 6px rgba(0,0,0,1);
}
.top_main_box01 h3 span {
	position: relative;
}
.top_main_box01 h3 span::before {
	content: '';
	background: #FFF810;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
	z-index: -1;
}
.top_main_box01 p {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 60px;
	left: 10px;
	width: calc(100% - 20px);
	z-index: 1;
	text-shadow: 0 0 6px rgba(0,0,0,1);
}


.top_main_box02 {
	padding: 10px;

}

.top_main_box02 li img {
	width: 100%;
	height: auto;
}
.top_main_box02 ul li:nth-child(2),
.top_main_box02 ul li:nth-child(3) {
	width: calc(50% - 5px);
	margin: 10px 0;
}
.top_main_box02 ul li:nth-child(2) { float: left;}
.top_main_box02 ul li:nth-child(3) { float: right;}

.top_main_box02 .youtube {
	height: 215px;
}

.top_main_box02 p.txt {
	background: #199DD6 url("../img/icon02.png") no-repeat 10px;
	padding: 10px 10px 7px 72px;
	margin-top: 10px;
	font-size: 3.0vw;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
}


.top_main_box03 {
	padding: 0 10px;
}
.top_main_box03 p.txt01 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.top_main_box03 dl {
	
}

.top_main_box03 dt {
	background: #B59C49;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 0.1em;
}
.top_main_box03 dt::before {
	border: 1px solid rgba(255,255,255,0.5);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.top_main_box03 dd {
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	background: #F0ECE0;
}
.top_main_box03 dd p.img_s01 {
	width: 120px;
	position: absolute;
	right: 10px;
	top: 28px;
}
.top_main_box03 dd p.img_s01 img {
	width: 100%;
}
.top_main_box03 dd p.img_s01 a:hover img {
	opacity: 0.6;
}
.top_main_box03 dd p.txt_s01 {
	color: #E81F1F;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
}
.top_main_box03 dd p.tel {
	padding-left: 30px;
	font-size: 6.8vw;
	line-height: 100%;
	background: url("../img/icon01@2x.png") no-repeat left;
	background-size: 28px 28px;
	font-weight: 400;
	margin-top: 15px;
}
.top_main_box03 dd p.tel a:hover {
	text-decoration: none;
}
.top_main_box03 dd p.txt_s02 {
	color: #666666;
	font-size: 12px;
	line-height: 100%;
	margin-top: 8px;
}

/*=======================================================================
レフト・メイン・ライトコンテンツ 枠
=======================================================================*/
.mainvidual_wrapper {
	background-image: url("../img/main_img_01.jpg");
	height: 816px;
	width: 1920px;
}
#cnt_left {
	display: none;
}
#cnt_right {
	
}

.top_cnt_wp {
	padding: 50px 10px;
	background: url("../img/top_img_28.jpg") no-repeat center;
	background-size: cover;
}



/*=======================================================================
トップページ　メイン
=======================================================================*/

h2.c_tit01 {
	font-size: 8vw;
	font-weight: 400;
	line-height: 100%;
}
h2.c_tit01 span {
	font-size: 3.8vw;
	margin-left: 20px;
}

h2.c_tit02 {
	font-size: 8vw;
	font-weight: 500;
	line-height: 100%;
	color: #55BFED;
}
h2.c_tit02 span {
	color: #584E3A;
	font-size: 3.8vw;
	line-height: 24px;
	font-weight: 400;
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-top: 15px;
}

h2.c_tit03 {
	font-size: 8vw;
	line-height: 100%;
	color: #199DD6;
	text-align: center;
}
h2.c_tit03 span {
	color: #584E3A;
	font-size: 3.8vw;
	line-height: 24px;
	display: block;
	margin-top: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
}

.news_box ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-bottom: 10px;
	border-bottom: 1px #DEDEDE solid;
	margin: 10px 0 15px 0;
}

.news_box ul li {
	width: calc(100% / 3 - 1px);
	border-right: 1px #DEDEDE solid;
	display: block;
	text-align: center;
	font-weight: 400;
	line-height: 36px;
	cursor: pointer;
	font-size: 3.4vw;
	position: relative;
}
.news_box ul li:last-child {
	border: none;
}
.news_box ul li.at {
	font-weight: 500;
}
.news_box ul li.at::after {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	background: #555;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}
.news_box ul li:hover::after {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	background: #555;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.news_box .news_cnt01,
.news_box .news_cnt02,
.news_box .news_cnt03{
	display: none;
}

.news_box .news_cnt01_on,
.news_box .news_cnt02_on,
.news_box .news_cnt03_on{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_box dl {
	border-bottom: 1px #DEDEDE dashed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news_box dl dt {	
	width: 120px;
	height: 90px;
	border: 1px #CCCCCC solid;
	overflow: hidden;
	float: left;
	position: relative;
}
.news_box dl dt img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.news_box dl dd {
	padding-left: 130px;
}
.news_box dl dd p.day {
	line-height: 100%;
	font-size: 12px;
}
.news_box dl dd span.icon02 {
	line-height: 30px;
	padding: 5px 8px;
	background: #F79119;
	border-radius: 4px;
	color: #fff;
	font-weight: 400;
	margin-right: 10px;
}
.news_box dl dd span.icon01 {
	line-height: 30px;
	padding: 5px 8px;
	background: #1877B2;
	border-radius: 4px;
	color: #fff;
	font-weight: 400;
	margin-right: 10px;
}
.news_box dl dd p.tit {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 12px;
}
.news_box dl a:hover {
	text-decoration: none;
	color: #199DD6;
}
.news_box dl a:hover dd p.tit {
	text-decoration: underline;
}
.news_box dl a:hover img {
	opacity: 0.6;
}





.top_box01 {
	margin-top: 30px;
	background: #F8F3EB url("../img/top_img_10sp@2x.jpg") no-repeat bottom;
	background-size: 100% auto;
	padding: 30px 0 380px 0;
}
.top_box01 h2.c_tit02 {
	margin-bottom: 15px;
	text-align: center;
}
.top_box01 h2.c_tit02 span {
	text-align: left;
}
.top_box01 h3 {
	font-size: 5.3vw;
	font-weight: 600;
	line-height: 32px;
	text-shadow: 2px 2px 0px rgba(255,255,255,1);
	margin-bottom: 15px;
	text-align: center;
}
.top_box01 p.txt {
	line-height: 28px;
	margin-bottom: 20px;
	
}
.top_box01 .box01 {
	padding: 5px 0 5px 10px;
	border-left: 3px #199DD6 solid;
}
.top_box01 .box01 h4 {
	color: #199DD6;
	font-size: 4.4vw;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 15px;
}
.top_box01 .box01 p.box01_txt {
	color: #39290A;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
} 


.top_box02 {
	padding: 50px 0 0 0;
	min-height: 787px;
}
.top_box02 h2 {
	display: inline-block;
    color: #39290A;
    line-height: 1.5;
    position: absolute;
    right: -20px;
    top: 0;
    writing-mode: vertical-lr;
}
.top_box02 h2 span {
	display: block;
}
.top_box02 h2 span.t01 {
	font-size: 20px;
	font-weight: 600;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.top_box02 h2 span.t01 strong {
	color: #F79125;
	font-weight: 600;
}
.top_box02 h2 span.t02 {
	font-size: 48px;
	letter-spacing: 20px;
	font-weight: 600;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	position: relative;
}
.top_box02 h2 span.t02 strong {
	color: #199DD6;
	font-weight: 600;
}
.top_box02 h2 span.t02::before {
	content: 'connect to the future';
	font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	color: #9B9B9B;
	letter-spacing: 6px;
	position: absolute;
	right: -8px;
}
.top_box02 h2 span.t03 {
	font-size: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	font-weight: 600;
	text-shadow: -2px 2px 0px rgba(255,255,255,1.0);
	position: relative;
	letter-spacing: 4px;
}

.top_box02 img {
	margin-bottom: 30px;
	width: calc(100% - 151px);
}
.top_box02 h3 {
	font-size: 4.7vw;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	margin-bottom: 15px;
}

.top_box02 p.txt01,
.top_box02 p.txt02 {
	line-height: 28px;
}

.top_box02_yuoutube iframe {
	height: 215px;
}
.top_box02 p.txt01 {
	margin-bottom: 20px;
}
.top_box02 p.txt02 {
	margin-bottom: 20px;
}
.top_box02 ul {
	margin-top: 20px;
}

.top_box02 ul li {
	margin-bottom: 10px;
}
.top_box02 ul li a {
	display: block;
	text-align: center;
	position: relative;
	background: #199DD6;
	color: #fff;
	padding: 15px 0 0 136px;
	height: 84px;
	box-sizing: border-box;
}
.top_box02 ul li a::before {
	display: block;
	content: '所属\Aアドバイザー';
	white-space: pre;
	background: url("../img/top_img_13@2x.jpg");
	background-size: cover;
	width: 136px;
	height: 84px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	line-height: 24px;
	padding-top: 18px;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0px;
}

.top_box02 ul li a:hover::after {
	background: #D9282B;
}
.top_box02 ul li a h4 strong {
	font-size: 20px;
	line-height: 100%;
}
.top_box02 ul li a p.txt03 {
	font-size: 3.2vw;
	line-height: 16px;
	margin-top:5px; 
	padding: 0 10px;
}
.top_box02 ul li a p.txt04 {
	display: none;

}
.top_box02 ul li a:hover {
	text-decoration: none;
}




.top_box03 {
	padding: 50px 0 0 0;
	background: url("../img/top_img_19.png") no-repeat fixed center bottom;
	background-size: 1630px auto;
	position: relative;
}
.top_box03::before {
	content: '';
	width: 1180px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.6);
}
.top_box03 article {
	position: relative;
	margin-bottom: 30px;
}
.top_box03 article img {
	width: calc(100% + 20px);
	height: auto;
	margin: 0 -10px 10px -10px;
}

.top_box03 article h2 {
	color: #CDEEFC;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}



.top_box03 article h2 span {
	font-size: 40px;
	color: #199DD6;
	margin-left: 10px;
}
.top_box03 article h2 strong {
	display: block;
	font-size: 16px;
	color: #199DD6;
	line-height: 16px;
	margin-top: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	text-align: center;
}
.top_box03 article h3 {
	color: #39290A;
	font-size: 6.3vw;
	line-height: 36px;
	padding: 10px;
	border-top: 1px #D8D8D8 solid;
	border-bottom: 1px #D8D8D8 solid;
	text-align: center;
	position: relative;
	text-shadow: 1px 1px 0px rgba(255,255,255,1.0),-1px -1px 0px rgba(255,255,255,1.0),0px 1px 0px rgba(255,255,255,1.0),1px 0px 0px rgba(255,255,255,1.0);
	margin-bottom: 20px;
	font-weight: 600;
}


.top_box03 article p {
	line-height: 28px;
	text-shadow: 0px 0px 2px rgba(255,255,255,1.0);
}
.top_box03 article:last-child {
	margin-bottom: 0;
}


.top_box04 {
	background: url("../img/top_img_23.jpg");
	background-size: cover;
	padding:30px 0 25px 0;
	margin-top: 50px;
}
.top_box04 p {
	color: #39290A;
	font-size: 5.2vw;
	font-weight: 600;
	text-align: center;
	line-height: 100%;
	margin: 20px 0;
}
.top_box04 ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:  0 10px;
}
.top_box04 li img {
	width: 100%;
	height: auto;
}
.top_box04 li {
	margin-bottom: 10px;
	width: calc(50% - 5px);
}




.top_box05 h2 {
	font-size: 6.4vw;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
}

.top_box05 div.txt {
	
}
.top_box05 div.txt p {
	line-height: 32px;
	margin-bottom: 10px;
}
.top_box05 div.txt p:last-child { margin-bottom: 0;}

.top_box05 div.prof {
	width: 250px;
	margin: 20px auto 0 auto;
}
.top_box05 div.prof img {
	width: 100%;
	margin-bottom: 15px;
}
.top_box05 div.prof .txt01 {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.top_box05 div.prof .txt02 {
	text-align: center;
	line-height: 100%;
}
.top_box05 div.prof .txt02 strong {
	font-size: 20px;
}

.top_box06 {
	margin-top: 40px;
}
.top_box06 h2 {
	font-size: 6.0vw;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: center;
}
.top_box06 h3 {
	font-size: 4.8vw;
	line-height: 28px;
	color: #199DD6;
	margin-bottom: 20px;
	font-weight: 400;
}

.top_box06 div.txt {
	
}
.top_box06 div.txt p {
	line-height: 28px;
	margin-bottom: 10px;
}
.top_box06 div.txt p:last-child { margin-bottom: 0;}

.top_box06 div.ph {
	width: 250px;
	margin: 20px auto 0 auto;
}
.top_box06 div.ph img {
	width: 100%;
	margin-bottom: 10px;
}
.top_box06 div.ph p a {
	display: block;
	line-height: 50px;
	background: url("../img/top_img_31@2x.jpg");
	background-size: cover;
	color: #fff;
	text-align: center;
	font-weight: 400;
	position: relative;
}
.top_box06 div.ph p a::after {
		display: block;
	background: #199DD6;
	width: 40px;
	line-height: 40px;
	border-radius: 20px;
	content: 'click';
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	position: absolute;
	right: -20px;
	top: -20px;
	transition: all 0.5s;
}
.top_box06 div.ph p a:hover::after {
	background: #E93538;
	text-decoration: none;
}
.top_box06 div.ph p a:hover {
	text-decoration: none;
}


.top_box07 {
	background: url("../img/top_img_33.gif");
	padding: 50px 0;
}

.top_box07 div.tit {
	padding-left: 20px;
	height: 300px;
	background: url("../img/top_img_34@2x.jpg");
	background-size: 100% auto;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.top_box07 div.tit h2 {
	background: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 100%;
	padding: 40px 20px;
	font-size: 24px;
	letter-spacing: 4px;
	font-weight: 400;
}
.top_box07 div.tit h2 span {
	color: #B28640;
}

.top_box07 div.box {

}

.top_box07 div.box ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_box07 div.box ul li.item {
	width: calc(50% - 5px);
	margin-bottom: 15px;
}
.top_box07 div.box ul li.item:nth-child(3),
.top_box07 div.box ul li.item:nth-child(4) {
	margin-bottom: 0;
}

.top_box07 div.box ul li.item div.ph {
	width: 100%;
	height: 140px;
	overflow: hidden;
	position: relative;
}


.top_box07 div.box ul li.item img {
	width: auto;
	height: 100%;
}

.top_box07 div.box ul li.item ol {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.top_box07 div.box ul li.item ol li {
	line-height: 20px;
	padding: 0 10px;
	background: #fff;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}
.top_box07 div.box ul li.item ol li.uri {
	color: #F79125;
}
.top_box07 div.box ul li.item ol li.kai {
	color: #199DD6;
}
.top_box07 div.box ul li.item p {
	line-height: 20px;
	padding: 10px;
	font-size: 12px;
}
.top_box07 div.box ul li.item a {
	display: block;
	background: #fff;
	transition: all 0.5s;
}
.top_box07 div.box ul li a:hover {
	background: #EADBC4;
	text-decoration: none;
}
.top_box07 div.box ul li a:hover p {
	font-weight: 500;
}

.top_box07 div.box p.link a  {
	display: block;
	background: #F79119 url("../img/icon06.png") no-repeat 20px center;
	width: 100%;
	height: 50px;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	padding-top: 18px;
	box-sizing: border-box;
	margin-top: 15px;
	position: relative;
}
.top_box07 div.box p.link a:hover {
	background: #E0494B url("../img/icon06.png") no-repeat 20px center;
	text-decoration: none;
}



.top_box08 {
	padding: 50px 0;
}

.top_box08 h3 {
	font-size: 6.4vw;
	font-weight: 600;
	color: #39290A;
	line-height: 100%;
	margin: 20px 0;
	text-align: center;
}


.top_box08 ul.item_box01,
.top_box08 ul.item_box02{
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;*/
}

.top_box08 li.item,
.top_box08 li.item02 {
	border: 1px #CCCCCC solid;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
	margin: 10px;
}

.top_box08 li.item a:hover,
.top_box08 li.item02 a:hover {
	text-decoration: none;
}
.top_box08 li.item a:hover div.ph img,
.top_box08 li.item02 a:hover div.ph img {
	opacity: 0.6;
	
}



.top_box08 li.item div.ph,
.top_box08 li.item02 div.ph {
	height: 196px;
	overflow: hidden;
	position: relative;
	margin: 0 -10px;
}
.top_box08 li.item div.ph img,
.top_box08 li.item02 div.ph img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.top_box08 li.item p.cate {
	background: #199DD6;
	line-height: 36px;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 500;
	margin: 0 -10px;
}
.top_box08 li.item ol {
	margin: 10px 0 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.top_box08 li.item ol li,
.top_box08 li.item02 ol li {
	width: 100px;
	line-height: 28px;
	border-radius: 14px;
	text-align: center;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
}

.top_box08 li.item02 p.cate {
	background: #F79125;
	line-height: 36px;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 500;
	margin: 0 -10px;
}
.top_box08 li.item02 ol {
	margin: 10px 0 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}



.top_box08 li.item ol li:nth-child(1),
.top_box08 li.item02 ol li:nth-child(1) {
	background: #39290A;
	color: #fff;
}
.top_box08 li.item ol li:nth-child(2) {
	border: 2px #199DD6 solid;
	color: #199DD6;
	line-height: 26px;
}
.top_box08 li.item02 ol li:nth-child(2) {
	border: 2px #F79125 solid;
	color: #F79125;
	line-height: 26px;
}

.top_box08 li.item h4,
.top_box08 li.item02 h4 {
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.top_box08 li.item dt {
	background: #43C6DE;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
}
.top_box08 li.item02 dt {
	background: #F4C764;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
}
.top_box08 li.item dd,
.top_box08 li.item02 dd{
	line-height: 100%;
	padding: 10px 0;
}


.top_box08 li.item dd:last-child,
.top_box08 li.item02 dd:last-child {
	padding-bottom: 0;
}

.top_box08 p.link01 a {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 54px;
	background: #199DD6;
	color: #fff;
	font-weight: 400;
	margin: 15px 10px 0 10px;
	border-radius: 4px;
	border: 2px #199DD6 solid;
	transition: all 0.5s;
}
.top_box08 p.link01 a:hover {
	background: #fff;
	color: #199DD6;
	text-decoration: none;
}


.top_box08 p.link02 a {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 54px;
	background: #F79125;
	color: #fff;
	font-weight: 400;
	margin: 15px 10px 0 10px;
	border-radius: 4px;
	border: 2px #F79125 solid;
	transition: all 0.5s;
}
.top_box08 p.link02 a:hover {
	background: #fff;
	color: #F79125;
	text-decoration: none;
}

.top_box08 ul.item_box02 {
	margin-top: 40px;
}




.f_news_box {
	background: #F7F6F2;
	padding: 40px 0;
}
.f_news_box .in_wrap {
	position: relative;
}
.f_news_box dl {
	border-top: 1px #ccc solid;
	margin-top: 15px;
}
.f_news_box dt {
	line-height: 22px;
	padding: 15px 0 0 0;
}
.f_news_box dt span.cate01 {
	background: #1877B2;
	width: 110px;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	border-radius: 4px;
}
.f_news_box dt span.cate02 {
	background: #F79119;
	width: 110px;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	border-radius: 4px;
}
.f_news_box dd {
	border-bottom: 1px #CCCCCC solid;
	padding: 10px 15px 15px 0;
	line-height: 22px;
position: relative;
	font-weight: 400;
}
.f_news_box dd::after {
	content: url("../img/icon07.png");
	position: absolute;
	right: 0px;
	top: 0;
}

.f_news_box p.link a {
	display: block;
	height: 50px;
	background: #F79119 url("../img/icon06.png") no-repeat 20px center;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	padding-top: 12px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 20px;

}
.f_news_box p.link a:hover {
	background: #E0494B url("../img/icon06.png") no-repeat center 55px;
	text-decoration: none;
}

.f_news_box p.link a::before {
	display: block;
	content: '';
	width: 110px;
	height: 14px;
	background: url("../img/top_img_35.png") left;
	position: absolute;
	left: -120px;
	top: 50%;
	transform: translateY(-50%);
}






/*=======================================================================
フッタ
=======================================================================*/

.footer_logo {
	display: none;
}


footer p.c_link a {
	display: block;
	background: #F79125;
	width: 100%;
	height: 80px;
	color: #fff;
	padding: 18px 0 0 59px;
	text-align: center;
	line-height: 22px;
	box-sizing: border-box;
	font-weight: 400;
	transition: all 0.5s;
	font-size: 18px;
	margin-bottom: 15px;
}
footer p.c_link a::before {
	content: url("../img/icon05.png");
	position: absolute;
	transform: translateX(-110%);
}
footer p.c_link a:hover {
	background: #FFE7CE url("../img/icon05.png") no-repeat 15px;
	color: #F79125;
	text-decoration: none;
	
}


footer address {
	line-height: 100%;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #fff;
}
footer ul.list01 {
	line-height: 100%;
	font-size: 14px;
	margin-bottom: 15px;
	display: none;
}

footer p.txt01 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

footer ul.list02 {
	display: none;

}




footer .sns_cnt {
	display: none;
	width: 1080px;
	margin: auto;
	padding: 60px 0;
}

footer .sns_cnt ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .sns_cnt ul li {
	width: 340px;
}
footer .sns_cnt ul li h3 {
	text-align: left;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 20px;
}
footer .sns_cnt ul li div.box {
	height: 350px;
}
.copy {
	display: block;
	letter-spacing: 1px;
	width: 100%;
	font-size: 12px;
	line-height: 100%;
	padding: 20px 0;
	border-top: 1px solid rgba(204,204,204,0.3);
	text-align: center;
}






/*
@media screen and ( min-width:1760px) {
	.top_box08_in {
		width: 1760px;
		margin: auto;
	}
}
@media screen and ( min-width:1402px) and ( max-width:1759px) {
	.top_box08_in {
		width: 1402px;
		margin: auto;
	}
	.top_box08 li.item:nth-child(5),
	.top_box08 li.item02:nth-child(5){
		display: none;
	}
}
@media screen and ( min-width:1044px) and ( max-width:1401px) {
	.top_box08_in {
		width: 1044px;
		margin: auto;
	}
	.top_box08 li.item:nth-child(4),
	.top_box08 li.item:nth-child(5),
	.top_box08 li.item02:nth-child(4),
	.top_box08 li.item02:nth-child(5){
		display: none;
	}
}


@media screen and ( max-width:1199px) {

	
	.g_menu {
		display: none;
	}
	nav#top_nav {
		right: 40px;
	}
}*/




.fix_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
}
.fix_nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.fix_nav ul li {
	width: 50%;
}

.fix_nav ul li:nth-child(1) a {
	display: block;
	height: 54px;
	box-sizing: border-box;
	background: #F79119;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	position: relative;
	padding: 9px 0;
}
.fix_nav ul li:nth-child(1) a span {
	padding-left: 40px;
	display: inline-block;
	background: url("../img/icon05.png") no-repeat left;
	background-size: 36px 36px;
}
.fix_nav ul li:nth-child(2) a {
	display: block;
	height: 54px;
	box-sizing: border-box;
	background: #1877B2;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	position: relative;
	padding: 9px 0;
}
.fix_nav ul li:nth-child(2) a span {
	padding-left: 40px;
	display: inline-block;
	background: url("../img/icon08.png") no-repeat left;
	background-size: 36px 36px;
}


/*=======================================================================
clear　clearfix
=======================================================================*/
.clear {
	clear: both;
	visibility: visible;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

/* 作成しアップロード後に[overflow:hidden;]は削除（DWデザインビュー用の為） */
.clearfix {
  display: block;
}
