@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2f312f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.heading--lv3 .en {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #007dd7;
  font-size: 4.8rem;
  font-weight: 350;
  letter-spacing: 0.1em;
  line-height: 1;
}
.heading--lv3 .en::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #007dd7;
  flex-shrink: 0;
}
.heading--lv3 .sub {
  color: #007dd7;
  font-size: 1.8rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 26px;
}
.heading--lv3--white .main {
  color: #ffffff;
}
.heading--lv3--white .main::before {
  background-color: #ffffff;
}
.heading--lv3--white .sub {
  color: #ffffff;
}
.heading--lv4 {
  color: #007DD7;
  font-size: 3.6rem;
  font-weight: 350;
  line-height: 56px;
  letter-spacing: 1.8px;
}
.heading--lv5 {
  color: #007DD7;
  font-size: 2.8rem;
  font-weight: 350;
  line-height: 36px;
  letter-spacing: 1.4px;
}
.heading--lv5--white {
  color: white;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    gap: 13px;
  }
  .heading--lv3 .en {
    font-size: 4rem;
    gap: 15px;
  }
  .heading--lv3 .sub {
    font-size: 1.5rem;
    padding-left: 25px;
  }
  .heading--lv4 {
    font-size: 3rem;
    line-height: 45px;
  }
  .heading--lv5 {
    font-size: 2.2rem;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.3s;
  border: 1px solid #C8C8C8;
}
.button--pattern-1 .icon {
  color: #1E1E1E;
  font-size: 2rem;
}
.button--pattern-1:hover {
  transition: opacity 0.3s;
}
.button--pattern-1:hover i {
  transition: transform 0.3s ease;
  transform: translateX(3px);
}
.button--pattern-1--white {
  border: 1px solid white;
}
.button--pattern-1--white .icon {
  color: #ffffff;
}
.button--pattern-1--white:hover {
  background: rgba(255, 255, 255, 0.35);
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1e1e1e;
}
.button--pattern-2 .text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1e1e1e;
}
.button--pattern-2 .icon {
  color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    width: 60px;
    height: 60px;
  }
  .button--pattern-2 {
    padding-bottom: 5px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.sub-mv {
  position: relative;
  height: 450px;
  overflow: hidden;
  margin-top: -120px;
  z-index: -1;
}
.sub-mv__bg {
  position: absolute;
  inset: 0;
}
.sub-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sub-mv__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc((100% - 1200px) / 2);
  z-index: 1;
}
.sub-mv__en {
  font-size: 6.5rem;
  font-weight: 350;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 3.25px;
}
.sub-mv__ja {
  font-size: 2rem;
  font-weight: 350;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 4px;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    height: 380px;
  }
  .sub-mv__body {
    padding-left: 10px;
  }
  .sub-mv__en {
    font-size: 4rem;
    margin-bottom: 12px;
    word-break: break-word;
  }
  .sub-mv__ja {
    font-size: 1.8rem;
  }
}
.header {
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  gap: 30px;
}
.header__logo {
  display: block;
  width: 120px;
  flex-shrink: 0;
}
.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__item a {
  font-size: 1.5rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: color 0.2s;
}
.header__item a:hover {
  color: #007dd7;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  margin-left: 10px;
}
.header__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.header__tel i {
  font-size: 1.8rem;
  color: #1e1e1e;
}
.header__tel span {
  font-size: 3.2rem;
  font-weight: 400;
  color: #1e1e1e;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  transition: opacity 0.2s;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
}
.header__contact i {
  font-size: 2.4rem;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 1px;
}
.header__contact:hover {
  opacity: 0.6;
}
.header--page {
  background: transparent;
}
.header--page .header__item a {
  color: white;
}
.header--page .header__item a:hover {
  opacity: 0.8;
}
.header--page .header__tel i {
  color: white;
}
.header--page .header__tel span {
  color: white;
}
.header--page .header__contact {
  border: 1px solid white;
}
.header--page .header__contact i {
  color: white;
}

