@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&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: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.4;
	overflow-x: hidden;
}

a:link {
	color: #0057C7;
}

a:visited {
	color: #0057C7;
}

a:hover, a:active {
	color: #0057C7;
}

.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 10px 10px 0;
}

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

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

.btn a {
	display:block;
	border: 1px solid #0057C7;
	width: 290px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	border-radius: 100vh;
	background: url(../image/arrow-01.png) no-repeat #0057C7 90% center;
	background-size: 7px;
}

.btn a:hover {
	background: url(../image/arrow-02.png) no-repeat #FFF 90% center;
	background-size: 7px;
	color: #0057C7;
}

.btn2 a {
	display:block;
	border: 1px solid #0057C7;
	width: 480px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	border-radius: 100vh;
	background: url(../image/arrow-01.png) no-repeat #0057C7 90% center;
	background-size: 7px;
}

.btn2 a:hover {
	background: url(../image/arrow-02.png) no-repeat #FFF 90% center;
	background-size: 7px;
	color: #0057C7;
}

.mgnt60 {
	margin-top: 60px !important;
}

.mgnb60 {
	margin-bottom: 60px !important;
}

.pc {
	display: block;
}

.sp {
	display: none;
}


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


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../image/mv_back-02.jpg) no-repeat 0 0;
	background-size: cover;
}

#header::before {
 position: absolute;
 content: "";
 border: 240px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 top: 0;
 left: 0;
 border-bottom-color: transparent;
 border-right-color: transparent;
}

#header .inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#header .inner div.title {
	padding: 20px 0 0 20px;
}

#header .inner h1 {
	font-size: 28px;
	letter-spacing: 0.08em;
}

#header .inner h1 span {
	font-size: 22px;
	display: inline-block;
	vertical-align: 2px;
	margin-left: 4px;
}

#header .inner h1 a {
	color: #FFF;
	text-decoration: none;
}

#header .inner p {
	color: #FFF;
}

#header .inner .menu {
	display: flex;
}

#header .inner .menu nav ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	display:flex;
}

#header .inner .menu nav ul li {
	margin: 0 20px 0 0;
	padding: 0;
	color: #FFF;
}

@media screen and (min-width:1269px) and ( max-width:1350px) {
#header .inner .menu nav ul li {
	margin: 0 10px 0 0;
}
}

#header .inner .menu nav ul li:nth-child(1) {
	padding: 20px 0;
}

#header .inner .menu nav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	position: relative;
}

#header .inner .menu nav ul li a::before,
#header .inner .menu nav ul li a::after {
 border-bottom: 2px solid #0057C7;
 bottom: -2px;
 content: "";
 display: block;
 position: absolute;
 transition: all .3s ease;
 transition: all .3s ease;
 -webkit-transition: all .3s ease;
 width: 0;
}

#header .inner .menu nav ul li a::before {
 left: 50%;
}

#header .inner .menu nav ul li a::after {
 right: 50%;
}

#header .inner .menu nav ul li a:hover::before,
#header .inner .menu nav ul li a:hover::after {
 width: 50%;
}

#header .inner .menu .h_tel {
	background-color: #FFF;
	height: 96px;
	display: table;
}

#header .inner .menu .h_tel a {
	display: table-cell;
	padding: 0 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

#header .inner .menu .h_tel a img {
	margin-bottom: 4px;
}

#header .inner .menu .h_contact {
	background: url(../image/h_contact_back.png) repeat-y center 0;
	height: 96px;
	display: table;
}

#header .inner .menu .h_contact a {
	display: table-cell;
	padding: 0 16px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

#header .lead {
	position: absolute;
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	top: 110px;
	left: 0;
	width: 100%;
	color: #DFFF03;
	text-align: center;
	text-shadow: 2px 2px 0 #002657;
}

#header.second {
	position: relative;
	width: 100%;
	height: 300px;
}

#header.second .inner p.title {
	font-size: 28px;
	letter-spacing: 0.08em;
}

#header.second .inner p.title span {
	font-size: 22px;
	display: inline-block;
	vertical-align: 2px;
	margin-left: 4px;
}

#header.second .inner p.title a {
	color: #FFF;
	text-decoration: none;
}

#header .sp_tel {
	display: none;
}


/*------------------------------------------------------------------------------------------------
  fgmap
--------------------------------------------------------------------------------------------------*/

#fgmap {
 position: relative;
 padding-bottom: 30%;
 height: 0;
 overflow: hidden;
}

#fgmap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
}


/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
#contact {
	position: relative;
	background-color: #0e3585;
	padding: 80px 0 120px;
}

#contact:before {
 position: absolute;
 content: "";
 border: 300px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 bottom: 0;
 right: 0;
 border-top-color: transparent;
 border-left-color: transparent;
}

#contact h2 {
	font-size: 40px;
 font-family: 'Lato', sans-serif;
	color: #FFF;
	margin: 0 0 36px;
	text-align: center;
}

#contact h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	padding-top: 10px;
	font-weight: 500;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#contact p {
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 5;
}

#contact .cont {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#contact .cont div {
	width: 482px;
	background-color: #FFF;
	position: relative;
	margin: 80px 0 0;
	padding: 8px 30px;
}

#contact .cont div:before,
#contact .cont div:after{
	width: 100%;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}

#contact .cont div:before{
	border-bottom: solid 30px #FFF;
	border-left: solid 30px transparent;
	bottom: 100%;
}

#contact .cont div:after{
	border-top: solid 30px #FFF;
	border-right: solid 30px transparent;
	top: 100%;
}

#contact .cont div p {
	color: #002657;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 20px;
}

#contact .cont div a {
	display: block;
	margin: 0 auto;
	width: 294px;
	height: 29px;
}

#contact .cont div p.sub {
	color: #0057c7;
	font-weight: 500;
	font-size: 14px;
	margin: 10px 0 0;
}

#contact .cont div .contactMail {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-radius: 100vh;
	background: url(../image/arrow-01.png) no-repeat 90% center, linear-gradient(to right, #81b2ed, #7b72d5);
	background-size: 7px, auto;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	background-color: #092154;
	color: #FFF;
}

#footer .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

#footer .cont .footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#footer .cont .footer .info p:nth-child(1) {
	font-size: 22px;
	letter-spacing: 0.08em;
}

#footer .cont .footer .info p:nth-child(1) span {
	font-size: 16px;
	display: inline-block;
	vertical-align: 2px;
	margin-left: 4px;
}

#footer .cont .footer .info p:nth-child(2) {
	font-size: 13px;
	margin: 0 0 24px;
}

#footer .cont .footer .info address {
	font-style: normal;
}

#footer .cont .footer .fnav ul {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	font-size: 13px;
}

#footer .cont .footer .fnav ul li {
	margin: 0 0 0 16px;
	padding: 0;
}

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

#footer .cont .footer .fnav ul li a:hover {
	text-decoration: underline;
}

#footer .cont .copy {
	text-align: right;
	font-size: 14px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#header.second h1 {
	font-size: 50px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin: 54px 0 0;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 2px #092154, 1px -1px 1px #092154, -1px 1px 1px #092154, -1px -1px 1px #092154, 3px 3px 10px #092154, -3px -3px 10px #092154;
	position: relative;
	z-index: 2;
}

#second {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	z-index: 100;
}

#second section {
	padding: 0 0 30px;
}

#second section.w {
	margin:	0 calc(50% - 50vw);
	background-color: #E8F1FF;
}

#second section.w .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#second h2 {
	padding: 8px 0;
	margin: 0 0 30px;
	font-size: 26px;
	font-weight: 500;
	border-bottom: 4px solid #D0E4FF;
	position: relative;
	letter-spacing: 0.04em;
}

#second h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 320px;
	height: 4px;
	background-color: #0057C7;
	content: "";
}

#second h3 {
	margin: 0 0 30px;
	padding: 12px 12px 18px;
	font-size: 20px;
	font-weight: 500;
	background-color: #D0E4FF;
	position: relative;
	border-radius: 10px 10px 0 0;
}

#second h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #0057C7, #0057C7 1px, transparent 2px, transparent 4px);
  background-image: repeating-linear-gradient(-45deg, #0057C7, #0057C7 1px, transparent 2px, transparent 4px);
  background-size: 6px 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#second p {
	margin: 0 0 30px;
}

#second ul {
	margin: 0 0 20px;
	padding: 0 0 0 24px;
}

#second ul li {
	margin-bottom: 12px;
}

#second ul.photos {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

#second ul.photos li {
	width: 32%;
}

#second ul.photos li:nth-child(3n-1) {
	margin: 0 2%;
}

#second ul.photos li img {
	max-width: 100%;
	height: auto;
}


