@charset "UTF-8";
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

html {
  height: -webkit-fill-available;
  color: #000000;
  overflow-y: scroll !important;
  background-color: #fff;
}

body {
  min-height: -webkit-fill-available;
  margin: 0;
  overflow: visible;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  background-image: url(../img/dot.png), linear-gradient(to bottom, #0069C9 0px, #63B4E1 1600px, #63B4E1 100%);
  background-size: 20px, auto;
  background-repeat: repeat, no-repeat;
  background-blend-mode: multiply;
}

* {
  box-sizing: border-box;
}

a img {
  transition: 0.3s;
}

_::-webkit-full-page-media,
_:future,
:root * {
  -webkit-font-smoothing: antialiased;
}

.wf-mplus1p {
  font-family: "M PLUS 1p";
}

.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}

/** 基本レイアウト **/
.left {
  float: left !important;
}

.right {
  float: right !important;
}

a img:hover {
  opacity: 0.7;
}

.youtubewrap {
  width: 100%;
  margin: auto;
}

/** ページトップ **/
.pagetop {
  display: none;
  position: fixed;
  bottom: 2.5vw;
  right: 2.5vw;
  z-index: 999;
}
.pagetop a {
  display: block;
  text-decoration: none;
  width: clamp(100px, 8.8vw, 170px);
  opacity: 1;
}
.pagetop a img {
  width: 100%;
}

/**フェードイン処理**/
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.8s;
}

.fade-anime {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inner:not(#main-image) {
  width: 1024px;
  padding: 0 22px;
  overflow: hidden;
  margin: auto;
  padding: 0 20px;
}

/**ヘッダー**/
header {
  max-width: 1920px;
  width: 100%;
  height: auto;
  padding: 1.5em;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
header .logo {
  width: 300px;
  height: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  header {
    min-height: 88px;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  header {
    padding: 20px 3vw 20px 4vw;
    margin-bottom: 0.5em;
    min-height: 80px;
  }
  header .logo {
    width: 240px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 105, 201, 0.85);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

/**グローバルナビ**/
nav#grobal {
  display: flex;
  justify-content: flex-end;
}
nav#grobal #entry-button {
  margin-left: 1em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
nav#grobal .menu-open,
nav#grobal .menu-close {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 0.75em;
  display: none;
  cursor: pointer;
  transition: 0.3s;
}
nav#grobal .menu-open:hover,
nav#grobal .menu-close:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1024px) {
  nav#grobal .menu-open {
    display: block;
  }
}
nav#grobal a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: block;
  font-size: clamp(1rem, 0.958rem + 0.14vw, 1.125rem);
}
nav#grobal a.entry {
  padding: 0.5em 2em;
  border-radius: 3em;
  border: 2px solid #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  nav#grobal a.entry {
    display: none;
  }
}
nav#grobal a.entry:hover {
  background-color: #fff;
  color: #0069C9;
}
nav#grobal .menu-footer {
  position: absolute;
  bottom: 2em;
  right: 10%;
  width: 80%;
  display: none;
  color: #fff;
  font-size: max(1.2vw, 13px);
  text-align: center;
  line-height: 1.5;
}
nav#grobal .menu-footer .logo {
  width: 100%;
  margin-bottom: 1em;
}
nav#grobal ul {
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  nav#grobal ul {
    display: none;
  }
}
nav#grobal ul li {
  display: inline-block;
  margin-left: 1em;
  padding: 0.5em 0 0;
  font-size: clamp(1rem, 0.958rem + 0.14vw, 1.125rem);
}
nav#grobal ul li a {
  padding-bottom: 0.5em;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
nav#grobal ul li a:hover,
nav#grobal ul li .active {
  border-bottom: 2px solid #fff;
}
nav#grobal ul li.site {
  display: none;
}
@media (max-width: 1024px) {
  nav#grobal.sp-menu {
    width: 100vw;
    max-width: 325px;
    height: 100vh;
    padding: 2em;
    background-color: rgba(0, 105, 201, 0.65);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    display: block;
  }
}
nav#grobal.sp-menu #entry-button {
  margin: 0;
  position: fixed;
  right: 24px;
  top: 24px;
}
nav#grobal.sp-menu #entry-button a.active {
  display: block;
}
@media (max-width: 768px) {
  nav#grobal.sp-menu #entry-button {
    right: 3vw;
    top: 20px;
  }
}
nav#grobal.sp-menu .menu-open {
  display: none;
}
nav#grobal.sp-menu .menu-close {
  display: block;
}
nav#grobal.sp-menu .menu-footer {
  display: block;
}
nav#grobal.sp-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 100px;
}
nav#grobal.sp-menu ul li {
  width: 100%;
  display: flex;
  margin: 0;
  margin-bottom: 1em;
}
nav#grobal.sp-menu ul li a {
  border-bottom: 2px solid #fff;
}
nav#grobal.sp-menu ul li a:hover {
  border-bottom: 2px solid transparent;
}

