/* reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, strong, input, textarea, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:none; outline:0; font-weight:normal; vertical-align:baseline; background:transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
}
html { font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; }
body { margin:0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary { display:block;}
a { background-color:transparent; -webkit-text-decoration-skip:objects;}
a:active,a:hover { outline-width:0;}
h1,h2,h3,h4{-webkit-margin-before:0; -webkit-margin-after:0; -webkit-margin-start:0; -webkit-margin-end:0; font-size:100%;}
ul,li{list-style:none;}
b,strong { font-weight:inherit; font-weight:bold;}
img { border-style:none;}
button,input,select,textarea { font:inherit; margin:0;}
button,input { overflow:visible;}
button,select { text-transform:none;}
button,html [type="button"],[type="reset"],[type="submit"] { -webkit-appearance:button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style:none; padding:0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring { outline:1px dotted ButtonText;}
fieldset { border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em;}
textarea { overflow:auto;}
input[type="checkbox"],
input[type="radio"] {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
[type="checkbox"],[type="radio"] { box-sizing:border-box; padding:0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button { height:auto;}
[type="search"] { -webkit-appearance:textfield; outline-offset:-2px;}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration { -webkit-appearance:none;}
::-webkit-input-placeholder { color:inherit; opacity:0.54;}
::-webkit-file-upload-button { -webkit-appearance:button; font:inherit;}
html,body,header,div,nav,article,section,dt,dd {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
div,article,section{overflow:hidden;}
html {position:relative; min-height:100%; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; font-size:62.5%;}
table{border-collapse:collapse;}

/* common */

html {
	position:relative;
	min-height:100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	height:100%;
	width:100%;
	color:#333;
	font-size:1.4rem;
	letter-spacing:1.5px;
	font-family:canada-type-gibson, "ryo-gothic-plusn", "りょうゴシック PlusN R", sans-serif, serif;
  font-style: normal;
  font-weight: 300;
	line-height: 170%;
}

a{
  color: #172446;
	text-decoration:none;
}
a:hover{
  text-decoration: underline;
}
h2,
h3{
  font-weight: 300!important;
}

header{
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  position: fixed;
  top:0;
  right: 0;
  z-index: 200;
  transition:all .3s ease-out;
}
header.grad{
  background:-moz-linear-gradient(top, rgba(255,255,255,.8), rgba(255,255,255,0));
  background:-webkit-linear-gradient(top, rgba(255,255,255,.8), rgba(255,255,255,0));
  background:linear-gradient(top, rgba(255,255,255,.8), rgba(255,255,255,0));
}
header .header-logo{
  width: auto;
  height: 55px;
  padding: 10px;
}
header .hlink{
  float: right;
  padding-right: 20px;
}
header ul{
  text-align: center;
  margin:0 auto;
}
header ul li{
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  padding: 5px;
  font-size: 1.45rem;
  letter-spacing: 1px;
  margin-right: 20px;
  text-align: center;
}
header ul li a,
header ul li p{
  color: #172446;
  display: block;
  vertical-align: middle;
  height: auto;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 2px;
  text-shadow: 0 0 3px #fff;
}
header ul li span{
  display: block;
  font-size: 1rem;
  font-family: Arial, Helvetica, "sans-serif";
}
header ul li ul{
  display: none;
  position: absolute;
}
header ul li:hover ul{
  display: block;
}
header ul li ul li{
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding-left: 0;
}
header ul li ul li a{
  line-height: 25px;
  min-width: 100px;
}
header ul li a:hover{
  color: #115FB0;
  text-decoration: none;
}

footer{
  color: #fff;
  background: #172446;
  font-size: 1.35rem;
  letter-spacing: .5px;
  height: auto;
  padding: 30px 20px 5px;
  text-align: center;
}
footer .logo-foot img{
  width: 120px;
  padding: 0 30px;
  
}
footer div,
footer li{
  display: inline-block;
  vertical-align: top;
}
footer li{
  font-size: 1.5rem;
  text-align: left;
}
footer ul li ul{
  margin-top:15px;
}
footer ul li ul li{
  display: block;
  font-size: 1.25rem;
}
footer a{
  color: #fff;
}
footer .flink a{
  color: #fff;
  column-gap: normal;
  display:inline-block;
  vertical-align:top;
  padding: 0 20px;
}
footer .flink ul li ul a{
  opacity: .65;
}
footer .flink a:hover{
  opacity: 1;
}