/*- 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 #0057C7;
	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: #0057C7;
	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: #FFF;
	background-color: #0057C7;
}





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


.pc {
	display: none;
}

.sp {
	display: block;
}

body {
 font-size: 14px;
	line-height: 1.6;
}

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

.alignright,
.alignleft,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
	float: none;
}

.btn a {
	margin: 0 auto 30px;
	width: 100%;
}

.btn2 a {
	width: 100%;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
.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;
}

#header {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 600px;
	background: url(../image/mv_back-02.jpg) no-repeat 0 0;
	background-size: cover;
}

#header::before {
 position: absolute;
 content: "";
 border: 160px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 top: 0;
 left: 0;
 border-bottom-color: transparent;
 border-right-color: transparent;
}

#header .inner {
	display: block;
	position: relative;
	z-index: 101;
}

#header .inner div.title {
	padding: 20px 0 0 10px;
}

#header .inner .menu {
	display: none;
	position: absolute;
}

#header .inner h1 {
	font-size: 20px;
}

#header .inner h1 span {
	font-size: 13px;
}

#header .sp_tel {
	display: block;
	position: absolute;
	right: 70px;
	top: 10px;
	background-color: #0068B7;
	text-align: center;
}

#header .sp_tel a {
	display: block;
	width: 48px;
	height: 48px;
}

#header .sp_tel a img {
	padding: 6px 0 0;
}

#header .lead {
	font-size: 22px;
	top: 100px;
}

#header .inner .menu nav ul {
	display: block;
	background-color: #EAF3FF;
	display: flex;
	flex-wrap: wrap;
}

#header .inner .menu nav ul li {
	width: 50%;
	color: #0057C7;
	margin: 0;
	border-bottom: 1px dotted #CCC;
	font-weight: 500;
	font-size: 16px;
}

#header .inner .menu nav ul li:nth-child(1) {
	padding: 12px 20px;
}

#header .inner .menu nav ul li:nth-child(2n-1) {
	border-right: 1px dotted #CCC;
}

#header .inner .menu nav ul li a {
	color: #0057C7;
	padding: 12px 20px;
}


#header .inner .menu .h_tel,
#header .inner .menu .h_contact {
	display: none;
}

#header .inner .menu nav ul li a:before,
#header .inner .menu nav ul li a:after {
	display: none;
}

#header.second .inner p.title {
	font-size: 20px;
}

#header.second .inner p.title span {
	font-size: 13px;
}

#contact {
	padding: 60px 0 100px;
}

#contact:before {
 position: absolute;
 content: "";
 border: 200px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 bottom: 0;
 right: 0;
 border-top-color: transparent;
 border-left-color: transparent;
}

#contact .cont {
	width: 94%;
	display: block;
}

#contact p {
	font-size: 16px;
}

#contact .cont div {
	width: 100%;
	text-align: center;
}

#footer .cont {
	width: 94%;
}

#footer .cont .footer {
	display: block;
}

#footer .cont .footer .fnav ul {
	flex-wrap: wrap;
	justify-content: start;
	margin: 40px 0 0;
	border-bottom: 1px solid #CCC;
}

#footer .cont .footer .fnav ul li {
	width: 50%;
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#footer .cont .footer .fnav ul li:last-child,
#footer .cont .footer .fnav ul li:nth-child(7) {
	border-bottom: none;
}

#footer .cont .footer .fnav ul li:nth-child(1) {
	padding: 12px;
}

#footer .cont .footer .fnav ul li:nth-child(2n-1) {
	border-right: 1px solid #CCC;
}

#footer .cont .footer .fnav ul li a {
	display: block;
	padding: 12px;
}

#footer .cont .copy {
	text-align: center;
}

#contact .cont div a {
	width: 100%;
}

#contact .cont div .contactMail {
	width: 100%;
}

#header.second {
	height: 200px;
	min-height: inherit;
}

#header.second::before {
 position: absolute;
 content: "";
 border: 120px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 top: 0;
 left: 0;
 border-bottom-color: transparent;
 border-right-color: transparent;
}

#header.second h1 {
	font-size: 26px;
	margin: 36px 0 0;
	position: relative;
	z-index: 2;
	letter-spacing: 0.06em;
}

#second {
	width: 90%;
	padding: 40px 0;
}

#second h2 {
	font-size: 22px;
	line-height: 1.4;
}

#second h2:after {
	width: 200px;
}

#second section.w {
	overflow: hidden;
}

#second section.w .inner {
	width: 90%;
}

#second ul.photos {
	display: block;
}

#second ul.photos li {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}

#second ul.photos li:nth-child(3n-1) {
	margin: 0 0 10px;
}

}


