@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

.inner-block--900 {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.bg-light {
  background: #EFF6FA;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
}
.c-header .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  padding: 2px min(40px, 2.0833333333vw) 0;
  height: 100%;
}
.c-header .logo-area a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.c-header .logo-area .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.c-header .menu-area {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 3px;
}
.c-header .menu-area.is-active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.c-header .menu-area .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 2px);
}
.c-header .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(48px, 2.5vw);
  margin-right: min(50px, 2.6041666667vw);
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .menu-list > li {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header .menu-list a {
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
}
.c-header .menu-list a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: #1A74A5;
  display: none;
}
.c-header .menu-list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  background: #1A74A5;
  margin: auto;
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: min(40px, 2.0833333333vw);
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 16px;
}
.c-header .recruit-btn {
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 13px min(46px, 2.3958333333vw) 13px min(50px, 2.6041666667vw);
  line-height: 1;
  font-weight: bold;
  height: 100%;
  font-size: clamp(14px, 18px, min(18px, 0.9375vw));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #1A74A5;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #1A74A5;
}
.c-header .recruit-btn .ico {
  -webkit-mask: url("../img/common/ico-recruit.svg") no-repeat center/contain;
          mask: url("../img/common/ico-recruit.svg") no-repeat center/contain;
  width: 22px;
  height: 22px;
  background: #ffffff;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .recruit-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  background: #ffffff;
  display: none;
}
.c-header .contact-btn {
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 16px min(26px, 1.3541666667vw);
  line-height: 1;
  font-size: clamp(14px, 18px, min(18px, 0.9375vw));
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #1F2C5E;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #1F2C5E;
}
.c-header .contact-btn .ico {
  margin: auto;
  -webkit-mask: url("../img/common/ico-mail.svg") no-repeat center/contain;
          mask: url("../img/common/ico-mail.svg") no-repeat center/contain;
  background: #ffffff;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .contact-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  background: #ffffff;
  display: none;
}
.c-header .tel-area .num {
  color: #1F2C5E;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 32px;
  font-size: clamp(18px, 28px, min(28px, 1.4583333333vw));
  line-height: 1;
  display: block;
}
.c-header .tel-area .num::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url("../img/common/ico-phone-blue.svg") no-repeat center/cover;
}
.c-header .tel-area .time {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: 2px;
}
.c-header .toggle-btn {
  background: #1F2C5E;
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
}
.c-header .toggle-btn.is-active .line:first-child {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}
.c-header .toggle-btn.is-active .line:nth-child(2) {
  opacity: 0;
}
.c-header .toggle-btn.is-active .line:last-child {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}
.c-header .toggle-btn .inn {
  position: absolute;
  inset: 0;
  display: block;
  width: 18px;
  height: 12px;
  margin: auto;
}
.c-header .toggle-btn .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header .toggle-btn .line:first-child {
  top: 0;
}
.c-header .toggle-btn .line:nth-child(2) {
  top: 0;
  bottom: 0;
}
.c-header .toggle-btn .line:last-child {
  bottom: 0;
}

.cover-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  z-index: 20;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  -webkit-transition-property: background;
  transition-property: background;
  top: 0;
  left: 0;
}
.cover-bg.is-active {
  background: rgba(0, 0, 0, 0.3);
  pointer-events: all;
}

.c-footer {
  padding: 100px min(100px, 5.2083333333vw);
  position: relative;
}
.c-footer .inner-block {
  max-width: 1280px;
}
.c-footer .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.c-footer .logo-area .txt {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.c-footer .info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.c-footer .info-area .company-name {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-footer .info-area .info-desc {
  font-size: 14px;
  line-height: 1.6;
}
.c-footer .info-area .info-desc + .info-desc {
  margin-top: 16px;
}
.c-footer .info-area .f-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(48px, 2.5vw);
  margin-right: min(22px, 1.1458333333vw);
  font-size: 14px;
}
.c-footer .info-area .f-menu-list a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  position: relative;
}
.c-footer .info-area .f-menu-list a::after {
  content: "";
}
.c-footer .bottom-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .link {
  text-align: right;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  display: block;
  font-size: 12px;
  position: relative;
  color: #1A74A5;
  padding-right: 18px;
  line-height: 1.6;
}
.c-footer .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 8px;
  height: 8px;
  background: #1A74A5;
}
.c-footer .copyright {
  font-size: 12px;
  line-height: 1.6;
}

#pagetop {
  right: min(160px, 8.3333333333vw);
  z-index: 10;
}
#pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  z-index: 10;
  background: #1A74A5;
  border: 1px solid #1A74A5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pagetop a::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: 5px;
  margin: auto;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  background: #ffffff;
  width: 27px;
  height: 27px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.c-ttl01 .en {
  font-family: "Arimo", sans-serif;
  color: #1A74A5;
  line-height: 1.2;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto 0 0;
  padding-top: 0.5px;
  padding-left: 12px;
}
.c-ttl01 .en::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  background: url("../img/common/ttl-shape.svg") no-repeat center/contain;
  width: 7px;
  height: 8px;
  display: block;
}
.c-ttl01 .jp {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 40px, min(40px, 2.0833333333vw));
  letter-spacing: 0.03em;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 0.1em;
  color: transparent;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#1F2C5E), to(#1A74A5));
  background: linear-gradient(90deg, #1F2C5E 0%, #1A74A5 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.c-ttl01.center {
  text-align: center;
}
.c-ttl01.center .en, .c-ttl01.center .jp {
  margin: 0 auto;
}

