@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;
}

*:focus {
  outline: none;
}

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;
}

.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;
}

.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;
  }
}
.section .ttl {
  line-height: 48px;
  color: #003694;
}

#fullpage {
  width: 100%;
  height: calc(100vh - 56px);
  position: relative;
  margin-top: 56px;
}

.hero-section {
  width: 100%;
  height: calc(100vh - 56px);
  background: url("../img/top/hero-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position-x: center;
  background-position-y: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-section .hero-copy {
  color: #fff;
  margin-left: 34px;
  margin-bottom: 100px;
}
.hero-section .hero-copy .ttl {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  line-height: 1.333;
}
.hero-section .hero-copy .txt {
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}

.hero-bottom-section {
  padding: 40px 20px 60px;
  background-color: #f0f7ff;
  position: relative;
  z-index: 5;
}
.hero-bottom-section .ttl {
  margin-bottom: 45px;
  text-align: left;
  color: #003694;
}
.hero-bottom-section .txt {
  color: #003694;
}
.hero-bottom-section .txtbox {
  margin-bottom: 40px;
}
.hero-bottom-section .imgTop {
  display: flex;
}
.hero-bottom-section .imgTop .scrollFx {
  padding-top: 50%;
}
.hero-bottom-section .imgTop .img {
  flex-basis: 100%;
}
.hero-bottom-section .imgTop .img img {
  width: 100%;
}
.hero-bottom-section .imgBottom .img img {
  width: 100%;
}

.strength-section {
  z-index: 4;
}
.strength-section .strength-container {
  padding-top: 60px;
  background-color: #f7fbff;
  overflow: hidden;
}
.strength-section .ttl {
  margin-bottom: 45px;
}
.strength-section .txt {
  padding: 0 20px;
  margin-bottom: 40px;
}
.strength-section .strength-img img {
  width: 100%;
  object-fit: cover;
}
.strength-section .strength-box-contents {
  margin: -35px 20px 52px;
  background-color: #fff;
  padding: 25px 30px 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 54, 148, 0.1);
  position: relative;
  z-index: 3;
}
.strength-section .strength-box-contents .strength-num {
  font-family: "Isidora", sans-serif;
  font-weight: normal;
  font-size: 6rem;
  letter-spacing: 0.02em;
  line-height: 72px;
  text-align: center;
  color: #003694;
}
.strength-section .strength-box-contents .strength-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 34px;
  color: #003694;
  margin-bottom: 30px;
  text-align: center;
}
.strength-section .strength-box-contents .strength-txt {
  color: #003694;
}
.strength-section .scrollFx {
  padding-top: 66.7%;
}

.service-section {
  background-color: #f0f7ff;
  z-index: 3;
}
.service-section .scrollFx {
  padding-top: 20.8%;
}
.service-section .ttl {
  margin-bottom: 25px;
}
.service-section .txt p {
  font-size: 1.3rem;
  line-height: 2;
}
.service-section .service-container {
  padding: 60px 20px;
}
.service-section .service-header {
  margin-bottom: 40px;
}
.service-section .service-box:not(:last-of-type) {
  background: url(../img/top/line-dotted-navy.svg) repeat-x bottom;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.service-section .service-box .ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #003694;
  margin-bottom: 23px;
}
.service-section .service-box .txt {
  margin-bottom: 60px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #222;
}
.service-section .service-box h4 {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #003694;
  margin-bottom: 14px;
}
.service-section .service-box .service-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-section .service-box .service-list {
  flex-basis: 49%;
  margin-bottom: 10px;
}
.service-section .service-box .service-list .service-btn {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 54, 148, 0.1);
  padding: 6px 6px 7px;
  cursor: pointer;
}
.service-section .service-box .service-list .service-btn:hover .service-list-img img {
  transform: scale(1.1);
}
.service-section .service-box .service-list .service-btn:hover .service-ttl {
  color: #0054e6;
  margin: 0;
}
.service-section .service-box .service-list .service-btn .service-list-img {
  margin-bottom: 6px;
  margin-inline: auto;
  overflow: hidden;
}
.service-section .service-box .service-list .service-btn .service-list-img img {
  transition: transform 0.5s ease;
}
.service-section .service-box .service-list .service-btn .service-ttl {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 16px;
  text-align: center;
  color: #003694;
  background: url(../img/common/arrow-right-gray.svg) no-repeat right;
  margin: 0 8px;
}

.modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal_box {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  max-width: 840px;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 1vw;
  text-align: center;
}

.modal__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.modalArea {
  flex-basis: 100%;
  background-color: #fff;
  padding: 10px 10px 30px;
  filter: drop-shadow(0px 3px 20px #6a6a6a);
  border-radius: 6px;
  overflow-y: scroll;
  max-height: 100vh;
}
.modalArea .modal-img img {
  border-radius: 4px;
  width: 100%;
  object-fit: cover;
}
.modalArea .modal-ttl {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #333;
  margin: 20px 10px 10px;
}
.modalArea .modal-list p {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #333;
  position: relative; /*基準位置*/
  padding-left: 1.8em;
}
.modalArea .modal-list p::before {
  border-radius: 50%; /*丸くする*/
  width: 3px; /*点の幅*/
  height: 3px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: 10px; /*点の位置*/
  top: 0.8em; /*点の位置*/
  content: "";
  background: #333; /*点の色*/
}
.modalArea .modal-list p .example {
  font-size: 1.1rem;
  padding-left: 1.4rem;
  display: block;
  line-height: 18px;
  margin-bottom: 3px;
}

.modalClose {
  display: block;
  background-color: #003694;
  color: #fff;
  max-width: 262px;
  height: 50px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 50px;
  text-align: center;
  border-radius: 28.5px;
  margin: 20px auto 0;
  cursor: pointer;
}

.modal_switch {
  cursor: pointer;
}

.modal_switch-hidden {
  visibility: hidden;
}

.modal-before p,
.modal-after p {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.modal-before p img,
.modal-after p img {
  width: 70%;
}

.jobSearch-section {
  background-color: #fff;
  z-index: 2;
}
.jobSearch-section .jobSearch-hero .scrollFx {
  padding-top: 69.3%;
}
.jobSearch-section .jobSearch-content {
  padding: 60px 20px;
}
.jobSearch-section .jobSearch-content .ttl {
  margin-bottom: 25px;
}
.jobSearch-section .jobSearch-content .jobSearch-btn {
  margin: 40px auto 0;
  display: block;
  text-align: center;
  border: 2px solid #003694;
  width: 100%;
  max-width: 330px;
  height: 62px;
  border-radius: 31px;
  background: #fff;
  position: relative;
  transition: 0.2s;
  color: #003694;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 56px;
  z-index: 1;
}
.jobSearch-section .jobSearch-content .jobSearch-btn img {
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 8px;
  width: auto;
}
.jobSearch-section .jobSearch-content .jobSearch-btn::after {
  content: url(../img/common/arrow-right-blue.svg);
  position: absolute;
  right: 17px;
}
.jobSearch-section .jobSearch-content .jobSearch-btn:hover {
  background: #e6efff;
  opacity: 1;
}
.jobSearch-section .jobSearch-bottom .scrollFx {
  padding-top: 39.2%;
}

.about-section {
  background-color: #f0f7ff;
  z-index: 1;
  overflow: hidden;
}
.about-section .about-container {
  padding: 60px 20px 80px;
}
.about-section .about-ttl {
  color: #003694;
  margin-bottom: 25px;
}
.about-section .about-txt {
  margin-bottom: 40px;
}
.about-section .about-img {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.about-section .company-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #003694;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 23px;
}
.about-section .company-table {
  overflow: hidden;
  margin: 0 atuo;
  width: 100%;
}
.about-section .company-table tr {
  padding: 20px 10px;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.about-section .company-table th {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #003694;
  flex-basis: 34%;
}
.about-section .company-table td {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #333;
  flex-basis: 96%;
  color: #000;
}
.about-section .company-table .work-list {
  margin-bottom: 10px;
  position: relative; /*基準位置*/
  padding-left: 1em;
}
.about-section .company-table .work-list:before {
  border-radius: 50%; /*丸くする*/
  width: 3px; /*点の幅*/
  height: 3px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: 0; /*点の位置*/
  top: 0.8em; /*点の位置*/
  content: "";
  background: #333; /*点の色*/
}
.about-section .company-table .work-example {
  margin-top: 20px;
}
.about-section .company-table .work-example .work-example-ttl {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #333;
}
.about-section .company-table .work-example ul li {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #333;
  position: relative; /*基準位置*/
  padding-left: 0.8em;
}
.about-section .company-table .work-example ul li:before {
  border-radius: 50%; /*丸くする*/
  width: 2px; /*点の幅*/
  height: 2px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: 0; /*点の位置*/
  top: 0.8em; /*点の位置*/
  content: "";
  background: #333; /*点の色*/
}

.access-section {
  background-color: #f0f7ff;
  z-index: 0;
  overflow: hidden;
}

.access-box {
  background-color: #fff;
  margin: 0 20px 80px;
  border-radius: 6px;
  padding: 10px 10px 20px;
}

.access-wrap-top {
  margin-bottom: 80px;
}

.access-map {
  position: relative;
  width: 100%;
  height: 330px;
  padding-top: 56.25%; /*16:9の比率にしたい場合、9/16=56.25%*/
}

.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-contents {
  margin: 20px 10px 0;
}

.access-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 40px;
  text-align: left;
  color: #003694;
  margin-bottom: 25px;
}

.access-companyName {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 16px;
  text-align: left;
  color: #003694;
  margin-bottom: 20px;
}

.access-txt {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #003694;
}
.access-txt:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hero-section {
    width: 100%;
    height: 100vh;
    background: url("../img/top/hero1920x1080.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-section .hero-copy {
    position: absolute;
    right: 10%;
  }
  .hero-section .hero-copy .ttl {
    font-size: 6.8rem;
    line-height: 90px;
    margin-bottom: 20px;
  }
  .hero-section .hero-copy .txt {
    font-size: 2rem;
  }
  #fullpage {
    height: 100vh;
    margin-top: 76px;
  }
  #fullpage .hero-section {
    height: 100vh;
  }
  #fullpage .hero-section .hero-copy {
    right: 1%;
    top: 30%;
  }
  .strength-section .strength-box-contents .strength-num {
    font-size: 8rem;
    line-height: 100px;
  }
  .strength-section .strength-box-contents .strength-ttl {
    font-size: 2.8rem;
    text-align: left;
  }
  .service-section .service-box .ttl {
    font-size: 3.8rem;
    margin-bottom: 43px;
  }
  .service-section .service-box .txt p {
    font-size: 1.5rem;
    line-height: 2.133;
  }
  .service-section .service-box h4 {
    font-size: 2rem;
  }
  .service-section .service-box .service-list:first-child {
    margin-bottom: 14px;
  }
  .service-section .service-box .service-list .service-btn {
    padding: 10px 10px 22px;
  }
  .service-section .service-box .service-list .service-btn .service-list-img {
    margin-bottom: 22px;
  }
  .service-section .service-box .service-list .service-btn .service-list-img img {
    width: 100%;
  }
  .service-section .service-box .service-list .service-btn .service-ttl {
    font-size: 18px;
    line-height: 28px;
    background-size: 8px;
  }
  .jobSearch-section .jobSearch-content .jobSearch-btn {
    max-width: 380px;
    height: 80px;
    border-radius: 50px;
    line-height: 78px;
  }
  .jobSearch-section .jobSearch-content .jobSearch-btn p {
    font-size: 18px;
    line-height: 72px;
  }
  .about-section .company-ttl {
    font-size: 2.8rem;
  }
  .about-section .about-img {
    margin-top: 30px;
  }
  .about-section .company-table th,
  .about-section .company-table td {
    font-size: 1.8rem;
    line-height: 32px;
  }
  .about-section .company-table .work-example .work-example-ttl,
  .about-section .company-table .work-example ul li {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .access-ttl {
    font-size: 4rem;
    margin-bottom: 43px;
  }
  .access-companyName {
    font-size: 2rem;
  }
  .access-txt {
    font-size: 1.8rem;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  #fullpage {
    margin-top: 0;
  }
  .hero-bottom-section {
    padding-top: 200px;
    padding-bottom: 90px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .hero-bottom-section .hero-bottom-container {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-bottom-section .hero-bottom-container .ttl {
    font-size: 6rem;
    line-height: 80px;
  }
  .hero-bottom-section .hero-bottom-container .hero-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .hero-bottom-section .hero-bottom-container .hero-bottom-grid .txtbox {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 54px;
    padding-right: 54px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .hero-bottom-section .hero-bottom-container .hero-bottom-grid .txtbox .txt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .hero-bottom-section .hero-bottom-container .hero-bottom-grid .txtbox .txt:first-child {
    margin-bottom: 35px;
  }
  .hero-bottom-section .hero-bottom-container .hero-bottom-grid .imgTop {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .hero-bottom-section .hero-bottom-container .hero-bottom-grid .imgBottom {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .strength-section {
    background: #f7fbff;
  }
  .strength-section .strength-container {
    padding: 140px 70px 140px;
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
  }
  .strength-section .strength-header {
    display: flex;
    align-items: center;
    margin-bottom: 47px;
  }
  .strength-section .strength-header .ttl {
    font-size: 4.8rem;
    line-height: 72px;
    text-align: left;
    margin-bottom: 0;
  }
  .strength-section .strength-header .txt {
    padding: 0 0 0 60px;
    margin: 0;
  }
  .strength-section .strength-box {
    display: flex;
    align-items: center;
  }
  .strength-section .strength-box:not(:last-child) {
    margin-bottom: 80px;
  }
  .strength-section .strength-box:nth-child(odd) .strength-box-contents {
    margin: 0 0 0 -180px;
    position: relative;
    right: 0;
  }
  .strength-section .strength-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .strength-section .strength-box:nth-child(even) .strength-box-contents {
    margin: 0 -180px 0 0;
    position: relative;
    left: 0;
  }
  .strength-section .strength-img {
    flex-basis: 1000px;
    max-width: 1000px;
  }
  .strength-section .strength-box-contents {
    width: 700px;
    border-radius: 6px;
    padding: 100px 100px 80px;
  }
  .strength-section .strength-box-contents:nth-child(odd) {
    margin: 0 0 0 -180px;
  }
  .strength-section .strength-box-contents .strength-num {
    font-size: 10rem;
    font-weight: normal;
    line-height: 72px;
    text-align: right;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .service-section .service-container {
    margin: 0 auto;
    padding: 120px 70px;
  }
  .service-section .service-header {
    margin-bottom: 120px;
  }
  .service-section .ttl {
    font-size: 4.8rem;
    line-height: 72px;
    margin-bottom: 27px;
  }
  .service-section .txt {
    font-size: 1.6rem;
    line-height: 32px;
    text-align: center;
  }
  .service-section .service-box:not(:last-of-type) {
    padding-bottom: 120px;
    margin-bottom: 80px;
  }
  .service-section .service-box .ttl {
    font-size: 3.8rem;
    line-height: 50px;
    text-align: center;
    margin-bottom: 44px;
  }
  .service-section .service-box .txt {
    font-size: 1.5rem;
    line-height: 32px;
    text-align: left;
    color: #333;
    margin-bottom: 33px;
  }
  .service-section .service-box h4 {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 9px;
  }
  .service-section .service-box .service-ul {
    justify-content: space-between;
  }
  .service-section .service-box .service-ul::after {
    content: "";
    display: block;
    width: 32%;
  }
  .service-section .service-box .service-ul .service-list {
    flex-basis: 32%;
  }
  .service-section .service-box .service-ul .service-list:first-child {
    margin-bottom: 30px;
  }
  .modal_box {
    width: auto;
    max-width: none;
  }
  .modal_box .modal__inner {
    justify-content: center;
  }
  .modal_box .modal__inner .modal_switch:first-child {
    margin-right: 120px;
  }
  .modal_box .modal__inner .modal_switch:last-child {
    margin-left: 120px;
  }
  .modal_box .modal__inner .modal_switch .modal-before p,
  .modal_box .modal__inner .modal_switch .modal-after p {
    font-size: 20px;
    line-height: 28px;
  }
  .modal_box .modal__inner .modal_switch .modal-before p:first-child,
  .modal_box .modal__inner .modal_switch .modal-after p:first-child {
    margin-bottom: 40px;
  }
  .modal_box .modal__inner .modal_switch .modal-before p img,
  .modal_box .modal__inner .modal_switch .modal-after p img {
    width: 60px;
    height: 120px;
  }
  .modal_box .modal__inner .modalArea {
    flex-basis: 600px;
  }
  .modal_box .modal__inner .modalArea .modal-ttl {
    margin: 20px 30px 14px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    color: #222;
  }
  .modal_box .modal__inner .modalArea .modal-contents {
    margin: 0 30px 40px;
  }
  .modal_box .modal__inner .modalArea .modal-contents .modal-list p {
    font-size: 16px;
    line-height: 28px;
    color: #222;
  }
  .modal_box .modal__inner .modalArea .modal-contents .modal-list p .example {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #222;
  }
  .modal_box .modal__inner .modalArea .modalClose {
    width: 262px;
    height: 57px;
    font-size: 20px;
    line-height: 57px;
  }
  .jobSearch-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 61% 39%;
    overflow: hidden;
  }
  .jobSearch-section .jobSearch-hero {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .jobSearch-section .jobSearch-hero img {
    height: 100%;
    object-fit: cover;
  }
  .jobSearch-section .jobSearch-content {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .jobSearch-section .jobSearch-content .jobSearch-content-inner {
    width: 600px;
  }
  .jobSearch-section .jobSearch-content .ttl {
    font-size: 4.8rem;
    line-height: 72px;
    margin-bottom: 47px;
  }
  .jobSearch-section .jobSearch-content .txt {
    font-size: 1.6rem;
    line-height: 32px;
    color: #000;
  }
  .jobSearch-section .jobSearch-content .jobSearch-btn {
    margin-top: 60px;
    width: 450px;
    height: 62px;
    line-height: 60px;
  }
  .jobSearch-section .jobSearch-content .jobSearch-btn p {
    line-height: 62px;
    font-size: 20px;
  }
  .jobSearch-section .jobSearch-content .jobSearch-btn p img {
    width: 52px;
    margin-right: 8px;
  }
  .jobSearch-section .jobSearch-content .jobSearch-btn p::after {
    right: 20px;
    top: -3px;
    width: 10px;
  }
  .jobSearch-section .jobSearch-bottom {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .jobSearch-section .jobSearch-bottom img {
    height: 100%;
    object-fit: cover;
  }
  .about-section .about-container {
    margin: 0 auto;
    padding: 220px 70px 159px;
  }
  .about-section .about-container .about-ttl {
    font-size: 4.8rem;
    line-height: 72px;
    margin-bottom: 67px;
  }
  .about-section .about-container .txt {
    font-size: 1.6rem;
    line-height: 32px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }
  .about-section .about-container .about-img {
    margin-bottom: 134px;
  }
  .about-section .about-container .about-img img {
    width: 400px;
  }
  .about-section .about-container .company-ttl {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 24px;
  }
  .about-section .about-container .company-table tr {
    padding: 32px 20px;
  }
  .about-section .about-container .company-table tr th,
  .about-section .about-container .company-table tr td {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .about-section .about-container .company-table tr th {
    width: 240px;
  }
  .about-section .about-container .company-table .work-example .work-example-ttl,
  .about-section .about-container .company-table .work-example ul li {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 24px;
    color: #000;
  }
  .access-section {
    padding-bottom: 200px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .access-section .access-box {
    margin: 0 auto;
    padding: 60px;
  }
  .access-section .access-box .access-wrap-top {
    margin-bottom: 40px;
  }
  .access-section .access-box .access-wrap {
    display: flex;
  }
  .access-section .access-box .access-wrap .access-map-wrap {
    flex-basis: 50%;
  }
  .access-section .access-box .access-wrap .access-map-wrap .access-map {
    height: 100%;
  }
  .access-section .access-box .access-wrap .access-contents {
    flex-basis: 50%;
    margin: 0;
    padding-left: 60px;
  }
  .access-section .access-box .access-wrap .access-contents .access-ttl {
    font-size: 4.8rem;
    line-height: 72px;
    margin-bottom: 37px;
  }
  .access-section .access-box .access-wrap .access-contents .access-companyName {
    font-size: 2.2rem;
    line-height: 28px;
    margin-bottom: 31px;
  }
  .access-section .access-box .access-wrap .access-contents .access-txt {
    font-size: 1.6rem;
    line-height: 32px;
  }
}
@media screen and (min-width: 1520px) {
  #fullpage .hero-section .hero-copy {
    right: 12%;
  }
  .hero-bottom-section .hero-bottom-container .hero-bottom-grid .txtbox .txt {
    font-size: 1.6rem;
  }
  .strength-section .strength-container {
    max-width: 100%;
  }
  .company-ttl {
    max-width: 1020px;
    margin: 0 auto;
  }
  .company-table {
    max-width: 1020px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=top.css.map */
