@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 811px) {
  body {
    font-size: 16px;
  }
}
body * {
  letter-spacing: 0.1em;
}
body.is-active {
  overflow: hidden;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  transition: 0.3s;
}
@media (min-width: 811px) {
  a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 811px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: bottom;
}

input,
textarea {
  width: 100%;
  max-width: 100%;
}

input[type=text],
input[type=email] {
  height: 50px;
  padding: 0 20px;
  background: #f4f4f4;
}
@media (min-width: 811px) {
  input[type=text],
  input[type=email] {
    height: 40px;
  }
}

textarea {
  height: 200px;
  padding: 10px 20px;
  background: #f4f4f4;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: #fcfcfc;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: #003f83;
}

input[type=submit] {
  width: 200px;
  height: 50px;
  border-radius: 9999px;
  background: #003f83;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.mwform-checkbox-field.horizontal-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

@media (max-width: 810px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 811px) {
  .sp {
    display: none !important;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
}
.l-header.is-scroll, .l-header.is-active {
  background: #ffffff;
}
.l-header__logo {
  width: 152px;
  margin-left: 15px;
}
@media (min-width: 811px) {
  .l-header__logo {
    width: auto;
    margin-left: 50px;
  }
}
.l-header__navi {
  position: absolute;
  top: 50px;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  padding: 60px 20px;
  background: #ffffff;
  transition: 0.3s;
}
.l-header__navi.is-active {
  transform: none;
}
@media (min-width: 1260px) {
  .l-header__navi {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    padding: 35px 80px 35px 0;
    background: none;
  }
}
@media (min-width: 1260px) {
  .l-header__menus {
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
.l-header__menu {
  border-bottom: 1px solid #b5b5b5;
}
@media (min-width: 1260px) {
  .l-header__menu {
    border: none;
  }
  .l-header__menu--sp {
    display: none;
  }
}
.l-header__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1260px) {
  .l-header__link {
    padding: 0;
  }
}
.l-header__link::after {
  line-height: 0;
  content: url("../img/common/button_arrow02.svg");
}
@media (min-width: 1260px) {
  .l-header__link::after {
    display: none;
  }
}
@media (min-width: 1260px) {
  .l-header__contact {
    justify-content: center;
    width: 200px;
    height: 50px;
    background: #003f83;
    color: #ffffff;
    text-align: center;
  }
}

.l-hamburger {
  padding: 18px 15px 15px 17px;
  line-height: 1;
  cursor: pointer;
}
.l-hamburger__inner {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 15px;
  border: none;
  background: none;
  transition: 0.3s;
  appearance: none;
}
.l-hamburger__item {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4a3101;
  transition: 0.3s;
}
.l-hamburger__item:nth-of-type(1) {
  top: 0;
}
.l-hamburger__item:nth-of-type(2) {
  top: 7px;
}
.l-hamburger__item:nth-of-type(3) {
  bottom: 0;
}
.l-hamburger.is-active .l-hamburger__item:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.l-hamburger.is-active .l-hamburger__item:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger.is-active .l-hamburger__item:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
@media (min-width: 1260px) {
  .l-hamburger {
    display: none;
  }
}

.l-footer-contact {
  padding: 60px 0;
  background: #003f83;
}
@media (min-width: 811px) {
  .l-footer-contact {
    padding: 83px 0;
  }
}
.l-footer-contact__link {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.3s;
}
.l-footer-contact__link::after {
  display: block;
  margin-top: 20px;
  content: url("../img/common/section_arrow01.svg");
}
.l-footer-contact__link:hover {
  opacity: 0.7;
}
.l-footer-contact__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  font-weight: bold;
}
.l-footer-contact__title__bottom {
  font-size: 20px;
}
@media (min-width: 811px) {
  .l-footer-contact__title__bottom {
    font-size: 48px;
  }
}

.l-footer {
  background: #fafafa;
}

.l-footer-contents {
  display: flex;
  padding: 60px 0;
}
@media (min-width: 811px) {
  .l-footer-contents {
    padding: 120px 0;
  }
}
@media (min-width: 811px) {
  .l-footer-contents > * {
    width: 50%;
  }
}

.l-footer-logo {
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .l-footer-logo {
    margin-bottom: 40px;
  }
}

.l-footer-company {
  margin-bottom: 15px;
  font-weight: bold;
}

.l-footer-table tr:not(:last-child) th,
.l-footer-table tr:not(:last-child) td {
  padding-bottom: 15px;
}
.l-footer-table th {
  min-width: 82px;
  padding-right: 20px;
  font-weight: bold;
}

.l-footer-navi {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Poppins", sans-serif;
}

.l-footer-navi-lists {
  display: flex;
  gap: 40px;
}

.l-footer-navi-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-footer-navi-list > li {
  display: flex;
  gap: 0.5em;
}
.l-footer-navi-list > li::before {
  flex-shrink: 0;
  content: "-";
}

.l-footer-copy {
  padding: 9px 20px 10px;
  background: #222222;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 811px) {
  .l-footer-copy {
    padding: 13px 20px;
  }
}

.c-inner01 {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 0 auto;
}

.c-inner02 {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

.c-button01 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.c-button01::after {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #222222;
  border-radius: 50%;
  background: #222222;
  background-image: url("../img/common/button_arrow01.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  transition: 0.3s;
}
.c-button01:hover::after {
  background-image: url("../img/common/button_arrow02.svg");
  background-color: #ffffff;
}

.c-text01:not(:last-child) {
  margin-bottom: 30px;
}

.c-text02:not(:last-child) {
  margin-bottom: 1em;
}

.c-text03:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .c-text03:not(:last-child) {
    margin-bottom: 60px;
  }
}

.c-text04 {
  font-weight: bold;
  text-align: center;
}
.c-text04:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 811px) {
  .c-text04:not(:last-child) {
    margin-bottom: 24px;
  }
}

.c-text05 {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 811px) {
  .c-text05 {
    font-size: 20px;
  }
}

.c-text06 {
  margin-bottom: 20px;
}

.c-title01 {
  margin-bottom: 40px;
}
.c-title01__top {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.c-title01__main {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 811px) {
  .c-title01__main {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 1.4;
  }
}
.c-title01__bottom {
  color: #b5b5b5;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}

.c-title02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .c-title02 {
    margin-bottom: 60px;
  }
}
.c-title02__top {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1;
  word-break: break-all;
}
@media (min-width: 811px) {
  .c-title02__top {
    font-size: 72px;
  }
}

.c-lead01 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 811px) {
  .c-lead01 {
    font-size: 24px;
  }
}

.c-kv01 {
  height: 250px;
}
@media (min-width: 811px) {
  .c-kv01 {
    height: auto;
  }
}
.c-kv01__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 811px) {
  .c-kv01__img {
    height: auto;
  }
}

.c-page-haed01 {
  margin-bottom: 60px;
}
@media (min-width: 811px) {
  .c-page-haed01 {
    margin-bottom: 120px;
  }
}

.c-page-title01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 110px;
  margin-bottom: 30px;
  line-height: 1;
}
@media (min-width: 811px) {
  .c-page-title01 {
    margin-top: 220px;
    margin-bottom: 40px;
  }
}
.c-page-title01__top {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  text-transform: capitalize;
}
@media (min-width: 811px) {
  .c-page-title01__top {
    font-size: 100px;
  }
}

