@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  color: #3B4043;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background: #FFFFFF;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0px;
  padding: 0px;
  font-weight: 200;
}

ul {
  list-style-type: none;
}

ol {
  padding-left: 40px;
  padding-bottom: 15px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}

iframe {
  max-width: 100%;
}

a {
  color: #3B4043;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

input, select, option, textarea {
  font-family: "source-han-sans-japanese", sans-serif;
  color: #3B4043;
  border: 1px solid #707070;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #FFFFFF;
}

* {
  box-sizing: border-box;
}

/* ページ内のリンクをスムーズスクロール */
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  #contents {
    padding-top: 60px;
  }
}

h1.common-style {
  margin: 30px 0 70px;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 200;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  h1.common-style {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
  }
}
h1.common-style .subtitle {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  h1.common-style .subtitle {
    font-size: 13px;
  }
}

h2 .subtitle {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  h2 .subtitle {
    font-size: 13px;
  }
}

a.cmn-contact-btn {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  background-color: #0A2570;
  width: 148px;
  margin: 0 auto;
  border-radius: 24px;
  border: none;
  padding: 0.5rem;
  text-align: center;
  transition: 0.3s all;
}
a.cmn-contact-btn:hover {
  opacity: 0.7;
}
a.cmn-contact-btn {
  display: inline-block;
  width: 180px;
}

body.no-scroll {
  overflow: hidden;
}
body #header {
  width: 100%;
  background-color: #fff;
  padding: 0.7rem 20px 1.3rem;
  z-index: 100;
}
body #header.active {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  body #header {
    position: fixed;
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  body #header {
    padding: 0.7rem 10px 1.3rem;
  }
}
body #header .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  body #header .inner .japanese-link {
    display: none;
  }
}
body #header .inner .japanese-link {
  font-size: 12px;
  background-color: #666666;
  color: #fff;
  width: 100px;
  padding: 4px 0;
  display: block;
  text-align: center;
  line-height: 1.25;
  margin: 0 24px 0 auto;
}
@media screen and (max-width: 1024px) {
  body #header .inner .hamburger {
    display: inline-block;
  }
}
body #header .inner .hamburger {
  display: none; /*PC時は非表示*/
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  float: right;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
body #header .inner .hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 4px;
  border-radius: 2px;
  background: #0A2570;
  width: 60%;
}
body #header .inner .hamburger span:nth-of-type(1) {
  top: 13px;
}
body #header .inner .hamburger span:nth-of-type(2) {
  top: 24px;
}
body #header .inner .hamburger span:nth-of-type(3) {
  top: 35px;
}
body #header .inner .hamburger {
  /*activeクラスが付与されると線が回転して×に*/
}
body #header .inner .hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
body #header .inner .hamburger.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
body #header .inner .hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
body #header .inner .header-cont {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
@media screen and (max-width: 1024px) {
  body #header .inner .header-cont {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body #header .inner .header-cont .logo {
  width: 210px;
}
@media screen and (max-width: 1024px) {
  body #header .inner .header-cont .logo {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  body #header .inner .header-cont .header-navi {
    display: none;
  }
}
body #header .inner .header-cont .header-navi ul {
  display: flex;
}
body #header .inner .header-cont .header-navi ul li {
  margin: 12px 12px 0 0;
  padding: 8px 0;
  line-height: 1.25;
}
body #header .inner .header-cont .header-navi ul li a {
  margin-right: 11px;
  font-size: 16px;
  font-weight: 200;
}
body #header .inner .header-cont .header-navi ul li a:hover {
  font-weight: 400;
  color: #0A2570;
}
body #header .inner .header-cont .header-navi ul li:last-child {
  padding: 0;
  height: 44px;
  width: 148px;
  text-align: center;
}
body #header .inner .header-cont .header-navi ul li:last-child a {
  display: inline-block;
  width: 100%;
  line-height: 39px;
  border: 2px solid #0A2570;
  border-radius: 24px;
  transition: 0.3s all;
}
body #header .inner .header-cont .header-navi ul li:last-child a:hover {
  background-color: #0A2570;
  color: #fff;
  font-weight: 400;
}
body .sp-navi {
  position: fixed;
  z-index: 10;
  left: -120%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.3s;
  padding: 70px 25px;
}
body .sp-navi.panel-active {
  left: 0;
}
body .sp-navi ul li {
  margin-top: 30px;
}
body .sp-navi ul li a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #0a2c86;
}
body #footer {
  background-color: #0A2570;
  padding: 60px 20px;
}
@media screen and (max-width: 600px) {
  body #footer {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1024px) {
  body #footer .inner {
    display: block;
  }
}
body #footer .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
body #footer .inner .logo {
  width: 256px;
}
@media screen and (max-width: 600px) {
  body #footer .inner .logo {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  body #footer .inner .footer-navi {
    margin-top: 30px;
  }
}
body #footer .inner .footer-navi ul {
  display: flex;
  flex-flow: column wrap;
  max-width: 100%;
  max-height: 130px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
body #footer .inner .footer-navi ul li {
  line-height: 1.8;
}
body #footer .inner .footer-navi ul li a {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body #footer .inner .footer-navi ul li a {
    font-size: 13px;
  }
}/*# sourceMappingURL=common.css.map */