:root{
  --blue-1:#1383c7;
  --blue-2:#0a6fb3;
  --blue-3:#065da3;
  --ink:#3d3a39;
  --bg:#ffffff;
  --muted:#f6f8fb;
  --line:rgba(61,58,57,.14);
  --shadow:0 14px 40px rgba(61,58,57,.18);
  --radius:18px;
  --container:1000px;
}

*{box-sizing:border-box;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: "BIZ UDPGothic", "BIZ UDGothic", sans-serif, "BIZ UDPMincho", "BIZ UDMincho", serif;
  font-size: 16px;
  color:var(--ink);
  background:var(--bg);
  line-height:1.75;
  border-top: #1383c7 10px solid;
}
img{max-width:100%; height:auto; display:block}

a{color:var(--blue-2); text-decoration:none}
a:hover{color:var(--blue-3)}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udgothic-regular {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udgothic-bold {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpmincho-bold {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udmincho-regular {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udmincho-bold {
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;
}

.container{
	max-width:var(--container);
	/*max-width: 800px;*/
	margin:0 auto;
	padding:0 0px;
}

.cont-container{
	/*max-width:var(--container);*/
	max-width: 1000px;
	width: 100%;
	margin:0 auto;
	padding:0 0px;
}

.cont-container p{
	margin: 0 0 0 10px;
	font-size: 0.8em;
}

/* Header */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.86);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--line);
  border-top: 2px #0A6FB3;
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  min-height:72px;
}
.brand{display:flex; align-items:center; gap:12px}
.brand img{
	height:auto;
	max-height: 88px;
	width:auto;
}
.brand .brand-sub{font-size:12px; letter-spacing:.08em; opacity:.75}

.nav{
  display:flex; align-items:center; gap:18px;
}
.nav a{
  color:var(--ink);
  font-weight:600;
  font-size:0.8em;
  letter-spacing:.04em;
  padding:10px 10px;
  border-radius:3px;
}
.nav a[aria-current="page"]{background:rgba(10,111,179,.10); color:var(--blue-3)}
.nav a:hover{background:rgba(19,131,199,.10)}

.nav-cta{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px;
  background: #fff;
  /*background:linear-gradient(135deg, rgba(19,131,199,.14), rgba(10,111,179,.16));*/
  border:1px solid rgba(10,111,179,.22);
  color: #1383c7;
}

.nav-toggle{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  padding:10px 12px;
  border-radius:3px;
  cursor:pointer;
}

.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #ffffff;
    border-radius: 3px;
    background-color: #fff;
    color: #ffffff;
    font-size: 1em;
}

/* Hero */
.hero{
  position:static;
  padding:0px 0 0px;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute; inset:0px 0px 0px 0px;
  height:460px;
  /*background:radial-gradient(1200px 480px at 20% 20%, rgba(19,131,199,.18), transparent 60%),
             radial-gradient(900px 420px at 80% 10%, rgba(10,111,179,.16), transparent 60%),
             radial-gradient(900px 500px at 60% 80%, rgba(6,93,163,.12), transparent 60%);*/
  pointer-events:none;
  /*background-image: url("../img/270x1000_img-01.png");
  margin: 15px 0px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;*/
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:26px;
  align-items:center;
}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  font-weight:700;
  letter-spacing:.08em;
  font-size:12px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(10,111,179,.10);
  border:1px solid rgba(10,111,179,.20);
}
.kicker img{height:16px; width:auto}

.hero h1{
  margin:14px 0px 10px 10px;
  font-size:1.4em;
  line-height:1.2;
  letter-spacing:.02em;
   -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
}
.hero p{
  margin:0px 0px 18px 10px;
  font-size:1.0em;
  opacity:.9;
   -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill; 
}