.c-breadcrumbs {
  margin-bottom: 40px;
}

.aioseo-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 10px;
}

.aioseo-breadcrumb-separator {
  display: block;
  width: 15px;
  height: 2px;
  background: #e3e4e9;
  font-size: 0;
}

.c-grid01__img {
  margin-bottom: 40px;
}
@media (min-width: 811px) {
  .c-grid01__container {
    display: grid;
    gap: 0 80px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content max-content;
    grid-template-areas: "c-grid01__title c-grid01__img" "c-grid01__text c-grid01__img";
  }
  .c-grid01__title {
    align-self: end;
    grid-area: c-grid01__title;
  }
  .c-grid01__img {
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    grid-area: c-grid01__img;
  }
  .c-grid01__text {
    align-self: start;
    grid-area: c-grid01__text;
  }
}

.c-link-list__item {
  border-top: 1px solid #b5b5b5;
}
.c-link-list__item:last-child {
  border-bottom: 1px solid #b5b5b5;
}
.c-link-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
  font-size: 16px;
  font-weight: bold;
}
.c-link-list__link::after {
  line-height: 0;
  content: url("../img/common/button_arrow02.svg");
}

.c-section01 {
  padding: 60px 0;
}
@media (min-width: 811px) {
  .c-section01 {
    padding: 120px 0;
  }
}

.c-section02 {
  padding: 0 0 60px;
}
@media (min-width: 811px) {
  .c-section02 {
    padding: 0 0 120px;
  }
}

@media (min-width: 811px) {
  .c-grid02 {
    display: flex;
    gap: 60px;
  }
  .c-grid02 > * {
    flex-grow: 1;
  }
  .c-grid02 > *:nth-child(2) {
    max-width: 760px;
  }
}

