@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');*/
/* -----------------------------------------------
 HTML RESET
-------------------------------------------------- */
html, body, div, 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, sub, sup, 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;
  outline: 0;
  font-size: 16px;
  
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend {
  display: block;
}
body {
  font-size: 100%;
  vertical-align: bottom;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
}
img {
  vertical-align: bottom;
}
p.illust {}
p.illust img {
  border: 15px solid #fff;
  box-shadow: rgba(31, 31, 31, .2) 0 2px 2px;
}
blockquote {
  position: relative;
  padding: 5px 10px 20px 60px;
  box-sizing: border-box;
  font-style: normal;
  background: #F7F7F7;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #d7eae3;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}
blockquote p, blockquote p a {
  padding: 0;
  margin: 10px 0;
  line-height: 1.4 !important;
  font-size: 14px;
  word-wrap: break-word;
}
table {
  border-spacing: 0;
}
input, textarea, select {
  font-size: 16px;
}
/* Lists Resets */
ul, ol {
  margin: 0;
}
ul {
  list-style: none inside;
}
ol {
  list-style: decimal inside;
  margin-left: 1em;
}
.disc {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
}
.circle {
  list-style-type: circle;
}
li {
  line-height: 1.6;
  text-align: left;
}
ul ul, ol ol {
  margin: 0.7em 0 0 1.42em;
}
/* Clearfixes*/
.clearfix {
  content: " ";
  display: block;
  clear: both;
}
/* Text */
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
i {
  font-style: italic;
  line-height: inherit;
}
strong, b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 70%;
  line-height: inherit;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0 20px;
  height: 0;
}
a {
  text-decoration: none
}
a:hover p {
  opacity: 0.8;
}
/* -----------------------------------------------
  Layout
-------------------------------------------------- */
html {
  background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  /*background-color: #fff;*/

}
* html, body {
  height: 100%;
}
#wrapper {
  /*padding-top: 119px;*/
  width: 100%;
  text-align: left;
  position: relative;
  overflow: none;
  margin: 0 auto;
overflow-x: hidden;   

}
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.container-fluid {
  /* margin-bottom: 5em*/
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1px;
  color: #333;
}
.container {
  padding: 5em 0;
}
.container p {
  margin-bottom: 1.25em;
  line-height: 2;
  text-align: left;
  
}
.row p {
  margin-bottom: 1.25em;
  line-height: 2;
  text-align: left;
}
.w900 {
  max-width: 960px;
  margin: 0 auto
}
img {
  max-width: 100%;
  height: auto;
}
[class*="col-"] img {
  max-width: 100%;
  height: auto;
}
.fax a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  font-size: inherit;
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.imgleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.imgright {
  float: right;
  margin: 5px 0 20px 20px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.oh {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.hidden-text {
  font: 0/0 a !important;
}
.clear {
  clear: both;
  display: block;
}
/* -----------------------------------------------
Table
--------------------------------------------------*/
table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  line-height: 1.8em;
  background-color: white;
  color: #333;
  margin-bottom: 0.5em;
  text-align: center;
}
table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #f4f4f4;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.8em;
}
.bg_dgray th {
  background-color: #2D2D2D;
  color: white;
}
table td {
  text-align: left;
  padding: 10px 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
table th.th_blue {
  background-color: #E6EBEF;
  text-align: center;
  font-size: 103%;
}
table td.nbr {
  border-right: none;
}
table td.nbl {
  border-left: none;
}
table td ul{
margin-top: 5px;
margin-bottom: -5px!important;
}
table td ul li {
  line-height: 1.8em;
}
table th:last-child, table td:last-child {
  border-right: none;
  /*	text-align: center;*/
}
table.noboder, table.noboder td {
  border: none;
}
/*レスポンシブ用table_scroll*/
.table-scroll {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0
}
tbody tr th {}
.table-scroll::-webkit-scrollbar {
  height: 10px;
}
.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #666;
}
/*tableのセル内にある文字の折り返しを禁止*/
@media screen and (max-width: 768px) {
  .table-scroll table th {
    white-space: nowrap;
  }
}
/* -----------------------------------------------
 dl list
-------------------------------------------------- */
dl.dl_list {
  box-sizing: border-box;
  line-height: 1.6;
  width: 100%;
  border-top: 1px solid #C0C0C0;
  margin-bottom: 1em;
}
dl.dl_list div {
  display: block;
  width: 100%;
  border-bottom: 1px solid #C0C0C0;
}
dl.dl_list dt {
  float: left;
  width: 40%;
  padding: 0.5em;
  text-align: center;
  background-color: rgba(235, 235, 235, 1.00);
}
dl.dl_list dd {
  margin-left: 40%;
  padding: 0.5em 1.5em;
  text-align: left;
}
/* ul disc */
ul.listDisc {
  margin-bottom: 1em;
}
ul.listDisc li {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  list-style-type: disc;
  padding-bottom: 0.5em;
}
.listDisc li, .listDecimal li {
  line-height: 1.4;
  margin-bottom: 0
}
ul.listDisc_top {
  margin-bottom: 1em;
}
ul.listDisc_top li {
  position: relative;
  padding-left: 1em;
  list-style-type: none;
  padding-bottom: 1.5em;
}
ul.listDisc_top li:last-child {
  padding-bottom: 0;
}
ul.listDisc_top li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background: #a48020;
  margin-right: 1em;
}
ul.listDisc_top li a::after {
  position: absolute;
  top: -5px;
  right: 10px;
  content: url("../images/arrow_c.png");
}
ul.listDisc_top li span a {
  color: #60460e;
}
.listDisc li, .listDecimal li {
  line-height: 1.4;
  margin-bottom: 0
}
/* -----------------------------------------------
 structure module
-------------------------------------------------- */
a {
  color: #0377AE;
}
a:hover, a:focus {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}
a.linkline{
font-family: "Sansation", sans-serif;
font-weight: 400;
font-style: normal; 
font-size: 1.1em;    
color: #0066ff;
padding-bottom: 4px;
line-height: 1.5;
text-align: left;
margin: 0 10px 10px 0;
letter-spacing: 1px;
display: inline-block;
}