.hero img{
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.btn-row{
	display:flex;
	gap:12px;
	flex-wrap:wrap;
	margin-left: 10px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 30px;
  border-radius:3px;
  border:1px solid var(--line);
  font-weight:666;
  letter-spacing:0.2em;
  cursor:pointer;
  font-size: 1.2em;
}
.btn-primary{
  background:linear-gradient(135deg, var(--blue-1), var(--blue-3));
  border-color:rgba(6,93,163,.38);
  color:#fff;
  /*box-shadow:var(--shadow);*/
}
.btn-primary:hover{filter:brightness(1.02)}
.btn-ghost{background:#fff; color:var(--ink)}
.btn-ghost:hover{background:rgba(19,131,199,.08)}

.hero-card{
  background:#fff;
  /*border:1px solid var(--line);
  border-radius:var(--radius);*/
  box-shadow:0 10px 30px rgba(61,58,57,.10);
  overflow:hidden;
}
.hero-card .card-top{
  padding:18px 18px 0;
}
.hero-card .logo{
  display:flex; align-items:center; justify-content:flex-start; gap:14px;
}
.hero-card .logo img{height:auto;}
.hero-card .meta{
  margin:10px 0 16px;
  font-size:13px;
  opacity:.88;
}
.hero-card .mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding:0 18px 18px;
}
.mini{
  border:1px solid var(--line);
  border-radius:3px;
  padding:12px 12px;
  background:linear-gradient(180deg, rgba(19,131,199,.06), rgba(10,111,179,.03));
}
.mini b{display:block; font-size:13px}
.mini span{font-size:12px; opacity:.85}

/* Sections */
.section{padding:44px 0 0}
.section-title{
  display:flex; align-items:flex-end; justify-content:space-between; gap:16px;
  margin:0 0 18px;
}
.section-title h2{margin:0; font-size:22px; letter-spacing:.03em}
.section-title p{margin:0; font-size:1em; opacity:.85}

.cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}
.card{
  background:#fff;
  /*border:1px solid var(--line);*/
  /*border-radius:var(--radius);*/
  /*padding:10px;*/
  text-align: center;
}
.card h3{
	margin:0px 10px;
	font-size:1em;
	font-weight: bold;
	text-align: center;
	color: #1383c7;
	line-height: 30px;
}

.card p{
	margin:0px auto;
	font-size: 1em;
	opacity:.9;
	text-align: left;
	padding:0 30px 0;
	line-height: 20px;
}

.card p-2{
	margin:0px auto;
	font-size:13px;
	opacity:.9;
	text-align: center;
	line-height: 20px;
}

.card img{
	margin: 0px auto;
}

.cmnt-1{
	text-align: left;
	margin: 0px 30px 30px;
	line-height: 30px;
	font-size: 1em;
}

.cmnt-2{
	text-align: right;
	margin: 0px 30px 30px;
	line-height: 30px;
	font-size: 1em;
}

.cmnt-3{
	text-align: center;
	margin: 0px 30px 30px;
	line-height: 0px;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "BIZ UDPGothic", serif;
	color:#1383c7;
}

.tag{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:800;
  letter-spacing:.06em;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(6,93,163,.10);
  border:1px solid rgba(6,93,163,.18);
}

.area-1{
	width: auto;
	height: 300px;
	text-align: center;
	font-size: 1em;
	background-image: url("../img/300x1000_kigyou.png");
	background-repeat: no-repeat;
	background-position:center;
	max-width: 1000px;
	max-height: 300px;
	margin: 0px auto;
}

.area-2{
	width: auto;
	height: 300px;
	text-align: center;
	font-size: 1em;
	background-image: url("../img/300x1000_keiei.png");
	background-repeat: no-repeat;
	background-position:center;
	max-width: 1000px;
	max-height: 300px;
	margin: 0px auto;
}

.area-3{
	width: auto;
	height: auto;
	text-align: left;
	font-size: 0.9em;
	/*background-image: url("../img/50x1000_shamei.png"); width: auto;*/
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.panel{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  background:var(--muted);
  height: auto;
  margin-bottom: 18px;
}

.border-1{
	border: 1px solid #898989;
}

.panel h3{margin:0 0 8px}
.panel h3 img{width: 69%}
.panel ul{margin:0; padding-left:18px}
.panel li{margin:6px 0}

.panel-1{
  border:1px solid var(--line);
  /*border-radius:var(--radius);*/
  padding:20px;
  background:var(--muted);
  height: auto;
  margin-bottom: 18px;
  text-align: left;
  background-image: url("../img/1000x1000_favicon.png");
  background-position: center;
  background-size:9px;
  background-repeat: repeat;
  background-color:rgba(255,255,255,0.9);
  background-blend-mode:lighten;
}

.panel-1 h3{margin:0 0 8px}
.panel-1 h3 img{width: 69%}
.panel-1 ul{margin:0; padding-left:18px}
.panel-1 li{margin:6px 0}

.panel-2{
  border:1px solid var(--line);
  /*border-radius:var(--radius);*/
  padding:30px;
  background:var(--muted);
  height: auto;
  margin-bottom: 18px;
  text-align: right;
  background-image: url("../img/1000x1000_favicon.png");
  background-position: center;
  background-size:9px;
  background-repeat: repeat;
  background-color:rgba(255,255,255,0.9);
  background-blend-mode:lighten;
}

.panel-2 h3{margin:0 0 8px}
.panel-2 h3 img{width: 69%; display: block; margin-left: auto;}
.panel-2 ul{margin:0; padding-left:18px}
.panel-2 li{margin:6px 0}

.space-1{
	max-width:var(--container);
	height: auto;
}

#space-2{
	max-width:var(--container);
	width: 90%;
	margin:0px auto 20px;
	height: 250px;
	/*border: 1px solid #333;*/
	background-image: url("../img/250x1000_plate-1.jpg");
	background-repeat: no-repeat;
}

.box-left{
	float: left;
	width: 30%;
	height: auto;
	text-align: center;
	margin: 0px;
	border: 1px solid #c9caca;
}

.box-left img{
	margin: 5px auto;
	border: 1px solid #c9caca;
	width: 100%;
	height: auto;
}

.box-right{
	float: right;
	width: 70%;
	height: auto;
	text-align: left;
	margin: 0px;
	border: 1px solid #c9caca;
}

.box-right-p{
	text-align: left;
	margin: 0px 40px 0px;
	line-height: 22px;
}

.box-right-p2{
	text-align: right;
	margin: 0px 40px 0px;
	line-height: 30px;
	color: #ff3300;
	font-weight: bold;
}

.box-right-l-p{
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	margin: 30px 40px 0px;
	line-height: 30px;
}

.box-right-m-p{
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 40px 0px;
}

/* Footer */
.site-footer{
  border-top:1px solid var(--line);
  padding:28px 0;
  background:#fff;
  margin:0 auto;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  align-items:center;
  margin: 0 auto;
  font-size: 0.8em;
}
.footer-brand{
	display:flex;
	gap:12px;
	align-items:center;
}
.footer-brand img{height:auto; width:50%;  margin:0 auto;}
.small{font-size:0.8em; opacity:1;}

/* Page header */
.page-head{
  padding:14px 0 0px;
  /*max-width:var(--container);*/
  /*max-width: 800px;*/
}
.page-head h1{margin:0px 0px 0px 10px; font-size:24px; letter-spacing:.00em}
.page-head p{margin:-10px 0px 0px 10px; opacity:1; font-size:0.6em;}

/* Forms */
.form{
  background:#1383c7;
  background-image: url("../img/1000x1000_favicon.png");
  opacity: 0.9;
  background-position: center;
  background-size:3px;
  background-repeat: repeat;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  border:1.5px solid var(--line);
  /*border-radius:var(--radius);*/
  padding:18px;
  width: 100%;
  height: auto;
}
.field{display:flex; flex-direction:column; gap:8px; margin:12px auto; max-width: 500px}
label{font-weight:800; font-size:13px; letter-spacing:.03em}
input, textarea, select{
  font:inherit;
  padding:12px 12px;
  border-radius:3px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
}
textarea{min-height:140px; resize:vertical}
.help{font-size:12px; opacity:1}

.notice{
  border:1px dashed rgba(10,111,179,.35);
  background:rgba(10,111,179,.06);
  padding:12px 14px;
  border-radius:3px;
  font-size:13px;
}

/* Responsive */
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr;}
  .cards{grid-template-columns:1fr;}
  .split{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .nav{
    display:none;
    position:absolute;
    top:72px; right:18px; left:18px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:3px;
    padding:10px;
    box-shadow:var(--shadow);
    flex-direction:column;
    gap:6px;
	color: #1383c7;
  }
  .nav.open{display:flex}
  .nav-toggle{display:inline-flex}
}


/* Accent */
.accent{ color: var(--blue-1); }

/* About identity */
.about-identity{
  padding: 0px 0 0px;
}
.about-logos{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.about-logos .logo-jp{
  max-width: 260px;
  width: min(260px, 80vw);
  height:auto;
}
.about-logos .logo-en{
  max-width: 200px;
  width: min(200px, 72vw);
  height:auto;
  opacity:.92;
}
.about-tagline{
  margin-top: 22px;
  text-align:center;
  /*background-image: url("../img/16-9_img_05rm1.jpg");
  background-repeat: no-repeat;*/
}
.about-tagline .tagline-jp{
  font-size: clamp(22px, 3vw, 34px);
  font-weight:600;
  letter-spacing:.02em;
  color: var(--ink);
}
.about-tagline .tagline-en{
  margin-top: 10px;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight:400;
  line-height:1.55;
  color: rgba(61,58,57,.78);
}
.about-sep{
  display:flex;
  justify-content:center;
  margin-top: 18px;
}
.about-sep img{
  width: 34px;
  height: 34px;
  opacity:.38;
  filter: drop-shadow(0 10px 18px rgba(61,58,57,.10));
}

/* Footer extras */
.footer-star{
  width: 18px;
  height: 18px;
  opacity: .55;
}

.foot2{
	text-align: center;
	display: block;
	margin: 0 auto;
}

.btnbox {
	width: auto;
	text-align: center;
}