.c-ttl02 {
  border-left: 4px solid transparent;
  -o-border-image: linear-gradient(0deg, var(--color-main-lightblue, #1A74A5) 0%, var(--color-main-blue, #1F2C5E) 100%) 1;
     border-image: -webkit-gradient(linear, left bottom, left top, from(var(--color-main-lightblue, #1A74A5)), to(var(--color-main-blue, #1F2C5E))) 1;
     border-image: linear-gradient(0deg, var(--color-main-lightblue, #1A74A5) 0%, var(--color-main-blue, #1F2C5E) 100%) 1;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0 4px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.c-ttl03 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 40px, min(40px, 2.0833333333vw));
  letter-spacing: 0.03em;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 0.1em;
  color: transparent;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#1F2C5E), to(#1A74A5));
  background: linear-gradient(90deg, #1F2C5E 0%, #1A74A5 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.c-ttl04 {
  padding-top: 16px;
  text-align: center;
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #1A74A5;
  margin-bottom: 15px;
}
.c-ttl04::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../img/common/ttl-shape.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  display: block;
}

.c-mv-section .c-ttl01 {
  margin-bottom: 30px;
}
.c-mv-section .c-ttl01 .en {
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 24px;
  padding-left: 17px;
}
.c-mv-section .c-ttl01 .en::before {
  top: 0;
  bottom: 0;
  left: -1px;
  width: 12px;
  height: 12px;
}
.c-mv-section .c-ttl01 .jp {
  font-size: clamp(48px, 64px, min(64px, 3.3333333333vw));
  margin: 0;
}

.c-section {
  padding: 80px 0;
}

.c-mv-section {
  margin-top: 96px;
  padding-block: 80px 70px;
  background: url("../img/common/mv-bg.svg") repeat center;
}

.c-bread-area .bread-cont {
  display: block;
}
.c-bread-area .bread-cont .bread-item {
  font-size: 14px;
  position: relative;
  display: inline;
  text-align: start;
}
.c-bread-area .bread-cont .bread-item a {
  color: #1A74A5;
  text-decoration: underline;
  display: inline-block;
}
.c-bread-area .bread-cont li + li {
  padding-left: 29px;
}
.c-bread-area .bread-cont li + li::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  display: inline-block;
  background: #1A74A5;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 6px;
  left: 8px;
}

.c-contact-section {
  position: relative;
  background: #EFF6FA;
}
.c-contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/contact-bg.png.webp") no-repeat center/cover;
}
.c-contact-section .c-ttl01 {
  margin-bottom: 32px;
}
.c-contact-section .desc {
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-contact-section .info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  padding: 14px 0;
  max-width: 712px;
  margin: 30px auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-contact-section .tel-area {
  padding: 0 min(24px, 1.25vw);
}
.c-contact-section .tel-area .num {
  font-size: clamp(28px, 36px, min(36px, 1.875vw));
  color: #1F2C5E;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 43px;
  letter-spacing: 0.03em;
  line-height: 1;
  display: block;
}
.c-contact-section .tel-area .num::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 27px;
  height: 27px;
  background: url("../img/common/ico-phone-blue.svg") no-repeat center/cover;
}
.c-contact-section .tel-area .time {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: 2px;
}
.c-contact-section .contact-btn {
  border-radius: 5px;
  background: #1F2C5E;
  color: #ffffff;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 19px 40px 19px 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1F2C5E;
  font-family: "Noto Serif JP", serif;
  gap: 16px;
}
.c-contact-section .contact-btn .icon {
  margin: auto 0;
  -webkit-mask: url("../img/common/ico-mail.svg") no-repeat center/cover;
          mask: url("../img/common/ico-mail.svg") no-repeat center/cover;
  width: 32px;
  height: 32px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn01 {
  border-radius: 5px;
  color: #ffffff;
  background: #1F2C5E;
  position: relative;
  padding: 14px 40px 14px 20px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 303px;
  width: 100%;
  display: block;
  border: 2px solid #1F2C5E;
}
.c-btn01.lightblue {
  background: #1A74A5;
  color: #ffffff;
  border-color: #1A74A5;
}
.c-btn01.lightblue::after {
  background: #ffffff;
}
.c-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #ffffff;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-banner {
  display: block;
  position: absolute;
  right: 29px;
  top: 59.8%;
  width: clamp(200px, 260px, min(260px, 13.5416666667vw));
  height: clamp(242px, 302px, min(302px, 15.7291666667vw));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  z-index: 10;
}
.c-banner.is-sticky {
  position: fixed;
  bottom: 100px;
  right: 29px;
  top: auto;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.3s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.3s ease, -webkit-transform 0.5s ease, -webkit-filter 0.3s ease;
}
.c-banner.is-sticky.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-banner::before, .c-banner::after {
  content: "";
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
}
.c-banner::before {
  inset: 0;
  background: #ffffff;
  z-index: 0;
}
.c-banner::after {
  inset: 4px;
  z-index: 1;
  background: url("../img/common/banner-bg.jpg.webp") no-repeat center/cover;
}
.c-banner .inn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #1A74A5;
  z-index: 2;
  -webkit-clip-path: polygon(0% 63%, 100% 63%, 100% 75%, 50% 100%, 0% 75%);
          clip-path: polygon(0% 63%, 100% 63%, 100% 75%, 50% 100%, 0% 75%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.c-banner .info-area {
  margin-top: auto;
  color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 35px;
  text-align: center;
}
.c-banner .info-area .link {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: min(20px, 1.0416666667vw);
}
.c-banner .info-area .link::after {
  content: "";
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
}
.c-banner .banner-ttl {
  font-family: "Arimo", sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #ffffff;
}
.c-banner .banner-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 14px;
  height: 14px;
  display: block;
  background: #ffffff;
}

.c-list-wrap {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-list-wrap .c-list {
  color: var(--color-typography-base, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  position: relative;
  padding-left: 24px;
}
.c-list-wrap .c-list::after {
  content: "";
  position: absolute;
  z-index: 100;
  background-color: var(--color-main-lightblue, #1A74A5);
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  left: 9px;
  bottom: 0;
  top: 0;
  margin-block: auto;
}

.c-tbl {
  width: 66.7%;
  max-width: 800px;
  text-align: left;
}
.c-tbl tr {
  border-bottom: 1px solid #E0E0E0;
  font-size: 14px;
  line-height: 1.4;
}
.c-tbl tr th {
  color: #1A74A5;
  width: 10.2083333333vw;
  max-width: 196px;
  min-width: 120px;
  padding: 24px 8px 26px 24px;
  border-bottom: 1px solid #1A74A5;
  font-weight: 700;
}
.c-tbl tr td {
  padding: 24px 0px 23px 24px;
}
.c-tbl tr td .strong {
  font-weight: 600;
}
.c-tbl tr td .link {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  color: #1A74A5;
  text-decoration: underline;
}
.c-tbl tr td .link::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  display: inline-block;
  background: #1A74A5;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-block: auto;
  left: 83px;
}
.c-tbl tr td .link.deco-none::after {
  content: none;
}
.c-tbl tr td p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.c-tbl tr td > span + span {
  margin-left: 8px;
}
.c-tbl tr td p + p {
  margin-top: 12px;
}

.c-case-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(40px, 2.0833333333vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-case-list a {
  background: #ffffff;
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(31, 44, 94, 0.1);
          box-shadow: 0 0 10px rgba(31, 44, 94, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-case-list .img-area {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  position: relative;
  padding-top: 64%;
}
.c-case-list .img-area img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 3px 3px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-case-list .txt-area {
  padding: 24px 24px 40px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-case-list .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-case-list .tag-list .tag {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  background: #1A74A5;
  padding: 4px 8px;
}
.c-case-list .ttl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-size: clamp(18px, 20px, min(20px, 1.0416666667vw));
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-case-list .arrow-btn {
  border-radius: 3px 0 3px 0px;
  background: #1F2C5E;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-case-list .arrow-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  display: block;
  background: #ffffff;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-faq-acco {
  overflow: hidden;
  max-width: 900px;
  margin: auto;
}
.c-faq-acco + .c-faq-acco {
  margin-top: 16px;
}
.c-faq-acco .acco-btn {
  background-color: #ffffff;
  padding: 24px 24px 24px 83px;
  display: block;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  line-height: 2em;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  line-height: 2em;
}
.c-faq-acco .acco-btn::before {
  content: "Q.";
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 32px;
  color: #1A74A5;
  position: absolute;
  top: 25px;
  left: 24px;
  line-height: 1;
}
.c-faq-acco .acco-btn .ico {
  width: 24px;
  height: 24px;
  display: block;
  background-color: var(--Supplementary-Color-bg-F5F1F0);
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1/1;
}
.c-faq-acco .acco-btn .ico::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  display: block;
  background: #1A74A5;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-faq-acco .acco-btn.is-open .ico::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-faq-acco .acco-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #1A74A5;
  letter-spacing: 0;
  color: #ffffff;
  line-height: 2em;
  position: relative;
}
.c-faq-acco .acco-content::before {
  content: "A.";
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  left: 24px;
  line-height: 1;
}
.c-faq-acco .acco-content.is-open {
  border-top: 1px solid var(--secondary-monotone-gray-4-c-4-c-b-d-7);
}
.c-faq-acco .acco-content .inn {
  font-size: 14px;
  padding: 24px 24px 26px 83px;
  line-height: 1.4em;
}
.c-faq-acco .acco-content .main-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
}

.c-link {
  text-decoration: underline;
  color: #1A74A5;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  margin-top: 94px;
}
.home .hero-bg-area {
  position: relative;
  top: 0;
  left: 0;
}
.home .mv-section {
  position: relative;
  padding: 100px 0 75px;
}
.home .mv-section .inner-block {
  max-width: none;
}
.home .mv-section .mv-bg-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home .mv-section img {
  width: 100%;
}
.home .mv-section .main-txt {
  margin-top: 86px;
  margin-left: min(220px, 11.4583333333vw);
  position: relative;
  z-index: 1;
}
.home .mv-section .main-txt::after {
  content: "";
  display: none;
  background: url("../img/home/mv-shape.svg") no-repeat center/cover;
  position: absolute;
  left: -20px;
  top: 55px;
  width: 132px;
  height: 153px;
  z-index: -1;
}
.home .mv-section .ttl {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(60px, 88px, min(88px, 4.5833333333vw));
  line-height: 1;
  letter-spacing: 0.03em;
  color: #1F2C5E;
  margin-bottom: 60px;
  text-shadow: 0 0px 7px rgb(255, 255, 255);
}
.home .mv-section .ttl .bg {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#1F2C5E), to(#1A74A5));
  background: linear-gradient(90deg, #1F2C5E 0%, #1A74A5 100%);
  padding: 9px 8px;
  display: inline-block;
  margin-top: 27px;
  text-shadow: none;
}
.home .mv-section .desc {
  font-size: clamp(16px, 24px, min(24px, 1.25vw));
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-shadow: 0 0px 7px rgb(255, 255, 255);
}
.home .mv-section .desc + .desc {
  margin-top: 6px;
}
.home .mv-section .news-area {
  margin: 79px 0 0;
  max-width: 900px;
  position: relative;
  z-index: 1;
}
.home .mv-section .news-area .news-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 28px;
  border-left: 3px solid #1A74A5;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.home .mv-section .news-area .news-line .tag {
  position: relative;
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #1A74A5;
  font-weight: bold;
  padding-left: 12px;
}
.home .mv-section .news-area .news-line .tag::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/common/ttl-shape.svg") no-repeat center/contain;
  width: 8px;
  height: 8px;
}
.home .mv-section .news-area .news-line .date {
  font-family: "Arimo", sans-serif;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0px 7px rgb(255, 255, 255);
}
.home .mv-section .news-area .news-line .news-ttl {
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0px 7px rgb(255, 255, 255);
}
.home .mv-section .news-area .news-line .r-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.home .mv-section .scroll {
  position: absolute;
  left: min(80px, 4.1666666667vw);
  bottom: 6.8%;
  display: inline-block;
}
.home .mv-section .scroll .txt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #1A74A5;
  line-height: 1;
}
.home .mv-section .scroll .line {
  width: 1px;
  height: 180px;
  display: block;
  position: relative;
  margin: 10px auto 0;
  overflow: hidden;
}
.home .mv-section .scroll .line::after {
  content: "";
  background: #1A74A5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 3s cubic-bezier(0.65, 0, 0.35, 1) kvScroll infinite;
          animation: 3s cubic-bezier(0.65, 0, 0.35, 1) kvScroll infinite;
}
@-webkit-keyframes kvScroll {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes kvScroll {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.home .about-section {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.home .about-section .inner-block {
  display: grid;
  grid-template-columns: clamp(400px, 560px, min(560px, 29.1666666667vw)) 1fr;
  gap: 40px;
}
.home .about-section img {
  display: block;
  margin: 70px auto 0;
}
.home .about-section .main-desc {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
.home .about-section .desc {
  line-height: 2;
}
.home .about-section .desc + .desc {
  margin-top: 23px;
}
.home .about-section .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  gap: 16px;
}
.home .case-section {
  position: relative;
}
.home .case-section .btn-wrap {
  margin: 40px 0 0 auto;
}
.home .case-section .btn-wrap .c-btn01 {
  margin-left: auto;
}
.home .recruit-section {
  overflow: hidden;
}
.home .recruit-section .bg {
  width: 100vw;
  position: relative;
  margin: 0 calc(50% - 50vw);
  display: block;
  max-width: none;
}
.home .recruit-section .white-box {
  background: #ffffff;
  max-width: 1200px;
  margin: max(-185px, -9.6354166667vw) auto 0;
  position: relative;
  z-index: 1;
  padding: 80px min(80px, 4.1666666667vw) 0;
}
.home .recruit-section .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 32px;
  margin-bottom: 32px;
}
.home .recruit-section .desc {
  line-height: 2;
  text-align: center;
}
.home .recruit-section .feature-ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #1A74A5;
  margin: 33px 0 24px;
}
.home .recruit-section .feature-ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 2px;
  width: 100%;
  background: #1A74A5;
  height: 1px;
  margin: auto;
}
.home .recruit-section .feature-ttl .inn {
  padding: 0 16px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.home .recruit-section .feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(32px, 1.6666666667vw);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home .recruit-section .feature-list > li {
  border-radius: 3px;
  background: #EFF6FA;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .recruit-section .feature-list > li + li {
  border-top: 1px solid #E0E0E0;
}
.home .recruit-section .feature-list .icon {
  border-radius: 50%;
  background: #1A74A5;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  display: block;
}
.home .recruit-section .feature-list .icon img {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
}
.home .recruit-section .feature-list .num {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #1A74A5;
  text-align: center;
  display: block;
  margin: 24px 0 8px;
}
.home .recruit-section .feature-list .txt-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home .recruit-section .feature-list .list-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  font-size: clamp(20px, 24px, min(24px, 1.25vw));
  line-height: 1.4;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home .recruit-section .feature-list .txt {
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 14px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.home .recruit-section .btn-area {
  margin-top: 33px;
}
.home .recruit-section .btn-area .c-btn01 {
  margin: auto;
}

/* -----------------------------------------------
* company Module
* companyページ用
-------------------------------------------------- */
.company .message-sec .inner-block .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company .message-sec .inner-block .bottom .txt-area {
  width: calc((100% - 40px) / 2);
}
.company .message-sec .inner-block .bottom .txt-area .txt-mess, .company .message-sec .inner-block .bottom .txt-area .txt-name {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.company .message-sec .inner-block .bottom .txt-area .txt-mess .small, .company .message-sec .inner-block .bottom .txt-area .txt-name .small {
  font-size: 14px;
  font-weight: 600;
  margin-right: 8px;
}
.company .message-sec .inner-block .bottom .txt-area .txt-mess {
  letter-spacing: 5%;
}
.company .message-sec .inner-block .bottom .txt-area .txt-name {
  line-height: 1;
}
.company .message-sec .inner-block .bottom .txt-area .txt-cont-area {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-block: 32px;
}
.company .message-sec .inner-block .bottom .img-area {
  width: calc((100% - 40px) / 2);
}
.company .message-sec .inner-block .bottom .img-area img {
  width: 100%;
  height: auto;
}
.company .profile-sec .inner-block .c-ttl01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company .history-sec .inner-block .c-ttl01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company .history-sec .inner-block .his-area {
  width: 66.7%;
  max-width: 800px;
  text-align: left;
}
.company .history-sec .inner-block .his-area > div + div {
  margin-top: 40px;
}
.company .history-sec .inner-block .his-area .his-con {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
.company .history-sec .inner-block .his-area .his-con::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 61.5px;
  width: 1px;
  height: calc(100% + 40px);
  background: #1A74A5;
}
.company .history-sec .inner-block .his-area .his-con:nth-of-type(1)::before {
  top: 2px;
}
.company .history-sec .inner-block .his-area .his-con:nth-of-type(7)::before {
  height: 0px;
}
.company .history-sec .inner-block .his-area .his-con .wes-cal {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #1F2C5E;
  position: relative;
  display: inline-block;
  padding-right: 48px;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
}
.company .history-sec .inner-block .his-area .his-con .wes-cal::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 54px;
  margin: auto;
  background: url("../img/common/hexagon-shape_border.svg") no-repeat center/contain;
  width: 16px;
  height: 16px;
}
.company .history-sec .inner-block .his-area .his-con .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.company .history-sec .inner-block .his-area .his-con .left .jp-cal {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #1F2C5E;
}
.company .history-sec .inner-block .his-area .his-con .left .txt {
  font-size: 16px;
  line-height: 1.4;
}
.company .access-sec .map-area {
  width: 100%;
  height: 450px;
}
.company .access-sec .map-area iframe {
  width: 100%;
  height: 100%;
}
.company .access-sec .txt-area .acc-con {
  margin-top: 32px;
}
.company .access-sec .txt-area .acc-con .ttl {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  border-left: 2px solid #1A74A5;
  padding: 3px 0px 2px 16px;
  margin-bottom: 16px;
}
.company .access-sec .txt-area .acc-con .txt {
  font-size: 14px;
  line-height: 1.4;
}

/* -----------------------------------------------
* privacy Module
* privacyページ用
-------------------------------------------------- */
.privacy-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.inner-block--900 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.text {
  color: var(--color-typography-base, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
}

.cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

/* -----------------------------------------------
* case Module
* caseページ用
-------------------------------------------------- */
.case .case-block .inner-block {
  max-width: 980px;
}
.case .case-block .tab-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 40px;
}
.case .case-block .tab-area .tab-btn {
  display: block;
  width: 25%;
  font-weight: bold;
  line-height: 1.4;
  color: #a1a1a1;
  border-bottom: 4px solid #a1a1a1;
  padding: 22px 0;
  font-size: 16px;
  text-align: center;
}
.case .case-block .tab-area .tab-btn.is-active {
  color: #1A74A5;
  border-color: #1A74A5;
}
.case .c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.case .c-pagination .page-numbers {
  border-radius: 3px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E0E0E0;
  position: relative;
}
.case .c-pagination .page-numbers.prev, .case .c-pagination .page-numbers.next {
  background: #EFF6FA;
}
.case .c-pagination .page-numbers.prev::after, .case .c-pagination .page-numbers.next::after {
  content: "";
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 7px;
  height: 12px;
  background: #1F2C5E;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case .c-pagination .page-numbers.current {
  background: #1A74A5;
  border-color: #1A74A5;
  color: #ffffff;
  pointer-events: none;
}
.case .c-pagination .page-numbers.dots {
  pointer-events: none;
}
.case .c-pagination .page-numbers.prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* -----------------------------------------------
* case-detail Module
* case-detailページ用
-------------------------------------------------- */
.case-detail .article-section {
  border-bottom: 1px solid #E0E0E0;
}
.case-detail .article-section .inner-block {
  max-width: 980px;
}
.case-detail .article-section .head {
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 40px;
}
.case-detail .article-section .head h1 {
  font-size: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#1F2C5E), to(#1A74A5));
  background: linear-gradient(90deg, #1F2C5E 0%, #1A74A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  margin-bottom: 11px;
}
.case-detail .article-section .tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.case-detail .article-section .tag-wrap .tag {
  line-height: 1;
  font-size: 14px;
  padding: 4px 8px 4px;
  font-weight: 500;
}
.case-detail .article-section .tag-wrap .tag.main-category {
  background-color: #1A74A5;
  color: #ffffff;
}
.case-detail .article-section .tag-wrap .tag.sub-category {
  color: #1A74A5;
  border: 1px solid #1A74A5;
}
.case-detail .article-section .cont-body * + * {
  margin-top: 40px;
}
.case-detail .article-section .cont-body img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
.case-detail .article-section .cont-body .img-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.case-detail .article-section .cont-body .img-box img {
  margin: 0;
}
.case-detail .article-section .cont-body h2 {
  border-left: 4px solid #1A74A5;
  color: var(--color-typography-base, #333);
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 4px 0 5px 20px;
}
.case-detail .article-section .cont-body h2 + * {
  margin-top: 32px;
}
.case-detail .article-section .cont-body h3 {
  border-left: 2px solid #1A74A5;
  color: var(--color-typography-base, #333);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 6px 0 4px 14px;
}
.case-detail .article-section .cont-body h3 + * {
  margin-top: 24px;
}
.case-detail .article-section .cont-body h4 {
  border-bottom: 1px solid #E0E0E0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 4px;
}
.case-detail .article-section .cont-body h4 + * {
  margin-top: 24px;
}
.case-detail .article-section .cont-body p {
  letter-spacing: 0;
  line-height: 2em;
}
.case-detail .article-section .cont-body p + p,
.case-detail .article-section .cont-body p + a {
  margin-top: 16px;
}
.case-detail .article-section .cont-body a {
  display: block;
  color: #1A74A5;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-detail .article-section .cont-body a[target=_blank] {
  position: relative;
}
.case-detail .article-section .cont-body a[target=_blank]::after {
  content: "";
  -webkit-mask: url(../img/common/ico-external.svg) no-repeat center/contain;
          mask: url(../img/common/ico-external.svg) no-repeat center/contain;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #1A74A5;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  position: relative;
  top: 2px;
  left: 8px;
}
.case-detail .article-section .cont-body ul li {
  padding-left: 24px;
  position: relative;
  line-height: 1.4em;
}
.case-detail .article-section .cont-body ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.5em;
  left: 9px;
  margin: auto;
  border-radius: 50%;
  background-color: #1A74A5;
}
.case-detail .article-section .cont-body ul li + li {
  margin-top: 8px;
}
.case-detail .article-section .cont-body ul + ul,
.case-detail .article-section .cont-body ul + ol {
  margin-top: 29px;
}
.case-detail .article-section .cont-body ol {
  counter-reset: list-num;
}
.case-detail .article-section .cont-body ol li {
  counter-increment: list-num;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4em;
}
.case-detail .article-section .cont-body ol li::before {
  content: counter(list-num) ".";
  position: absolute;
  left: 5px;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  color: #1A74A5;
}
.case-detail .article-section .cont-body ol li + li {
  margin-top: 8px;
}
.case-detail .article-section .cont-body ol + ul,
.case-detail .article-section .cont-body ol + ol {
  margin-top: 29px;
}
.case-detail .article-section .cont-body .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.case-detail .article-section .cont-body .wp-block-columns .wp-block-column {
  margin-top: 0;
}
.case-detail .article-section .cont-body table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #E0E0E0;
}
.case-detail .article-section .cont-body table tr:nth-child(1) {
  border-top: none;
}
.case-detail .article-section .cont-body table tr {
  border-top: 1px solid #E0E0E0;
}
.case-detail .article-section .cont-body table th {
  font-weight: bold;
  width: 25%;
  background-color: #EDF0F8;
}
.case-detail .article-section .cont-body table th + th {
  border-left: 1px solid #E0E0E0;
}
.case-detail .article-section .cont-body table th,
.case-detail .article-section .cont-body table td {
  font-size: 14px;
  padding: 24px;
  line-height: 1.4em;
}
.case-detail .article-section .cont-body table td {
  vertical-align: top;
  border-left: 1px solid #E0E0E0;
}
.case-detail .article-section .cont-body table + table {
  margin-top: 24px;
}
.case-detail .article-section .cont-body .wp-block-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.case-detail .article-section .cont-body .wp-block-buttons .wp-block-button {
  margin-top: 0;
  max-width: 303px;
  width: 100%;
}
.case-detail .article-section .cont-body .wp-block-buttons .wp-element-button {
  border-radius: 5px;
  color: #ffffff;
  background: #1F2C5E;
  position: relative;
  padding: 14px 40px 14px 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  display: block;
  text-decoration: none;
  border: 2px solid #1F2C5E;
  width: 100%;
}
.case-detail .article-section .cont-body .wp-block-buttons .wp-element-button[target=_blank] {
  background: #1A74A5;
  color: #ffffff;
  border-color: #1A74A5;
  position: relative;
}
.case-detail .article-section .cont-body .wp-block-buttons .wp-element-button[target=_blank]::after {
  background: #ffffff;
  width: 18px;
  height: 18px;
  left: initial;
  -webkit-mask: url(../img/common/ico-external.svg) no-repeat center/contain;
          mask: url(../img/common/ico-external.svg) no-repeat center/contain;
}
.case-detail .article-section .cont-body .wp-block-buttons .wp-element-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #ffffff;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-detail .article-section .cont-body .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.case-detail .article-section .cont-body .btn-area .c-btn01 {
  margin-inline: inherit;
}
.case-detail .article-section .cont-body .c-btn01 {
  border-radius: 5px;
  color: #ffffff;
  background: #1F2C5E;
  position: relative;
  padding: 14px 40px 14px 20px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 303px;
  width: 100%;
  display: block;
  border: 2px solid #1F2C5E;
  text-decoration: none;
  margin-inline: auto;
}
.case-detail .article-section .cont-body .c-btn01.lightblue {
  background: #1A74A5;
  color: #ffffff;
  border-color: #1A74A5;
}
.case-detail .article-section .cont-body .c-btn01.lightblue::after {
  background: #ffffff;
}
.case-detail .article-section .cont-body .c-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #ffffff;
  -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-detail .article-section .cont-body .c-btn01.external::after {
  width: 18px;
  height: 18px;
  -webkit-mask: url(../img/common/ico-external.svg) no-repeat center/contain;
          mask: url(../img/common/ico-external.svg) no-repeat center/contain;
}
.case-detail .article-section .cont-body .c-btn01 + .c-btn01 {
  margin-top: 0;
}
.case-detail .article-section .cont-body .c-btn01[target=_blank]::after {
  position: absolute;
  top: 0;
  left: inherit;
}
.case-detail .article-section .bottom-link-wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.case-detail .article-section .bottom-link-wrap:not(:has(.prev)) .btn {
  grid-column: 2;
}
.case-detail .article-section .bottom-link-wrap .btn {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-detail .article-section .bottom-link-wrap .btn * {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-detail .article-section .bottom-link-wrap .btn.prev {
  padding-right: 24px;
  border-right: 1px solid #E0E0E0;
}
.case-detail .article-section .bottom-link-wrap .btn.prev .arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.case-detail .article-section .bottom-link-wrap .btn.next {
  padding-left: 24px;
  grid-template-columns: 1fr 32px;
}
.case-detail .article-section .bottom-link-wrap .btn .arrow {
  background-color: #EDF0F8;
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  border-radius: 3px;
}
.case-detail .article-section .bottom-link-wrap .btn .arrow::before {
  content: "";
  -webkit-mask: url(../img/common/ico-arrow01.svg) no-repeat center/contain;
          mask: url(../img/common/ico-arrow01.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  margin: auto;
  inset: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #1F2C5E;
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
}
.case-detail .article-section .bottom-link-wrap .btn .cont-wrap {
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.case-detail .article-section .bottom-link-wrap .btn .cont-wrap .img-wrap {
  overflow: hidden;
  aspect-ratio: 120/74;
}
.case-detail .article-section .bottom-link-wrap .btn .cont-wrap .img-wrap img {
  display: block;
  width: 100%;
}
.case-detail .article-section .bottom-link-wrap .btn .cont-wrap .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
.case-detail .article-section .bottom-link-wrap .btn .cont-wrap .tag-wrap {
  margin-bottom: 10px;
}
.case-detail .article-section .bottom-link-wrap .btn .cont-wrap .tag-wrap .tag {
  padding-bottom: 6px;
}
.case-detail .achievements-sec .inner-block {
  max-width: 980px;
}
.case-detail .achievements-sec .c-case-list {
  margin-top: 32px;
  gap: 24px;
}
.case-detail .achievements-sec .c-case-list .ttl {
  font-size: 16px;
}

/* -----------------------------------------------
* contact Module
* contactページ用
-------------------------------------------------- */
.contact {
  letter-spacing: 0;
}
.contact .contact-block {
  background: #EFF6FA;
}
.contact .contact-block .inner-block {
  max-width: 980px;
}
.contact .contact-block .form-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(31, 44, 94, 0.1);
          box-shadow: 0 0 10px rgba(31, 44, 94, 0.1);
  padding: 40px;
}
.contact .contact-block .txt-wrap {
  padding-inline: 10px;
}
.contact .contact-block .desc {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
}
.contact .contact-block .desc + .desc {
  margin-top: 10px;
}
.contact .contact-block .desc::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contact .step-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 40px;
}
.contact .step-area .step-block {
  width: 33.3333333333%;
  padding: 18px 24px 25px;
  border-bottom: 2px solid #a1a1a1;
}
.contact .step-area .step-block.current {
  border-color: #1A74A5;
}
.contact .step-area .step-block.current .step {
  color: #1A74A5;
}
.contact .step-area .step-block.current .step::before {
  background: #1A74A5;
}
.contact .step-area .step-block.current .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#1F2C5E), to(#1A74A5));
  background: linear-gradient(90deg, #1F2C5E 0%, #1A74A5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.contact .step-area .step {
  color: #a1a1a1;
  font-family: "Arimo", sans-serif;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 13px;
}
.contact .step-area .step::before {
  content: "";
  -webkit-mask: url("../img/common/ttl-shape.svg") no-repeat center/contain;
          mask: url("../img/common/ttl-shape.svg") no-repeat center/contain;
  width: 8px;
  height: 8px;
  background: #a1a1a1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contact .step-area .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  background-clip: text;
  background: #a1a1a1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.contact .txt-wrap {
  text-align: center;
}
.contact .contact-area {
  margin-top: 40px;
}
.contact .q-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E0E0E0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contact .q-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 196px;
  height: 1px;
  background: #1A74A5;
}
.contact .q-wrap.border-bottom {
  border-bottom: 1px solid #E0E0E0;
}
.contact .q-wrap .label-area {
  padding: 15.5px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 196px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: auto;
}
.contact .q-wrap .q-tag {
  background: #1A74A5;
  color: #ffffff;
  text-align: center;
  width: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
}
.contact .q-wrap .q-label {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}
.contact .input-area {
  padding: 15.5px 16px;
  width: 100%;
  display: block;
}
.contact .input-area .input-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .input-area .input-line:not(:first-child) {
  margin-top: 16px;
}
.contact .input-area .input-line .line-ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 106px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 500;
}
.contact .radio-group {
  padding: 16px 0 12px;
}
.contact .wpcf7-form-control-wrap {
  position: relative;
}
.contact .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 9px;
}
.contact .wpcf7-radio label {
  text-align: left;
}
.contact .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.4;
}
.contact .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #E0E0E0;
  background: #f2f2f2;
}
.contact .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #1A74A5;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.contact .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.contact .wpcf7-list-item:has(:checked) .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact input[type=text], .contact input[type=tel], .contact input[type=email] {
  border-radius: 3px;
  background: #f2f2f2;
  width: 100%;
  padding: 16px 16px;
  font-size: 14px;
}
.contact input[type=tel] {
  width: 200px;
}
.contact input[name=user_zip] {
  width: 120px;
  margin-left: 16px;
}
.contact input[name=user_pref] {
  width: 200px;
}
.contact textarea {
  border-radius: 3px;
  background: #f2f2f2;
  width: 100%;
  height: 200px;
  padding: 16px;
  display: block;
}
.contact .error-txt {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.4;
  color: #E80909;
  display: none;
}
.contact .checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .checkbox-group .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.contact .checkbox-group .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  position: absolute;
  top: 0;
  left: -3px;
  border-radius: 1px;
}
.contact .checkbox-group .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  background: url("../img/contact/ico-check.svg") no-repeat center/contain;
  width: 14px;
  height: 14px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact .checkbox-group .wpcf7-list-item-label a {
  color: #1A74A5;
  text-decoration: underline;
}
.contact .privacy-block {
  text-align: center;
  margin-top: 38px;
}
.contact .privacy-block .q-wrap {
  border: none;
}
.contact .privacy-block .q-wrap::after {
  display: none;
}
.contact .privacy-block .input-area {
  padding: 0;
}
.contact .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 25px;
}
.contact .btn-wrap .c-btn01 {
  border-radius: 5px;
  font-size: 16px;
}
.contact .tel-block {
  margin-top: 40px;
}
.contact .tel-block .white-box {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(31, 44, 94, 0.1);
          box-shadow: 0 0 10px rgba(31, 44, 94, 0.1);
  padding: 40px;
  text-align: center;
}
.contact .tel-block .desc {
  font-size: 14px;
  line-height: 2;
  padding-left: 0;
}
.contact .tel-block .desc::before {
  display: none;
}
.contact .tel-block .tel-area {
  background: #ffffff;
  margin-top: 20px;
}
.contact .tel-block .tel-area .num {
  color: #1F2C5E;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 35px;
  font-size: clamp(24px, 36px, min(36px, 1.875vw));
  line-height: 1;
  display: inline-block;
}
.contact .tel-block .tel-area .num::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background: url("../img/common/ico-phone-blue.svg") no-repeat center/cover;
}
.contact .tel-block .tel-area .time {
  text-align: center;
  display: block;
  margin-top: 2px;
  line-height: 1;
}
.contact .confirm-block .q-wrap {
  padding: 16.5px 0;
}
.contact .confirm-block .q-wrap .label-area {
  border: none;
}
.contact .confirm-block .btn-wrap {
  margin-top: 40px;
}
.contact .confirm-block .btn-wrap .back-btn {
  background: #1A74A5;
  border-color: #1A74A5;
}
.contact .confirm-block .btn-wrap .back-btn::after {
  -webkit-mask: url("../img/contact/ico-back.svg") no-repeat center/cover;
          mask: url("../img/contact/ico-back.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
.contact .confirm-block .confirm-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 24px;
}
.contact.complete .main-ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 24px;
}
.contact.complete .desc {
  padding-left: 0;
}
.contact.complete .desc::before {
  display: none;
}
.contact.complete .btn-wrap .top-btn {
  text-align: center;
}
.contact.complete .btn-wrap .top-btn::after {
  -webkit-mask: url("../img/contact/ico-back.svg") no-repeat center/cover;
          mask: url("../img/contact/ico-back.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
.contact .wpcf7-not-valid-tip {
  display: none;
}
.contact .wpcf7-response-output {
  display: none;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.recruit {
  margin-top: 96px;
}
.recruit .recruit-mv-section {
  height: 660px;
  display: grid;
  grid-template-columns: 172px 1fr;
}
.recruit .recruit-mv-section .scroll-block {
  position: relative;
}
.recruit .recruit-mv-section .scroll-block .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  display: block;
  margin: auto;
  color: #1A74A5;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 60px;
  font-size: 12px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  gap: 8px;
}
.recruit .recruit-mv-section .scroll-block .txt::after {
  content: "";
  display: block;
  height: 180px;
  width: 1px;
  background-color: #1A74A5;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollLineStretch 2s infinite linear;
          animation: scrollLineStretch 2s infinite linear;
}
@-webkit-keyframes scrollLineStretch {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.01% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes scrollLineStretch {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.01% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.recruit .recruit-mv-section .scroll-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #EFF6FA;
  display: block;
  height: calc(100% - 160px);
  width: 100%;
  z-index: 0;
}
.recruit .recruit-mv-section .cont-block {
  position: relative;
  background: url(../img/recruit/mv.jpg.webp) no-repeat center right/cover;
  padding-right: 40px;
}
.recruit .recruit-mv-section .cont-block .txt-wrap {
  position: absolute;
  left: 10.7%;
  z-index: 2;
  color: #ffffff;
  bottom: 101px;
}
.recruit .recruit-mv-section .cont-block .txt-wrap .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: max(48px, min(64px, 3.3333333333vw));
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
.recruit .recruit-mv-section .cont-block .txt-wrap .ttl span {
  padding: 10px 8px 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#1F2C5E), to(#1A74A5));
  background: linear-gradient(90deg, #1F2C5E 0%, #1A74A5 100%);
}
.recruit .recruit-mv-section .cont-block .txt-wrap .ttl span + span {
  margin-top: 24px;
}
.recruit .recruit-mv-section .cont-block .txt-wrap .txt {
  font-size: 24px;
  line-height: 1.75em;
  letter-spacing: 0.03em;
  margin-top: 32px;
}
.recruit .recruit-mv-section .cont-block .txt-wrap .c-bread-area {
  margin-top: 69px;
}
.recruit .recruit-mv-section .cont-block .txt-wrap .c-bread-area .bread-item a {
  color: #ffffff;
}
.recruit .recruit-mv-section .cont-block .txt-wrap .c-bread-area .bread-item::before {
  background-color: #ffffff;
}
.recruit .c-ttl01 .en {
  text-transform: uppercase;
}
.recruit .main-wrap {
  position: relative;
}
.recruit .main-wrap .stick-menu-sentinel {
  position: absolute;
  top: 0;
  height: 0;
}
.recruit .main-wrap .stick-menu {
  padding: 78px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
}
.recruit .main-wrap .stick-menu.is-fixed {
  position: fixed;
  top: 80px;
  left: var(--fixed-left, 0);
}
.recruit .main-wrap .stick-menu.is-bottom {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
}
.recruit .main-wrap .stick-menu * {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recruit .main-wrap .stick-menu a {
  color: #333;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.recruit .main-wrap .stick-menu a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  background: url("../img/common/ttl-shape.svg") no-repeat center/contain;
  width: 8px;
  height: 8px;
  display: block;
}
.recruit .main-wrap .stick-menu a::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  opacity: 0;
  background-color: #1A74A5;
}
.recruit .main-wrap .stick-menu a.is-current {
  color: #1A74A5;
  font-weight: bold;
}
.recruit .main-wrap .stick-menu a.is-current::after {
  opacity: 1;
}
.recruit .main-wrap .stick-menu a + a {
  margin-top: 33px;
}
.recruit .about-sec .cont-wrap {
  display: grid;
  grid-template-columns: 1fr 50%;
}
.recruit .about-sec .c-ttl01 {
  margin-bottom: 35px;
}
.recruit .about-sec .main-txt {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
  line-height: 1.4em;
}
.recruit .about-sec .txt {
  line-height: 2em;
}
.recruit .about-sec .txt + .txt {
  margin-top: 16px;
}
.recruit .about-sec .btn-area {
  margin-top: 40px;
}
.recruit .strengths-sec .list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.recruit .strengths-sec .list-wrap .cont {
  padding: 24px;
  text-align: center;
  background-color: #EFF6FA;
}
.recruit .strengths-sec .list-wrap .ico-wrap {
  background-color: #1A74A5;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 24px;
}
.recruit .strengths-sec .list-wrap .num {
  color: #1A74A5;
  margin-bottom: 8px;
  line-height: 1;
  display: block;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.recruit .strengths-sec .list-wrap .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.recruit .strengths-sec .list-wrap .txt {
  margin-top: 16px;
  line-height: 1.4em;
}
.recruit .works-sec .list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.recruit .works-sec .list-wrap .ico-wrap {
  background-color: #1A74A5;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 24px;
}
.recruit .works-sec .list-wrap .img-wrap img {
  display: block;
  width: 100%;
}
.recruit .works-sec .list-wrap .txt-wrap {
  padding: 24px;
  background-color: #ffffff;
}
.recruit .works-sec .list-wrap .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.recruit .works-sec .list-wrap .txt {
  margin-top: 18px;
  line-height: 1.6em;
}
.recruit .schedule-sec .schedule-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(6, 1fr);
}
.recruit .schedule-sec .schedule-wrap .cont {
  padding-top: 27px;
  position: relative;
}
.recruit .schedule-sec .schedule-wrap .cont:last-child::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: calc(100% - 2px);
  height: 3px;
  background-color: #1A74A5;
}
.recruit .schedule-sec .schedule-wrap .cont::before {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("../img/common/hexagon-shape_border.svg") no-repeat center/contain;
  z-index: 2;
}
.recruit .schedule-sec .schedule-wrap .cont::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: calc(100% + 24px);
  height: 3px;
  background-color: #1A74A5;
}
.recruit .schedule-sec .schedule-wrap .cont .time {
  font-size: 14px;
  color: #1A74A5;
  font-weight: bold;
}
.recruit .schedule-sec .schedule-wrap .cont .txt-box {
  margin-top: 9px;
  padding: 24px;
  background-color: #EFF6FA;
  color: #1F2C5E;
  line-height: 1;
}
.recruit .schedule-sec .schedule-wrap .cont .txt-box .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 16px;
}
.recruit .schedule-sec .schedule-wrap .cont .txt-box .txt {
  font-size: 14px;
  font-weight: 500;
}
.recruit .data-sec .data-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.recruit .data-sec .data-block + .data-block {
  margin-top: 37px;
}
.recruit .data-sec .data-block .white-box {
  padding: 40px 24px 45px;
  background-color: #ffffff;
  max-width: 310px;
  display: block;
  width: 100%;
}
.recruit .data-sec .data-block .white-box.size-l {
  max-width: inherit;
  width: 50%;
  max-width: 580px;
}
.recruit .data-sec .data-block .white-box.size-m {
  max-width: 500px;
}
.recruit .data-sec .data-block .txt-wrap {
  margin: auto;
}
.recruit .data-sec .data-block .txt-wrap.w-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.recruit .data-sec .data-block .txt-wrap.w-chart {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.recruit .data-sec .data-block .chart {
  display: block;
  max-width: 320px;
  width: 100%;
}
.recruit .data-sec .data-block .w-ico .ico {
  display: block;
  width: 90px;
}
.recruit .data-sec .data-block .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .data-sec .data-block .num, .recruit .data-sec .data-block .unit {
  font-weight: 900;
  color: #1F2C5E;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  display: block;
}
.recruit .data-sec .data-block .num {
  font-size: 80px;
}
.recruit .data-sec .data-block .num.fz-l {
  font-size: 96px;
}
.recruit .data-sec .data-block .unit {
  font-size: 40px;
  margin-bottom: 4px;
}
.recruit .data-sec .data-block .note {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.recruit .interview-sec .interview-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.recruit .interview-sec .interview-wrap .cont {
  padding: 40px;
  background-color: #EFF6FA;
}
.recruit .interview-sec .interview-wrap .prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.recruit .interview-sec .interview-wrap .prof .txt-wrap .tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background-color: #1A74A5;
  font-size: 14px;
  padding: 4px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.recruit .interview-sec .interview-wrap .prof .txt-wrap .job {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 24px;
  font-weight: 500;
}
.recruit .interview-sec .interview-wrap .prof .txt-wrap .name {
  font-size: 64px;
  font-weight: 900;
  color: #1F2C5E;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.recruit .interview-sec .interview-wrap .prof .img-wrap {
  margin-right: 42px;
}
.recruit .interview-sec .interview-wrap .fandq {
  margin-top: 34px;
}
.recruit .interview-sec .interview-wrap .fandq dd + dt {
  margin-top: 24px;
}
.recruit .interview-sec .interview-wrap .fandq .ttl, .recruit .interview-sec .interview-wrap .fandq .txt {
  line-height: 1.4em;
  padding-left: 38px;
  position: relative;
  font-size: 14px;
}
.recruit .interview-sec .interview-wrap .fandq .ttl::before, .recruit .interview-sec .interview-wrap .fandq .txt::before {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit .interview-sec .interview-wrap .fandq .ttl::before {
  content: "Q.";
}
.recruit .interview-sec .interview-wrap .fandq .txt {
  margin-top: 14px;
}
.recruit .interview-sec .interview-wrap .fandq .txt::before {
  content: "A.";
  color: #1A74A5;
}
.recruit .career-sec .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .career-sec .grid-wrap {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  grid-template-columns: 52px 1fr;
  margin-top: 9px;
}
.recruit .career-sec .grid-wrap * {
  margin-top: 0;
}
.recruit .recruit-cta-sec {
  padding-block: 120px;
  position: relative;
  overflow: hidden;
}
.recruit .recruit-cta-sec .recruit-cta-swiper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.recruit .recruit-cta-sec .recruit-cta-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.recruit .recruit-cta-sec .recruit-cta-swiper .swiper-wrapper, .recruit .recruit-cta-sec .recruit-cta-swiper .swiper-slide, .recruit .recruit-cta-sec .recruit-cta-swiper .swiper-slide img {
  height: 100% !important;
}
.recruit .recruit-cta-sec .recruit-cta-swiper .swiper-slide {
  width: 2880px !important;
}
.recruit .recruit-cta-sec .recruit-cta-swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 2880px;
  max-width: none;
}
.recruit .recruit-cta-sec .white-block {
  background-color: #ffffff;
  padding: 40px;
  text-align: center;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.recruit .recruit-cta-sec .white-block .txt {
  line-height: 2em;
}
.recruit .recruit-cta-sec .contact-btn {
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 20px min(28px, 1.4583333333vw) 18px;
  line-height: 1;
  font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  font-weight: bold;
  height: 100%;
  max-width: 316px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #1F2C5E;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #1F2C5E;
  margin: 40px auto 0;
}
.recruit .recruit-cta-sec .contact-btn .ico {
  margin: auto;
  -webkit-mask: url("../img/common/ico-mail.svg") no-repeat center/contain;
          mask: url("../img/common/ico-mail.svg") no-repeat center/contain;
  background: #ffffff;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  margin-left: 0;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* service Module
* serviceページ用
-------------------------------------------------- */
.service .c-mv-section {
  position: relative;
}
.service .c-mv-section .inner-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .c-mv-section .inner-block .txt {
  font-size: 16px;
  line-height: 2;
  width: 30.2083333333vw;
  max-width: 580px;
  min-width: 479px;
  display: inline-block;
  margin-top: -27px;
}
.service .anchor-link {
  padding-block: 104px 0px;
}
.service .anchor-link .inner-block .anchor-con {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .anchor-link .inner-block .anchor-con .an-wrap {
  width: 20%;
  text-align: center;
  border-left: 1px solid #1A74A5;
}
.service .anchor-link .inner-block .anchor-con .an-wrap .txt {
  font-size: 20px;
  font-weight: 700;
}
.service .anchor-link .inner-block .anchor-con .an-wrap img {
  display: block;
  margin: 0px auto 18px;
}
.service .anchor-link .inner-block .anchor-con .an-wrap:nth-of-type(5) {
  border-right: 1px solid #1A74A5;
}
.service .service-con .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.service .service-con .inner-block .img-area {
  border-radius: 3px;
}
.service .service-con .inner-block .txt-area .item-area {
  margin-block: 35px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.service .service-con .inner-block .txt-area .item-area .item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #1A74A5;
  background-color: #fff;
  border: 1px solid #1A74A5;
  position: relative;
  display: inline-block;
  padding: 6px 6px 7px 24px;
}
.service .service-con .inner-block .txt-area .item-area .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  background: url("../img/common/ttl-shape.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  display: block;
}
.service .service-con .inner-block .txt-area .c-ttl03 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.service .service-con .inner-block .txt-area .txt-con {
  margin-bottom: 40px;
}
.service .service-con .inner-block .txt-area .txt-con .txt {
  display: block;
  line-height: 2;
}
.service .service-con .inner-block .txt-area .txt-con span + span {
  margin-top: 16px;
}
.service .service-con .inner-block .txt-area .link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .service-con .inner-block .txt-area .link-area .c-btn01 {
  width: 100%;
}

.error .c-ttl01 .jp {
  display: block;
}
.error .error-block {
  background: #EFF6FA;
}
.error .error-block .desc {
  text-align: center;
  line-height: 2;
}
.error .error-block .btn-wrap {
  margin: 40px auto 0;
}
.error .error-block .btn-wrap .c-btn01 {
  margin: auto;
}
.error .error-block .btn-wrap .c-btn01::after {
  -webkit-mask: url(../img/contact/ico-back.svg) no-repeat center/cover;
          mask: url(../img/contact/ico-back.svg) no-repeat center/cover;
  width: 16px;
  height: 16px;
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 20px;
  }
  .inner-block--900 {
    padding-inline: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 72px;
  }
  .c-header .inner-block {
    padding: 17px 16px;
  }
  .c-header .logo-area a {
    gap: 8px;
  }
  .c-header .logo-area img {
    width: 152px;
  }
  .c-header .logo-area .txt {
    font-size: 10px;
  }
  .c-header .menu-area {
    position: absolute;
    top: 72px;
    left: 0;
    background: #EFF6FA;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    max-height: calc(var(--vh) * 98 - 100px);
  }
  .c-header .menu-area .inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 26px 20px 40px;
    overflow-y: auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .c-header .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .c-header .menu-list > li {
    height: auto;
    width: 100%;
  }
  .c-header .menu-list a {
    display: block;
  }
  .c-header .menu-list a::after {
    display: block;
  }
  .c-header .menu-list a {
    width: 100%;
    border-bottom: 1px solid #DBEBFF;
    font-size: 16px;
    padding: 15px 16px;
  }
  .c-header .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    padding: 0;
  }
  .c-header .recruit-btn {
    height: auto;
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
  }
  .c-header .recruit-btn .ico {
    display: none;
  }
  .c-header .recruit-btn::after {
    display: block;
  }
  .c-header .contact-btn {
    height: auto;
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
  }
  .c-header .contact-btn .ico {
    display: none;
  }
  .c-header .contact-btn::after {
    display: block;
  }
  .c-header .tel-area {
    padding: 16px min(29.5px, 7.8666666667vw);
    margin: 24px auto 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DBEBFF;
    text-align: center;
  }
  .c-header .tel-area .num {
    font-size: 36px;
    padding-left: 30px;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    display: inline-block;
  }
  .c-header .tel-area .num::before {
    width: 27px;
    height: 27px;
  }
  .c-header .tel-area .time {
    font-size: 15px;
    margin-top: 9px;
    font-weight: 400;
  }
  .c-header .toggle-btn {
    display: block;
  }
  .c-footer {
    padding: 40px 20px;
  }
  .c-footer .inner-block {
    padding: 0;
  }
  .c-footer .logo-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    gap: 17px;
  }
  .c-footer .info-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
  .c-footer .info-area .info-desc {
    font-size: 12px;
  }
  .c-footer .info-area .f-menu-list {
    display: none;
  }
  .c-footer .info-area .f-menu-list > li:last-child a {
    border-bottom: 1px solid #ffffff;
  }
  .c-footer .info-area .f-menu-list a {
    border-top: 1px solid #ffffff;
    display: block;
    padding: 14px 24px 14px 0;
  }
  .c-footer .info-area .f-menu-list a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    -webkit-mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
            mask: url("../img/common/ico-arrow01.svg") no-repeat center/contain;
    width: 8px;
    height: 8px;
    background: #ffffff;
  }
  .c-footer .bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .c-footer .link {
    text-align: left;
    display: inline-block;
  }
  .c-footer .link {
    font-size: 10px;
    padding-right: 18px;
  }
  .c-footer .copyright {
    text-align: left;
    font-size: 10px;
  }
  #pagetop {
    right: 20px;
  }
  #pagetop a {
    width: 34px;
    height: 34px;
  }
  #pagetop a::after {
    width: 12px;
    height: 12px;
    bottom: 0px;
  }
  .c-ttl01 {
    text-align: center;
    margin-bottom: 32px;
  }
  .c-ttl01 .en, .c-ttl01 .jp {
    margin: 0 auto;
  }
  .c-ttl01 .en {
    font-size: 12px;
    padding-left: 12px;
  }
  .c-ttl01 .jp {
    font-size: 24px;
  }
  .c-ttl02 {
    font-size: 20px;
  }
  .c-ttl03 {
    font-size: 24px;
  }
  .c-ttl04 {
    padding-top: 8px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .c-ttl04::before {
    width: 8px;
    height: 8px;
  }
  .c-mv-section .c-ttl01 {
    text-align: left;
  }
  .c-mv-section .c-ttl01 .en {
    padding-left: 13px;
    margin: 0 auto 0 0;
  }
  .c-mv-section .c-ttl01 .en::before {
    width: 8px;
    height: 8px;
  }
  .c-mv-section .c-ttl01 .en {
    font-size: 16px;
  }
  .c-mv-section .c-ttl01 .jp {
    font-size: 34px;
  }
  .c-section {
    padding: 36px 0;
  }
  .c-mv-section {
    margin-top: 72px;
    padding-block: 40px;
  }
  .c-bread-area .bread-cont .bread-item {
    font-size: 12px;
  }
  .c-bread-area .bread-cont li + li {
    padding-left: 16px;
  }
  .c-bread-area .bread-cont li + li::before {
    top: 6px;
    left: 2px;
  }
  .c-contact-section::before {
    background: url("../img/common/contact-bg_sp.png.webp") no-repeat center/cover;
  }
  .c-contact-section .c-ttl01 {
    margin-bottom: 41px;
  }
  .c-contact-section .desc {
    line-height: 1.75;
    font-size: 16px;
  }
  .c-contact-section .info-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px auto 0;
    padding: 0;
    gap: 24px;
  }
  .c-contact-section .tel-area {
    padding: 0 min(30px, 8vw);
  }
  .c-contact-section .tel-area .num {
    font-size: min(33px, 8.8vw);
    text-align: center;
    padding-left: min(27px, 7.2vw);
    padding-left: 35px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .c-contact-section .tel-area .time {
    font-size: 16px;
    font-weight: 400;
  }
  .c-contact-section .btn-area {
    width: 100%;
  }
  .c-contact-section .contact-btn {
    font-size: 16px;
    padding: 15px min(45px, 12vw);
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-contact-section .contact-btn .icon {
    width: 32px;
    height: 32px;
  }
  .c-btn01 {
    font-size: 16px;
    max-width: 335px;
  }
  .c-banner.is-sticky {
    bottom: 60px;
    right: 10px;
  }
  .c-banner {
    width: 107px;
    height: 124px;
    top: 24%;
    right: 22px;
  }
  .c-banner .info-area {
    bottom: 30px;
  }
  .c-banner .info-area .link {
    font-size: 10px;
    padding-right: 10px;
  }
  .c-banner .info-area .link::after {
    width: 5px;
    height: 5px;
  }
  .c-banner .banner-ttl {
    color: #1A74A5;
    text-shadow: 0px 0px 3px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    margin: auto;
    z-index: 3;
    font-size: 10px;
  }
  .c-banner .banner-ttl::before {
    background: #1A74A5;
    -webkit-box-shadow: 0px 0px 2px #fff;
            box-shadow: 0px 0px 2px #fff;
    width: 10px;
    height: 10px;
  }
  .c-list-wrap {
    gap: 8px;
  }
  .c-list-wrap .c-list {
    font-size: 14px;
  }
  .c-tbl {
    width: 100%;
    table-layout: fixed;
  }
  .c-tbl tr th {
    min-width: 100px;
    padding: 16px 8px;
    width: 32%;
  }
  .c-tbl tr td {
    padding: 16px 0px 16px 8px;
  }
  .c-tbl tr td .link {
    display: block;
  }
  .c-tbl tr td p + p {
    margin-top: 8px;
  }
  .c-case-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .c-case-list a {
    border-radius: 0;
  }
  .c-case-list .img-area img {
    border-radius: 0;
    width: 100%;
  }
  .c-case-list .txt-area {
    padding: 16px 16px 38px;
  }
  .c-case-list .tag-list .tag {
    font-size: 12px;
  }
  .c-faq-acco .acco-btn {
    padding: 16px 16px 16px 30px;
    font-size: 16px;
    line-height: 1.5em;
    gap: 10px;
  }
  .c-faq-acco .acco-btn::before {
    font-size: 14px;
    top: 20px;
    left: 10px;
  }
  .c-faq-acco .acco-btn .ico::before {
    width: 8px;
  }
  .c-faq-acco .acco-content::before {
    font-size: 14px;
    top: 20px;
    left: 10px;
  }
  .c-faq-acco .acco-content .inn {
    padding: 16px 16px 16px 30px;
    font-size: 14px;
    line-height: 1.8em;
  }
  .c-faq-acco .acco-content .main-txt {
    font-size: 14px;
    line-height: 1.8em;
  }
  .home {
    margin-top: 72px;
  }
  .home .mv-section {
    padding: 0;
  }
  .home .mv-section .inner-block {
    padding: 0 20px;
  }
  .home .mv-section .mv-bg-swiper {
    position: static;
    width: 78%;
    margin: 0;
  }
  .home .mv-section .main-txt {
    margin-left: 0;
    margin-top: 0px;
  }
  .home .mv-section .main-txt::after {
    display: block;
  }
  .home .mv-section .ttl {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .home .mv-section .ttl .bg {
    margin-top: 9px;
    padding: 6px 8px;
    margin-right: 4px;
  }
  .home .mv-section .desc {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .home .mv-section .desc + .desc {
    margin-top: 2px;
  }
  .home .mv-section .news-area {
    margin: 40px auto 0;
  }
  .home .mv-section .news-area .news-line {
    padding: 11px 12px;
    gap: 24px;
  }
  .home .mv-section .news-area .news-line .tag {
    font-size: 14px;
    padding-left: 12px;
  }
  .home .mv-section .news-area .news-line .date {
    font-size: 12px;
  }
  .home .mv-section .news-area .news-line .news-ttl {
    font-size: 14px;
  }
  .home .mv-section .news-area .news-line .r-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 4px;
  }
  .home .mv-section .scroll {
    display: none;
  }
  .home .about-section {
    margin-top: 38px;
    padding-bottom: 40px;
  }
  .home .about-section .inner-block {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .home .about-section img {
    margin-top: 0;
  }
  .home .about-section .txt-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0px 20px;
  }
  .home .about-section .main-desc {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  .home .about-section .desc + .desc {
    margin-top: 8px;
  }
  .home .about-section .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px auto 0;
    gap: 16px;
  }
  .home .about-section .btn-area .c-btn01 {
    margin: auto;
  }
  .home .case-section .btn-wrap {
    margin-top: 32px;
  }
  .home .case-section .btn-wrap .c-btn01 {
    margin-right: auto;
  }
  .home .recruit-section .white-box {
    padding: 27px 23px 40px;
    margin-top: -90px;
  }
  .home .recruit-section .ttl {
    font-size: 20px;
    text-align: left;
    margin-bottom: 16px;
  }
  .home .recruit-section .desc {
    line-height: 1.75;
    text-align: left;
  }
  .home .recruit-section .desc + .desc {
    margin-top: 12px;
  }
  .home .recruit-section .feature-ttl {
    font-size: 18px;
    text-align: left;
    margin: 34px 0 0px;
  }
  .home .recruit-section .feature-ttl .inn {
    padding-left: 0;
    padding-right: 10px;
  }
  .home .recruit-section .feature-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home .recruit-section .feature-list > li {
    background: #ffffff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 0 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .home .recruit-section .feature-list > li + li {
    padding: 24px 0 12px;
  }
  .home .recruit-section .feature-list .icon {
    width: 60px;
    height: 60px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .home .recruit-section .feature-list .icon img {
    -webkit-transform: scale(0.64);
            transform: scale(0.64);
  }
  .home .recruit-section .feature-list .num {
    text-align: left;
    font-size: 18px;
    margin: 0 0 8px;
  }
  .home .recruit-section .feature-list .list-ttl {
    font-size: 16px;
    text-align: left;
  }
  .home .recruit-section .feature-list .txt {
    margin-top: 8px;
    text-align: left;
    line-height: 1.75;
  }
  .home .recruit-section .btn-area {
    margin-top: 20px;
  }
  .company .table-wrap {
    overflow-x: scroll;
  }
  .company .table-wrap .c-tbl {
    overflow: hidden;
  }
  .company .message-sec .inner-block .bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .message-sec .inner-block .bottom .txt-area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .company .message-sec .inner-block .bottom .txt-area .txt-name {
    font-size: 18px;
  }
  .company .message-sec .inner-block .bottom .txt-area .txt-cont-area {
    font-size: 14px;
    line-height: 1.6;
    margin-block: 16px;
    gap: 8px;
  }
  .company .message-sec .inner-block .bottom .img-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px;
  }
  .company .history-sec .inner-block .his-area > div + div {
    margin-top: 16px;
  }
  .company .history-sec .inner-block .his-area {
    width: 100%;
  }
  .company .history-sec .inner-block .his-area .his-con::before {
    height: calc(100% + 16px);
  }
  .company .history-sec .inner-block .his-area .his-con .left .jp-cal {
    font-size: 16px;
  }
  .company .history-sec .inner-block .his-area .his-con .left .txt {
    font-size: 14px;
  }
  .company .access-sec .map-area {
    height: 250px;
  }
  .company .access-sec .txt-area .acc-con {
    margin-top: 24px;
  }
  .company .access-sec .txt-area .acc-con .ttl {
    font-size: 18px;
  }
  .text {
    line-height: 160%;
    font-size: 14px;
  }
  .case .case-block .tab-area {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .case .case-block .tab-area .tab-btn {
    font-size: 14px;
    width: calc(50% - 4px);
    padding: 12px 0;
  }
  .case .c-pagination {
    margin-top: 20px;
  }
  .case .c-pagination .page-numbers {
    width: 30px;
    height: 30px;
  }
  .case-detail .article-section .head {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .case-detail .article-section .head h1 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .case-detail .article-section .cont-body * + * {
    margin-top: 24px;
  }
  .case-detail .article-section .cont-body .img-box {
    gap: 16px;
  }
  .case-detail .article-section .cont-body h2 {
    font-size: 20px;
    padding: 4px 0 4px 16px;
  }
  .case-detail .article-section .cont-body h2 + * {
    margin-top: 16px;
  }
  .case-detail .article-section .cont-body h3 {
    font-size: 18px;
    padding: 4px 0 4px 16px;
  }
  .case-detail .article-section .cont-body h3 + * {
    margin-top: 16px;
  }
  .case-detail .article-section .cont-body h4 {
    font-size: 16px;
  }
  .case-detail .article-section .cont-body h4 + * {
    margin-top: 16px;
  }
  .case-detail .article-section .cont-body p {
    line-height: 1.8em;
  }
  .case-detail .article-section .cont-body p + p,
  .case-detail .article-section .cont-body p + a {
    margin-top: 8px;
  }
  .case-detail .article-section .cont-body a[target=_blank]::after {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 6px;
  }
  .case-detail .article-section .cont-body ul li + li {
    margin-top: 4px;
  }
  .case-detail .article-section .cont-body ul + ul,
  .case-detail .article-section .cont-body ul + ol {
    margin-top: 16px;
  }
  .case-detail .article-section .cont-body ol li + li {
    margin-top: 4px;
  }
  .case-detail .article-section .cont-body ol + ul,
  .case-detail .article-section .cont-body ol + ol {
    margin-top: 16px;
  }
  .case-detail .article-section .cont-body .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .case-detail .article-section .cont-body .wp-block-flexible-table-block-table {
    overflow: scroll;
  }
  .case-detail .article-section .cont-body .table-wrap {
    overflow: scroll;
  }
  .case-detail .article-section .cont-body table {
    min-width: 500px;
  }
  .case-detail .article-section .cont-body table th,
  .case-detail .article-section .cont-body table td {
    padding: 8px;
    font-size: 12px;
  }
  .case-detail .article-section .cont-body .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
  }
  .case-detail .article-section .cont-body .wp-block-buttons .wp-element-button {
    font-size: 16px;
    max-width: 335px;
  }
  .case-detail .article-section .cont-body .btn-area {
    display: block;
    margin-inline: auto;
  }
  .case-detail .article-section .cont-body .btn-area .c-btn01 + .c-btn01 {
    margin-top: 8px;
  }
  .case-detail .article-section .cont-body .c-btn01 {
    font-size: 16px;
    max-width: 335px;
  }
  .case-detail .article-section .bottom-link-wrap {
    margin-top: 40px;
  }
  .case-detail .article-section .bottom-link-wrap .btn {
    gap: 6px;
    grid-template-columns: 24px 1fr;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .case-detail .article-section .bottom-link-wrap .btn.prev {
    padding-right: 8px;
  }
  .case-detail .article-section .bottom-link-wrap .btn.next {
    padding-left: 8px;
    grid-template-columns: 1fr 24px;
  }
  .case-detail .article-section .bottom-link-wrap .btn .arrow {
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .case-detail .article-section .bottom-link-wrap .btn .cont-wrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .case-detail .article-section .bottom-link-wrap .btn .cont-wrap .ttl {
    font-size: 12px;
  }
  .case-detail .article-section .bottom-link-wrap .btn .cont-wrap .tag-wrap {
    margin-bottom: 4px;
  }
  .case-detail .article-section .bottom-link-wrap .btn .cont-wrap .tag-wrap * {
    font-size: 12px;
  }
  .contact .contact-block .form-wrap {
    padding: 10px;
    padding-bottom: 20px;
  }
  .contact .contact-block .desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .contact .step-area {
    margin-bottom: 20px;
  }
  .contact .step-area .step-block {
    padding: 10px;
    width: 100%;
  }
  .contact .step-area .step {
    font-size: 10px;
  }
  .contact .step-area .step::before {
    top: -1px;
  }
  .contact .step-area .ttl {
    font-size: 12px;
  }
  .contact .contact-area {
    margin-top: 20px;
  }
  .contact .q-wrap::after {
    width: 100%;
  }
  .contact .q-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .q-wrap .label-area {
    padding: 24px 10px 16px;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
  .contact .input-area {
    padding: 0 10px 24px;
  }
  .contact .input-area .input-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .contact .input-area .input-line:not(:first-child) {
    margin-top: 8px;
  }
  .contact .input-area .input-line .line-ttl {
    font-size: 12px;
    min-width: auto;
  }
  .contact .radio-group {
    padding: 10px 0;
  }
  .contact .wpcf7-radio {
    gap: 4px;
  }
  .contact .wpcf7-radio .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  .contact .wpcf7-radio .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .contact input[type=text], .contact input[type=tel], .contact input[type=email] {
    padding: 10px;
  }
  .contact input[type=tel] {
    width: 100%;
  }
  .contact input[name=user_zip] {
    width: 100%;
  }
  .contact input[name=user_pref] {
    width: 100%;
  }
  .contact textarea {
    height: 100px;
  }
  .contact .error-txt {
    margin-top: 5px;
  }
  .contact .privacy-block {
    margin-top: 32px;
  }
  .contact .btn-wrap {
    margin-top: 20px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .btn-wrap .c-btn01 {
    font-size: 14px;
  }
  .contact .tel-block {
    margin-top: 20px;
  }
  .contact .tel-block .white-box {
    padding: 20px 10px;
  }
  .contact .tel-block .tel-area {
    margin-top: 10px;
  }
  .contact .tel-block .tel-area .num {
    font-size: 20px;
  }
  .contact .tel-block .tel-area .num::before {
    width: 20px;
    height: 20px;
  }
  .contact .tel-block .tel-area .time {
    font-size: 12px;
  }
  .contact .confirm-block .btn-wrap {
    margin-top: 20px;
  }
  .contact .confirm-block .confirm-txt {
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    padding-inline: 10px;
  }
  .contact.complete .main-ttl {
    font-size: 18px;
  }
  .contact.complete .desc {
    text-align: left;
  }
  .recruit {
    margin-top: 72px;
  }
  .recruit .recruit-mv-section .cont-block .txt-wrap .ttl {
    font-size: max(24px, min(38px, 6.3333333333vw));
  }
  .recruit .recruit-mv-section .cont-block .txt-wrap .ttl span {
    padding: 8px 4px;
  }
  .recruit .recruit-mv-section .cont-block .txt-wrap .ttl span + span {
    margin-top: 8px;
  }
  .recruit .recruit-mv-section .cont-block .txt-wrap .txt {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.4em;
  }
  .recruit .recruit-mv-section .cont-block .txt-wrap .c-bread-area {
    margin-top: 24px;
  }
  .recruit .about-sec .cont-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .recruit .about-sec .c-ttl01 {
    margin-bottom: 24px;
  }
  .recruit .about-sec .main-txt {
    margin-bottom: 16px;
    text-align: center;
  }
  .recruit .about-sec .txt {
    line-height: 1.8em;
  }
  .recruit .about-sec .txt + .txt {
    margin-top: 8px;
  }
  .recruit .about-sec .btn-area {
    margin: 24px auto 0;
    max-width: 400px;
  }
  .recruit .about-sec .btn-area .c-btn01 {
    margin: auto;
  }
  .recruit .about-sec .r-cont img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .recruit .strengths-sec .list-wrap {
    grid-template-columns: 1fr;
  }
  .recruit .strengths-sec .list-wrap .cont {
    padding: 16px;
  }
  .recruit .strengths-sec .list-wrap .ico-wrap {
    margin-bottom: 8px;
  }
  .recruit .strengths-sec .list-wrap .num {
    font-size: 18px;
  }
  .recruit .strengths-sec .list-wrap .ttl {
    font-size: 18px;
  }
  .recruit .strengths-sec .list-wrap .txt {
    margin-top: 8px;
  }
  .recruit .works-sec .list-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .recruit .works-sec .list-wrap .txt-wrap {
    padding: 16px;
  }
  .recruit .works-sec .list-wrap .ttl {
    font-size: 18px;
  }
  .recruit .works-sec .list-wrap .txt {
    margin-top: 8px;
    line-height: 1.4em;
  }
  .recruit .schedule-sec .schedule-wrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .recruit .schedule-sec .schedule-wrap .cont {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 8px;
    padding-top: 0;
  }
  .recruit .schedule-sec .schedule-wrap .cont:last-child::after {
    display: none;
  }
  .recruit .schedule-sec .schedule-wrap .cont::after {
    width: 2px;
    height: calc(100% + 8px);
    left: 7px;
  }
  .recruit .schedule-sec .schedule-wrap .cont .time {
    padding-left: 24px;
    padding-top: 0;
    font-size: 12px;
  }
  .recruit .schedule-sec .schedule-wrap .cont .txt-box {
    padding: 16px;
    margin-top: 0;
  }
  .recruit .schedule-sec .schedule-wrap .cont .txt-box .ttl {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .recruit .data-sec .data-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .recruit .data-sec .data-block + .data-block {
    margin-top: 16px;
  }
  .recruit .data-sec .data-block .white-box {
    padding: 16px 24px;
    max-width: inherit !important;
    width: 100% !important;
  }
  .recruit .data-sec .data-block .chart {
    max-width: 250px;
  }
  .recruit .data-sec .data-block .w-ico .ico {
    width: 50px;
  }
  .recruit .data-sec .data-block .num {
    font-size: 40px;
  }
  .recruit .data-sec .data-block .num.fz-l {
    font-size: 48px;
  }
  .recruit .data-sec .data-block .unit {
    font-size: 24px;
  }
  .recruit .interview-sec .interview-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .recruit .interview-sec .interview-wrap .cont {
    padding: 24px;
  }
  .recruit .interview-sec .interview-wrap .prof {
    gap: 8px;
  }
  .recruit .interview-sec .interview-wrap .prof .txt-wrap .job {
    margin-bottom: 16px;
  }
  .recruit .interview-sec .interview-wrap .prof .txt-wrap .name {
    font-size: 40px;
  }
  .recruit .interview-sec .interview-wrap .prof .img-wrap {
    display: block;
    aspect-ratio: 1/1;
    height: 100px;
    width: 100px;
  }
  .recruit .interview-sec .interview-wrap .fandq {
    margin-top: 24px;
  }
  .recruit .interview-sec .interview-wrap .fandq dd + dt {
    margin-top: 16px;
  }
  .recruit .interview-sec .interview-wrap .fandq .ttl, .recruit .interview-sec .interview-wrap .fandq .txt {
    padding-left: 24px;
  }
  .recruit .interview-sec .interview-wrap .fandq .ttl::before, .recruit .interview-sec .interview-wrap .fandq .txt::before {
    font-size: 18px;
  }
  .recruit .interview-sec .interview-wrap .fandq .txt {
    margin-top: 8px;
  }
  .recruit .career-sec .inner-block {
    display: block;
  }
  .recruit .career-sec .c-tbl th {
    min-width: 80px;
  }
  .recruit .career-sec .c-tbl td {
    width: calc(100% - 80px);
  }
  .recruit .career-sec .grid-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .recruit .career-sec .grid-wrap p:first-child {
    width: 48px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .recruit .career-sec .grid-wrap p {
    display: block;
  }
  .recruit .recruit-cta-sec {
    padding-block: 40px;
  }
  .recruit .recruit-cta-sec .white-block {
    padding-block: 24px;
  }
  .recruit .recruit-cta-sec .contact-btn {
    height: auto;
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
  }
  .service .anchor-link {
    padding-block: 48px 0px;
  }
  .service .anchor-link .inner-block .anchor-con .an-wrap .txt {
    font-size: 14px;
  }
  .service .anchor-link .inner-block .anchor-con .an-wrap img {
    margin: 0px auto 16px;
    height: 30px;
    width: auto;
  }
  .service .service-con .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .service-con .inner-block .img-area {
    margin: 0 auto 24px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .service .service-con .inner-block .txt-area {
    display: contents;
  }
  .service .service-con .inner-block .txt-area .item-area {
    margin-block: 24px 16px;
  }
  .service .service-con .inner-block .txt-area .item-area .item {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 8px 8px 22.5px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .service .service-con .inner-block .txt-area .item-area .item::before {
    width: 10.5px;
    height: 10.5px;
    left: 8px;
  }
  .service .service-con .inner-block .txt-area .txt-con {
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .service .service-con .inner-block .txt-area .txt-con .txt {
    line-height: 1.6;
  }
  .service .service-con .inner-block .txt-area .txt-con span + span {
    margin-top: 8px;
  }
  .service .service-con .inner-block .txt-area .link-area {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .service .service-con .inner-block .txt-area .link-area .c-btn01 {
    margin: 0 auto;
  }
  .error .error-block .desc {
    text-align: left;
  }
  .error .error-block .btn-wrap {
    margin-top: 20px;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1280px;
  }
  .inner-block--900 {
    max-width: 980px;
    width: 100%;
    padding-inline: 40px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .menu-list a.is-current {
    color: #1A74A5;
  }
  .c-header .menu-list a.is-current::before {
    display: block;
  }
  .home .about-section .btn-area .c-btn01 {
    max-width: 272px;
  }
  .company .profile-sec .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company .history-sec .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company .history-sec .inner-block .his-area .his-con .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 49px;
  }
  .company .history-sec .inner-block .his-area .his-con .left .jp-cal {
    min-width: 108px;
  }
  .company .history-sec .inner-block .his-area .his-con .left .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .company .access-sec .txt-area .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .company .access-sec .txt-area .bottom .acc-con {
    width: calc((100% - 58px) / 2);
  }
  .case .case-block .c-case-list {
    gap: min(24px, 1.25vw);
  }
  .case .case-block .c-case-list .img-area {
    padding-top: 62%;
  }
  .case .case-block .c-case-list .ttl {
    font-size: 16px;
  }
  .service .service-con .inner-block {
    gap: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service .service-con .inner-block .txt-area, .service .service-con .inner-block .img-area {
    width: calc((100% - 40px) / 2);
  }
  .service .service-con .inner-block .txt-area .link-area .c-btn01 {
    max-width: 281px;
  }
}
@media (any-hover: hover) {
  .c-header .logo-area a:hover {
    opacity: 0.8;
  }
  .c-header .menu-list a:hover {
    color: #1A74A5;
  }
  .c-header .menu-list a:hover::after {
    right: 15px;
  }
  .c-header .recruit-btn:hover {
    background: #ffffff;
    color: #1A74A5;
  }
  .c-header .recruit-btn:hover .ico {
    background: #1A74A5;
  }
  .c-header .recruit-btn:hover::after {
    background: #1A74A5;
  }
  .c-header .contact-btn:hover {
    background: #ffffff;
    color: #1F2C5E;
  }
  .c-header .contact-btn:hover .ico {
    background: #1F2C5E;
  }
  .c-header .contact-btn:hover::after {
    background: #1F2C5E;
  }
  .c-footer .logo-area:hover {
    opacity: 0.8;
  }
  .c-footer .info-area .f-menu-list a:hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .c-footer .link:hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  #pagetop a:hover {
    background: #ffffff;
  }
  #pagetop a:hover::after {
    background: #1A74A5;
  }
  .c-bread-area .bread-cont .bread-item a:hover {
    color: #C6E7FF;
  }
  .c-contact-section .contact-btn:hover {
    background: #ffffff;
    color: #1F2C5E;
  }
  .c-contact-section .contact-btn:hover .icon {
    background: #1F2C5E;
  }
  .c-btn01:hover {
    background: #ffffff;
    color: #1F2C5E;
  }
  .c-btn01:hover::after {
    background: #1F2C5E;
  }
  .c-btn01.lightblue:hover {
    background: #ffffff;
    color: #1A74A5;
  }
  .c-btn01.lightblue:hover::after {
    background: #1A74A5;
  }
  .c-banner.is-sticky:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .c-banner:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
  }
  .c-tbl tr td .link:hover {
    color: #3499D0;
  }
  .c-tbl tr td .link:hover::after {
    background: #3499D0;
  }
  .c-case-list a:hover .img-area img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-case-list a:hover .arrow-btn {
    background: #ffffff;
  }
  .c-case-list a:hover .arrow-btn::before {
    background: #1F2C5E;
  }
  .c-faq-acco .acco-btn:hover {
    background-color: #C6E7FF;
    color: var(--Primary-MEC-Red);
  }
  .c-faq-acco .acco-btn:hover .ico::before {
    background: #1A74A5;
  }
  .c-link:hover {
    color: #1F2C5E;
  }
  .home .mv-section .scroll:hover {
    opacity: 0.8;
  }
  .case .case-block .tab-area .tab-btn:hover {
    color: #3499D0;
    border-color: #3499D0;
  }
  .case .c-pagination .page-numbers:hover {
    border-color: #1A74A5;
    background: #EFF6FA;
  }
  .case-detail .article-section .cont-body a[target=_blank]:hover {
    color: #333;
  }
  .case-detail .article-section .cont-body a[target=_blank]:hover::before {
    background-color: #333;
  }
  .case-detail .article-section .cont-body a:hover {
    color: #333;
  }
  .case-detail .article-section .cont-body .wp-block-buttons .wp-element-button:hover {
    background: #ffffff;
    color: #1F2C5E;
  }
  .case-detail .article-section .cont-body .wp-block-buttons .wp-element-button:hover::after {
    background: #1F2C5E;
  }
  .case-detail .article-section .cont-body .wp-block-buttons .wp-element-button[target=_blank]:hover {
    background: #ffffff;
    color: #1A74A5;
  }
  .case-detail .article-section .cont-body .wp-block-buttons .wp-element-button[target=_blank]:hover::after {
    background: #1A74A5;
  }
  .case-detail .article-section .cont-body .c-btn01:hover {
    background: #ffffff;
    color: #1F2C5E;
  }
  .case-detail .article-section .cont-body .c-btn01:hover::after {
    background: #1F2C5E;
  }
  .case-detail .article-section .cont-body .c-btn01.lightblue:hover {
    background: #ffffff;
    color: #1A74A5;
  }
  .case-detail .article-section .cont-body .c-btn01.lightblue:hover::after {
    background: #1A74A5;
  }
  .case-detail .article-section .bottom-link-wrap .btn:hover .arrow {
    background-color: #1A74A5;
  }
  .case-detail .article-section .bottom-link-wrap .btn:hover .arrow::before {
    background-color: #ffffff;
  }
  .case-detail .article-section .bottom-link-wrap .btn:hover .img-wrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .case-detail .article-section .bottom-link-wrap .btn:hover .ttl {
    color: #1A74A5;
  }
  .contact .checkbox-group .wpcf7-list-item-label a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .recruit .recruit-mv-section .scroll-block .txt:hover {
    color: #1F2C5E;
  }
  .recruit .recruit-mv-section .scroll-block .txt:hover::after {
    background-color: #1F2C5E;
  }
  .recruit .main-wrap .stick-menu a:hover {
    color: #1A74A5;
  }
  .recruit .recruit-cta-sec .contact-btn:hover {
    background: #ffffff;
    color: #1F2C5E;
  }
  .recruit .recruit-cta-sec .contact-btn:hover .ico {
    background: #1F2C5E;
  }
  .recruit .recruit-cta-sec .contact-btn:hover::after {
    background: #1F2C5E;
  }
  .service .anchor-link .inner-block .anchor-con .an-wrap:hover {
    opacity: 0.6;
  }
}
@media screen and (768px <= width) and (width < 1100px) {
  .c-header .logo-area .txt {
    font-size: 13px;
  }
}
@media screen and (768px <= width) and (width < 1000px) {
  .c-header .menu-area {
    position: absolute;
    top: 90px;
    left: 0;
    background: #EFF6FA;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    max-height: calc(var(--vh) * 100 - 260px);
  }
  .c-header .menu-area .inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 26px 20px 40px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    overflow-y: auto;
  }
  .c-header .menu-list a.is-current {
    color: initial;
  }
  .c-header .menu-list a.is-current::before {
    display: none;
  }
  .c-header .menu-list a::after {
    display: block;
  }
  .c-header .recruit-btn::after {
    display: block;
  }
  .c-header .contact-btn::after {
    display: block;
  }
  .c-header .tel-area .num {
    font-size: 36px;
    padding-left: 30px;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    display: inline-block;
  }
  .c-header .tel-area .time {
    font-size: 15px;
    margin-top: 9px;
    font-weight: 400;
  }
  .c-header .toggle-btn {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  #pagetop {
    right: 20px;
  }
  .home .mv-section .main-txt {
    margin-left: min(50px, 5vw);
  }
}
@media screen and (768px <= width) and (width < 1400px) {
  .c-header .menu-list {
    margin-right: 20px;
    gap: 15px;
  }
  .c-header .btn-area {
    margin-left: 10px;
  }
  .c-header .recruit-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-header .recruit-btn .ico {
    width: 18px;
    height: 18px;
  }
  .c-header .contact-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-header .contact-btn .ico {
    width: 18px;
    height: 18px;
  }
  .recruit .recruit-cta-sec .contact-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recruit .recruit-cta-sec .contact-btn .ico {
    width: 18px;
    height: 18px;
  }
}
@media screen and (768px <= width) and (width < 1400px) and (width < 1000px) {
  .c-header .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .c-header .menu-list a {
    width: 100%;
    border-bottom: 1px solid #DBEBFF;
    font-size: 16px;
    padding: 15px 16px;
  }
  .c-header .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
  }
  .c-header .recruit-btn {
    height: auto;
    font-size: 16px;
    width: 100%;
    padding: 20px 25px;
  }
  .c-header .recruit-btn .ico {
    display: none;
  }
  .c-header .contact-btn {
    height: auto;
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
  }
  .c-header .contact-btn .ico {
    display: none;
  }
  .recruit .recruit-cta-sec .contact-btn {
    height: auto;
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
  }
}
@media screen and (768px <= width) and (width < 1200px) {
  .c-header .tel-area {
    display: none;
  }
  .recruit .strengths-sec .list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit .works-sec .list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit .data-sec .data-block {
    gap: 16px;
  }
  .recruit .data-sec .data-block + .data-block {
    margin-top: 16px;
  }
  .recruit .data-sec .data-block .white-box {
    padding: 24px 16px;
  }
  .recruit .data-sec .data-block .txt-wrap.w-ico {
    gap: 16px;
  }
  .recruit .data-sec .data-block .w-ico .ico {
    width: 40px;
  }
  .recruit .data-sec .data-block .num {
    font-size: 60px;
  }
  .recruit .data-sec .data-block .num.fz-l {
    font-size: 64px;
  }
  .recruit .data-sec .data-block .unit {
    font-size: 32px;
  }
}
@media screen and (768px <= width) and (width < 1200px) and (width < 1000px) {
  .c-header .tel-area {
    padding: 16px min(29.5px, 7.8666666667vw);
    margin: 24px auto 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DBEBFF;
    display: block;
    text-align: center;
  }
  .recruit .data-sec .data-block .num {
    font-size: 50px;
  }
  .recruit .data-sec .data-block .num.fz-l {
    font-size: 56px;
  }
}
@media screen and (768px <= width) and (width < 900px) {
  .c-footer .info-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .c-banner {
    top: 44%;
  }
  .recruit .about-sec .cont-wrap {
    grid-template-columns: 1fr 40%;
  }
}
@media screen and (width < 768px) and (width < 370px) {
  .c-contact-section .tel-area .num {
    font-size: min(28px, 7.5675675676vw);
  }
}
@media screen and (width < 768px) and (width < 360px) {
  .c-contact-section .contact-btn {
    font-size: 14px;
  }
}
@media screen and (width < 768px) and (500px <= width) {
  .c-banner {
    width: 157px;
    height: 174px;
  }
}
@media screen and (width < 1600px) {
  .c-banner .info-area {
    bottom: 27px;
  }
}
@media screen and (width < 500px) {
  .c-banner .info-area {
    bottom: 20px;
  }
}
@media screen and (width < 1500px) {
  .c-banner .info-area .link {
    font-size: 12px;
  }
}
@media screen and (width < 1000px) {
  .c-banner .info-area .link::after {
    top: 4px;
  }
  .company .message-sec .inner-block .bottom .txt-area .txt-mess {
    font-size: 20px;
  }
  .service .c-mv-section .inner-block .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 24px;
    min-width: 100%;
  }
  .service .anchor-link .inner-block .anchor-con {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service .anchor-link .inner-block .anchor-con .an-wrap {
    width: 33.3333333333%;
  }
  .service .anchor-link .inner-block .anchor-con .an-wrap:nth-of-type(3) {
    border-right: 1px solid #1A74A5;
  }
}
@media screen and (width < 902px) {
  .c-tbl tr td p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
@media screen {
  .contact .confirm-block .btn-wrap .back-btn:hover {
    color: #1A74A5;
    background: #ffffff;
  }
  .contact .confirm-block .btn-wrap .back-btn:hover::after {
    background: #1A74A5;
  }
}
@media screen and (width < 1200px) {
  .recruit .recruit-mv-section {
    grid-template-columns: 100px 1fr;
  }
  .recruit .schedule-sec .schedule-wrap {
    gap: 16px;
  }
  .recruit .schedule-sec .schedule-wrap .cont .txt-box {
    padding: 16px 8px;
  }
}
@media screen and (width < 1200px) and (width < 768px) {
  .recruit .recruit-mv-section {
    grid-template-columns: 40px 1fr;
  }
}
@media screen and (width < 1400px) {
  .recruit .recruit-mv-section .cont-block {
    background: url(../img/recruit/mv.jpg.webp) no-repeat center right 30%/cover;
  }
  .recruit .recruit-mv-section .cont-block .txt-wrap {
    left: 4%;
    bottom: 10%;
  }
  .recruit .interview-sec .interview-wrap .prof .img-wrap {
    margin-right: 0;
  }
}
@media screen and (width < 1400px) and (width < 768px) {
  .recruit .recruit-mv-section .cont-block {
    padding-right: 16px;
    background: url(../img/recruit/mv.jpg.webp) no-repeat center right 25%/cover;
  }
}
@media screen and (width < 1740px) {
  .recruit .main-wrap .stick-menu-sentinel {
    display: none;
  }
  .recruit .main-wrap .stick-menu {
    display: none;
  }
}
@media screen and (1000px <= width) {
  .service .c-mv-section .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (width < 860px) {
  .service .service-con .inner-block .txt-area .link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */