@charset "utf-8";
@import url("drawer.min.css");
.pc { display:none !important; }

/*TAG初期設定*/
* { box-sizing:border-box; outline:none; }
html { width:100%; height:100%; scroll-behavior: smooth; scroll-padding-top: 60px; }
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings:"palt";
	-webkit-font-feature-settings:"palt";
	-webkit-text-size-adjust:100%;
	font-size:14px;
	line-height:1.6;
	color:#333;
	margin:0;
	padding:60px 0 0;
	border:none 0;
	width:100%;
	height:100%;
}
header, footer, nav, article, section, aside { display:block; }
h1,h2,h3,h4,h5,h6 {
	font-size:14px;
	line-height:1.6;
	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;
}
a.bt-txt {
	display:inline-block;
	min-width:240px;
	color:#333;
	text-align:center;
	background-color:(31,126,173,0);
	padding:.5rem 2rem .5rem 1rem;
	border:solid 1px #3333;
	background-image:url(../images/icon_next-bk.svg);
	background-repeat:no-repeat;
	background-position: right 1rem center;
	background-size: 1rem;
}
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;
}

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

/*プラグイン*/
#fb-root, .fb-page {
	font-family:sans-serif;
}
#twitter iframe{
	width: 100% !important;
}
/*Display Type*/
/*横向き*/
@media (orientation: landscape){
.portrait {
	display:none !important;
}
}
/*縦向き*/
@media (orientation: portrait){
.landscape {
	display:none !important;
}
}
/*Scrol Box*/
table.scroll_x {
	display:block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table.scroll_x > tbody {
	width: 100%;
	display:table;
}

table.scroll_x > tbody th {
	position: sticky;
	white-space:nowrap;
	top:0;
	left:0;
	z-index:1;
}
table.scroll_x > tbody td {
	white-space:nowrap;
}
table.scroll_x > img{
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.scroll_x::-webkit-scrollbar {
  height: 6px;
}
.scroll_x::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(241,241,241,1);
}
.scroll_x::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(30,55,128,1);
}
.scroll_xy {
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	max-height: 60vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.scroll_xy > table {
	border-top: none 0px;
	border-left: none 0px;
}
.scroll_xy table thead tr th,
.scroll_xy table tbody tr th {
	position: sticky;
	white-space:nowrap;
	top:0;
	left:0;
}
.scroll_xy table thead tr:nth-child(1) th:nth-child(1) {
	z-index:1;
}
.scroll_xy > table th,
.scroll_xy > table td {
	white-space:nowrap;
}
.scroll_xy img {
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.scroll_xy::-webkit-scrollbar {
  height: 6px;
}
.scroll_xy::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(241,241,241,1);
}
.scroll_xy::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(30,55,128,1);
}

/* TEXT Font */

/*Font Size*/
.font_xxxxl { font-size: 40px; }
.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,a.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*/
h1.title {
	font-size:32px;
	font-weight:700;
	text-align:center;
	margin-bottom:1.5em;
}
h1.title:first-letter {
	color:rgba(31,130,205,1);
}

section .title.line {
	display:flex;
	align-items: center;
	justify-content: center;
}
section .title.line::before, main .title.line::after {
	content: "";
	flex-grow:1;
	display:block;
	height:1px;
	background:#333;
}
section .title.line::before {
	margin-right:1rem;
}
section .title.line::after {
	margin-left:1rem;
}
section .title.line-r {
	display:flex;
	align-items: center;
	justify-content: center;
}
section .title.line-r::after {
	content: "";
	flex-grow:1;
	border-top:1px solid #999;
	margin-left:1rem;
}


/*Main Layout*/

/*HEADER*/
#header {
	width:100%;
	height:60px;
	position:fixed;
	top:0;
	z-index:12;
	background-color:rgba(255,255,255,1);
}
#header h1 {
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	width:calc(100% - 60px);
	height:60px;
	background-color:rgba(255,255,255,1);
	padding:0 0 0 1rem;
	position:fixed;
	top:0;
	left:0;
	z-index:21;
}
#header h1 img {
	width: auto;
	max-width:100%;
	height:32px;
}

/*MAIN*/
main {
	max-width:767px;
	margin:auto;
}

/*FOOTER*/
#footer {
	font-size:12px;
	color:rgba(255,255,255,1);
	background-color: rgba(31,130,205,1);
}
#footer a {
	color:rgba(255,255,255,1) !important;
}
#footer .company h1 {
	font-size:18px;
	letter-spacing:.1em;
	text-align:center;
	padding:1rem 0;
}
#footer .company h2 {
	font-size: 16px;
	letter-spacing:.1em;
}
#footer ul.office {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:1px;
	background-color:rgba(16, 94, 182, 1);
	border-top:solid 1px rgba(16, 94, 182, 1);
}
#footer ul.office > li {
	padding:1rem 0 1rem 1rem;
	background-color:rgba(31,130,205,1);
}
#footer ul.office > li.contact {
	grid-row: 2 / 3;
	grid-column: 1 / 3;
}
#footer .copyright {
	font-size:10px;
	text-align:center;
	padding:1rem 0 2rem;
	border-top:solid 1px rgba(16, 94, 182, 1);
	position:relative;
}
#footer .copyright::before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:rgba(150, 196, 231, 1);
	position:absolute;
	top:0;
	left:0;
}
@media (orientation: landscape){
#footer ul.office > li {
	text-align:center;
}
}


/*Content Layout*/

/*Keyvisual*/
.keyvisual {
	position:relative;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:auto 160px;
}
.keyvisual .title-box {
	width:50%;
	height:160px;
	background-color:rgba(31,130,205,.5);
	padding:0 1rem;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.keyvisual .title-box h1 {
	color:rgba(255,255,255,1);
}
.keyvisual .title-box h1 span {
	display:block;
}
.keyvisual .title-box h1 .ja {
	font-family:"Noto Serif JP", serif;
	font-size:18px;
	font-weight:700;
	letter-spacing:.1em;
}
.keyvisual .title-box h1 .en {
	font-size:14px;
	color:rgba(255,255,255,.75);
	letter-spacing:.1em;
	padding-left:.2rem;
}


/*CONTACT*/
aside .contact {
	position:relative;
	background:url(../images/tmpl/contact_bgimg.webp) no-repeat center right;
	background-size:cover;
	padding:1rem;
}
aside .contact::before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.45);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
aside .contact .inner {
	color:rgba(255,255,255,1);
	text-align:center;
	background-color:rgba(0,0,0,.1);
	width:100%;
	padding:1rem 1rem;
	border:solid 1px rgba(255,255,255,1);
	position:relative;
	z-index:1;
	backdrop-filter: blur(2px);
}
aside .contact .inner h1.title {
	font-size:18px;
	color:rgba(255,255,255,1);
	margin-bottom:1rem;
}
aside .contact .inner .address {
	max-width:300px;
	margin:auto;
}
aside .contact .inner .address > li.tel {
	margin-bottom:1.5rem;
}
aside .contact .inner .address > li.tel address {
	margin-bottom:.5rem;
}
aside .contact .inner .address > li.tel address img {
	width:100%;
	height:auto;
}
aside .contact .inner .address > li.mail address {
	display:block;
	font-weight:600;
}
aside .contact .inner .address > li.mail address a {
	display:flex;
	align-items:center;
	gap:.5rem;
	font-size:16px;
	color:rgba(255,255,255,1);
	background-color:rgba(31,130,205,.5);
	padding:.5rem;
	border:solid 1px rgba(255,255,255,1);
	border-radius:6px;
}
aside .contact .inner .address > li.mail address a::before {
	content:"";
	display:block;
	background:url(../images/tmpl/contact_mail.svg) no-repeat;
	background-size:100% auto;
	width: auto;
	height: 1.5em;
	aspect-ratio:64 / 50;
}

/*ページナビ*/
.page-nav {
	background-color:rgba(255,255,255,1);
	width:100%;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	position:sticky;
	top:60px;
	z-index:2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.page-nav::-webkit-scrollbar {
  height: 4px;
}
.page-nav::-webkit-scrollbar-track {
  border-radius: 4px;
  background: rgba(241,241,241,1);
}
.page-nav::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(30,55,128,1);
}
.page-nav menu {
	display:table;
	border-collapse:separate;
	border-spacing:0;
	width:100%;
}
.page-nav menu li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
.page-nav menu li:not(:last-child) {
	border-right: solid 1px;
	border-image:linear-gradient(0deg, rgba(204,204,204,0) 0, rgba(204,204,204,0) 25%, rgba(204,204,204,1) 25%, rgba(204,204,204,1) 75%, rgba(204,204,204,0) 75%, rgba(204,204,204,0));
	border-image-slice: 1;
}
.page-nav menu li a {
	display:block;
	width:100%;
	color:#333;
	background-color:rgba(255,255,255,1);
	font-size:10px;
	padding:.5rem;
}

/*その他ナビゲーション：ページカテゴリーナビ*/
div.page-nav_category {
	background-color:rgba(255,255,255,1);
	width:100%;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	position:sticky;
	top:60px;
	z-index:2;
}
div.page-nav_category h2 {
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:600;
	color:rgba(31,130,205,1);
	background-color:#c7e0ef;
	padding:.5rem 0;
}
div.page-nav_category .contents {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
div.page-nav_category .contents::-webkit-scrollbar {
  height: 4px;
}
div.page-nav_category .contents::-webkit-scrollbar-track {
  border-radius: 4px;
  background: rgba(241,241,241,1);
}
div.page-nav_category .contents::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(30,55,128,1);
}
div.page-nav_category menu {
	display:table;
	border-collapse:separate;
	border-spacing:0;
	width:100%;
}
div.page-nav_category menu li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
div.page-nav_category menu li:not(:last-child) {
	border-right: solid 1px;
	border-image:linear-gradient(0deg, rgba(204,204,204,0) 0, rgba(204,204,204,0) 25%, rgba(204,204,204,1) 25%, rgba(204,204,204,1) 75%, rgba(204,204,204,0) 75%, rgba(204,204,204,0));
	border-image-slice: 1;
}
div.page-nav_category menu li a {
	display:block;
	width:100%;
	color:#333;
	background-color:rgba(255,255,255,1);
	font-size:10px;
	padding:.5rem;
}

/*その他ナビゲーション：共通ナビ*/

aside.site {
	position:sticky;
	bottom:0;
	z-index:2;
	
}
aside.site ul {
	display:flex;
	background-color:#CCC;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	gap:1px;
}
aside.site ul li {
}
aside.site ul li img {
	max-height:60px;
}
aside.site ul li.contract {
	width:calc(100% / 2 - 60px );
	background:#FFF;
}
aside.site ul li.ec  {
	width:calc(100% / 2 - 60px );
	background:#f3edeb;
}
aside.site ul li.contact-tel {
	width:60px;
	background:#ebf9b4;
}
aside.site ul li.contact-mail {
	width:60px;
	background:#a3d3eb;
}
aside.site ul li > a,
aside.site ul li > span {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:60px;
	padding:10px;
}
aside.site ul li.contract a {
	column-gap:1em;
	font-size:12px;
	color:#333;
	font-weight:bold;
}
aside.site ul li.contract a::after {
	content:"";
	display:block;
	background: url(../images/tmpl/ico-pdf.svg) no-repeat center center;
	background-size:cover;
	width:20px;
	height:20px;
}