@charset "UTF-8";
/*基本色*/
/*パレット*/
html {
  font-size: 16px;
}

body {
  color: #333333;
  font-size: inherit;
  font-weight: 500;
  font-family: "BIZ UDPGothic", sans-serif;
}

a {
  color: #304F8C;
  text-decoration: none;
}
a:active, a:focus, a:hover, a:visited {
  color: #304F8C;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.l-footer__pagetop {
  margin-top: 5rem;
}
.l-footer__pagetop p {
  text-align: right;
}

.l-footer__recruit-btn a {
  border: 5px solid #304F8C;
  background-color: #FFFFFF;
  padding: 1.5rem 1.25rem;
  font-weight: bold;
}
.l-footer__recruit-btn a:hover {
  opacity: 1;
  background-color: #304F8C;
  color: #FFFFFF;
}

.l-footer {
  background-color: #ECF0F1;
}

.l-footer-sitename {
  padding-top: 2rem;
}
.l-footer-sitename a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #204473;
}
.l-footer-sitename img {
  max-width: 100%;
}
.l-footer-sitename h1 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  margin-left: 0.5rem;
}

.l-footer-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.l-footer-nav li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  display: inline-block;
}
.l-footer-nav li a {
  color: #333333;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  text-decoration: none;
}
.l-footer-nav li a:hover {
  color: #304F8C;
  text-decoration: underline;
}

.l-footer-number,
.l-footer-mail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 80px;
}

.l-footer-number {
  background-color: #304F8C;
  color: #FFFFFF;
}
.l-footer-number__tel {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.l-footer-number__tel i {
  margin-right: 0.5rem;
}
.l-footer-number__time {
  font-size: 0.625rem;
  margin: 0;
}

.l-footer-mail {
  border: 5px solid #304F8C;
  background-color: #FFFFFF;
}
.l-footer-mail__contact {
  color: #304F8C;
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.l-footer-mail__contact i {
  margin-right: 0.5rem;
}

.l-footer-instagram a {
  color: #304F8C;
  font-size: 1.5rem;
}

.l-footer-copyright {
  background-color: #304F8C;
  color: #FFFFFF;
}
.l-footer-copyright p {
  text-align: center;
  margin: 0;
  padding: 0.25rem;
  font-size: 0.75rem;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.l-header {
  padding: 0;
  background-color: #FFFFFF;
}

.l-header__wrapper {
  padding: 0;
}

.l-header-brand {
  white-space: normal;
  margin: 0;
  padding: 0 1rem;
}

.l-header-description {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}

.l-header-sitename {
  display: flex;
}
.l-header-sitename img {
  max-width: 100%;
}

.l-header__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.l-header-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.l-header-nav li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  display: flex;
}
.l-header-nav li a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.l-header-nav li span {
  color: #333333;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.l-header-nav li span::before {
  background: #304F8C;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.l-header-nav li span:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.l-header-number {
  background-color: #304F8C;
  color: #FFFFFF;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.l-header-number__tel {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.l-header-number__tel i {
  margin-right: 0.25rem;
}
.l-header-number__time {
  font-size: 0.7rem;
  margin: 0;
}

.l-main {
  margin-top: 4rem;
}

.l-main__container {
  max-width: 900px;
  margin: 0 auto;
}
.l-main__container section + section {
  margin-top: 2rem;
}

.l-main__container + .l-main__container {
  margin-top: 5rem;
}

.l-main__header--lv2 {
  color: #204473;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.l-main__header--lv3 {
  color: #204473;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 1rem;
}

.l-pageheader {
  background: linear-gradient(180deg, rgb(122, 148, 223) 0%, rgb(137, 161, 225) 50%, rgb(166, 183, 229) 100%);
  padding: 2.5rem 0;
  color: #FFFFFF;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.l-pageheader h2 {
  color: #FFFFFF;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-shadow: 0px 0px 10px #000000;
}

.l-top-intro__container {
  margin-bottom: 2rem;
}

.l-top-intro__content {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.l-top-intro__txt-area {
  padding: 2rem;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 766px) {
  .l-top-intro__content {
    width: 100%;
  }
  .l-top-intro__txt-area {
    position: static;
    width: 100%;
  }
}
.l-top-insta__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.l-top-insta__list li {
  list-style: none;
}

.o-breadcrumb {
  background-color: #FAFAFA;
}
.o-breadcrumb__list {
  font-size: 0.85rem;
  padding: 0.85rem 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.o-breadcrumb .bi {
  font-size: 0.8rem;
  margin-right: 0.25rem;
}
.o-breadcrumbday__link :hover {
  border-bottom: 1px solid #304F8C;
  text-decoration: none;
  opacity: 1;
}
.o-breadcrumb__item + .o-breadcrumb__item::before {
  content: ">";
  margin: 0 10px;
}

.o-container {
  margin: 0 auto;
  background-color: #FAFAFA;
  padding: 1rem;
  text-align: center;
}
.o-container p {
  margin-bottom: 0.5rem;
}

.o-container__top {
  padding: 5rem 3rem;
}

.o-table th, .o-table td {
  padding: 1rem;
}
.o-table th {
  background-color: #FAFAFA;
  vertical-align: middle;
}
.o-table ul {
  margin-bottom: 0;
}

.o-table__company {
  width: auto;
  margin: 0 auto;
}
.o-table__company th {
  width: 30%;
}
.o-table__company td {
  width: 70%;
}

.o-table__qualification th {
  width: 35%;
}
.o-table__qualification td {
  width: 15%;
  text-align: center;
}

.o-table__recruit th {
  width: 30%;
}
.o-table__recruit td {
  width: 70%;
}

.o-map iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.o-home__main-img img {
  width: 100%;
}

.o-home__heading--box {
  position: relative;
  text-align: center;
}

.o-home__heading {
  font-size: 1.7rem;
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
  padding: 0 20px 5px;
  font-weight: bold;
}
.o-home__heading::before, .o-home__heading::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  border-bottom: solid 3px;
}
.o-home__heading::before {
  left: 0;
  border-color: #304F8C;
}
.o-home__heading::after {
  right: 1px;
  border-color: #A66AA2;
}

.o-home__button {
  transition-duration: 0.4s;
}
.o-home__button:hover {
  transform: scale(1.1);
}
.o-home__button a {
  color: #FFFFFF;
  background-color: #304F8C;
  min-width: 200px;
  padding: 1.25rem;
  text-decoration: none;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.o-home__button a:hover {
  opacity: 1;
}
.o-home__button i + span,
.o-home__button span + i {
  margin-left: 0.5rem;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.o-home__service {
  background-color: #FAFAFA;
}

.o-home__recruit {
  background: #E1EFFF;
}

.o-button {
  color: #FFFFFF;
  background-color: #304F8C;
  width: 200px;
  border: none;
  padding: 0.5rem;
}
.o-button:hover {
  opacity: 0.5;
}

.a-fadein {
  opacity: 0;
  transition: 2s;
}

.a-fadein.is-show {
  opacity: 1;
}

.a-fadein__down, .a-fadein__up {
  opacity: 0;
  transition: 1s;
}

.a-fadein__down {
  transform: translate(0, -25%);
}

.a-fadein__up {
  transform: translate(0, 25%);
}

.a-fadein__down.is-show, .a-fadein__up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}/*# sourceMappingURL=custom.css.map */