@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 10px;
  margin: auto;
}
html.menuon {
  overscroll-behavior: none;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: auto;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

section {
  position: relative;
  z-index: 3;
}

img {
  vertical-align: bottom;
}

p,
li,
dt,
dd,
h3,
th,
td {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p,
li,
dt,
dd,
h3,
th,
td {
    line-height: 1.75;
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
}

ul,
dl,
dt,
dd {
  padding-left: 0;
  margin: auto;
}

figure {
  margin: 0;
}

strong {
  font-weight: bold;
}

.en {
  font-family: "Roboto", sans-serif;
}

._ib {
  display: inline-block;
}

._nw {
  white-space: nowrap;
}

.lts-06 {
  letter-spacing: -0.06em;
}

.lts-12 {
  letter-spacing: -0.12em;
}

.lts-18 {
  letter-spacing: -0.18em;
}

.sec_h {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec_h {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  ._sp:not(._pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  ._pc:not(._sp) {
    display: none !important;
  }
}
/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 2;
  width: auto;
  height: 9.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
}
#header .sitename img {
  /*padding-top: 2rem;*/
  width: 15rem;
}
#header .btns {
  display: flex;
  gap: 2px;
}
#header .btns a {
  width: 15rem;
  height: 4rem;
  background: #0066ac;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
#header .btns a:hover {
  color: #0066ac;
  background: #fff;
}
#header .btns a.recruit {
  width: 7.0rem;
  font-size: 1.2rem;
  background: #919191;
}
#header .btns a.recruit:hover {
  color: #333;
  background: #fff;
}
@media (max-width: 767px) {
  #header {
    width: auto;
    height: 6rem;
    padding-left: 2rem;
  }
  #header .sitename img {
    width: 9rem;
  }
  #header .btns a {
    width: 7.0rem;
    height: 3rem;
    font-size: 1.0rem;
    max-width: 32vw;
    /*font-size: min(1.5rem, 4vw);*/
  }
  #header .btns a.recruit {
    font-size: 1.0rem;
    width: 5.0rem;
    max-width: 25vw;
  }
}


/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 5;
}
#footer .upper {
  background: #0066ac;
  color: #fff;
  padding: 13rem 0 2rem 3rem;
}
#footer .upper .logo img {
  width: 15rem;
}
#footer .upper dl {
  margin-top: 1.5rem;
}
#footer .upper dl div {
  gap: 2rem;
  display: flex;
}
#footer .upper dl div + div {
  margin-top: 0.5rem;
}
#footer .upper dl div dt,
#footer .upper dl div dd {
  margin: 0;
  font-size: 1.5rem;
}
#footer .upper dl div .name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
#footer .lower {
  background: #fff;
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .lower .privacy {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#footer .lower .privacy p {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
#footer .lower .copyright {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  #footer .upper {
    padding: 10rem 5vw 1.5rem;
  }
  #footer .upper .logo img {
    width: 12rem;
  }
  #footer .upper dl {
    margin-top: 1.5rem;
  }
  #footer .upper dl div {
    gap: 2rem;
    display: flex;
  }
  #footer .upper dl div + div {
    margin-top: 0.5rem;
  }
  #footer .upper dl div dt,
#footer .upper dl div dd {
    margin: 0;
    font-size: 1.3rem;
  }
  #footer .upper dl div dt {
    white-space: nowrap;
  }
  #footer .upper dl div .name {
    font-size: 1.6rem;
  }
  #footer .lower {
    padding: 2rem 5vw;
    flex-direction: column;
    gap: 3rem;
  }
  #footer .lower .privacy {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  #footer .lower .privacy img {
    min-width: 5rem;
  }
  #footer .lower .privacy p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  #footer .lower .copyright {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------
main
--------------------------------------------------------------*/
body.sitetop {
  padding-bottom: 28rem;
}
body.sitetop header {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  body.sitetop {
    padding-bottom: 50vw;
  }
}

main > section {
  position: relative;
}
main .inner {
  width: 128rem;
  margin: auto;
  padding: 0 5rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main {
    width: 100vw;
  }
  main .inner {
    width: 100%;
    padding: 0 5vw;
  }
}

main.sitetop {
  position: static;
  z-index: 2;
}
main.sitetop::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/ph_1.jpg) center center/cover;
}
main.sitetop div.uppersection {
  background: rgba(255, 255, 255, 0.7);
}
main.sitetop .multiply {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #0066ac;
  background: linear-gradient(90deg, #0066ac 30%, #318de8 100%);
  mix-blend-mode: multiply;
  position: absolute;
}
main.sitetop #lead {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
}
main.sitetop #lead h2 {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 767px) {
  main.sitetop #lead {
    padding-bottom: 3rem;
  }
  main.sitetop #lead h2 {
    font-size: 2.4rem;
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
main.sitetop #client {
  position: static;
  overflow: hidden;
}
main.sitetop #client .multiply {
  width: calc(50vw + 64rem);
  -webkit-clip-path: polygon(0 5rem, 100% 5rem, 100% 100%, 0 100%);
          clip-path: polygon(0 5rem, 100% 5rem, 100% 100%, 0 100%);
}
main.sitetop #client .inner {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
main.sitetop #client .sec_h {
  color: #0066ac;
}
main.sitetop #client ul {
  color: #fff;
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem calc(50% - 50rem);
}
main.sitetop #client ul li {
  border-left: 1px solid #fff;
  width: 33rem;
  padding-left: 1.5rem;
}
main.sitetop #client ul li h3 {
  font-size: 2.2rem;
  margin-top: -0.8rem;
  font-weight: bold;
}
main.sitetop #client ul li p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  opacity: 0.95;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  main.sitetop #client .multiply {
    width: 95vw;
    -webkit-clip-path: polygon(0 5rem, 100% 5rem, 100% 100%, 0 100%);
            clip-path: polygon(0 5rem, 100% 5rem, 100% 100%, 0 100%);
  }
  main.sitetop #client .inner {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    padding-right: 10vw;
  }
  main.sitetop #client ul {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem calc(50% - 50rem);
  }
  main.sitetop #client ul li {
    border-left: 1px solid #fff;
    width: 100%;
    padding-left: 1.2rem;
  }
  main.sitetop #client ul li h3 {
    font-size: 1.8rem;
  }
  main.sitetop #client ul li p {
    font-size: 1.4rem;
    opacity: 0.95;
    line-height: 1.7142857143;
  }
}
main.sitetop .middle {
  padding: 7rem 0 10rem;
  margin-bottom: 50rem;
}
main.sitetop .middle .inner {
  display: flex;
}
@media (max-width: 767px) {
  main.sitetop .middle {
    padding: 5rem 0 8rem;
    margin-bottom: 75vw;
  }
  main.sitetop .middle .inner {
    display: block;
  }
}
main.sitetop #number {
  padding-right: 5rem;
}
main.sitetop #number .sec_h {
  margin-bottom: 2rem;
}
main.sitetop #number .num {
  line-height: 1;
  color: #0066ac;
}
main.sitetop #number .num .en {
  font-size: 8.3rem;
}
main.sitetop #number .num .ja {
  font-size: 3.2rem;
}
main.sitetop #number .note {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 2rem;
}
main.sitetop #ratio {
  padding-left: 5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
main.sitetop #ratio .sec_h {
  margin-bottom: 2rem;
}
main.sitetop #ratio ul {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: column;
  gap: 1rem 6rem;
}
main.sitetop #ratio ul li {
  display: flex;
  gap: 1.5rem;
}
main.sitetop #ratio ul li .en {
  padding-top: 0.08em;
  font-size: 2.5rem;
  color: #0066ac;
}
main.sitetop #ratio ul li .en .percent {
  font-size: 75%;
}
main.sitetop #ratio ul li .category {
  font-size: 2.5rem;
  font-weight: bold;
}
main.sitetop #ratio ul li .category .small {
  font-size: 80%;
  white-space: nowrap;
}
main.sitetop #ratio ul li .note {
  font-size: 1.4rem;
  position: static;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  main.sitetop #ratio {
    padding-left: 0;
    margin-top: 5rem;
    padding-top: 5rem;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
  }
  main.sitetop #ratio .sec_h {
    margin-bottom: 2rem;
  }
  main.sitetop #ratio ul {
    display: block;
    margin-top: 1rem;
  }
  main.sitetop #ratio ul li {
    display: flex;
    gap: 1.5rem;
  }
  main.sitetop #ratio ul li + li {
    margin-top: 0.5rem;
  }
  main.sitetop #ratio ul li .en {
    padding-top: 0.08em;
    font-size: 2rem;
  }
  main.sitetop #ratio ul li .category {
    font-size: 2rem;
  }
  main.sitetop #ratio ul li .category .small {
    font-size: 80%;
  }
  main.sitetop #ratio ul li .note {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 400;
    position: relative;
    bottom: -0.3em;
  }
}
main.sitetop .lowersection {
  padding-top: 1px;
  position: relative;
  z-index: 1;
}
main.sitetop .lowersection .bg2 {
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/ph_2.jpg) center center/cover;
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
  top: 0;
}
main.sitetop #standard {
  margin: auto;
  position: static;
  padding: 9rem 0;
}
main.sitetop #standard .multiply {
  width: calc(50vw + 64rem);
}
main.sitetop #standard .inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #fff;
}
main.sitetop #standard ul {
  margin-top: 3rem;
}
main.sitetop #standard ul li {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
}
main.sitetop #standard ul li .num {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  line-height: 1.6;
  padding-top: 0.1em;
}
main.sitetop #standard ul li .body {
  line-height: 1.6;
  font-size: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 1rem 1rem 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  main.sitetop #standard {
    position: static;
    padding: 7rem 0;
  }
  main.sitetop #standard .multiply {
    width: 95vw;
  }
  main.sitetop #standard .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  main.sitetop #standard ul {
    margin-top: 3rem;
    padding-right: 5vw;
  }
  main.sitetop #standard ul li {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
  }
  main.sitetop #standard ul li .num {
    font-size: 1.9rem;
    line-height: 1.6;
    padding-top: 0.1em;
  }
  main.sitetop #standard ul li .body {
    line-height: 1.6;
    font-size: 1.9rem;
    padding: 0 1rem 1rem 1rem;
  }
}
main.sitetop #profile {
  padding: 10rem 0;
  background: rgba(255, 255, 255, 0.7);
}
main.sitetop #profile dl div {
  margin-top: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
main.sitetop #profile dl div dt {
  font-size: 1.8rem;
  line-height: 1;
  border-right: 1px solid #000;
  white-space: nowrap;
  margin: 0;
  position: relative;
  top: 0.7em;
  width: 9rem;
  flex-grow: 0;
  flex-shrink: 0;
}
main.sitetop #profile dl div dd {
  font-size: 2.5rem;
  line-height: 1.68;
  font-weight: bold;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  main.sitetop #profile {
    padding: 6rem 0;
  }
  main.sitetop #profile dl div {
    margin-top: 3rem;
  }
  main.sitetop #profile dl div dt {
    font-size: 1.6rem;
    line-height: 1;
    top: 0.5em;
    width: 7rem;
  }
  main.sitetop #profile dl div dd {
    font-size: 1.9rem;
    line-height: 1.68;
    font-weight: bold;
    padding-left: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */