@charset "UTF-8";
/* Scss Document */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
small {
  font-size: 80%; }

strong, .bold {
  font-weight: 700; }

.fs12 {
  font-size: 1.2rem; }

.fs14 {
  font-size: 1.4rem; }

.fs16 {
  font-size: 1.6rem; }

.fs18 {
  font-size: 1.8rem; }

.fs20 {
  font-size: 2.0rem; }

.fs22 {
  font-size: 2.2rem; }

.fs24 {
  font-size: 2.4rem; }

.fs26 {
  font-size: 2.6rem; }

.fs28 {
  font-size: 2.8rem; }

.fs30 {
  font-size: 3.0rem; }

.fs32 {
  font-size: 3.2rem; }

.fs36 {
  font-size: 3.6rem; }

.fs40 {
  font-size: 4.0rem; }

.fs46 {
  font-size: 4.6rem; }

.fs48 {
  font-size: 4.8rem; }

.fs50 {
  font-size: 5.0rem; }

.fs56 {
  font-size: 5.6rem; }

.fs60 {
  font-size: 6.0rem; }

.fs70 {
  font-size: 7.0rem; }

.flex {
  display: flex; }

.le_sp {
  letter-spacing: 2px; }

.lh100 {
  line-height: 1; }

.lh140 {
  line-height: 1.4; }

.lh160 {
  line-height: 1.6; }

.lh180 {
  line-height: 1.8; }

.lh200 {
  line-height: 2.0; }

.lh220 {
  line-height: 2.2; }

@media screen and (min-width: 768.2px) {
  .va {
    vertical-align: 0.1em; } }
