@charset "UTF-8";
/*  MAINIMG
-------------------------*/
@media screen and (max-width: 767px) {
	.top-main-wrap {
		display: block;
		width: 100%;
		height: 350px;
		position: relative;
		overflow: hidden;
	}

  #im1 {
    background:url(../images/mainslide01.jpg) center center no-repeat;
    width: 100%;}
	#im2 {
    background:url(../images/mainslide02.jpg) center center no-repeat;
    width: 100%;}
	#im3 {
    background:url(../images/mainslide03.jpg) center center no-repeat;
    width: 100%;}
	#im4 {
    background:url(../images/mainslide01.jpg) center center no-repeat;
    width: 100%;}
	#im5 {
    background:url(../images/mainslide02.jpg) center center no-repeat;
    width: 100%;}
	#im6 {
    background:url(../images/mainslide03.jpg) center center no-repeat;
    width: 100%;}

	.main_imgBox {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 350px;
	}
	.main_img {
		z-index: 3;
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background-size: cover;
		left: 0;
		top: 0;
		-webkit-animation: anime 36s 0s infinite;
		animation: anime 36s 0s infinite;
	}
	.main_img span {
		display: block;
		text-align: center;
		font-size: 2.1rem;
		text-align: center;
		color: #FFF;
		position: absolute;
		z-index: 20;
		left: 0px;
		top: 0px;
		width: 100%;
	}
	.maintxt {
		position: absolute;
		z-index: 10;
		bottom: 2%;
		left: 2%;
		color: #FFF;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	}
	.maintxt b {
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.maintxt p {
		display: block;
		font-size: 1.1rem;
		line-height: 1.8;
		margin-top: 10px;
	}
	.ts-b {
		opacity: 0;
	}
	.ts1 {
		-webkit-animation: fadeInUp2 6s 0s infinite;
		animation: fadeInUp2 6s 0s infinite;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		opacity: 0;
	}
	.ts1 b {
		position: relative;
	}
	.ts1 b::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 0%;
		height: 3px;
		background: #FFF;
		-webkit-animation: linesanime 6s 0s infinite;
		animation: linesanime 6s 0s infinite;
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}
}
@media screen and (min-width: 768px) {
	
	.top-main-wrap {
		display: block;
		width: 100%;
		height: 880px;
		position: relative;
		overflow: hidden;
	}

  #im1 {
    background:url(../images/mainslide01.jpg) center center no-repeat;
    width: 100%;}
	#im2 {
    background:url(../images/mainslide02.jpg) center center no-repeat;
    width: 100%;}
	#im3 {
    background:url(../images/mainslide03.jpg) center center no-repeat;
    width: 100%;}
	#im4 {
    background:url(../images/mainslide01.jpg) center center no-repeat;
    width: 100%;}
	#im5 {
    background:url(../images/mainslide02.jpg) center center no-repeat;
    width: 100%;}
	#im6 {
    background:url(../images/mainslide03.jpg) center center no-repeat;
    width: 100%;}

	.main_imgBox {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 880px;
	}
	.main_img {
		z-index: 3;
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background-size: cover;
		left: 0;
		top: 0;
		-webkit-animation: anime 36s 0s infinite;
		animation: anime 36s 0s infinite;
	}
	.main_img span {
		display: block;
		text-align: center;
		font-size: 45px;
		text-align: center;
		color: #FFF;
		position: absolute;
		z-index: 20;
		left: 0px;
		top: 0px;
		width: 100%;
	}
	.maintxt {
		position: absolute;
		z-index: 10;
		bottom: 7%;
		left: 6%;
		color: #FFF;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	}
	.maintxt b {
		font-size: 5rem;
		line-height: 1.5;
	}
	.maintxt p {
		display: block;
		font-size: 1.6rem;
		line-height: 2;
		margin-top: 40px;
		max-width: 560px;
	}
	.ts-b {
		opacity: 0;
	}
	.ts1 {
		-webkit-animation: fadeInUp2 6s 0s infinite;
		animation: fadeInUp2 6s 0s infinite;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		opacity: 0;
	}
	.ts1 b {
		position: relative;
	}
	.ts1 b::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 0%;
		height: 3px;
		background: #FFF;
		-webkit-animation: linesanime 6s 0s infinite;
		animation: linesanime 6s 0s infinite;
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}
}
.hind-max {
	display: none;
	height: 0px;
}
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }
.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }
.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }
.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

@keyframes anime {
  0% {
    opacity: 0;
    /*transform: scale(1.1);*/
	transform: scale(1);}
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0;
    transform: scale(1);
    z-index: 4; }
  100% {
    opacity: 0; }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2;
}
@keyframes linesanime {
	0% {
		opacity: 0;
		width: 0% }
	40% {
		opacity: 1;
		width: 100% }
	100% {
		opacity: 1;
		width: 100%;}
}
.fadeIn3 {
  -webkit-animation-name: fadeIn3;
  animation-name: fadeIn3; }
/* ========== end △ */



/* ==================================================
	topbox01
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topbox01 {
		display: block;
		position: relative;	
		padding-top: 25px;
		margin-bottom: 30px;
	}
	.fix-1200 {
		margin-left: 4%;
		margin-right: 4%;
	}
	.fix-1100 {
		margin-left: 4%;
		margin-right: 4%;
	}
	.topbox01 .bnr-wrap {
		text-align: center;
		margin-bottom: 30px;
	}
	.sp-fig {
		display: flex;
		justify-content:center;
		align-items: center;
		padding: 20px 3%;
		background: #f7e6bf;
	}
	.sp-fig h2 {
		display: block;
		flex-basis: 25%;
	}
	.sp-fig h2 img {
		width: 100%;
	}
	.sp-fig p {
		font-size: 1.7rem;
		font-weight: bold !important;
		line-height: 1.3;
		flex-basis: 65%;
		margin-left: 2%;
	}
	.topbox01 .btn01 {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topbox01 {
		display: block;
		position: relative;	
		padding-top: 55px;
		margin-bottom: 80px;
	}
	.topbox01 .bnr-wrap {
		text-align: center;
		margin-bottom: 50px;
	}
	.fix-1200 {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.fix-1100 {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.topbox01 .btn01 {
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 45px;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 1200px) {
	.fix-1200 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 1100px) {
	.fix-1100 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
/* ========== end △ */


/* ==================================================
	topbox02
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topbox02 {
		display: block;
		padding:35px 0;
		position: relative;
	}
	.topbox02 .fot-abt {
		top:-20px;
	}
	.link-box01 {
		display: block;
	}
	.link-box01 a {
		display: block;
		margin-bottom: 15px;
		overflow: hidden;
		position: relative;
		background: #FFF;
		color: #000;
		text-decoration: none;
	}
	.link-box01 a:hover {
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
		z-index: 10;
	}
	.link-box01 a::before {
		position: absolute;
		right: 10px;
		bottom: 14px;
		content: "";
		background: url(../images/arrow-w.png) center center no-repeat;
		width: 21px;
		height: 8px;
		z-index: 5;
	}
	.link-box01 a::after {
		position: absolute;
		right: -80px;
		bottom: -80px;
		content: "";
		border-radius: 50%;
		width: 80px;
		height: 80px;
		background: #ff8811;
	}
	.link-box01 a:hover::after {
		right: -30px;
		bottom: -40px;
	}
	.link-box01 .pad {
		display: block;
		padding: 20px 15px 20px 15px;
		border: #e7e7e7 solid 1px;
	}
	.link-box01 img {
		width: 100%;
	}
	.link-box01 h3 {
		display: block;
		padding: 13px 0;
		font-size: 2rem;
		line-height: 1.1;
	}
	.link-box01 p {
		display: block;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.link-box01 dl {
		display: block;
		border-top: #e7e7e7 solid 1px;
		padding-top: 20px;
		margin-top: 20px;
	}
	.link-box01 dl dd {
		display: inline-block;
		border-radius: 20px;
		font-size: 1.3rem;
		line-height: 1;
		padding: 5px 12px;
		margin-right: 6px;
		margin-bottom: 6px;
		background: #f6f4f2;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topbox02 {
		display: block;
		padding:80px 0;
		position: relative;
	}
	.topbox02 .fot-abt {
		top:-20px;
	}
	.link-box01 {
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	.link-box01 a {
		display: block;
		flex-basis: 25%;
		overflow: hidden;
		position: relative;
		background: #FFF;
		color: #000;
		text-decoration: none;
	}
	.link-box01 a:hover {
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
		z-index: 10;
	}
	.link-box01 a::before {
		position: absolute;
		right: 10px;
		bottom: 14px;
		content: "";
		background: url(../images/arrow-w.png) center center no-repeat;
		width: 21px;
		height: 8px;
		z-index: 5;
	}
	.link-box01 a::after {
		position: absolute;
		right: -80px;
		bottom: -80px;
		content: "";
		border-radius: 50%;
		width: 80px;
		height: 80px;
		background: #ff8811;
	}
	.link-box01 a:hover::after {
		right: -30px;
		bottom: -40px;
	}
	.link-box01 .pad {
		display: block;
		padding: 40px 30px 70px 30px;
		border-top: #e7e7e7 solid 1px;
		border-right: #e7e7e7 solid 1px;
		border-bottom: #e7e7e7 solid 1px;
	}
	.link-box01 a:nth-child(1) .pad {
		border-left: #e7e7e7 solid 1px;
	}
	.link-box01 img {
		width: 100%;
	}
	.link-box01 h3 {
		display: block;
		padding: 13px 0;
		font-size: 2rem;
		line-height: 1.1;
	}
	.link-box01 p {
		display: block;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.link-box01 dl {
		display: block;
		border-top: #e7e7e7 solid 1px;
		padding-top: 20px;
		margin-top: 20px;
	}
	.link-box01 dl dd {
		display: inline-block;
		border-radius: 20px;
		font-size: 1.3rem;
		line-height: 1;
		padding: 5px 12px;
		margin-right: 6px;
		margin-bottom: 6px;
		background: #f6f4f2;
	}
}
/* ========== end △ */


/* ==================================================
	topbox03
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topbox03 {
		display: block;
		padding: 35px 0 30px 0;
		position: relative;
		overflow: hidden;
	}
	.fix-1140 {
		margin-left: 4%;
		margin-right: 4%;
	}
	.fot-abt2 {
		left: 10px !important;
		top: -20px !important;
	}
	.topbox03 .fix-1140 {
		position: relative;
		z-index: 5;
		padding-bottom: 40px;
	}
	.topbox03 .fix-1140::after {
		display: none;
	}
	.topbox03 .txt {
		display: block;
	}
	.topbox03 .txt p {
		display: block;
		font-size: 1.4rem;
		line-height: 1.9;
		margin-bottom: 25px;
	}
	.topbox03 .txt .btn01 {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.topbox03 .txt .btn01 a::after {
		width: 25px;
	}
	.topbox03 figure {
		margin-top: 50px;
	}
	.fix-1020 {
		margin-left: 4%;
		margin-right: 4%;
	}
	.topbox03 .fix-1020 {
		position: relative;
		z-index: 10;
		padding: 30px 0;
	}
	.topbox03 .fix-1020 h3 {
		display: block;
		position: relative;
		font-size: 2rem;
		line-height: 1;
		padding-bottom: 14px;
		margin-bottom: 20px;
		text-align: center;
	}
	.topbox03 .fix-1020 h3::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		margin: auto;
		width: 60px;
		height: 1px;
		background: #434343;
	}
	.topbox03 .fix-1020 .mt {
		display: block;
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.topbox03 .fix-1020 .link-box01 a {
		flex-basis: calc(100% / 3);
	}
	.topbox03 .fix-1020 .link-box01 a h3 {
		text-align: left;
		padding-bottom: 0px;
		font-size: 2rem;
		padding: 15px 0 0 0;
	}
	.topbox03 .fix-1020 .link-box01 a h3::after {
		display: none;
	}
	.mtb15 {
		margin-bottom: 15px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topbox03 {
		display: block;
		padding: 100px 0 30px 0;
		position: relative;
		overflow: hidden;
	}
	.fix-1140 {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.fot-abt2 {
		right: -260px !important;
		top: -60px !important;
	}
	.topbox03 .fix-1140 {
		display: flex;
		justify-content: space-between;
	}
	.topbox03 .txt {
		width: 50%;
	}
	.topbox03 .txt p {
		display: block;
		font-size: 1.4rem;
		line-height: 1.9;
		margin-bottom: 45px;
	}
	.topbox03 .txt .btn01 {
		max-width: 220px;
	}
	.topbox03 .txt .btn01 a::after {
		width: 25px;
	}
	.fix-1020 {
		max-width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}
	.topbox03 .fix-1020 {
		position: relative;
		z-index: 10;
		padding: 30px 0;
	}
	.topbox03 .fix-1020 h3 {
		display: block;
		position: relative;
		font-size: 2.5rem;
		line-height: 1;
		padding-bottom: 14px;
		margin-bottom: 20px;
		text-align: center;
	}
	.topbox03 .fix-1020 h3::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		margin: auto;
		width: 60px;
		height: 1px;
		background: #434343;
	}
	.topbox03 .fix-1020 .mt {
		display: block;
		text-align: center;
		margin-bottom: 40px;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.topbox03 .fix-1020 .link-box01 a {
		flex-basis: calc(100% / 3);
	}
	.topbox03 .fix-1020 .link-box01 a h3 {
		text-align: left;
		padding-bottom: 0px;
		font-size: 2rem;
		padding: 15px 0 0 0;
	}
	.topbox03 .fix-1020 .link-box01 a h3::after {
		display: none;
	}
}
/* ========== end △ */