/* blog-news */
.bl-wrap{
	display:flex;
	overflow:visible;
}
#bl-left{
  display: inline-block;
  width: 80vw;
  text-align: left;
  vertical-align: top;
}

#bl-right{
  width: 20vw;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
  
#bl-right h2 img{
  margin:50px 0 10px;
  width: 15vw;
  max-width: 205px;
}

.btn-return{
  background: url(/img/common/btn-return.png) center center no-repeat;
  background-size: 40px;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  cursor: pointer;
}

.btn-nav{
  background: url(/img/common/btn-open.png) center center no-repeat;
  display: none;
  height: 90px;
  width: 90px;
  cursor: pointer;
  position: fixed;
  top:0;
  right:0;
  z-index: 1000;
}

.btn-nav.close{
  background: url(/img/common/btn-close.png) center center no-repeat;
}

.notfound{
  text-align: center;
  min-height: calc(100vh - 250px);
}
.notfound p{
  line-height: 3rem;
  margin-bottom:50px;
}
.notfound a{
  display: block;
  background: #eee;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 50px auto;
}
.notfound a:hover{
  background: #000;
  color: #fff;
}

.bnr-contact{
  width: 750px;
  margin: 100px auto;
  text-align: center;
  cursor: pointer;
}

#bl-contact{
  padding: 50px;
  text-align: center;
}
#bl-contact h2{
  font-size: 3.5rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: 7px;
  line-height: 4.5rem;
}
#bl-contact h2 span{
  font-size: 1.7rem;
  letter-spacing: 5px;
  display: block;
}

#bl-contact .btn{
  height: auto;
  font-size:1.5rem;
  padding: 15px 25px;
  box-shadow: 0 0 1px #fff;
}

/*#bl-contact div{
  display: none;
}*/
#bl-contact table{
  margin: 20px auto;
  transform: translateY(-0%) translateX(-65px);
  -webkit-transform: translateY(-0%) translateX(-65px);
}
#bl-contact th,
#bl-contact td{
  padding: 2px;
}
#bl-contact th{
  text-align: right;
  vertical-align: middle;
}
#bl-contact td{
  text-align: left;
}
#bl-contact th small{
  letter-spacing: 1px;
  margin: -3px -7px 0 0;
}
#bl-contact label{
  display: block;
  margin: 3px;
}
#bl-contact h3{
  font-size: 1.8rem;
  margin: 0;
}
#bl-contact .telno{
  font-size: 3rem;
  line-height: 5rem!important;
  cursor: default;
  pointer-events: none;
}
#bl-contact .teltime{
}
th .red{
  color: red;
}
th.vtop{
  vertical-align: top!important;
  padding-top:5px!inportant;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
  width: 370px;
  padding: 8px;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #c5c9cf;
  max-height:  170px;
  background:url(../img/bg-grey.png) center top repeat;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus{
  background: #fff;
  border-color:#172446;
}
select{
  margin: 5px 0;
}
label{
  position: relative;
}
label span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"] + span::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  box-sizing: border-box;
  border-radius: 100%;
}
input[type="radio"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 2px solid #c5c9cf;
  background:#fff;
  margin: 0 1px 5px 5px;
}
input[type="radio"]:checked + span::before {
  background:#172446;
}
.wpcf7-radio span{
  display: inline-block;
}

#wpcf7-f123-o1{
  color: #fff;
  background: #172446;
}
#wpcf7-f123-o1 h2{
  color: #fff;
}
.screen-reader-response{
  color: #f33;
  text-align: center;
  padding: 40px 20px 0;
}
.wpcf7-response-output,
.wpcf7-validation-errors,
.screen-reader-response ul{
  display: none;
}
.wpcf7-not-valid-tip{
  color: #f33;
  font-size: 1.2rem;
  letter-spacing: .5px;
}
.send-thanks {
  color: #f33;
  display: none;
  font-size: 1.7rem;
  line-height: 4.5rem;
  text-align: center;
  width: 50%;
  margin: 0 auto 50px;
}
.paging{
  text-align: center;
  margin: 50px;
}
.paging a,
.paging .current{
  color: #fff;
  text-decoration: none;
  background: #172446;
  display: inline-block;
  margin: 7px;
  padding: 7px 15px;
}
.paging .current,
.paging a:hover{
}


.btn{
  height: 34px;
  line-height: 34px;
  border: 1px solid rgba(23,36,70,.4);
  background: rgba(255,255,255,.9);
  display: inline-block;
  font-size: 1.25rem;
  text-decoration: none!important;
  padding: 0 15px 0 25px;
  margin: 30px auto;
  cursor: pointer;
  transition: .3s;
  position: relative;
}
  .btn:hover{
  background: rgba(255,255,255,1);
  }
.btn::before{
	content:"";
  border: 17px solid transparent;
  border-left: 13px solid rgba(23, 36, 70,.1);
	height:0;
	width:0;
	padding:0;
	position: absolute;
	left: 0;
	display: block;
	transition: .3s;
}
.btn:hover:before{
	border-left-color: rgba(23, 36, 70,.3);
}
.btn.plain{
  color: #fff;
  height: auto;
  font-size: 1.8rem;
  font-weight: 300;
  background: rgba(7,19,36,.4);
  border: 1px solid rgba(7,19,36,0.85);
  padding: 5px 20px;
  line-height: 2.5rem;
}
.btn.plain span{
  font-size: 1.2rem;
  display: block;
  letter-spacing: 10px;
}
  .btn.plain:hover{
    color: #172446;
    border-color: #172446;
    background: rgba(255,255,255,.4);
  }
  .btn.plain:before{
    display: none;
  }
.btn.black{
  background:#000;
  border-color: rgba(255,255,255,.4);
}
  .btn.black:hover{
    color: #239ddc;
    border-color: #239ddc;
    background:#fff;
  }
  .btn.blue:hover:before{
    border-left-color: #239ddc;
  }
.btn.clear{
  color: #172446;
  height: auto;
  font-size: 1.8rem;
  font-weight: 300;
  border: 1px solid rgba(7,19,36,0.5);
  padding: 5px 20px;
  line-height: 2.5rem;
  position: relative;
}
.btn.clear span{
  font-size: 1.2rem;
  display: block;
}
  .btn.clear:hover{
    color: #172446;
    border-color: #172446;
  }
  .btn.clear:before{
    display: none;
  }
  .btn.clear:after{
    content: "▼";
    color: #fff;
    position: absolute;
    transition: .3s;
    bottom: -30px;
    text-align: center;
    text-shadow: 0 0 2px #000;
    left: 50%;
    transform: translateX(-50%) scaleY(.5);
    -webkit-transform: translateX(-50%) scaleY(.5);
  }
  .btn.clear:hover:after{
    color: #172446;
  }
.btn.white{
  color: #239ddc;
  font-weight: bold;
  background:#fff;
}
  .btn.white:before{
    border-left-color: #239ddc;
  }
  .btn.white:hover{
    color: #fff;
    border-color: #fff;
    background: #114ea0;
  }
  .btn.white:hover:before{
    border-left-color: #fff;
  }
.btn.navy{
  color: #fff;
  background: #172446;
  padding: 0 20px;
}
  .btn.navy:hover{
    color: #172446;
    border-color: #172446;
    background:#fff;
  }
  .btn.navy:before{
    display: none;
  }

.bl-cat{
  color: #777;
  background: #fff;
  display: inline-block;
  border: 1px solid rgba(0,0,0,.15);
  margin-right:5px;
  padding: 0 4px;
  letter-spacing: 0;
  font-size: 1.1rem;
  text-decoration: none!important;
}
/*.bl-cat.press{
  background:#239ddc;
}
.bl-cat.exh{
  background:#6eba44;
}
.bl-cat.media{
  background:#ec6941;
}
.bl-cat.info{
  background:#999;
}*/


.btn-pagetop{
  display: none;
  background:url(/img/common/btn-pagetop.png) right top no-repeat;
  width: 164px;
  height: 138px;
  position:fixed;
  bottom: -3px;
  right: -10px;
  cursor: pointer;
  z-index: 100;
}
.btn-pagetop:hover{
  bottom:0;
  -webkit-filter:invert(100%);
  -moz-filter:invert(100%);
  -ms-filter:invert(100%);
  filter: invert(100%);
}

.btn-before,
.btn-next,
.btn-close,
.btn-reset{
  opacity: .7;
}
.btn-before:hover,
.btn-next:hover,
.btn-close:hover,
.btn-reset:hover{
  opacity: 1;
}

.FI,
.FIN,
.FIC{
  opacity: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .FI:not(:target),
  .FIN:not(:target),
  .FIC:not(:target){opacity: 1;}
}
@keyframes fade {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes fadeUpCenter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 70px) translateY(-50%) translateX(-50%);
    transform: translate(0, 70px) translateY(-50%) translateX(-50%);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none translateY(-50%) translateX(-50%);
    transform: none translateY(-50%) translateX(-50%);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.notfound #bl-fv{
  text-align: center;
}
.notfound h1{
  font-size: 4.5rem;
  letter-spacing: 10px;
  line-height: 3rem;
  font-weight: 300;
  margin: 150px auto 100px;
}
.notfound h1 span{
  color: #aaa;
  font-size: 1.5rem;
  display: block;
  margin-top:50px;
}

.copyright{
  color: rgba(255,255,255,.5);
  font-size: 1rem;
  text-align: center;
  clear: both;
  display: block;
  margin-top: 20px;
}
#cover{
  position: fixed;
  display: block;
  background:url(../img/bg-grey.png) center top repeat;
  width: 100vw;
  height: 100vh;
  top:0;
  left: 0;
  z-index: 150;
  display: none;
}
#cover img{
  display: block;
  position: absolute;
  width: 10vw;
  height: 10vw;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  opacity: .3;
}

/* ------------------------- windows size pattern ------------------------- */
@media screen and (min-width: 1500px){
}
@media screen and (max-width: 1300px){
}
@media screen and (max-width: 999px){
  header ul li{
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px){
  #cover img {
    width: 30vw;
    height: 30vw;
  }
  header{
    text-align: left;
    width: 100px;
    height: 100px;
    transition: none;
    right: auto;
    left: 0;
  }
  header.grad{
    width: 240px;
    height: 100vh;
    background:-moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,.3));
    background:-webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,.3));
    background:linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,.3));
  }
  header .header-logo{
    margin: 10px;
  }
  header .hlink{
    float: none;
    padding-right: 0;
    margin: 10px;
  }
  header ul{
  }
  header ul li{
    display: block;
    margin: 0 0 7px 7px;
    text-align: left;
  }
  header ul li a{
    font-size: 1.6rem;
    line-height: 25px;
  }
  header ul li ul{
    position:static;
  }
  header ul li ul li{
    letter-spacing: 1px;
    text-align: left;
    padding-left: 10px;
  }
  header ul li ul li a{
    font-size: 1.3rem;
  }
  
  #bl-contact {
    padding: 50px 10px;
  }
  #bl-contact table{
    transform: translateY(-0%) translateX(0);
    -webkit-transform: translateY(-0%) translateX(0);
  }
  .bnr-contact {
    width: calc(100vw - 20px);
  }
  #bl-contact .telno{
    cursor: pointer;
    pointer-events:auto;
  }
  
  .flink{
    display: none;
  }
}


/* 202411追記-グロナビ変更 */

.nav_btn {
  display: inline-block;
  text-align: center;
  color: #172446;
  background: #fff;
  border: 1px solid #172446;
  width: 140px;
  line-height: 40px;
  margin-right: -10px;
  transition: 0.8s;
}
.nav_btn.recruit_btn {
  background: #172446;
  color: #fff;
}
.nav_btn.recruit_btn::after,
.recruit_link::after {
  content: '';
  display: inline-block;
  background: url(../img/t_blank_icon.svg) no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 8px;
}
.nav_btn:hover,
.nav_btn.recruit_btn:hover {
  border: 1px solid #115FB0;
  background: #115FB0;
  color: #fff;
}

/* 250108フッターSNSアイコン設置 */
.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
  margin-top: 10px;
}

.footer-sns-link {
  display: block;
  width: min(5vw,30px);
}

.footer-sns-link:hover {
  opacity: .8;
}

.footer-sns-img {
  width: 100%;
}