@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/* ---------------------------------------
  基本情報
-----------------------------------------*/

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-feature-settings: "palt";
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}



/* base
--------------------------------*/

body {
	color: #3e3a39;
	font-size: 1.0rem;
	text-align: left;
	min-width: 1200px;
}

main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

.wrap {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}

p,
th,
td,
dt,
dd,
li,
form {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.8;
	letter-spacing: 0.18em;
}

.fade {
	transition: opacity 0.2s linear;
}

.fade:hover {
	opacity: 0.7;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
	font-weight: 700;
}

.white {
	color: #fff;
}

.blue {
	color: #0468b6;
}

.link_txt {
	color: #0468b6;
	text-decoration: underline;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ofi {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


/*font*/

.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.en{
	font-family: 'Montserrat', sans-serif;
}


/* ---------------------------------------
  header
-----------------------------------------*/
header nav {
	background-color: #e1f5ff;
	height: 60px;
	border-bottom: 4px solid #5ac8ff;
}

header nav ul {
	width: 1004px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

header nav ul li {
	width: 143px;
	height: 56px;
	line-height: 1.43;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0;
	font-weight: bold;
	position: relative;
}

header nav ul li a {
	text-decoration: none;
	color: #3e3a39;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	background-color: #e1f5ff;
	transition: background-color 0.2s linear;
	padding-top: 2px;
}

header nav ul li.current a,
header nav ul li a:hover {
	background-color: #5ac8ff;
}

header .logo_wrap {
	/*	height: 106px;*/
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	/*	padding: 20px 0;*/
	padding: 15px 0px 2px;
}

header .logo_wrap .logo {
	font-weight: normal;
	font-size: 3.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

header .logo_wrap .logo span {
	display: block;
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0.1em;
}

header .logo_wrap .description {
	font-weight: bold;
	color: #898989;
	font-size: 1.35rem;
	line-height: 1.33;
	letter-spacing: 0.005em;
	margin-bottom: 2em;
	margin-left: 1.5em;
}

/* ---------------------------------------
  main
-----------------------------------------*/
/*bxslider*/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0;
	background: #fff;
}

/*secttl*/
.secttl {
	text-align: center;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

/*btn*/

.morebtn a {
	position: relative;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.18em;
	display: inline-block;
	padding-right: 25px;
	transition: color 0.2s linear;
}

.morebtn a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #3e3a39;
	border-bottom: 2px solid #3e3a39;
	transform: rotate(-45deg);
	position: absolute;
	right: 2px;
	top: 10px;
	transition: border-color 0.2s linear;
}

.morebtn a:hover {
	color: #5ac8ff;
}

.morebtn a:hover::before {
	border-color: #5ac8ff;
}

/*pageTop*/

#pageTop {
	width: 60px;
	height: 60px;
	background: #5ac8ff;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.2s linear;
	position: fixed;
	/* right: calc(50% - 502px); */
	right: 40px;
	bottom: 90px;
	z-index: 999999;
}

#pageTop a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	position: relative;
	color: transparent;
}

#pageTop a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #3e3a39;
	border-top: 2px solid #3e3a39;
	transform: rotate(-45deg);
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -5px;
	margin-top: -2px;
}

#pageTop:hover {
	background: #0db7f9;
}


/* ---------------------------------------
  footer
-----------------------------------------*/
footer {
	position: relative;
	padding-top: 70px;
}

footer .f_info {
	background-color: #e1f5ff;
	padding: 35px 0 25px;
}

footer .f_info .wrap {
	display: flex;
}

footer .f_info .l_block {
	width: 590px;
}

footer .f_info .l_block .logo {
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin-bottom: 1.1em;
}

footer .f_info .l_block .logo span {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.1em;
}

footer .f_info .l_block .flex {
	align-items: center;
	justify-content: flex-start;
}

footer .f_info .l_block .address {
	font-size: 1.5rem;
	line-height: 1.6;
}

footer .f_info .l_block .number {
	margin-left: 32px;
}

footer .f_info .l_block .number li {
	line-height: 1;
}