.c-grid03 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 811px) {
  .c-grid03 {
    gap: 60px;
  }
}
.c-grid03__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  border-top: 1px solid #b5b5b5;
}
@media (min-width: 811px) {
  .c-grid03__item {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    padding-top: 60px;
  }
}
.c-grid03__item:last-child {
  padding-bottom: 60px;
  border-bottom: 1px solid #b5b5b5;
}
.c-grid03__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 811px) {
  .c-grid03__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.c-grid03__img {
  flex-shrink: 0;
}

.c-table01 {
  width: 100%;
}
.c-table01 tr {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.c-table01 th,
.c-table01 td {
  padding: 30px 0;
}
@media (min-width: 811px) {
  .c-table01 th,
  .c-table01 td {
    padding: 40px 0;
  }
}
.c-table01 th {
  padding-right: 10px;
  font-weight: bold;
}

.c-table02 {
  width: 100%;
  margin-bottom: 40px;
}
.c-table02 tr {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #b5b5b5;
}
@media (min-width: 811px) {
  .c-table02 tr {
    display: table-row;
  }
}
.c-table02 tr:last-child {
  border-bottom: 1px solid #b5b5b5;
}
.c-table02 th,
.c-table02 td {
  display: block;
}
@media (min-width: 811px) {
  .c-table02 th,
  .c-table02 td {
    display: table-cell;
    padding: 30px 0;
    vertical-align: middle;
  }
}
.c-table02 th {
  padding-bottom: 10px;
  font-weight: bold;
}
@media (min-width: 811px) {
  .c-table02 th {
    width: 318px;
    padding: 30px 0;
  }
  .c-table02 th.is-vtop {
    vertical-align: top;
  }
}
@media (min-width: 811px) {
  .c-table02 td {
    padding-left: 60px;
  }
}
.c-table02__space-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-table02__required {
  display: block;
  width: 48px;
  background: #222222;
  color: #ffffff;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}
.c-table02 .error {
  margin-top: 10px;
  font-weight: bold;
}

.c-text-link01 {
  color: #00abed;
  text-decoration: underline;
}
.c-text-link01--blank::after {
  content: url("../img/common/icon_blank01.svg");
}

.c-text-link02 {
  text-decoration: underline;
}
.c-text-link02[target=_blank]::after {
  margin: 0 4px;
  content: url("../img/common/icon_blank02.svg");
}

.c-form-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-title03 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.c-ol01 {
  display: flex;
  flex-direction: column;
  gap: 1.8em;
  counter-reset: c-ol01;
}
.c-ol01 > li {
  display: flex;
}
.c-ol01 > li::before {
  flex-shrink: 0;
  content: counter(c-ol01) ".";
  counter-increment: c-ol01;
}

.c-ol02 {
  display: flex;
  flex-direction: column;
  counter-reset: c-ol02;
  gap: 20px;
}
.c-ol02 > li {
  display: flex;
}
.c-ol02 > li::before {
  flex-shrink: 0;
  content: "(" counter(c-ol02) ")";
  counter-increment: c-ol02;
}

.c-ol03 {
  display: flex;
  flex-direction: column;
}
.c-ol03:not(:last-child) {
  margin-bottom: 20px;
}
.c-ol03 > li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-ol04 {
  display: flex;
  flex-direction: column;
  counter-reset: c-ol04;
  gap: 20px;
}
.c-ol04 > li {
  display: flex;
}
.c-ol04 > li::before {
  flex-shrink: 0;
  content: "*" counter(c-ol04);
  counter-increment: c-ol04;
}

.c-ul01 > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-ul01 > li::before {
  content: "・";
}

.c-section03:not(:last-child) {
  margin-bottom: 40px;
}

.top-kv {
  height: 100vh;
}
.top-kv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-kv__text-area {
  position: absolute;
  bottom: 80px;
  left: 10px;
}
@media (min-width: 811px) {
  .top-kv__text-area {
    left: 80px;
  }
}
.top-kv__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 811px) {
  .top-kv__title {
    font-size: 80px;
  }
}
.top-kv__title span {
  display: block;
  padding: 10px;
}
.top-kv__sub-text {
  margin-top: 10px;
  padding: 10px;
  color: #ffffff;
}

.top-about {
  padding: 60px 0 0;
}
.top-about__lead {
  margin-bottom: 30px;
}
.top-about__hero {
  height: 300px;
  margin-top: 60px;
}
@media (min-width: 811px) {
  .top-about__hero {
    height: auto;
    margin-top: 120px;
  }
}
.top-about__hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-service {
  padding: 60px 0;
}
@media (min-width: 811px) {
  .top-service {
    padding: 120px 0;
  }
}
.top-service__contents {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 40px;
}
@media (min-width: 811px) {
  .top-service__contents {
    flex-direction: row;
    gap: 80px;
  }
}
@media (min-width: 811px) {
  .top-service__text-area {
    max-width: 580px;
  }
}
.top-service__list > li {
  border-top: 1px solid #b5b5b5;
}
.top-service__list > li:last-child {
  border-bottom: 1px solid #b5b5b5;
}
.top-service__list > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-weight: bold;
}
@media (min-width: 811px) {
  .top-service__list > li a {
    padding: 40px 0;
  }
}
.top-service__list > li a::after {
  flex-shrink: 0;
  content: url("../img/common/button_arrow02.svg");
}

.top-company {
  position: relative;
  padding: 60px 0;
  background: url("../img/top/company_img01.jpg") no-repeat;
  background-size: cover;
}
@media (min-width: 811px) {
  .top-company {
    padding: 108px 0;
  }
}
.top-company::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  content: "";
}
.top-company a {
  position: relative;
  z-index: 2;
}