@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
body {
  font-weight: 400;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  color: #000000;
}

figure {
  margin: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

:is(h1, h2, h3, h4) {
  line-height: 1;
}

#header #logo {
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}
#header #logo a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}
#header #globalNav .globalMenu > li > a {
  line-height: 1;
  font-weight: 700;
}
#header .headerBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #153AB7;
  font-weight: 700;
}

#footerContact {
  background-color: #153AB7;
  color: #fff;
}
#footerContact .footerContactTitleJp {
  text-align: center;
  line-height: 1;
}
#footerContact .footerContactTitleEn {
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
#footerContact .footerContactBtns {
  line-height: 1;
}
#footerContact .footerContactBtns .tel {
  background-color: #fff;
  font-weight: 700;
}
#footerContact .footerContactBtns .line {
  background-color: #fff;
  font-weight: 700;
}

#footer .footerCont .footerLogo {
  font-weight: 700;
}
/* fadeUp */
.fade {
  opacity: 0;
}
.fade.active {
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* ココから下には記入禁止 */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  #footerContact {
    padding: 40px 0 50px;
  }
  #footerContact .footerContactTitleJp {
    font-size: 16px;
  }
  #footerContact .footerContactTitleEn {
    font-size: 28px;
    margin-top: 10px;
  }
  #footerContact .footerContactText {
    margin-top: 20px;
  }
  #footerContact .footerContactBtns {
    margin-top: 30px;
  }
  #footerContact .footerContactBtns .tel {
    height: 60px;
    font-size: 21px;
    letter-spacing: 0.25em;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  #footerContact .footerContactBtns .tel span {
    display: inline-block;
    width: 30px;
  }
  #footerContact .footerContactBtns .line {
    height: 54px;
    font-size: 30px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 30px;
  }
  #footerContact .footerContactBtns .line span {
    display: inline-block;
    width: 62px;
    transform: translateY(-14px);
  }
  #footer {
    padding: 30px 0 20px;
  }
  #footer .footerInner {
    padding: 0 20px;
  }
  #footer .footerCont .footerLogo {
    font-size: 16px;
  }
  #footer .footerCont .footerInfo {
    margin-top: 15px;
  }
  #footer .copyright {
    margin-top: 40px;
    font-size: 12px;
  }
  .commonInner {
    padding: 0 20px;
  }
  /* fadeUp */
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  #headerContact {
    background-color: #153AB7;
    color: #fff;
    margin-top: 40px;
  }
  #headerContact .headerContactTitleJp {
    text-align: center;
    line-height: 1;
    font-size: 16px;
  }
  #headerContact .headerContactTitleEn {
    text-align: center;
    line-height: 1;
    font-weight: 700;
    font-size: 28px;
    margin-top: 10px;
  }
  #headerContact .headerContactBtns {
    line-height: 1;
    margin-top: 30px;
  }
  #headerContact .headerContactBtns .tel {
    background-color: #fff;
    font-weight: 700;
    height: 60px;
    font-size: 21px;
    letter-spacing: 0.25em;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  #headerContact .headerContactBtns .tel span {
    display: inline-block;
    width: 30px;
  }
  #headerContact .headerContactBtns .line {
    background-color: #fff;
    font-weight: 700;
    height: 54px;
    font-size: 30px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 30px;
  }
  #headerContact .headerContactBtns .line span {
    display: inline-block;
    width: 62px;
    transform: translateY(-14px);
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  #footerContact {
    padding: 40px 0 50px;
  }
  #footerContact .footerContactTitleJp {
    font-size: 22px;
  }
  #footerContact .footerContactTitleEn {
    font-size: 48px;
    margin-top: 20px;
  }
  #footerContact .footerContactText {
    text-align: center;
    margin-top: 20px;
  }
  #footerContact .footerContactBtns {
    margin-top: 55px;
    display: flex;
    gap: 30px;
  }
  #footerContact .footerContactBtns .tel {
    flex: 1;
    height: 100px;
    font-size: 30px;
    letter-spacing: 0.25em;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 0.5s;
  }
  #footerContact .footerContactBtns .tel:hover {
    opacity: 0.5;
  }
  #footerContact .footerContactBtns .line {
    flex: 1;
    height: 100px;
    font-size: 48px;
    letter-spacing: 0.25em;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 0.5s;
  }
  #footerContact .footerContactBtns .line:hover {
    opacity: 0.5;
  }
  #footerContact .footerContactBtns .line span {
    transform: translateY(-28px);
  }
  #footer {
    padding: 60px 0;
  }
  #footer .footerInner {
    max-width: 1206px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #footer .footerCont .footerLogo {
    font-size: 22px;
  }
  #footer .footerCont .footerInfo {
    margin-top: 30px;
  }
  .commonInner {
    max-width: 1206px;
    width: 90%;
    margin: 0 auto;
  }
  /* fadeUp */
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  #headerContact {
    display: none;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  /* fadeUp */
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 50px;
  }
  #header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: #fff;
  }
  #header #menuBtn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 13px;
    z-index: 999;
  }
  #header #menuBtn span {
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    transition: 0.3s;
    left: 3px;
    background-color: #000;
  }
  #header #menuBtn span:first-of-type {
    top: calc(50% - 6px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: 50%;
  }
  #header #menuBtn span:last-of-type {
    top: calc(50% + 6px);
  }
  #header #menuBtn.active span:first-of-type {
    top: 50%;
    transform: rotate(45deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menuBtn.active span:last-of-type {
    top: 50%;
    transform: rotate(-45deg);
  }
  #header .headerInner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  #header #logo {
    font-size: 16px;
    z-index: 999;
    position: relative;
  }
  #header .headerCont {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100svh - 50px);
    background-color: #153AB7;
    padding: 15px 40px 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    overflow: auto;
  }
  #header .headerCont.active {
    opacity: 1;
    visibility: visible;
  }
  #header #globalNav .globalMenu > li > a {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 25px 20px;
    display: block;
  }
  #header .headerBtn {
    display: none;
  }
  #header .headerBtn a {
    width: 80%;
    margin: 0 auto;
    max-width: 260px;
    height: 55px;
    font-size: 16px;
    gap: 11px;
  }
  /* fadeUp */
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  /* ココから下には記入禁止 */
}
@media print, screen and (min-width: 1024px) {
  body {
    padding-top: 90px;
  }
  #header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #fff;
  }
  #header #menuBtn {
    display: none;
  }
  #header .headerInner {
    max-width: 1206px;
    width: 90%;
    margin: 0 auto;
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header #logo {
    font-size: 36px;
  }
  #header .headerCont {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
  }
  #header #globalNav .globalMenu {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #header #globalNav .globalMenu > li > a {
    font-size: 16px;
    transition: 0.5s;
  }
  #header #globalNav .globalMenu > li > a:hover, #header #globalNav .globalMenu > li > a.current {
    color: #153AB7;
  }
  #header .headerBtn a {
    min-width: 195px;
    height: 46px;
    font-size: 16px;
    transition: 0.5s;
    gap: 11px;
  }
  #header .headerBtn a:hover {
    opacity: 0.7;
  }
  /* fadeUp */
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
