@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/*--------------------------------------------------------------------------------------------------

   common
			   - header
						- footer
						- second

--------------------------------------------------------------------------------------------------*/


/*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;
	backface-visibility: hidden;
 -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: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
}

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 */

.txR {
	text-align: right;
}

@media screen and (min-width: 1000px){

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.btn {
	margin: 0 0 80px;
	text-align: center;
}

.btn a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 12px 0;
 background-image: linear-gradient(to right, #236cb0 0%, #a7abf2 100%);
 box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	color: #FFF;
	position:relative;
	top: -2px;
	text-decoration: none;
}

.btn a:hover {
	top: 0;
	box-shadow: none;
}



/*-------------------------------------------------common*/

.pc {
display: block;
}

.sp {
display: none;
}
/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	background-color: #236CB0;
	height: 140px;
	display: flex;
}

#header header h1 {
	margin: 30px 0 0 30px;
	font-size: 26px;
	font-weight: 500;
	background: url(../image/logo.png) no-repeat 0 0;
	line-height: 1.4;
}

#header header h1 a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 6px 0 6px 88px;
}

#header header h1 a span {
	display: block;
	font-size: 18px;
	font-weight: 400;
}


.menu{
 height: 27px;
 position: absolute;
 right: 30px;
 top: 59px;
 width: 48px;
	cursor: pointer;
 z-index: 99;
}

.menu__line{
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu__line--center{
 top: 12px;
}

.menu__line--bottom{
 bottom: 0;
}

.menu__line--top.active{
 top: 11px;
 transform: rotate(45deg);
}

.menu__line--center.active{
 transform:scaleX(0);
}

.menu__line--bottom.active{
 bottom: 13px;
 transform: rotate(135deg);
}

.gnav{
 background: rgba(26, 80, 130 ,0.9);
 display: none;
 height: 100%;
 position: fixed;
 width: 100%;
 z-index: 98;
}

.gnav__wrap{
 align-items:center;
 display: flex;
 height: 100%;
 justify-content: center;
 position: absolute;
 width: 100%;
}

.gnav__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item{
 margin: 40px 0;
	text-align: center;	
}

.item a{
 color: #fff;
 font-size: 2em;
 font-weight: 500;
 padding: 40px;
 text-decoration: none;
 transition: .5s;
}

.item a:hover{
	color: #FFF;
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 40px;
	background-color: #236CB0;
	color: #FFF;
	text-align: center;
}

#footer footer {
	width: 1000px;
	margin: 0 auto;
}

#footer footer p {
	margin: 0 0 20px;
}

#footer footer .logo {
	font-size: 22px;
}

#footer footer address {
	margin: 0 0 40px;
	font-style: normal;
}

#footer footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#footer footer ul li {
	margin: 0;
	padding: 0;
}

#footer footer ul li a {
	color: #FFF;
	text-decoration: none;
}

.copy {
	padding: 8px;
	border-top: 10px solid #7ECEF4;
	background-color: #EEEEEE;
	text-align: center;
}

.fixtel {
	position: fixed;
	right: 40px;
	bottom: 140px;
}

.fixtel img {
	width: 160px;
	height: 160px;
}

.fixtel_sp {
display: none;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	position: relative;
}

#second .secTitle {
	padding: 80px 0;
	text-align: center;
}

#second .secTitle h2 {
	display: inline-block;
	width: 50%;
	padding: 30px;
	font-size: 30px;
	line-height: 1.2;
	background-color: rgba(35, 108, 176, .3);
	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;
		font-weight: 500;
}

#second .secTitle h2 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
}

#second .content {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

#second .content p {
	margin: 0 0 40px;
}

#second::before {
 content: "";
 position: absolute;
 top: 280px;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 14vw 14vw 0 0;
 border-color: #F3F2F1 transparent transparent transparent;
	z-index: -1;
}

#second .content h3 {
 position: relative;
 border-bottom: 3px solid #BDD3E7;
	font-size: 22px;
	font-weight: 500;
	padding: 4px 8px;
	margin: 0 0 10px;
	border-radius: 10px 10px 0 0;
	background-color: #E9F0F7;
}

#second .content h3:before {
 content: '';
 position: absolute;
 bottom: -3px;
 left: 0;
 width: 80px;
 height: 3px;
 background: #236CB0;
}

#second .content h4 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 500;
	color: #236CB0;
	letter-spacing: .05em;
	padding: 0 0 0 10px;
	border-left: 4px solid #236CB0;
}

#second .content p.caption {
	margin: 0 0 8px;
	font-weight: 500;
}

/*- pager_wrap -------------------------------------------------*/
#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;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #7ECEF4;
	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: #7ECEF4;
	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: #CAEBFB;
}


}