.radius {
  border-radius: 10px;
}
.circle {
  border-radius: 50%;
}
.bg_white {
  background-color: #FFF;
}
.bg_white02 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg_white03 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg_gray {
  background-color: #f2f4f7;
}
.bg_gray02 {
  background-color: #f4f4f4;
}
.bg_beige {
  background-color: #f8f6ed;
}
.bg_brown {
  background-color: #a48020;
}
.bg_lgreen {
  background-color: #58dbac;
}
.bg_llgreen {
  background-color: #F0F7F4;
}
.shadow {
  -webkit-box-shadow: rgba(31, 31, 31, .2) 0 2px 2px;
  -moz-box-shadow: rgba(31, 31, 31, .2) 0 2px 2px;
  box-shadow: rgba(31, 31, 31, .2) 0 2px 2px;
}
/*ロールオーバー透過画像*/
a :hover.lo {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
/*ボックス装飾*/
.t_box {
  padding: 4%;
}
.t_box_w {
  padding: 5% 5% 3%;
  text-align: center;
  background-color: white;
  color: #333;
  overflow: hidden
}
.t_box_w p a {
  text-decoration: underline
}
.t_box_w li a {
  text-decoration: underline
}
.border_box {
  padding: 2em;
  border: 1px solid #CCC;
}
.border_box02 {
  padding: 2em;
  border: 1px solid #CED5E0;
  margin: 5% 0;
}
.border_box_d {
  padding: 2em;
  border: 2px dotted #CED5E0;
}
.border_box p, .border_box02 p {
  margin-bottom: 0
}
/* 背景画像の透過用css */
.bkRGBA {
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.border {
  border: 1px solid #C5C5C5
}
.border2 {
  border: 1px solid #1F8B66
}
.border-x {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5
}
.border-y {
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5
}
.border-top {
  border-top: 1px solid #C5C5C5
}
.border-top_w {
  border-top: 5px solid #fff
}
.border-right {
  border-right: 1px solid #C5C5C5
}
.border-bottom {
  border-bottom: 1px solid #C5C5C5
}
.border-left {
  border-left: 1px solid #C5C5C5
}
/* -----------------------------------------------
 text module
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
  margin: 0 0 1rem;
  line-height: 1.4;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-align: center;
  font-style: normal;
}
h1 {
  font-size: 2.5em /*40px*/ ;
}
h2 {
  font-size: 2em /*32px*/ ;
}
h3 {
  font-size: 1.5em /*24px*/ ;
}
h4 {
  font-size: 18px;
}
h4.h4_ul {
text-align: left;
border-left: 5px solid #0071B2;
  border-bottom: 1px solid #ccc;
  padding: 4px 0 4px 10px ;
}
.caption {
  font-size: 12px;
  text-align: right !important;
  margin-top: -20px;
}
.lh {
  line-height: 2.3 !important;
  text-shadow: 1px 0 4px rgba(255, 255, 255, 0.9);
}
figure img {}
figcaption {
  font-size: 13px;
  text-align: right !important;
}
.fs120 {
  font-size: 120%
}
.fs30 {
  font-size: 38px
}
.fs28 {
  font-size: 28px
}
.fs24 {
  font-size: 24px
}
.fs20 {
  font-size: 20px
}
.fs12 {
  font-size: 12px
}
.fs14 {
  font-size: 14px
}
.text_bold {
  font-weight: bold
}
.text_small {
  font-size: 80%;
  font-weight: normal
}
.alignL {
  text-align: left !important;
}
.alignR {
  text-align: right !important;
}
.alignC {
  text-align: center !important;
}
.alignC p {
  text-align: center !important;
}
.row p.alignC {
  margin: 0 auto;
  padding: 1em
}
.uLine {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}
.attention_box {}
.attention_box p {
  font-size: 14px;
  line-height: 1.6 !important;
}
.attention {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  color: #33BC8E;
  border: 1px solid #33BC8E;
  padding: 0 3px;
  font-weight: bold;
  letter-spacing: 1px;
}
.col_nv {
  color: #091533 !important;
}
.col_white {
  color: #FFF;
}
.col_green {
  color: #006224;
}
.col_red {
  color: #C00;
}
.marker {
font-size: 1rem!important;
  background: linear-gradient(transparent 50%, rgba(255, 211, 0, 0.66) 50%);
}
.catch, .catch_bbn {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
}
p.catch {
  line-height: 1.6;
  border-bottom: 1px dotted rgba(15, 106, 48, .5)
}
p.catch_bbn {
  line-height: 1.6;
}
.font_min {
  font-family: 'Noto Serif JP', serif !important;
}
.font_min_e {
  font-family: 'Playfair Display', serif;
}
/* -----------------------------------------------
 margin style
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb-10 {
  margin-bottom: -50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-6 {
  margin-top: -6em !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ma0 {
  margin: 0 !important;
}
.mx0 {
  margin-left: 0;
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mrlat {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* -----------------------------------------------
 padding style
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt-20 {
  padding-top: -50px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.ptb10 {
  padding: 10px 0 !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb140 {
  padding-bottom: 140px !important;
}
.pa0 {
  padding: 0px !important;
}
.pa5 {
  padding: 5px !important;
}
.pa5R {
  padding: 5px 15px 5px 5px !important;
  margin-left: -8px !important;
}
.pa5L {
  padding: 5px 5px 5px 20px !important;
}
.pa5RL {
  padding: 5px 5px 5px 10px !important;
}
.pa10 {
  padding: 10px !important;
}
.pa15 {
  padding: 15px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa30 {
  padding: 30px !important;
}
.pa30_co {
  padding: 30px 0 0 0 !important;
}
.ptb40 {
  padding: 50px 0 20px 0 !important;
}
.pa40 {
  padding: 40px !important;
}
.pa50 {
  padding: 50px !important;
}

.px0 {
  padding-left: 0;
  padding-right: 0 !important;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.py10 {
  padding-top: 10px;
  padding-bottom: 10px !important;
}
.py20 {
  padding-top: 20px;
  padding-bottom: 20px !important;
}
.px10 {
  padding-left: 10px;
  padding-right: 10px!important;
}
.px15 {
  padding-left: 20px;
  padding-right: 20px !important;
}
.px20 {
  padding-left: 20px;
  padding-right: 20px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl15 {
  padding-left: 15px !important;
}
/* -----------------------------------------------
res map
-------------------------------------------------- */
.gg_iframe {
  position: relative;
  padding-bottom: 70%;
  padding-top: 20px;
  height: 70%;
  overflow: hidden;
  margin-bottom: -20px;
}
.gg_iframe iframe, .gg_iframe object, .gg_iframe embed {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  margin: 0 auto
}
.gg_iframe iframe, .gg_iframe object, .gg_iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto
}
/* -----------------------------------------------
youtube
-------------------------------------------------- */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* -----------------------------------------------
 Button
