@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   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: 16px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover, a:active {
	color: #006699;
}

.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 20px 30px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 30px;
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.mgn60 {
	margin-bottom: 60px !important;
}

.mgn80 {
	margin-bottom: 80px !important;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
.indexHeader {
	position: relative;
	width: 100%;
	height: 700px;
	background: url(../image/slide-01.png?d=v2) no-repeat 0 0;
	background-size: cover;
}

.secondHeader {
	height: 86px;
}

.indexHeader .cont,
.secondHeader .cont {
	width: 94%;
	margin: 0 auto;
	padding: 12px 0 0;
	display: flex;
	justify-content: space-between;
}

.indexHeader .cont h1 {
	font-size: 30px;
	letter-spacing: 0.2em;
}

.indexHeader .cont h1 span {
	font-size: 14px;
	letter-spacing: normal;
	display: block;
	letter-spacing: 0.1em;
}

.indexHeader .cont h1 a {
	color: #000;
	text-decoration: none;
}

.secondHeader .cont p.logo {
	font-size: 30px;
	letter-spacing: 0.2em;
}

.secondHeader .cont p.logo span {
	font-size: 14px;
	letter-spacing: normal;
	display: block;
	letter-spacing: 0.1em;
}

.secondHeader .cont p.logo a {
	color: #000;
	text-decoration: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

nav {
	font-size: 16px;
	font-weight: bold;
}

nav ul {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
}

nav ul li {
	margin: 0 0 0 16px;
	padding: 0;
}

nav ul li a {
	padding: 8px;
	color: #000 !important;
	text-decoration: none;
	position: relative;
}

nav ul li a::before,
nav ul li a::after {
 border-bottom: 2px solid #142382;
 bottom: -2px;
 content: "";
 display: block;
 position: absolute;
 transition: all .3s ease;
 transition: all .3s ease;
 -webkit-transition: all .3s ease;
 width: 0;
}

nav ul li a::before {
 left: 50%;
}

nav ul li a::after {
 right: 50%;
}

nav ul li a:hover::before,
nav ul li a:hover::after {
 width: 50%;
}

.btn a {
	display: block;
	margin: 0 auto;
	color: #FFF;
	width: 346px;
	padding: 12px 8px;
	text-decoration: none;
	background: url(../image/arrow-01.png) #142382 no-repeat 96% center;
	border: 2px solid #142382;
	border-radius: 16px;
	font-size: 18px;
	text-align: center;
}

.btn a:hover {
	background: url(../image/arrow-02.png) #FFF no-repeat 96% center;
	color: #142382;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 60px 0;
	background-color: #142382;
}

#footer .cont {
	width: 1100px;
	margin: 0 auto;
	color: #FFF;
	display: flex;
	justify-content: space-between;
}

#footer .cont .logo {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

#footer .cont .logo span {
    display: block;
    font-size: 18px;
}

#footer .cont address {
	margin: 0 0 60px;
	font-style: normal;
}

#footer .cont .copy {
	font-size: 14px;
}

#footer .cont .menu ul {
	margin: 5px 0 40px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: end;
	font-size: 14px;
}

#footer .cont .menu ul li {
	margin: 0 10px;
	padding: 0;
}

#footer .cont .menu ul li a {
	text-decoration: none;
	color: #FFF;
}

#footer .cont .menu p {
	text-align: right;
}

#footer .cont .menu ul.ous li a {
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: 10px 20px;
}

#footer .cont .menu ul.ous li a:hover {
	background-color: #FFF;
	color: #142382;
}

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#secondTitle {
	position: relative;
	height: 200px;
	background: url(../image/back-01.png) no-repeat 5% 0;
}

#secondTitle:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
 background: linear-gradient(to right, #0068B7 20%, #142382 80%);
	z-index: -1;
}

#secondTitle h1 {
	font-size: 48px;
	color: #FFF;
	font-weight: bold;
	position: relative;
	top: 50%;
 transform: translateY(-50%);
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

#secondTitle h1 span {
	font-size: 16px;
	display: block;
	letter-spacing: 0.3em;
}

#second .cont {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
}

#second h2 {
	margin: 0 0 40px;
	padding: 0 0 12px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

#second h2:before {
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #142382;
	content: "";
	bottom: 0;
	left: calc( 50% - 20px);
}

#second h3 {
	margin: 0 0 20px;
	font-size: 20px;
	padding: 12px;
	background-color: #f1f7ff;
	border-bottom: 1px dashed #CCC;
}

#second p {
	margin: 0 0 30px;
}

.wideWrap {
	margin: 0 calc(50% - 50vw) 60px;
	padding: 60px 0;
	background-color: #f1f7ff;
}

.wideWrap:last-child {
	margin: 0 calc(50% - 50vw) -60px;
}

#second .wideWrap .cont {
	padding: 0 0 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: 2px solid #142382;
	border-radius: 10px;
	text-indent: 0;
}

#second .pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: none;
}

#second .pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}
#second .pager_wrap ul.pager li.active {
	background-color: #142382;
	display: block;
	padding: 10px 15px;
	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: #FBFBFD;
	border-radius: 10px;
}



@media screen and (max-width: 1081px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

body {
 font-size: 14px;
}

img {
	max-width: 100%;
	height: auto;
}

.alignright,
.alignleft,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
	float: none;
}

nav {
	display: none;
}

.menubt {
 z-index: 3;
 width: 48px;
 height: 48px;
 border-radius: 4px;
 top: 10px;
 right: 10px;
 background-color: #0068B7;
 display: block;
 position: absolute;
 z-index: 1002;
 cursor: pointer;
 -webkit-transition: 0.8s ease-in-out;
 -moz-transition: 0.8s ease-in-out;
 -o-transition: 0.8s ease-in-out;
 transition: 0.8s ease-in-out;
}
		
.menubt span {
 display: block;
 background: #ff3465;
 border-radius: 0;
 position: absolute;
 top: 17px;
 transition: all 0.4s;
 transform: rotate(0deg);
 width: 31px;
 height: 2px;
 right: 8px;
 background-color: #fff;
}
		
.menubt .top {
 -webkit-transform: translateY(-400%);
 -ms-transform: translateY(-400%);
 transform: translateY(-400%);
}
.menubt .bottom {
 -webkit-transform: translateY(400%);
 -ms-transform: translateY(400%);
 transform: translateY(400%);
}
.menubt .menuclick1 {
 transform: rotate(-215deg);
}
.menubt .menuclick2 {
 background-color: rgba(255, 255, 255, 0);
}
.menubt .menuclick3 {
 transform: rotate(215deg);
}
.menubt__text {
 color: #fff;
 font-size: 10px;
 width: 100% !important;
 position: absolute;
 left: 5px;
 bottom: 3px;
}

.indexHeader {
	height: 400px;
	background-position: 40% 0;
}

.indexHeader .cont, .secondHeader .cont {
	position: relative;
	width: 100%;
}

.indexHeader .cont h1 {
	margin: 0 0 0 10px;
}

nav {
	position: absolute;
	top: 86px;
	width: 100%;
	z-index: 10;
	border-top: 1px solid #CCC;
}

nav ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #0068B7;
}

nav ul li {
	width: 50%;
	margin: 0;
}

nav ul li a {
	color: #FFF !important;
}

nav ul li a::before,
nav ul li a::after {
	display: none;
}

nav ul li a {
	display: block;
	padding: 12px 8px;
	border-bottom: 1px solid #CCC;
}

nav ul li:nth-child(2n-1) a {
	border-right: 1px solid #CCC;
}

.btn a {
	width: 96%;
	font-size: 15px;
}

#footer {
	padding: 30px 0 1px;
}

#footer .cont {
	width: 90%;
	display: block;
}

#footer .cont .logo {
	font-size: 20px;
	margin: 0;
}

#footer .cont address {
	margin: 0 0 30px;
}

#footer .cont .copy {
	margin-bottom: 20px;
}

#footer .cont .menu ul {
	flex-wrap: wrap;
	border-top: 1px solid #FFF;
}

#footer .cont .menu ul li {
	width: 50%;
	margin: 0;
}

#footer .cont .menu ul li a {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #FFF;
}

#footer .cont .menu ul li:nth-of-type(2n-1) a {
	border-right: 1px solid #FFF;
}

#footer .cont .menu ul.ous {
	justify-content: start;
	border: none;
}

#footer .cont .menu ul.ous li {
	width: auto;
	margin: 0 10px 0 0;
}

#pagetop img {
	width: 40px;
	height: 40px;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.secondHeader .cont p.logo {
	padding-left: 10px;
}

#secondTitle {
	height: 160px;
}

#secondTitle h1 {
	font-size: 32px;
}

#second .cont {
	width: 90%;
	padding: 30px 0 60px;
}

#second h2 {
	font-size: 24px;
	line-height: 1.4;
	padding-bottom: 12px;
}

.scroll{
margin: 0 0 20px;
overflow: auto;
white-space: nowrap;
}

.scroll::-webkit-scrollbar{
 height: 5px;
}

.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}


}


