@charset "UTF-8";
/* reset
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
	width:100%;
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
	font-weight:bold;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button:focus {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"] {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

button:focus {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

/* base
----------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 16px;
  	font-size: 1.6rem;
	line-height:1.6;
	word-break: break-all;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* IE表示用のCSS　
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
} */
h1,h2,h3,h4,h5 {
	line-height:1.37;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	max-width:100%;
	height:auto;
}
a {
	color:#333;
}
a:hover {
	text-decoration:none;
}


/* ------------------------------
header
------------------------------------------------ */
nav a {
	text-decoration:none;
}
.site-header-inner {
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
.site-title {
	margin:15px 0;
	line-height:1;
}
.site-header-nav li {
	display:inline-block;
	margin-left:20px;
}
.site-header-nav a {
	padding:10px;
	display:block;
	font-size:1.4rem;
	color:inherit;
	text-decoration:none;
}
_:-ms-input-placeholder, :root .site-header-nav a {
	padding:10px 10px 5px;
}
.site-header-nav a:hover {
	text-decoration:underline;
}
.to-mykomon a {
	background:#e0eaf4;
}
.to-mykomon a:hover {
	opacity:.7;
	text-decoration:none;
}

.site-header-nav a:before {
	width:5px;
	height:5px;
	top:-3px;
  display: inline-block;
  position:relative;
  content: "";
  margin-right: 5px;
  border-right: 1px solid #125aac;
  border-bottom: 1px solid #125aac;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-global {
	background:#333a44;
}
.nav-global a {
	padding:15px 5px;
	text-align:center;
	display:block;
	color:#fff;
	font-family:Noto Serif JP,serif,sans-serif;
	font-weight: 600;
	font-size:1.4rem;
	position:relative;
	transition:color .3s;
}
@media screen and (min-width:1064px) and (max-width:1136px) {
	.nav-global a {
		font-size:1.3rem;
	}
}
@media screen and (min-width:992px) and (max-width:1063px) {
	.nav-global a {
		font-size:1.2rem;
	}
}
.nav-global a:hover {
	text-decoration:none;
	color:#219afa;
}
.nav-global ul {
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.nav-global li {
	width:100%;
}
.nav-unshown {
  display:none;
}
#nav-content .sp-header-nav {
	display:none;
}
@media screen and (min-width:992px) {
	#trigger__btn {
		display:none;
	}
	.nav-global {
		display:block;
	}
	.nav-global li {
		position:relative;
	}
	.nav-global li::before {
		content:'';
		width:1px;
		height:10px;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-5px;
		background:rgba(255,255,255,.3);
	}
	.nav-global li:last-child::after {
		content:'';
		width:1px;
		height:10px;
		position:absolute;
		top:50%;
		right:0;
		margin-top:-5px;
		background:rgba(255,255,255,.3);
	}
	.nav-global a:after {
		content: "";
		display: block;
		position: absolute;
		left: 51%;
		right: 51%;
		bottom: 0px;
		height: 0;
		border-bottom: 3px solid #1787e0;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.nav-global a:hover:after {
		right:0;
		left:0;
	}
}

/* ------------------------------
footer
------------------------------------------------ */
.pagetop a {
	width:60px;
	height:60px;
	padding-top:10px;
	border-radius:50%;
	display:block;
	background: #254261;
	color:#fff;
	text-align:center;
	font-size:10px;
	position:fixed;
	bottom:10%;
	right:2%;
	z-index:50;
}
.pagetop a:before {
	content:'\f077';
	font-family:'Font Awesome 5 Free';
	display:block;
	font-weight:bold;
}
footer a {
	text-decoration:none;
}
.footer-info {
	padding:60px 0;
	background:#f5f5f5;
}
.footer-info .footer-info-msg {
	margin-bottom:50px;
	font-size:2.4rem;
	text-align:center;
	color:#003f7b;
	font-family:'Noto Serif JP',serif,sans-serif;
}
.footer-info-content {
	display:flex;
	max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
.footer-info-content > div {
	width:50%;
	padding:20px 60px;
}
.footer-phone {
	border-right:1px solid #003f7b;
}
.footer-info-content h3 {
	margin-bottom:20px;
	font-size:2rem;
	font-weight:600;
	color:#003f7b;
}
.footer-phone-num {
	font-size:3.8rem;
	color:#003f7b;
	line-height:1;
}
.footer-phone-num a {
	color:#003f7b;
}
.footer-phone-num::before {
	content:'\f095';
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	background:#003f7b;
	padding:12px;
	border-radius:50%;
	color:#fff;
	position: relative;
    top: 12px;
}
.footer-phone-num-small {
	margin:10px 0 0 78px;
	color:#003f7b;
	font-size:1.4rem;
	display:block;
}
.footer-mail-btn a {
	font-size:2rem;
	font-weight:600;
	color:#003f7b;
	border:1px solid #003f7b;
	padding:10px 20px;
	width:100%;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content: center;
	transition:background .3s;
}
_:-ms-input-placeholder, :root .footer-mail-btn a {
	padding:16px 20px 10px;
}
.footer-mail-btn a:hover {
	background:#003f7b;
	color:#fff;
	text-decoration:none;
}
.footer-mail-btn a::before {
	content:'\f0e0';
	font-family:'Font Awesome 5 Free';
	font-weight:bold;
	font-size:4rem;
	margin-right:20px;
}
_:-ms-input-placeholder, :root .footer-mail-btn a::before {
	position:relative;
	top:-4px;
}
.footer-btm {
	background:#333a44;
}
.footer-btm-inner {
	display:flex;
	padding:15px 0;
	align-items:center;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.footer-btm .copyright p {
	margin:0;
	font-size:1.2rem;
	color:#fff;
}
.footer-nav li {
	margin-left:20px;
	display:inline-block;
}
.footer-nav a {
	font-size:1.2rem;
	color:#fff;
}
.footer-nav li::before {
	padding-right:5px;
	content:'\f105';
	font-family:'Font Awesome 5 Free';
	color:#fff;
	font-size:.75rem;
	font-weight:bold;
}

@media screen and (max-width:991px) {
	.site-header {
		width:100%;
		background:#fff;
		z-index:100;
	}
	.site-title {
		margin:10px 0;
		padding-right: 70px;
	}
	.site-header-inner {
		min-height:50px;
	}
	.site-title img {
	}
	.site-header-inner {
	}
	.site-header-nav {
		display:none;
	}
	.trigger_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 10;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.trigger {
		width: 40px;
		height: 22px;
		display: block;
		position: relative;
		margin: auto;
	}
	.trigger span,
	.trigger:after,
	.trigger:before {
		background: #000;
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.trigger:after,
	.trigger:before {
		content: '';
	}	
	.trigger span {
		top: 10px;
	}
	.trigger:before {
		top: 0;
	}
	.trigger:after {
		bottom: 0;
	}
	.open .trigger span {
		opacity: 0;
	}
	.open .trigger:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		bottom: 9px;
	}
	.open .trigger:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
		top: 10px;
	}
	.nav-global {
		max-height:0;
		width:100%;
		overflow:auto;
		transition:all .6s cubic-bezier(0.77, 0, 0.175, 1);;
		z-index:1000;
	}
	.open .nav-global {
		max-height:1000px;
		padding:0 0 30px;
	}
	.nav-global .container {
		padding:0;
	}
	#nav-content .sp-header-nav {
		display:block;
			padding: 20px;
	}
	.nav-global .sp-header-nav a {
		background:#fff;
		color:#333;
		margin-bottom:10px;
	}
	.sp-header-nav .to-mykomon a {
		background: #e0eaf4;
	}
	body.open .formError {
		display:none !important;
	}

	.nav-global ul {
		flex-direction:column;
	}
	.nav-global a {
		text-align:left;
		padding: 15px 20px;
		border-bottom:1px solid rgba(255,255,255,.2);
	}
	.nav-global a::after {
		content:'\f105';
		font-family:'Font Awesome 5 Free';
		float:right;
		font-size:1.8rem;
		font-weight:bold;
	}
	.open .pagetop a {
		display:none;
	}
	.footer-info-content > div {
    	padding: 20px 20px;
	}
}
@media screen and (min-width:680px) and (max-width:991px) {
	.nav-global .sp-header-nav li {
		width:33.3333%;
		float:left;
		padding:0 10px;
	}
}
@media screen and (max-width:767px) {
	.footer-info {
    	padding: 40px 0 30px;
	}
	.footer-info .footer-info-msg {
    	margin-bottom: 10px;
		font-size:5.333vw;
	}
	.footer-info-content {
		flex-direction:column;
	}
	.footer-info-content > div {
		width:100%;
		padding:20px 0;
	}
	.footer-info-content h3 {
    	margin-bottom: 15px;
		font-size:1.8rem;
		text-align:center;
	}
	.footer-phone {
		border-right:0;
		border-bottom:1px dotted #003f7b;
	}
	.footer-phone-num-small {
    	margin: 10px 0 0 70px;
	}
	.footer-phone-num {
    	font-size: 3rem;
	}
	.footer-phone-num::before {
		margin-right:10px;
		padding:10px;
	}
	.footer-mail-btn a {
    	font-size: 1.6rem;
	}
	.footer-mail-btn a::before {
		font-size:3.4rem;
	}
	.footer-btm-inner {
		padding:5px;
		flex-direction:column;
	}
	.footer-btm-inner > div {
		width:100%;
		padding-top:10px;
	}
	.footer-mail-btn a:hover {
    background: inherit;
    color: inherit;
	}
	.copyright {
		text-align:center;
	}
}

@media screen and (max-width:352px) {
	.footer-phone-num::before {
    padding: 8px;
    top: -6px;
    font-size: 2.2rem;
	}
	.footer-phone-num-small {
    	margin: 10px 0 0 50px;
	}
	.footer-mail-btn a {
		font-size:1.6rem;
	}
}