/**フェードイン処理**/
#fade-in li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}
#fade-in li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/**フォーマット**/
#contents {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
#contents section {
  margin-bottom: 3.6em;
}
#contents section:not(#main-image) {
  background-color: #fff;
  width: 80%;
  margin: 0 auto 3.6em;
  border-radius: 30px;
  padding: clamp(1.25rem, -0.417rem + 3.47vw, 3.75rem);
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  #contents section:not(#main-image) {
    width: 86%;
    border-radius: 20px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #contents section:not(#main-image) {
    width: 92%;
    border-radius: 10px;
  }
}
#contents section:last-of-type {
  margin-bottom: 0;
}
#contents h2 {
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.375rem, 1rem + 1.25vw, 2.5rem);
  line-height: 1.3;
  margin-bottom: 1em;
}
#contents h2 span {
  color: #0069C9;
  font-size: clamp(1rem, 0.833rem + 0.56vw, 1.5rem);
}
#contents h3 {
  font-family: "M PLUS 1p", sans-serif;
  color: #0069C9;
  font-size: clamp(1.125rem, 0.958rem + 0.56vw, 1.625rem);
  display: table;
  border-bottom: 2px solid;
  font-weight: bold;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  text-align: center;
}

#main-image {
  width: min(100%, 1500px);
  margin: auto;
}
#main-image .large {
  display: block !important;
}
#main-image .small {
  display: none !important;
}
#main-image #image {
  position: relative;
}
#main-image #image img.back-image {
  width: min(84%, 1400px);
  border-radius: 30px;
  display: block;
  margin: 20px auto;
}
#main-image #image img.workcar {
  width: 43%;
  max-width: 700px;
  position: absolute;
  bottom: 20px;
  left: 10%;
  animation-name: workcar;
  animation-duration: 0.3s;
  transform-origin: left bottom;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
#main-image #image img.title {
  width: 70%;
  max-width: 1050px;
  position: absolute;
  top: 20px;
  right: 9%;
  animation-name: title;
  animation-duration: 0.3s;
  transform-origin: left bottom;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}
#main-image #image img.worker {
  width: 32%;
  max-width: 500px;
  position: absolute;
  bottom: -20px;
  left: 5%;
  animation-name: worker;
  animation-duration: 0.3s;
  transform-origin: right top;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
#main-image #image img.star,
#main-image #image img.star2 {
  width: 35%;
  max-width: 580px;
  position: absolute;
  bottom: 0;
  left: 2%;
  opacity: 0;
  animation-name: star;
  animation-duration: 4s;
  animation-timing-function: steps(1, end);
  animation-iteration-count: infinite;
}
#main-image #image img.star2 {
  opacity: 1;
  animation-name: star2;
}
@media (max-width: 768px) {
  #main-image #image img.back-image {
    width: 90%;
    margin: 15px auto;
    border-radius: 20px;
  }
  #main-image #image img.workcar {
    width: 48%;
    bottom: 5%;
    left: 5%;
    animation-name: workcar-sp;
  }
  #main-image #image img.title {
    width: 75%;
    max-width: 500px;
    top: 3%;
    right: 3%;
    animation-name: title-sp;
  }
  #main-image #image img.worker {
    width: 35%;
    max-width: 280px;
    bottom: -10%;
    left: 3%;
    animation-name: worker-sp;
  }
  #main-image #image img.star,
  #main-image #image img.star2 {
    width: 38%;
    max-width: 320px;
    bottom: -8%;
    left: 0%;
  }
  @keyframes workcar-sp {
    to {
      transform: translate(30%, 0px);
    }
  }
  @keyframes title-sp {
    to {
      transform: translate(10px, -20px);
      opacity: 1;
    }
  }
  @keyframes worker-sp {
    to {
      transform: translate(-10px, 20px);
    }
  }
}
@media (max-width: 480px) {
  #main-image #image .large {
    display: none !important;
  }
  #main-image #image .small {
    display: block !important;
  }
  #main-image #image img.title {
    width: 90%;
  }
  #main-image #image img.workcar {
    width: 64%;
  }
  #main-image #image img.worker {
    width: 50%;
  }
  #main-image #image img.star,
  #main-image #image img.star2 {
    width: 55%;
  }
}
@keyframes workcar {
  to {
    transform: translate(30%, 0px);
  }
}
@keyframes title {
  to {
    transform: translate(10%, -40px);
    opacity: 1;
  }
}
@keyframes worker {
  to {
    transform: translate(-20px, 40px);
  }
}
@keyframes star {
  0%, 100% {
    opacity: 0;
    transform: scaleX(1);
  }
  25% {
    opacity: 1;
    transform: scaleX(-1);
  }
  50% {
    opacity: 0;
    transform: scaleX(-1);
  }
  75% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes star2 {
  0%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }
  25% {
    opacity: 0;
    transform: scaleX(-1);
  }
  50% {
    opacity: 1;
    transform: scaleX(-1);
  }
  75% {
    opacity: 0;
    transform: scaleX(1);
  }
}

#introduction {
  width: min(100%, 1500px);
  padding: 0 10%;
  margin: 4em auto;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-size: clamp(1rem, 0.875rem + 0.42vw, 1.375rem);
}
@media (max-width: 768px) {
  #introduction {
    text-align: left;
  }
  #introduction br:not(.compulsory) {
    display: none;
  }
}
#introduction .bold {
  font-size: clamp(1.375rem, 1.25rem + 0.42vw, 1.75rem);
  font-weight: 700;
  margin-top: 2em;
}
#introduction dl {
  width: min(100%, 32em);
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  margin: 2em auto;
  text-align: left;
}
#introduction dl dt {
  width: 2em;
  height: 2em;
  background-image: url(../img/checkbox.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  margin-bottom: 1em;
}
#introduction dl dt img {
  width: 70%;
  opacity: 0;
}
#introduction dl dt .v-point {
  animation-name: v-point;
  animation-duration: 1s;
  transform-origin: center center;
  animation-fill-mode: forwards;
}
@keyframes v-point {
  20% {
    transform: scale(200%);
    opacity: 1;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
#introduction dl dd {
  width: calc(100% - 3em);
  font-size: clamp(1.125rem, 1rem + 0.42vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 1em;
}

.job-section {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 3em;
  background-image: url(../img/section-dot.png);
  background-size: 20px;
  padding: clamp(1.25rem, 0.417rem + 2.78vw, 3.75rem);
  border-radius: 1.5em;
}
@media (max-width: 768px) {
  .job-section {
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .job-section {
    width: 100%;
    border-radius: 10px;
  }
}

ul.work-image {
  margin: auto;
  margin-bottom: 2em;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.work-image li {
  width: 48.5%;
}
@media (max-width: 768px) {
  ul.work-image li {
    width: 100%;
    margin-bottom: 1em;
  }
  ul.work-image li:last-of-type {
    margin-bottom: 0;
  }
}
ul.work-image li img {
  width: 100%;
}

.staff,
.details {
  width: 100%;
  max-width: 900px;
  list-style: none;
  margin: auto;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: clamp(1.75rem, 0.354rem + 2.57vw, 3.438rem);
}
@media (max-width: 480px) {
  .staff,
  .details {
    grid-template-columns: repeat(1, 1fr);
  }
}
.staff li img,
.details li img {
  width: 100%;
  border-radius: 1em;
  margin-bottom: 0.5em;
}

.details {
  grid-template-columns: repeat(1, min(768px, 100%));
  justify-content: center;
}
.details li img {
  width: min(100%, 700px);
  margin: auto;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.details dl {
  width: min(768px, 100%);
  margin: auto;
  margin-top: 2.5em;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1.5;
}
.details dl dt {
  color: #0069C9;
  font-weight: 600;
  font-size: clamp(17px, 0.98vw, 19px);
  background-image: url(../img/q.svg);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: left top 0.2em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.details dl dd {
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .details dl dd {
    margin-bottom: 1.5em;
  }
}

#staff a,
#staff p {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: clamp(20px, 1.25vw, 24px);
}
#staff a span,
#staff p span {
  font-size: 75%;
}

.section {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .section {
    width: 100%;
  }
}

.merit {
  width: 100%;
  max-width: 900px;
  list-style: none;
  margin: auto;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: clamp(1.125rem, 0.354rem + 2.57vw, 3.438rem);
}
@media (max-width: 480px) {
  .merit {
    grid-template-columns: repeat(2, 1fr);
  }
}
.merit li {
  transition: transform 0.8s ease-in-out;
  /* Duration and easing of the rotation */
}
.merit li img {
  width: 100%;
}

#advantages .merit li.animate-rotateY {
  transform: rotateY(360deg);
}

.table-section {
  border-top: 3px dotted #0069C9;
  border-bottom: 3px dotted #0069C9;
}
@media (max-width: 480px) {
  .table-section {
    width: 100%;
  }
}

dl.table {
  width: 90%;
  max-width: 900px;
  margin: auto;
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  dl.table {
    width: 100%;
  }
}
dl.table dt {
  width: 30%;
}
@media (max-width: 768px) {
  dl.table dt {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    font-weight: 600;
  }
}
dl.table dd {
  width: 70%;
}
@media (max-width: 768px) {
  dl.table dd:not(.submit) {
    padding-top: 0 !important;
  }
}
dl.table dt,
dl.table dd {
  padding: 1em;
  border-bottom: 1px solid #0069C9;
}
dl.table dt:last-of-type,
dl.table dd:last-of-type {
  border-bottom: none;
}
@media (max-width: 768px) {
  dl.table dt,
  dl.table dd {
    width: 100%;
    padding: 0.75em 0.5em;
  }
}
dl.table li {
  margin-left: 1em;
}
dl.table li > ul {
  padding-left: 1em;
  list-style: disc;
}
dl.table li > ul li {
  margin-bottom: 0.5em;
}

.center {
  margin-bottom: 3em;
  text-align: center;
}
@media (max-width: 480px) {
  .center {
    text-align: justify;
  }
}

form dl.table dt:not(:last-of-type)::after {
  content: "※必須";
  color: red;
  font-size: 80%;
  margin-left: 0.5em;
}
form dl.table dd:last-of-type {
  width: 100%;
}
form dl.table dt:last-of-type {
  border-bottom: 1px solid #0069C9;
}
form dl.table dd.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
form dl.table dd.flex div {
  display: inline-block;
  margin-right: 2em;
}
form dl.table dd.submit {
  display: flex;
  justify-content: center;
}
form dl.table dd.submit input[type=submit] {
  margin: auto;
  min-width: 20em;
  padding: 1em 2em;
  background-color: #0069C9;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 480px) {
  form dl.table dd.submit input[type=submit] {
    max-width: 100%;
    padding: 1em 4em;
    min-width: auto;
  }
}
form dl.table dd.submit input[type=submit]:hover {
  background-color: orange;
}

@media (max-width: 768px) {
  #staff-introduction dl {
    padding: 0.5em;
  }
}
#staff-introduction p {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: clamp(20px, 1.25vw, 24px);
}
#staff-introduction p span {
  font-size: 75%;
}
#staff-introduction .button {
  margin-bottom: 2em;
}

.button {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-bottom: 2em;
  background-color: #0069C9;
  padding: 0.5em 1em;
  border-radius: 2em;
}
.button a {
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* フッター */
footer {
  padding: 2em 0;
  width: 100%;
  background-color: #0069C9;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-top: min(10vw, 100px);
}
@media (max-width: 480px) {
  footer {
    padding: 1.5em 0 1em;
  }
}
footer > * {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
  padding: 0 2em;
}
@media (max-width: 480px) {
  footer > * {
    padding: 0 0.5em;
  }
}
footer address {
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer address span {
  display: inline-block;
}
footer .tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .tel > a {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1;
  background-color: #fff;
  color: #0069C9;
  text-decoration: none;
  font-weight: bold;
  margin-left: 1em;
  border-radius: 2em;
}
footer .tel > a:hover {
  background-color: orange;
  color: #0069C9;
}
@media (max-width: 480px) {
  footer .tel > a {
    display: none;
  }
}
footer .logo {
  height: clamp(1.625rem, 1.375rem + 0.83vw, 2.375rem);
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  footer .logo {
    margin-bottom: 0.5em;
  }
}/*# sourceMappingURL=newlayout.css.map */