@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&amp;display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #231815;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type=image] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type=submit], input[type=button], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type=image]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

.ft_e {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
#gototop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  transition: 0.2s;
 z-index: 11;
}
@media screen and (max-width: 767px) {
  #gototop {
    width: 4.2rem;
    bottom: 5.5rem;
    right: 1rem;
  }
}

#gototop:hover {
  transform: translateY(-5px);
  transition: 0.2s;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_inner {
  width: 95rem;
  margin: 0 auto;
  max-width: 100%;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.u_relative {
  position: relative;
}

@media screen and (max-width: 767px) {
  .u_inner {
    width: auto;
    margin: 0 2rem;
  }
  .u_inner.b {
    margin: 0;
  }
}
/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
header{
 -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
 box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  background: #fff;
  height: 80px;
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
#header.scroll {
  opacity: 0;
}

.h_logo {
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 100;
}
.h_logo img {
 width: 205px;
 height: auto;
}
@media screen and (max-width: 950px) {
#header {
 height: 8.4vw;
}
 .h_logo {
 margin: auto;
 top: 2.1vw;
 left: 5.2%;
  }
.h_logo img {
 width: 21.6vw;
 height: auto;
}
}
@media screen and (max-width: 767px) {
#header {
 height: 14.5vw;
}
 .h_logo {
 margin: auto;
 top: 2.2vw;
 left: 4%;
  }
.h_logo img {
 width: 52.5%;
 height: auto;
}
  .h_nav {
 display: none;
  }
}

.h_nav {
  font-weight: 400;
	margin-right: 50px;
}

@media screen and (min-width: 768px) {
  .h_nav {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-top: 13px;
    font-weight: 400;
  }
  .h_nav li {
    font-size: 15px;
  }
  .h_nav li:hover a {
    opacity: 1;
  }
  .h_nav li:hover a:before {
    width: 100%;
  }
  .h_nav li:hover a.active:after {
    content: none;
  }
  .h_nav li a {
    padding: 19px 12px 19px;
    color: #021855;
    display: block;
    letter-spacing: 0.05vw;
    position: relative;
    line-height: 100%;
  }
  .h_nav li a.active:after {
    content: "";
    width: 2em;
    border-bottom: solid 2px #040000;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .h_nav li a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    width: 0;
    transition: width 0.2s ease-in;
    background: -ms-linear-gradient(0deg, #00a7ea 0%, #1d2088 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A7EA', endColorstr='#1D2088' ,GradientType=0)";
    background: linear-gradient(90deg, #00a7ea 0%, #1d2088 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A7EA",endColorstr="#1D2088" , GradientType=1);
  }
  .h_nav li.mail{
 margin-left: 20px;  
 padding: 0;
 width: 200px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
  }
  .h_nav li.mail a {
 width: 100%;
 font-size: 14px;
 line-height: 100%;
 text-align: center;
 padding: 8px 0 10px 0;
 position: relative;
 z-index: 0;
 top: 0.8rem;
 border-radius: 21px;
 color: #021855;
 border: 1px solid #021855;
  }
  .h_nav li.hvr a {
 position: relative;
    overflow: hidden;
 transition: .5s;
  }
  .h_nav li.hvr a span {
 position: relative;
 z-index: 3;
 padding: 0 0 0 20px;
 width: 100%;
 background-image: url(../images/mail.svg);
 background-position: left 38px top 6px;
 background-size: 16px auto;
 background-repeat: no-repeat;
    letter-spacing: 0.01vw;
 display: block;
 transition: .3s;
  }
  .h_nav li.hvr a:hover{
opacity: 1;
}
  .h_nav li.hvr a:before {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 transform: translateX(0%);
 transition: 0.4s ease-in-out;
 background: #AA881A;
 background: linear-gradient(90deg, #E6D16B 0%, #AA881A 100%);
}
  .h_nav li.hvr a:after {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: -2;
 top: 0;
 left: 0;
 background: #E6D16B;
 background: linear-gradient(90deg, #AA881A 0%, #E6D16B 100%);
}
  .h_nav li.hvr a:hover:before {
  opacity: 0;
}
}

@media screen and (max-width: 950px) {
  .h_nav {
	   margin-right: 5.2%;
    padding-top: 1.4vw;
  }
  .h_nav li {
    font-size: 1.57vw;
  }
  .h_nav li a {
    padding: 2vw 1.3vw;
  }
  .h_nav li.mail{
 margin-left: 2.2%;
 width: 22.1%;
  }
  .h_nav li.mail a {
 font-size: 1.55vw;
 padding: 0.85vw 0 1.05vw 0;
  }
  .h_nav li.hvr a span {
 padding: 0 0 0 10%;
 background-position: left 21.5% top 0.6vw;
 background-size: 1.7vw auto;
  }


}
#footer {
  text-align: center;
  padding-top: 5rem;
  position: relative;
  z-index: 5;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 3.5rem;
  }
}

.f_nav li {
  font-size: 1.2rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin: 0 -2rem;
  }
  .f_nav li {
    font-size: 1rem;
    line-height: 1;
  }
}
.f_nav li:nth-child(1):before {
  content: "|";
  margin-right: 0.25em;
}

.f_nav li:after {
  content: "|";
  margin: 0 0.1em 0 0.5em;
}

@media screen and (max-width: 767px) {
  .f_nav li:after {
    margin: 0 0 0 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .f_nav li:nth-child(4):before {
    content: "|";
    margin-right: 0.25em;
  }
  .f_nav li:nth-child(n+4) {
    position: relative;
    top: -0.5em;
  }
  .f_nav a[target=_blank]:after {
    content: "";
    display: inline-block;
  }
}
.f_logo {
  background: url(../images/f_line.png) no-repeat center top/100% 2px;
  margin: 2rem 2rem 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .f_logo {
    width: calc(100% - 6rem);
    margin: 3.5rem auto 0;
    padding: 3.5rem 0;
  }
}

.f_logo img {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .f_logo img {
    width: 25.3rem;
  }
}

.f_copy {
  margin-top: 1rem;
  font-size: 1rem;
}