/* ==================================================
	topbox04
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topbox04 {
		display: block;
		padding-top: 35px;
		position: relative;
		overflow: hidden;
	}
	.fot-abt3 {
		left: 10px !important;
		top: -20px !important;
	}
	.topbox04 .fix-1140 {
		position: relative;
		z-index: 5;
	}
	.topbox04 .flex02::after {
		display: none;
	}
	.topbox04 .flex02 .txt {
		display: block;
		padding-bottom: 40px;
	}
	.topbox04 .flex02 .txt p {
		display: block;
		font-size: 1.4rem;
		line-height: 1.9;
		margin-bottom: 5px;
	}
	.topbox04 .flex02 .txt .btn01 {
	}
	.topbox04 .flex02 .txt ul {
		display: block;
	}
	.topbox04 .flex02 .txt ul li {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 14px;
	}
	.tabbox01 {
		display: block;
		padding: 75px 0;
	}
	#tab {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#tab li {
		border: #e7e7e7 solid 1px;
  		flex-basis:48%;
		margin-bottom: 8px;
	}
	#tab li a {
		display: block;
		text-align: center;
		color: #222;
		font-size: 1.3rem;
		line-height: 1;
		padding: 14px 0;
		background: #f6f6f6;
		cursor: pointer;
	}
	#tab li a:hover,
	#tab li.current a {color: #FFF;
		background: #333;
	}
	#wrapper2 {
		display: block;
		border: #e7e7e7 solid 1px;
		height: 220px;
		overflow: auto;
	}
	.top-info {
		display: block;
		padding: 20px 15px;
	}
	.top-info dl {
		display: flex;
		flex-wrap: wrap;
		border-bottom: #e7e7e7 solid 1px;
		padding-bottom: 14px;
		margin-bottom: 14px;
	}
	.top-info dl .cat {
		flex-basis: 40%;
		margin-right: 2%;
	}
	.top-info dl .cat span {
		display: block;
		text-align: center;
		color: #FFF;
		background: #ff8811;
		font-size: 1.4rem;
		line-height: 1;
		padding: 5px 0;
	}
	.top-info dl .day {
		display: block;
		flex-basis: 35%;
		font-weight: bold;
		line-height: 1;
		font-size: 1.4rem;
		color: #b1b1b1;
		padding: 5px 0;
	}
	.top-info dl dd {
		display: block;
		flex-basis:100%;
		font-size: 1.4rem !important;
		line-height: 1.5 !important;
		padding-top: 6px;
	}
	.top-info dl dd a {
		color: #000;
		text-decoration: none;
	}
	.top-info dl dd a:hover {
		text-decoration: underline;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topbox04 {
		display: block;
		padding-top: 60px;
		position: relative;
		overflow: hidden;
	}
	.fot-abt3 {
		left: -260px !important;
		top: -60px !important;
	}
	.topbox04 .fix-1140 {
		position: relative;
		z-index: 5;
	}
	.topbox04 .flex02::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 80%;
		margin-left: -30%;
		height: 100%;
		background: url(../images/tp4img1.jpg) top center no-repeat;
	}
	.topbox04 .flex02 .txt {
		display: block;
		max-width: 50%;
		margin-left: 50%;
		padding-bottom: 40px;
	}
	.topbox04 .flex02 .txt p {
		display: block;
		font-size: 1.4rem;
		line-height: 1.9;
		margin-bottom: 45px;
	}
	.topbox04 .flex02 .txt .btn01 {
	}
	.topbox04 .flex02 .txt .btn01 a::after {
		width: 15px;
		right: 13px;
	}
	.topbox04 .flex02 .txt ul {
		display: flex;
	}
	.topbox04 .flex02 .txt ul li {
		flex-basis: 30%;
		margin-right: 2%;
	}
	.tabbox01 {
		display: block;
		padding: 75px 0;
	}
	#tab {
		display: flex;
		flex-wrap: wrap;
	}
	#tab li {
		border-top: #e7e7e7 solid 1px;
		border-left: #e7e7e7 solid 1px;
		border-right: #e7e7e7 solid 1px;
  		flex-basis:24%;
		border-radius: 5px 5px 0 0 ;
	}
	#tab li a {
		border-radius: 5px 5px 0 0 ;
		display: block;
		text-align: center;
		color: #222;
		font-size: 1.5rem;
		line-height: 1;
		padding: 10px 0;
		background: #f6f6f6;
		cursor: pointer;
	}
	#tab li a:hover,
	#tab li.current a {color: #FFF;
		background: #333;
	}
	#wrapper2 {
		display: block;
		border: #e7e7e7 solid 1px;
		height: 220px;
		overflow: auto;
	}
	.top-info {
		display: block;
		padding: 25px;
	}
	.top-info dl {
		display: flex;
		justify-content: space-between;
		border-bottom: #e7e7e7 solid 1px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.top-info dl .cat {
		flex-basis: 13%;
		margin-right: 2%;
	}
	.top-info dl .cat span {
		display: block;
		text-align: center;
		color: #FFF;
		background: #ff8811;
		font-size: 1.4rem;
		line-height: 1;
		padding: 5px 0;
	}
	.top-info dl .day {
		display: block;
		flex-basis: 12%;
		font-weight: bold;
		line-height: 1;
		font-size: 1.4rem;
		color: #b1b1b1;
		padding: 5px 0;
	}
	.top-info dl dd {
		display: block;
		flex-basis:70%;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.top-info dl dd a {
		color: #000;
		text-decoration: none;
	}
	.top-info dl dd a:hover {
		text-decoration: underline;
	}
}
/* ========== end △ */
#jquery-tab-pager-navi {
		display: none !important;
	}


/* ==================================================
	topbox05
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topbox05 {
		display: block;
		padding: 0px 0 30px 0;
	}
	.link-box02 {
		display: block;
	}
	.link-box02 a,
	.link-box02 .tit {
		border-bottom: #e7e7e7 solid 1px;
		padding: 20px 0;
	}
	.link-box02 a:nth-child(3n) {
		margin-left: 0px;
	}
	.link-box02 .tit {
		text-align: center;
		margin-left: 0px;
	}
	.link-box02 .tit h2 {
		display: block;
		position: relative;
		font-size: 2.2rem;
		line-height: 1.2;
		padding-bottom: 12px;
		margin-bottom: 15px;
	}
	.link-box02 .tit h2::after {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		height: 1px;
		background: #000;
		width: 60px;
	}
	.link-box02 .tit p {
		display: block;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.link-box02 a {
		display: block;
		color: #000;
		text-decoration: none;
		background: #FFF;
		position: relative;
		overflow: hidden;
	}
	.link-box02 a .pad {
		display: block;
		padding: 0 14px;
		position: relative;
		z-index: 4;
	}
	.link-box02 figure {
		display: block;
		float: left;
		width: 30%;
	}
	.link-box02 figure img {
		width: 100%;
	}
	.link-box02 .txt {
		display: block;
		float: right;
		width: 67%;
	}
	.link-box02 .txt h3 {
		display: block;
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	.link-box02 .txt p {
		display: block;
		font-size: 1.3rem;
		line-height: 1.4;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topbox05 {
		display: block;
		padding: 20px 0 90px 0;
	}
	.link-box02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.link-box02 a,
	.link-box02 .tit {
		margin-left: 20px;
		flex-basis: calc((100% - (20px * 2)) / 3 - .01px);
		border-bottom: #e7e7e7 solid 1px;
		padding: 20px 0;
	}
	.link-box02 a:nth-child(3n) {
		margin-left: 0px;
	}
	.link-box02 .tit {
		text-align: center;
		margin-left: 0px;
	}
	.link-box02 .tit h2 {
		display: block;
		position: relative;
		font-size: 2.5rem;
		line-height: 1.2;
		padding-bottom: 12px;
		margin-bottom: 23px;
	}
	.link-box02 .tit h2::after {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		height: 1px;
		background: #000;
		width: 60px;
	}
	.link-box02 .tit p {
		display: block;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.link-box02 a {
		display: block;
		color: #000;
		text-decoration: none;
		background: #FFF;
		position: relative;
		overflow: hidden;
	}
	.link-box02 a:hover {
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
		z-index: 10;
	}
	.link-box02 a::before {
		position: absolute;
		right: 7px;
		bottom: 10px;
		content: "";
		background: url(../images/aroow-w2.png) right center no-repeat;
		width: 15px;
		height: 7px;
		z-index: 3;
	}
	.link-box02 a::after {
		position: absolute;
		right: -90px;
		bottom: -90px;
		content: "";
		background: #ff8811;
		width: 60px;
		height: 60px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.link-box02 a:hover::after {
		position: absolute;
		right: -30px;
		bottom: -30px;
	}
	.link-box02 a .pad {
		display: block;
		padding: 0 20px;
		position: relative;
		z-index: 4;
	}
	.link-box02 figure {
		display: block;
		float: left;
		width: 30%;
	}
	.link-box02 figure img {
		width: 100%;
	}
	.link-box02 .txt {
		display: block;
		float: right;
		width: 67%;
	}
	.link-box02 .txt h3 {
		display: block;
		font-size: 1.9rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	.link-box02 .txt p {
		display: block;
		font-size: 1.3rem;
		line-height: 1.7;
	}
}
/* ========== end △ */


/* ==================================================
	topbox06
================================================== */
.topbox06 .one.le a {
	color: #000;
	text-decoration: none;
}

.topbox06 .btn01 span {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
	border: #f29f00 solid 1px;
	text-decoration: none !important;
	padding: 10px 0;
	background:#f29f00 url(../images/btn-arrow2.png) right 15px center no-repeat;
}

.topbox06 .btn01 span::after {
	background:url(../images/btn-arrow2.png) right center no-repeat;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topbox06 {
		display: block;
		padding-bottom: 5px;
	}
	.topbox06 .fix-1140 {
		display: block;
	}
	.topbox06 .one {
		position: relative;
		padding: 20px;
		border: #1c1b1b solid 2px;
		margin-bottom: 30px;
	}
	.topbox06 .one::after {
		position: absolute;
		z-index: -1;
		right: -10px;
		top: -10px;
		bottom: -10px;
		content: "";
		background: url(../images/tp6-bg1.png) left center no-repeat;
		background-size:  auto 100%;
		width: 49%;
		opacity: 0.4;
	}
	.topbox06 .one:nth-child(2)::after {
		background: url(../images/tp6-bg2.png) left center no-repeat;
		background-size:  auto 100%;
		width: 49%;
	}
	.topbox06 .one .tit {
		display: block;
		position: relative;
	}
	.topbox06 .one .tit h2 {
		display: block;
		position: relative;
		z-index: 5;
		font-size: 2rem;
		line-height: 1;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.topbox06 .one .tit h2::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 40px;
		height: 1px;
		background: #434343;
	}
	.topbox06 .one .tit span {
		position: absolute;
		color: #f6f6f6;
		font-size: 6.6rem;
		line-height: 0.9;
		top: 5px;
		left: 60px;
		font-weight: bold;
	}
	.topbox06 .one p {
		display: block;
		position: relative;
		z-index: 4;
		font-size: 1.3rem;
		font-weight: bold !important;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.topbox06 .one ul {
		display: flex;
		justify-content: space-between;
	}
	.topbox06 .one li {
		flex-basis: 49%;
	}
	.topbox06 .one .btn01 a {
		font-size: 1.5rem;
		padding: 10px 0;
	}
	.topbox06 .one .btn01 a::after {
		display: none;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topbox06 {
		display: block;
		padding-bottom: 90px;
	}
	.topbox06 .fix-1140 {
		display: flex;
		justify-content: space-between;
	}
	.topbox06 .one {
		position: relative;
		flex-basis: 42.5%;
		padding: 25px;
		border: #1c1b1b solid 2px;
	}
	.topbox06 .one::after {
		position: absolute;
		z-index: -1;
		right: -20px;
		top: -20px;
		bottom: -20px;
		content: "";
		background: url(../images/tp6-bg1.png) left center no-repeat;
		background-size:  auto 100%;
		width: 49%;
	}
	.topbox06 .one:nth-child(2)::after {
		background: url(../images/tp6-bg2.png) left center no-repeat;
		background-size:  auto 100%;
		width: 49%;
	}
	.topbox06 .one .tit {
		display: block;
		position: relative;
	}
	.topbox06 .one .tit h2 {
		display: block;
		position: relative;
		z-index: 5;
		font-size: 2.7rem;
		line-height: 1;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.topbox06 .one .tit h2::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 40px;
		height: 1px;
		background: #434343;
	}
	.topbox06 .one .tit span {
		position: absolute;
		color: #f6f6f6;
		font-size: 10.6rem;
		line-height: 0.9;
		top: 5px;
		left: 60px;
		font-weight: bold;
	}
	.topbox06 .one p {
		display: block;
		position: relative;
		z-index: 4;
		font-size: 1.3rem;
		font-weight: bold !important;
		line-height: 1.8;
		max-width: 290px;
		margin-bottom: 20px;
	}
	.topbox06 .one ul {
		display: flex;
	}
	.topbox06 .one li {
		flex-basis: 200px;
		margin-right: 15px;
	}
}
/* ========== end △ */


/* ==================================================
	YouTube
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
    .youtube {
        margin: 10% 4% 8%;
    }
    .youtube .movie,
    .youtube .txt {
        width: 100%;
    }
    .youtube .txt .tibox01 span {
        top: 10%;
        left: initial;
        right: 0;
        font-size: 6rem;
    }
    .youtube .movie {
        position: relative;
        width: 100%;
        height: 0;
        margin: 0 0 4%;
        padding-bottom: 56.25%;
        overflow: hidden;
    }
    .youtube .movie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
    .youtube {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 100px auto 50px;
    }
    .youtube .movie,
    .youtube .txt {
        width: 48%;
    }
    .youtube .movie iframe {
        width: 100%;
    }
}
/* ========== end △ */



