@charset "UTF-8";
/* color */
/* font */
@font-face {
  font-family: "Isidora";
  src: url("../fonts/Isidora-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Isidora";
  src: url("../fonts/Isidora-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* ヘッダーの高さ */
/* common */
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: normal;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 3.2rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 40px;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  padding: 0;
  margin: 0;
}

img,
video {
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  opacity: 0.7;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input,
select,
button,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}

.pc,
.pc-space {
  display: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

p {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 28px;
}

.link-text {
  color: #0054e6;
  text-decoration: underline;
}

.link-text:hover {
  color: #0054e6;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

.scrollFx {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}

.scrollFx__mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  overflow: hidden;
  transition: width 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.scrollFx__mask:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #d2dced;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.scrollFx.appear .scrollFx__mask {
  width: 100%;
}
.scrollFx.appear .scrollFx__mask:before {
  transform: scaleX(0);
}
.scrollFx.img2 .scrollFx__mask {
  transition-delay: 0.25s;
}
.scrollFx.img2 .scrollFx__mask::before {
  transition-delay: 0.75s;
}
.scrollFx.img3 .scrollFx__mask {
  transition-delay: 0.55s;
}
.scrollFx.img3 .scrollFx__mask::before {
  transition-delay: 1.05s;
}

.section {
  padding-top: 56px;
  margin-top: -56px;
  position: relative;
}

span.noLineBreak {
  display: inline-block;
}

.sp-button-blue {
  margin: 0 auto;
  display: block;
  background-color: #0054e6;
  border-radius: 30px;
  max-width: 330px;
  height: 62px;
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
}

.button-contact p {
  font-size: 16px;
  height: 62px;
  line-height: 62px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.button-contact p img {
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 7px;
  width: auto;
}
.button-contact p::after {
  content: url(../img/common/arrow-right-white.svg);
  position: absolute;
  right: 17px;
}

.button-tel p {
  line-height: 0.2;
  padding-top: 10px;
  font-family: "Isidora", sans-serif;
}
.button-tel p img {
  vertical-align: middle;
  width: auto;
}
.button-tel p span.num {
  font-size: 24px;
  font-family: "Isidora", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.button-tel p span.small {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.headerLogo {
  height: 20px;
}

.header .header-sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: 56px;
}
.header .header-sp .wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
  background-color: #003694;
  color: #fff;
}
.header .header-sp .wrap .logo {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 133.36px;
}
.header .header-sp .wrap .hamburger {
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
}
.header .header-sp .wrap .hamburger .hamburger-icon {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 2px;
}
.header .header-sp .wrap .hamburger .hamburger-icon span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.header .header-sp .wrap .hamburger .hamburger-icon .hamburger-close {
  display: none;
}
.header .header-sp .wrap .hamburger.active img {
  transform: translateY(8px) rotate(90deg);
}
.header .header-sp .wrap .hamburger.active span.hamburger-menu {
  display: none;
}
.header .header-sp .wrap .hamburger.active span.hamburger-close {
  display: block;
  line-height: 32px;
}
.header .menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms ease-out, visibility 800ms ease-out;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  max-height: calc(100% - 56px);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background-color: #003694;
  padding: 15px 0;
}
.header .menu.active {
  visibility: visible;
  opacity: 1;
}
.header .menu .menu-container {
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.header .menu .menu-container::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
.header .menu nav .menu-list-main {
  margin-bottom: 10px;
}
.header .menu nav .menu-list-main .menu-item {
  list-style-type: none;
  padding: 0;
}
.header .menu nav .menu-list-main .menu-item .menu-link {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-tap-highlight-color: #0054e6;
}
.header .menu nav .menu-list-main .menu-item .menu-link:hover {
  background-color: #0054e6;
  opacity: 1;
}
.header .menu nav .menu-list-sub {
  margin-bottom: 14px;
}
.header .menu nav .menu-list-sub .menu-item .menu-link {
  font-size: 14px;
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
.header .menu nav .menu-list-sub .menu-item .menu-link:hover {
  background-color: #0054e6;
}
.header .menu nav .menu-list-sub .menu-item .externalLink::after {
  content: url(../img/common/externalLink-white.svg);
  position: relative;
  top: 5px;
  left: 3px;
}
.header .menu nav .menu-list-button {
  padding: 0 20px;
}
.header .menu nav .menu-list-button .menu-item {
  margin: 0 auto 20px;
}

.header-pc {
  display: none;
}

.footer {
  padding: 50px 20px 24px;
  background-color: #001a46;
  color: #fff;
}
.footer .footer-ttl {
  font-size: 2.8rem;
}
.footer .footer-txt {
  margin-top: 25px;
  margin-bottom: 46px;
}
.footer .menu-item {
  margin-bottom: 20px;
}
.footer .menu-item:last-child {
  margin-bottom: 0;
}
.footer .footer-bottom {
  margin-top: 60px;
}
.footer .footer-logo {
  margin-bottom: 20px;
}
.footer .footer-logo img {
  height: 20px;
  width: auto;
}
.footer .footer-address {
  margin-bottom: 45px;
}
.footer .copyright {
  text-align: right;
}
.footer .copyright .logo {
  width: 80px;
}
.footer .copyright .txt {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
.footer .copyright .txt small {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #f7f7f7;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  h2 {
    font-size: 4.6rem;
    line-height: 66px;
  }
  h3 {
    font-size: 2.8rem;
  }
  p {
    font-size: 1.8rem;
    line-height: 38px;
  }
  .section {
    padding-top: 76px;
    margin-top: -76px;
    position: relative;
  }
  .sp-button-blue {
    border-radius: 50px;
    max-width: 380px;
    height: 80px;
  }
  .button-contact p {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
  }
  .button-contact p img {
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 7px;
  }
  .button-contact p::after {
    content: url(../img/common/arrow-right-white.svg);
    position: absolute;
    right: 17px;
  }
  .button-tel p {
    line-height: 0.3;
    padding-top: 18px;
  }
  .button-tel p img {
    vertical-align: middle;
  }
  .button-tel p span.num {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }
  .button-tel p span.small {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .headerLogo {
    height: 26px;
  }
  .header .header-sp {
    height: 76px;
  }
  .header .header-sp .wrap .logo {
    top: 24px;
  }
  .header .header-sp .wrap .hamburger {
    height: 76px;
  }
  .header .header-sp .wrap .hamburger .hamburger-icon img {
    width: 34px;
  }
  .header .header-sp .wrap .hamburger .hamburger-icon span {
    font-size: 11px;
  }
  .header .menu {
    top: 76px;
  }
  .header .menu nav .menu-list-main {
    margin-bottom: 20px;
  }
  .header .menu nav .menu-list-main .menu-item .menu-link {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
  }
  .header .menu .menu-list-sub .menu-item .menu-link {
    font-size: 16px;
    line-height: 52px;
  }
  .header .menu .menu-list-button .menu-item {
    margin: 0 auto 30px;
  }
  .footer .footer-ttl {
    font-size: 4.6rem;
  }
  .footer .footer-txt {
    text-align: center;
  }
  .footer .footer-logo img {
    height: 26px;
    width: auto;
  }
  .footer .menu-item {
    margin-bottom: 30px;
  }
  .footer .copyright .txt small {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc-space {
    display: inline;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .headerLogo {
    height: 95%;
  }
  .section {
    padding-top: 100px;
    margin-top: -100px;
    position: relative;
  }
  .header .header-sp {
    display: none;
  }
  .header .header-pc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    display: block;
    width: 100%;
    height: 100px;
  }
  .header .header-pc .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 70px;
  }
  .header .header-pc .wrap .headerPC-left .logo {
    transition: all 0.1s ease-out;
  }
  .header .header-pc .wrap .headerPC-left .logo:hover {
    opacity: 0.7;
  }
  .header .header-pc .wrap .headerPC-left .logo h1 img {
    height: 31px;
  }
  .header .header-pc .wrap .headerPC-left .logo h1 .headerLogo-w {
    display: block;
  }
  .header .header-pc .wrap .headerPC-left .logo h1 .headerLogo-b {
    display: none;
  }
  .header .header-pc .wrap .headerPC-left {
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center; /*上下中央揃え*/
  }
  .header .header-pc .wrap .header-nav {
    display: flex;
  }
  .header .header-pc .wrap .header-nav .list {
    display: flex;
  }
  .header .header-pc .wrap .header-nav .list .item .link {
    color: #fff;
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin-right: 16px;
    height: 60px;
    display: block;
    line-height: 60px;
    transition: all 0.1s ease-out;
  }
  .header .header-pc .wrap .header-nav .list .item .link:hover {
    opacity: 0.7;
  }
  .header .header-pc .wrap .header-nav .list-button {
    display: flex;
  }
  .header .header-pc .wrap .header-nav .list-button .item:first-child {
    margin-right: 16px;
  }
  .header .header-pc .wrap .header-nav .list-button .item .linkBtn {
    display: block;
    width: 195px;
    min-width: 195px;
    height: 60px;
    width: auto;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-job {
    background: rgba(255, 255, 255, 0.5);
    color: #003694;
    line-height: 60px;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-job::after {
    content: url(../img/common/externalLink-blue.svg);
    position: relative;
    top: 7px;
    left: 3px;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-job:hover {
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-contact {
    background-color: #003694;
    color: #fff;
    line-height: 20px;
    padding-top: 8px;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-contact span {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .header .header-pc .wrap .header-nav .list-button .item .link-contact:hover {
    background-color: rgba(0, 54, 148, 0.7);
    opacity: 1;
  }
  .header .header-pc.bg-white {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    color: #333;
    transition: all 1s;
  }
  .header .header-pc.bg-white .wrap .headerPC-left .logo h1 .headerLogo-w {
    display: none;
  }
  .header .header-pc.bg-white .wrap .headerPC-left .logo h1 .headerLogo-b {
    display: block;
  }
  .header .header-pc.bg-white .wrap .header-nav .list .item .link {
    color: #003694;
  }
  .header .header-pc.bg-white .wrap .header-nav .list .item .link:hover {
    opacity: 0.7;
  }
  .header .header-pc.bg-white .wrap .header-nav .list-button .item .link-job {
    background: #b8d1fa;
    opacity: 1;
  }
  .header
    .header-pc.bg-white
    .wrap
    .header-nav
    .list-button
    .item
    .link-job:hover {
    background: rgba(184, 209, 250, 0.7);
  }
  .footer {
    padding: 110px 70px 0;
  }
  .footer .section-inner {
    max-width: 100%;
    margin: 0;
    padding: 0 0 60px;
  }
  .footer .footer-contact .footer-contact-top {
    display: flex;
    margin-bottom: 47px;
  }
  .footer .footer-contact .footer-contact-top .footer-ttl {
    font-size: 4.8rem;
    line-height: 72px;
  }
  .footer .footer-contact .footer-contact-top .footer-txt {
    margin-left: 60px;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 0;
  }
  .footer .footer-contact .menu-list-button {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .footer .footer-contact .menu-list-button .menu-item:not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-contact {
    width: 450px;
    height: 80px;
    max-width: 100%;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-contact p {
    font-size: 20px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-contact p img {
    width: 52px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel {
    background: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel p {
    padding-top: 0;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel p .pc {
    display: inline-block;
    vertical-align: top;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel p .num {
    font-size: 45px;
    letter-spacing: 0.1em;
    line-height: 60px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-tel p .small {
    font-size: 14px;
    line-height: 0;
  }
  .footer .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-bottom .footer-logo {
    margin-bottom: 12px;
  }
  .footer .footer-bottom .footer-address {
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 26px;
  }
  .footer .footer-bottom .copyright .txt {
    text-align: left;
    margin-top: 0;
  }
  .footer .footer-bottom .copyright .txt small {
    font-size: 1.2rem;
    line-height: 2.3333;
    color: #f7f7f7;
  }
  .footer .footer-bottom .footer-menu nav ul {
    display: flex;
  }
  .footer .footer-bottom .footer-menu nav ul .footer-menu-left,
  .footer .footer-bottom .footer-menu nav ul .footer-menu-center {
    margin-right: 40px;
  }
  .footer .footer-bottom .footer-menu nav ul .footer-menu-list {
    background: url(../img/common/icon-fotterDot.svg) no-repeat left center;
  }
  .footer .footer-bottom .footer-menu nav ul a {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.25;
    text-align: left;
    color: #fff;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1520px) {
  .header .header-pc .wrap .headerPC-left .logo h1 img {
    height: 100%;
  }
  .header .header-pc .wrap .header-nav .list .item .link {
    margin-right: 40px;
    font-size: 1.8rem;
  }
  .header .header-pc .wrap .header-nav .list-button .item .linkBtn {
    width: 240px;
    font-size: 18px;
  }
  .footer .footer-contact .menu-list-button .menu-item .button-contact {
    width: 450px;
  }
  .footer .footer-bottom .footer-menu nav ul .footer-menu-left,
  .footer .footer-bottom .footer-menu nav ul .footer-menu-center {
    margin-right: 60px;
  }
} /*# sourceMappingURL=common.css.map */