.bk {
  color: #1b2950; }

.red {
  color: #E6372F; }

.green {
  color: #4D8F0A; }

.blue {
  color: #0082C8; }

.white {
  color: #fff; }

@media screen and (min-width: 768.2px) and (max-width: 1024px) {
  .fs50 {
    font-size: calc(4.2rem + 4 * (100vw - 768px)/256); }

  .fs56 {
    font-size: calc(5.2rem + 4 * (100vw - 768px)/256); }

  .fs60 {
    font-size: calc(5.6rem + 4 * (100vw - 768px)/256); }

  .fs70 {
    font-size: calc(6.0rem + 10 * (100vw - 768px)/256); } }
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: 80%; }

  .fs14 {
    font-size: 1.2rem; }

  .fs16 {
    font-size: 1.4rem; }

  .fs18 {
    font-size: calc(1.5rem + 3 * (100vw - 320px)/448); }

  .fs20 {
    font-size: calc(1.6rem + 4 * (100vw - 320px)/448); }

  .fs22 {
    font-size: calc(1.6rem + 4 * (100vw - 320px)/448); }

  .fs24 {
    font-size: calc(1.6rem + 6 * (100vw - 320px)/448); }

  .fs26 {
    font-size: calc(1.8rem + 8 * (100vw - 320px)/448); }

  .fs28 {
    font-size: calc(1.9rem + 10 * (100vw - 320px)/448); }

  .fs30 {
    font-size: calc(2.0rem + 10 * (100vw - 320px)/448); }

  .fs32 {
    font-size: calc(2.0rem + 12 * (100vw - 320px)/448); }

  .fs36 {
    font-size: calc(2.2rem + 14 * (100vw - 320px)/448); }

  .fs40 {
    font-size: calc(2.4rem + 18 * (100vw - 320px)/448); }

  .fs46 {
    font-size: calc(3.0rem + 16 * (100vw - 320px)/448); }

  .fs48 {
    font-size: calc(3.0rem + 18 * (100vw - 320px)/448); }

  .fs50, .fs56, .fs60, .fs70 {
    font-size: calc(4.0rem + 10 * (100vw - 320px)/448); } }
@media screen and (max-width: 320px) {
  .fs14 {
    font-size: 80%; } }
hr {
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #ccc;
  border: none; }

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .tab_none {
    display: none !important; } }
@media print, screen and (min-width: 1024.2px) {
  .tab_pc_none {
    display: none !important; } }
@media print, screen and (min-width: 768.2px) {
  .pc_none {
    display: none !important; } }
.w100 {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto; }

.w95 {
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto; }

.w90 {
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 320px) {
    .w90 {
      width: 95%; } }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

@media print, screen and (min-width: 768.2px) {
  .mx_c {
    width: max-content;
    width: -webkit-max-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; } }
.mx_width {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto; }

.mx1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.mx1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.mgat {
  margin-left: auto;
  margin-right: auto; }

.mgt10 {
  margin-top: 10px; }

.mgt20 {
  margin-top: 20px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb20 {
  margin-bottom: 20px; }

.mgb30 {
  margin-bottom: 30px; }

.mgb40 {
  margin-bottom: 40px; }

.mgb50 {
  margin-bottom: 50px; }

.mgb60 {
  margin-bottom: 60px; }

.mgb70 {
  margin-bottom: 70px; }

.mgb80 {
  margin-bottom: 80px; }

.mgb90 {
  margin-bottom: 90px; }

.mgb100 {
  margin-bottom: 100px; }

@media screen and (max-width: 768px) {
  .mgb30 {
    margin-bottom: 15px; }

  .mgb40 {
    margin-bottom: 20px; }

  .mgb50, .mgb60 {
    margin-bottom: 30px; }

  .mgb70, .mgb80, .mgb90 {
    margin-bottom: 50px; }

  .mgb100 {
    margin-bottom: 60px; } }
img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%; }

@media print, screen and (min-width: 1024.2px) {
  a:hover {
    opacity: 0.75; } }
.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%; }

.notel {
  pointer-events: none; }

.notel a {
  text-decoration: none;
  color: inherit; }

@media only screen and (max-width: 1024px) {
  .kaigyo {
    display: inline-block;
    text-indent: 0; } }
@media print, screen and (min-width: 1024px) {
  .kaigyo_pc {
    display: inline-block; } }
/*カーニング*/
.kerning-before {
  display: inline-block;
  margin-left: -0.4em;
  margin-right: 0em;
  text-indent: 0; }

.kerning-after {
  letter-spacing: -0.4em;
  text-indent: 0; }

.js-time_start {
  display: none; }

.js-time_start_fire {
  display: block; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  position: relative;
  position: relative;
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  overflow-x: clip; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 100%; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #fff;
  box-sizing: border-box; }
  @media only screen and (max-width: 1023.8px) {
    header {
      height: 60px;
      padding: 0; } }
  header #header_inner {
    margin: 0 auto;
    height: 90px;
    display: flex;
    justify-content: space-between;
    max-width: 1920px; }
    @media only screen and (max-width: 1023.8px) {
      header #header_inner {
        height: 60px;
        align-items: center; } }
  header #logo {
    color: #1b2950;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1; }
    @media print, screen and (min-width: 1024px) {
      header #logo {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        margin-left: 25px; }
        header #logo small {
          font-size: 3.0rem; } }
    @media only screen and (max-width: 1023.8px) {
      header #logo {
        margin-left: 14px;
        font-size: calc(2.1rem + 8 * (100vw - 320px)/704); } }
    header #logo h1 {
      width: 100%; }
    header #logo a {
      display: flex;
      align-items: center;
      width: 100%; }
    header #logo a:before {
      content: "";
      background: url("../images/logo.svg") no-repeat;
      background-size: contain;
      width: 84px;
      height: 65px;
      display: block;
      margin-right: 10px; }
      @media only screen and (max-width: 1023.8px) {
        header #logo a:before {
          width: calc(39px + 23 * (100vw - 320px)/704);
          height: calc(30px + 18 * (100vw - 320px)/704); } }
  header .ico_btn {
    list-style: none;
    display: flex; }
    @media print, screen and (min-width: 1024px) {
      header .ico_btn {
        display: none; } }
    @media only screen and (max-width: 1023.8px) {
      header .ico_btn {
        margin-left: auto; } }
    header .ico_btn li {
      width: 50px; }
      @media only screen and (max-width: 1023.8px) {
        header .ico_btn li {
          margin-right: 2px;
          width: 55px; } }
      header .ico_btn li a {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        color: #fff;
        height: 50px; }
        @media print, screen and (min-width: 1024px) {
          header .ico_btn li a {
            border-radius: 50px; } }
        @media only screen and (max-width: 1023.8px) {
          header .ico_btn li a {
            padding-top: 2px;
            height: 60px; } }
        @media print, screen and (min-width: 1023.8px) {
          header .ico_btn li a span {
            display: none; } }
        @media only screen and (max-width: 1023.8px) {
          header .ico_btn li a span {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 10px;
            font-weight: bold;
            margin-top: 5px; } }
      header .ico_btn li.contact a {
        color: #1b2950;
        background-color: #9fd9f6; }
      header .ico_btn li.recruit a {
        background-color: #1b2950; }
      header .ico_btn li img {
        height: 26px;
        display: block; }
        @media only screen and (max-width: 1023.8px) {
          header .ico_btn li img {
            height: 24px; } }

main {
  max-width: 1920px;
  margin-inline: auto; }

#footer {
  background-color: #000;
  padding: 40px 0; }
  @media only screen and (max-width: 1023.8px) {
    #footer {
      padding: 30px 0; } }
  #footer #footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    max-width: 1340px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #footer #footer_inner {
        width: 100%; } }
    #footer #footer_inner hr {
      margin: 30px auto;
      height: 0;
      border-top: solid 1px #fff;
      width: 95%; }
      @media print, screen and (min-width: 1024px) {
        #footer #footer_inner hr {
          display: none; } }
    #footer #footer_inner .address address {
      font-size: 1.4rem;
      color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 1023.8px) {
      #footer #footer_inner .address {
        display: flex;
        justify-content: space-around;
        align-items: center; }
        #footer #footer_inner .address address {
          margin: 0 15px; } }
    @media only screen and (max-width: 1023.8px) {
      #footer #footer_inner .address {
        width: 100%;
        margin: 0 auto; } }
    @media only screen and (max-width: 767.8px) {
      #footer #footer_inner .address {
        width: max-content;
        width: -webkit-max-content;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; } }
    #footer #footer_inner #footer_nav {
      margin-left: auto;
      font-size: 1.6rem;
      width: 90%;
      display: flex;
      align-items: baseline; }
      @media print, screen and (min-width: 1024px) {
        #footer #footer_inner #footer_nav {
          max-width: 567px; } }
      @media only screen and (max-width: 1023.8px) {
        #footer #footer_inner #footer_nav {
          margin-right: auto;
          justify-content: center; } }
      @media only screen and (max-width: 767.8px) {
        #footer #footer_inner #footer_nav {
          max-width: 370px; } }
      #footer #footer_inner #footer_nav ul {
        display: flex;
        flex-wrap: wrap; }
        @media print, screen and (min-width: 1024px) {
          #footer #footer_inner #footer_nav ul {
            justify-content: flex-end; }
            #footer #footer_inner #footer_nav ul li:last-child {
              margin-top: 20px; } }
        @media only screen and (max-width: 1023.8px) {
          #footer #footer_inner #footer_nav ul {
            justify-content: center; } }
        #footer #footer_inner #footer_nav ul li + li {
          margin-left: 20px; }
        @media only screen and (max-width: 767.8px) {
          #footer #footer_inner #footer_nav ul li:nth-of-type(5) {
            margin-left: 0; }
          #footer #footer_inner #footer_nav ul li:nth-of-type(n+5) {
            margin-top: 15px; } }
      #footer #footer_inner #footer_nav a {
        color: #fff; }

.copyright {
  text-align: center;
  padding: 12px;
  font-size: 1.2rem;
  line-height: 1; }

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 30px;
  background-color: #9fd9f6;
  display: none;
  border-radius: 30px; }
  @media only screen and (max-width: 768px) {
    #page_top {
      right: 10px;
      width: 50px;
      height: 50px; } }

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none; }
  @media only screen and (max-width: 768px) {
    #page_top a {
      width: 50px;
      height: 50px; } }

#page_top a::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18'%3E%3Cpath fill='%231b2950' d='M9.5,10.2l-7.1,7.6c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0l-1.1-1.1c-0.3-0.3-0.3-0.8,0-1.1	l5.4-5.9c0.3-0.3,0.3-0.8,0-1.1L0.2,2.5c-0.3-0.3-0.3-0.8,0-1.1l1.1-1.1c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0l7.1,7.6	C10.2,8.5,10.2,9.5,9.5,10.2z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  background-size: contain;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(270deg); }
  @media only screen and (max-width: 768px) {
    #page_top a::before {
      width: 10px;
      height: 18px; } }

/*fade*/
.fade {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
