@charset "utf-8";
.sp { display:none !important; }

/*TAG初期設定*/
* { box-sizing:border-box;outline:none;}
html { width:100%; height:100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
	font-family:"Kosugi Maru", sans-serif;
	font-feature-settings:"palt";
	-webkit-font-feature-settings:"palt";
	-webkit-text-size-adjust:100%;
	line-height:1.6;
	letter-spacing:.06em;
	color:#333;
	margin:0;
	padding:0 0;
	border:none 0;
	width:100%;
	height:100%;
	min-width:1000px;
}
header, footer, nav, article, section, aside { display:block; }
h1,h2,h3,h4,h5,h6 {
	font-size:clamp(14px, 1.2vw, 16px);
	line-height:1.4;
	margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none;
}
p,address,cite { margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; }
ul,menu,ol { list-style:none; padding:0; margin:0; }
li { padding:0; margin:0; }
dl,dt,dd { margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; }
img,svg { height:auto; max-width:100%; margin:0; padding:0; border:none 0; text-align:center; vertical-align:bottom; -webkit-backface-visibility:hidden; }
img.[src$="notdisplay.gif"] {display:none !important; width:0 !important; height:0 !important;}
video { margin:0; padding:0; vertical-align:bottom; filter: drop-shadow(0px 0px rgba(0,0,0,0)); outline: none; border: none; }
iframe { vertical-align:bottom; outline:none; border:none; }
form { margin:0; padding:0; }

/*TAG再設定*/
p.p { margin-bottom:1rem; }
ul.ul { list-style-type:disc; list-style-position:outside; margin-left:1.5em; }
ol.ol { list-style:decimal; list-style-position:outside; margin-left:1.25em; padding:0; }
ul.ul li:not(:last-of-type), ol.ol li:not(:last-of-type) { margin-bottom:1em; }
dl.dl dt { font-weight:bold; margin-top:1rem; }
dl.dl dt:nth-child(1) { margin-top:0; }

/*LINK関連*/
a {
	color:rgba(26,65,134,1);
	text-decoration:none;
}
.bt-box {
	display:block;
	width:max-content;
	background-color:#FFF;
	padding:1px;
	margin:auto;
	border: solid 1px rgba(63,101,238,1);
	border-radius:6px;
	overflow:clip;
}
.bt-box a.bt-txt {
	display:block;
	width:100%;
	color:#FFF;
	text-align:center;
	background-color:rgba(63,101,238,1);
	padding:1rem;
	border-radius:4px;
	transition:background-color ease .2s;
}
a.bt-txt:hover {
	background-color:rgba(63,101,238,.8);
}
a.ico[href$=".pdf"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-pdf.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[href$=".doc"]::after,
a.ico[href$=".docx"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-doc.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[href$=".xls"]::after,
a.ico[href$=".xlsx"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-xls.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[target$="_blank"]:not([href$=".pdf"])::after {
	content:"";
	display:inline-block;
	color:#333;
	background:url(../images/tmpl/icon-open-new-window.svg) no-repeat center right;
	background-size:1em 1em;
	width:1em;
	height:1em;
	margin-bottom:-.1em;
	margin-left:.25rem;
}
a.bt-txt.ico[target$="_blank"]:not([href$=".pdf"])::after {
	background-image:url(../images/tmpl/icon-open-new-window_w.svg);
	margin-left:.5rem;
}

.ico_ast {display:flex;}
.ico_ast::before {content:"※";}

/*プラグイン*/
#fb-root, .fb-page { font-family:sans-serif; }
#twitter iframe{ width: 100% !important; }

/*Scrol Box*/
table.all.scroll_x {
	display:block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table.all.scroll_x > tbody {
	width: 100%;
	display:table;
}

table.all.scroll_x > tbody th {
	position: sticky;
	white-space:nowrap;
	top:0;
	left:0;
	z-index:1;
}
table.all.scroll_x > tbody td {
	white-space:nowrap;
}
table.all.scroll_x > img{
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.all.scroll_x::-webkit-scrollbar {
  height: 10px;
}
.all.scroll_x::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(241,241,241,1);
}
.all.scroll_x::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(30,55,128,1);
}

/* TEXT Font */

/*Font Size*/
.font_xxxxl { font-size:48px; }
.font_xxxl { font-size:32px; }
.font_xxl { font-size:24px; }
.font_xl { font-size:18px; }
.font_l { font-size:16px; }
.font_m { font-size:14px; }
.font_s { font-size:12px; }
.font_xs { font-size:10px; }
/*Font Color*/
.fcolor_w { color: #FFF; }
.fcolor_r { color: #F00; }
.fcolor_bl { color: #00F; }
.fcolor_gray { color: #999; }
/*Marker Color*/
.marker_r { display:inline; background: linear-gradient(transparent 65%, rgba(255,0,0,.4) 35%); padding:0 .25em; }
.marker_or { display:inline; background: linear-gradient(transparent 65%, rgba(255,171,73,.4) 35%); padding:0 .25em; }
.marker_bl { display:inline; background: linear-gradient(transparent 65%, rgba(58,209,255,.4) 35%); padding:0 .25em; }
.marker_gr { display:inline; background: linear-gradient(transparent 65%, rgba(0,204,0,.4) 35%); padding:0 .25em; }
/*文字装飾*/
.txt-outline {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
/*Title*/
section .hgroup h1 {
	font-size:clamp(30px, 3vw, 40px);
}
section .hgroup .title {
	font-weight:bold;
}

/*Main Layout*/

/*HEADER*/
header {
	width:100%;
	background-color:rgba(255,255,255,1);
}

#header {
	background-color:#FFF;
	width:100%;
	padding:2rem 60px;
}
#header .default {
	display:flex;
	justify-content:space-between;
	align-items:center;
	column-gap:60px;
	max-width:1440px;
	margin:auto;
	
}
#header .default dl {
	flex:1;
	display:flex;
	align-items:center;
	column-gap:20px;
}
#header .default dl dd {
	display:flex;
	max-width:320px;
	height:56px;
	padding:1px;
	background-color:#FFF;
	border:solid 1px #0317b0;
	border-radius:6px;
	overflow:clip;
}
#header .default dl dd > span {
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 0 1rem;
	background-color:#0317b0;
	border-radius:6px;
}
#header .default dl dd > span img {
	height:28px;
}

#header .default dl.egao {
	justify-content:flex-start;
}
#header .default dl.egao dt {
	width:206px;
}
#header .default dl.smile dt {
	width:220px;
}
#header .default dl.smile {
	justify-content:flex-end;
}
#header > .hgroup {
	display:flex;
	justify-content:space-between;
	align-items:center;
	column-gap:60px;
	width:100%;
	max-width:1440px;
	margin:auto;
}
#header > .hgroup > ul.pc {
	display:flex;
	flex-flow:row nowrap;
	column-gap:20px;
	height:56px
}
#header > .hgroup > ul.pc .telephone span,
#header > .hgroup > ul.pc .instagram a {
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:6px;
	overflow:clip;
}
#header > .hgroup > ul.pc .telephone {
	display:flex;
	max-width:320px;
	height:56px;
	padding:1px;
	background-color:#FFF;
	border:solid 1px #0317b0;
	border-radius:6px;
	overflow:clip;
	
}
#header > .hgroup > ul.pc .telephone span {
	padding: 0 1.5rem;
	background-color:#0317b0;
}
#header > .hgroup > ul.pc .telephone span img {
	height:28px;
}
#header > .hgroup > ul.pc .instagram {
	display:flex;
	justify-content:center;
	align-items:center;
	width:56px;
	height:56px;
	border:solid 1px rgba(224,169,203,1);
	border-radius:6px;
	overflow:clip;
}
#header > .hgroup > ul.pc .instagram a {
	background-color:rgba(224,169,203,1);
	width:100%;
	height:auto;
	aspect-ratio:1/1;
	border: solid 1px #FFF;
	border-radius:6px;
	overflow:clip;
	transition:background-color ease-in .2s;
}
#header > .hgroup > ul.pc .instagram a:hover {
	background-color:rgba(224,169,203,.5);
}

/*MAIN*/
main { font-size:clamp(14px, 1.2vw, 16px); }

/*FOOTER*/
footer > section { background-color:rgba(120,140,213,1); padding:0; }
footer > section > ul {
	display:flex;
	justify-content:center;
	width:100%;
	max-width:1440px;
	padding:1rem;
	margin:auto;
	color:#FFF;
}
footer > section > ul li { text-align:center;}
footer > section > ul h2 { font-size:clamp(16px, 1.8vw, 24px); margin-bottom:.5rem; }
footer > section > ul h2 .type { display:block; font-size:clamp(12px, 1.2vw, 14px); margin-bottom:.5rem; }
footer > section > ul address { font-size:clamp(12px, 1.2vw, 14px); }
footer > section > ul address span.zip { display: inline-block;  margin-right:.5rem; }
footer > section > ul address span.tel { display: block;  margin-left:2rem; }
footer > section > .map iframe {
	width:100%;
	height:auto;
	aspect-ratio:16 / 7;
}
footer > section > ul.default {
	justify-content:flex-start;
	column-gap:4rem;
}
footer > section.default > ul li { flex:1; }
footer > .copyright {
	font-size:16px;
	color:#FFF;
	background-color:#3f65ee;
	text-align:center;
	width:100%;
	padding:40px 0 40px;
	margin:auto;
}

/*Content Layout*/


/*Navigation*/

/*Global*/
.wrapper > nav {
	background-color:#3f65ee;
	width:100%;
	padding:20px 60px;
	position:sticky;
	top:0;
	z-index:4;
}
.wrapper > nav ul#pc-main-menu {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap:0 0;
	width:100%;
	max-width:1440px;
	margin:auto;
}
.wrapper > nav ul#pc-main-menu > li {
	grid-row: 1 / 2;
	width:100%;
	border-right:solid 1px #FFF;
}
.wrapper > nav ul#pc-main-menu li.home {
	grid-column: 3 / 4;
}
.wrapper > nav ul#pc-main-menu li.egao {
	grid-column: 1 / 2;
	border-left:solid 1px #FFF;
}
.wrapper > nav ul#pc-main-menu li.smile {
	grid-column: 2 / 3;
}
.wrapper > nav ul#pc-main-menu li.access {
	grid-column: 4 / 5;
}
.wrapper > nav ul#pc-main-menu li.contact {
	grid-column: 5 / 6;
}
.wrapper > nav ul#pc-main-menu li > a {
	display:flex;
	justify-content:center;
	align-items:center;
	height:40px;
	opacity:1;
	transition:opacity ease-in .2s;
}
.wrapper > nav ul#pc-main-menu li > a:hover {
	opacity:.5;
}

/*Footer*/
footer > nav {
	background-color:#3f65ee;
	width:100%;
	padding:60px 60px;
}
footer > nav ul#pc-footer-menu {
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:clamp(1rem, 1.6vw, 2.5rem);
	width:100%;
	max-width:1440px;
	margin:auto;
}
footer > nav ul#pc-footer-menu > li {
	font-size:clamp(12px, 1.2vw, 16px);
}
footer > nav ul#pc-footer-menu li .type {
	font-size:clamp(10px, 1vw, 12px);
	line-height:1;
}
footer > nav ul#pc-footer-menu li > a {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:60px;
	padding:0 1rem;
	border-radius:6px;
	background-color:#FFF;
	opacity:1;
	transition:opacity ease-in .2s;
}
footer > nav ul#pc-footer-menu li > a:hover {
	opacity:.5;
}