-------------------------------------------------- */
.button{
    width: 100%;
    text-align: center;
    margin: 2em 0
}
.button a{
    width: auto;
    text-align: center;
    background-color: #0172B2;
    border-radius: 50px;
    display: inline-block;
    padding: 0.8em 2em;
	color: white;
    font-size: 16px;
    margin: 0 auto;
}
/* -----------------------------------------------
index
-------------------------------------------------- */
/* mv */
.mv {
  position: relative;
  top: 0;
  height: 100vh;
  display: flex;
}

.pc_br {
  display: block
}
.br-sp,
.br-sp2{
  display: none;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*---cover---*/
#cover {
   position: relative;
  width: 100%;
  height: 100vh;

background-size: 100% 100%; /* ← 縦を基準にぴったり収める */
  background-repeat: no-repeat;
  background-position: center top; /* 上を基準に */
  text-align: center;
  z-index: 0;
  overflow: hidden;
    
}
#cover .cover_ttl {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 7;
  text-align: left !important;
}

#cover .cover_ttl h1 {
 position: relative;
  top: 0;
  left: 0;
  font-size: 3.8em;
  line-height: 1!important;
  background-color: #0066ff;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left !important;
  letter-spacing: 0.25rem;
   padding: 0 0 5px 2px;
}
#cover .cover_ttl h1.line01{
 width: 4.5em;
}
#cover .cover_ttl h1.line02{
 width: 7.75em;
}
#cover .cover_ttl p {
  color: #333;
  font-size: 23px;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 10px;    
  font-weight: 600;
  font-style: normal;  
 letter-spacing: 0.2rem;    
}

#cover .slider img{
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0px auto 0;
  object-fit: cover;
  z-index:6
}
#cover #cover01{
    position: absolute;
	width: 120%;
	top:16%;
	left: 0;
    z-index: 5;
}
#cover #cover02 {
    position: absolute;
	width: 120%;
	top:18%;
	right: 30%;
    z-index: 2;
    overflow: hidden;
}
#cover #cover03{
    position: absolute;
	width: 20%;
	top:20%;
	left: 20%;
    z-index: 2;
}

#cover #cover04{
    position: absolute;
	width: 34%;
	bottom:20%;
	right: -7%;
    z-index: 2;
    overflow: hidden;
}

#cover #cover05{
    position: absolute;
	width: 34%;
	bottom:15%;
	left: -7%;
    z-index: 2;
    overflow: hidden;
}
.button_yt {
  position: relative;
  display: block;
  font-size: 15px;
  width: 36%;
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  border-radius: 50px;
  color: #fff;
  padding: 4px 10px 4px 10px; /* 上下の余白、左右の余白 */
  margin: 1.5em auto 0 auto;
}
.button_yt {
  position: relative;
  display: block;
  font-size: 15px;
  width: 36%;
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  border-radius: 50px;
  color: #fff;
  padding: 4px 10px 4px 10px; /* 上下の余白、左右の余白 */
  margin: 1.5em auto 0 auto;
}
.button_yt i {
  padding-left: 5px;
}
.w100 {
  width: 100%;
}
.w70 {
  width: 70%;
}
.button_wb40 {
  position: relative;
  display: block;
  font-size: 15px;
  width: 40%;
  background-color: rgba(255, 255, 255, 1.00);
  color: #091533;
  padding: 10px 10px 10px 20px; /* 上下の余白、左右の余白 */
  margin: 2em auto 0 auto;
  border: 1px solid #091533;
}
.button_bg2 {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  border-radius: 50px;
  text-align: center;
  padding: 10px 7em;
}
.button_bg2 a {
  color: #fff;
}
.button_bg {
  position: relative;
  display: block;
  font-size: 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  border-radius: 50px;
  color: #fff;
  padding: 4px 10px 4px 10px; /* 上下の余白、左右の余白 */
  margin: 1.5em auto 0 auto;
}
/*---ABOUT 斜め部分---*/
/*斜めグレー*/
.container_bg {
  position: absolute;
  z-index: -999;
  bottom: 0em;
  top: 700px;
  left: 0;
  width: 70%;
  background-color: #EBEBEB;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
/*斜め写真*/
.container_bg_ap {
  position: absolute;
  z-index: -1;
  bottom:  0;
  top: 1300px;
  right: 0;
  width: 80%;
  background-image: url("../images/bg_ap.jpg");
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
  background-repeat: no-repeat;
  background-position: right top;
}
#skew {
  padding: 1% 6% 0% !important;
}
.grad_sm {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #0070B3, #21B485) !important;
  -webkit-background-clip: text;
  text-align: left;
  font-size: 1.45em;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.6 !important;
  margin-bottom: 0.5em !important;
}
.grad_lg {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #0070B3, #21B485) !important;
  -webkit-background-clip: text;
  text-align: left;
  font-size: 2.5em;
  letter-spacing: 2px;
  line-height: 1.2 !important;
}
/* その場で */
.top_fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.top_fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





