@charset "utf-8";

/* common */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

body {
  position: relative;
  min-width: 320px;
  background: #5b5b5b;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
img, img[src$=".svg"] {
  width: 100%;
  height: auto;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
a,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  outline: none;
}
em {
  font-style: normal;
}
.clearfix::after {
  visibility: hidden;
  clear: both;
  content: "";
	display: block;
	height: 0;
}
.js-area {
  height: 0;
  overflow: hidden;
}
.wrap-m {
  padding-left: 25px;
  padding-right: 25px;
}
.btn-b {
  display: table;
  width: 100%;
  min-height: 40px;
}
.btn-b a {
  display: table-cell;
  padding: 6px 8px 7px;
  background: #004190;
  border: solid 1px #004190;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
.fade {
	opacity: 0;
	will-change: transform;
	transition: opacity 1000ms ease .25s, transform 1000ms ease .25s;
}
.fade.left {
  transform: translate(-100px, 0);
}
.fade.right {
  transform: translate(100px, 0);
}
.fade.up {
  transform: translate(0, 100px);
}
.fade.fadein {
	opacity: 1;
	transform: translate(0, 0);
}
.post-code {
  display: block;
}
.info-num {
  margin-right: -1em;
  letter-spacing: .12em;
}
.inline-blc {
  display: inline-block;
}
.bra {
  display: inline-block;
  margin-left: -.45em;
}
.note {
  text-align: justify;
}
.mt0 {
  margin-top: 0 !important;
}
.al-center {
  text-align: center;
}
.al-left {
  text-align: left;
}
.al-right {
  text-align: right;
}
.emp {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .wrap-sp {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 641px) {
  a, button {
    transition: all .25s;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .sp-br {
    display: none;
  }
  .wrap-l,
  .wrap-m {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-b a:hover {
    background: #FFF;
    color: #004190;
  }
}
@media screen and (max-width: 1023px) {
  .pc-br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .main .wrap-l,
  .main .wrap-m {
    padding-left: 35px;
    padding-right: 35px;
  }
   .fade.delay1_pc {
    transition: opacity 1000ms ease .5s, transform 1000ms ease .5s;
  }
}
@media screen and (min-width: 1041px) {
  .wrap-m {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
  .main .wrap-m {
    width: auto;
  }
}
@media screen and (min-width: 1071px) {
  .main .wrap-m {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1221px) {
  .wrap-l {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
  .main .wrap-l {
    width: auto;
  }
}
@media screen and (min-width: 1271px) {
  .main .wrap-l {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* header */
.nav-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu a {
  color: #000;
  font-size: 88%;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .hd {
    height: 64px;
    background: #fff;
  }
  .hd-cl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    padding-left: 18px;
    background: #FFF;
    font-size: 100%;
    line-height: 0;
    text-align: left;
    vertical-align: bottom;
    z-index: 9001;
  }
  .hd-cl img {
    width: 198px;
    padding: 15px 0 13px;
  }
  .ham {
    position: fixed;
    top: 22px;
    right: 25px;
    width: 36px;
    background: transparent;
    border-color: transparent;
    z-index: 9002;
  }
  .ham span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #004190;
    transition: all .25s;
  }
  .ham span:nth-child(1),
  .ham span:nth-child(3) {
    top: 0;
  }
  .ham span:nth-child(2) {
    margin: 8px 0;
  }
  .ham.active span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .ham.active span:nth-child(2) {
    opacity: 0;
  }
  .ham.active span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
  }
  .hd-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #FFF;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all .4s;
    z-index: -1;
  }
  @supports(-webkit-touch-callout: none){
    /* iPhoneの表示のみ指定を上書き */
    .hd-nav {
      min-height: 100%;
      height: -webkit-fill-available;
    }
  }
  .hd-nav.active {
    opacity: 1;
    z-index: 9000;
  }
  .hd-nav .nav-wrap {
    display: none;
  }
  .hd-nav.active .nav-wrap {
    display: block;
  }
  .nav-wrap {
    position: relative;
    width: 80%;
    min-width: 14em;
    max-width: 20em;
    padding: 64px 0 18px;
  }
  .nav-menu li {
    display: table;
    width: 100%;
    min-height: 42px;
    border-bottom: solid 1px #707070;
  }
  .nav-menu a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  .nav-menu a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: translate(0,-50%) rotate(45deg);
  }
  .hd-btn {
    margin-top: 20px;
  }
  .hd-btn a {
    height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: #FFF;
    z-index: 900;
  }
  .hd-cl {
    float: left;
    width: 29.5%;
    margin: 0;
    padding: 13px 0 0;
    text-align: center;
  }
  .hd-cl img {
    width: 240px;
  }
  .hd-menu {
    float: right;
    width: 70.5%;
  }
  .ham {
    display: none;
  }
  .nav-wrap {
    overflow: hidden;
  }
  .nav-menu {
    float: left;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 13px -210px 0 0;
    padding-right: 210px;
  }
  .nav-menu li {
    display: flex-box;
  }
  .nav-menu a {
    position: relative;
    display: block;
    height: 55px;
    padding: 15px 12px 0;
    font-size: 94%;
    line-height: 1;
  }
  .nav-menu a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #014190;
    transition: all .25s;
  }
  .nav-menu a:hover,
  .nav-menu .current {
    color: #014190;
  }
  .nav-menu a:hover:after,
  .nav-menu .current:after {
    width: 100%;
  }
  .hd-btn {
    float: right;
    width: 168px;
    margin: 14px 30px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1124px) {
  .hd .wrap-l {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1221px) {
  .hd-menu {
    width: 60%;
  }
}

/* footer */
.ft ul {
  margin: 0;
  padding: 0;
}
.ft ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact li {
  overflow: hidden;
  display: table;
  width: 100%;
}
.contact li a {
  display: table-cell;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.contact li em {
  display: inline-block;
  background-repeat: no-repeat;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
}
.contact-tel a {
  background: #7c7c7c;
}
.contact-mail a {
  background: #6b6b6b;
}
.contact-note,
.contact-anno {
  display: block;
  line-height: 1;
}
.contact-tel em {
  padding-left: 1.06em;
  background-image: url(./../img/tel.svg);
  background-position: left 58%;
  background-size: .85em auto;
}
.contact-mail em {
  padding-left: 1.418em;
  background-image: url(./../img/mail.svg);
  background-position: left 55%;
  background-size: 1.15em auto;
}
.contact-anno {
  margin: 1px -.55em 0 0;
  letter-spacing: .13em;
}
.ft-blc {
  overflow: hidden;
  padding: 40px 0 48px;
  background: #5b5b5b;
}
.ft-wrap {
  position: relative;
  padding: 0 12px;
  color: #fff;
}
.back-to-top {
  position: absolute;
  top: -9px;
  right: 13px;
  width: 32px;
  height: 32px;
}
.back-to-top a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 16px;
  text-align: center;
  line-height: 28px;
}
.back-to-top a img {
  width: 6px;
  vertical-align: 0px;
}
.ft-cl {
  width: 198px;
  margin-bottom: 10px;
}
.ft-info dt {
  font-weight: 500;
  margin-bottom: 3px;
}
.ft-info dd {
  font-weight: 300;
}
.ft-info .fax {
  margin-left: -.45em;
}
.ft-info .fax::before {
  content: '／';
  display: inline-block;
  padding-right: .32em;
  transform: scale(.6, 1);
}
.ft .ft-link {
  margin-top: 2px;
}
.ft-link li {
  display: inline-block;
  margin-right: 1em !important;
}
.ft-link li:first-child {
  margin-left: 0;
}
.ft-link a {
  color: #fff;
}
.ft-link .arrow_r {
  position: relative;
  display: inline-block;
  padding: 0 0 0 .8em;
  vertical-align: middle;
}
.ft-link .arrow_r::before {
  position: absolute;
  top: .2em;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.ft-link .arrow_r::before {
  width: .4em;
  height: .4em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}


@media screen and (max-width: 640px) {
  .ft-info {
    font-size: 75%;
    line-height: 1.71;
  }
  .ft-info .fax {
    display: inline-block;
  }
  .ft-link a {
    font-size: 75%;
  }
}
@media screen and (min-width: 641px) {
  .ft-blc {
    padding: 68px 0 75px;
  }
  .ft-wrap {
    padding: 0 25px;
  }
  .back-to-top {
    top: 35px;
    right: 30px;
    width: 68px;
    height: 68px;
  }
  .back-to-top a {
    border-radius: 34px;
    line-height: 66px;
  }
  .back-to-top a:hover {
    opacity: .6;
  }
  .back-to-top a img {
    width: 10px;
    vertical-align: -3px;
  }
  .ft-cl {
    width: 240px;
    margin-bottom: 19px;
  }
  .ft-info {
    font-size: 88%;
    line-height: 1.7;
  }
  .ft-info dt {
    margin-bottom: 4px;
  }
  .ft-info .post-code {
    display: inline-block;
    margin-right: 1em;
  }
  .ft .ft-link {
    margin-top: 5px;
  }
  .ft-link a {
    font-size: 82%;
    font-weight: 500;
  }
  .ft-link a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .contact .wrap-l {
    padding: 0;
  }
  .contact li a {
    height: 72px;
  }
  .contact-tel a {
    padding-top: 7px;
  }
  .contact-tel em {
    font-size: 144%;
  }
  .contact-mail a {
    padding-top: 2px;
  }
  .contact-mail em {
    font-size: 125%;
  }
  .contact-note,
  .contact-anno {
    font-size: 69%;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    background: linear-gradient(to right, #7c7c7c 0%, #7c7c7c 50%, #6b6b6b 50%, #6b6b6b 100%);
  }
  .contact li {
    float: left;
    width: 50%;
  }
  .contact li a {
    height: 134px;
  }
  .contact li a:hover {
    opacity: .6;
  }
  .contact-tel a {
    padding-top: 7px;
  }
  .contact-tel .contact-note {
    padding-left: .5em;
  }
  .contact-tel em {
    font-size: 243%;
  }
  .contact-mail a {
    padding-top: 3px;
  }
  .contact-mail em {
    font-size: 206%;
  }
  .contact-anno {
    margin: 2px -.55em 0 0;
    font-size: 88%;
  }
}
@media screen and (min-width: 1024px) {
  .ft-wrap {
    padding: 0 60px;
  }
}

/* main */
.main {
  overflow: hidden;
  background: #fff;
}
.main ul {
  margin: 0;
  padding: 0;
}
.main ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 68px;
  }
}