footer .f_info .l_block .number li + li {
	margin-top: 20px;
}

footer .f_info .r_block {
	margin-left: 35px;
}

footer .f_info .r_block nav ul li {
	font-weight: bold;
	font-size: 1.5rem;
}

footer .f_info .r_block nav ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #5ac8ff;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	margin-top: -0.2em;
}

footer .f_info .r_block nav ul li a {
	transition: color 0.2s linear;
}

footer .f_info .r_block nav ul li a:hover {
	color: #5ac8ff;
}

footer .copyright {
	padding: 8px;
	background-color: #5ac8ff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

/* ---------------------------------------
  clearfix
-----------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */

.paging-style {
  padding-top: 4rem;
}

.paging-style .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.paging-style .wp-pagenavi a,
.paging-style .wp-pagenavi span {
	padding: 0.25em 0.75em;
	/* display: inline-block; */
	margin: 2px;
	font-size: 1.8rem;
	border: none;
	color: #fff;
	background: #dcdddd;
	width: 37px;
	height: 36px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.paging-style .wp-pagenavi a:hover {
  border-color: #000;
}

.paging-style .wp-pagenavi span.current {
  background: #5ac8ff;
  font-weight: bold;
}

/* contact
--------------------------------*/
#sec_contact {
	margin-top: 70px;
	padding: 134px 0;
	background: url(../img/index/contact_bg.jpg) no-repeat center / cover;
}

#sec_contact .btn {
	width: 610px;
	margin: 0 auto;
}

#sec_contact .btn a {
	position: relative;
	display: block;
	/*	height: 92px;*/
	background-color: #5ac8ff;
	padding: 30px 48px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#sec_contact .btn a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #3e3a39;
	border-bottom: 2px solid #3e3a39;
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: border-color 0.2s linear;
}

#sec_contact .btn a .ico {
	vertical-align: .15em;
	margin-right: 1em;
}

.mac.safari #sec_contact .btn a .ico img,
.win.gecko #sec_contact .btn a .ico img {
	transform: translateY(-4px);
}
.mac.gecko #sec_contact .btn a .ico img {
	transform: translateY(-2px);
}

/* banner
--------------------------------*/
#sec_banner {
	margin-top: 70px;
}

#sec_banner .bnr {
	width: 308px;
	margin-bottom: 30px;
}

#sec_banner .bnr a {
	display: block;
}

#sec_banner .bnr a img {
	display: block;
	transition: .2s linear;
}

#sec_banner .bnr a:hover img{
	opacity: .7;
}

#sec_banner .bnr a .linkbox {
	width: 308px;
	height: 98px;
	border: 4px solid #5ac8ff;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.18em;
	position: relative;
	padding: 20px 54px 20px 24px;
	transition: .2s linear;
}

#sec_banner .bnr a:hover .linkbox{
	opacity: .7;
}

#sec_banner .bnr a .linkbox::before {
	content: "";
	width: 30px;
	height: 25px;
	background: url(../img/common/ico_blank.svg) no-repeat center / 100% auto;
	position: absolute;
	right: 20px;
	top: 32px;
}

#sec_banner .bnr a span {
	position: relative;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0;
	display: block;
	padding-right: 15px;
	margin-top: 6px;
	transition: color 0.2s linear;
}

#sec_banner .bnr a span br {
	display: none;
}

#sec_banner .bnr a span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #3e3a39;
	border-bottom: 2px solid #3e3a39;
	transform: rotate(-45deg);
	position: absolute;
	right: 4px;
	top: 8px;
	transition: border-color 0.2s linear;
}

#sec_banner .bnr a:hover span {
	color: #5ac8ff;
}

#sec_banner .bnr a:hover span::before {
	border-color: #5ac8ff;
}

#aside__banners figure a .linkbox {
	border: 3px solid #5ac8ff;
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
	height: 80px;
	align-items: center;
	padding-left: 1em;
	display: flex;
}

#aside__banners figure a .linkbox::before {
	content: "";
	width: 30px;
	height: 25px;
	background: url(../img/common/ico_blank.svg) no-repeat center / 100% auto;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