@media screen and (max-width: 999px){
.alignleft, .alignright, .aligncenter {
	display: block;
	margin: 0 auto;
}

img {
   max-width: 100%;
   height: auto;
}

.pc {
display: none;
}

.sp {
display: block;
}

.btn {
	margin: 0 0 60px;
	text-align: center;
}

.btn a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 12px 0;
 background-image: linear-gradient(to right, #236cb0 0%, #a7abf2 100%);
 box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	color: #FFF;
	position:relative;
	top: -2px;
	text-decoration: none;
}

.btn a:hover {
	top: 0;
	box-shadow: none;
}

.scroll{
margin: 0 0 20px;
padding: 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;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	background-color: #236CB0;
	height: 70px;
	display: flex;
}

#header header h1 {
	margin: 10px 0 0 10px;
	font-size: 20px;
	font-weight: 500;
	background: url(../image/logo.png) no-repeat 0 4px;
	background-size: 38px;
	line-height: 1.2;
}

#header header h1 a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 40px;
}

#header header h1 a span {
	display: block;
	font-size: 18px;
	font-weight: 400;
}

.menu{
 height: 27px;
 position: absolute;
 right: 10px;
 top: 18px;
 width: 40px;
	cursor: pointer;
 z-index: 99;
}

.menu__line{
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu__line--center{
 top: 12px;
}

.menu__line--bottom{
 bottom: 0;
}

.menu__line--top.active{
 top: 11px;
 transform: rotate(45deg);
}

.menu__line--center.active{
 transform:scaleX(0);
}

.menu__line--bottom.active{
 bottom: 13px;
 transform: rotate(135deg);
}

.gnav{
 background: rgba(26, 80, 130 ,0.9);
 display: none;
 height: 100%;
 position: fixed;
 width: 100%;
 z-index: 98;
}

.gnav__wrap{
 align-items:center;
 display: flex;
 height: 100%;
 justify-content: center;
 position: absolute;
 width: 100%;
}

.gnav__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item{
 margin: 20px 0;
	text-align: center;	
}

.item a{
 color: #fff;
 font-size: 1.2em;
 font-weight: 500;
 padding: 20px 40px;
 text-decoration: none;
 transition: .5s;
}

.item a:hover{
	color: #FFF;
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 40px;
	background-color: #236CB0;
	color: #FFF;
	text-align: center;
}

#footer footer {
	width: 98%;
	margin: 0 auto;
}

#footer footer p {
	margin: 0 0 20px;
}

#footer footer .logo {
	font-size: 22px;
}

#footer footer address {
	margin: 0;
	font-style: normal;
}

#footer footer ul {
    display: none;
}

#footer footer ul li {
	margin: 0;
	padding: 0;
}

#footer footer ul li a {
	color: #FFF;
	text-decoration: none;
}

.copy {
	padding: 8px;
	border-top: 10px solid #7ECEF4;
	background-color: #EEEEEE;
	text-align: center;
	margin: 0 0 54px;
}

.fixtel {
display: none;
}

.fixtel_sp a {
position: fixed;
display: block;
background-color: #EC6941;
color: #FFF;
text-decoration: none;
text-align: center;
padding: 8px;
bottom: 0;
left: 0;
width: 100%;
line-height: 1.2;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	position: relative;
}

#second .secTitle {
	padding: 40px 0;
	text-align: center;
}

#second .secTitle h2 {
	display: inline-block;
	width: 80%;
	padding: 10px;
	font-size: 22px;
	line-height: 1.2;
	background-color: rgba(35, 108, 176, .3);
	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;
		font-weight: 500;
}

#second .secTitle h2 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
}

#second .content {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}

#second .content p {
	margin: 0 0 40px;
}

#second::before {
 content: "";
 position: absolute;
 top: 150px;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 14vw 14vw 0 0;
 border-color: #F3F2F1 transparent transparent transparent;
	z-index: -1;
}

#second .content h3 {
 position: relative;
 border-bottom: 3px solid #BDD3E7;
	font-size: 18px;
	font-weight: 500;
	padding: 4px 8px;
	margin: 0 0 10px;
	border-radius: 10px 10px 0 0;
	background-color: #E9F0F7;
}

#second .content h3:before {
 content: '';
 position: absolute;
 bottom: -3px;
 left: 0;
 width: 80px;
 height: 3px;
 background: #236CB0;
}

#second .content h4 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 500;
	color: #236CB0;
	letter-spacing: .05em;
	padding: 0 0 0 10px;
	border-left: 4px solid #236CB0;
}

#second .content p.caption {
	margin: 0 0 8px;
	font-weight: 500;
}

/*- pager_wrap -------------------------------------------------*/
#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;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #7ECEF4;
	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: #7ECEF4;
	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: #CAEBFB;
}



}
