@charset "UTF-8";
@font-face {
  font-family: "noto_sans_jp_regular";
  src: url("../font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "noto_sans_jp_semibold";
  src: url("../font/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow_medium";
  src: url("../font/Barlow-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow_semibold";
  src: url("../font/Barlow-SemiBold.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
th,
button {
  font-weight: initial;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

[type=text],
[type=email],
[type=tel],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: solid 1px #b2b2b2;
  border-radius: 5px;
  width: 100%;
  background-color: #fff;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0.6835em 0.75em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  [type=text],
  [type=email],
  [type=tel],
  select,
  textarea {
    padding: 0.75em;
  }
}

textarea {
  resize: none;
  height: 220px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 200px;
  }
}

::-moz-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

select:focus,
textarea:focus,
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=radio]:focus,
[type=radio]:focus + span,
[type=checkbox]:focus + span,
button:focus {
  outline: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2345679012vw;
    scroll-padding-top: 90px;
  }
}
@media (min-width: 1296px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "noto_sans_jp_regular", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  transition: opacity 0.3s;
  cursor: pointer;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.icon-arrow01 {
  width: 16px;
  height: 16px;
  background-color: #0097e0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-arrow01 span {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: 4px;
  height: 6px;
  transform: translateX(1px);
}

.icon-arrow02 {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-arrow02 span {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #0097e0;
  width: 4px;
  height: 6px;
  transform: translateX(1px);
}
@media screen and (min-width: 768px) {
  .icon-arrow02 span {
    transform: translateX(0.5px);
  }
}

.under-line {
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}

.under-line::before {
  content: "";
  width: 15%;
  height: 1px;
  background-color: #0097e0;
  position: absolute;
  bottom: calc(0% - 1px);
  left: 0;
}

.required {
  display: inline-block;
  font-size: 12px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
  background-color: #eb3b3b;
  border-radius: 5px;
  line-height: 1.5;
  width: 30px;
  text-align: center;
}

.search-form {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}

.search-form label {
  flex-grow: 1;
}

.search-form input {
  width: 100%;
  flex-grow: 1;
  min-height: 45px;
  padding: 5px 13px;
  border: 2px solid #54c3f1;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
  outline: none;
}
@media screen and (min-width: 768px) {
  .search-form input {
    font-size: min(15px, 1.1574074074vw);
    min-height: min(56px, 4.3209876543vw);
    padding: min(10px, 0.7716049383vw) min(20px, 1.5432098765vw);
  }
}

.search-form input::-moz-placeholder {
  color: #b2b2b2;
}

.search-form input::placeholder {
  color: #b2b2b2;
}

.search-form button {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .search-form button {
    width: min(56px, 4.3209876543vw);
    height: min(56px, 4.3209876543vw);
  }
}

@media (hover: hover) {
  .search-form button:hover {
    opacity: 0.9;
  }
}
.search-form button::after {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .search-form button::after {
    width: min(22px, 1.6975308642vw);
    height: min(22px, 1.6975308642vw);
  }
}

.page-top {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: fixed;
  right: 25px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1400px) {
  .page-top {
    gap: 10px;
    right: 36px;
  }
}

.page-top.is-scrolled {
  visibility: visible;
  opacity: 1;
}

.page-top__circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 1400px) {
  .page-top__circle {
    width: 72px;
    height: 72px;
  }
}

.page-top__circle::before,
.page-top__circle::after {
  content: "";
  background-color: #54c3f1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
}

.page-top__circle::before {
  width: 10px;
  height: 7px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
          clip-path: polygon(0 100%, 100% 100%, 50% 0);
  top: calc(50% - 5px);
}
@media screen and (min-width: 1400px) {
  .page-top__circle::before {
    width: 18px;
    height: 12px;
    top: calc(50% - 9px);
  }
}

.page-top__circle::after {
  width: 1px;
  height: 10px;
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
}
@media screen and (min-width: 1400px) {
  .page-top__circle::after {
    width: 2px;
    height: 17px;
    top: calc(50% + 5px);
  }
}

.page-top__text {
  font-family: "Barlow_semibold", sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #54c3f1;
  transition: color 0.3s;
}
@media screen and (min-width: 1400px) {
  .page-top__text {
    font-size: 15px;
  }
}

@media (hover: hover) {
  .page-top:hover {
    opacity: 1;
  }
  .page-top:hover .page-top__circle {
    background-color: #54c3f1;
  }
  .page-top:hover .page-top__circle::before,
  .page-top:hover .page-top__circle::after {
    background-color: #fff;
  }
}
.btn-search {
  display: block;
  font-size: 14px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
  line-height: 1.5;
  border-radius: 5px;
  text-align: center;
  padding: 0.8571em;
  position: relative;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .btn-search {
    font-size: 16px;
    padding: 2px;
  }
}

.btn-search.-works,
.btn-search.-works .btn-search__wrap {
  background: linear-gradient(to right, #54c3f1, #0086c7);
  transition: background 0.3s;
}

.btn-search.-tool,
.btn-search.-tool .btn-search__wrap {
  background: linear-gradient(to right, #c3c000, #86be1b);
  transition: background 0.3s;
}

.btn-search__wrap {
  border-radius: 3px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .btn-search__wrap {
    padding: min(15px, 1.0416666667vw);
  }
}

.btn-search__icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btn-search__icon {
    top: calc(50% - 2px);
  }
}

@media (hover: hover) {
  .btn-search:hover {
    opacity: 1;
  }
  .btn-search.-works:hover .btn-search__wrap,
  .btn-search.-tool:hover .btn-search__wrap {
    background: #fff;
    transition: background 0.3s;
  }
  .btn-search.-works:hover {
    color: #0097e0;
  }
  .btn-search.-tool:hover {
    color: #86be1b;
  }
  .btn-search.-works:hover .btn-search__icon path {
    fill: #0097e0;
  }
  .btn-search.-tool:hover .btn-search__icon path {
    fill: #86be1b;
  }
}
.btn-round01 {
  margin: 0 auto;
  display: block;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 0.7833em;
}
@media screen and (min-width: 768px) {
  .btn-round01 {
    padding: 1.125em;
  }
}

.btn-round01__text {
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
  line-height: 1.5;
  font-size: min(15px, 4vw);
}
@media screen and (min-width: 1000px) {
  .btn-round01__text {
    font-size: min(16px, 1.2345679012vw);
  }
}

.btn-round01__icon {
  width: min(30px, 8vw);
  height: min(30px, 8vw);
  background-color: #86c7e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn-round01__icon {
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 1000px) {
  .btn-round01__icon {
    width: min(38px, 2.9320987654vw);
    height: min(38px, 2.9320987654vw);
  }
}

.btn-round01__icon img {
  height: auto;
}

.btn-round01.-mail .btn-round01__icon img {
  width: min(15px, 4vw);
}
@media screen and (min-width: 768px) {
  .btn-round01.-mail .btn-round01__icon img {
    width: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .btn-round01.-mail .btn-round01__icon img {
    width: min(20px, 1.5432098765vw);
  }
}

.btn-round01.-map .btn-round01__icon img {
  width: min(12px, 3.2vw);
}
@media screen and (min-width: 768px) {
  .btn-round01.-map .btn-round01__icon img {
    width: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .btn-round01.-map .btn-round01__icon img {
    width: min(15px, 1.1574074074vw);
  }
}

.btn-round01.-video .btn-round01__icon img {
  width: min(16px, 4.2666666667vw);
}
@media screen and (min-width: 768px) {
  .btn-round01.-video .btn-round01__icon img {
    width: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .btn-round01.-video .btn-round01__icon img {
    width: min(20px, 1.5432098765vw);
  }
}

.btn-round02 {
  display: block;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 0.7833em;
}
@media screen and (min-width: 768px) {
  .btn-round02 {
    padding: 1.125em;
  }
}

.btn-round02__text {
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #0097e0;
  line-height: 1.5;
}

.btn-round02__icon {
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #e2f3fb;
  border: 1px solid #0097e0;
  border-radius: 15px;
  line-height: 1;
  padding: 6px 0 7px;
  width: min(101px, 100%);
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-download {
    width: min(120px, 100%);
    padding: 5px 0 7px;
    gap: 3px;
  }
}

.btn-download__text {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .btn-download__text {
    font-size: 14px;
  }
}

.btn-download__icon {
  display: inline-block;
  width: 10px;
  flex-shrink: 0;
}

.btn-download__icon svg {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .btn-download__icon svg {
    width: 14px;
    height: 14px;
    transform: translateY(1px);
  }
}

.btn-download__icon svg path {
  transition: fill 0.3s;
}

.btn-window {
  display: inline-block;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .btn-window {
    padding: 15px;
  }
}

.btn-window__text {
  display: block;
  font-size: 14px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .btn-window__text {
    font-size: 16px;
  }
}

.btn-window__icon {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn-window__icon {
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .btn-window__icon img {
    width: 14px;
    height: 14px;
  }
}

.btn-contact {
  display: inline-block;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .btn-contact {
    padding: 15px;
  }
}

.btn-contact-orange {
  display: inline-block;
  background: linear-gradient(to right, #f6c544, #ee8432);
}

.btn-contact__text {
  font-size: 14px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .btn-contact__text {
    font-size: 16px;
  }
}

.btn-contact__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .btn-contact__icon {
    right: 20px;
  }
}

.btn-contact__icon span {
  width: 3px;
  height: 5px;
}

.btn-all {
  line-height: 1.5;
  font-size: 15px;
  padding-right: 20px;
  position: relative;
  transition: color 0.3s;
}

.btn-all::before,
.btn-all::after {
  content: "";
  position: absolute;
}

.btn-all::before {
  width: 13px;
  height: 13px;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  border-radius: 50%;
  right: 0;
  top: 0.3em;
}

.btn-all::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: 3px;
  height: 5px;
  right: 0.3em;
  top: 0.55em;
}

@media (hover: hover) {
  .btn-all:hover {
    opacity: 1;
    color: #0097e0;
  }
}
.section-title01 {
  font-size: min(22px, 5.8666666667vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .section-title01 {
    font-size: 32px;
    padding-bottom: 27px;
  }
}

.section-title01::before {
  content: "";
  width: 38px;
  height: 3px;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-title01::before {
    width: 48px;
  }
}

.section-title01.-white {
  color: #fff;
}

.section-title01.-white::before {
  background: linear-gradient(to right, #ceeffd, #93d7f7);
}

.section-title02 {
  font-size: 22px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  position: relative;
  padding-left: 48px;
}
@media screen and (min-width: 768px) {
  .section-title02 {
    font-size: 32px;
    padding-left: 72px;
  }
}

.section-title02::before {
  content: "";
  width: 38px;
  height: 3px;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  position: absolute;
  top: 0.75em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .section-title02::before {
    width: 52px;
  }
}

.section-title02__sub {
  margin-top: 5px;
  font-size: 15px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 768px) {
  .section-title02__sub {
    margin-top: 8px;
    font-size: min(18px, 1.8vw);
  }
}

.under-page-title {
  font-size: 20px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .under-page-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1000px) {
  .under-page-title {
    font-size: clamp(36px, 3.2407407407vw, 42px);
  }
}

.heading01 {
  background-color: #e2f3fb;
  border-radius: 5px;
  padding: 0.05em 12px 0.15em;
  padding: 6px 12px 7px;
}
@media screen and (min-width: 768px) {
  .heading01 {
    padding: 11px 20px;
  }
}

.heading01 span {
  display: inline-block;
  font-size: 18px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.4444;
  position: relative;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .heading01 span {
    font-size: 24px;
    line-height: 1.6;
    padding-left: 18px;
  }
}

.heading01 span::before {
  content: "";
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #54c3f1, #0086c7);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .heading01 span::before {
    width: 3px;
  }
}

.heading02 {
  padding: 0 5px 5px;
  border-bottom: 1px solid #989898;
}
@media screen and (min-width: 768px) {
  .heading02 {
    padding: 0 5px 7px;
  }
}

.heading02 span {
  display: inline-block;
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #0d5274;
  line-height: 1.1875;
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 768px) {
  .heading02 span {
    font-size: 20px;
    padding-left: 12px;
    line-height: 1.3;
  }
}

.heading02 span::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #54c3f1, #0086c7);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .heading02 span::before {
    width: 3px;
  }
}

.heading03 {
  display: block;
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #0d5274;
  line-height: 1.5;
  border-bottom: 1px solid #989898;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .heading03 {
    font-size: 20px;
    padding-bottom: 12px;
  }
}

.category-label {
  display: inline-block;
  border-radius: 50px;
  line-height: 1.5;
  text-align: center;
}

.category-label.-all {
  font-size: 14px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  width: 56px;
  padding: 1.5px;
}
@media screen and (min-width: 768px) {
  .category-label.-all {
    font-size: 15px;
    width: 59px;
    padding: 0.0833em;
  }
}

.category-label.-all.is-active {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

.category-label.-ghost.-news.is-active {
  background-color: #e08100;
  color: #fff;
  border: 1px solid #e08100;
}

.category-label.-ghost.-update.is-active {
  background-color: #31a535;
  color: #fff;
  border: 1px solid #31a535;
}

.category-label.-ghost.-product.is-active {
  background-color: #0097e0;
  color: #fff;
  border: 1px solid #0097e0;
}

.category-label {
  font-size: 12px;
  color: #fff;
  padding: 1.5px 8px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .category-label {
    font-size: 13px;
    padding: 3px 8px 4px;
  }
}

@media (hover: hover) {
  .category-label:hover {
    opacity: 1;
  }
  .category-label.-all:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
  }
  .category-label.-ghost.-news:hover {
    background-color: #e08100;
    color: #fff;
    border: 1px solid #e08100;
  }
  .category-label.-ghost.-update:hover {
    background-color: #31a535;
    color: #fff;
    border: 1px solid #31a535;
  }
  .category-label.-ghost.-product:hover {
    background-color: #0097e0;
    color: #fff;
    border: 1px solid #0097e0;
  }
}
.category-label.-update {
  background-color: #31a535;
}

.category-label.-product {
  background-color: #0097e0;
}

.category-label.-news {
  background-color: #e08100;
}

.category-label.-ghost {
  font-size: 14px;
  background-color: #fff;
  padding: 0.5px 7px;
}
@media screen and (min-width: 768px) {
  .category-label.-ghost {
    font-size: 15px;
  }
}

.category-label.-ghost.-update {
  color: #31a535;
  border: 1px solid #31a535;
}

.category-label.-ghost.-product {
  color: #0097e0;
  border: 1px solid #0097e0;
}

.category-label.-ghost.-news {
  color: #e08100;
  border: 1px solid #e08100;
}

.text-movie {
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .text-movie {
    gap: 10px;
  }
}

.text-movie__icon {
  flex-shrink: 0;
  padding-top: 0.25em;
}
@media screen and (min-width: 768px) {
  .text-movie__icon {
    padding-top: 0.35em;
  }
}

@media screen and (min-width: 768px) {
  .text-movie__icon img {
    width: 24px;
    height: 17px;
  }
}

.text-movie__text {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
  text-align: left;
  color: #333;
}
@media screen and (min-width: 768px) {
  .text-movie__text {
    line-height: 1.7067;
  }
}

.text-list01 {
  display: block;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  color: #fff;
  padding-left: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .text-list01 {
    padding-left: 15px;
  }
}

.text-list01::before {
  content: "";
  width: 4px;
  height: 6px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .text-list01::before {
    width: 6px;
    height: 9px;
  }
}

.text-list02 {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding-left: 17px;
  position: relative;
}

.text-list02::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #9a9a9a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.text-map {
  line-height: 1.5;
  padding-left: 17px;
  position: relative;
}

.text-map::before {
  content: "";
  width: 12px;
  height: 16px;
  background-image: url(../images/icon-map-marker-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 0.1em);
  left: 0;
  transform: translateY(-50%);
}

.text-map a {
  text-decoration: underline;
}

.text-file {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  padding-left: 19px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .text-file {
    padding-left: 24px;
  }
}

.text-file::before {
  content: "";
  width: 13px;
  height: 18px;
  background-image: url(../images/icon-excel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.175em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .text-file::before {
    width: 17px;
    height: 22px;
  }
}

.text-file.-excel::before {
  background-image: url(../images/icon-excel.svg);
}

.text-file.-dxf::before {
  background-image: url(../images/icon-dxf.svg);
}

.text-file.-pdf::before {
  background-image: url(../images/icon-pdf.svg);
}

.text-file.-new-window::before {
  background-image: url(../images/icon-new-window-tool.svg);
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox]:checked + .text-check::after {
  display: block;
}

.text-check {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .text-check {
    padding-left: 34px;
  }
}

.text-check::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 2px;
  border: 1px solid #b2b2b2;
}
@media screen and (min-width: 768px) {
  .text-check::before {
    width: 24px;
    height: 24px;
  }
}

.text-check::after {
  position: absolute;
  top: 0.4em;
  left: 0.2em;
  display: none;
  content: "";
  width: 0.85em;
  height: 0.45em;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .text-check::after {
    top: 0.35em;
    left: 0.25em;
    width: 1em;
    height: 0.5em;
  }
}

.text-check a {
  text-decoration: underline;
}

.text-toc {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.5;
  padding-right: 19px;
  position: relative;
  transition: color 0.3s;
}

.text-toc::before {
  content: "";
  width: 12px;
  height: 6px;
  background-color: #808080;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

@media (hover: hover) {
  .text-toc:hover {
    color: #0097e0;
    opacity: 1;
  }
  .text-toc:hover::before {
    background-color: #0097e0;
  }
}
.text-number {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .text-number {
    gap: 5px;
  }
}

.text-number:not(.is-active) {
  color: rgba(51, 51, 51, 0.5);
}

.text-number__num {
  font-family: "Barlow_medium", sans-serif;
  font-size: min(18px, 4.8vw);
  letter-spacing: 0.1em;
  color: #0097e0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .text-number__num {
    font-size: 20px;
  }
}

.text-number:not(.is-active) .text-number__num {
  color: rgba(0, 151, 224, 0.5);
}

.text-number__text {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  font-size: min(15px, 4vw);
}
@media screen and (min-width: 768px) {
  .text-number__text {
    font-size: 16px;
  }
}

.text-another-link {
  display: inline-block;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  padding-right: 19px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .text-another-link {
    font-size: min(16px, 1.8823529412vw);
  }
}

.text-another-link::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icon-new-window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 0.05em);
  right: 0;
  transform: translateY(-50%);
}

.label-new {
  display: inline-block;
  font-family: "Barlow_medium", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  width: 46px;
  text-align: center;
  background: linear-gradient(to right, #ba0000, #e56464);
  padding: 0.125em;
}
@media screen and (min-width: 768px) {
  .label-new {
    font-size: 18px;
    width: 69px;
    padding: 0.1389em;
  }
}

.header {
  background-color: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  padding-left: 20px;
  height: inherit;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    padding-left: 72px;
  }
}

.header__logo {
  width: min(196px, 52.2666666667vw);
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: min(235px, 19.5833333333vw);
  }
}

.header__nav {
  margin-left: auto;
  height: inherit;
}

.header__navList {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__navItem {
  height: inherit;
}

.header__navItem.is-active > a,
.header__navItem.is-active > p {
  color: #0097e0;
  background-color: #f0f0f0;
}

.header__navItem > a,
.header__btnInner {
  display: inline-flex;
  align-items: center;
  height: inherit;
  font-family: "noto_sans_jp_semibold", sans-serif;
  padding: 0 min(17.5px, 1.4583333333vw);
}

.header__navItem > a {
  font-size: min(16px, 1.4545454545vw);
}

@media (hover: hover) {
  .header__navItem > a:hover {
    background-color: #0097e0;
    opacity: 0.8;
    color: #fff;
    transition: all 0.3s;
  }
  .header__navItem.is-active > a:hover,
  .header__navItem.is-active > p:hover {
    background-color: #f0f0f0;
    color: #0097e0;
    opacity: 1;
  }
  .header__navItem.is-active > p:hover > span::before {
    background-color: #0097e0;
  }
}
.header__btn {
  width: min(181px, 15.0833333333vw);
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__btn .megaMenu__trigger {
  width: inherit;
  justify-content: center;
  color: #fff;
  background: linear-gradient(to right, #c3c000, #86be1b);
  transition: all 0.3s;
}

@media (hover: hover) {
  .header__btn .megaMenu__trigger {
    background: linear-gradient(to right, #c3c000, #86be1b);
    color: #fff;
  }
}
.header__btn .megaMenu__trigger > span {
  padding-right: 26px;
}

.header__btn .megaMenu__trigger > span::before {
  display: none;
}

.header__btn .megaMenu__trigger > span::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header__btnInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.8333333333vw);
}

.header__btnText {
  font-size: min(16px, 1.4545454545vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
}

.header__spBtns {
  display: flex;
  margin-left: auto;
  height: inherit;
}

.header__spBtn {
  display: inline-block;
  height: 60px;
}

.header__spBtn.-search {
  width: 62px;
  background: linear-gradient(to right, #c3c000, #86be1b);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  gap: 10px;
}

.header__spBtnIcon {
  transform: translateY(6px);
}

.header__spBtnIcon img {
  width: 16px;
  height: 16px;
}

.header__spBtn.-hamburger {
  width: 60px;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  gap: 2px;
  padding: 0;
}

.hamburger,
.header__spBtnText,
.hamburger__text span {
  transform: translateY(2px);
}

.header__spBtnText,
.hamburger__text span {
  font-size: min(11px, 2.9333333333vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
}
@media screen and (max-width: 374px) {
  .header__spBtnText,
  .hamburger__text span {
    display: inline-block;
  }
}

.hamburger__text {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 16px;
}

.hamburger__text-close,
.hamburger__text-open {
  height: 16px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  transition: all 0.3s;
}

.hamburger__text-close {
  top: 0;
}

.hamburger__text-open {
  top: 16px;
}

body.is-drawerActive .hamburger__text-close {
  top: 16px;
}

body.is-drawerActive .hamburger__text-open {
  top: 0;
}

.hamburger {
  width: 25px;
  height: 25px;
  position: relative;
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 3px;
  background-color: #fff;
}

.hamburger__line::before,
.hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: transform 0.3s, top 0.3s;
}

.hamburger__line::before {
  top: -8px;
}

.hamburger__line::after {
  top: 8px;
}

.is-drawerActive .hamburger__line {
  background-color: transparent;
}

.is-drawerActive .hamburger__line::before,
.is-drawerActive .hamburger__line::after {
  top: 0;
  background-color: #fff;
}

.is-drawerActive .hamburger__line::before {
  transform: rotate(45deg);
}

.is-drawerActive .hamburger__line::after {
  transform: rotate(-45deg);
}

.header__spMenu,
.header__spToolMenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  overflow: auto;
  height: 100dvh;
  background-color: #fff;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
}

.header__spMenu.is-clicked,
.header__spToolMenu.is-clicked {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s;
}

.footer {
  margin-top: 60px;
  color: #fff;
  background-color: #333;
  padding: 30px 0 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 80px;
    padding: 60px 0;
  }
}

.footer::before,
.footer::after {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.footer::before {
  height: min(500px, 96vw);
  background-image: url(../images/footer-bg-top-sp.png);
  top: 0;
}
@media screen and (min-width: 900px) {
  .footer::before {
    height: 100%;
    background-image: url(../images/footer-bg.png);
    bottom: 0;
  }
}

.footer::after {
  content: "";
  height: min(500px, 92.2666666667vw);
  background-image: url(../images/footer-bg-bottom-sp.png);
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .footer::after {
    display: none;
  }
}

.footer__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 900px) {
  .footer__container {
    display: flex;
    padding-bottom: 49px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.footer__logoArea {
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  .footer__logoArea {
    padding: 0 50px 0 0;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.footer__logo {
  width: 218px;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    width: 260px;
  }
}

.footer__address {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .footer__address {
    margin-top: 23px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.footer__navArea {
  padding: 25px 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .footer__navArea {
    border-bottom: none;
    flex-grow: 1;
  }
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .footer__navArea {
    padding: 0 75px 0 50px;
  }
}
@media screen and (min-width: 1301px) {
  .footer__navArea {
    padding: 0 0 0 50px;
  }
}

.footer__navInner {
  display: grid;
  gap: 22px;
}
@media screen and (min-width: 900px) {
  .footer__navInner {
    gap: 24px;
  }
}

.footer__navRow {
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 900px) {
  .footer__navRow {
    gap: 24px;
  }
}

@media screen and (min-width: 900px) {
  .footer__navInner {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .footer__navRow {
    width: 45%;
  }
}

.footer__navChildList {
  margin-top: 13px;
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 900px) {
  .footer__navChildList {
    margin-top: 20px;
    gap: 18px;
  }
}

@media screen and (min-width: 900px) {
  .footer__navChildList.-padding {
    padding-left: 0.5em;
  }
}

.footer__navText {
  font-family: "noto_sans_jp_semibold", sans-serif;
}

.footer__bottom {
  margin: 14px auto 0;
  width: min(320px, 100%);
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    margin: 20px auto 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1em;
  }
}

.footer__bottomList {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .footer__bottomList {
    width: 356px;
    gap: 30px;
  }
}

.footer__bottomItem a {
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .footer__bottomItem a {
    font-size: 14px;
  }
}

.footer__copy {
  margin-top: 23px;
  font-family: "Barlow_medium", sans-serif;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .footer__copy {
    margin: 0 0 0 auto;
    font-size: 14px;
    width: calc(100% - 356px - 1em);
    text-align: right;
  }
}

.footer-cta {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer-cta {
    padding-top: 78px;
  }
}

.footer-cta + .footer {
  margin-top: -283px;
  padding-top: 334px;
}
@media screen and (min-width: 768px) {
  .footer-cta + .footer {
    margin-top: -178px;
    padding-top: 230px;
  }
}

.footer-cta__list {
  display: grid;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 139, 204, 0.12);
}
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .footer-cta__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1160px) {
  .footer-cta__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-cta__catalogAnchor {
  background: linear-gradient(to right, #54c3f1, #0086c7);
  padding: 124px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .footer-cta__catalogAnchor {
    justify-content: center;
  }
}
@media screen and (min-width: 1160px) {
  .footer-cta__catalogAnchor {
    padding: 20px 0 178px;
    position: relative;
    justify-content: center;
  }
}

@media (hover: hover) {
  .footer-cta__catalogAnchor:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1160px) {
  .footer-cta__catalogAnchor::before {
    content: "";
    width: 320px;
    height: 262px;
    background-image: url(../images/bg-catalog-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -29%;
    left: 52%;
    transform: translateX(-50%);
  }
}

.footer-cta__catalogBtn {
  position: relative;
}
@media screen and (min-width: 1160px) {
  .footer-cta__catalogBtn {
    display: none;
  }
}

.footer-cta__catalogBtn::before {
  content: "";
  width: 310px;
  height: 200px;
  background-image: url(../images/bg-catalog.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(100% - 5em);
  left: 46%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .footer-cta__catalogBtn::before {
    width: clamp(360px, 40vw, 400px);
    height: clamp(270px, 30vw, 300px);
    bottom: calc(100% - 9em);
  }
}

.footer-cta__catalogLink {
  display: none;
  text-align: center;
}
@media screen and (min-width: 1160px) {
  .footer-cta__catalogLink {
    display: block;
  }
}

.footer-cta__catalogText {
  font-size: 24px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  display: block;
  line-height: 1.6;
  color: #fff;
}

.footer-cta__catalogText span {
  line-height: 1.6;
  padding-right: 27px;
  position: relative;
}

.footer-cta__catalogText span::before,
.footer-cta__catalogText span::after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.footer-cta__catalogText span::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  right: 0;
}

.footer-cta__catalogText span::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #0097e0;
  width: 6px;
  height: 9px;
  right: 0.25em;
}

.footer-cta__contact {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .footer-cta__contact {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .footer-cta__contact {
    padding: 37px 32px;
  }
}

.footer-cta__contactText {
  font-size: 19px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #0097e0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-cta__contactText {
    font-size: 24px;
  }
}

.footer-cta__contactBtns {
  margin-top: 15px;
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .footer-cta__contactBtns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .footer-cta__contactBtns {
    margin-top: 28px;
    gap: 20px;
  }
}

@media (hover: hover) {
  a.footer-cta__movieBtn {
    opacity: 1;
  }
}
.footer-cta__movieBtn,
.footer-cta__movieImg,
.footer-cta__movieImg img {
  height: 100%;
}

.footer-cta__movieImg {
  display: block;
}

.footer-cta__movieImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  width: min(540px, 100%);
  padding: 0 28px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    width: min(1372px, 100%);
    padding: 0 38px;
  }
}

.innerNarrow {
  width: min(540px, 100%);
  padding: 0 28px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .innerNarrow {
    width: min(1228px, 100%);
    padding: 0 38px;
  }
}

.wrapper {
  position: relative;
}

.main {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 80px;
  }
}

.page-body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-body {
    margin-top: 60px;
  }
}

.page-quality .page-body {
  margin-top: 0;
  padding-top: 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-quality .page-body {
    padding-top: 60px;
  }
}

.page-news .page-body {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page-news .page-body {
    padding-top: 60px;
  }
}

.page-404 .page-body {
  padding-top: 47px;
}
@media screen and (min-width: 768px) {
  .page-404 .page-body {
    padding-top: 93px;
  }
}

.section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 60px;
  }
}

.section-body {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .section-body {
    margin-top: 35px;
  }
}

.-bg-on {
  padding: 40px 0;
  background-color: #e2f3fb;
}
@media screen and (min-width: 768px) {
  .-bg-on {
    padding: 60px 0;
  }
}

.page-quality {
  background-color: #e2f3fb;
}

.spMenu__nav {
  padding: 5px 28px 90px;
}

.spMenu__item {
  line-height: 1;
  border-bottom: 1px solid #ddd;
}

.spMenu__item > a,
.spMenu__title {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  padding: 1.21875em 0;
}

.spMenu__title {
  position: relative;
}

.spMenu__childList {
  display: none;
  margin-bottom: 10px;
  padding-left: 20px;
}

.spMenu__childItem {
  line-height: 1;
}

.spMenu__childItem a {
  display: block;
  line-height: 1.6;
  font-size: 15px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  padding: 10px 0;
}

.spMenu__childItem:first-of-type a {
  padding: 0 0 10px 0;
}

.megaMenu__wrap {
  position: relative;
}

.megaMenu__trigger {
  cursor: pointer;
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
  height: inherit;
  font-family: "noto_sans_jp_semibold", sans-serif;
  padding: 0 min(17.5px, 1.4583333333vw);
  font-size: min(16px, 1.4545454545vw);
  transition: background-color 0.3s, color 0.3s;
}

@media (hover: hover) {
  .megaMenu__trigger:hover {
    background-color: #0097e0;
    opacity: 0.8;
    color: #fff;
  }
  .megaMenu__trigger:hover > span::before {
    background-color: #fff;
  }
  .megaMenu__trigger.is-active:hover > span::before {
    background-color: #0097e0;
  }
}
.megaMenu__trigger > span {
  padding-right: 17px;
  position: relative;
}

.megaMenu__trigger > span::before {
  content: "";
  width: 10px;
  height: 5px;
  background-color: #0097e0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

.megaMenu__trigger.is-active {
  color: #0097e0;
  background-color: #f0f0f0;
  opacity: 1;
}

.header__btn .megaMenu__trigger.is-active {
  color: #fff;
}

.megaMenu__child {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
  z-index: 4;
  width: 100%;
  transition: top 0.3s;
  display: none;
}

.megaMenu__inner {
  padding: 40px min(52px, 4.012345679vw);
}

.megaMenu__contentList {
  display: flex;
  flex-wrap: wrap;
  gap: min(25px, 1.9290123457vw) min(60px, 4.6296296296vw);
  justify-content: flex-end;
}

.megaMenu__contentItem.is-active a {
  color: #0097e0;
}

.megaMenu__contentItem a {
  display: inline-block;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.25;
  position: relative;
  padding-right: 20px;
  transition: color 0.3s;
  font-size: min(16px, 1.6vw);
}

@media (hover: hover) {
  .megaMenu__contentItem a:hover {
    color: #0097e0;
    opacity: 1;
  }
}
.megaMenu__contentItem a::before,
.megaMenu__contentItem a::after {
  content: "";
  position: absolute;
}

.megaMenu__contentItem a::before {
  width: min(12px, 1.2vw);
  height: min(12px, 1.2vw);
  background: linear-gradient(to right, #54c3f1, #0086c7);
  border-radius: 50%;
  right: 0;
  top: 0.3em;
}

.megaMenu__contentItem a::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: min(3px, 0.3vw);
  height: min(5px, 0.5vw);
  right: 0.25em;
  top: 0.55em;
}

.megaMenu__cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.megaMenu__cover.is-active {
  opacity: 1;
  visibility: visible;
}

.news-list__item + .news-list__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-list__item + .news-list__item {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .page-news .news-list__item + .news-list__item {
    margin-top: 0;
  }
}

.news-list__item.is-hide {
  display: none;
}

.news-list__link {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .news-list__link {
    display: flex;
    align-items: center;
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-news .news-list__link {
    padding: 1.453125em 0;
  }
}

@media (hover: hover) {
  a.news-list__link:hover {
    opacity: 1;
  }
  a.news-list__link:hover .news-list__title {
    opacity: 0.7;
  }
}
.news-list__meta {
  display: flex;
  align-items: center;
}

.news-list__date {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news-list__date {
    display: inline-block;
    font-size: 15px;
    min-width: 112px;
  }
}

.news-list__label {
  margin-left: 16px;
  display: inline-block;
  min-width: 82px;
}

.news-list__title {
  margin-top: 12px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .news-list__title {
    margin: 0 0 0 20px;
    width: calc(100% - 112px - 82px - 16px - 20px);
  }
}

.news-list__title a {
  color: #0097e0;
}

.accordion-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.accordion-btn::before {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: -0.25em;
  right: 0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #0097e0;
  transform: translateX(-50%);
  transition: transform 0.3s;
  transform-origin: center;
}

.spMenu__title.open .accordion-btn::before {
  transform: translateX(-50%) rotate(180deg);
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 21;
}

.modal__container {
  position: relative;
  width: 89%;
}
@media screen and (min-width: 768px) {
  .modal__container {
    width: min(914px, 100%);
    padding: 0 25px;
  }
}

.modal__close {
  display: inline-block;
  background: transparent;
  border: 0;
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal__close {
    top: -3.25em;
    right: -1em;
  }
}

.modal__close:before {
  content: "✕";
  color: #fff;
  font-size: 1.75em;
}
@media screen and (min-width: 768px) {
  .modal__close:before {
    font-size: 2.75em;
  }
}

.modal__btn {
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  font-size: inherit;
  cursor: pointer;
  background-color: transparent;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.12%;
}
@media screen and (min-width: 768px) {
  .modal__movie {
    padding-top: 56.13%;
  }
}

.modal__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.modal__img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal__img::before,
  .modal__img::after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .modal__img::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}

@media screen and (min-width: 768px) {
  .modal__img::after {
    width: 80px;
    height: 80px;
    background-image: url(../images/icon-play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

@media (hover: hover) {
  .modal__btn:hover .modal__img::before,
  .modal__btn:hover .modal__img::after {
    opacity: 1;
  }
}
.under-page-mv {
  padding: 35px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .under-page-mv {
    padding: 68.5px 0;
  }
}

.page-company .under-page-mv {
  background-image: url(../images/company/pagetitle_company_sp.jpg);
}
@media screen and (min-width: 768px) {
  .page-company .under-page-mv {
    background-image: url(../images/company/pagetitle_company.jpg);
  }
}

.page-quality .under-page-mv {
  background-image: url(../images/company/quality/pagetitle_quality_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-quality .under-page-mv {
    background-image: url(../images/company/quality/pagetitle_quality.jpg?2);
  }
}

.page-offices .under-page-mv {
  background-image: url(../images/company/offices/pagetitle_offices_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-offices .under-page-mv {
    background-image: url(../images/company/offices/pagetitle_offices.jpg?2);
  }
}

.page-recruit .under-page-mv {
  background-image: url(../images/company/recruit/pagetitle_recruit_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-recruit .under-page-mv {
    background-image: url(../images/company/recruit/pagetitle_recruit.jpg?2);
  }
}

.page-digital-catalog .under-page-mv {
  background-image: url(../images/digital-catalog/pagetitle_digital_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-digital-catalog .under-page-mv {
    background-image: url(../images/digital-catalog/pagetitle_digital.jpg?2);
  }
}

.page-documents .under-page-mv {
  background-image: url(../images/documents/pagetitle_download_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-documents .under-page-mv {
    background-image: url(../images/documents/pagetitle_download.jpg?2);
  }
}

.page-contact .under-page-mv {
  background-image: url(../images/contacts/pagetitle_contact_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-contact .under-page-mv {
    background-image: url(../images/contacts/pagetitle_contact.jpg?2);
  }
}

.page-news .under-page-mv {
  background-image: url(../images/news/pagetitle_news_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-news .under-page-mv {
    background-image: url(../images/news/pagetitle_news.jpg?2);
  }
}

.page-video .under-page-mv {
  background-image: url(../images/video/pagetitle_movie_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-video .under-page-mv {
    background-image: url(../images/video/pagetitle_movie.jpg?2);
  }
}

.page-video .under-page-mv {
  background-image: url(../images/video/pagetitle_movie_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-video .under-page-mv {
    background-image: url(../images/video/pagetitle_movie.jpg?2);
  }
}

.page-about .under-page-mv {
  background-image: url(../images/company/about/pagetitle_about_sp.jpg?2);
}
@media screen and (min-width: 768px) {
  .page-about .under-page-mv {
    background-image: url(../images/company/about/pagetitle_about.jpg?2);
  }
}

.page-policy .under-page-mv,
.page-cookie .under-page-mv,
.page-privacy .under-page-mv {
  background-image: url(../images/pagetitle_other_sp.jpg);
}
@media screen and (min-width: 768px) {
  .page-policy .under-page-mv,
  .page-cookie .under-page-mv,
  .page-privacy .under-page-mv {
    background-image: url(../images/pagetitle_other.jpg);
  }
}

.breadcrumb {
  background-color: #f5f5f5;
  padding: 14.5px 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 12px;
  }
}

.breadcrumb__list {
  display: flex;
  gap: 24px;
}

.breadcrumb__item {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item {
    font-size: 15px;
  }
}

.breadcrumb__item:nth-of-type(n + 2) {
  position: relative;
}

.breadcrumb__item:nth-of-type(n + 2)::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}

.breadcrumb__item span {
  opacity: 0.8;
}

.toc {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
}
@media screen and (min-width: 768px) {
  .toc {
    flex-direction: column;
    padding: min(27px, 2.0833333333vw) min(28px, 2.1604938272vw);
    gap: 0.94532em;
  }
}

.movie-card__btn {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .movie-card__btn {
    gap: min(20px, 1.5432098765vw);
  }
}

.movie-card__img {
  display: block;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.movie-card__time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  text-align: center;
  background-color: #242424;
  line-height: 1;
  padding: 0.2167em 0;
}

.movie-card__time span {
  font-size: 13px;
  font-family: "Barlow_medium", sans-serif;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  color: #fff;
}

.movie-card__time span::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../images/icon-clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {
  .index-mv {
    height: 24.3055555556vw;
  }
}

@media screen and (min-width: 960px) {
  .index-mv__inner {
    display: flex;
    height: inherit;
  }
}

.index-mv__wrap {
  position: relative;
}
@media screen and (min-width: 960px) {
  .index-mv__wrap {
    width: 65%;
    height: inherit;
  }
}

.index-mv__link {
  display: block;
}

.index-mv__search {
  background-color: #f5f5f5;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .index-mv__search {
    width: 35%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.index-mv__searchInner {
  margin: 0 auto;
  width: min(540px, 100%);
}
@media screen and (min-width: 768px) {
  .index-mv__searchInner {
    width: auto;
    height: 100%;
    padding: 0;
  }
}

.index-mv__searchTitle {
  text-align: center;
}

.index-mv__searchTitle span {
  display: inline-block;
  font-size: 22px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-mv__searchTitle span {
    font-size: min(24px, 1.8518518519vw);
    padding-left: min(35px, 2.700617284vw);
  }
}

.index-mv__searchTitle span::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-search-gradation.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .index-mv__searchTitle span::before {
    width: min(25px, 1.9290123457vw);
    height: min(25px, 1.9290123457vw);
  }
}

.index-mv__btnArea {
  padding: 25px 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-mv__btnArea {
    margin: 0 auto;
    padding: min(32px, 2.4691358025vw) 0;
    width: min(340px, 26.2345679012vw);
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.index-mv__btnArea::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #d8d8d8;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-mv__btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .index-mv__btn {
    margin-top: min(20px, 1.3888888889vw);
  }
}

.index-mv__catalogs {
  padding: 25px 28px;
  display: flex;
  justify-content: center;
  gap: min(45px, 12vw);
}
@media screen and (min-width: 768px) {
  .index-mv__catalogs {
    margin: auto;
    padding: min(22px, 1.5277777778vw) min(35px, 2.4305555556vw);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(20px, 1.3888888889vw);
    height: 50%;
    align-items: center;
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .index-mv__catalogs {
    max-width: 450px;
  }
}

.index-mv__catalogLink {
  display: block;
}
@media screen and (min-width: 768px) {
  .index-mv__catalogLink {
    display: flex;
    gap: min(15px, 1.1574074074vw);
  }
}

.index-mv__catalogImg {
  margin: 0 auto;
  width: 90px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .index-mv__catalogImg {
    width: 44.9275%;
  }
}

.index-mv__catalogTextArea {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .index-mv__catalogTextArea {
    margin-top: 0;
    font-size: 15px;
    font-size: clamp(12px, 1.0714285714vw, 15px);
    line-height: 1;
    width: 47.826%;
  }
}

.index-mv__catalogText {
  display: inline-block;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-mv__catalogText {
    text-align: left;
    line-height: 1.6;
  }
}

.index-mv__catalogText span {
  padding-right: 13px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-mv__catalogText span {
    padding-right: 15px;
  }
}

.index-mv__catalogText span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../images/icon-new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .index-mv__catalogText span::before {
    width: 10px;
    height: 10px;
  }
}

/* ==========================
  Swiperのスタイルを調整
========================== */
@media screen and (min-width: 768px) {
  .index-mv__slider {
    height: inherit;
  }
}

.index-mv__slider .swiper-slide {
  height: auto;
}

.index-mv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================
    ページネーションの見栄えを調整
========================== */
.index-mv__slider .swiper-horizontal > .swiper-pagination-bullets,
.index-mv__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.index-mv__slider .swiper-pagination-custom,
.index-mv__slider .swiper-pagination-fraction {
  width: 150px;
  background-color: #fff;
  bottom: 0;
  padding: 8px 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .index-mv__slider .swiper-horizontal > .swiper-pagination-bullets,
  .index-mv__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .index-mv__slider .swiper-pagination-custom,
  .index-mv__slider .swiper-pagination-fraction {
    width: 180px;
  }
}

.index-mv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
@media screen and (min-width: 768px) {
  .index-mv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
}

/* ==========================
    円形のページネーションを作成
  ========================== */
.circle-pagination {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  height: inherit;
  display: inline-grid;
  outline: none;
}

.circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__inner svg {
  display: none;
}

.circle-pagination .circle-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfbfbf;
  font-size: 12px;
  font-family: "Barlow_medium", sans-serif;
  position: relative;
}

.circle-pagination__inner svg {
  transform: rotate(-90deg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.circle-pagination__inner circle {
  fill: transparent;
  stroke-width: 1.5;
  animation: circle 32.75s linear forwards;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .circle-pagination__inner {
  color: #0097e0;
}

.index-product {
  padding: 38px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-product {
    padding: 60px 0;
  }
}

.index-product::before,
.index-product::after {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.index-product::before {
  height: min(500px, 101.3333333333vw);
  background-image: url(../images/index/product-bg-top-sp.png);
  top: 0;
}
@media screen and (min-width: 900px) {
  .index-product::before {
    height: 100%;
    background-image: url(../images/index/product-bg.png);
    bottom: 0;
  }
}

.index-product::after {
  content: "";
  height: min(500px, 101.3333333333vw);
  background-image: url(../images/index/product-bg-bottom-sp.png);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .index-product::after {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .index-product__inner {
    display: flex;
    align-items: flex-start;
    gap: 38px;
    position: relative;
  }
}

.index-product__title {
  left: -28px;
}
@media screen and (min-width: 768px) {
  .index-product__title {
    padding-left: 116px;
    left: max(-66px, -4.5833333333vw);
  }
}
@media screen and (min-width: 1000px) {
  .index-product__title {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .index-product__title::before {
    width: 96px;
  }
}

.index-product__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .index-product__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 26px;
  }
}
@media screen and (min-width: 1000px) {
  .index-product__list {
    margin: 0 0 0 274px;
    grid-template-columns: repeat(auto-fit, minmax(184px, 1fr));
    gap: 30px 25px;
    width: min(1022px, 100%);
  }
}

@media (hover: hover) {
  .index-product__item a:hover {
    opacity: 1;
  }
  .index-product__item a:hover .index-product__text {
    color: #0097e0;
  }
  .index-product__item a:hover .index-product__img img {
    transform: scale(1.1);
  }
}
.index-product__img {
  box-shadow: 0px 0px 15px rgb(228, 238, 247);
  border-radius: 5px;
  overflow: hidden;
}

.index-product__img img {
  border-radius: inherit;
  transition: transform 0.3s;
}

.index-product__text {
  margin-top: 10px;
  font-size: 14px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .index-product__text {
    font-size: 16px;
  }
}

.index-product__text::before,
.index-product__text::after {
  content: "";
  position: absolute;
}

.index-product__text::before {
  width: 12px;
  height: 12px;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  border-radius: 50%;
  left: 0;
  top: 0.3em;
}
@media screen and (min-width: 768px) {
  .index-product__text::before {
    width: 13px;
    height: 13px;
  }
}

.index-product__text::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: 3px;
  height: 5px;
  left: 0.35em;
  top: 0.55em;
}
@media screen and (min-width: 768px) {
  .index-product__text::after {
    height: 6px;
  }
}

.index-info {
  padding: 40px 0;
  background: linear-gradient(to bottom, #249fd9, #037cb5);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .index-info {
    padding: 60px 0;
  }
}

.index-info__list {
  margin-top: 25px;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .index-info__list {
    margin-top: 35px;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: min(48px, 3.7037037037vw);
  }
}

.index-info__link {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .index-info__link {
    gap: 20px;
  }
}

@media (hover: hover) {
  .index-info__link:hover {
    opacity: 0.8;
  }
}
.index-info__date {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #fff;
  min-width: 118px;
  text-align: center;
  padding: 1px 0.2em;
}
@media screen and (min-width: 768px) {
  .index-info__date {
    font-size: min(15px, 1.3636363636vw);
    min-width: min(145px, 13.1818181818vw);
    padding: 0.05em 0.2em;
  }
}

.index-info__itemTitle {
  margin-top: 5px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-info__itemTitle {
    margin-top: 10px;
    font-size: min(20px, 1.5432098765vw);
    padding-left: 1.3em;
  }
}

.index-info__itemTitle::before,
.index-info__itemTitle::after {
  content: "";
  position: absolute;
}

.index-info__itemTitle::before {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0.3em;
}
@media screen and (min-width: 768px) {
  .index-info__itemTitle::before {
    width: 0.8em;
    height: 0.8em;
  }
}

.index-info__itemTitle::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #0097e0;
  width: 4px;
  height: 6px;
  left: 0.35em;
  top: 0.5em;
}
@media screen and (min-width: 768px) {
  .index-info__itemTitle::after {
    width: 0.25em;
    height: 0.35em;
    left: 0.3em;
  }
}

.index-info__img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.index-info__label {
  position: absolute;
  top: 0;
  left: 0;
}

.index-select {
  background-color: #e2f3fb;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .index-select {
    padding: 60px 0;
  }
}

.index-select__banners {
  margin-top: 25px;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .index-select__banners {
    margin-top: 35px;
    grid-template-columns: repeat(3, 1fr);
    gap: min(48px, 3.7037037037vw);
  }
}

.index-select__banner {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

@media (hover: hover) {
  .index-select__banner a:hover,
  .index-select__itemBanner:hover {
    opacity: 0.85;
  }
}
.index-select__list {
  margin-top: 50px;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .index-select__list {
    margin-top: min(50px, 3.8580246914vw);
    grid-template-columns: repeat(2, 1fr);
    gap: min(48px, 3.7037037037vw);
  }
}

.index-select__itemBanner {
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .index-select__itemBanner {
    display: flex;
    align-items: center;
  }
}

.index-select__item:nth-of-type(1) .index-select__itemBanner {
  background-image: url(../images/index/select-banner-bg01-sp.png);
}
@media screen and (min-width: 768px) {
  .index-select__item:nth-of-type(1) .index-select__itemBanner {
    background-image: url(../images/index/select-banner-bg01.png);
  }
}

.index-select__item:nth-of-type(2) .index-select__itemBanner {
  background-image: url(../images/index/select-banner-bg02-sp.png);
}
@media screen and (min-width: 768px) {
  .index-select__item:nth-of-type(2) .index-select__itemBanner {
    background-image: url(../images/index/select-banner-bg02.png);
  }
}

.index-select__itemBannerText {
  text-align: center;
  padding: 0.4533em;
}
@media screen and (min-width: 768px) {
  .index-select__itemBannerText {
    width: min(202px, 15.5864197531vw);
    padding: min(33px, 2.5462962963vw) 0;
  }
}

.index-select__itemBannerText span {
  display: inline-block;
  font-size: min(18px, 4.8vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
  padding-left: min(23px, 6.1333333333vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-select__itemBannerText span {
    display: block;
    padding: 28px 0 0 0;
    font-size: min(22px, 1.6975308642vw);
    line-height: 1.3636;
  }
}

.index-select__itemBannerText span::before {
  content: "";
  width: min(16px, 4.2666666667vw);
  height: min(16px, 4.2666666667vw);
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .index-select__itemBannerText span::before {
    width: 21px;
    height: 21px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.index-select__item:nth-of-type(1) .index-select__itemBannerText {
  background: linear-gradient(to right bottom, #19a3d0, #196dd0);
}

.index-select__item:nth-of-type(2) .index-select__itemBannerText {
  background: linear-gradient(to right bottom, #0071a8, #00379f);
}

.index-select__itemBannerLogo {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .index-select__itemBannerLogo {
    width: calc(100% - 202px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    flex-grow: 1;
  }
}

.index-select__itemBannerLogo img {
  height: auto;
}

.index-select__item:nth-of-type(1) .index-select__itemBannerLogo img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .index-select__item:nth-of-type(1) .index-select__itemBannerLogo img {
    width: min(254px, 19.5987654321vw);
  }
}

.index-select__item:nth-of-type(2) .index-select__itemBannerLogo img {
  width: 106px;
}
@media screen and (min-width: 768px) {
  .index-select__item:nth-of-type(2) .index-select__itemBannerLogo img {
    width: min(198px, 15.2777777778vw);
  }
}

.index-select__listBody {
  margin-top: 15px;
}

.index-select__itemText {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .index-select__itemText {
    margin-top: 15px;
    font-size: 15px;
  }
}

.index-news {
  margin-top: 40px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .index-news {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .index-news__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .index-news__inner {
    padding: 0 25px 0 0;
  }
}

.index-news__bgArea {
  background-color: #f5f5f5;
  padding: 40px 20px 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-news__bgArea {
    margin-left: 38px;
    padding: 40px min(72px, 5vw) 40px 0;
  }
}

.index-news__bgArea::before {
  content: "";
  width: 28px;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: -28px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .index-news__bgArea::before {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .index-news__container {
    display: flex;
    align-items: flex-start;
    gap: min(117px, 8.125vw);
  }
}

.index-news__title {
  transform: translateX(-28px);
}
@media screen and (min-width: 768px) {
  .index-news__title {
    transform: initial;
    width: 200px;
  }
}

.index-news__list {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .index-news__list {
    padding-left: 38px;
  }
}
@media screen and (min-width: 1000px) {
  .index-news__list {
    margin-top: 0;
    padding: 0;
    width: calc(100% - 200px - min(117px, 8.125vw));
  }
}

.index-news__btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .index-news__btn {
    margin-top: 30px;
  }
}

.index-about {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .index-about {
    margin-top: 60px;
  }
}

.index-about__list {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .index-about__list {
    margin-top: 35px;
    grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
    gap: 40px;
  }
}

.index-about__item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.index-about__link {
  display: block;
  position: relative;
  z-index: 1;
}

.index-about__link::before {
  content: "";
  width: 100%;
  height: 74px;
  background: linear-gradient(to bottom, rgba(84, 195, 241, 0), #0086c7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (hover: hover) {
  .index-about__link:hover {
    opacity: 1;
  }
  .index-about__link:hover .index-about__img img {
    transform: scale(1.1);
  }
}
.index-about__text {
  display: block;
  font-size: min(14px, 3.7333333333vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 100%;
  padding: 0 10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .index-about__text {
    font-size: 18px;
    bottom: 25px;
    padding: 0 25px;
  }
}

.index-about__text::before,
.index-about__text::after {
  content: "";
  position: absolute;
}

.index-about__text::before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  right: 10px;
  bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .index-about__text::before {
    width: 15px;
    height: 15px;
    right: 25px;
  }
}

.index-about__text::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #0097e0;
  width: 3px;
  height: 6px;
  right: calc(10px + 0.275em);
  bottom: 0.525em;
}
@media screen and (min-width: 768px) {
  .index-about__text::after {
    width: 4px;
    height: 7px;
    right: calc(25px + 0.275em);
  }
}

.index-about__img {
  overflow: hidden;
}

.index-about__img img {
  transition: transform 0.3s;
}

.index-movie {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #e2f3fb;
}
@media screen and (min-width: 768px) {
  .index-movie {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.index-movie__list {
  margin-top: 25px;
  margin-bottom: 25px;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .index-movie__list {
    margin-top: 35px;
    grid-template-columns: repeat(3, 1fr);
    gap: min(48px, 3.7037037037vw);
  }
}

.index-movie__btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .index-movie__btn {
    margin-top: 30px;
  }
}

.index-link {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .index-link {
    margin-top: 60px;
  }
}

.index-link__list {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .index-link__list {
    margin-top: 40px;
    grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
    gap: 40px;
  }
}

.index-link__item {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

@media (hover: hover) {
  .index-link__item a:hover {
    opacity: 0.85;
  }
}
.index-link__listText {
  margin-top: 5px;
  font-size: 12px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-link__listText {
    margin-top: 8px;
    font-size: 16px;
  }
}

.company-main__cols {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .company-main__cols {
    flex-direction: row;
    gap: 1em;
  }
}

@media screen and (min-width: 768px) {
  .company-main__table {
    width: 70.49%;
  }
}

.company-main__img {
  margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .company-main__img {
    width: 26.04%;
  }
}

.company-main__btn {
  margin-top: 40px;
}

.company-main__btn a {
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .company-main__btn a {
    max-width: 320px;
  }
}

.table-underLine {
  width: 100%;
}

.table-underLine tr:first-of-type th {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .table-underLine tr:first-of-type th {
    padding: 0 0 25px 0;
  }
}

.table-underLine tr:first-of-type td {
  padding: 0 0 20px 15px;
}
@media screen and (min-width: 768px) {
  .table-underLine tr:first-of-type td {
    padding: 0 0 25px min(52px, 4.5138888889vw);
  }
}

.table-underLine tr:not(:first-of-type) th {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .table-underLine tr:not(:first-of-type) th {
    padding: 25px 0;
  }
}

.table-underLine tr:not(:first-of-type) td {
  padding: 20px 0 20px 15px;
}
@media screen and (min-width: 768px) {
  .table-underLine tr:not(:first-of-type) td {
    padding: 25px 0 25px min(52px, 4.5138888889vw);
  }
}

.table-underLine tr {
  border-bottom: 1px solid #d0d0d0;
}

.table-underLine th {
  font-family: "noto_sans_jp_semibold", sans-serif;
  text-align: left;
  width: 90px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .table-underLine th {
    width: 160px;
  }
}

.table-underLine th {
  position: relative;
}

.table-underLine th::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #0097e0;
  position: absolute;
  bottom: calc(0% - 1px);
  left: 0;
}
@media screen and (min-width: 768px) {
  .table-underLine th::before {
    width: 140px;
  }
}

.table-underLine td {
  width: 71.79%;
}
@media screen and (min-width: 768px) {
  .table-underLine td {
    width: calc(100% - 160px);
  }
}

.quality-main {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .quality-main__inner {
    width: min(940px, 100%);
  }
}

.quality-main__lead {
  font-size: 18px;
  font-family: "noto_sans_jp_semibold", sans-serif;
}
@media screen and (min-width: 768px) {
  .quality-main__lead {
    font-size: 24px;
    line-height: 1.5;
  }
}

.quality-main__list,
.quality-main__item {
  list-style: decimal !important;
}

.quality-main__list {
  padding-left: 1.25em;
}

.quality-main__item {
  padding: 12px 0 12px 0.25em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .quality-main__item {
    font-size: 18px;
    padding: 0.9333em 0 0.9333em 0.5em;
  }
}

.quality-main__item:first-of-type {
  padding: 0 0 12px 0.25em;
}
@media screen and (min-width: 768px) {
  .quality-main__item:first-of-type {
    padding: 0 0 0.9333em 0.25em;
  }
}

.quality-main__item::before {
  content: "";
  width: calc(100% + 1.5em);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
}

.quality-main__list::marker,
.quality-main__item::marker {
  color: #0097e0;
  font-family: "Barlow_medium", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .quality-main__list::marker,
  .quality-main__item::marker {
    font-size: 20px;
  }
}

.quality-main__credit {
  margin-top: 20px;
  text-align: right;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .quality-main__credit {
    line-height: 1.8;
    font-size: 16px;
  }
}

.quality-main__iso {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .quality-main__iso {
    margin-top: 56px;
    display: flex;
    flex-direction: row-reverse;
    gap: 1em;
  }
}

@media screen and (min-width: 768px) {
  .quality-main__isoBody {
    width: 63.54%;
  }
}

.quality-main__isoBgArea {
  margin-top: 15px;
  background-color: #f5f5f5;
  padding: 12px 20px;
}
@media screen and (min-width: 768px) {
  .quality-main__isoBgArea {
    padding: 0.7941em 20px;
  }
}

.quality-main__isoImg {
  margin: 15px auto 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 11px 13px;
  width: 230px;
}
@media screen and (min-width: 768px) {
  .quality-main__isoImg {
    margin-top: 0;
    padding: 13px 16px;
    width: 32.99%;
    display: flex;
    align-items: center;
  }
}

.quality-policy {
  margin-top: 40px;
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .quality-policy {
    margin-top: 46px;
    padding: 60px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .quality-policy__inner {
    width: min(940px, 100%);
  }
}

.quality-policy__iso {
  margin-top: 35px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .quality-policy__iso {
    margin-top: 56px;
    display: flex;
    flex-direction: row-reverse;
    gap: 1em;
  }
}

@media screen and (min-width: 768px) {
  .quality-policy__isoBody {
    width: 63.54%;
  }
}

.quality-policy__isoBgArea {
  margin-top: 15px;
  background-color: #fff;
  padding: 12px 20px;
}
@media screen and (min-width: 768px) {
  .quality-policy__isoBgArea {
    padding: 0.7941em 20px;
  }
}

.quality-policy__btn {
  margin-top: 20px;
  text-align: center;
}

.quality-policy__btn a {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .quality-policy__btn a {
    width: 270px;
  }
}

.quality-policy__isoImg {
  margin: 15px auto 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 11px 13px;
  width: 230px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .quality-policy__isoImg {
    margin-top: 0;
    padding: 13px 16px;
    width: 32.99%;
    display: flex;
    align-items: center;
  }
}

.office-search__list {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 13px 15px;
}
@media screen and (min-width: 768px) {
  .office-search__list {
    margin-top: 32px;
    padding: 30px 58px;
  }
}

.office-search__item {
  padding: 13px 0;
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .office-search__item {
    display: flex;
    gap: 40px;
  }
}

.office-search__item:first-of-type {
  padding: 0 0 13px 0;
}

.office-search__item:last-of-type {
  padding: 13px 0 0 0;
}

.office-search__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.office-search__term {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .office-search__term {
    pointer-events: none;
    width: 90px;
    font-size: 18px;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .office-search__description {
    width: calc(100% - 130px);
  }
}

.office-search__description a {
  text-decoration: underline;
}

.office-search__prefectures {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
}

.office-search__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.office-search__icon span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.office-search__icon span:before,
.office-search__icon span:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
  background-color: #0097e0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.office-search__icon span:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.office-search__term.open .office-search__icon span:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.office-search__description {
  display: none;
}
@media screen and (min-width: 768px) {
  .office-search__description {
    display: block;
  }
}

.office-branch {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .office-branch {
    margin-top: 60px;
  }
}

.office-branch__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .office-branch__list {
    margin-top: 30px;
  }
}

.office-branch__block {
  display: grid;
  gap: 6px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .office-branch__block {
    display: flex;
    padding-bottom: 23px;
    gap: 12px;
  }
}

.office-branch__block + .office-branch__block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .office-branch__block + .office-branch__block {
    margin-top: 22px;
  }
}

.office-branch__term {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .office-branch__term {
    width: 190px;
    flex-shrink: 0;
    padding-left: 10px;
  }
}

.office-branch__description {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .office-branch__description {
    line-height: 1.8;
    width: calc(100% - 202px);
    padding-left: 10px;
  }
}

.office-branch__blockItem {
  padding-left: 0.75em;
  position: relative;
}

.office-branch__blockItem::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.office-branch__map {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .office-branch__map {
    margin-top: 12px;
  }
}

.recruit-main__lead {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recruit-main__lead {
    margin-top: 35px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .recruit-main__lead span {
    display: inline-block;
  }
}

.recruit-main__btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit-main__btn {
    margin-top: 30px;
  }
}

.recruit-main__btn a {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .recruit-main__btn a {
    width: 270px;
  }
}

.recruit-offer {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .recruit-offer {
    margin-top: 60px;
  }
}

.recruit-offer__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-offer__list {
    margin-top: 30px;
  }
}

.recruit-offer__block {
  display: grid;
  gap: 6px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-offer__block {
    display: flex;
    padding-bottom: 23px;
    gap: 12px;
  }
}

.recruit-offer__block + .recruit-offer__block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-offer__block + .recruit-offer__block {
    margin-top: 22px;
  }
}

.recruit-offer__term {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .recruit-offer__term {
    width: 190px;
    flex-shrink: 0;
    padding-left: 10px;
  }
}

.recruit-offer__description {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .recruit-offer__description {
    line-height: 1.8;
    width: calc(100% - 202px);
    padding-left: 10px;
  }
}

.digital-main__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .digital-main__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 1em;
  }
}

@media screen and (min-width: 768px) {
  .digital-main__toc {
    width: 24.61%;
  }
}

@media screen and (min-width: 768px) {
  .digital-main__toc .toc {
    position: sticky;
    top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .digital-main__body {
    width: 70.76%;
  }
}

.digital-block + .digital-block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .digital-block + .digital-block {
    margin-top: 60px;
  }
}

.digital-block__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .digital-block__list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
  }
}

.digital-block__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .digital-block__item {
    padding-bottom: 0;
    border-bottom: initial;
    width: calc(33.3333333333% - 40px);
  }
}

.digital-block__item:last-of-type {
  padding-bottom: 0;
  border-bottom: initial;
}

.digital-block__item + .digital-block__item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .digital-block__item + .digital-block__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .digital-block__item:nth-of-type(3n + 1),
  .digital-block__item:nth-of-type(3n + 2) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .digital-block__item:not(:nth-of-type(3n + 1)) {
    margin-left: 30px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .digital-block__item:not(:nth-of-type(3n + 1))::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .digital-block__item:nth-of-type(n + 4) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .digital-block__item {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .digital-block__item:nth-child(3n+1)::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: -30px;
  }
}

.digital-block__itemLink {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .digital-block__itemLink {
    flex-direction: column;
    gap: 18px;
  }
}

@media (hover: hover) {
  .digital-block__itemLink:hover {
    opacity: 1;
  }
  .digital-block__itemLink:hover .digital-block__itemImg {
    opacity: 0.8;
  }
  .digital-block__itemLink:hover .digital-block__itemBody {
    color: #0097e0;
  }
}
.digital-block__itemImg {
  width: 31.35%;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .digital-block__itemImg {
    width: min(160px, 100%);
  }
}

.digital-block__itemBody {
  width: 63.95%;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .digital-block__itemBody {
    width: 100%;
  }
}

.digital-block__itemTitle {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
}

.digital-block__itemTitle span {
  padding-right: 13px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .digital-block__itemTitle span {
    padding-right: 15px;
  }
}

.digital-block__itemTitle span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../images/icon-new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .digital-block__itemTitle span::before {
    width: 10px;
    height: 10px;
  }
}

.digital-block__itemMeta {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  display: grid;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .digital-block__itemMeta {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    gap: 0;
  }
}

.digital-block__itemTime {
  display: block;
}

.digital-block__itemCode {
  display: block;
}

.documents-download__list {
  margin-top: 20px;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .documents-download__list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: min(48px, 3.7037037037vw);
  }
}

.documents-download__itemBanner {
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.documents-download__item:nth-of-type(1) .documents-download__itemBanner {
  background-image: url(../images/index/select-banner-bg01-sp.png);
}
@media screen and (min-width: 768px) {
  .documents-download__item:nth-of-type(1) .documents-download__itemBanner {
    background-image: url(../images/index/select-banner-bg01.png);
  }
}

.documents-download__item:nth-of-type(2) .documents-download__itemBanner {
  background-image: url(../images/index/select-banner-bg02-sp.png);
}
@media screen and (min-width: 768px) {
  .documents-download__item:nth-of-type(2) .documents-download__itemBanner {
    background-image: url(../images/index/select-banner-bg02.png);
  }
}

.documents-download__itemBannerText {
  text-align: center;
  padding: 0.4533em;
}
@media screen and (min-width: 768px) {
  .documents-download__itemBannerText {
    padding: 0.9594em 0.5em;
  }
}

.documents-download__itemBannerText span {
  display: inline-block;
  font-size: 18px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #fff;
  padding-left: 23px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .documents-download__itemBannerText span {
    font-size: min(22px, 1.8333333333vw);
    line-height: 1.3636;
    padding-left: min(29px, 2.237654321vw);
  }
}

.documents-download__itemBannerText span::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .documents-download__itemBannerText span::before {
    width: min(21px, 1.6203703704vw);
    height: min(21px, 1.6203703704vw);
  }
}

.documents-download__item:nth-of-type(1) .documents-download__itemBannerText {
  background: linear-gradient(to right bottom, #19a3d0, #196dd0);
}

.documents-download__item:nth-of-type(2) .documents-download__itemBannerText {
  background: linear-gradient(to right bottom, #0071a8, #00379f);
}

.documents-download__itemBannerLogo {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .documents-download__itemBannerLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    flex-grow: 1;
    height: 89px;
  }
}

.documents-download__itemBannerLogo img {
  height: auto;
}

.documents-download__item:nth-of-type(1) .documents-download__itemBannerLogo img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .documents-download__item:nth-of-type(1) .documents-download__itemBannerLogo img {
    width: min(213px, 16.4351851852vw);
  }
}

.documents-download__item:nth-of-type(2) .documents-download__itemBannerLogo img {
  width: 106px;
}
@media screen and (min-width: 768px) {
  .documents-download__item:nth-of-type(2) .documents-download__itemBannerLogo img {
    width: min(146px, 11.2654320988vw);
  }
}

.documents-download__listBody {
  margin-top: 15px;
}

.documents-download__itemText {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .documents-download__itemText {
    margin-top: 15px;
    font-size: 15px;
  }
}

.documents-section__blocks {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .documents-section__blocks {
    margin-top: 25px;
  }
}

.documents-section__block + .documents-section__block {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .documents-section__block + .documents-section__block {
    margin-top: 40px;
  }
}

.documents-section__list {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .documents-section__list {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
  }
}

.documents-section__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .documents-section__item {
    padding-bottom: 0;
    border-bottom: initial;
    width: calc(33.3333333333% - 40px);
  }
}

.documents-section__item:last-of-type {
  padding-bottom: 0;
  border-bottom: initial;
}

.documents-section__item + .documents-section__item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .documents-section__item + .documents-section__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .documents-section__item:nth-of-type(3n + 1),
  .documents-section__item:nth-of-type(3n + 2) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .documents-section__item:not(:nth-of-type(3n + 1)) {
    margin-left: 30px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .documents-section__item:not(:nth-of-type(3n + 1))::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
  }
}

.documents-section__itemLink {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .documents-section__itemLink {
    flex-direction: column;
    gap: 20px;
  }
}

@media (hover: hover) {
  .documents-section__itemLink:hover {
    opacity: 1;
  }
  .documents-section__itemLink:hover .documents-section__itemImg {
    opacity: 0.8;
  }
  .documents-section__itemLink:hover .documents-section__itemBody {
    color: #0097e0;
  }
}
.documents-section__itemImg {
  width: 31.35%;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .documents-section__itemImg {
    width: min(160px, 100%);
  }
}

.documents-section__itemBody {
  width: 63.95%;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .documents-section__itemBody {
    width: 100%;
  }
}

.documents-section__itemTitle {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
}

.documents-section__btn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .documents-section__btn {
    margin-top: 40px;
    text-align: left;
  }
}

.documents-section__btn a {
  display: block;
  margin: auto;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .documents-section__btn a {
    width: 270px;
  }
}

.documents-tool__blocks {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .documents-tool__blocks {
    margin-top: 25px;
  }
}

.documents-tool__block + .documents-tool__block {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .documents-tool__block + .documents-tool__block {
    margin-top: 40px;
  }
}

.documents-tool__box {
  margin-top: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .documents-tool__box {
    margin-top: 25px;
    padding-bottom: 30px;
  }
}

.documents-tool__boxTitle {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  color: #656565;
}
@media screen and (min-width: 768px) {
  .documents-tool__boxTitle {
    font-size: 18px;
  }
}

.documents-tool__boxTitle + .documents-tool__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .documents-tool__boxTitle + .documents-tool__list {
    margin-top: 18px;
  }
}

.documents-tool__list {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .documents-tool__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 84px;
  }
}

.documents-tool__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  .documents-tool__item {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .documents-tool__item {
    width: max(300px, 50% - 42px);
    align-items: center;
  }
}

@media (hover: hover) {
  .documents-tool__item:hover {
    opacity: 1;
  }
  .documents-tool__item:hover .documents-tool__itemText {
    color: #0097e0;
  }
  .documents-tool__item:hover .btn-download {
    color: #fff;
    background-color: #0097e0;
  }
  .documents-tool__item:hover .btn-download svg path {
    fill: #fff;
  }
}
.documents-tool__itemText {
  width: calc(100% - 111px);
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .documents-tool__itemText {
    width: calc(100% - 130px);
  }
}

.documents-tool__itemBtn {
  width: 101px;
}
@media screen and (min-width: 768px) {
  .documents-tool__itemBtn {
    width: 120px;
  }
}

.documents-tool__block:not(:last-of-type) .documents-tool__item:nth-of-type(even) {
  order: 5;
}
@media screen and (min-width: 768px) {
  .documents-tool__block:not(:last-of-type) .documents-tool__item:nth-of-type(even) {
    order: initial;
  }
}

.contact-header {
  width: min(319px, 85.0666666667vw);
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .contact-header {
    width: 632px;
  }
}

.contact-header__item:nth-of-type(n + 2) {
  position: relative;
}

.contact-header__item:nth-of-type(n + 2)::before {
  content: "";
  width: min(21px, 5.6vw);
  height: 1px;
  background-color: #808080;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: -34%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contact-header__item:nth-of-type(n + 2)::before {
    width: 126px;
    left: -158%;
  }
}

.contact-form {
  background-color: #e2f3fb;
  padding: 20px 15px 30px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 40px 0 50px;
  }
}

.page-contact.-confirm .contact-form {
  padding: 25px 15px 30px;
}
@media screen and (min-width: 768px) {
  .page-contact.-confirm .contact-form {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__inner {
    margin: 0 auto;
    width: min(776px, 100%);
    padding: 0 20px;
  }
}

.contact-form__note {
  line-height: 1.5;
}

.contact-form__note span {
  display: inline-block;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .contact-form__note span {
    margin-right: 5px;
  }
}

.contact-index__textArea + .contact-form__note {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .contact-index__textArea + .contact-form__note {
    margin-top: 16px;
  }
}

.contact-form__body {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .contact-form__body {
    margin-top: 40px;
  }
}

.page-contact.-confirm .contact-form__body {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .contact-form__block {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }
}

.page-contact.-confirm .contact-form__block {
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}
@media screen and (min-width: 768px) {
  .page-contact.-confirm .contact-form__block {
    padding-bottom: 25px;
  }
}

.contact-form__block + .contact-form__block {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contact-form__block + .contact-form__block {
    margin-top: 30px;
  }
}

.page-contact.-confirm .contact-form__block + .contact-form__block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-contact.-confirm .contact-form__block + .contact-form__block {
    margin-top: 25px;
  }
}

.contact-form__term {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact-form__term {
    width: 216px;
    padding-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__term.-paddingNarrow {
    padding-top: 0.25em;
  }
}

@media screen and (min-width: 768px) {
  .page-contact.-confirm .contact-form__term {
    padding-top: 0;
  }
}

.contact-form__term span {
  display: inline-block;
  margin-left: 10px;
}

.contact-form__description {
  margin-top: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact-form__description {
    margin-top: 0;
    width: 65.22%;
    width: calc(100% - 216px - 40px);
  }
}

.contact-form__description.-mtLarge {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .contact-form__description.-mtLarge {
    margin-top: 0;
  }
}

.page-contact.-confirm .contact-form__description {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-contact.-confirm .contact-form__description {
    margin-top: 0;
  }
}

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.contact-form__block select {
  width: 165px;
  background: #fff url(../images/icon-select.svg) no-repeat right 12px center/12px 6px;
}
@media screen and (min-width: 768px) {
  .contact-form__block select {
    background: #fff url(../images/icon-select.svg) no-repeat right 20px center/12px 6px;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__block [type=tel],
  .contact-form__description.-narrow [type=text],
  .contact-form__block select {
    width: 230px;
  }
}

.contact-form__footer {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .contact-form__footer {
    margin: 28px 0 0 256px;
  }
}

.contact-form__checkList {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .contact-form__checkList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.contact-form__submit {
  margin-top: 23px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-form__submit {
    margin-top: 36px;
    text-align: left;
  }
}

.page-contact.-confirm .contact-form__submit {
  margin-top: 0;
}

.common-thanks__submit button,
.contact-form__submit button,
.contact-form__submit > span {
  width: min(250px, 100%);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .common-thanks__submit button,
  .contact-form__submit button,
  .contact-form__submit > span {
    width: 270px;
  }
}

@media (hover: hover) {
  .contact-form__submit button:hover,
  .contact-form__submit > span:hover {
    opacity: 0.7;
  }
}
.contact-form__footerBtns {
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .contact-form__footerBtns {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.contact-form__footerBtn {
  order: 1;
}
@media screen and (min-width: 768px) {
  .contact-form__footerBtn {
    order: initial;
    min-width: 135px;
  }
}

.contact-form__footerBtnModify {
  display: inline-block;
  line-height: 1.5;
  padding-left: 23px;
  position: relative;
  cursor: pointer;
}

.contact-form__footerBtnModify::before,
.contact-form__footerBtnModify::after {
  content: "";
  position: absolute;
}

.contact-form__footerBtnModify::before {
  width: 13px;
  height: 13px;
  background-color: #808080;
  border-radius: 50%;
  left: 0;
  top: 0.3em;
}
@media screen and (min-width: 768px) {
  .contact-form__footerBtnModify::before {
    width: 13px;
    height: 13px;
  }
}

.contact-form__footerBtnModify::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: 3px;
  height: 5px;
  left: 0.35em;
  top: 0.55em;
}
@media screen and (min-width: 768px) {
  .contact-form__footerBtnModify::after {
    height: 6px;
  }
}

.contact-form__radioItems {
  display: grid;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .contact-form__radioItems {
    gap: 14px;
  }
}

.contact-form__invalid {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #eb3b3b;
}

.contact-form__row .contact-form__invalid {
  margin-top: 5px;
}

.contact-form__confirm {
  display: none;
}

.contact-form__confirm .contact-form__term {
  padding-top: 0;
}

.contact-form__confirm .contact-form__submit {
  margin-top: 0;
}

.contact-form__confirm .contact-form__term,
.contact-form__confirm .contact-form__description {
  line-height: 1.8;
}

.contact-form__confirm .contact-form__row {
  display: grid;
  grid-template-columns: max-content 1fr 1fr;
  gap: 1em;
}

.contact-index__header {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-index__header {
    margin: 0 auto;
  }
}

.contact-index__body {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .contact-index__body {
    margin-top: 55px;
  }
}

.contact-index__text + .contact-index__text {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .contact-index__text + .contact-index__text {
    margin-top: 16px;
  }
}

.common-thanks__lead {
  font-size: 18px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common-thanks__lead {
    font-size: 32px;
  }
}

.common-thanks__text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .common-thanks__text {
    margin-top: 24px;
    text-align: center;
  }
}

.common-thanks__submit {
  margin-top: 26px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common-thanks__submit {
    margin-top: 36px;
  }
}

.common-thanks__submit a {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .common-thanks__submit a {
    width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .news-main__inner {
    width: min(1084px, 100%);
  }
}

@media screen and (min-width: 768px) {
  .news-main__search {
    display: flex;
    gap: 15px;
  }
}

.news-main__searchLabel {
  margin-top: 13px;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .news-main__searchLabel {
    margin-top: 0;
    padding-left: 15px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .news-main__searchLabel::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #b2b2b2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.news-main__searchItem span {
  cursor: pointer;
}

.news-main__list {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .news-main__list {
    margin-top: 40px;
  }
}

.video-main__btn a {
  width: 279px;
}
@media screen and (min-width: 768px) {
  .video-main__btn a {
    width: 377px;
  }
}

.video-main__cols {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .video-main__cols {
    margin-top: 60px;
    flex-direction: row;
    justify-content: space-between;
    gap: 1em;
  }
}

@media screen and (min-width: 768px) {
  .video-main__toc {
    width: 24.61%;
  }
}

@media screen and (min-width: 768px) {
  .video-main__toc .toc {
    position: sticky;
    top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .video-main__body {
    width: 70.76%;
  }
}

.video-section + .video-section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .video-section + .video-section {
    margin-top: 58px;
  }
}

.video-section__list {
  margin-top: 20px;
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .video-section__list {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
    gap: min(40px, 3.0864197531vw);
  }
}

.not-found__inner {
  text-align: center;
}

.not-found__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .not-found__head {
    gap: 22px;
  }
}

.not-found__titelMain {
  display: inline-block;
  width: 96px;
}
@media screen and (min-width: 768px) {
  .not-found__titelMain {
    width: 168px;
  }
}

.not-found__titelSub {
  display: inline-block;
  font-family: "Barlow_medium", sans-serif;
  font-size: 22px;
  color: #656565;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .not-found__titelSub {
    font-size: 31px;
  }
}

.not-found__text {
  margin-top: 28px;
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .not-found__text {
    margin-top: 36px;
    font-size: 24px;
  }
}

.not-found__btn {
  margin-top: 45px;
}

.not-found__btn a {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .not-found__btn a {
    width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .policy-main__inner {
    width: min(1084px, 100%);
  }
}

.policy-main__section {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .policy-main__section {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .policy-main__section:first-of-type {
    margin-top: 38px;
  }
}

.policy-main__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .policy-main__body {
    margin-top: 28px;
  }
}

.policy-main__list {
  margin-top: 18px;
  display: grid;
  gap: 7px;
}

ol.policy-main__list {
  list-style: auto;
  list-style-position: inside;
}

.policy-main__item {
  padding-left: 1em;
  text-indent: -1em;
}

.policy-main__item a {
  text-decoration: underline;
  color: #0097e0;
}

@media screen and (min-width: 768px) {
  .cookie-main__inner {
    width: min(1084px, 100%);
  }
}

.cookie-main__section {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .cookie-main__section {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .cookie-main__section:first-of-type {
    margin-top: 38px;
  }
}

.cookie-main__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .cookie-main__body {
    margin-top: 28px;
  }
}

.cookie-main__subSection {
  margin-top: 28px;
}

.cookie-main__subSection:first-of-type {
  margin-top: 38px;
}

.cookie-main__subBody {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .cookie-main__subBody {
    margin-top: 18px;
  }
}

.cookie-main__btn {
  margin-top: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cookie-main__btn {
    margin-top: 38px;
  }
}

.cookie-main__btn a {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .cookie-main__btn a {
    width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .privacy-main__inner {
    width: min(1084px, 100%);
  }
}

.privacy-main__section {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .privacy-main__section {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .privacy-main__section:first-of-type {
    margin-top: 38px;
  }
}

.privacy-main__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .privacy-main__body {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .privacy-main__body.-mts {
    margin-top: 14px;
  }
}

.privacy-main__list {
  margin-top: 10px;
  display: grid;
  gap: 7px;
}

.privacy-main__item {
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-main__subSection {
  margin-top: 28px;
}

.privacy-main__subSection:first-of-type {
  margin-top: 38px;
}

.privacy-main__subBody {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .privacy-main__subBody {
    margin-top: 18px;
  }
}

.privacy-main__listWrap {
  margin-top: 18px;
}

.privacy-main__listTitle {
  font-family: "noto_sans_jp_semibold", sans-serif;
}
@media screen and (min-width: 768px) {
  .privacy-main__listTitle {
    font-size: 18px;
  }
}

.privacy-main__text.-mt {
  margin-top: 18px;
}

.privacy-main__text a,
.privacy-main__item a {
  text-decoration: underline;
  color: #0097e0;
}

.privacy-main__borderArea {
  margin-top: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 11px 15px;
}
@media screen and (min-width: 768px) {
  .privacy-main__borderArea {
    margin-top: 12px;
    padding: 15px 20px;
  }
}

.about-profile {
  padding-bottom: 123px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-profile {
    padding-bottom: 208px;
  }
}

.about-profile::before {
  content: "";
  width: 100%;
  height: 600px;
  background-image: url(../images/company/about/profile-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .about-profile::before {
    height: 680px;
    background-image: url(../images/company/about/profile-bg.jpg);
    background-position-y: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .about-profile::before {
    background-position-y: 30%;
  }
}

.about-profile__inner {
  padding: 0 27px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-profile__inner {
    width: min(1084px, 100%);
    padding: 0 38px;
  }
}

.about-profile__list {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .about-profile__list {
    margin-top: 46px;
  }
}

@media screen and (min-width: 768px) {
  .about-profile__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: min(60px, 5.2173913043vw);
  }
}

.about-profile__block:not(:last-of-type) {
  padding-bottom: 30px;
  border-bottom: 1px solid #4d96b9;
}
@media screen and (min-width: 768px) {
  .about-profile__block:not(:last-of-type) {
    padding-bottom: 37px;
  }
}

.about-profile__block:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about-profile__block:nth-of-type(n + 2) {
    margin-top: 47px;
  }
}

.about-profile__term,
.about-profile__description {
  margin-inline: auto;
  width: min(375px, 100%);
}
@media screen and (min-width: 768px) {
  .about-profile__term,
  .about-profile__description {
    width: initial;
  }
}

.about-profile__term {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .about-profile__term {
    width: 298px;
    flex-shrink: 0;
    transform: translateY(-7px);
  }
}

.about-profile__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 118, 165, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .about-profile__icon {
    width: 48px;
    height: 48px;
  }
}

.about-profile__block:nth-of-type(1) .about-profile__icon img {
  width: 21px;
}
@media screen and (min-width: 768px) {
  .about-profile__block:nth-of-type(1) .about-profile__icon img {
    width: 28px;
  }
}

.about-profile__block:nth-of-type(2) .about-profile__icon img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .about-profile__block:nth-of-type(2) .about-profile__icon img {
    width: 27px;
  }
}

.about-profile__block:nth-of-type(3) .about-profile__icon img {
  width: 21px;
}
@media screen and (min-width: 768px) {
  .about-profile__block:nth-of-type(3) .about-profile__icon img {
    width: 28px;
  }
}

.about-profile__termText {
  font-size: 20px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about-profile__termText {
    font-size: 24px;
  }
}

.about-profile__description {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .about-profile__description {
    margin-top: 0;
    width: 64.19%;
    width: calc(100% - 289px - min(60px, 5.2173913043vw));
  }
}

.about-profile__textList {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .about-profile__textList {
    gap: 17px;
  }
}

.about-profile__textItem {
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
  display: grid;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .about-profile__textItem {
    font-size: 18px;
  }
}

.about-profile__textItem span {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-family: "noto_sans_jp_regular", sans-serif;
}
@media screen and (min-width: 768px) {
  .about-profile__textItem span {
    display: contents;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1077px) {
  .about-profile__textItem span {
    display: inline-block;
  }
}

.about-service {
  background-color: #e2f3fb;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about-service {
    padding: 60px 0;
  }
}

.about-service__section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-service__section {
    margin-top: 58px;
  }
}

.about-service__section:first-of-type {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .about-service__section:first-of-type {
    margin-top: 48px;
  }
}

.about-service__subTitle {
  background-color: #fff;
  padding: 10px 12px 6px;
}
@media screen and (min-width: 768px) {
  .about-service__subTitle {
    padding: 14px 20px 13px;
  }
}

.about-service__subTitle span {
  line-height: 1.6;
}

.about-service__subTitle.-narrow {
  padding: 10px 12px 6px;
}
@media screen and (min-width: 768px) {
  .about-service__subTitle.-narrow {
    padding: 15px 20px 14px;
  }
}

.about-service__lead {
  margin-top: 19px;
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about-service__lead {
    margin-top: 28px;
    font-size: 20px;
  }
}

.about-service__text {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .about-service__text {
    margin-top: 23px;
  }
}

.about-service__flow {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-service__flow {
    margin-top: 80px;
    flex-direction: row;
    gap: min(40px, 3.4722222222vw);
  }
}

.about-service__flow::before {
  content: "";
  width: 4px;
  height: 505px;
  background-image: url(../images/company/about/dot-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 6.6em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .about-service__flow::before {
    width: min(780px, min(780px, 54.1666666667vw));
    height: 6px;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/company/about/dot.png);
  }
}

.about-service__flowItem {
  margin-left: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 98, 154, 0.12);
  position: relative;
  padding: 13px 15px 0.7667em 45px;
  width: 89.03%;
}
@media screen and (min-width: 768px) {
  .about-service__flowItem {
    margin: initial;
    width: 100%;
    padding: 60px 15px 24px;
  }
}

.about-service__flowCircle,
.about-service__flowCircleInner {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-service__flowCircle {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 48%;
  left: -2.25em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .about-service__flowCircle {
    top: -3.4em;
    left: 50%;
    transform: translateX(-50%);
    width: 108px;
    height: 108px;
  }
}

.about-service__flowCircleInner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #71c5ed;
}
@media screen and (min-width: 768px) {
  .about-service__flowCircleInner {
    width: 94px;
    height: 94px;
  }
}

.about-service__flowCircleInner img {
  width: 34px;
}
@media screen and (min-width: 768px) {
  .about-service__flowCircleInner img {
    width: 52px;
  }
}

.about-service__flowTitle {
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about-service__flowTitle {
    font-size: 18px;
    text-align: center;
  }
}

.about-service__flowText {
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .about-service__flowText {
    margin-top: 12px;
  }
}

.about-service__list {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .about-service__list {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-service__item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-service__itemTitle {
  display: inline-block;
  font-size: min(12px, 3.2vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1;
  padding: 0.4583em 6px;
  background: linear-gradient(to right, #54c3f1, #0086c7);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-service__itemTitle {
    font-size: min(18px, 1.5625vw);
    padding: 0.5278em 10px;
  }
}

.about-challenge {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .about-challenge {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .about-challenge__inner {
    width: min(1084px, 100%);
  }
}

.about-challenge__list {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .about-challenge__list {
    margin-top: 25px;
  }
}

.about-challenge__item + .about-challenge__item {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about-challenge__item + .about-challenge__item {
    margin-top: 36px;
  }
}

.about-challenge__label {
  font-family: "Barlow_medium", sans-serif;
  color: #fff;
  line-height: 1;
  padding: 0.125em 4px;
  background: linear-gradient(to right, #c3c000, #86be1b);
}
@media screen and (min-width: 768px) {
  .about-challenge__label {
    font-size: 16px;
    padding: 0.22em 6px;
  }
}

.about-challenge__subTitle {
  margin-top: 8px;
  font-size: 18px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about-challenge__subTitle {
    margin-top: 10px;
    font-size: 24px;
  }
}

.about-challenge__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .about-challenge__text {
    margin-top: 16px;
  }
}

.about-develop {
  margin-top: 37px;
  padding: 40px 0 37px;
  background-color: #e2f3fb;
}
@media screen and (min-width: 768px) {
  .about-develop {
    margin-top: 75px;
    padding: 60px 0 min(120px, 10.1265822785vw);
  }
}

.about-develop__title > span {
  display: inline-block;
}

.about-develop__lead {
  margin-top: 28px;
  font-size: 18px;
  font-family: "noto_sans_jp_semibold", sans-serif;
}
@media screen and (min-width: 768px) {
  .about-develop__lead {
    margin-top: 38px;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
  }
}

.about-develop__text {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .about-develop__text {
    margin: 28px auto 0;
    width: min(1008px, 100%);
  }
}

.about-develop__figure {
  margin: 64px auto 0;
  width: min(319px, 85.0666666667vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-develop__figure {
    margin: min(112px, 9.4514767932vw) auto 0;
    width: min(520px, 47.2727272727vw);
  }
}

.about-develop__figureBg {
  margin: 0 auto;
  width: min(235px, 62.6666666667vw);
}
@media screen and (min-width: 768px) {
  .about-develop__figureBg {
    width: min(383px, 38.3vw);
  }
}

.about-develop__figureText {
  font-size: min(14px, 3.7333333333vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-develop__figureText {
    font-size: min(20px, 1.6877637131vw);
    line-height: 1.7;
    top: 55%;
  }
}

.about-develop__figurCircle01,
.about-develop__figurCircle01Inner {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-develop__figurCircle01 {
  width: min(85px, 22.6666666667vw);
  height: min(85px, 22.6666666667vw);
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01 {
    width: min(138px, 11.6455696203vw);
    height: min(138px, 11.6455696203vw);
  }
}

.about-develop__figurCircle01:nth-of-type(1) {
  top: -2.75em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(1) {
    top: auto;
    bottom: calc(100% - 66px);
  }
}

.about-develop__figurCircle01:nth-of-type(2) {
  top: 2.7em;
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(2) {
    top: 3.8em;
  }
}

.about-develop__figurCircle01:nth-of-type(3) {
  top: auto;
  bottom: -2.75em;
  left: auto;
  right: 3em;
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(3) {
    bottom: auto;
    top: calc(100% - 78px);
    right: min(72px, 6.0759493671vw);
  }
}

.about-develop__figurCircle01:nth-of-type(4) {
  top: auto;
  bottom: -2.75em;
  left: 3em;
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(4) {
    bottom: auto;
    top: calc(100% - 78px);
    left: min(72px, 6.0759493671vw);
  }
}

.about-develop__figurCircle01:nth-of-type(5) {
  top: 2.7em;
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(5) {
    top: 3.8em;
  }
}

.about-develop__figurCircle01Inner {
  width: min(74px, 19.7333333333vw);
  height: min(74px, 19.7333333333vw);
  background-color: #fff;
  border: 1px solid #71c5ed;
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01Inner {
    width: min(120px, 10.1265822785vw);
    height: min(120px, 10.1265822785vw);
  }
}

.about-develop__figurCircle01Inner img {
  width: min(32px, 8.5333333333vw);
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01Inner img {
    width: min(52px, 4.388185654vw);
  }
}

.about-develop__figurCircle01:nth-of-type(3) .about-develop__figurCircle01Inner img {
  width: min(43px, 11.4666666667vw);
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(3) .about-develop__figurCircle01Inner img {
    width: min(71px, 5.9915611814vw);
  }
}

.about-develop__figurCircle01:nth-of-type(4) .about-develop__figurCircle01Inner img {
  width: min(64px, 17.0666666667vw);
}
@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(4) .about-develop__figurCircle01Inner img {
    width: min(104px, 8.776371308vw);
  }
}

.about-develop__list {
  margin-top: 71px;
  display: grid;
  gap: 22px;
}

.about-develop__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.about-develop__item.-center {
  align-items: center;
}

.about-develop__figurCircle02,
.about-develop__figurCircle02Inner {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-develop__figurCircle02 {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

.about-develop__figurCircle02Inner {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #71c5ed;
}

.about-develop__figurCircle02Inner img {
  width: min(25px, 6.6666666667vw);
}

.about-develop__item:nth-of-type(3) .about-develop__figurCircle02Inner img {
  width: min(32px, 8.5333333333vw);
}

.about-develop__item:nth-of-type(4) .about-develop__figurCircle02Inner img {
  width: min(45px, 12vw);
}

@media screen and (min-width: 768px) {
  .about-develop__listBody {
    display: block;
    position: absolute;
    top: min(14px, 1vw);
    left: calc(100% + min(22px, 1.5714285714vw));
    width: min(340px, 24.2857142857vw);
  }
}

.about-develop__figurCircle01:nth-of-type(1) .about-develop__listBody {
  width: min(340px, 28.6919831224vw);
}

.about-develop__figurCircle01:nth-of-type(2) .about-develop__listBody {
  width: min(340px, 23.6111111111vw);
}

@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(4) .about-develop__listBody,
  .about-develop__figurCircle01:nth-of-type(5) .about-develop__listBody {
    left: auto;
    right: calc(100% + min(20px, 1.4285714286vw));
    width: min(300px, 22.7272727273vw);
  }
}

@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(4) .about-develop__listBody {
    top: 22px;
    width: min(240px, 20.253164557vw);
  }
}

.about-develop__listTitle {
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about-develop__listTitle {
    font-size: min(18px, 1.5189873418vw);
    line-height: 1.8;
  }
}

.about-develop__listTitle,
.about-develop__listText {
  display: block;
}

.about-develop__listText {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .about-develop__listText {
    font-size: min(16px, 1.3502109705vw);
  }
}

@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(2) .about-develop__listText {
    width: min(301px, 100%);
  }
}

@media screen and (min-width: 768px) {
  .about-develop__figurCircle01:nth-of-type(3) .about-develop__listText {
    width: min(300px, 100%);
  }
}

@media screen and (min-width: 768px) {
  .about-develop__figurCircle01::before {
    content: "";
    width: min(348px, 27.1875vw);
    height: min(31px, 2.421875vw);
    background-image: url(../images/company/about/line-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -3px;
    left: calc(100% - min(14px, 1.09375vw));
  }
}

.about-develop__figurCircle01:nth-of-type(4)::before,
.about-develop__figurCircle01:nth-of-type(5)::before {
  background-image: url(../images/company/about/line-left.png);
  left: auto;
  right: calc(100% - min(16px, 1.25vw));
}

.about-support {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-support {
    margin-top: 60px;
  }
}

.about-support__lead {
  margin-top: 28px;
  font-size: 18px;
  font-family: "noto_sans_jp_semibold", sans-serif;
}
@media screen and (min-width: 768px) {
  .about-support__lead {
    margin-top: 39px;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
  }
}

.about-support__text {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .about-support__text {
    margin: 21px auto 0;
    width: min(1008px, 100%);
  }
}

.about-support__bgArea {
  margin-top: 23px;
  background-color: #e2f3fb;
  padding: 30px 20px 35px;
}
@media screen and (min-width: 768px) {
  .about-support__bgArea {
    margin-top: 47px;
    padding: 40px 1em;
  }
}

.about-support__bgAreaLead {
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about-support__bgAreaLead {
    font-size: 20px;
    text-align: center;
  }
}

.about-support__circles {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .about-support__circles {
    margin: 27px auto 0;
    display: flex;
    justify-content: center;
    width: min(1152px, 100%);
  }
}
@media screen and (min-width: 901px) and (max-width: 1265px) {
  .about-support__circles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .about-support__circles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-support__circle {
  margin: 0 auto;
  background: linear-gradient(to right bottom, rgba(113, 197, 237, 0.7), rgba(180, 245, 55, 0.5));
  border-radius: 50%;
  padding: min(14px, 3.7333333333vw);
  width: min(275px, 73.3333333333vw);
  height: min(275px, 73.3333333333vw);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about-support__circle {
    width: 400px;
    height: 400px;
    padding: 20px;
  }
}

.about-support__circle:nth-of-type(1) {
  transform: translateY(10px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about-support__circle:nth-of-type(1) {
    transform: translateX(20px);
  }
}
@media screen and (min-width: 901px) and (max-width: 1265px) {
  .about-support__circle:nth-of-type(1) {
    margin-right: 0;
    transform: translateX(10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .about-support__circle:nth-of-type(1) {
    margin: auto;
    transform: translateY(20px);
  }
}

.about-support__circle:nth-of-type(2) {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about-support__circle:nth-of-type(2) {
    transform: initial;
    background: linear-gradient(to top right, rgba(113, 197, 237, 0.7), rgba(180, 245, 55, 0.5));
  }
}
@media screen and (min-width: 901px) and (max-width: 1265px) {
  .about-support__circle:nth-of-type(2) {
    margin-left: 0;
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .about-support__circle:nth-of-type(2) {
    margin: auto;
    transform: initial;
  }
}

.about-support__circle:nth-of-type(3) {
  transform: translateY(-10px);
  z-index: 3;
}
@media screen and (min-width: 901px) and (max-width: 1265px) {
  .about-support__circle:nth-of-type(3) {
    transform: initial;
    margin: -68px auto 0;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .about-support__circle:nth-of-type(3) {
    margin: auto;
    transform: initial;
    transform: translateY(-20px);
  }
}

@media screen and (min-width: 768px) {
  .about-support__circle:nth-of-type(3) {
    transform: translateX(-20px);
  }
}

.about-support__circleInner {
  background-color: #fff;
  border-radius: 50%;
  width: min(250px, 66.6666666667vw);
  height: min(250px, 66.6666666667vw);
  padding: min(28px, 7.4666666667vw) min(17px, 4.5333333333vw);
}
@media screen and (min-width: 768px) {
  .about-support__circleInner {
    padding: 42px 27px;
    width: 360px;
    height: 360px;
  }
}

.about-support__circleHeader {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: min(8px, 2.1333333333vw);
}
@media screen and (min-width: 768px) {
  .about-support__circleHeader {
    padding-bottom: 12px;
  }
}

.about-support__circleTitle {
  font-size: min(18px, 4.8vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  color: #0097e0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-support__circleTitle {
    font-size: 20px;
  }
}

.about-support__circleTitle span {
  font-feature-settings: "palt";
}

.about-support__circleLead {
  margin-top: min(4px, 1.0666666667vw);
  font-size: min(15px, 4vw);
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-support__circleLead {
    margin-top: 10px;
    font-size: 16px;
  }
}

.about-support__circle:nth-of-type(2) .about-support__circleLead {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-0.25em);
}
@media screen and (min-width: 768px) {
  .about-support__circle:nth-of-type(2) .about-support__circleLead {
    position: initial;
    width: initial;
  }
}

.about-support__circleText {
  margin-top: min(8px, 2.1333333333vw);
  line-height: 1.5;
  font-size: min(13px, 3.4666666667vw);
}
@media screen and (min-width: 768px) {
  .about-support__circleText {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.about-support__circle:nth-of-type(3) .about-support__circleText {
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .about-support__circle:nth-of-type(3) .about-support__circleText {
    letter-spacing: initial;
  }
}

.about-support__circleChecks {
  margin: min(5px, 1.3333333333vw) auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .about-support__circleChecks {
    margin: 15px auto 0;
  }
}

.about-support__circle:nth-of-type(1) .about-support__circleChecks {
  width: min(132px, 32.5333333333vw);
  transform: translateX(7px);
  gap: 0px min(8px, 2.1333333333vw);
}
@media screen and (min-width: 768px) {
  .about-support__circle:nth-of-type(1) .about-support__circleChecks {
    width: 292px;
    justify-content: center;
    transform: initial;
    gap: 8px 20px;
    transform: translateX(3px);
  }
}

.about-support__circle:nth-of-type(3) .about-support__circleChecks {
  width: min(112px, 29.8666666667vw);
  transform: translateX(-5px);
  justify-content: center;
  gap: min(4px, 1.0666666667vw) min(2px, 0.5333333333vw);
}
@media screen and (min-width: 768px) {
  .about-support__circle:nth-of-type(3) .about-support__circleChecks {
    width: 138px;
    transform: initial;
    justify-content: center;
    gap: 8px 20px;
  }
}

.about-support__circle:nth-of-type(2) .about-support__circleChecks {
  width: min(168px, 44.8vw);
  justify-content: center;
  gap: min(4px, 1.0666666667vw) min(8px, 2.1333333333vw);
}
@media screen and (min-width: 768px) {
  .about-support__circle:nth-of-type(2) .about-support__circleChecks {
    width: 166px;
    gap: 8px 20px;
    transform: translateX(-3px);
  }
}

.about-support__circleCheck {
  padding-left: min(13px, 3.4666666667vw);
  position: relative;
  font-size: min(12px, 3.2vw);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about-support__circleCheck {
    font-size: 14px;
    padding-left: 17px;
  }
}

.about-support__circleCheck::before {
  content: "";
  width: min(10px, 2.6666666667vw);
  height: min(10px, 2.6666666667vw);
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.375em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-support__circleCheck::before {
    width: 12px;
    height: 12px;
  }
}

.about-support__list {
  margin: 22px auto 0;
  width: min(300px, 100%);
  display: grid;
  gap: 18px;
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .about-support__list {
    margin: 40px auto 0;
    width: min(635px, 100%);
    gap: 34px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-support__item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.about-support__term {
  font-size: 16px;
  font-family: "noto_sans_jp_semibold", sans-serif;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .about-support__term {
    font-size: 20px;
    padding-left: 22px;
    width: min(222px, 100%);
  }
}

.about-support__term::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8dd0f1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.about-support__term::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.about-support__term span {
  color: #0097e0;
}

.about-support__description {
  margin-top: 7px;
  padding-left: 27px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-support__description {
    margin-top: 0;
    padding-left: 120px;
  }
}

.about-support__description::before {
  content: "";
  width: 20px;
  height: 3px;
  background-image: url(../images/company/about/dot-vertical-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-support__description::before {
    width: 100px;
    background-image: url(../images/company/about/dot-vertical.png);
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-dib {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */