@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 18px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

a:link {
	color: #006699;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 60px 40px 0;
}

.alignright {
	float: right;
	margin: 0 0 40px 60px;
}

.aligncenter {
	display: block;
	margin: 0 auto 40px;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#indexHeader {
	position: relative;
	width: 100%;
	height: 480px;
	border-bottom: 8px solid;
	border-image: linear-gradient(to right, #ABCD05, #0447CC);
 border-image-slice: 1;
}

#indexHeader:before {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/index_back-01.png) no-repeat 0 0;
	width: 890px;
	height: 472px;
	content: "";
}

#indexHeader:after {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../image/index_back-02.png) no-repeat 0 0;
	width: 890px;
	height: 480px;
	content: "";
	z-index: -1;
}

#indexHeader p {
	position: absolute;
	z-index: 9;
	left: 58px;
	bottom: 0;
}

.header {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header h1,
.header p {
	padding: 34px 0 0 20px;
}

.header ul {
	display: flex;
	margin: 42px 0 0;
	line-height: 43px;
	padding: 0;
	list-style: none;
	background-color: rgba( 21, 26, 1, .5);
	position: relative;
	z-index: 10;
}

.header ul:before {
 position: absolute;
	content: "";
	top: 0;
	left: -10px;
	width: 10px;
	height: 43px;
	background: url(../image/navi_back.png) no-repeat 0 0;
}

.header ul li {
	margin: 0;
	padding: 0;
}

.header ul li a {
	display: block;
	padding: 0 12px;
	color: #FFF;
	text-decoration: none;
}

.header ul li a:hover {
	text-decoration: underline;
}

.navBtn {
	display: none;
}

#indeximg_sp {
	display: none;
}



/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
#contact {
	position: relative;
	background-color: #F2F8D8;
	padding: 80px 0 120px;
}

#contact:before {
	position: absolute;
 content: "";
 border: 300px solid #ABCD05;
 display: block;
 width: 0;
 height: 0;
 bottom: 0;
 right: 0;
 border-top-color: transparent;
 border-left-color: transparent;
}

#contact .inner {
	width: 1000px;
	margin: 0 auto;
}

#contact .inner h2 {
	color: #ABCC05;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 56px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0 0 90px;
	text-align: center;
}

#contact .inner h2 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin: 6px 0 0;
	letter-spacing: 0.09em;
}

#contact .inner ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

#contact .inner ul li {
	width: 482px;
	margin: 0;
	padding: 8px 0 24px;
	position: relative;
	background-color: #FFF;
	text-align: center;
	font-size: 24px;
}

#contact .inner ul li span {
	font-size: 28px;
	display: inline-block;
	position: relative;
	z-index: 8;
	margin: 0 4px 0 0;
}

#contact .inner ul li span:before {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #D5FF05;
	content: "";
	z-index: -1;
}

#contact .inner ul li:nth-child(1) {
	margin-right: 36px;
}

#contact .inner ul li:before,
#contact .inner ul li:after{
	width: 100%;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}

#contact .inner ul li:before{
	border-bottom: solid 30px #FFF;
	border-left: solid 30px transparent;
	bottom: 100%;
}

#contact .inner ul li:after{
	border-top: solid 30px #FFF;
	border-right: solid 30px transparent;
	top: 100%;
}

#contact .inner ul li a {
	display: block;
	border: 2px solid #abcc05;
	width: 300px;
	margin: 10px auto 0;
	border-radius: 100vh;
	font-size: 20px;
	padding: 7px 0;
	text-decoration: none;
	color: #000;
 overflow: hidden;
 position: relative;
 z-index: 1;
}

#contact .inner ul li a::before {
 position: absolute;
	top: calc( 50% - 4px);
	right: 20px;
	width: 30px;
 height: 8px;
	content: "";
 border-bottom: 2px solid #ABCD05;
 border-right: 2px solid #ABCD05;
 transform: skew(45deg);
	transition: all .3s;
}

#contact .inner ul li a::after {
  background: #abcc05;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

#contact .inner ul li a:hover {
  color: #fff;
}

#contact .inner ul li a:hover::after {
  transform: scale(1, 1);
}

#contact .inner ul li a:hover::before {
 border-bottom: 2px solid #FFF;
 border-right: 2px solid #FFF;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #CCC;
	background-color: #FDFFF2;
	line-height: 1.4;
}

#footer .info {
	width: 1120px;
	margin: 0 auto;
	padding: 40px 0 30px;
	border-bottom: 1px solid #CCC;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .info p {
	margin: 0 200px 0 0;
	font-size: 22px;
	font-weight: 500;
}

#footer .info p span {
	font-size: 18px;
	display: block;
	font-weight: 400;
}

#footer .info address {
	font-style: normal;
	font-size: 16px;
}

#footer ul {
	margin: 0;
	padding: 30px 0;
	display: flex;
	list-style: none;
	justify-content: center;
}

#footer ul li {
	margin: 0;
	padding: 0 16px;
}

#footer ul li a {
	text-decoration: none;
	color: #000;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .info ul {
	margin: 20px 0 0;
	padding: 0;
	justify-content: start;
}

#footer .info ul li {
	margin: 0 5px;
	padding: 0;
}

#footer .info ul li a {
	width: 200px;
	display: block;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	border: 1px solid #abcc05;
	padding: 6px 0;
	border-radius: 100vh;
	text-decoration: none;
}

#footer .info ul li a:hover {
	background-color: #abcc05;
	color: #FFF;
}

#copy {
	background-color: #151A01;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
}

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}


/*------------------------------------------------------------------------------------------------
  second-header
--------------------------------------------------------------------------------------------------*/
#header.ttl {
	height: 300px;
 border-bottom: 8px solid;
	border-image: linear-gradient(to right, #ABCD05, #0447CC);
 border-image-slice: 1;
}

#header.ttl h1 {
	position: relative;
	width: 1200px;
 color: #ABCC05;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 56px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 40px auto 0;
	padding: 0;
}

#header.ttl h1 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin: 6px 0 0;
	letter-spacing: 0.09em;
}

#header.ttl h1:before {
	position: absolute;
	top: 26px;
	left: -40px;
	width: 30px;
	height: 6px;
	content: "";
	background-color: #ABCD05;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	padding: 80px 0;
	border-top: 8px solid #151A01;
}

#second .inner {
	width: 1100px;
	margin: 0 auto;
}

#second .inner h2 {
	position: relative;
	margin: 0 0 40px;
	font-size: 36px;
	font-weight: 500;
}

#second .inner h2:before {
	position: absolute;
	width: 100vw;
	height: 10px;
	content: "";
	right: 1116px;
	top: calc( 50% - 3px );
	background-color: #ABCD05;
	border-radius: 100vh;
}

#second .inner h3 {
	margin: 0 0 20px;
	color: #88A404;
	font-size: 30px;
	font-weight: 500;
	border-bottom: 2px dotted #000;
}

#second .inner p {
	margin: 0 0 30px;
}

#second .inner p + h2 {
	margin-top: 70px;
}

#second .inner ul {
	margin-bottom: 60px;
}

#second .pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

#second .pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

#second .pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

#second .pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px 4px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #ABCC05;
	border-radius: 100vh;
	text-indent: 0;
}

#second .pager_wrap ul.pager li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	border: none;
	color: #000;
}

#second .pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}

#second .pager_wrap ul.pager li.active {
	background-color: #ABCC05;
	display: block;
	padding: 10px 20px;
	color: #FFFFFF;
}

#second .pager_wrap ul.pager li.active a:link, #second .pager_wrap ul.pager li.active a:visited,
#second .pager_wrap ul.pager li.active a:hover, #second .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

#second .pager_wrap ul.pager li a:hover {
	color: #000;
	background-color: #F2F8D8;
	border-radius: 100vh;
}

.btn {
	text-align: center;
}

.btn a {
	display: block;
	border: 2px solid #abcc05;
	width: 320px;
	margin: 10px auto 0;
	border-radius: 100vh;
	padding: 7px 0;
	text-decoration: none;
	color: #000;
 overflow: hidden;
 position: relative;
 z-index: 1;
}

.btn a::before {
 position: absolute;
	top: calc( 50% - 4px);
	right: 20px;
	width: 30px;
 height: 8px;
	content: "";
 border-bottom: 2px solid #ABCD05;
 border-right: 2px solid #ABCD05;
 transform: skew(45deg);
	transition: all .3s;
}

.btn a::after {
  background: #abcc05;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn a:hover {
  color: #fff;
}

.btn a:hover::after {
  transform: scale(1, 1);
}

.btn a:hover::before {
 border-bottom: 2px solid #FFF;
 border-right: 2px solid #FFF;
}









@media all and (max-width: 1230px){

body {
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto;
}

.pc,
.pci {
	display: none;
}

.sp {
	display: block;
}

.spi {
	display: inline-block;
}

.alignleft, .alignright, .aligncenter {
	float: none;
	display: block;
	margin: 0 auto 20px;
}


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	padding: 20px 0 0;
}

.navBtn {
	display: block;
}

.navBtn {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
 background-color: #ABCC05;
	border: 2px solid #FFF;
	border-radius: 100vh;
	text-align: center;
	z-index: 99;
	top: 16px;
	right: 10px;
}

.menu{
	position: absolute;
 height: 100%;
 width: 100%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	color: #FFF;
}

.menu__line{
 background: #FFF;
 display: block;
 height: 2px;
 position: absolute;
 transition:transform .3s;
 width: 50%;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.menu__line--top {
	top: 22px;
}

.menu__line--bottom{
 top: 32px;
}

.menu__line--top.active{
 top: 28px;
 transform: rotate(45deg);
}

.menu__line--center.active{
 transform:scaleX(0);
}

.menu__line--bottom.active{
 top: 28px;
 transform: rotate(135deg);
}

#indexHeader {
	height: 100px;
}

.header {
	display: block;
}

.header h1, .header p {
	padding: 0 0 0 20px;
}

#indexHeader:before,
#indexHeader:after,
#indexHeader p {
	display: none;
}

#header nav {
	display: none;
	width: 100%;
}

.header ul:before {
	display: none;
}

.header ul {
	display: block;
	margin: 0;
	padding: 0;
	z-index: 200;
	top: 26px;
	left: 0;
	background-color: rgba( 21, 26, 1, .8);
}

.header ul li {
	border-bottom: 1px dotted #CCC;
}

#header h1 img,
#header p img {
	width: 280px;
	height: auto;
}

#indeximg_sp {
	display: block;
}

#indeximg_sp img {
	max-width: 100%;
	height: auto;
}

#header.ttl {
	height: 200px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer .inner,
#footer .info {
	width: 96%;
}

#footer .info {
	display: block;
	text-align: center;
}

#footer .inner .box01 .contact p {
	margin: 0 0 8px;
	font-size: 20px;
}

#footer .inner .box01 address {
	font-size: 14px;
}

#footer .inner .box02 .support {
	display: block;
	font-size: 14px;
}

#footer .inner .box02 .support dd {
	margin-bottom: 20px;
	width: 100%;
}

#footer .info p {
	margin: 0;
}

#footer .info ul {
	display: block;
	margin: 20px 0;
}

#footer .info ul li {
	margin: 0 auto 10px;
}

#footer .info ul li a {
	margin: 0 auto;
}

#footer .info address {
	font-size: 14px;
}

#footer ul {
	width: 96%;
	margin: 0 auto;
	flex-wrap: wrap;
}

#footer ul li {
	width: 50%;
	margin: -1px 0 0 -1px;
	padding: 0;
}

#footer ul li a {
	display: block;
	padding: 12px 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 14px;
}


#pagetop {
	margin: 0;
	right: 10px;
	bottom: 10px;
}

#copy {
	font-size: 12px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	padding: 40px 0;
}

#second .inner {
	width: 94%;
	margin: 0 auto;
}

#header.ttl {
	padding: 0;
	border-bottom: none;
}

#header.ttl h1 {
	width: 90%;
	margin: 0 auto;
}

#header.ttl .header {
	padding: 20px 0 18px;
	background-color: #FFF;
	border-bottom: 8px solid;
	border-image: linear-gradient(to right, #ABCD05, #0447CC);
 border-image-slice: 1;
}

#header.ttl .header nav {
	position: absolute;
}

#header.ttl h1 {
	margin-top: 18px;
	font-size: 36px;
	letter-spacing: 0;
	text-shadow: 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;
}

#header.ttl h1:before {
	top: 16px;
}

#header.ttl h1 span {
	color: #FFF;
	text-shadow: none;
	font-size: 18px;
}

#second .inner h2 {
	font-size: 24px;
	padding: 0 20px;
}

#second .inner h2:before {
	right: 98%;
}

#second .inner h3 {
	font-size: 24px;
}

.btn a {
	width: 90%;
}




}