@media only screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 70px;
  }
  .header__inner {
    padding: 0 15px;
    justify-content: space-between;
  }
  .header__logo {
    width: 70px;
  }
  .header__nav {
    display: none;
  }
  .header__right {
    display: none;
  }
}
.footer-action {
  position: relative;
  padding: 70px 0;
  margin-top: 80px;
  overflow: hidden;
  background: linear-gradient(90deg, #0059FF 0%, #B2E7FF 50%, #0059FF 100%);
}
.footer-action__inner {
  background: #ffffff;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.footer-action__body {
  width: -moz-max-content;
  width: max-content;
}
.footer-action__heading {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.footer-action__text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.footer-action__links {
  display: flex;
}
.footer-action__tel {
  display: flex;
  flex-direction: column;
}
.footer-action__tel-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.footer-action__tel-link i {
  font-size: 2rem;
  color: #1e1e1e;
}
.footer-action__tel-link span {
  font-size: 4.4rem;
  font-weight: 400;
  color: #1e1e1e;
  letter-spacing: 0.03em;
}
.footer-action__tel-link:hover {
  opacity: 0.8;
}
.footer-action__tel-note {
  font-size: 1.4rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  padding-left: 30px;
}
.footer-action__divider {
  width: 1px;
  height: 94px;
  background: #c8c8c8;
  flex-shrink: 0;
}
.footer-action__buttons {
  display: flex;
  gap: 20px;
  padding-left: 50px;
}
.footer-action__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 50px;
  padding: 20px 30px;
  width: 340px;
  box-sizing: border-box;
  transition: border-color 0.2s;
  transition: 0.5s ease;
}
.footer-action__button i, .footer-action__button img {
  width: 24px;
}
.footer-action__button i {
  font-size: 2.4rem;
}
.footer-action__button span {
  font-size: 2.3rem;
  font-weight: 400;
  color: #1e1e1e;
  letter-spacing: 0.03em;
}
.footer-action__button:hover {
  background-color: #007dd7;
}
.footer-action__button:hover i {
  color: white;
}
.footer-action__button:hover span {
  color: white;
}

.footer-bar {
  background: #0042bd;
  padding: 45px 0 50px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
  padding-bottom: 40px;
}
.footer-bar__wrapper--bottom {
  display: flex;
  align-items: center;
  border-top: 1px solid #98a5b5;
  padding-top: 20px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__logo {
  display: block;
  width: 150px;
}
.footer-bar__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-bar__address {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 510px;
}
.footer-bar__item a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.footer-bar__item a:hover {
  opacity: 0.7;
}
.footer-bar__copyright {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 350;
  letter-spacing: 0.05em;
}
.footer-bar__copyright a:hover {
  opacity: 0.8;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
.footer-bar__link a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 30px 10px;
  }
  .footer-action__body {
    width: 100%;
  }
  .footer-action__heading {
    margin-bottom: 40px;
    flex-flow: column;
    gap: 20px;
    align-items: baseline;
  }
  .footer-action__text {
    font-size: 1.4rem;
  }
  .footer-action__inner {
    flex-direction: column;
    padding: 30px 20px;
    gap: 25px;
  }
  .footer-action__links {
    flex-flow: column;
    gap: 30px;
  }
  .footer-action__tel {
    width: 100%;
    padding-right: 0;
    align-items: center;
  }
  .footer-action__tel-link {
    margin-bottom: 0;
  }
  .footer-action__tel-link span {
    font-size: 3.2rem;
  }
  .footer-action__tel-note {
    padding: 0;
  }
  .footer-action__divider {
    width: 100%;
    height: 1px;
  }
  .footer-action__buttons {
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    gap: 15px;
    justify-content: center;
  }
  .footer-action__button {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
  }
  .footer-action__button span {
    font-size: 1.8rem;
  }
  .footer-bar {
    padding: 40px 0 30px;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
  }
  .footer-bar__contents {
    align-items: center;
    width: 100%;
  }
  .footer-bar__logo {
    width: 100px;
  }
  .footer-bar__list {
    gap: 20px;
  }
  .footer-bar__links {
    margin-left: 0;
  }
  .footer-bar__copyright {
    text-align: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #007dd7;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1000;
}
.drawer-on__inner {
  padding: 12px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 70px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  gap: 10px;
  background: #007dd7;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  gap: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  padding: 12px 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.drawer-line .icon {
  width: 25px;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #007dd7;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
  height: 900px;
  overflow: hidden;
  margin-top: -120px;
  z-index: -1;
}
.top-mv__bg {
  position: absolute;
  inset: 0;
  background: url(../img/pages/top/mv-bg.jpg) no-repeat center/cover;
}
.top-mv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 65%;
  background: linear-gradient(90.14deg, #0898ff 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
}
.top-mv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 65%;
  background: linear-gradient(62.19deg, #0898ff 16.75%, rgba(255, 255, 255, 0) 69.96%);
  mix-blend-mode: multiply;
}
.top-mv__body {
  position: absolute;
  left: 164px;
  top: 423px;
  z-index: 1;
}
.top-mv__catch {
  font-size: 7rem;
  font-weight: 350;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.36;
  margin-bottom: 30px;
}
.top-mv__text {
  font-size: 1.8rem;
  font-weight: 350;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    height: 500px;
    margin-top: 0px;
  }
  .top-mv__bg::after {
    width: 100%;
    background: linear-gradient(62.19deg, #0898ff 100%, rgba(255, 255, 255, 0) 100%);
  }
  .top-mv__body {
    left: 25px;
    right: 25px;
    top: 60px;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .top-mv__catch {
    font-size: 3.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .top-mv__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.top-philosophy {
  padding: 100px 0 0;
}
.top-philosophy__heading {
  text-align: center;
  margin-bottom: 50px;
}
.top-philosophy__heading .heading--lv3 {
  align-items: center;
}
.top-philosophy__lead {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 80px;
}
.top-philosophy__block {
  display: flex;
  align-items: center;
  gap: 90px;
}
.top-philosophy__img {
  width: 490px;
  flex-shrink: 0;
}
.top-philosophy__img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-philosophy__text {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.top-quality {
  position: relative;
  height: 338px;
  overflow: hidden;
  margin-top: 100px;
}
.top-quality__bg {
  position: absolute;
  inset: 0;
}
.top-quality__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-quality__body {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px 40px 60px;
  box-sizing: border-box;
}
.top-quality__title {
  font-size: 3.6rem;
  font-weight: 350;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.56;
  margin-bottom: 20px;
}
.top-quality__text {
  font-size: 1.6rem;
  font-weight: 350;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.top-quote {
  padding: 80px 0 100px;
}
.top-quote__inner {
  text-align: center;
}
.top-quote__text {
  font-size: 3.6rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1.83;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
.top-quote__text span {
  display: inline;
  background-image: linear-gradient(#007dd7, #007dd7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}

@media only screen and (max-width: 767px) {
  .top-philosophy {
    padding: 60px 0 0;
  }
  .top-philosophy__heading {
    margin-bottom: 30px;
  }
  .top-philosophy__heading .heading--lv3 .sub {
    padding-left: 0;
  }
  .top-philosophy__lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .top-philosophy__block {
    flex-direction: column;
    gap: 30px;
  }
  .top-philosophy__img {
    width: 100%;
  }
  .top-philosophy__img img {
    height: 240px;
  }
  .top-philosophy__body {
    padding-top: 0;
  }
  .top-philosophy__text {
    font-size: 1.5rem;
  }
  .top-quality {
    height: auto;
    margin-top: 60px;
  }
  .top-quality__bg {
    position: relative;
    height: 350px;
  }
  .top-quality__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-quality__body {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
  }
  .top-quality__title {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .top-quality__text {
    font-size: 1.4rem;
  }
  .top-quote {
    padding: 60px 0;
  }
  .top-quote__text {
    font-size: 2.2rem;
  }
}
.top-contents {
  padding: 40px 0;
  background: #ffffff;
}
.top-contents__heading {
  margin-bottom: 40px;
}
.top-contents__body {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-contents__body {
    margin-left: 5%;
  }
}
.top-contents__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: calc((100vw - 1220px) / 2);
}
.top-contents__item {
  min-height: 330px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 50px 40px;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.top-contents__item:hover {
  opacity: 0.8;
}
.top-contents__img {
  position: absolute;
  inset: 0;
}
.top-contents__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-contents__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0898ff 35%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-contents__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0898ff;
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-contents__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 50px 50px;
  z-index: 2;
}
.top-contents__title {
  font-size: 3.6rem;
  font-weight: 350;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.56;
  margin-bottom: 10px;
}
.top-contents__text {
  font-size: 1.6rem;
  font-weight: 350;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.top-contents__btn {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .top-contents {
    padding: 0;
  }
  .top-contents__heading {
    margin-bottom: 30px;
  }
  .top-contents__list {
    gap: 0;
    display: flex;
    flex-flow: column;
    margin: 0;
  }
  .top-contents__item {
    height: 200px;
    min-height: 200px;
    padding: 20px;
  }
  .top-contents__body {
    padding: 0 100px 30px 20px;
    margin: 0;
  }
  .top-contents__title {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
  .top-contents__text {
    font-size: 1.4rem;
  }
  .top-contents__btn {
    bottom: 30px;
    right: 25px;
  }
}
.top-about {
  padding: 80px 0 0;
  background: #ffffff;
}
.top-about__list {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.top-about__item {
  flex: 1;
  display: block;
  transition: opacity 0.3s;
}
.top-about__item:hover {
  opacity: 0.85;
}
.top-about__header {
  margin-bottom: 60px;
}
.top-about__img {
  width: 100%;
  aspect-ratio: 800/500;
  overflow: hidden;
  margin-bottom: 30px;
}
.top-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-about__text {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.top-about__text p {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.top-about__btn {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0 0;
  }
  .top-about__list {
    flex-direction: column;
    gap: 50px;
  }
  .top-about__item {
    width: 100%;
  }
  .top-about__header {
    margin-bottom: 40px;
  }
  .top-about__img {
    margin-bottom: 15px;
  }
  .top-about__text {
    gap: 20px;
  }
  .top-about__text p {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.top-recruit {
  position: relative;
  height: 440px;
  overflow: hidden;
  margin-top: 120px;
}
.top-recruit__bg {
  position: absolute;
  inset: 0;
  background: url(../img/pages/top/recruit-bg.jpg) no-repeat center/cover;
}
.top-recruit__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0898ff;
  mix-blend-mode: multiply;
}
.top-recruit__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.top-recruit__heading {
  margin-bottom: 40px;
  display: flex;
  gap: 50px;
  max-width: 400px;
  justify-content: space-between;
}
.top-recruit__heading .heading--lv3 .en {
  color: white;
}
.top-recruit__heading .heading--lv3 .en::before {
  background-color: white;
}
.top-recruit__text {
  font-size: 1.6rem;
  font-weight: 350;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 30px;
  max-width: 370px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .top-recruit {
    height: auto;
    padding: 60px 0;
    margin-top: 60px;
  }
  .top-recruit__heading {
    gap: 20px;
  }
  .top-recruit__text {
    font-size: 1.4rem;
    margin-bottom: 25px;
    padding-left: 0;
  }
  .top-recruit__btn {
    width: 60px;
    height: 60px;
  }
}
.top-column {
  padding: 80px 0 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 40px;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/317;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}
.top-column__item .time {
  color: #1e1e1e;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  text-align: justify;
  word-break: break-all;
  color: #007DD7;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0 0;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
}
.top-news {
  padding: 80px 0 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
}
.top-news__item .link:hover {
  opacity: 0.8;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  color: #1e1e1e;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #007DD7;
}
.top-news__item .icon {
  color: #007dd7;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    right: 0;
    left: unset;
    top: 0;
  }
}
.work-content {
  padding: 80px 0 0;
}
.work-content__heading {
  margin-bottom: 30px;
}
.work-content__lead {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 100px;
}
.work-content__block {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  margin-top: 60px;
}
.work-content__steps {
  flex: 1;
}
.work-content__list-heading {
  font-size: 3.6rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 30px;
}
.work-content__list {
  display: flex;
  flex-direction: column;
}
.work-content__item {
  display: flex;
  gap: 20px;
  padding: 30px 0;
}
.work-content__item:first-child {
  padding-top: 0;
}
.work-content__step-body .heading--lv5 {
  margin-bottom: 15px;
}
.work-content__step-text {
  font-size: 1.5rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.work-content__imgs {
  width: 469px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.work-content__img {
  width: 100%;
  aspect-ratio: 469/335;
  overflow: hidden;
}
.work-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .work-content {
    padding: 50px 0 30px;
  }
  .work-content__lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .work-content__block {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 30px;
  }
  .work-content__list-heading {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .work-content__imgs {
    width: 100%;
    flex-direction: row;
  }
  .work-content__img {
    flex: 1;
    aspect-ratio: 1/1;
  }
  .work-content__item {
    padding: 10px 0;
  }
  .work-content__step-text {
    font-size: 1.4rem;
  }
}
.work-quality {
  padding: 120px 0 30px;
}
.work-quality__heading {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.work-quality__heading .heading--lv3 {
  align-items: center;
}
.work-quality__lead {
  font-size: 1.6rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 100px;
  text-align: center;
}
.work-quality__cards-heading {
  font-size: 2.4rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 25px;
}
.work-quality__initiatives .heading--lv4 {
  text-align: center;
}
.work-quality__cards {
  display: flex;
  gap: 15px;
  margin-bottom: 80px;
  margin-top: 60px;
}
.work-quality__card {
  flex: 1;
  background: #0042BD;
  display: flex;
  flex-direction: column;
  padding: 30px 25px;
}
.work-quality__card--accent {
  background: transparent;
}
.work-quality__card-img {
  width: 100%;
  max-width: 235px;
  margin: 0 auto 30px;
}
.work-quality__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.work-quality__card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.work-quality__card-point {
  display: flex;
  gap: 23px;
  align-items: center;
}
.work-quality__card-num {
  font-size: 5rem;
  font-weight: 350;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1;
}
.work-quality__card-title {
  font-size: 2rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.work-quality__card-text {
  font-size: 1.5rem;
  font-weight: 350;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: auto;
}
.work-quality__connect {
  display: flex;
  align-items: center;
  gap: 70px;
}
.work-quality__connect-title {
  font-size: 3.6rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.work-quality__connect-text {
  font-size: 1.6rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-top: 30px;
}
.work-quality__connect-photo {
  width: 470px;
  flex-shrink: 0;
  aspect-ratio: 470/336;
  overflow: hidden;
}
.work-quality__connect-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .work-quality {
    padding: 30px 0 0px;
  }
  .work-quality__lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .work-quality__cards-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .work-quality__cards {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .work-quality__card {
    gap: 20px;
  }
  .work-quality__card-img {
    max-width: 200px;
    margin: 0 auto;
  }
  .work-quality__card-text {
    font-size: 1.4rem;
  }
  .work-quality__connect {
    flex-direction: column;
    gap: 40px;
  }
  .work-quality__connect-body {
    padding-right: 0;
  }
  .work-quality__connect-title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .work-quality__connect-text {
    font-size: 1.5rem;
  }
  .work-quality__connect-photo {
    width: 100%;
  }
}
.work-style {
  padding: 80px 0 120px;
}
.work-style__heading {
  margin-bottom: 40px;
}
.work-style__lead {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 100px;
}
.work-style__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
}
.work-style__card {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
.work-style__card-img {
  width: 100%;
  height: 263px;
  overflow: hidden;
}
.work-style__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.work-style__card-body {
  background: #0042bd;
  padding: 25px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.work-style__card-title {
  font-size: 2.8rem;
  font-weight: 350;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.work-style__card-text {
  font-size: 1.6rem;
  font-weight: 350;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.work-style__env {
  display: flex;
  gap: 65px;
  align-items: flex-start;
  margin-top: 60px;
}
.work-style__env-img {
  width: 500px;
  flex-shrink: 0;
  aspect-ratio: 500/420;
  overflow: hidden;
}
.work-style__env-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.work-style__env-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.work-style__env-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
}
.work-style__env-num {
  font-size: 5rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1;
  flex-shrink: 0;
  width: 70px;
}
.work-style__env-body {
  flex: 1;
  padding-top: 8px;
}
.work-style__env-text {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .work-style {
    padding: 50px 0 30px;
  }
  .work-style__lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .work-style__cards {
    gap: 20px;
    margin-bottom: 50px;
  }
  .work-style__card {
    width: 100%;
  }
  .work-style__card-img {
    height: 200px;
  }
  .work-style__card-title {
    font-size: 2rem;
  }
  .work-style__card-text {
    font-size: 1.4rem;
  }
  .work-style__env-heading {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .work-style__env {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  .work-style__env-item {
    padding: 5px 0;
  }
  .work-style__env-img {
    width: 100%;
    aspect-ratio: 500/300;
  }
  .work-style__env-num {
    font-size: 3.6rem;
    width: 50px;
  }
  .work-style__env-title {
    font-size: 2rem;
  }
  .work-style__env-text {
    font-size: 1.4rem;
  }
}
.daily-flow {
  padding: 0 0 40px;
}
.daily-flow__heading {
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.daily-flow__lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 100px;
}
.daily-flow__timeline {
  background: #e4f2fd;
  padding: 50px 60px 50px 90px;
  position: relative;
  margin-bottom: 80px;
}
.daily-flow__timeline::before {
  content: "";
  position: absolute;
  left: 55px;
  top: 80px;
  bottom: 120px;
  width: 1px;
  background: #007dd7;
}
.daily-flow__item {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 18px 0;
  position: relative;
}
.daily-flow__item::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 26px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #007dd7;
}
.daily-flow__time-col {
  min-width: 300px;
  border-right: 1px solid #C8C8C8;
  padding-right: 40px;
}
.daily-flow__time {
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 6px;
}
.daily-flow__label {
  display: block;
  font-size: 2.8rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.daily-flow__body {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.daily-flow__values-heading {
  font-size: 2.8rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 30px;
}
.daily-flow__values {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 100px;
}
.daily-flow__value {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.daily-flow__value-icon {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.daily-flow__value-icon img {
  width: 80px;
  height: auto;
  display: block;
}
.daily-flow__value-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.daily-flow__value-text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.daily-flow__quote {
  font-size: 2.8rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.daily-flow__quote span {
  display: inline;
  background-image: linear-gradient(#007dd7, #007dd7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}

@media only screen and (max-width: 767px) {
  .daily-flow {
    padding: 50px 0 30px;
  }
  .daily-flow__lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .daily-flow__timeline {
    padding: 30px 20px 30px 60px;
    margin-bottom: 50px;
  }
  .daily-flow__timeline::before {
    left: 29px;
    top: 55px;
    bottom: 12%;
  }
  .daily-flow__item {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
    align-items: baseline;
  }
  .daily-flow__item::before {
    left: -36px;
    top: 20px;
  }
  .daily-flow__time-col {
    width: 100%;
    padding: 0;
    border: 0;
    min-width: 100%;
  }
  .daily-flow__time {
    font-size: 1.8rem;
  }
  .daily-flow__label {
    font-size: 2rem;
  }
  .daily-flow__body {
    font-size: 1.4rem;
    padding-top: 0;
  }
  .daily-flow__values-heading {
    font-size: 2rem;
  }
  .daily-flow__values {
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .daily-flow__value-title {
    font-size: 2rem;
  }
  .daily-flow__value-text {
    font-size: 1.4rem;
  }
  .daily-flow__quote {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.beginner-flow {
  padding: 80px 0 120px;
}
.beginner-flow__heading {
  margin-bottom: 100px;
}
.beginner-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
.beginner-flow__step {
  display: flex;
  gap: 50px;
  align-items: center;
}
.beginner-flow__img {
  width: 355px;
  flex-shrink: 0;
  aspect-ratio: 355/254;
  overflow: hidden;
}
.beginner-flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.beginner-flow__content {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.beginner-flow__body {
  display: flex;
  gap: 15px;
  align-items: center;
}
.beginner-flow__num {
  font-size: 5rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1;
}
.beginner-flow__text {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.beginner-flow__message {
  font-size: 2.8rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.beginner-flow__message span {
  display: inline;
  background-image: linear-gradient(#007dd7, #007dd7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}

@media only screen and (max-width: 767px) {
  .beginner-flow {
    padding: 50px 0 60px;
  }
  .beginner-flow__heading {
    margin-bottom: 40px;
  }
  .beginner-flow__steps {
    gap: 40px;
    margin-bottom: 50px;
  }
  .beginner-flow__step {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
  .beginner-flow__img {
    width: 100%;
    aspect-ratio: 355/200;
  }
  .beginner-flow__content {
    padding-top: 0;
  }
  .beginner-flow__num {
    font-size: 3.6rem;
    width: 52px;
  }
  .beginner-flow__text {
    font-size: 1.4rem;
  }
  .beginner-flow__message {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.beginner-faq {
  padding: 0 0 40px;
  background: #ffffff;
}
.beginner-faq__heading {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.beginner-faq__heading .heading--lv3 .sub {
  padding-left: 17px;
}
.beginner-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.beginner-faq__item {
  border-top: 1px solid #c8c8c8;
  padding: 40px 0;
}
.beginner-faq__item:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.beginner-faq__question {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}
.beginner-faq__q-label {
  font-size: 5rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1;
}
.beginner-faq__q-text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.beginner-faq__answer {
  display: flex;
  gap: 30px;
}
.beginner-faq__q-label, .beginner-faq__a-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.beginner-faq__a-label {
  font-size: 5rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1;
}
.beginner-faq__a-text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.8px;
}

@media only screen and (max-width: 767px) {
  .beginner-faq {
    padding: 0;
  }
  .beginner-faq__heading {
    margin-bottom: 40px;
  }
  .beginner-faq__item {
    padding: 30px 0;
  }
  .beginner-faq__question {
    gap: 10px;
  }
  .beginner-faq__q-label, .beginner-faq__a-label {
    width: 10%;
  }
  .beginner-faq__q-text, .beginner-faq__a-text {
    width: 90%;
  }
  .beginner-faq__q-label {
    font-size: 2rem;
  }
  .beginner-faq__q-text {
    font-size: 1.5rem;
  }
  .beginner-faq__answer {
    padding-left: 0;
    gap: 10px;
  }
  .beginner-faq__a-label {
    font-size: 2rem;
  }
  .beginner-faq__a-text {
    font-size: 1.5rem;
  }
}
.job-message {
  padding: 80px 0 120px;
}
.job-message__heading {
  margin-bottom: 40px;
}
.job-message__lead {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 100px;
}
.job-message__welcome-heading {
  font-size: 2.4rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 30px;
}
.job-message__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
}
.job-message__card {
  width: calc(50% - 60px);
  background: #0042bd;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 30px 20px;
}
.job-message__card-img {
  width: 200px;
  height: 200px;
}
.job-message__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.job-message__card-body {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 50px;
  width: 100%;
}
.job-message__card-text {
  font-size: 1.6rem;
  font-weight: 350;
  color: white;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.job-message__ceo-heading {
  font-size: 2.4rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 30px;
}
.job-message__ceo-block {
  display: flex;
  gap: 70px;
  align-items: center;
  margin-top: 60px;
}
.job-message__ceo-text {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 2;
}
.job-message__ceo-text + .job-message__ceo-text {
  margin-top: 1.5em;
}
.job-message__ceo-img {
  width: 500px;
  flex-shrink: 0;
  aspect-ratio: 500/350;
  overflow: hidden;
}
.job-message__ceo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .job-message {
    padding: 50px 0 60px;
  }
  .job-message__heading {
    margin-bottom: 40px;
  }
  .job-message__lead {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .job-message__welcome-heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .job-message__cards {
    gap: 20px;
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .job-message__card {
    width: 100%;
  }
  .job-message__card-body {
    margin-top: 30px;
    gap: 10px;
    width: 100%;
  }
  .job-message__card-text {
    font-size: 1.4rem;
  }
  .job-message__ceo-block {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .job-message__ceo-img {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .job-message__ceo-text {
    font-size: 1.5rem;
    line-height: 1.875;
  }
}
.job-listing {
  padding-bottom: 40px;
}
.job-listing__heading {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.job-listing__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.job-listing__card {
  display: flex;
  align-items: stretch;
  background: #0042bd;
  text-decoration: none;
  transition: opacity 0.3s;
  height: 230px;
}
.job-listing__card:hover {
  opacity: 0.85;
}
.job-listing__card-img {
  width: 312px;
  aspect-ratio: 312/230;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  flex-shrink: 0;
  overflow: hidden;
}
.job-listing__card-body {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 40px 0 50px;
}
.job-listing__card-dl {
  width: 100%;
}
.job-listing__card-row {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.job-listing__card-dt {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 1;
  color: white;
}
.job-listing__card-divider {
  width: 1px;
  height: 20px;
  background: #C8C8C8;
  margin: 0 30px;
}
.job-listing__card-dd {
  font-size: 1.8rem;
  font-weight: 350;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1;
}
.job-listing__card-btn {
  margin: auto;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .job-listing {
    padding: 0 0 40px;
  }
  .job-listing__heading {
    margin-bottom: 40px;
  }
  .job-listing__cards {
    gap: 20px;
  }
  .job-listing__card {
    height: auto;
    flex-direction: column;
  }
  .job-listing__card-img {
    width: 100%;
    height: 180px;
  }
  .job-listing__card-body {
    padding: 15px 20px;
  }
  .job-listing__card-row {
    padding: 8px 0;
  }
  .job-listing__card-dt {
    font-size: 1.5rem;
  }
  .job-listing__card-divider {
    margin: 0 20px;
  }
  .job-listing__card-dd {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .job-listing__card-btn {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.job-detail {
  padding: 80px 0 40px;
}
.job-detail__title {
  color: #007DD7;
  font-size: 3.6rem;
  font-weight: 350;
  line-height: 48px;
  letter-spacing: 4.8px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.job-detail__title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #007dd7;
  flex-shrink: 0;
}
.job-detail__table {
  border-top: 1px solid #c8c8c8;
  margin-bottom: 100px;
}
.job-detail__row {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid #c8c8c8;
  padding: 40px 0;
  gap: 10px;
}
.job-detail__dd {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.job-detail__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.job-detail__back:hover {
  opacity: 0.7;
}
.job-detail__back .button--pattern-1:hover i {
  transform: translateX(-3px);
}
.job-detail__back i {
  font-size: 4.4rem;
  color: #007dd7;
}
.job-detail__back i::before {
  content: "\f12f";
}
.job-detail__back span {
  font-size: 1.8rem;
  font-weight: 400;
  color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
  .job-detail {
    padding: 50px 0 40px;
  }
  .job-detail__title {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .job-detail__table {
    margin-bottom: 50px;
  }
  .job-detail__row {
    gap: 5px;
    padding: 20px 0;
  }
  .job-detail__dt {
    font-size: 1.5rem;
  }
  .job-detail__dd {
    font-size: 1.5rem;
  }
}
.company-greeting {
  padding: 80px 0 120px;
}
.company-greeting__heading {
  margin-bottom: 100px;
}
.company-greeting__block {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
.company-greeting__text {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.company-greeting__img {
  width: 500px;
  flex-shrink: 0;
  aspect-ratio: 500/359;
  overflow: hidden;
}
.company-greeting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 50px 0 60px;
  }
  .company-greeting__heading {
    margin-bottom: 40px;
  }
  .company-greeting__block {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .company-greeting__text {
    font-size: 1.5rem;
    line-height: 1.875;
  }
  .company-greeting__img {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.company-data {
  padding: 0 0 40px;
}
.company-data__heading {
  margin-bottom: 100px;
}
.company-data__table {
  margin-bottom: 60px;
}
.company-data__row {
  display: flex;
  min-height: 90px;
  background: #e4f2fd;
}
.company-data__row:nth-child(even) {
  background: white;
}
.company-data__dt {
  padding: 25px 60px;
  width: 70px;
  font-size: 1.6rem;
  font-weight: 350;
  display: flex;
  align-items: center;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.company-data__dd {
  padding: 25px 30px;
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.company-data__map {
  width: 100%;
  height: 390px;
  margin-bottom: 80px;
  overflow: hidden;
}
.company-data__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.company-data__timeline {
  margin-bottom: 100px;
  background: #e4f2fd;
  padding: 80px 60px 80px 85px;
  position: relative;
  margin-top: 60px;
}
.company-data__timeline::before {
  content: "";
  position: absolute;
  left: 49px;
  top: 120px;
  bottom: 120px;
  width: 1px;
  background: #007dd7;
}
.company-data__timeline-item {
  display: flex;
  gap: 40px;
  padding: 20px 0;
  position: relative;
}
.company-data__timeline-item::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 35px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #007dd7;
}
.company-data__timeline-year {
  min-width: 260px;
  font-size: 2.8rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-right: 1px solid #C8C8C8;
  padding-right: 80px;
}
.company-data__timeline-text {
  font-size: 1.6rem;
  font-weight: 350;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding-top: 6px;
}
.company-data__closing {
  font-size: 2.8rem;
  font-weight: 350;
  color: #007dd7;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.company-data__closing span {
  display: inline;
  background-image: linear-gradient(#007dd7, #007dd7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}

@media only screen and (max-width: 767px) {
  .company-data {
    padding: 0 0 30px;
  }
  .company-data__heading {
    margin-bottom: 40px;
  }
  .company-data__table {
    margin-bottom: 40px;
  }
  .company-data__row {
    flex-direction: column;
    min-height: auto;
  }
  .company-data__dt {
    padding: 15px 20px 0;
    font-size: 1.6rem;
  }
  .company-data__dd {
    padding: 0 20px 15px;
    font-size: 1.5rem;
  }
  .company-data__map {
    height: 250px;
    margin-bottom: 60px;
  }
  .company-data__history-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .company-data__timeline {
    padding: 30px 20px 30px 60px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .company-data__timeline::before {
    left: 29px;
    top: 50px;
    bottom: 130px;
  }
  .company-data__timeline-item {
    flex-direction: column;
    gap: 8px;
    padding: 15px 0;
  }
  .company-data__timeline-item::before {
    left: -36px;
    top: 20px;
  }
  .company-data__timeline-year {
    font-size: 2rem;
    padding: 0;
    border: 0;
  }
  .company-data__timeline-text {
    font-size: 1.5rem;
    padding-top: 0;
  }
  .company-data__closing {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #007dd7;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #007dd7;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */