* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h2 {
  font-weight: bold;
  font-size: 30px;
  font-family:
    "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    Helvetica, Arial, sans-serif;
}
h2 + * {
  margin-top: 64px;
}
h2 span.small {
  font-size: 80%;
}
h2.common_h2 {
  background: linear-gradient(45deg, #0a88cb, #45beff);
  padding: 60px 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}
a:active,
a:hover,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
span.no-break {
  display: inline-block;
}
ul {
  list-style-type: none;
}
body {
  color: #3d3d3d;
  /* font-weight: 300; */
  font-size: 16px;
  line-height: 1.8;
  font-family:
    "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    Helvetica, Arial, sans-serif;
}
.flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrapper {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1200px;
}
.img_container img {
  width: 100%;
}
.btn {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  padding: 24px 100px;
  text-align: center;
}
.btn.primary {
  background: #f8b500;
  color: #000050;
  font-weight: 500;
}
.btn.primary:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #f9c333 !important;
}
.btn.secondary {
  background-color: #000050;
  color: #fff;
}
.btn.secondary:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #0c0c58;
}
.btn.textlink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: 0 0;
  padding: 0;
}
.btn.textlink:hover {
  opacity: 0.5;
}
.logo {
  max-width: 134px;
  max-height: 40px;
}
.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo a img {
  height: 100%;
}
.sp {
  display: none;
}
.banner_container {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 40px;
  font-size: 0;
}
.banner_container.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.banner_container .close_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.banner_container .close_btn img {
  width: 100%;
}
.banner_container .banner {
  width: 320px;
}
.banner_container .banner a {
  display: block;
}
.banner_container .banner img {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 100%;
  height: 83px;
}
.header .wrapper {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1200px;
}
.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.content_inner * {
  display: block;
}
.header .logo {
  float: left;
}
.header .logo a {
  display: inline-block;
  height: 100%;
}
.header .logo a img {
  width: 100%;
}
.header .right {
  float: right;
}
.header .right * {
  display: block;
  float: left;
}
.header .text_box {
  margin-right: 16px;
  color: #000050;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
.header .text_box .tel {
  float: none;
  margin-bottom: 5px;
  font-weight: 500;
}
.tel.sp {
  display: none;
}
.header .text_box .small {
  float: none;
  font-size: 12px;
}
.header .btn {
  padding: 13px 32px 14px;
  line-height: 1;
}
.header .btn.primary {
  margin-right: 20px;
}
/* 言語切替（2026-08-31 に作り直し）。
   元は「JP / EN」トグル用に width:120px を取っていた箱で、中身が1リンクになった今は
   .header .right * の float:left が効いて text-align:center が無効になり、
   「EN」が 資料ダウンロード ボタンの右端に密着していた（実測）。
   幅で場所を取るのをやめ、地球アイコン＋枠のピルにして言語切替だと分かる形にする。
   ⚠ 静的LPでは i18next が動かないので、切替は必ず別URLへのリンクにする。 */
.lang {
  width: auto;
  height: 43px;
  margin-left: 20px;
}
.header .right .lang a.lang-switch {
  display: flex;
  float: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 38px;
  margin-top: 2px;
  padding: 0 13px;
  border: 1px solid #d5d5dd;
  border-radius: 999px;
  line-height: 1;
  color: #000050;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
.header .right .lang a.lang-switch:hover {
  border-color: #000050;
  background: #f3f3f8;
}
.lang-switch__icon {
  flex: none;
  width: 15px;
  height: 15px;
}
main {
  padding-top: 83px;
}
.first_view {
  background-image: url(../image/mv_img_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #36a4dd;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.first_view .flex_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.first_view .flex_inner .content {
  width: 50%;
}
.first_view .flex_inner h2 {
  font-size: 40px;
}
.first_view .flex_inner p {
  margin-top: 20px;
  font-size: 20px;
}
.first_view .flex_inner .img_container img {
  width: 100%;
}
.first_view .btn_set {
  max-width: 420px;
  text-align: center;
}
.first_view .btn_set .btn {
  width: 100%;
  max-width: 420px;
}
.first_view .btn_set .btn.primary {
  margin-top: 60px;
  text-shadow: none;
}
.first_view .btn_set .btn.secondary {
  margin-top: 24px;
}
.first_view .btn_set .btn.textlink {
  display: inline-block;
  margin-top: 24px;
  font-size: 80%;
}
.domain {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1a1a58),
    to(#060629)
  );
  background: linear-gradient(180deg, #1a1a58, #060629);
  color: #fff;
  text-align: center;
}
.domain .wrapper {
  padding-top: 40px;
  padding-bottom: 23px;
  max-width: none;
  overflow: hidden;
}
.domain .title {
  margin-bottom: 32px;
  font-size: 140%;
  line-height: 1;
}
.domain .list {
  position: relative;
  opacity: 0.9;
  width: 100%;
  height: 116px;
}
.domain .list .inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.domain .list .inner ul {
  margin-right: -10px;
  width: 1800px;
}
.domain .list .inner ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 10px 10px;
  line-height: 1;
}
.domain .list .inner ul li:last-of-type {
  margin-right: 0;
}
.issue {
  background: #ffffff;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.issue .wrapper {
  max-width: none;
}
.issue h2 {
  width: 100%;
  text-align: center;
}
.issue .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.issue .content:nth-of-type(2n + 1) .flex_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.issue .content:nth-of-type(2n + 1) .flex_inner .box {
  padding-left: 20px;
}
.issue .content:nth-of-type(2n) .flex_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.issue .content:nth-of-type(2n) .flex_inner .box {
  padding-right: 20px;
}
.issue .content:nth-of-type(2n) .flex_inner .box p.text:last-of-type::after {
  right: 0;
  left: auto;
}
.issue .flex_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  width: 100%;
}
.issue .flex_inner .img_container {
  width: 45%;
  max-width: 450px;
  text-align: center;
}
.issue .flex_inner .img_container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; ";
}
.issue .flex_inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 20px 32px;
  width: 55%;
  max-width: 600px;
}
.issue .flex_inner .box > * {
  width: 100%;
}
.issue .flex_inner .box > img {
  width: 40%;
}
.issue .flex_inner .box .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.issue .flex_inner .box .title_box .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  margin-right: 20px;
  width: 64px;
  height: 104px;
  text-align: center;
}
.issue .flex_inner .box .title_box .counter img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; ";
}
.issue .flex_inner .box .title_box h3 {
  color: #000050;
  font-size: 26px;
}
.issue .flex_inner .box p.text:first-of-type {
  margin-top: 40px;
}
.issue .flex_inner .box p.text:last-of-type {
  position: relative;
}
.issue .flex_inner .box p.text:last-of-type::after {
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 0;
  background: #d4d4e1;
  width: 1000px;
  height: 7px;
  content: "";
}
.service {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1a1a58),
    to(#060629)
  );
  background: linear-gradient(180deg, #1a1a58, #060629);
  color: #fff;
}
.service h2 {
  text-align: center;
}
.service .img_container,
.service .text {
  margin-top: 40px;
  text-align: center;
}
.reason h2 {
  text-align: center;
}
.reason ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reason ul li {
  width: 30%;
}
.reason ul li .img_container,
.reason ul li h3,
.reason ul li p.text {
  width: 100%;
}
.reason ul li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; ";
}
.reason ul li h3 {
  margin: 20px 0 12px 0;
  font-weight: 400;
  text-align: center;
}
.reason ul li p.text {
  width: 40px 0;
  color: #405293;
  font-size: 80%;
  text-align: center;
}
.case {
  background: linear-gradient(45deg, #0a88cb, #45beff);
  color: #fff;
}
.case h2,
.case p.title {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.case h2 {
  text-align: center;
}
.case .content {
  margin-top: 40px;
}
.case .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
.case .title_box .d_case {
  margin-right: 20px;
  background-color: #000050;
  padding: 8px 40px;
  color: #fff;
}
.case .title_box p.title {
  font-weight: 500;
  font-size: 120%;
}
.case dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.case dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  border: solid 1px #bbb;
  border-bottom: none;
  background-color: #f3f3f3;
  padding: 20px;
  width: 24%;
  color: #3d3d3d;
  font-weight: 500;
  text-align: center;
}
.case dl dd:last-of-type {
  border-bottom: solid 1px #bbb;
}
.case dl dt {
  border: solid 1px #bbb;
  border-bottom: none;
  border-left: none;
  background-color: #fff;
  padding: 20px 24px;
  width: 76%;
  color: #3d3d3d;
}
.case dl dt:last-of-type {
  border-bottom: solid 1px #bbb;
}
.talent {
  background-color: #f3f3f3;
}
.talent h2 {
  text-align: center;
}
.talent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.talent ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 2% 0 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 32%;
}
.talent ul li:nth-of-type(-n + 3) {
  margin-top: 0;
}
.talent ul li:nth-of-type(3n) {
  margin-right: 0;
}
.talent ul li .title_box {
  position: relative;
  width: 100%;
}
.talent ul li .title_box p.title {
  background-color: #000050;
  padding: 24px;
  width: 100%;
  color: #fff;
  font-weight: 500;
}
.talent ul li .title_box .talent_img {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 20px 0 0;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
.talent ul li .title_box .talent_img img {
  margin-bottom: -1px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; ";
}
.talent ul li .tag_box .tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  border: solid 2px #000050;
  border-radius: 5px;
  padding: 2px 5px;
  color: #000050;
  font-weight: 500;
  font-size: 70%;
}
.talent ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
}
.talent ul li .box .inner {
  padding: 24px;
}
.talent ul li .box p {
  width: 100%;
}
.talent ul li .box p.text {
  margin: 10px 0;
}
.flow .flex_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flow h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 1px #3d3d3d;
  padding-right: 64px;
}
.flow .content {
  margin-top: 0;
}
.flow ol {
  padding-left: 64px;
}
.flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 24px;
}
.flow ol li:first-of-type {
  margin-top: 0;
}
.flow ol li .counter {
  margin-right: 20px;
  color: #46beff;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
}
.flow ol li .box .title {
  font-weight: 500;
}
.flow ol li .box .text {
  font-size: 80%;
}
.flow ol li .box .caption {
  font-size: 70%;
}
.inquiries {
  background: linear-gradient(45deg, #0a88cb, #45beff);
  color: #fff;
}
.inquiries .flex_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inquiries .btn_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 315px;
}
.inquiries .btn {
  margin-right: 40px;
  padding: 16px 40px;
  width: 100%;
  font-weight: 500;
  font-size: 120%;
}
.inquiries .btn.primary {
  margin-bottom: 20px;
}
.inquiries .btn.secondary {
  background-color: #000050;
  color: #fff;
}
.inquiries .btn.secondary:hover {
  opacity: 1;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #0c0c58;
}
.inquiries .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 16px 24px;
}
.inquiries .box p {
  display: inline-block;
  width: 100%;
  font-size: 22px;
}
.inquiries .box .tel {
  font-weight: 500;
  font-size: 36px;
}
.inquiries .box .small {
  font-size: 80%;
}
.form .inner {
  margin: 0 auto;
  max-width: 600px;
}
.form .part_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.form .part_container:last-of-type {
  margin-bottom: 0;
}
.form .part_container.required .label::after {
  content: "*";
  color: #f8b500;
}
.form .part_container .checkboxes,
.form .part_container .label,
.form .part_container input,
.form .part_container p {
  width: 100%;
}
.form .part_container .label {
  text-align: left;
}
.form .part_container .label + input,
.form .part_container .label + textarea,
.form .part_container p.caption + input,
.form .part_container p.caption + textarea {
  margin-top: 5px;
}
.form .part_container p {
  text-align: left;
}
.form .part_container p.caption {
  font-size: 80%;
}
.form .part_container p.validation {
  visibility: hidden;
  opacity: 0;
  height: 0;
  color: #df7a11;
  font-size: 80%;
}
.form .part {
  width: 100%;
}
.form .part input::-webkit-input-placeholder {
  color: #ddd;
}
.form .part input::-moz-placeholder {
  color: #ddd;
}
.form .part input:-ms-input-placeholder {
  color: #ddd;
}
.form .part input::-ms-input-placeholder {
  color: #ddd;
}
.form .part input::placeholder {
  color: #ddd;
}
.form .part input[type="email"],
.form .part input[type="tel"],
.form .part input[type="text"],
.form .part input[type="url"] {
  border: solid 1px #ddd;
  padding: 8px 10px;
}
.form .part input[type="checkbox"] {
  width: 20px;
}
.form .part input[type="submit"] {
  background-color: #000050;
  color: #fff;
}
.form .part input:focus-visible {
  outline: 0;
  border-color: #000050;
}
.form .part textarea {
  border: solid 1px #ddd;
  padding: 10px;
  width: 100%;
  min-height: 160px;
  resize: vertical;
}
.form .part textarea:focus-visible {
  outline: 0;
  border-color: #000050;
}
.form .part .check {
  margin-bottom: 5px;
  text-align: left;
}
.form .part .check input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form .part .check label {
  position: relative;
  padding-left: 32px;
  display: block;
  line-height: 1.5em;
}
.form .part .check label::after,
.form .part .check label::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: 24px;
  height: 24px;
  content: "";
}
.form .part .check label::before {
  border: solid 1px #ddd;
}
.form .part .check label::after {
  -webkit-transform: translate3d(5px, -70%, 0) rotateZ(-45deg);
  transform: translate3d(5px, -70%, 0) rotateZ(-45deg);
  opacity: 0;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  width: 14.399999999999999px;
  height: 7.199999999999999px;
}
.form .part .check input:checked + label::before {
  border-color: #000050;
  background-color: #000050;
}
.form .part .check input:checked + label::after {
  opacity: 1;
}
.form .part .radio {
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}
.form .part .radio input {
  display: none;
}
.form .part .radio label {
  position: relative;
  padding-left: 32px;
}
.form .part .radio label::after,
.form .part .radio label::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  content: "";
}
.form .part .radio label::before {
  border: solid 1px #ddd;
}
.form .part .radio label::after {
  -webkit-transform: translate3d(4px, -50%, 0);
  transform: translate3d(4px, -50%, 0);
  opacity: 0;
  border-radius: 100%;
  background-color: #000050;
  width: 16px;
  height: 16px;
}
.form .part .radio input:checked + label::before {
  border-color: #000050;
}
.form .part .radio input:checked + label::after {
  opacity: 1;
}
.form .part .check,
.form .part .radio {
  margin-top: 5px;
}
.form .part .check:last-of-type,
.form .part .radio:last-of-type {
  margin-bottom: 0;
}
.form .part.submit {
  padding-top: 0;
}
.form .part.submit p {
  text-align: center;
}
.form .part.submit input {
  max-width: 280px;
}
.form .part.is-error input,
.form .part.is-novalue input {
  border-color: #df7a11;
}
.form .part.is-error p.validation.error_message,
.form .part.is-novalue p.validation.novalue {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.form .text_box.confirm {
  text-align: center;
}
.form .text_box.confirm .textlink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #5050ff;
}
.form .text_box.confirm .textlink:hover {
  opacity: 0.8;
}
.contact,
.contact_thank_you,
.request,
.request_thank_you {
  padding-bottom: 20px;
}
.contact h3,
.contact_thank_you h3,
.request h3,
.request_thank_you h3 {
  margin-bottom: 36px;
  width: 100%;
  font-size: 22px;
  text-align: center;
}
.contact .wrapper,
.contact_thank_you .wrapper,
.request .wrapper,
.request_thank_you .wrapper {
  text-align: center;
}
.contact .text_box,
.contact_thank_you .text_box,
.request .text_box,
.request_thank_you .text_box {
  margin-bottom: 40px;
  text-align: left;
}
.contact .text_box span.yellow,
.contact_thank_you .text_box span.yellow,
.request .text_box span.yellow,
.request_thank_you .text_box span.yellow {
  color: #f8b500;
}
.contact .text_box .caption,
.contact_thank_you .text_box .caption,
.request .text_box .caption,
.request_thank_you .text_box .caption {
  margin-top: 10px;
  font-size: 80%;
}
.contact .btn,
.contact_thank_you .btn,
.request .btn,
.request_thank_you .btn {
  margin-top: 10px;
  background-color: #000050;
  padding: 24px 60px;
  color: #fff;
}
.contact .btn:hover,
.contact_thank_you .btn:hover,
.request .btn:hover,
.request_thank_you .btn:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #0c0c58;
}
.contact_thank_you ~ footer.footer,
.contact ~ footer.footer,
.request_thank_you ~ footer.footer,
.request ~ footer.footer {
  background-color: #f9f9f9;
}
.contact_thank_you .text_box,
.request_thank_you .text_box {
  text-align: center;
}
.contact_thank_you .text_box:last-of-type,
.request_thank_you .text_box:last-of-type {
  margin-bottom: 0;
}
.contact_thank_you .btn,
.request_thank_you .btn {
  margin-top: 50px;
}
.btn_container.section {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  width: 100%;
}
.btn_container.section .wrapper {
  padding: 15px;
}
.btn_container.section .btn_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn_container.section .btn_set .btn {
  padding: 8px 24px 10px;
  width: 50%;
}
.btn_container.section .btn_set .btn:first-of-type {
  margin-right: 16px;
}
.btn_container.section .btn_set .btn.secondary {
  background-color: #000050;
  color: #fff;
}
.btn_container.section .btn_set .btn.secondary:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #0c0c58;
}
footer.footer .flex_inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.footer .flex_inner .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.footer .flex_inner .logo img {
  width: 160px;
}
footer.footer .flex_inner ul li {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 10px;
}
footer.footer .flex_inner ul li:hover {
  opacity: 0.5;
}
footer.footer .copyright {
  background: #ddd;
  padding: 20px;
  width: 100%;
  font-size: 80%;
  text-align: center;
}
.talent li[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.no-js [data-aos] {
  opacity: 1;
}
.no-js [data-aos^="fade"][data-aos^="fade"] {
  -webkit-transform: none;
  transform: none;
}
.isIE {
  display: none;
}
.browser_legacy .isIE {
  display: inline-block;
}
.browser_legacy .modern {
  display: none;
}
.test {
  background: #e1e9eb;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 1150px) {
  .first_view .flex_inner h2 {
    font-size: 32px;
  }
  .reason ul li {
    max-width: 550px;
  }
}
@media screen and (max-width: 1130px) {
  footer.footer .flex_inner ul li {
    width: 100%;
    margin: 8px 0;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 80px 40px;
  }
  .banner_container {
    display: none;
  }
  .issue .content {
    margin-top: 64px;
    padding-bottom: 40px;
  }
  .issue .content:nth-of-type(2n + 1) .flex_inner .box {
    padding: 0;
  }
  .issue .content:nth-of-type(2n) .flex_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .issue .content:nth-of-type(2n) .flex_inner .box {
    padding: 0;
  }
  .issue .content:nth-of-type(2n) .flex_inner .box p.text:last-of-type::after {
    right: auto;
    left: 0;
  }
  .issue .content:first-of-type {
    margin-top: 40px;
  }
  .issue .flex_inner .img_container {
    padding-right: 32px;
    width: 35vw;
  }
  .issue .flex_inner .img_container img {
    width: 80%;
  }
  .issue .flex_inner .box {
    width: 65vw;
  }
  .flow h2 {
    padding-right: 40px;
  }
  .flow ol {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .first_view .pc {
    display: none;
  }
  .first_view .sp {
    display: inline-block;
  }
  .first_view .flex_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .first_view .flex_inner .content {
    width: 100%;
  }
  .first_view .btn_set,
  .first_view .flex_inner .img_container img {
    margin-top: 20px;
  }
  .first_view .btn_set {
    width: 100%;
    max-width: none;
  }
  .first_view .btn_set .btn {
    display: block;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 425px;
  }
  .first_view .btn_set .btn.primary,
  .first_view .btn_set .btn.secondary {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 900px) {
  .text_box,
  .text_box * {
    display: none !important;
  }
  footer.footer .flex_inner ul {
    margin-top: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .wrapper {
    padding: 64px 40px;
  }
  .issue .flex_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .issue .flex_inner .img_container {
    padding: 24px;
    width: 100%;
    text-align: center;
  }
  .issue .flex_inner .box {
    padding: 20px 0;
    width: 100%;
  }
  .issue .flex_inner .box .title_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .issue .flex_inner .box .title_box .counter {
    width: 32px;
  }
  .issue .flex_inner .box p.text:first-of-type {
    margin-top: 24px;
  }
  .service img {
    max-width: 550px;
  }
  .service .sp {
    display: inline-block;
  }
  .service .pc {
    display: none;
  }
  .reason ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reason ul li {
    margin-top: 40px;
    width: 100%;
  }
  .reason ul li:first-of-type {
    margin-top: 0;
  }
  .talent ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .talent ul li {
    margin-right: 0;
    width: 100%;
    max-width: 550px;
  }
  .talent ul li:nth-of-type(-n + 3) {
    margin-top: 40px;
  }
  .talent ul li:first-of-type {
    margin-top: 0;
  }
  .flow .content {
    margin-top: 40px;
  }
  .flow .flex_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow h2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .flow ol {
    padding-left: 0;
  }
  .flow ol li {
    margin-top: 20px;
  }
  .flow ol li:first-of-type {
    margin-top: 0;
  }
  .inquiries .flex_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inquiries .btn {
    margin-right: 0;
    padding: 20px 24px;
    width: 100%;
    width: 424px;
  }
  .inquiries .box {
    margin-top: 24px;
    text-align: center;
  }
  .inquiries .box p {
    font-size: 20px;
  }
  .no-js .issue .flex_inner .box .title_box .counter {
    width: 54px;
    height: 76px;
  }
}
@media screen and (max-width: 850px) {
  .header .wrapper {
    padding: 20px 32px;
  }
  .header .logo img {
    max-height: 48px;
  }
  .header .text_box {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  .domain .title {
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  .case .title_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case .title_box .case {
    display: inline-block;
    margin-bottom: 16px;
  }
  .case .title_box p.title {
    margin-top: 20px;
    width: 100%;
  }
  .case dl dd,
  .case dl dt {
    width: 100%;
  }
  .case dl dd:last-of-type {
    border-bottom: none;
  }
  .case dl dt {
    border-left: solid 1px #bbb;
  }
}
/* 601〜729px でヘッダーが2段に折れ、ボタンがヒーロー画像に食い込んでいた（2026-08-31 修正）。
   .header は height:83px 固定・.right は float なので、
   ロゴ(134px)＋.right(458px)＝592px が .content_inner の内寸を超えた瞬間に .right が下へ落ちる。
   601px では内寸が 477px しかなく、**元のサイズのままでは1段に収まらない**。
   ≤600px は 資料ダウンロード を display:none にして逃げているが、
   タブレット幅で企業向けの入口CTAを消したくないので、この帯だけ全体を詰めて1段に収める。
   ⚠ 数値を触ったら 601〜729px を5px刻みで再計測すること（内寸 = 幅 - 余白 - padding*2）。 */
@media screen and (max-width: 729px) {
  .header .wrapper {
    padding: 20px 24px;
  }
  .header .logo img {
    max-height: 36px;
  }
  .header .btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .header .btn.primary {
    margin-right: 10px;
  }
  .lang {
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header .btn.primary {
    margin-right: 0;
  }
  .header .btn.secondary {
    display: none;
  }
  .lang {
    width: auto;
    margin-left: 12px;
  }
  .header .right .lang a.lang-switch {
    height: 34px;
    padding: 0 10px;
    gap: 4px;
    font-size: 12px;
  }
  .lang-switch__icon {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 475px) {
  .header {
    position: fixed;
  }
  main {
    padding-top: 83px;
  }
  .wrapper {
    padding: 40px 25px;
  }
  .case .wrapper,
  .service .wrapper,
  .talent .wrapper {
    padding-bottom: 55px;
  }
  .header .wrapper {
    padding: 0;
    height: 83px;
  }
  .lang {
    height: 34px;
    margin-left: 0;
  }
  .header .right .lang a.lang-switch {
    height: 32px;
    margin-top: 1px;
    padding: 0 9px;
    gap: 4px;
    font-size: 11.5px;
  }
  .lang-switch__icon {
    width: 12px;
    height: 12px;
  }
  .content_inner {
    height: 83px;
  }
  .header .logo {
    margin-top: 20px;
  }
  .header .logo img {
    max-height: 32px;
  }
  .header .btn {
    padding: 10px 32px;
  }
  .header .right {
    margin-top: 20px;
  }
  .header .right > .btn {
    display: none;
  }
  .first_view .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .first_view .flex_inner {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 560px;
  }
  .first_view .flex_inner .content h2 {
    font-size: 24px;
  }
  .first_view .flex_inner .content p {
    font-size: 13px;
  }
  .first_view .btn_set,
  .first_view .btn_set .btn.primary {
    margin-top: 0;
  }
  .contact_thank_you ~ footer.footer,
  .contact ~ footer.footer,
  .request_thank_you ~ footer.footer,
  .request ~ footer.footer {
    padding-bottom: 0;
  }
  .btn_container.section {
    display: inline-block;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .btn_container.section.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  .no-js .issue .flex_inner .box .title_box .counter {
    width: 32px;
    height: 40px;
  }
  .no-js .first_view .flex_inner {
    height: 100vh;
  }
}
@media screen and (max-width: 475px) and (max-width: 425px) {
  .header .text_box {
    padding-bottom: 3px;
    font-size: 22px;
  }
}
@media screen and (max-width: 425px) {
  h2 + * {
    margin-top: 40px;
  }
  h2 {
    font-size: 24px;
  }
  h2.common_h2 {
    padding: 30px 20px;
  }
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .issue .flex_inner .box .title_box h3 {
    font-size: 18px;
  }
  .issue .flex_inner .box p.text {
    font-size: 16px;
  }
  .reason ul li h3 {
    font-size: 90%;
  }
  .reason ul li p.text {
    font-size: 100%;
  }
  .talent ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flow ol li .box,
  .talent ul li {
    font-size: 16px;
  }
  .inquiries .btn {
    padding: 20px 24px;
  }
  .inquiries .box {
    margin: 0;
    margin-top: 24px;
  }
  .inquiries .box p {
    font-size: 120%;
  }
  .contact h3,
  .contact_thank_you h3,
  .request h3,
  .request_thank_you h3 {
    font-size: 18px;
  }
  .contact_thank_you ~ footer.footer,
  .contact ~ footer.footer,
  .request_thank_you ~ footer.footer,
  .request ~ footer.footer {
    padding-bottom: 0;
  }
  footer.footer .flex_inner .logo img {
    width: 120px;
  }
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 20px;
  }
  .first_view .flex_inner .content h2 {
    font-size: 22px;
  }
  .btn_container.section .btn_set .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn_container.section .btn_set .btn:first-of-type {
    margin-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .btn_container.section .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .btn_container.section .btn_set .btn:first-of-type {
    margin-right: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .flow .content {
    width: 100%;
  }
}

/* 利用者の声（2026-08-31 に Vue のカルーセルから静的HTMLへ）
 *
 * 元は Vuetify の v-carousel で、3件ずつ矢印で送る作りだった。
 * ①中身がHTMLに無いので検索エンジンにもAIにも読まれない（静的LPを作った目的が未達）
 * ②そのために Vue + Vuetify を 462KB 読んでいて DOMContentLoaded が 9.7秒（4G実測）
 * の2つを同時に解くため、7件を並べる静的グリッドにした。
 *
 * 本文は全文をHTMLに置き、表示だけ 8行で畳む（クローラーは全文を読む・
 * 読者はカードを押せば note の全文へ行ける）。
 * ⚠ 元の v-img は本番でも高さ0で一度も表示されていなかったので画像は置いていない。
 */
/* ⚠ 直後の .talent が #f3f3f3 なので、ここを灰色にすると2つの節が1枚の灰色に溶ける。
   上の .case（青のグラデ）→ ここ（白）→ .talent（灰）で切り替わるようにする。 */
.ht-voice {
  background-color: #fff;
}
.ht-voice h2 {
  text-align: center;
}
.ht-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.ht-voice__item {
  border: solid 1px #e9e9ef;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.ht-voice__item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px 24px;
  color: inherit;
  transition: 0.3s;
}
.ht-voice__item > a:hover {
  background-color: #46beff0d;
}
.ht-voice__title {
  margin-bottom: 14px;
  color: #000050;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.6;
  word-break: auto-phrase;
}
.ht-voice__body {
  position: relative;
  flex: 1;
  overflow: hidden;
  max-height: 15.2em;   /* 16px × 1.9 × 8行 */
  color: #444;
  font-size: 15px;
  line-height: 1.9;
}
.ht-voice__body::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3em;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 85%);
  content: "";
}
.ht-voice__body p + p {
  margin-top: 1em;
}
.ht-voice__more {
  margin-top: 16px;
  color: #000050;
  font-weight: 700;
  font-size: 14px;
}
.ht-voice__more::after {
  content: " ›";
}
@media screen and (max-width: 1000px) {
  .ht-voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .ht-voice__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ht-voice__item > a {
    padding: 24px 20px 20px;
  }
  .ht-voice__title {
    font-size: 17px;
  }
}