.relative {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0;
}

.container_top {
  width:1200px;
  margin: 0 auto 4em ;
  padding: 5em auto;    
}
/* 中央寄せコンテナ */
.container_ve {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end; /* 右寄せ気味に */
  gap: 5em; /* 右の見出しとの距離 */
  z-index: 5;
}

.tategaki {
  
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
 margin: 0;
 white-space: nowrap;
}
.tategaki p{
  color: #333;
  letter-spacing:3px ;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;    
}
.tategaki h3 {
  color: #0066ff;
  font-size: 4.8em;
  letter-spacing:4px ;
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  line-height: 1;    
}
.tategaki h3 img {
  margin-top:4px;     
  margin-left: 15px;
  max-width: 7px;    
}
.tategaki span {
  color: #333333;
  font-size: 0.3em;
  font-family: "Zen Kaku Gothic New", sans-serif;;
  font-weight: 700;
  font-style: normal;
  
}
.bg_product {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 45%;
  height: 300px;
  border-radius: 0 90px 90px 90px;
  background-repeat: no-repeat!important;
  background: url("../images/bg_product.png");
  background-position: top left;
z-index: -10;
}
.product h3 {
  font-size: 4em;
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-align: left;
  z-index: 6;
}
.product p {
  position: absolute;
  left: 40px;
  top: 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-align: left;
  z-index: 4;
}
.product p img {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 7px;
  z-index: 4;
}
a.view-more {
  display: inline-flex;
  align-items: center;
  gap: 10px; 
  white-space: nowrap;
  text-decoration: none;
  color: #0066ff;
  font-size: 1.2em;    
  font-weight: 500;
  font-family: "Sansation", sans-serif !important;
  font-style: italic;    
  transition: color 0.3s ease;
  margin-top: 100px;    
}
a.view-more_tate {
  display: inline-flex;
  align-items: center;
  gap: 10px; 
  white-space: nowrap;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;    
  text-decoration: none;
  color: #0066ff;
  font-size: 1.2em;    
  font-weight: 500;
  font-family: "Sansation", sans-serif !important;
  font-style: italic;    
  transition: color 0.3s ease;
   margin: 200px 0 0 ;      
    
}
a.view-more_pr {
  display: inline-flex;
  float: right;
  gap: 10px; 
  white-space: nowrap;
  text-decoration: none;
  color: #0066ff;
  font-size: 1.2em;    
  font-weight: 500;
  font-family: "Sansation", sans-serif !important;
  font-style: italic;    
  transition: color 0.3s ease;
  margin-left: auto; /* これで右寄せ */    
}
/* 丸いボタン */
.vm-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #eaeff9;    
  border: 1px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  flex-shrink: 0;
}


/* 棒部分 */
.vm-arrow::before {
  content: "";
  position: absolute;
  width: 17px;  
  height: 1px;  
  background: currentColor;
  border-radius: 1px;
  left: 9px;     
  top: 50%;
  transform: translateY(-45%);
  transition: transform 0.3s ease, background 0.3s ease;
}

/* V字先端（線のみ） */
.vm-arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: 6px;
  top: 43%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: transparent;
  transition: transform 0.3s ease, border-color 0.3s ease;
}


/* ホバー時 */
.view-more:hover {
  color: #004fcc;
}

.view-more:hover .vm-arrow {
  transform: scale(1.09);
}

.view-more:hover .vm-arrow::before {
  background: #004fcc;
  transform: translateY(-50%) translateX(2px);
}

.view-more:hover .vm-arrow::after {
  border-color: #004fcc;
  transform: translateY(-50%) translateX(2px) rotate(45deg);
}

.view-more_tate:hover {
  color: #004fcc;
}

.view-more_tate:hover .vm-arrow {
  transform: scale(1.09);
}

.view-more_tate:hover .vm-arrow::before {
  background: #004fcc;
  transform: translateY(-50%) translateX(2px);
}

.view-more_tate:hover .vm-arrow::after {
  border-color: #004fcc;
  transform: translateY(-50%) translateX(2px) rotate(45deg);
}

.view-more_pr:hover {
  color: #004fcc;
}

.view-more_pr:hover .vm-arrow {
  transform: scale(1.09);
}

.view-more_pr:hover .vm-arrow::before {
  background: #004fcc;
  transform: translateY(-50%) translateX(2px);
}

.view-more_pr:hover .vm-arrow::after {
  border-color: #004fcc;
  transform: translateY(-50%) translateX(2px) rotate(45deg);
}


/* 本文部分 */
.vtext-body {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 3;
  color: #333;
  text-align: justify;
   word-break: break-all;    /* ← 改行を許可 */
  overflow-wrap: break-word; /* ← 長い語も折り返し */    
  white-space: normal;
  margin: 0; 
  z-index: 3;    
}

/* 強調 */
.vtext-body .highlight {
  background: #0066ff;
  color: #fff;
  font-weight: 700;
  padding: 0.2em 0.2em;
}
.vertical-text {
  display: flex;
  justify-content: center; /* 横方向中央揃え */
}
/* 見出し部分 */
.vertical-text h3 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Zen Kaku Gothic New", sans-serif;  
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 6px;    
  line-height: 2;
  color: #333;
  text-align: justify;
  margin-right: 80px; 
}

/* FirefoxやSafari対策 */
.vtext-body, .vertical-text h3 {
  overflow-wrap: break-word;
  word-break: keep-all;
}

#icon01{
    position: absolute;
	width: 120%;
	top:0%;
	left: 10%;
    z-index: 1;
   
}
#icon02 {
    position: absolute;
	width: 120%;
	top:-5%;
	left: 5%;
    z-index: 2;
    
}
#icon03{
    position: absolute;
	width: 20%;
	bottom:-8%;
	right: 0%;
    z-index: 2;
 
}

.container_sr {
  width: 1200px;
  margin: 5em auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3em;
}

/* 左側 */
.service-left {
  width: 35%;
  position: relative;
}

.service-left h3 {
  font-family: "Sansation", sans-serif;
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 3px;
  color: #333;
  margin: 0;
}
.service-left p.h3_sub {
   font-weight: 500;
}
.service-left p {
margin-left: 75px;
   
}
.service-left p img{
margin:3px 5px 5px 0   ;
max-width: 7px;     
}



/* 右側 */
.service-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
/* 青ボックス */
.remote-btn {
  display: block;
  position: relative;
  background-image: url("../images/bg_remote.png"); /* ←背景画像を指定 */
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 2.5em 3em;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ホバー時の浮き上がり効果 */
.remote-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* 内部の配置 */
.remote-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* タイトル部分 */
.remote-title {
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* ↗ アイコン部分 */
.remote-icon {
  font-size: 0.8em;
  opacity: 0.9;
}

/* 右側テキスト */
.remote-text {
  font-size: 1em;
  font-weight: 600;    
  line-height: 1.8;
  opacity: 0.9;
  text-align: right;
}
/* 白ボックス */
.service-box.white {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8em 2em;
}

.service-box.white .left  {
  display: flex;
  align-items: center;
  gap: 1em;
}

.service-box.white .left img {
  width: 40px;
  height: auto;
  margin-right: 10px;    
}

.service-box.white .left h3 {
font-family: "Zen Kaku Gothic New", sans-serif;    
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
  
 
}

.service-box.white .buttons {
  display: grid;
  gap: 0.8em;
}

.service-box.white .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 50px;
  padding: 0.5em 2em;
  transition: all 0.3s ease;
}

.service-box.white .btn.light {
  background: #eaeef5;
  color: #333;
}

.service-box.white .btn.blue {
  background: #0076ff;
  color: #fff;
}

.service-box.white .btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* リンクアイコン */
.link-icon {
  font-size: 0.8em;
  margin-left: 4px;
}

.recruit-section {
   position: relative;
  background: url("../images/recruite_bg.png");
  background-color: #0066ff; /* 青背景 */
  width: 80%;               /* ← 横幅を少し狭く（例：80%） */
  margin: 0 auto -50px;           /* 中央寄せ */
  border-radius: 30px;      /* 角丸 */
  padding: 8em 0;           /* 上下の余白 */
  color: #fff;
  overflow: visible;        /* アイコンのはみ出しを許可 */
  z-index: 1;
   text-align: center;     
}

.recruit-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 見出し */
.recruit-inner h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 0.5em;
}
.recruit-inner h2 span {
  font-size: 4rem;
  color: #fff;
}

/* サブタイトル */
.recruit-inner .subtitle {
  font-family: "Sansation", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em; /* 線とテキストの間隔を調整 */
}

.recruit-inner .subtitle::before,
.recruit-inner .subtitle::after {
  content: "";
  flex: 1; /* 線の長さを自動調整（固定にしたい場合は width 指定） */
  max-width: 100px; /* 線が長すぎるのを防ぐ */
  height: 1px;
  background-color: #fff; /* 線の色 */
  opacity: 0.8; /* 少し薄くしたい場合 */
}
/* 本文 */
.recruit-inner .description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
  margin-bottom: 1.5em;
}





/* 丸アイコン群 */
.recruit-items {
animation: infinity-scroll-left 60s infinite linear .5s both;
  position: relative;
  display: flex;           /* ← 横並びにする */
  justify-content: center; /* 中央寄せ */
  align-items: flex-start;
  gap: 2.em;                /* 各アイコン間の間隔 */
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  overflow: visible;        /* はみ出しOK */
}
/* CSSアニメーション */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.recruit-items .item {
  position: relative;
  text-align: center;
}

/* 各アイコン画像 */
.recruit-items .item img {
  display: block;
  width: auto;
  max-width: 400px; /* サイズ調整 */
  height: auto;
  margin: 0 auto;
  transition: transform 0.5s ease;
}

/* 奇数番目：上にずらす＋少し左へはみ出す */
.recruit-items .item:nth-child(odd) {
  transform: translateY(-50px);
}

/* 偶数番目：下にずらす＋少し右へはみ出す */
.recruit-items .item:nth-child(even) {
  transform: translateY(50px);
}

/* ホバーアニメーション例 */
.recruit-items .item img:hover {
  transform: scale(1.05);
}

.recruit-items .item p {
  font-family: "Sansation", sans-serif;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 0.8em;
}

.rview-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #0066ff;
  font-weight: 700;
  padding: 1.5em 3em;
  border-radius: 50px;
  text-decoration: none;
      
  font-family: "Sansation", sans-serif;
  position: absolute;
  left: 50%;
  bottom: -2em;
  transform: translateX(-50%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 2px solid #0066ff;
  width: 400px;
}

.rview-more span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
    
}

/* ▼ 矢印部分 */
.r-arrow {
  position: relative;
  display: inline-block;
  width: 40px; /* 全体の幅（棒＋矢印先端） */
  height: 30px;
  color: currentColor;
}

/* 棒の部分 */
.r-arrow::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background: currentColor;
  border-radius: 1px;
  left: 4px;
  top: 59%;
  transform: translateY(-45%);
  transition: transform 0.3s ease, background 0.3s ease;
}

/* 先端のV字 */
.r-arrow::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  right: 1px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: transparent;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* ホバー時の色と動き */
.rview-more:hover {
  background: #0066ff;
  color: #fff;
  opacity: 1;
  border: 2px solid #fff;
}

.rview-more:hover .r-arrow::before {
  background: #fff;
  transform: translateY(-45%) translateX(3px);
}

.rview-more:hover .r-arrow::after {
  border-color: #fff;
  transform: translateY(-50%) rotate(45deg) translateX(3px);
}
.news-title  h3{
  font-family: "Sansation", sans-serif;
  font-size: 4em;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.news-title p {
margin-left: 40px;
font-weight: 500;
}
.news-title p img{
margin:5px 12px 8px 12px;
max-width: 7px;     
}

/** --- NEWS --- **/
#eventa {
  width: 70%;
  margin: 2em auto;
  padding: 0;
}

#eventa li {
  list-style-type: none;
  background: #fff;
  border: none; /* 枠線を消してシャドウへ */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  padding: 2.0em 3.0em;
  color: #091533;
  margin-bottom: 1.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.2s ease;
}

/* hoverで軽く浮かせる */
#eventa li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* 日付 */
#eventa li .date {
  display: inline-block;
  color: #0066ff;
   font-family: "Zen Kaku Gothic New", sans-serif;  
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.95em;
  margin-bottom: 0.5em;
  position: relative;
}

#eventa .date::after {
  display: inline-block;
  margin-left: 8px;
  padding: 0px 6px;
  font-size: 0.75em;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.2px;
  vertical-align: middle;
}
/* NEWアイコン */

#eventa li .date.new::after {
  content: "New";
  display: inline-block;
  font-family: "Sansation", sans-serif; 
  font-weight: 300;
  font-style: italic;
  font-size: 0.7em;
  color: #0066ff;
  background: #eaeff9;
  padding: 0px 4px;
  border-radius: 10px;
  border: solid 1px;    
  margin-left: 6px;
  vertical-align: middle;
}

#eventa li .date.ei02::before {
  content: "アスキスからのお知らせ";
  display: inline-block;
  margin-right: 6px; /* アイコンと日付の間の隙間 */
  padding: 0px 6px;
  font-size: 0.75em;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.2px;
  vertical-align: middle;
  color: #0044cc;
  background: #e8f0ff;
  border: 1px solid #bcd2ff;
}

#eventa li .date.ei::before {
  content: "メーカーからのお知らせ";
  display: inline-block;
  margin-right: 6px;
  padding: 0px 6px;
  font-size: 0.75em;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.2px;
  vertical-align: middle;
  color: #008844;
  background: #e5f7ef;
  border: 1px solid #a8e4c8;
}

/* タイトル */
#eventa li .title {
  display: block;
  color: #333;
  font-size: 1em;
  font-weight: 500;
  margin-top: 0.2em;
  line-height: 1.6;
}

/* リンク対応 */
#eventa li a {
  text-decoration: none;
  color: inherit;
  display: block;
}

#eventa li a:hover {
  text-decoration: none;
}

.tabs {
  margin-bottom: 1em;
   border-bottom: 3px solid #0066ff;  
  display: flex;
  flex-wrap: nowrap;      /* ← 折り返し禁止 */
  width: 100%;    
}

.tab-btn {
  background: #f0f0f0;
  border: none;
  padding: 0.8em 1.5em;
font-family: "Zen Kaku Gothic New", sans-serif;        
  font-size: 1.1em;     
  cursor: pointer;
  font-weight: 500;
  border-radius: 6px 6px 0 0;
  margin-right: 4px;
  transition: background 0.2s;    
 flex: 1 1 50%;          /* 常に2等分 */
  text-align: center;
  margin-right: 0;        /* 折り返し原因を消す */    
}

.tab-btn.active {
  background: #0066ff;
  color: #fff;
}



.relative_contents {
  position: relative;
  width: 100%;
  z-index: 1;
  top: -4em;
}
/** --- 1/2_BG --- **/
#h_column {
  display: flex;
  width: 100%;
  padding: 0;
}
#h_column .lab {
  position: relative;
  width: 50%;
  padding: 5% 5% 4% 5%;
  background-image: url("../images/bg_h_lab.jpg");
  background-size: cover;
  background-position: top right;
}
#h_column .jin {
  position: relative;
  width: 50%;
  padding: 5% 5% 4% 5%;
  background-image: url("../images/bg_h_jin.jpg");
  background-size: cover;
  background-position: center;
}
#h_column .lab:before, #h_column .jin:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#h_column .lab h3 a, #h_column .jin h3 a {
  position: relative;
  color: #fff;
  z-index: 2;
  font-size: 1.25em;
  background-image: url("../images/link.svg");
  background-repeat: no-repeat;
  background-position: top 50% right;
  background-size: 28px 28px;
  padding-right: 1.2em;
}
#top_list {
  position: relative;
  background-color: #EAEAEA;
  padding: 80px 0 !important;
}
#top_list .row {
  width: 90%;
  margin: 0 auto;
}
#top_list .row [class*="col-"] {}
/** --- logos --- **/
#logos {
  text-align: center;
  align-items: center; /* 縦センタ揃え */
}
#logos img {
  width: 100%;
  max-width: 300px;
  padding-bottom: 2em
}
/*#logos img.small{
    width: 70%;
    max-width: 120px;
    padding-bottom:2em
}*/
#logos img.small2 {
  width: 70%;
  max-width: 180px;
}
#logos img.medium {
  width: 70%;
  max-width: 200px;
}
#logos img.medium2 {
  width: 85%;
  max-width: 280px;
}
#logos img.medium3{
    width: 85%;
    max-width: 240px;
}
#logos img.large2{
    width: 80%;
    max-width: 320px;
}
#logos img.large {
  width: 95%;
  max-width: 400px;
}
p.access_car {
  display: inline-block;
  background-color: #EBFBF8;
  padding: 5px 20px;
  border-radius: 20px;
}
p.access_car i {
  color: #66e8c0;
  padding-right: 4px;
  font-size: 18px;
}
/* -----------------------------------------------
 contents common
-------------------------------------------------- */
/*cover2*/
#cover2,
#cover3{
  background-image: url("../images/cover2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 510px;
   
  z-index: 2;
}
/*
#cover2 .cover_ttl,
#cover3 .cover_ttl{
  width: 94%;
  max-width: 1140px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  z-index: 2;
  text-align: center;
}
*/
#cover2 h1,
#cover3 h1 {
  position: absolute;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;    
  font-size: 3em;
  text-align: center;
  top: 52%;
  line-height: 0.85;
}
#cover2 h1 span,
#cover3 h1 span{
  display: inline-block;
  font-size: 0.5em;
  letter-spacing: 2px;
  font-family: "Sansation", sans-serif;
  font-weight: 500;
  font-style: normal;
}


h2[ttl] {
  display: inline-block;
  position: relative;
  margin-bottom: 2em;
}
h2[ttl]:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  border-top: 5px solid #0070B3;
  border-image: linear-gradient(to right, #0066ff 0%, #33ccff 100%);
  border-image-slice: 1;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #66e8c0; /*下線の色*/
}
h3[ttl] {
  text-align: left;
  position: relative;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #b6b6b6;
}
h3[ttl] span {
  text-align: right !important;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #66e8c0;
}
h3.h3_top {
  text-align: center;
  position: relative;
  line-height: 1.1;
  padding: 0.5em 0 0.85em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #b6b6b6;
}
h3.h3_top {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #0070B3, #21B485) !important;
  -webkit-background-clip: text;
  text-align: center !important;
  font-size: 0.5em;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 2px;
}
h3.h3_link {
  line-height: 1;
  font-size: 1.8em;
}
h3.h3_link span {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #0070B3, #21B485) !important;
  -webkit-background-clip: text;
  text-align: center !important;
  font-size: 0.6em;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.h3_top_grad_sm {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #0070B3, #21B485) !important;
  -webkit-background-clip: text;
  text-align: center !important;
  font-size: 0.75em;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 2px;
}
h3.h3_bg {
  background-color: #E6F4EF;
  text-align: left;
  padding: 10px;
}
h3.h3_bl {
text-align: left;
  padding: 1px 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #323A51;/*左線*/
}
h4[ttl] {
  position: relative;
  padding-left: 1.5em;
  text-align: left;
}
h4[ttl]::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 15px;
  height: 4px;
  background-color: #66e8c0;
}
h4[ttl] span{
font-size: 0.75em;
}
h5[ttl] {
  text-align: left;
color: #fff;
  padding: 5px 0 8px 8px;
  /*background-color: #EDF4F7;*/
  background-color: #323A51;
}
.border_r {
  border-right: dotted 3px rgba(148, 129, 117, 0.5);
}



/* 論文リスト */
dl.thesis dt {
  font-weight: 500;
  background-color: rgba(229, 240, 232, 1.00);
  border: 1px solid #92BFA0;
  padding: 10px;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
dl.thesis dd {
  line-height: 1.6;
  margin-bottom: 0.8em;
  background-image: url("../images/arrow_right_green.svg");
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: top 8px left;
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
}
.indent {
  padding-left: 1.2em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
.p_box {
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #e6dcc0;
  /*    box-shadow: 10px 10px 0px -4px #e6dcc0;*/
}
p.sub_ttl {
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
}
p.sub_ttl span {
  border: solid 1px #60460E;
  padding: 0.5em 1.3em;
  border-radius: 20px;
}
.blank {}
/* 外部リンクにアイコンを付ける */
.blank::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  font-size: 1rem;
  margin-left: 4px;
}
/* ul PDF */
ul.listicon {
  margin-bottom: 1em;
}
ul.listicon li {
  padding-left: 1.2em; /*1em（1文字）分、右に動かす*/
  text-indent: -1.3em; /*最初の行だけ1em（1文字）分、左に動かす*/
  list-style-type: disc;
  padding-bottom: 0.5em;
}
ul.listicon li.pdf:after {
  content: '\f1c1';
  font-family: "Font Awesome 5 Free";
  padding-left: 4px;
  color: #d13043;
}

.container-fluid_mb{
margin-bottom: 80px;
}
#staff .container{
margin-bottom: -50px!important;
}
#staff a{
 color: #091533;
}
.staff_ttl{
background: #F0F7F4;
display: flex;
  align-items: center;
}
.staff {
position:relative;
}
.staff .prof{
position:absolute;
z-index:1;
background-color: #fff;
width: 70%;
border-radius: 5px;
top:90%;
  left:15%;
  padding: 8% 10% 3%;
box-shadow: rgba(31,31,31,.2) 0 2px 2px;
}
.staff img{
width: 84%;
margin: 0 8%;
}
.staff_mb{
}
.staff h5{
text-align: left;
margin-bottom: 0.45em;
background-color: #F2F2F2;
padding: 4px;
}
a.anchor {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}
h3[id] {
  display: block;
  height: 2rem;
  margin-top: -2rem;
  content: "";
}
.modal_open{
    cursor: pointer;
}
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 90%;
    max-width: 1140px;
    margin: 0;
    padding: 10px 2vw 10px;
    display: flex;
  align-items: center;
    background: #fff;
    box-sizing: border-box;
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
}
.modal_box img{
width: 100%;
}
.modal_box img.size{
width: auto;
}
.modal_box a{
color: #0377AE!important;
}

.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 90%;
    max-width: 1140px;
    margin: 0;
    padding: 50px 2vw 10px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  max-height: 90vh;
  overflow-y: auto;
}
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    font-size: 46px;
    color: #000;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
 
.modal_close i {
    line-height: 50px;
    vertical-align: bottom;
    font-size: 25px;
	color: #091533;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}

 
@media screen and (max-width: 769px) {
 
/*  ウィンドウサイズ769px以下の時のスタイル  */
.modal_box {
      padding: 50px 3vw 20px;
  }

   .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }
   .modal_close i {
      line-height: 44px;
  } 
}


/*-- 続き表示 海外派遣--*/
.cp_box_greeting *, .cp_box_greeting *:before, .cp_box_greeting *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box_greeting {
	position: relative;
}
.cp_box_greeting label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーション */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box_greeting input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box_greeting label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: '\f13a'' 続きを見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	 background-image: linear-gradient(130deg, rgba(33, 180, 133, 1) 20%, rgba(0, 113, 179, 1) 80%);
}
.cp_box_greeting input {
	display: none;
}
.cp_box_greeting .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box_greeting input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box_greeting input:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: '\f139'' 閉じる';
}
.cp_box_greeting input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}


.bg_02 {
  background-image: url("../images/top_bg02.jpg");
  background-size: cover;
  background-position: center;
  padding: 12em 2em 12em 0;
   
  z-index: 0;    
}
.bg_03 {
 position: relative;
  background-color: #f2f4f7;
  padding: 4em auto;

}
.bg_03 img[src$="index.png"] {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 200px; /* サイズはお好みで */
  height: auto;
  display: none; /* 初期は非表示 */
}

.bg_04 {
 padding: 4em 0;
  background-color: #f2f4f7;
  z-index: 0;

}
.text_link{
    position: relative;
    z-index: 2;
}

ul.listDiscIcon {
    width: 100%;
    padding: 1em 1em 1em 1em;
    border-radius: 10px;
	margin-bottom: 1em;
}
ul.listDiscIcon li {
  position: relative;
  padding: 10px 0 10px 2em;
  margin: 0;
  list-style: none;
  text-indent: 0em; 
  border-bottom: 1px dotted #ccc
}
ul.listDiscIcon li span{
  font-weight: 600;
  font-size: 1.15rem;
}
ul.listDiscIcon li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f00c';
  color: #0066ff;
}

/* ロゴを囲むボックス */
.logo-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 10%;        
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ロゴ画像を少し小さく */
.logo-box img {
height: 120px;
max-width: 76%;    
/*
  max-width: 80%;     
  max-height: 45px;   
  height: auto;
*/
  object-fit: contain;
}

/* ホバー時 */
.logo-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.timeline {
  list-style: none;
  margin: 60px 0;
  padding: 0;
  position: relative;
}

/* ---- 縦線（全体で1本）---- */
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 130px; /* 日付の右あたりに合わせる */
  width: 1px;
  background: #ccc;
}

/* --- 各項目 --- */
.timeline > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  z-index: 1;
}

.timeline-date {
  width: 120px;
  font-family: "Sansation", sans-serif;
  font-size: 1.5em;
  color: #0066ff;
  font-weight: 600;
  padding-top: 5px;
  text-align: right;
  padding-right: 20px;
}
.timeline-date span{
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.6em;
}
.timeline-content {
  position: relative;
  flex: 1;
  padding-left: 50px;
  text-align: left;
}

/* --- ドット --- */
.timeline-content::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 22px;
  width: 16px;
  height: 16px;
  background: #0066ff;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* --- 見出し --- */
.timeline-content h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px;
 text-align: left;    
}

/* --- 本文 --- */
.timeline-content p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* --- スマホ用 --- */
@media (max-width: 639px) {
  .timeline::before {
    left: 80px;
  }

  .timeline-date {
    width: 80px;
    font-family: "Sansation", sans-serif;
    font-weight: 600;
    color: #0066ff;
    margin-bottom: 6px;
    text-align: left;
  }

  .timeline-content {
    padding-left: 30px;
  }

  .timeline-content::before {
    left: -5px;
    top: 8px;
    width: 12px;
    height: 12px;
  }
}



.btn-entry {
  display: block;
  background: #0066ff;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  width: fit-content;
  margin: 0 auto;  /* 中央寄せの決め手 */
}

.btn-entry:hover {
  background: #004ccc;
}

/* ====== ABOUT ====== */
.about p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* ====== JOBS ====== */
.job-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.job-card {
  flex: 1 1 calc(33.333% - 30px);
  background: #f8faff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.job-card h3 {
  color: #0066ff;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

/* ====== MERIT ====== */
.merit {

}

.merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.merit li {
  background: #fff;
  border-left: 5px solid #0066ff;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: 500;
  width: 260px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* ====== VOICE ====== */
.voice-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.voice-item img {
  width: 500px;
  border-radius: 5%;
  object-fit: cover;
}

.voice-item .box {
  max-width: 500px;
  font-size: 1.1rem;
  font-style: italic;
  color: #444;
  padding: 50px;  
  background-color: #f5f5f5;
  border-radius: 5%;    
}

.voice-item cite {
  display: block;
  margin-top: 10px;
  color: #0066ff;
  font-style: normal;
  font-weight: bold;
    
}

/* ====== RECRUIT ====== */
.recruit-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px;
  border-collapse: collapse;
}

.recruit-table th,
.recruit-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}

.recruit-table th {
  background: #f0f5ff;
  width: 30%;
  color: #0066ff;
}
.accordionItem p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;

}

.accordionItem:hover {
    cursor: pointer;

}

.accordionItem.open p {
    max-height: 500px; /* 十分に大きければOK */
    margin-top: 10px;
}