@charset "UTF-8";
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}
blockquote::before {
  content: "";
  content: none;
}
blockquote::after {
  content: "";
  content: none;
}

pre {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: line-through;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: -0.02em;
  font-size: 1.1em;
  font-style: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}
q::before {
  content: "";
  content: none;
}
q::after {
  content: "";
  content: none;
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 1rem;
  line-height: 1.35;
  vertical-align: text-bottom;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 1em;
  line-height: 1.35;
  vertical-align: text-top;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
}
table th {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
  font-weight: normal;
}
table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.2em 1em;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}
nav ul {
  list-style: none;
}

summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  font-family: "Noto Sans JP", sans-serif;
}

input {
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
}
input::-moz-placeholder {
  color: #4d4d4d;
}

input::placeholder {
  color: #9a9a9a; /* 好みの色に変更 */
}

input {
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  border: none;
  background: none;
  font-size: 15px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password] {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8.5px 10px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  width: 100%;
}
input[type=text].large,
input[type=number].large,
input[type=email].large,
input[type=password].large {
  padding: 12px;
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.3;
}

input[type=text].align_left {
  text-align: left;
}

input[type=text].align_center {
  text-align: center;
}

input[type=text].align_right {
  text-align: right;
}

input[type=radio] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type=checkbox] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type=radio] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input[type=checkbox] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

:root {
  --primary: #8C3731;
  --grey:#5A5A5A;
  --tilt-angle: -8deg;
  --tilt-angle2: 8deg;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  height: 100%;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.sp-content {
  height: 100%;
}

mark {
  font-style: normal;
  font-size: 130%;
}

.fade {
  opacity: 0;
  transition: 1s;
  position: relative;
  top: 40px;
  filter: blur(10px);
}
.fade.is-visible {
  opacity: 1;
  filter: blur(0px);
  top: 0;
}

.fade-reverse {
  opacity: 0;
  transition: 1s;
  transform: translate(-50%, -40px);
  filter: blur(10px);
}
.fade-reverse.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translate(-50%, 0);
}

a {
  color: #193286;
}

.fade-simple {
  opacity: 0;
  transition: 1s;
  filter: blur(10px);
}
.fade-simple.is-visible {
  opacity: 1;
  filter: blur(0px);
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1A1A1A;
}
body.noscroll {
  overflow: hidden;
  height: 100%;
}

img {
  max-width: 100%;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc-grid {
  display: grid !important;
}
@media screen and (max-width: 767px) {
  .pc-grid {
    display: none !important;
  }
}

.sp-grid {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-grid {
    display: grid !important;
  }
}

.pc-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex !important;
  }
}

.u-bg-white {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none !important;
  }
}

.u-underline {
  text-decoration: underline;
}
.u-underline:hover {
  text-decoration: none;
}

.u-note {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .u-note {
    font-size: 1.2rem;
  }
}

.u-link {
  text-decoration: underline;
  font-weight: bold;
  color: #0b377b;
}
.u-link:hover {
  text-decoration: none;
}

.u-no-wrap {
  white-space: nowrap;
}

.u-rad10 {
  border-radius: 10px;
}

.u-scroll-point {
  scroll-margin-top: 100px; /* 固定ヘッダーの高さ */
}

.u-w100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-w70-sp {
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .u-w50-sp {
    width: 50vw;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: flex !important;
  }
}

.u-pc-hide {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-pc-hide {
    display: block !important;
  }
}

.u-color-black {
  color: #1a1a1a;
}

.u-color-black02 {
  color: #000000;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs18 {
    font-size: 1.8rem !important;
  }
}

.u-fs20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs20 {
    font-size: 1.6rem !important;
  }
}

.u-fs24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs24 {
    font-size: 1.8rem !important;
  }
}

.u-fs30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs30 {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fs16-sp {
    font-size: 1.6rem !important;
  }
}

.u-eb {
  font-family: "EB Garamond", serif;
}

.u-ml-auto {
  margin-left: auto;
}

.u-date {
  position: relative;
}
.u-date input[type=date] {
  border: 1px solid #ebebeb;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  height: 45px;
  width: 190px;
  font-size: 16px;
  color: #363636;
  background-color: #f5f5f5;
  box-sizing: border-box;
  background-image: url("/assets/img/icon_calender.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 50px;
  text-align: left;
}
.u-date span {
  position: absolute;
  left: 12px;
  padding-right: 5px;
  top: 3px;
  color: #9a9a9a;
  display: inline-block;
  background-color: #f5f5f5;
}

.u-select.select-empty {
  color: #9a9a9a;
}
.u-select.select-filled {
  color: #363636;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center !important;
  }
}

.u-align-center {
  align-items: center;
}

.u-text-right {
  text-align: right;
}

.u-bg-white {
  background-color: #fff;
}

.u-bd {
  border: 1px solid #eee;
}

.u-w-100 {
  width: 100%;
  max-width: 100%;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-normal {
  font-weight: 400;
}

.u-flex2 {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .u-flex2 {
    flex-direction: column;
    gap: 8vw;
  }
}

.u-flex {
  display: flex;
  justify-content: space-between;
}
.u-flex.w100 {
  width: 100%;
}
.u-flex.end {
  justify-content: flex-end;
}
.u-flex.start {
  justify-content: flex-start;
}
.u-flex.sb {
  justify-content: space-between;
}
.u-flex.ac {
  align-items: center;
}
.u-flex.gp-25 {
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .u-flex.gp-25 {
    flex-direction: column;
    gap: 4vw 0;
  }
}
.u-flex.gp-25 .gp-content {
  width: 100%;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-col2 {
  display: grid;
  gap: clamp(20px, 3vw, 65px);
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  grid-template-columns: 1fr 1fr;
}
.u-col2.-fs {
  align-items: flex-start;
}
.u-col2.-fe {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .u-col2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mt0 {
    margin-top: 0vw !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mb0 {
    margin-bottom: 0vw !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 0.8888888889vw !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 0.8888888889vw !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 1.7777777778vw !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 1.7777777778vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mt15 {
    margin-top: 2.6666666667vw !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 2.6666666667vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 3.5555555556vw !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 3.5555555556vw !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt25 {
    margin-top: 4.4444444444vw !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 4.4444444444vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 5.3333333333vw !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mt35 {
    margin-top: 6.2222222222vw !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mb35 {
    margin-bottom: 6.2222222222vw !important;
  }
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 7.1111111111vw !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 7.1111111111vw !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mt45 {
    margin-top: 8vw !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mb45 {
    margin-bottom: 8vw !important;
  }
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt50 {
    margin-top: 8.8888888889vw !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 8.8888888889vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mt55 {
    margin-top: 9.7777777778vw !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mb55 {
    margin-bottom: 9.7777777778vw !important;
  }
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt60 {
    margin-top: 10.6666666667vw !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 10.6666666667vw !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mt65 {
    margin-top: 11.5555555556vw !important;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mb65 {
    margin-bottom: 11.5555555556vw !important;
  }
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mt70 {
    margin-top: 12.4444444444vw !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 12.4444444444vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mt75 {
    margin-top: 13.3333333333vw !important;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mb75 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mt80 {
    margin-top: 14.2222222222vw !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 14.2222222222vw !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mt85 {
    margin-top: 15.1111111111vw !important;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mb85 {
    margin-bottom: 15.1111111111vw !important;
  }
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mt90 {
    margin-top: 16vw !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 16vw !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mt95 {
    margin-top: 16.8888888889vw !important;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mb95 {
    margin-bottom: 16.8888888889vw !important;
  }
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 17.7777777778vw !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 17.7777777778vw !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pt0 {
    padding-top: 0vw !important;
  }
}

.u-pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pb0 {
    padding-bottom: 0vw !important;
  }
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pt5 {
    padding-top: 0.8888888889vw !important;
  }
}

.u-pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pb5 {
    padding-bottom: 0.8888888889vw !important;
  }
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pt10 {
    padding-top: 1.7777777778vw !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pb10 {
    padding-bottom: 1.7777777778vw !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pt15 {
    padding-top: 2.6666666667vw !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pb15 {
    padding-bottom: 2.6666666667vw !important;
  }
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pt20 {
    padding-top: 3.5555555556vw !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pb20 {
    padding-bottom: 3.5555555556vw !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pt25 {
    padding-top: 4.4444444444vw !important;
  }
}

.u-pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pb25 {
    padding-bottom: 4.4444444444vw !important;
  }
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pt30 {
    padding-top: 5.3333333333vw !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pb30 {
    padding-bottom: 5.3333333333vw !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pt35 {
    padding-top: 6.2222222222vw !important;
  }
}

.u-pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pb35 {
    padding-bottom: 6.2222222222vw !important;
  }
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pt40 {
    padding-top: 7.1111111111vw !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pb40 {
    padding-bottom: 7.1111111111vw !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pt45 {
    padding-top: 8vw !important;
  }
}

.u-pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pb45 {
    padding-bottom: 8vw !important;
  }
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pt50 {
    padding-top: 8.8888888889vw !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pb50 {
    padding-bottom: 8.8888888889vw !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pt55 {
    padding-top: 9.7777777778vw !important;
  }
}

.u-pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pb55 {
    padding-bottom: 9.7777777778vw !important;
  }
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pt60 {
    padding-top: 10.6666666667vw !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pb60 {
    padding-bottom: 10.6666666667vw !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pt65 {
    padding-top: 11.5555555556vw !important;
  }
}

.u-pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pb65 {
    padding-bottom: 11.5555555556vw !important;
  }
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pt70 {
    padding-top: 12.4444444444vw !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pb70 {
    padding-bottom: 12.4444444444vw !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pt75 {
    padding-top: 13.3333333333vw !important;
  }
}

.u-pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pb75 {
    padding-bottom: 13.3333333333vw !important;
  }
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pt80 {
    padding-top: 14.2222222222vw !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pb80 {
    padding-bottom: 14.2222222222vw !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 15.1111111111vw !important;
  }
}

.u-pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pb85 {
    padding-bottom: 15.1111111111vw !important;
  }
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pt90 {
    padding-top: 16vw !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pb90 {
    padding-bottom: 16vw !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pt95 {
    padding-top: 16.8888888889vw !important;
  }
}

.u-pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pb95 {
    padding-bottom: 16.8888888889vw !important;
  }
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt100 {
    padding-top: 17.7777777778vw !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb100 {
    padding-bottom: 17.7777777778vw !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb0-sp {
    margin-bottom: 0 !important;
  }
}

.u-txt-number {
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
  justify-content: center;
  align-items: center;
  background-color: #0b377b;
  color: #fff;
  margin-right: 0.5em;
}

.indexpage h2 {
  font-size: 18px;
  margin: 24px 0 12px;
  padding-bottom: 4px;
  border-bottom: 2px solid #e6e6e6;
}
.indexpage .list_page {
  padding: 16px;
}
.indexpage .list_page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.indexpage .list_page li a {
  display: block;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.indexpage .list_page li a.on {
  background-color: aqua;
}
.indexpage .list_page li a.done {
  background-color: rgb(255, 224, 84);
}
.indexpage .list_page li a:hover {
  background: #fafafa;
  border-color: #d8d8d8;
  transform: translateY(-1px);
}
.indexpage .list_page li a:active {
  transform: translateY(0);
}

html:lang(en) .c-hero.-business .c-hero__title {
  line-height: 1.3;
  font-size: clamp(1px, 3vw, 80px);
}
html:lang(en) .c-hero.-company .c-hero__image.hasCopy .copy {
  font-size: clamp(2rem, 1.8vw, 5rem);
}
html:lang(en) .c-hero.-company .c-hero__image.hasCopy .copy {
  width: 46%;
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-hero.-company .c-hero__image.hasCopy .copy {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .c-hero.-company .c-hero__image.hasCopy .copy.copy-message {
    top: 0;
    bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-history__figma-header {
    padding: 2em 1em;
  }
}
html:lang(en) .c-col2.profile-image .c-col2__history-date {
  width: 5em;
}
html:lang(en) .c-col2.profile-image .c-col2__history .c-col2__history-item:first-of-type .c-col2__history-date {
  width: 8em;
}
html:lang(en) .c-col2.profile-noimage .c-col2__history-date {
  width: 5em;
}
html:lang(en) .c-col2.profile-noimage .c-col2__history .c-col2__history-item:first-of-type .c-col2__history-date {
  width: 8em;
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-col2.profile-noimage .c-col2__history-item {
    flex-direction: row;
  }
}
html:lang(en) .c-table.company th {
  width: 30%;
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-table.company th {
    width: 100%;
  }
}
html:lang(en) .c-hero.-company .c-hero__title {
  font-family: "Century Gothic", "Helvetica Neue", "Helvetica Neue", "Noto Sans JP", sans-serif;
}
html:lang(en) .c-section__title-sub {
  display: none;
}
html:lang(en) .c-hero.-device .c-hero__title {
  font-size: clamp(18px, 2.2vw, 50px);
}
@media screen and (min-width: 768px) {
  html:lang(en) .c-hero.-company.top .c-hero__title.top {
    width: 15em;
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-hero.-company.top .c-hero__title.top {
    width: 90%;
  }
}
html:lang(en) .page-company .l-content-body .c-col2__charge em {
  line-height: 1.8;
  font-weight: bold;
}
html:lang(en) .c-hero .img2 .txt .c-hero__description.-device {
  max-width: 670px;
}
html:lang(en) .c-section__title-main {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-section__title-main {
    font-size: 6.4vw;
  }
}
html:lang(en) .c-section__card-device-title {
  line-height: 1.4;
}
html:lang(en) .c-section__card-device-description {
  line-height: 1.6;
}
html:lang(en) .page-plasmacvm .pcvm-mv__description {
  line-height: 1.6;
}
html:lang(en) .page-plasmacvm .pcvm-mv__info-title {
  line-height: 1.4;
}
html:lang(en) .page-plasmacvm .pcvm-strength__subtitle,
html:lang(en) .page-plasmacvm .pcvm-superiority__title,
html:lang(en) .page-plasmacvm .pcvm-superiority__text,
html:lang(en) .page-plasmacvm .pcvm-features__text,
html:lang(en) .page-plasmacvm .pcvm-features__title,
html:lang(en) .page-plasmacvm .pcvm-case-study__card-text,
html:lang(en) .page-plasmacvm .pcvm-equipment__feature-title,
html:lang(en) .page-plasmacvm .pcvm-equipment__feature-text,
html:lang(en) .page-plasmacvm .pcvm-cmp__flow-text,
html:lang(en) .page-plasmacvm .pcvm-strength__title {
  line-height: 1.5;
}
html:lang(en) .page-plasmacvm .pcvm-strength__text {
  line-height: 1.4;
}
html:lang(en) .page-plasmacvm .pcvm-strength__subtitle {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html:lang(en) .page-plasmacvm .pcvm-strength__subtitle {
    font-size: 4.8vw;
  }
}
html:lang(en) .pcvm-intro__image figcaption {
  line-height: 1.4;
}
html:lang(en) .page-plasmacvm .pcvm-case-study__cards mark {
  font-size: 110%;
}
html:lang(en) table td {
  word-break: break-word;
}
html:lang(en) .l-side-navi .side-navi a {
  line-height: 1.3;
}
html:lang(en) .c-hero.-lifescience .c-hero__title {
  font-size: clamp(30px, 3.2vw, 50px);
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-hero.-lifescience .c-hero__title {
    font-size: 6vw;
  }
}
html:lang(en) .l-main.bg-optical .c-title.content-head-border {
  display: block;
}
html:lang(en) .l-main.bg-optical .c-title.content-head-border .left {
  border: none;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  html:lang(en) .l-main.bg-optical .c-title.content-head-border .left {
    font-size: 1.6rem;
  }
}
html:lang(en) .c-title.content-head-border .right {
  padding-left: 0;
}
html:lang(en) .l-main.bg-optical .opmain .txt {
  top: -5%;
}
@media screen and (max-width: 767px) {
  html:lang(en) .page-company .signature-text {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .page-company .signature-text .signature-name.en {
    flex-direction: column;
    align-items: flex-end;
  }
}
html:lang(en) .page-contact .contact-form__label-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  html:lang(en) .page-contact .contact-form__label-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .page-contact .contact-form__label {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  html:lang(en) .page-contact .contact-form__col .contact-form__label {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .l-footer .footer-container .footer-content .footer-nav .footer-nav-section.product {
    width: 100vw;
  }
}
html:lang(en) .l-footer .footer-container .footer-content .footer-logo-section .footer-logo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html:lang(en) .l-footer .footer-container .footer-content .footer-logo-section .footer-logo {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .page-introduction .c-hero__title {
    line-height: 1.3;
    margin-bottom: 13vw;
  }
}
html:lang(en) .page-introduction .c-hero__title,
html:lang(en) .page-introduction .title2,
html:lang(en) .page-introduction .title1 {
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
}
html:lang(en) .l-header .header-nav .parent-nav .child-nav .category-links li a {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  html:lang(en) .page-home .section-product .product-title {
    font-size: 8vw;
  }
}
html:lang(en) .ir-banner-img {
  width: 320px !important;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  html:lang(en) .ir-banner-img {
    width: 20em !important;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-hero.-business .c-hero__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .c-hero .img2 img {
    height: clamp(470px, 30vw, 600px);
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .u-text-center.u-mt10 {
    line-height: 1.4;
    font-size: 3.2vw;
  }
}
html:lang(en) .footer-cta-item .mini-btn {
  font-size: 1.6rem;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html:lang(en) .footer-cta-item .mini-btn {
    padding: 0 5.3333333333vw;
    font-size: 4vw;
  }
}

html:lang(zh-cmn-Hans-CN) .l-main.pages {
  padding-top: 10px;
}

.c-title {
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  background-image: url("/assets/img/title-border.webp");
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.c-title .en-title {
  display: block;
  font-size: 2.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .c-title .en-title {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }
}
.c-title.-image {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
  font-size: 0;
}
.c-title.-image img {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-title.-image img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-image {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.3rem;
    margin-bottom: 8.8vw;
  }
}
.c-title .color {
  color: #952b4b;
}
.c-title.no-border {
  background: none;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.c-title.content-head {
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  color: #0b377b;
  padding-bottom: 0;
}
.c-title.content-head.-bd {
  border-bottom: 1px solid #0b377b;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-title.content-head {
    font-size: 6vw;
  }
}
.c-title.content-head-border {
  font-size: clamp(14px, 2.11vw, 40px);
  font-weight: bold;
  text-align: left;
  color: #0b377b;
  padding-bottom: 20px;
  border-bottom: 1px solid #0b377b;
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-title.content-head-border {
    flex-direction: column;
    font-size: 6.1333333333vw;
  }
}
.c-title.content-head-border .left {
  display: inline-block;
  padding-right: 40px;
  border-right: 1px solid #0b377b;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-title.content-head-border .left {
    padding-right: 0;
    border-right: none;
  }
}
.c-title.content-head-border .right {
  display: inline-block;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-title.content-head-border .right {
    padding-left: 0;
  }
}
.c-title.content-head-border .right .sub {
  margin-left: -5%;
}
.c-title.l2 {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0b377b;
  line-height: 1.4;
  background: #d8e9f5;
  padding: 0.5em;
  border-radius: 5px;
}
.c-title.l2.line2 {
  min-height: 3.8em;
  align-items: center;
}
.c-title.l2.nobg {
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-title.l2 {
    gap: 10px;
    margin-bottom: 15px;
    font-size: 4.8vw;
  }
}
.c-title.l2::before {
  content: "";
  display: block;
  width: 5px;
  align-self: stretch;
  background-color: #0b377b;
  border-radius: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-title.l2::before {
    width: 4px;
  }
}
.c-title.l2.no-border::before {
  display: none;
}
.c-title.l3 {
  font-size: 20px;
  font-weight: 700;
  color: #0b377b;
  margin-bottom: 0.7em;
  text-align: left;
  padding-bottom: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-title.l3 {
    font-size: 4.8vw;
  }
}
.c-title.l4 {
  font-size: 18px;
  font-weight: 700;
  color: #0b377b;
  margin-bottom: 0.5em;
  text-align: left;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-title.l4 {
    font-size: 4vw;
  }
}

.pcvm-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pcvm-section-title {
    gap: 4vw;
    margin-bottom: 5vw;
  }
}
.pcvm-section-title.-white .pcvm-section-title__text {
  color: white;
}
.pcvm-section-title__text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b377b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pcvm-section-title__text {
    font-size: 5vw;
  }
}
.pcvm-section-title__line {
  width: 200px;
  height: 5px;
  background: #0b377b;
  border-radius: 50px;
}
.pcvm-section-title__line.-white {
  background: white;
}
@media screen and (max-width: 767px) {
  .pcvm-section-title__line {
    width: 30vw;
    height: 1.0666666667vw;
  }
}

.c-button-wrap {
  display: flex;
  gap: 10px;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  background-color: #193286;
  color: #fff;
  padding: 15px 50px 15px 20px;
  border-radius: 8px;
  height: auto;
  width: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 3.7333333333vw;
    padding: 4vw 8vw 4vw 5vw;
    gap: 5.3333333333vw;
    width: 100%;
  }
}
.c-button:hover {
  opacity: 0.8;
}
.c-button:after {
  content: "";
  display: block;
  width: 14px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("/assets/img/icon-arrow2.svg");
          mask-image: url("/assets/img/icon-arrow2.svg");
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 767px) {
  .c-button:after {
    width: 2.5vw;
    right: 3vw;
    height: 4vw;
    background-size: contain;
  }
}
.c-button.-blank:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("/assets/img/icon-blank.svg");
          mask-image: url("/assets/img/icon-blank.svg");
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-button.-blank:after {
    width: 2.6666666667vw;
    right: 4vw;
    height: 5.3333333333vw;
    background-size: contain;
  }
}
.c-button.-pdf {
  justify-content: space-between;
}
.c-button.-pdf:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("/assets/img/icon-pdf.svg");
          mask-image: url("/assets/img/icon-pdf.svg");
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-button.-pdf:after {
    width: 3.6vw;
    right: 4vw;
    height: 5.3333333333vw;
    background-size: contain;
  }
}
.c-button.-fv {
  background: #fff;
  color: #193286;
  border-radius: 10px;
  font-size: clamp(1rem, 1.6vw, 2rem);
  font-weight: 700;
}
.c-button.-fv:after {
  background-color: #193286;
}
@media screen and (max-width: 767px) {
  .c-button.-fv {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 6.4vw;
    border-radius: 2.1333333333vw;
  }
}
.c-button.-strength {
  padding: 20px 40px;
  font-size: 2rem;
  font-weight: 700;
  gap: 20px;
}
.c-button.-strength:after {
  width: 10px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .c-button.-strength {
    font-size: 4.8vw;
    padding: 4.2666666667vw 8.5333333333vw;
    gap: 4.2666666667vw;
  }
  .c-button.-strength:after {
    width: 2.6666666667vw;
    height: 4.8vw;
  }
}
.c-button.-bottom {
  background: #fff;
  color: #0b377b;
  padding: 15px 50px 15px 20px;
  font-size: 2rem;
  font-weight: 500;
  gap: 20px;
}
.c-button.-bottom:after {
  background-color: #0b377b;
}
@media screen and (max-width: 767px) {
  .c-button.-bottom {
    font-size: 4.2666666667vw;
    padding: 3.2vw 4.2666666667vw;
    gap: 4.2666666667vw;
  }
  .c-button.-bottom:after {
    width: 3.2vw;
    height: 5.3333333333vw;
  }
}
.c-button.-primary {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-button.-primary {
    font-size: 1.5rem;
  }
}
.c-button.attempt {
  padding: 15px 20px 15px 20px;
}

.c-button.-contact {
  background: #35dfec;
  color: #0b377b;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.3s;
}
.c-button.-contact:after {
  display: none;
}
.c-button.-contact:hover {
  opacity: 0.8;
}
.c-button.-contact .contact-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.c-link {
  display: inline-flex;
  border: 0;
  background: transparent;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #1a1a1a;
  gap: 4px;
  cursor: pointer;
}
.c-link:hover {
  text-decoration: none;
}
.c-link.noicon:after {
  display: none;
}
.c-link:after {
  content: "";
  width: 20px;
  display: block;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/img/icon-arrow.svg");
  flex-shrink: 0;
  transform: scaleX(-1);
}

.c-table .-w10 {
  width: 10%;
}
.c-table .-w20 {
  width: 20%;
}
.c-table .-w25 {
  width: 25%;
}
.c-table .-w30 {
  width: 30%;
}
.c-table .-w40 {
  width: 40%;
}
.c-table .-w50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-table.recruit tr {
    padding: 1em 0;
    display: block;
  }
}
.c-table.recruit th {
  font-weight: bold;
  width: 20%;
  padding: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .c-table.recruit th {
    display: block;
    width: auto !important;
    padding: 0 0 0.3em 0 !important;
  }
}
.c-table.recruit td {
  padding: 1.5em 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-table.recruit td {
    display: block;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-scroll {
    width: 90vw;
    overflow: auto;
  }
  .c-table.-scroll table {
    width: 150vw;
  }
}
.c-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.c-table table.bdtop {
  border-top: 1px solid #0b377b;
}
@media screen and (max-width: 767px) {
  .c-table table {
    font-size: 1.3rem;
  }
}
.c-table tr {
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.4;
}
.c-table tr:last-child {
  border-bottom: none;
}
.c-table td {
  padding: 0.6em 0;
}
.c-table td a {
  color: #0b377b;
}
.c-table td a:hover {
  text-decoration: underline;
}
.c-table td:first-child {
  width: 120px;
}
.c-table td:first-child.-w30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .c-table td:first-child {
    width: 26vw;
  }
}
.c-table td:last-child {
  padding-left: 20px;
}
.c-table.blue th {
  background-color: #daeff6;
  border: 1px solid #5284cf;
  padding: 0.4em 1em;
}
.c-table.blue td {
  border: 1px solid #5284cf;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .c-table.company tr {
    padding: 4vw 0;
    display: block;
  }
}
.c-table.company th,
.c-table.company td {
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-table.company th,
  .c-table.company td {
    display: block;
    width: auto;
    font-size: 3.7333333333vw;
    padding: 0 0;
  }
}
.c-table.company th {
  width: 170px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-table.company th {
    width: 100%;
    padding-right: 0;
  }
}
.c-table.company td {
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.8;
  padding-left: 0;
}
.c-table.company td a {
  color: #1a1a1a;
  text-decoration: none;
}
.c-table.company td a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.c-table.company tr {
  border-bottom: 1px solid #d6d6d6;
}
.c-table.company tr:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.c-table.gray table {
  border: 1px solid #d6dde3;
  color: #222;
}
@media screen and (max-width: 767px) {
  .c-table.gray table {
    width: 100%;
  }
}
.c-table.gray th {
  background-color: #eee;
  font-weight: bold;
}
.c-table.gray tr {
  border-bottom: 1px solid #d6dde3;
  background-color: #ffffff;
}
.c-table.gray td {
  padding: 16px 20px;
  vertical-align: top;
  border-left: 1px solid #d6dde3;
}
.c-table.gray-col2 table {
  width: 550px;
  border: 1px solid #d6dde3;
}
@media screen and (max-width: 767px) {
  .c-table.gray-col2 table {
    width: 100%;
  }
}
.c-table.gray-col2 tr {
  border-bottom: 1px solid #d6dde3;
  background-color: #ffffff;
}
.c-table.gray-col2 td {
  padding: 16px 20px;
  vertical-align: top;
  border-left: 1px solid #d6dde3;
}
.c-table.gray-col2 td:first-child {
  background: #f5f8fb;
  width: 260px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-table.gray-col2 td:first-child {
    width: auto;
  }
}
.c-table.gray-col2 td strong {
  font-weight: 800;
}

.c-tab {
  margin-bottom: 24px;
}
.c-tab .btn-flex {
  max-width: 512px;
  margin: 0 auto;
  padding: 4px;
  display: flex;
  background-color: #E4E0DD;
  border-radius: 8px;
}
.c-tab .btn-flex .c-button {
  height: 32px;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: transparent;
  color: #2D2F33;
}
.c-tab .btn-flex .c-button.active {
  background-color: #8C3731;
  color: #ffffff;
  box-shadow: 6px 9px 15px -12px #777777;
}

.c-map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .c-map iframe {
    height: 80vw;
  }
}

.c-box {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 24px;
  color: #222;
}
.c-box p {
  line-height: 1.4;
}
.c-box.-bd {
  border: 1px solid #0b377b;
  background-color: #fff;
  padding: 15px;
}
.c-box .c-box__title {
  font-size: 18px;
  color: #0b377b;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-box {
    padding: 4vw;
  }
  .c-box.-white {
    background-color: #FFF;
  }
}

.c-dl.-flex {
  display: flex;
  gap: 4px;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-dl.-flex {
    justify-content: space-between;
    width: 100%;
  }
  .c-dl.-flex.-wauto {
    width: auto;
    gap: 4.2666666667vw;
  }
}
.c-dl.-flex.-fs {
  align-items: flex-start;
}
.c-dl.-flex dt {
  position: relative;
  top: 0.05em;
}
.c-dl.-flex dt.date {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .c-dl.-flex dt {
    top: 0;
  }
}
.c-dl.-flex dt:after {
  content: "：";
}
@media screen and (max-width: 767px) {
  .c-dl.-flex dt:after {
    display: none;
  }
}
.c-dl.-flex dt.noicon:after {
  content: "";
}
.c-dl.-flex dd {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-dl.-flex dd {
    text-align: right;
  }
}
.c-dl dt {
  color: #5a5a5a;
  font-size: 1.2rem;
  line-height: 1.16;
}
.c-dl dd {
  margin-top: 4px;
  font-size: 1.6rem;
}
.c-dl .status-wrap {
  display: flex;
  gap: 16px;
}

.c-mv {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.c-mv .text {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  line-height: 1.6;
  font-size: clamp(16px, 2vw, 34px);
  font-weight: bold;
  width: 90%;
}
.c-mv .text.research-text {
  font-size: clamp(16px, 3.125vw, 60px);
  line-height: 1.9;
  display: block;
}
.c-mv .text.research-text .research-small-text {
  display: block;
  font-size: clamp(10px, 1.5625vw, 30px);
  line-height: 1.5;
}

.c-topmv {
  margin-top: 90px;
  height: 39vw;
  width: 100%;
  position: relative;
  min-height: 500px;
  font-family: "Century Gothic", "Helvetica Neue", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-topmv {
    margin-top: 15vw;
    min-height: 0;
    height: 100vw;
  }
}
.c-topmv.swiper {
  overflow: hidden;
}
.c-topmv .swiper-wrapper {
  height: 100%;
}
.c-topmv .swiper-slide {
  height: 100%;
  width: 100%;
}
.c-topmv .swiper-button-next svg,
.c-topmv .swiper-button-prev svg {
  display: none;
}
.c-topmv .swiper-button-next {
  position: absolute;
  left: 20px;
  width: 10px;
  top: auto;
}
.c-topmv .swiper-button-next:after {
  -webkit-mask-image: url(/assets/img/icon-arrow2.svg);
          mask-image: url(/assets/img/icon-arrow2.svg);
  font-size: 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 100%;
  height: 100%;
  background-color: #35dfec;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-topmv .swiper-button-prev:after {
  -webkit-mask-image: url(/assets/img/icon-arrow2.svg);
          mask-image: url(/assets/img/icon-arrow2.svg);
  font-size: 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 100%;
  height: 100%;
  background-color: #35dfec;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: scaleX(-1);
}
.c-topmv .swiper-button-next {
  left: 60px;
  top: auto;
  position: absolute;
  bottom: 1.2vw;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-topmv .swiper-button-next {
    bottom: 3vw;
    left: 12vw;
  }
}
.c-topmv .swiper-button-next:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -15px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.c-topmv .swiper-button-prev {
  top: auto;
  position: absolute;
  left: 20px;
  bottom: 1.2vw;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-topmv .swiper-button-prev {
    left: 2vw;
    bottom: 3vw;
  }
}
.c-topmv .topmv-progress-bar {
  position: absolute;
  bottom: 1.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-topmv .topmv-progress-bar {
    bottom: 5vw;
    left: 53vw;
  }
}
.c-topmv .topmv-progress-bar .topmv-progress-item {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  position: relative;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
}
.c-topmv .topmv-progress-bar .topmv-progress-item .topmv-progress-fill {
  background-color: #35dfec;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
}
.c-topmv .topmv-progress-bar .topmv-progress-item.is-active .topmv-progress-fill {
  transform: scaleX(1);
  width: 50px;
  transition: 6s linear;
}
.c-topmv .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-topmv .item .c-button.-fv {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-topmv .item .c-button.-fv {
    right: auto;
    left: 1.9vw;
    bottom: 11.5vw;
    width: 95.8vw;
  }
}
.c-topmv .item.scene1.swiper-slide-active .p1,
.c-topmv .item.scene1.swiper-slide-active .p2 {
  opacity: 1;
}
.c-topmv .item.scene1 .p1 {
  opacity: 0;
  transition: 2s;
}
.c-topmv .item.scene1 .photo2 .p1 {
  transition-delay: 0.1s;
}
.c-topmv .item.scene1 .photo3 .p1 {
  transition-delay: 0.2s;
}
.c-topmv .item.scene1 .photo4 .p1 {
  transition-delay: 0.3s;
}
.c-topmv .item.scene1 .photo5 .p1 {
  transition-delay: 0.4s;
}
.c-topmv .item.scene1 .p2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: 2s;
}
.c-topmv .item.scene1 .photo1 .p2 {
  transition-delay: 3s;
}
.c-topmv .item.scene1 .photo2 .p2 {
  transition-delay: 3.1s;
}
.c-topmv .item.scene1 .photo3 .p2 {
  transition-delay: 3.2s;
}
.c-topmv .item.scene1 .photo4 .p2 {
  transition-delay: 3.3s;
}
.c-topmv .item.scene1 .photo5 .p2 {
  transition-delay: 3.4s;
}
.c-topmv .item.scene1 .c-button.-fv {
  background-color: #35dfec;
  color: #fff;
}
.c-topmv .item.scene1 .c-button.-fv:after {
  background-color: #fff;
}
.c-topmv .item.scene1 .text2 {
  font-weight: bold;
  font-size: clamp(2rem, 8vw, 20rem);
  line-height: 1;
  color: #35dfec;
  left: 7vw;
  position: absolute;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene1 .text2 {
    font-size: 9.3vw;
    top: 25%;
  }
}
.c-topmv .item.scene1 .text2.jp {
  top: 55%;
  margin-top: 0em;
  font-size: clamp(1rem, 4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene1 .text2.jp {
    top: 40%;
    font-size: 5vw;
  }
}
.c-topmv .item.scene1 .imgs {
  display: flex;
  padding: 0 1.5vw 0 1.5vw;
  justify-content: flex-start;
  gap: 1.2vw;
}
.c-topmv .item.scene1 .imgs + .imgs {
  margin-top: 1.5vw;
}
.c-topmv .item.scene1 .img {
  position: relative;
}
.c-topmv .item.scene1 .img img {
  height: 17vw;
  min-height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene1 .img img {
    height: 35vw;
    min-height: 0;
  }
}
.c-topmv .item.scene1 .img.photo1 {
  width: 71.875vw;
}
.c-topmv .item.scene1 .img.photo2 {
  width: 23.4375vw;
}
.c-topmv .item.scene1 .img.photo3 {
  width: 26.0416666667vw;
}
.c-topmv .item.scene1 .img.photo4 {
  width: 26.0416666667vw;
}
.c-topmv .item.scene1 .img.photo5 {
  width: 41.6666666667vw;
}
.c-topmv .item.scene2 .img {
  position: absolute;
  width: 87vw;
  top: 50%;
  margin-top: -15vw;
  left: 7vw;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene2 .img {
    top: 56vw;
  }
}
.c-topmv .item.scene2 .text1 {
  font-size: clamp(2rem, 6vw, 10rem);
  position: absolute;
  left: 5vw;
  font-weight: bold;
  top: 5vw;
  color: #98a6b5;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene2 .text1 {
    font-size: 7vw;
  }
}
.c-topmv .item.scene2 .text2 {
  font-size: clamp(2rem, 6vw, 10rem);
  position: absolute;
  right: 5vw;
  font-weight: bold;
  top: 5vw;
  color: #98a6b5;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene2 .text2 {
    font-size: 10vw;
    right: auto;
    left: 5vw;
    top: 14vw;
  }
}
.c-topmv .item.scene2 .text2.-en {
  font-size: clamp(2rem, 5vw, 6rem);
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene2 .text2.-en {
    font-size: 6vw;
  }
}
.c-topmv .item.scene2 .c-button {
  background-color: #98a6b5;
  color: #fff;
}
.c-topmv .item.scene2 .c-button:after {
  background-color: #fff;
}
.c-topmv .item.scene3 .text1 {
  font-size: clamp(2rem, 4vw, 7rem);
  position: absolute;
  left: 5vw;
  font-weight: bold;
  color: #193286;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene3 .text1 {
    font-size: 7vw;
    top: 4vw;
  }
}
.c-topmv .item.scene3 .text2 {
  font-size: clamp(4rem, 4.5vw, 7rem);
  position: absolute;
  left: 5vw;
  font-weight: bold;
  top: 5vw;
  color: #193286;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene3 .text2 {
    font-size: 7.5vw;
    top: 15vw;
  }
}
.c-topmv .item.scene3 .text2.-en {
  font-size: clamp(2rem, 2.5vw, 4rem);
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene3 .text2.-en {
    font-size: 5vw;
  }
}
.c-topmv .item.scene3 .c-button {
  background-color: #193286;
  color: #fff;
}
.c-topmv .item.scene3 .c-button:after {
  background-color: #fff;
}
.c-topmv .item.scene3 .arrow {
  position: absolute;
  width: 95vw;
  height: 14.4vw;
  opacity: 0;
  left: 2vw;
  top: 50%;
  margin-top: -5vw;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene3 .arrow {
    display: none;
  }
}
.c-topmv .item.scene3 .arrow.-en {
  top: 55%;
}
.c-topmv .item.scene3 .pobje {
  position: absolute;
  width: 92vw;
  height: 26vw;
  top: 50%;
  margin-top: -19vw;
  left: 4vw;
  display: flex;
  align-items: flex-end;
}
.c-topmv .item.scene3 .pobje.-en {
  top: 55%;
}
.c-topmv .item.scene3 .pobje li {
  width: 16%;
  opacity: 0;
  transition: 0.5s;
}
.c-topmv .item.scene3 .pobje li.p2 {
  transition-delay: 0.1s;
}
.c-topmv .item.scene3 .pobje li.p3 {
  transition-delay: 0.2s;
}
.c-topmv .item.scene3 .pobje li.p4 {
  transition-delay: 0.3s;
  width: 17.53%;
}
.c-topmv .item.scene3 .pobje li.p5 {
  transition-delay: 0.4s;
  width: 38%;
  position: absolute;
  right: 2vw;
  bottom: -5vw;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene3 .pobje li.p5 {
    left: 0;
    width: 92vw;
    bottom: -15vw;
  }
}
.c-topmv .item.scene3.swiper-slide-active li {
  opacity: 1;
}
.c-topmv .item.scene3.swiper-slide-active .arrow {
  opacity: 1;
}
.c-topmv .item.scene4 {
  width: 100%;
  overflow: hidden;
}
.c-topmv .item.scene4 video {
  position: absolute;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  left: 0;
  top: 0;
}
.c-topmv .item.scene4 .text1 {
  font-size: clamp(2rem, 4vw, 10rem);
  position: absolute;
  left: 5vw;
  font-weight: bold;
  color: #fff;
  top: 6vw;
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene4 .text1 {
    font-size: 7vw;
    top: 7vw;
  }
}
.c-topmv .item.scene4 .text2 {
  font-size: clamp(2rem, 4.5vw, 7rem);
  position: absolute;
  left: 5vw;
  font-weight: bold;
  top: 11vw;
  color: #fff;
}
.c-topmv .item.scene4 .text2.-en {
  font-size: clamp(2rem, 5vw, 6rem);
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene4 .text2.-en {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-topmv .item.scene4 .text2 {
    top: 18vw;
    font-size: 9vw;
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.c-topmv .item.scene4 .c-button {
  background-color: #fff;
  color: #0b377b;
}
.c-topmv .item.scene4 .c-button:after {
  background-color: #0b377b;
}

.char {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 0%);
  opacity: 0;
  transition: 0.3s;
}

.swiper-slide-active .text1 .char,
.swiper-slide-active .text2 .char {
  opacity: 1;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}
.swiper-slide-active .text1 .char:nth-child(1),
.swiper-slide-active .text2 .char:nth-child(1) {
  transition-delay: 0.06s;
}
.swiper-slide-active .text1 .char:nth-child(2),
.swiper-slide-active .text2 .char:nth-child(2) {
  transition-delay: 0.12s;
}
.swiper-slide-active .text1 .char:nth-child(3),
.swiper-slide-active .text2 .char:nth-child(3) {
  transition-delay: 0.18s;
}
.swiper-slide-active .text1 .char:nth-child(4),
.swiper-slide-active .text2 .char:nth-child(4) {
  transition-delay: 0.24s;
}
.swiper-slide-active .text1 .char:nth-child(5),
.swiper-slide-active .text2 .char:nth-child(5) {
  transition-delay: 0.3s;
}
.swiper-slide-active .text1 .char:nth-child(6),
.swiper-slide-active .text2 .char:nth-child(6) {
  transition-delay: 0.36s;
}
.swiper-slide-active .text1 .char:nth-child(7),
.swiper-slide-active .text2 .char:nth-child(7) {
  transition-delay: 0.42s;
}
.swiper-slide-active .text1 .char:nth-child(8),
.swiper-slide-active .text2 .char:nth-child(8) {
  transition-delay: 0.48s;
}
.swiper-slide-active .text1 .char:nth-child(9),
.swiper-slide-active .text2 .char:nth-child(9) {
  transition-delay: 0.54s;
}
.swiper-slide-active .text1 .char:nth-child(10),
.swiper-slide-active .text2 .char:nth-child(10) {
  transition-delay: 0.6s;
}
.swiper-slide-active .text1 .char:nth-child(11),
.swiper-slide-active .text2 .char:nth-child(11) {
  transition-delay: 0.66s;
}
.swiper-slide-active .text1 .char:nth-child(12),
.swiper-slide-active .text2 .char:nth-child(12) {
  transition-delay: 0.72s;
}
.swiper-slide-active .text1 .char:nth-child(13),
.swiper-slide-active .text2 .char:nth-child(13) {
  transition-delay: 0.78s;
}
.swiper-slide-active .text1 .char:nth-child(14),
.swiper-slide-active .text2 .char:nth-child(14) {
  transition-delay: 0.84s;
}
.swiper-slide-active .text1 .char:nth-child(15),
.swiper-slide-active .text2 .char:nth-child(15) {
  transition-delay: 0.9s;
}
.swiper-slide-active .text1 .char:nth-child(16),
.swiper-slide-active .text2 .char:nth-child(16) {
  transition-delay: 0.96s;
}
.swiper-slide-active .text1 .char:nth-child(17),
.swiper-slide-active .text2 .char:nth-child(17) {
  transition-delay: 1.02s;
}
.swiper-slide-active .text1 .char:nth-child(18),
.swiper-slide-active .text2 .char:nth-child(18) {
  transition-delay: 1.08s;
}
.swiper-slide-active .text1 .char:nth-child(19),
.swiper-slide-active .text2 .char:nth-child(19) {
  transition-delay: 1.14s;
}
.swiper-slide-active .text1 .char:nth-child(20),
.swiper-slide-active .text2 .char:nth-child(20) {
  transition-delay: 1.2s;
}
.swiper-slide-active .text1 .char:nth-child(21),
.swiper-slide-active .text2 .char:nth-child(21) {
  transition-delay: 1.26s;
}
.swiper-slide-active .text1 .char:nth-child(22),
.swiper-slide-active .text2 .char:nth-child(22) {
  transition-delay: 1.32s;
}
.swiper-slide-active .text1 .char:nth-child(23),
.swiper-slide-active .text2 .char:nth-child(23) {
  transition-delay: 1.38s;
}
.swiper-slide-active .text1 .char:nth-child(24),
.swiper-slide-active .text2 .char:nth-child(24) {
  transition-delay: 1.44s;
}
.swiper-slide-active .text1 .char:nth-child(25),
.swiper-slide-active .text2 .char:nth-child(25) {
  transition-delay: 1.5s;
}
.swiper-slide-active .text1 .char:nth-child(26),
.swiper-slide-active .text2 .char:nth-child(26) {
  transition-delay: 1.56s;
}
.swiper-slide-active .text1 .char:nth-child(27),
.swiper-slide-active .text2 .char:nth-child(27) {
  transition-delay: 1.62s;
}
.swiper-slide-active .text1 .char:nth-child(28),
.swiper-slide-active .text2 .char:nth-child(28) {
  transition-delay: 1.68s;
}
.swiper-slide-active .text1 .char:nth-child(29),
.swiper-slide-active .text2 .char:nth-child(29) {
  transition-delay: 1.74s;
}
.swiper-slide-active .text1 .char:nth-child(30),
.swiper-slide-active .text2 .char:nth-child(30) {
  transition-delay: 1.8s;
}
.swiper-slide-active .text1 .char:nth-child(31),
.swiper-slide-active .text2 .char:nth-child(31) {
  transition-delay: 1.86s;
}
.swiper-slide-active .text1 .char:nth-child(32),
.swiper-slide-active .text2 .char:nth-child(32) {
  transition-delay: 1.92s;
}
.swiper-slide-active .text1 .char:nth-child(33),
.swiper-slide-active .text2 .char:nth-child(33) {
  transition-delay: 1.98s;
}
.swiper-slide-active .text1 .char:nth-child(34),
.swiper-slide-active .text2 .char:nth-child(34) {
  transition-delay: 2.04s;
}
.swiper-slide-active .text1 .char:nth-child(35),
.swiper-slide-active .text2 .char:nth-child(35) {
  transition-delay: 2.1s;
}
.swiper-slide-active .text1 .char:nth-child(36),
.swiper-slide-active .text2 .char:nth-child(36) {
  transition-delay: 2.16s;
}
.swiper-slide-active .text1 .char:nth-child(37),
.swiper-slide-active .text2 .char:nth-child(37) {
  transition-delay: 2.22s;
}
.swiper-slide-active .text1 .char:nth-child(38),
.swiper-slide-active .text2 .char:nth-child(38) {
  transition-delay: 2.28s;
}
.swiper-slide-active .text1 .char:nth-child(39),
.swiper-slide-active .text2 .char:nth-child(39) {
  transition-delay: 2.34s;
}
.swiper-slide-active .text1 .char:nth-child(40),
.swiper-slide-active .text2 .char:nth-child(40) {
  transition-delay: 2.4s;
}
.swiper-slide-active .text1 .char:nth-child(41),
.swiper-slide-active .text2 .char:nth-child(41) {
  transition-delay: 2.46s;
}
.swiper-slide-active .text1 .char:nth-child(42),
.swiper-slide-active .text2 .char:nth-child(42) {
  transition-delay: 2.52s;
}
.swiper-slide-active .text1 .char:nth-child(43),
.swiper-slide-active .text2 .char:nth-child(43) {
  transition-delay: 2.58s;
}
.swiper-slide-active .text1 .char:nth-child(44),
.swiper-slide-active .text2 .char:nth-child(44) {
  transition-delay: 2.64s;
}
.swiper-slide-active .text1 .char:nth-child(45),
.swiper-slide-active .text2 .char:nth-child(45) {
  transition-delay: 2.7s;
}
.swiper-slide-active .text1 .char:nth-child(46),
.swiper-slide-active .text2 .char:nth-child(46) {
  transition-delay: 2.76s;
}
.swiper-slide-active .text1 .char:nth-child(47),
.swiper-slide-active .text2 .char:nth-child(47) {
  transition-delay: 2.82s;
}
.swiper-slide-active .text1 .char:nth-child(48),
.swiper-slide-active .text2 .char:nth-child(48) {
  transition-delay: 2.88s;
}
.swiper-slide-active .text1 .char:nth-child(49),
.swiper-slide-active .text2 .char:nth-child(49) {
  transition-delay: 2.94s;
}
.swiper-slide-active .text1 .char:nth-child(50),
.swiper-slide-active .text2 .char:nth-child(50) {
  transition-delay: 3s;
}
.swiper-slide-active .text1 .char:nth-child(51),
.swiper-slide-active .text2 .char:nth-child(51) {
  transition-delay: 3.06s;
}
.swiper-slide-active .text1 .char:nth-child(52),
.swiper-slide-active .text2 .char:nth-child(52) {
  transition-delay: 3.12s;
}
.swiper-slide-active .text1 .char:nth-child(53),
.swiper-slide-active .text2 .char:nth-child(53) {
  transition-delay: 3.18s;
}
.swiper-slide-active .text1 .char:nth-child(54),
.swiper-slide-active .text2 .char:nth-child(54) {
  transition-delay: 3.24s;
}
.swiper-slide-active .text1 .char:nth-child(55),
.swiper-slide-active .text2 .char:nth-child(55) {
  transition-delay: 3.3s;
}
.swiper-slide-active .text1 .char:nth-child(56),
.swiper-slide-active .text2 .char:nth-child(56) {
  transition-delay: 3.36s;
}
.swiper-slide-active .text1 .char:nth-child(57),
.swiper-slide-active .text2 .char:nth-child(57) {
  transition-delay: 3.42s;
}
.swiper-slide-active .text1 .char:nth-child(58),
.swiper-slide-active .text2 .char:nth-child(58) {
  transition-delay: 3.48s;
}
.swiper-slide-active .text1 .char:nth-child(59),
.swiper-slide-active .text2 .char:nth-child(59) {
  transition-delay: 3.54s;
}
.swiper-slide-active .text1 .char:nth-child(60),
.swiper-slide-active .text2 .char:nth-child(60) {
  transition-delay: 3.6s;
}
.swiper-slide-active .text1 .char:nth-child(61),
.swiper-slide-active .text2 .char:nth-child(61) {
  transition-delay: 3.66s;
}
.swiper-slide-active .text1 .char:nth-child(62),
.swiper-slide-active .text2 .char:nth-child(62) {
  transition-delay: 3.72s;
}
.swiper-slide-active .text1 .char:nth-child(63),
.swiper-slide-active .text2 .char:nth-child(63) {
  transition-delay: 3.78s;
}
.swiper-slide-active .text1 .char:nth-child(64),
.swiper-slide-active .text2 .char:nth-child(64) {
  transition-delay: 3.84s;
}
.swiper-slide-active .text1 .char:nth-child(65),
.swiper-slide-active .text2 .char:nth-child(65) {
  transition-delay: 3.9s;
}
.swiper-slide-active .text1 .char:nth-child(66),
.swiper-slide-active .text2 .char:nth-child(66) {
  transition-delay: 3.96s;
}
.swiper-slide-active .text1 .char:nth-child(67),
.swiper-slide-active .text2 .char:nth-child(67) {
  transition-delay: 4.02s;
}
.swiper-slide-active .text1 .char:nth-child(68),
.swiper-slide-active .text2 .char:nth-child(68) {
  transition-delay: 4.08s;
}
.swiper-slide-active .text1 .char:nth-child(69),
.swiper-slide-active .text2 .char:nth-child(69) {
  transition-delay: 4.14s;
}
.swiper-slide-active .text1 .char:nth-child(70),
.swiper-slide-active .text2 .char:nth-child(70) {
  transition-delay: 4.2s;
}
.swiper-slide-active .text1 .char:nth-child(71),
.swiper-slide-active .text2 .char:nth-child(71) {
  transition-delay: 4.26s;
}
.swiper-slide-active .text1 .char:nth-child(72),
.swiper-slide-active .text2 .char:nth-child(72) {
  transition-delay: 4.32s;
}
.swiper-slide-active .text1 .char:nth-child(73),
.swiper-slide-active .text2 .char:nth-child(73) {
  transition-delay: 4.38s;
}
.swiper-slide-active .text1 .char:nth-child(74),
.swiper-slide-active .text2 .char:nth-child(74) {
  transition-delay: 4.44s;
}
.swiper-slide-active .text1 .char:nth-child(75),
.swiper-slide-active .text2 .char:nth-child(75) {
  transition-delay: 4.5s;
}
.swiper-slide-active .text1 .char:nth-child(76),
.swiper-slide-active .text2 .char:nth-child(76) {
  transition-delay: 4.56s;
}
.swiper-slide-active .text1 .char:nth-child(77),
.swiper-slide-active .text2 .char:nth-child(77) {
  transition-delay: 4.62s;
}
.swiper-slide-active .text1 .char:nth-child(78),
.swiper-slide-active .text2 .char:nth-child(78) {
  transition-delay: 4.68s;
}
.swiper-slide-active .text1 .char:nth-child(79),
.swiper-slide-active .text2 .char:nth-child(79) {
  transition-delay: 4.74s;
}
.swiper-slide-active .text1 .char:nth-child(80),
.swiper-slide-active .text2 .char:nth-child(80) {
  transition-delay: 4.8s;
}

.c-hero {
  position: relative;
  color: white;
  padding: 70px 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-hero {
    margin-bottom: 0;
    max-width: none;
    flex-direction: column;
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-hero {
    padding: 2vw 0vw 8vw;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-hero.-business {
  max-width: 1260px;
  position: relative;
  align-items: center;
  display: flex;
  gap: 4vw;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .c-hero.-business {
    padding: 0 5.3333333333vw 5vw;
    width: 100%;
  }
}
.c-hero.-business .c-hero__title {
  font-size: clamp(1px, 3.7vw, 80px);
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-hero.-business .c-hero__title {
    font-size: 7vw;
  }
}
.c-hero.-business .business03-img {
  height: auto;
  max-width: 400px;
  width: 40%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .c-hero.-business .business03-img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-hero.-business .business03-img {
    position: static;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .c-hero.-business .in {
    width: 100%;
  }
}
.c-hero.-optical {
  font-size: clamp(1px, 4.3vw, 78px);
}
@media screen and (max-width: 767px) {
  .c-hero.-optical {
    font-size: 8vw;
  }
}
.c-hero.-lifescience {
  color: #0b377b;
}
.c-hero.-lifescience .c-hero__title {
  font-size: clamp(30px, 4vw, 60px);
  color: #0b377b;
}
.c-hero.-lifescience .c-hero__description {
  color: #0b377b;
}
.c-hero.-device {
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-hero.-device {
    padding-bottom: 0;
  }
}
.c-hero.-device .c-hero__title {
  font-size: clamp(30px, 4vw, 60px);
}
.c-hero.-device .txt.top {
  color: #3b4043;
}
.c-hero .img2 {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
}
.c-hero .img2 img {
  height: clamp(350px, 30vw, 600px);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero .img2 .txt {
  position: absolute;
  color: #fff;
  font-size: clamp(2rem, 2.2vw, 5rem);
  font-weight: bold;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-hero .img2 .txt {
    transform: translate(0);
    top: auto;
    bottom: 5vw;
  }
}
.c-hero .img2 .txt .c-hero__description {
  max-width: 540px;
}
.c-hero .img2 .txt .c-hero__description.-device {
  max-width: 570px;
  width: 35vw;
}
@media screen and (max-width: 767px) {
  .c-hero .img2 .txt .c-hero__description.-device {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-hero .img2 .txt {
    font-size: 4vw;
    bottom: 4vw;
    left: 5vw;
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .c-hero .img2 {
    margin: 5vw 0 0vw 0;
    border-radius: 0;
  }
}
.c-hero .in {
  max-width: 1200px;
  width: 95%;
}
.c-hero .flex {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.4vw, 20px);
}
@media screen and (max-width: 1024px) {
  .c-hero .flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-hero .flex {
    display: block;
    gap: 0;
  }
}
.c-hero .flex .c-hero__title {
  flex-shrink: 0;
}
.c-hero .c-hero__description {
  font-weight: 700;
  font-size: clamp(16px, 1.3vw, 20px);
  margin-top: clamp(15px, 1.5vw, 30px);
}
@media screen and (max-width: 767px) {
  .c-hero .c-hero__description {
    margin-top: 4vw;
    padding: 0vw 0 1vw;
    font-weight: 400;
    font-size: clamp(10px, 1.4rem, 20px);
  }
}
.c-hero__title {
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 900;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-hero__title {
    font-size: 8vw;
  }
}
.c-hero__description {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-hero__description {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero.-company {
    padding: 0;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-hero.-company.top {
    width: 100%;
    margin-top: 5vw;
  }
}
.c-hero.-company .c-hero__image.top {
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image.top {
    border-radius: 0;
  }
}
.c-hero.-company .c-hero__image.sustainable {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image.sustainable {
    margin-top: 8vw;
    margin-bottom: 0;
  }
}
.c-hero.-company .c-hero__image.sustainable img {
  border-radius: 10px;
}
.c-hero.-company .c-hero__image.sustainable .copy {
  position: absolute;
  left: 8%;
  display: grid;
  gap: clamp(15px, 2vw, 30px);
  top: 50%;
  transform: translate(0, -50%);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.c-hero.-company .c-hero__image.sustainable .copy h2 {
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  font-size: clamp(3rem, 4vw, 7rem);
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image.sustainable .copy h2 {
    font-size: 6vw;
  }
}
.c-hero.-company .c-hero__image.sustainable .copy .txt1 {
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 2.8rem);
  line-height: 1.6;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image.sustainable .copy .txt1 {
    font-size: 3vw;
  }
}
.c-hero.-company .c-hero__image.sustainable .copy .sign {
  text-align: right;
  line-height: 1.4;
  font-size: clamp(1rem, 1.4vw, 2rem);
  font-weight: bold;
}
.c-hero.-company .c-hero__image.sustainable .copy .sign span {
  display: block;
  font-size: 130%;
}
.c-hero.-company .c-hero__image.sustainable .copy .sign.position {
  margin-right: clamp(1px, 0.966vw, 17px);
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image.sustainable .copy .sign.position {
    margin-right: clamp(1px, 1.466vw, 17px);
  }
}
.c-hero.-company .c-hero__image.sustainable .copy.en .txt1 {
  font-size: clamp(1.4rem, 1.647vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image.sustainable .copy.en .txt1 {
    font-size: 3vw;
  }
}
.c-hero.-company .c-hero__image.sustainable .copy.en .sign.position {
  margin-right: clamp(1px, 0.2083vw, 4px);
}
.c-hero.-company .c-hero__image.hasCopy {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image.hasCopy {
    border-radius: 10px;
    margin: 0 auto;
  }
}
.c-hero.-company .c-hero__image.hasCopy .copy {
  position: absolute;
  color: #fff;
  font-size: clamp(2rem, 2.1vw, 4rem);
  font-weight: bold;
  right: 6%;
  top: 36%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image.hasCopy .copy {
    font-size: 4vw;
    right: 6%;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.c-hero.-company .c-hero__image img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero.-company .c-hero__image img.rad10 {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image img.rad10 {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__image img {
    border-radius: 0;
    height: 45vw;
  }
}
.c-hero.-company .c-hero__title {
  margin-bottom: 60px;
  color: #0b377b;
}
.c-hero.-company .c-hero__title.top {
  text-align: right;
  position: absolute;
  right: 8%;
  top: 25%;
  font-size: clamp(30px, 3.5vw, 5.9rem);
}
@media screen and (max-width: 1280px) {
  .c-hero.-company .c-hero__title.top {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__title.top {
    font-size: 5vw;
    line-height: 1.6;
    right: 6%;
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .c-hero.-company .c-hero__title {
    font-size: 7vw;
    margin-bottom: 5vw;
    padding: 2vw 5vw 2px 0;
  }
}
.c-hero.-case-study {
  padding: 0;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-hero.-case-study {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-hero.-case-study .c-hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-hero.-case-study .c-hero__image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-hero.-case-study .c-hero__image {
    height: 44vw;
    border-radius: 0;
    overflow: hidden;
  }
}
.c-hero.-case-study .c-hero__image .hero-section {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
.c-hero.-case-study .c-hero__image .hero-section .hero-text p {
  font-size: 30px;
  font-weight: 700;
  line-height: 55px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-hero.-case-study .c-hero__image .hero-section .hero-text p {
    font-size: 3.7333333333vw !important;
    line-height: 7.4666666667vw !important;
  }
}

.c-lead {
  text-align: center;
  font-weight: bold;
  color: #0b377b;
  font-size: clamp(2rem, 2.7vw, 3.4rem);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 2rem;
  }
}

.c-image {
  margin-bottom: 40px;
}
.c-image.-white {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-image.-white {
    padding: 3vw;
  }
}
.c-image.-flex {
  display: flex;
  gap: 20px;
}
.c-image.-white2 {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.c-image img {
  max-width: 100%;
}
.c-image.-vertical {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-image.-vertical li {
  text-align: center;
}
.c-image.-vertical li img {
  width: auto;
}
.c-image.-vertical p {
  padding-top: 1em;
}
.c-image .c-text {
  color: #222;
}
.c-image .h240 {
  height: 240px;
}
@media screen and (max-width: 767px) {
  .c-image .h240 {
    height: auto;
  }
}
.c-image .h280 {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .c-image .h280 {
    height: auto;
  }
}
.c-image.-r img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-image {
    margin-bottom: 5vw;
  }
}

.c-text p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-text p {
    font-size: 1.4rem;
  }
}
.c-text p + p {
  margin-top: 1em;
}
.c-text dl {
  margin-top: 1em;
  line-height: 1.6;
  padding-bottom: 1em;
}
.c-text dl dt {
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-text dl dt {
    font-size: 1.3rem;
  }
}
.c-text dl dd {
  font-size: 1.6rem;
  line-height: 1.825;
}
@media screen and (max-width: 767px) {
  .c-text dl dd {
    font-size: 1.3rem;
  }
}
.c-text dl.top {
  border-top: 1px solid #ddd;
  padding-top: 2em;
}
.c-text dl.bottom {
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
}

.c-section.-company + .c-section {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-section.-company + .c-section {
    margin-top: 8vw;
  }
}
.c-section + .c-section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-section + .c-section {
    margin-top: 10vw;
  }
}
.c-section.-optical .c-section__title {
  color: #fff;
}
.c-section.-optical .c-section__inner:before {
  background-color: rgba(119, 135, 152, 0.8);
}
@media screen and (max-width: 767px) {
  .c-section.-device {
    padding-bottom: 0;
  }
}
.c-section.-device .c-section__title {
  color: #3b4043;
}
.c-section.-device .c-section__inner {
  border-radius: 10px 0 0 10px;
  position: relative;
  background-color: transparent;
}
.c-section.-device .c-section__inner:before {
  content: "";
  width: 100vw;
  background-color: rgba(204, 213, 221, 0.8);
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-device .c-section__inner:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-section.-device .c-section__inner {
    border-radius: 0;
    margin-left: auto;
    background-color: rgba(204, 213, 221, 0.8);
  }
}
.c-section.-products-device .c-section__title {
  color: #3b4043;
}
.c-section.-products-device .c-section__inner {
  background-color: transparent;
  border-radius: 10px 0 0 10px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-products-device .c-section__inner {
    border-radius: 0;
  }
}
.c-section.-products {
  margin-top: 0;
}
.c-section.-products .c-section__inner {
  border-radius: 10px 0 0 10px;
}
.c-section.-products .c-section__inner:before {
  background-color: #707f89;
}
@media screen and (max-width: 767px) {
  .c-section.-products .c-section__inner {
    border-radius: 0 10px 10px 0;
    background-color: #707f89;
  }
}
.c-section.-products .c-section__title {
  color: #fff;
}
.c-section.-products .c-section__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  gap: 40px;
  color: #fff;
}
.c-section.-products .c-section__description.-flex {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-section.-products .c-section__description.-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-section.-products .c-section__description.-flex {
    flex-direction: column;
    gap: 3vw;
  }
}
.c-section.-products .c-section__description.-flex img {
  width: clamp(250px, 20vw, 500px);
  height: auto;
}
.c-section.-products .c-section__description p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 2em 0;
}
@media screen and (max-width: 767px) {
  .c-section.-products .c-section__description p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.c-section.-products .c-section__products-header {
  margin-bottom: 20px;
}
.c-section.-products .c-section__products-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: white;
  margin: 0;
}
.c-section.-products .c-section__products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: rgba(112, 127, 137, 0.7);
  padding: 40px;
  border-radius: 10px;
  position: relative;
}
.c-section.-products .c-section__products-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(112, 127, 137, 0.7);
  border-radius: 10px;
  z-index: -1;
}
.c-section.-products .c-section__products-column:first-child {
  position: relative;
}
.c-section.-products .c-section__products-column:last-child {
  position: relative;
}
.c-section.-products .c-section__products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-section.-products .c-section__products-list li {
  font-weight: 700;
  font-size: 18px;
  color: white;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.c-section.-products .c-section__products-list li:last-child {
  border-bottom: none;
}
.c-section.-lifescience .c-section__inner {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-section.-lifescience .c-section__inner {
    background-color: #b9dcef;
  }
}
.c-section.-lifescience .c-section__inner:before {
  background-color: #b9dcef;
}
@media screen and (max-width: 767px) {
  .c-section.-lifescience .c-section__inner {
    border-radius: 0;
  }
}
.c-section.-products-lifescience {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__inner {
    background-color: #fff;
  }
}
.c-section.-products-lifescience .c-section__inner:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.c-section.-products-lifescience .c-section__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__content {
    gap: 8vw;
  }
}
.c-section.-products-lifescience .c-section__product-category {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-category {
    gap: 3vw;
  }
}
.c-section.-products-lifescience .c-section__product-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #0b377b;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-header {
    gap: 2vw;
    padding-bottom: 3vw;
  }
}
.c-section.-products-lifescience .c-section__product-number {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #0b377b;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-number {
    font-size: 1.2rem;
  }
}
.c-section.-products-lifescience .c-section__product-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #222222;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-title {
    font-size: 2rem;
  }
}
.c-section.-products-lifescience .c-section__product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .c-section.-products-lifescience .c-section__product-grid {
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.c-section.-products-lifescience .c-section__product-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3vw;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    padding-top: 4vw;
  }
  .c-section.-products-lifescience .c-section__product-item + .c-section__product-item {
    border-top: 1px solid #eee;
  }
}
.c-section.-products-lifescience .c-section__product-image {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.c-section.-products-lifescience .c-section__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.c-section.-products-lifescience .c-section__product-item:hover .c-section__product-image img {
  transform: scale(1.03);
}
.c-section.-products-lifescience .c-section__product-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-text {
    display: contents;
    gap: 0;
    flex: 1;
  }
}
.c-section.-products-lifescience .c-section__product-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #222222;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-name {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.c-section.-products-lifescience .c-section__product-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-products-lifescience .c-section__product-description {
    font-size: 1.3rem;
    width: 100%;
    order: 3;
  }
}
.c-section.-optical:before {
  background-color: rgba(204, 213, 221, 0.8);
}
.c-section.-news {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-news {
    background-color: rgba(204, 213, 221, 0.8);
  }
}
.c-section.-news:before {
  content: "";
  opacity: 0.5;
  width: 100vw;
  top: 0;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-news:before {
    display: none;
  }
}
.c-section.-news.-device .c-section__inner {
  background: transparent;
}
.c-section.-news.-business .c-section__news-item.-top .c-section__news-tags .c-section__news-tag {
  color: #193286;
  background-color: #fff;
}
.c-section.-news .c-section__inner {
  background: transparent;
  border-radius: 10px 0 0 10px;
  padding: 50px 50px 50px 0;
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.c-section.-news .c-section__inner.-blue {
  background-color: #b9dcef;
}
@media screen and (max-width: 767px) {
  .c-section.-news .c-section__inner {
    padding: 5vw;
    gap: 4vw;
  }
}
.c-section.-news .c-section__news-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-section.-news .c-section__news-header {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .c-section.-news .c-section__news-header .c-button {
    width: auto;
  }
}
.c-section.-news .c-section__news-title {
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 53px;
  color: #3b4043;
  margin: 0;
  text-orientation: mixed;
  position: relative;
  z-index: 2;
}
.c-section.-news .c-section__news-button {
  position: absolute;
  top: 86px;
  left: 6px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #193286;
  color: white;
  padding: 0 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 41.2px;
  transition: background-color 0.3s ease;
}
.c-section.-news .c-section__news-button:hover {
  background: #0f1f5a;
}
.c-section.-news .c-section__news-button svg {
  flex-shrink: 0;
}
.c-section.-news .c-section__news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 930px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-section.-news .c-section__news-content {
    gap: 2.5vw;
  }
}
.c-section.-news .c-section__news-item {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.4;
}
.c-section.-news .c-section__news-item.-top {
  flex-wrap: wrap;
  row-gap: 2px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.c-section.-news .c-section__news-item.-top .c-section__news-tags {
  display: flex;
  gap: 5px;
}
.c-section.-news .c-section__news-item.-top .c-section__news-tags .c-section__news-tag {
  background-color: #7d8fac;
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
}
.c-section.-news .c-section__news-item.-top .c-section__news-text {
  width: 100%;
}
.c-section.-news .c-section__news-item.-top .c-section__news-text a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-section.-news .c-section__news-item {
    gap: 1vw;
    flex-direction: column;
    font-size: 1.3rem;
  }
}
.c-section.-news .c-section__news-date {
  font-weight: 700;
  color: black;
  flex-shrink: 0;
}
.c-section.-news .c-section__news-text {
  color: black;
}
.c-section.-news .c-section__news-text a {
  color: #193286;
}
.c-section.-news .c-section__news-divider {
  height: 1px;
  background: #eee;
  width: 100%;
}
.c-section__inner {
  position: relative;
  padding: clamp(30px, 4vw, 60px) clamp(30px, 4vw, 60px) clamp(30px, 4vw, 60px) 0;
  display: flex;
  align-items: flex-start;
  border-radius: 10px 0 0 10px;
  gap: 40px;
}
.c-section__inner:before {
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .c-section__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-section__inner {
    padding: 5vw;
    gap: 5vw;
  }
}
.c-section__title {
  position: sticky;
  top: 120px;
  z-index: 10;
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: column-reverse;
  gap: 1em;
}
.c-section__title.-blue {
  color: #0b377b;
}
@media screen and (max-width: 1024px) {
  .c-section__title {
    position: static;
    writing-mode: horizontal-tb;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title {
    gap: 0.5em;
    margin-bottom: 0;
  }
}
.c-section__title-main {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  text-orientation: mixed;
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-section__title-main {
    font-size: 6.4vw;
  }
}
.c-section__title-sub {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  margin: 0;
  text-orientation: mixed;
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-section__title-sub {
    font-size: 3.2vw;
  }
}
.c-section__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .c-section__content {
    gap: 4vw;
  }
}
.c-section__card {
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.c-section__card:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.c-section__card-content {
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .c-section__card-content {
    padding: 4vw;
    gap: 3vw;
  }
}
.c-section__card-content:after {
  content: url("/assets/img/icon-arrow2.svg");
  display: block;
  background: #0b377b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px 8px 0;
  width: 50px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-section__card-content:after {
    display: none;
  }
}
.c-section__card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0b377b;
}
@media screen and (max-width: 1280px) {
  .c-section__card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .c-section__card-header {
    padding-bottom: 3vw;
    padding-right: 3.5vw;
    position: relative;
  }
  .c-section__card-header:after {
    right: 0;
    top: 50%;
    margin-top: -5vw;
    height: auto;
    position: absolute;
    width: 3.5vw;
    height: 6vw;
    content: "";
    -webkit-mask-image: url("/assets/img/icon-arrow2.svg");
            mask-image: url("/assets/img/icon-arrow2.svg");
    background-color: #0b377b;
    background-color: none;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
.c-section__card-number {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #0b377b;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-section__card-number {
    font-size: 1.2rem;
  }
}
.c-section__card-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #222222;
  margin: 0;
}
.c-section__card-title span {
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .c-section__card-title {
    font-size: 1.8rem;
  }
}
.c-section__card-line {
  height: 1px;
  background: #0b377b;
  width: 100%;
}
.c-section__card-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section__card-description {
    font-size: 1.3rem;
  }
}
.c-section__card-device {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(78, 65, 204, 0.5) 0%, rgba(78, 65, 204, 0.3) 100%);
  border-radius: 10px;
  position: relative;
  min-height: 379px;
  text-decoration: none;
  padding: 0 80px 0 50px;
}
@media screen and (max-width: 1280px) {
  .c-section__card-device {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-section__card-device {
    padding: 0;
  }
}
.c-section__card-device.-pcvm {
  background-image: url(/assets/img/device/pcvm-bg.webp);
  background-size: cover;
}
.c-section__card-device.-pap {
  background-image: url(/assets/img/device/pap-bg.webp);
  background-size: cover;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-section__card-device.-pap {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section__card-device {
    flex-direction: column;
    min-height: auto;
  }
}
.c-section__card-device::after {
  content: url(/assets/img/icon-arrow1.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35dfec;
  border-radius: 0 8px 8px 0;
  width: 50px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-section__card-device::after {
    display: none;
  }
}
.c-section__card-device-image {
  flex-shrink: 0;
  width: 40%;
  max-width: 344px;
  margin-top: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .c-section__card-device-image {
    width: 60%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__card-device-image {
    width: 50%;
    padding: 5vw 0 0vw 0;
    margin: 0 auto;
  }
}
.c-section__card-device-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-section__card-device-content {
  flex: 1;
  padding: 40px 10px 40px 40px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .c-section__card-device-content {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section__card-device-content {
    padding: 5vw;
  }
}
.c-section__card-device-title {
  font-weight: 700;
  font-size: clamp(23px, 1.6vw, 30px);
  line-height: 1.4;
  margin: 0 0 21px 0;
}
@media screen and (max-width: 767px) {
  .c-section__card-device-title {
    font-size: 2rem;
    margin-bottom: 3vw;
  }
}
.c-section__card-device-description {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section__card-device-description {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.c-section.border-b {
  border-bottom: 1px solid #0b377b;
}
.c-section .kakoubox {
  border: 2px solid #0b377b;
  border-radius: 10px;
  padding: 1.5em;
  display: flex;
  gap: 40px;
  margin-top: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-section .kakoubox {
    flex-direction: column;
    padding: 4vw;
    gap: 4vw;
  }
}
.c-section .kakoubox dl {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .c-section .kakoubox dl {
    width: auto;
  }
}
.c-section .kakoubox dl + dl {
  border-left: 1px solid #0b377b;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-section .kakoubox dl + dl {
    border-left: none;
    padding-left: 0;
  }
}
.c-section .kakoubox dt {
  font-weight: bold;
  color: #0b377b;
  font-size: clamp(12px, 1.3vw, 18px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-section .kakoubox dt {
    font-size: 1.4rem;
  }
}
.c-section .kakoubox dd {
  color: #333;
  font-size: clamp(12px, 1.3vw, 18px);
}
@media screen and (max-width: 767px) {
  .c-section .kakoubox dd {
    font-size: 1.3rem;
  }
}
.c-section.-sustainable p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-section.-sustainable p {
    font-size: 1.4rem;
  }
}
.c-section.-sustainable h3 {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: clamp(20px, 2vw, 4rem);
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.c-section.-sustainable h3 .icon {
  width: 50px;
}
.c-section.-sustainable h3.border {
  border-bottom: 1px solid #ccc;
}
.c-section.-sustainable h3.border01::before {
  content: "";
  width: 10px;
  height: clamp(1px, 2.5vw, 50px);
  background-color: #3abf88;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-section.-sustainable h3.border01::before {
    width: 2.6666666667vw;
    height: clamp(1px, 7.692vw, 30px);
  }
}
.c-section.-sustainable h3.border02::before {
  content: "";
  width: 10px;
  height: clamp(1px, 2.5vw, 50px);
  background-color: #72c8d9;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-section.-sustainable h3.border02::before {
    width: 2.6666666667vw;
    height: clamp(1px, 7.692vw, 30px);
  }
}
.c-section.-sustainable h3.border03::before {
  content: "";
  width: 10px;
  height: clamp(1px, 2.5vw, 50px);
  background-color: #7590d3;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-section.-sustainable h3.border03::before {
    width: 2.6666666667vw;
    height: clamp(1px, 7.692vw, 30px);
  }
}

.c-product-link {
  padding-bottom: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-product-link {
    padding-bottom: 10vw;
  }
}
.c-product-link__header {
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}
.c-product-link__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: white;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-product-link__title {
    font-size: 1.8rem;
  }
}
.c-product-link__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-product-link__grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.c-product-link__column:first-child {
  position: relative;
}
.c-product-link__column:last-child {
  position: relative;
}
.c-product-link__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-product-link__list li {
  font-weight: 700;
  font-size: 16px;
  color: white;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  padding: 1.2em 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-product-link__list li {
    font-size: 1.3rem;
    padding: 1em 0;
  }
}
.c-product-link__list li a {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.c-product-link__list li a:hover {
  opacity: 0.7;
}
.c-product-link__list li a:after {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("/assets/img/icon-arrow.svg");
          mask-image: url("/assets/img/icon-arrow.svg");
  width: 25px;
  height: 20px;
  display: block;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  flex-shrink: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .c-product-link__list li a:after {
    width: 20px;
    height: 16px;
  }
}

.c-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.c-card:hover {
  opacity: 0.7;
}

.c-card__image {
  height: 291px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #eee;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.c-card:hover .c-card__image img {
  transform: scale(1.05);
}

.c-card__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #0b377b;
  width: 100%;
  margin: 0;
}

.c-card__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 29.2px;
  color: #222222;
  height: 85.9px;
  width: 100%;
  margin: 0;
}

.c-link-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-link-list__item {
  width: 100%;
}
.c-link-list__item:last-of-type {
  border-bottom: 1px solid #f4f4f4;
}
.c-link-list__link {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  min-height: 88px;
  border-top: 1px solid #f4f4f4;
  padding: 2em 0;
}
.c-link-list__link:hover {
  opacity: 0.7;
}
.c-link-list__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
.c-link-list__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #0b377b;
  margin: 0;
  width: 100%;
}
.c-link-list__description {
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
  width: 100%;
}
.c-link-list__arrow {
  width: 25.845px;
  height: 43.738px;
  flex-shrink: 0;
}
.c-link-list__arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b377b;
  -webkit-mask-image: url("/assets/img/icon-arrow2.svg");
          mask-image: url("/assets/img/icon-arrow2.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media screen and (max-width: 767px) {
  .c-link-list__link {
    gap: 20px;
    min-height: auto;
    padding: 20px 0;
  }
  .c-link-list__content {
    gap: 15px;
  }
  .c-link-list__title {
    font-size: 24px;
    line-height: 32px;
  }
  .c-link-list__description {
    font-size: 16px;
    line-height: 24px;
  }
  .c-link-list__arrow {
    width: 20px;
    height: 35px;
  }
  .c-link-list__divider {
    margin: 30px 0;
  }
}
.c-history {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.c-history__figma-header {
  text-align: center;
  padding: 2em;
  border: 2px solid #0b377b;
  background-color: #ebfdfe;
  border-radius: 5px;
  position: relative;
  margin-bottom: 34px;
}
.c-history__figma-header-year {
  font-size: 34px;
  font-weight: 700;
  color: #35dfec;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}
@media (max-width: 767) {
  .c-history__figma-header-year {
    font-size: 28px;
  }
}
.c-history__figma-header-text p {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767) {
  .c-history__figma-header-text p {
    font-size: 16px;
    padding: 0 20px;
  }
}
.c-history__timeline {
  position: relative;
}
.c-history__timeline::before {
  height: 104%;
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  bottom: 0;
  width: 2px;
  background-color: #0b377b;
  transform: translateX(-50%);
}
@media (max-width: 767) {
  .c-history__timeline::before {
    left: 30px;
    transform: none;
    height: 100%;
    top: -1%;
  }
}
.c-history__timeline::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #0b377b;
  display: inline-block;
  border-radius: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-history__item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-history__item {
    margin-bottom: 4vw;
  }
}
.c-history__item.y2003 {
  margin-top: -142px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y2003 {
    margin-top: 0;
  }
}
.c-history__item.y2004 {
  margin-top: -35px;
}
@media screen and (min-width: 768px) {
  .c-history__item.y2004 p {
    margin-right: -1em;
  }
}
@media screen and (max-width: 1024px) {
  .c-history__item.y2004 {
    margin-top: 0;
  }
}
.c-history__item.y2015 {
  margin-top: -102px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y2015 {
    margin-top: 0;
  }
}
.c-history__item.y201601 {
  margin-top: -70px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y201601 {
    margin-top: 0;
  }
}
.c-history__item.y201602 {
  margin-top: -140px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y201602 {
    margin-top: 0;
  }
}
.c-history__item.y2018 {
  margin-top: -78px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y2018 {
    margin-top: 0;
  }
}
.c-history__item.y2019 {
  margin-top: -103px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y2019 {
    margin-top: 0;
  }
}
.c-history__item.y202001 {
  margin-top: -112px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y202001 {
    margin-top: 0;
  }
}
.c-history__item.y202002 {
  margin-top: -74px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y202002 {
    margin-top: 0;
  }
}
.c-history__item.y2021 {
  margin-top: -125px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y2021 {
    margin-top: 0;
  }
}
.c-history__item.y202201 {
  margin-top: -53px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y202201 {
    margin-top: 0;
  }
}
.c-history__item.y202202 {
  margin-top: -122px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y202202 {
    margin-top: 0;
  }
}
.c-history__item.y2023 {
  margin-top: -60px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y2023 {
    margin-top: 0;
  }
}
.c-history__item.y202501 {
  margin-top: -27px;
}
@media screen and (max-width: 1024px) {
  .c-history__item.y202501 {
    margin-top: 0;
  }
}
.c-history__item.y202502 {
  margin-top: -140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-history__item.y202502 {
    margin-top: 0;
  }
}
.c-history__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 1px;
  background-color: #0b377b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767) {
  .c-history__item::before {
    left: 30px;
    transform: translate(-50%, -50%);
  }
}
.c-history__item--left {
  justify-content: flex-start;
}
.c-history__item--left .c-history__content {
  margin-right: 60px;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  position: relative;
  gap: 10%;
}
@media screen and (max-width: 1024px) {
  .c-history__item--left .c-history__content {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-history__item--right {
  justify-content: flex-end;
}
.c-history__item--right .c-history__content {
  margin-left: 60px;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  position: relative;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .c-history__item--right .c-history__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-history__content {
  background-color: white;
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 48%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-history__content {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-history__content {
    padding: 4vw;
  }
}
.c-history__item--left::before {
  transform: translateX(-100%);
}
.c-history__item--right::before {
  transform: translateX(0%);
}
.c-history__text {
  margin-bottom: 15px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-history__text {
    margin-bottom: 0;
  }
}
.c-history__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .c-history__text p {
    font-size: 3.7333333333vw;
    margin-bottom: 3px;
  }
}
.c-history__text p:last-child {
  margin-bottom: 0;
}
.c-history__text p strong {
  font-weight: 700;
}
.c-history__image {
  display: flex;
  align-items: center;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .c-history__image {
    max-width: none !important;
  }
}
.c-history__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767) {
  .c-history {
    padding: 20px 10px;
  }
  .c-history__timeline::before {
    left: 30px;
  }
  .c-history__item--left, .c-history__item--right {
    justify-content: flex-start;
  }
  .c-history__item--left .c-history__content, .c-history__item--right .c-history__content {
    margin-left: 60px;
    margin-right: 0;
  }
  .c-history__content {
    max-width: none;
    padding: 15px 20px;
  }
  .c-history__text p {
    font-size: 14px;
  }
}
.c-history .c-history__year {
  color: #35dfec;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-history .c-history__year {
    font-size: 2.4rem;
  }
}
.c-history .c-history__year .year {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-history .c-history__year .year {
    font-size: 2rem;
  }
}
.c-history .c-history__year.top {
  margin-bottom: 0;
}
.c-history .c-history__figma-text {
  font-weight: 700;
  line-height: 1.8;
}
.c-col2 {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-col2 {
    gap: 5vw;
  }
}
.c-col2.-boader {
  border: 1px solid #fff;
  padding: 15px;
}
.c-col2.-white {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
.c-col2 .c-video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-col2 {
    flex-direction: column;
  }
  .c-col2.-spcol2 {
    flex-direction: row;
  }
}
.c-col2.-polcy {
  align-items: center;
  gap: 5%;
}
.c-col2.-polcy .c-image {
  width: 400px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-col2.-polcy .c-image {
    width: 70vw;
    margin: 3vw auto;
  }
}
.c-col2.-polcy .c-text {
  width: calc(100% - 400px);
}
.c-col2.-polcy .c-text p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-col2.-polcy .c-text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .c-col2.-polcy .c-text {
    font-size: 1.4rem;
    width: auto;
  }
}
.c-col2 .c-image {
  margin-bottom: 0;
}
.c-col2 .c-image .cellfloat {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .c-col2 .c-image .cellfloat {
    max-width: none;
  }
}
.c-col2 .c-image .cellpetft {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .c-col2 .c-image .cellpetft {
    max-width: 120px;
  }
}
.c-col2 .c-image .cellpetfthandy {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .c-col2 .c-image .cellpetfthandy {
    max-width: 120px;
  }
}
.c-col2 .w30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .c-col2 .w30 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-col2.-sprow {
    flex-direction: row;
  }
  .c-col2.-sprow .c-col2 {
    gap: 5px;
  }
}
.c-col2 .c-col2__title {
  font-size: 18px;
  font-weight: 700;
  color: #0b377b;
  line-height: 1.4;
  border-bottom: 2px solid #0b377b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-col2 .c-col2__title {
    font-size: 4.2666666667vw;
  }
}
.c-col2.-gap20 {
  gap: 20px;
}
.c-col2.-ac {
  align-items: center;
}
.c-col2.-fe {
  align-items: flex-end;
}
.c-col2.-jc {
  justify-content: center;
}
.c-col2.-js {
  justify-content: space-between;
}
.c-col2.-gap65 {
  gap: clamp(20px, 3vw, 65px);
}
.c-col2.-half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-col2.-half .c-col {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-col2.-half iframe {
    min-height: 50vw;
  }
}
.c-col2.-half .c-video iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-col2.-half {
    grid-template-columns: 1fr;
  }
  .c-col2.-half.-spcol2 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.c-col2.profile-image {
  flex-direction: column;
}
.c-col2.profile-image .c-col2__item {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .c-col2.profile-image .c-col2__item {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-col2.profile-image .c-col2__item {
    flex-direction: column;
    gap: 20px;
  }
}
.c-col2.profile-image .c-col2__image {
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .c-col2.profile-image .c-col2__image {
    width: 100%;
    height: auto;
  }
}
.c-col2.profile-image .c-col2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-col2.profile-image .c-col2__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.c-col2.profile-image .c-col2__header {
  color: #0b377b;
  font-weight: 700;
}
.c-col2.profile-image .c-col2__header-position {
  font-size: clamp(12px, 0.84vw, 16px);
  margin-bottom: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-col2.profile-image .c-col2__header-position {
    font-size: 3.7333333333vw;
  }
}
.c-col2.profile-image .c-col2__header-name {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-col2.profile-image .c-col2__header-name {
    font-size: 5.3333333333vw;
  }
}
.c-col2.profile-image .c-col2__history {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-col2.profile-image .c-col2__history-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.8;
  color: #1a1a1a;
}
.c-col2.profile-image .c-col2__history-item:first-of-type {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-col2.profile-image .c-col2__history-item {
    margin-bottom: 0;
    font-size: 3.7333333333vw;
    gap: 5px;
  }
}
.c-col2.profile-image .c-col2__history-date {
  flex-shrink: 0;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .c-col2.profile-image .c-col2__history-date {
    width: auto;
  }
}
.c-col2.profile-image .c-col2__history-text {
  flex: 1;
}
.c-col2.profile-image .c-col2__divider {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}
.c-col2.profile-noimage {
  flex-direction: column;
}
.c-col2.profile-noimage .c-col2__item {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .c-col2.profile-noimage .c-col2__item {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-col2.profile-noimage .c-col2__item {
    flex-direction: column;
    gap: 20px;
  }
}
.c-col2.profile-noimage .c-col2__item--no-image .c-col2__image {
  display: none;
}
.c-col2.profile-noimage .c-col2__image {
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .c-col2.profile-noimage .c-col2__image {
    width: 100%;
    height: auto;
  }
}
.c-col2.profile-noimage .c-col2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-col2.profile-noimage .c-col2__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.c-col2.profile-noimage .c-col2__header {
  color: #0b377b;
  font-weight: 700;
}
.c-col2.profile-noimage .c-col2__header-position {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-col2.profile-noimage .c-col2__header-position {
    font-size: 3.7333333333vw;
  }
}
.c-col2.profile-noimage .c-col2__header-name {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-col2.profile-noimage .c-col2__header-name {
    font-size: 5.3333333333vw;
  }
}
.c-col2.profile-noimage .c-col2__history {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-col2.profile-noimage .c-col2__history-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.8;
  color: #1a1a1a;
}
.c-col2.profile-noimage .c-col2__history-item:first-of-type {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-col2.profile-noimage .c-col2__history-item {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    flex-direction: column;
    gap: 5px;
  }
}
.c-col2.profile-noimage .c-col2__history-date {
  flex-shrink: 0;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .c-col2.profile-noimage .c-col2__history-date {
    width: auto;
  }
}
.c-col2.profile-noimage .c-col2__history-text {
  flex: 1;
}
.c-col2.profile-noimage .c-col2__divider {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}
.c-col2.map {
  flex-direction: column;
}
.c-col2.map .c-col2.-line {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1000px) {
  .c-col2.map .c-col2.-line {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-col2.map .c-col2.-line {
    flex-direction: column;
    gap: 8vw;
    align-items: flex-start;
    padding-bottom: 8vw;
  }
}
.c-col2.map .c-col2.-line:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.c-col2.map .c-col2.-line .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-col2.map .c-col2.-line .txt h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-col2.map .c-col2.-line .txt h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.c-col2.map .c-col2.-line .txt .address {
  font-size: 16px;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-col2.map .c-col2.-line .txt .address {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.c-col2.map .c-col2.-line .txt .access {
  font-size: 16px;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .c-col2.map .c-col2.-line .txt .access {
    font-size: 3.7333333333vw;
  }
}
.c-col2.map .c-col2.-line .txt .access strong {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.c-col2.map .c-col2.-line .txt .access a {
  color: #1a1a1a;
  text-decoration: underline;
}
.c-col2.map .c-col2.-line .txt .access a:hover {
  opacity: 0.7;
}
.c-col2.map .c-col2.-line .map {
  width: 43.5%;
  height: 334px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1000px) {
  .c-col2.map .c-col2.-line .map {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-col2.map .c-col2.-line .map {
    width: 100%;
    height: 66.6666666667vw;
  }
}
.c-col2.map .c-col2.-line .map img,
.c-col2.map .c-col2.-line .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-col2.map .c-col2.-line .map.coming-soon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(146, 146, 146, 0.7);
  border-radius: 10px;
}
.c-col2.list {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-col2.list {
    flex-direction: column;
  }
}
.c-col2.business {
  flex-direction: column;
}
.c-col2.business .c-col2.-line {
  display: flex;
  gap: 100px;
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1000px) {
  .c-col2.business .c-col2.-line {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-col2.business .c-col2.-line {
    flex-direction: column;
    gap: 5vw;
    align-items: flex-start;
    padding-bottom: 8vw;
  }
}
.c-col2.business .c-col2.-line:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.c-col2.business .c-col2.-line .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-col2.business .c-col2.-line .txt {
    display: contents;
  }
}
.c-col2.business .c-col2.-line .txt h3 {
  font-size: 20px;
  font-weight: 900;
  color: #222222;
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-col2.business .c-col2.-line .txt h3 {
    font-size: 4.8vw;
    order: 1;
  }
}
.c-col2.business .c-col2.-line .txt p {
  font-size: 16px;
  line-height: 29.2px;
  color: #222222;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-col2.business .c-col2.-line .txt p {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    order: 3;
  }
}
.c-col2.business .c-col2.-line .txt .c-button {
  padding: 15px 45px 15px 20px;
  background-color: #193286;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-col2.business .c-col2.-line .txt .c-button {
    font-size: 4.2666666667vw;
    order: 4;
  }
}
.c-col2.business .c-col2.-line .txt .c-button:hover {
  opacity: 0.8;
}
.c-col2.business .c-col2.-line .img {
  width: 43.5%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .c-col2.business .c-col2.-line .img {
    width: 100%;
    order: 2;
    height: auto;
    aspect-ratio: 500/325.419;
  }
}
@media screen and (max-width: 767px) {
  .c-col2.business .c-col2.-line .img {
    width: 100%;
    height: auto;
    aspect-ratio: 500/325.419;
  }
}
.c-col2.business .c-col2.-line .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-col3.-fe {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-col3 {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }
}
.c-col3 .c-image {
  margin-bottom: 0;
}
.c-col3 iframe {
  max-width: 100%;
}
.c-col3 .c-col3__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-col3 .c-col3__item {
    gap: 4vw;
  }
}
.c-col3 .c-col3__title {
  font-size: 18px;
  font-weight: 700;
  color: #0b377b;
  line-height: 1.4;
  border-bottom: 2px solid #0b377b;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-col3 .c-col3__title {
    font-size: 4.2666666667vw;
  }
}
.c-col3 .c-col3__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-col3 .c-col3__list li {
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .c-col3 .c-col3__list li {
    font-size: 3.7333333333vw;
  }
}
.c-col3 .c-col3__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0b377b;
}
.c-col3.-sustainable .col {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.c-col3.-sustainable .col .img {
  position: relative;
}
.c-col3.-sustainable .col .img .title {
  right: 20px;
  top: 20px;
  text-align: right;
  width: 100%;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  line-height: 1.4;
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  font-size: clamp(1.5rem, 1.2vw, 2rem);
}
.c-col3.-sustainable .col .img .title span {
  display: block;
  font-size: 140%;
}
.c-col3.-sustainable .col .c-list {
  padding: 1.5em;
}
.c-col3.-sustainable .col .btn {
  padding: 0em 1.5em 1em;
  text-align: center;
  margin-top: auto;
}
.c-col3.-sustainable .col .btn .c-button {
  width: 100%;
}
.c-col3.-sustainable .col .btn .c-button.environment {
  background-color: #3abf88;
}
.c-col3.-sustainable .col .btn .c-button.social {
  background-color: #72c8d9;
}
.c-col3.-sustainable .col .btn .c-button.governance {
  background-color: #7590d3;
}

.c-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .c-col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-col4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.c-col4 .c-image {
  margin-bottom: 0;
}
.c-col4 .c-col4__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-col4 .c-col4__item {
    gap: 4vw;
  }
}
.c-col4 .c-col4__title {
  font-size: 18px;
  font-weight: 700;
  color: #0b377b;
  line-height: 1.4;
  border-bottom: 2px solid #0b377b;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-col4 .c-col4__title {
    font-size: 4.2666666667vw;
  }
}
.c-col4 .c-col4__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-col4 .c-col4__list li {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .c-col4 .c-col4__list li {
    font-size: 3.7333333333vw;
  }
}
.c-col4 .c-col4__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0b377b;
}

.c-list {
  padding-left: 0;
  margin-bottom: 0;
}
.c-list li {
  list-style-type: disc;
  margin-left: 27px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-list li {
    font-size: 1.3rem;
  }
}
.c-list li + li {
  margin-top: 0.8em;
  margin-top: 0.7em;
}
.c-list.disc-none {
  margin-left: 1em;
}
.c-list.disc-none li {
  text-indent: -1em;
  margin-left: 1em;
  margin-left: 0;
  list-style-type: none;
}
.c-list.numbering {
  counter-reset: num;
  list-style: none;
}
.c-list.numbering li {
  counter-increment: num 1;
  text-indent: -1em;
  padding-left: 1.5em;
}
.c-list.numbering li:before {
  content: counter(num) ".";
  margin-right: 0.25em;
}
.c-list.numbering li::marker {
  content: none;
}

.c-localnavi {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-localnavi {
    border-radius: 0;
  }
}
.c-localnavi .localnavi-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-localnavi .localnavi-list {
    justify-content: space-between;
  }
  .c-localnavi .localnavi-list li {
    width: 100%;
  }
}
.c-localnavi .localnavi-list .localnavi-item {
  position: relative;
  z-index: 1;
}
.c-localnavi .localnavi-item {
  padding: 1.5rem 0;
  position: relative;
}
.c-localnavi .localnavi-item + .localnavi-item a {
  border-left: 1px solid #fff;
}
.c-localnavi .localnavi-item a {
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 0 1.5em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-localnavi .localnavi-item a {
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding: 0 0.5em;
    line-height: 1.4;
    font-feature-settings: "palt";
    text-align: center;
  }
}
.c-localnavi .localnavi-item a:hover {
  opacity: 0.7;
}

.c-sustainable-sticky {
  position: relative;
  display: flex;
  gap: clamp(30px, 4vw, 60px);
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .c-sustainable-sticky {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-sticky {
    gap: 4vw;
    min-height: auto;
    margin-bottom: 10vw;
  }
}
.c-sustainable-sticky__image-wrapper {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .c-sustainable-sticky__image-wrapper {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-sticky__image-wrapper {
    width: 100%;
  }
}
.c-sustainable-sticky__image {
  position: sticky;
  top: 150px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-sustainable-sticky__image {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-sticky__image {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
.c-sustainable-sticky__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-sustainable-sticky__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .c-sustainable-sticky__content {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-sticky__content {
    padding-top: 0;
    gap: 4vw;
  }
}
.c-sustainable-sticky__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #4ccad3;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  align-self: flex-start;
}
@media screen and (max-width: 1024px) {
  .c-sustainable-sticky__badge {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-sticky__badge {
    font-size: 4.2666666667vw;
    padding: 2vw 3vw;
  }
}
.c-sustainable-sticky__title {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  color: #000000;
  line-height: 1.67;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-sustainable-sticky__title {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-sticky__title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.c-sustainable-sticky__text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.825;
}
@media screen and (max-width: 1024px) {
  .c-sustainable-sticky__text {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-sticky__text {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.c-sustainable-sticky__text p {
  margin-bottom: 1em;
}
.c-sustainable-sticky__text p:last-child {
  margin-bottom: 0;
}

.c-sustainable-header {
  margin-bottom: clamp(100px, 10vw, 150px);
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .c-sustainable-header {
    gap: 8vw;
    margin-bottom: 4vw;
  }
}
.c-sustainable-header__title {
  font-size: clamp(30px, 3.5vw, 70px);
  font-weight: 700;
  color: #4ccad3;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__title {
    font-size: 6.5vw;
    line-height: 1.5;
  }
}
.c-sustainable-header__content {
  position: relative;
}
.c-sustainable-header__images {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__images {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.c-sustainable-header__images .image-header01 {
  width: 100%;
  max-width: 700px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__images .image-header01 {
    max-width: 100%;
  }
}
.c-sustainable-header__images .image-header01 .img-header01 {
  width: 100%;
  height: auto;
  display: block;
}
.c-sustainable-header__images .image-header02 {
  width: 100%;
  max-width: 690px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__images .image-header02 {
    max-width: 100%;
    grid-row: 3;
  }
}
.c-sustainable-header__images .image-header02 .img-header02 {
  width: 100%;
  height: auto;
  display: block;
}
.c-sustainable-header__images .c-sustainable-header__text {
  position: absolute;
  top: 0%;
  left: 46%;
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__images .c-sustainable-header__text {
    position: relative;
    width: 100%;
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__images .c-sustainable-header__text.sp-lft0 {
    left: 0;
  }
}
.c-sustainable-header__images .c-sustainable-header__text p {
  font-size: 18px;
  line-height: 1.73;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1600px) {
  .c-sustainable-header__images .c-sustainable-header__text p {
    font-size: clamp(1px, 1.125vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__images .c-sustainable-header__text p {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    padding: 4vw 0;
  }
}
.c-sustainable-header__images .c-sustainable-header__list {
  position: absolute;
  bottom: 0;
  left: 0%;
  list-style-type: disc;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0 10px 0 0;
  padding: 1.5em 1.5em 0.1em 1.5em;
}
.c-sustainable-header__images .c-sustainable-header__list:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/sustainable/kado.svg");
  position: absolute;
  left: 0;
  top: -9px;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-sustainable-header__images .c-sustainable-header__list:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/sustainable/kado.svg");
  position: absolute;
  right: -9px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__images .c-sustainable-header__list {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    grid-row: 4;
  }
}
.c-sustainable-header__images .c-sustainable-header__list li {
  margin-left: 25.5px;
  margin-bottom: 1vw;
  font-size: clamp(13px, 1.4vw, 20px);
  font-weight: 700;
  color: #4ccad3;
}
@media screen and (max-width: 767px) {
  .c-sustainable-header__images .c-sustainable-header__list li {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.c-sustainable-header__image-left {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.c-sustainable-header__image-right {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.c-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .c-case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-case-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.c-case-list__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 16px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-case-list__item:hover .c-case-list__image img {
  opacity: 0.9;
  transform: scale(1.5);
}
@media screen and (max-width: 767px) {
  .c-case-list__item {
    padding: 12px;
  }
}

.c-case-list__image {
  width: 100%;
  aspect-ratio: 331.463/198.878;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.c-case-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-case-list__image {
    margin-bottom: 12px;
  }
}

.c-case-list__item:hover .c-case-list__image img {
  transform: scale(1.05);
}

.c-case-list__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 8px 0;
  min-height: 29.2px;
}
@media screen and (max-width: 767px) {
  .c-case-list__title {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
}

.c-case-list__category {
  display: inline-flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .c-case-list__category {
    font-size: 12px;
  }
}

.c-case-detail {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-case-detail {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}

.c-case-detail__image {
  flex-shrink: 0;
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
}
.c-case-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-case-detail__image {
    width: 100%;
  }
}

.c-case-detail__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-case-detail__content {
    gap: 20px;
  }
}

.c-case-detail__meta {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.839;
  color: #1d1d1d;
}
.c-case-detail__meta p {
  margin: 0 0 10px 0;
  line-height: 33.1px;
}
.c-case-detail__meta p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-case-detail__meta {
    font-size: 16px;
    line-height: 1.6;
  }
}

.c-case-detail__product {
  font-weight: 700;
}

.c-case-detail__description {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.9;
  color: #000;
}
.c-case-detail__description p {
  margin: 0 0 1em 0;
}
.c-case-detail__description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-case-detail__description {
    font-size: 16px;
    line-height: 1.8;
  }
}

.c-section-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #222222;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #0b377b;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.c-product-list {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-product-list {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
  }
}
.c-product-list.no-flex {
  display: block;
}
.c-product-list.no-flex .c-product-list__title {
  margin-bottom: 10px;
}

.c-product-list__title {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #0b377b;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-product-list__title {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 8px;
  }
}

.c-product-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.c-product-list__items li {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  line-height: 32px;
  background-color: #ffffff;
  border: 2px solid #0b377b;
  border-radius: 140px;
  padding: 5px 15px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.c-product-list__items li a {
  color: #0b377b;
  text-decoration: none;
  display: block;
}
.c-product-list__items li:hover {
  background-color: #0b377b;
}
.c-product-list__items li:hover a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-product-list__items li {
    font-size: 14px;
    line-height: 28px;
    padding: 4px 12px;
  }
}

.c-feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-feature-list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
  padding-left: 25px;
  position: relative;
}
.c-feature-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #0b377b;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-feature-list li {
    font-size: 14px;
    padding-left: 22px;
  }
}

.c-applinote {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-applinote {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.c-applinote__item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.c-applinote__item .flex {
  display: flex;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .c-applinote__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 4vw;
    gap: 4vw;
    min-height: auto;
  }
}
.c-applinote__item .c-button {
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  width: 100%;
  margin-top: 15px;
}
.c-applinote__image {
  border-radius: 5px;
  width: 30%;
  flex-shrink: 0;
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .c-applinote__image {
    grid-row: 1;
    height: auto;
  }
}
.c-applinote__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-applinote__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  margin: 0 0 0.6em 0;
}
@media screen and (max-width: 767px) {
  .c-applinote__title {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.c-applinote__text {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-applinote__text {
    font-size: 1.2rem;
  }
}

.c-fix-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4a4a4a;
  padding: 24px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-fix-button {
    padding: 2vw 0;
  }
}
.c-fix-button.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.c-fix-button__close {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-fix-button__close {
    display: none;
  }
}
.c-fix-button__close svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
  transition: stroke 0.2s ease;
}
.c-fix-button__close:hover {
  transform: scale(1.1);
}
.c-fix-button__close:hover svg {
  stroke: #ecfcb7;
}
@media (max-width: 768px) {
  .c-fix-button__close {
    top: 8px;
    right: 12px;
    width: 28px;
    height: 28px;
  }
}
.c-fix-button__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .c-fix-button__inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 3vw;
  }
}
.c-fix-button__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-fix-button__text {
    display: none;
    font-size: 14px;
    text-align: center;
  }
  .c-fix-button__text br {
    display: none;
  }
}
.c-fix-button__buttons {
  display: flex;
  gap: 24px;
}
.c-fix-button__buttons.-inpage {
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-fix-button__buttons.-inpage {
    margin-top: 5vw;
    margin-bottom: 10vw;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .c-fix-button__buttons {
    gap: 12px;
    width: 100%;
  }
}
.c-fix-button__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-fix-button__btn {
    font-size: 1.4rem;
    padding: 3vw 2vw;
    width: 100%;
    gap: 3vw;
  }
}
.c-fix-button__btn.-contact {
  background-color: #ecfcb7;
}
.c-fix-button__btn.-contact:hover {
  background-color: #dff5a3;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.c-fix-button__btn.-download {
  background-color: #c3f9ff;
}
.c-fix-button__btn.-download:hover {
  background-color: #aef4ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.c-fix-button__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-fix-button__icon {
    width: 16px;
    height: 16px;
  }
}

.c-accordion {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-accordion {
    gap: 4vw;
  }
}
.c-accordion__item {
  border-bottom: 1px solid #0b377b;
}
.c-accordion__item .c-accordion__icon {
  width: 30px;
  height: 30px;
}
.c-accordion__item .c-accordion__icon::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("/assets/img/icon-arrow.svg");
  background-size: cover;
  transform: rotate(-90deg);
}
.c-accordion__item.-open .c-accordion__content {
  display: flex;
}
.c-accordion__item.-open .c-accordion__icon {
  transform: rotate(180deg);
}
.c-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.c-accordion__header:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-accordion__header {
    padding: 3vw 0;
  }
}
.c-accordion__title {
  font-size: 26px;
  font-weight: 700;
  color: #0b377b;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-accordion__title {
    font-size: 5.3333333333vw;
  }
}
.c-accordion__icon {
  width: 30px;
  height: 15px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-accordion__icon {
    width: 6.4vw;
    height: 3.2vw;
  }
}
.c-accordion__icon svg {
  width: 100%;
  height: 100%;
}
.c-accordion__content {
  display: none;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__content {
    gap: 3vw;
    padding-bottom: 5vw;
  }
}
.c-accordion__content ul li {
  padding: 0.8em 0;
  border-top: 1px dotted #e0e0e0;
  line-height: 1.6;
}
.c-accordion__entry {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.c-accordion__entry:first-child {
  border-top: 1px dashed #e0e0e0;
}
.c-accordion__entry:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-accordion__entry {
    gap: 2vw;
    padding: 3vw 0;
  }
}
.c-accordion__entry-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion__entry-header {
    gap: 2vw;
  }
}
.c-accordion__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  flex-shrink: 0;
}
.c-accordion__badge.-conference {
  background-color: #89ecf8;
  color: #0b377b;
  padding: 5px 20px;
}
.c-accordion__badge.-paper {
  background-color: #0b377b;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-accordion__badge {
    font-size: 3.2vw;
    padding: 1vw 2vw;
  }
}
.c-accordion__entry-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-accordion__entry-title {
    font-size: 3.7333333333vw;
  }
}
.c-accordion__entry-body {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-accordion__entry-body {
    font-size: 3.4666666667vw;
  }
}

.c-news.top .c-pagination {
  display: none;
}
.c-news .wp-block-button__link:hover {
  opacity: 0.7;
}
.c-news .wp-block-button__link[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url(/assets/img/pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-top: -2px;
}
.c-news .nav-list-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-news .nav-list-sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    row-gap: 2vw;
  }
  .c-news .nav-list-sp a {
    display: block;
    background-color: #0b377b;
    color: #fff;
    text-align: center;
    padding: 2vw;
    border-radius: 3px;
  }
  .c-news .nav-list-sp a.active {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .c-news .news-tab__wrap {
    width: 95vw;
    margin-right: -5vw;
    overflow-x: auto;
  }
}
.c-news .news-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #0b377b;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.c-news .news-tabs a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-news .news-tabs {
    width: 180vw;
    margin-right: 5vw;
    flex-wrap: wrap;
  }
}
.c-news .news-tab {
  padding: 12px 23px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #193286;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
  border-right: 1px solid #0b377b;
  text-decoration: none;
}
.c-news .news-tab:last-child {
  border-right: none;
}
.c-news .news-tab:hover {
  opacity: 0.7;
}
.c-news .news-tab.active {
  background: #0b377b;
  color: #fff;
}
.c-news .news-tab.disable {
  color: #cad2df !important;
  cursor: default;
  pointer-events: none;
}
.c-news .news-tab.disable:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-news .news-tab {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 4.2666666667vw;
    flex: 1;
  }
}
.c-news .news-cont {
  display: none;
}
.c-news .news-cont.active {
  display: block;
}
.c-news .news-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-news .news-list {
    font-size: 1.4rem;
    margin-top: 5.3333333333vw;
  }
}
.c-news .news-item {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #cfd1d9;
}
@media screen and (max-width: 767px) {
  .c-news .news-item {
    gap: 2.1333333333vw;
  }
}
.c-news .news-date {
  font-weight: 500;
  flex-shrink: 0;
  min-width: 60px;
}
@media screen and (max-width: 767px) {
  .c-news .news-date {
    font-size: 3.7333333333vw;
    min-width: auto;
  }
}
.c-news .news-category {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  width: 150px;
  color: #193286;
  border: 1px solid #193286;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 2px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-news .news-category {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
.c-news .news-text {
  width: 100%;
  line-height: 1.6;
  text-decoration: none;
}
.c-news .news-text:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-news .news-text {
    font-size: 3.7333333333vw;
  }
}
.c-news .news-text[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("/assets/img/pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-news .news-text[href$=".pdf"]::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 1.6vw;
  }
}
.c-news .news-file-size {
  font-size: 1.4rem;
  color: #666;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .c-news .news-file-size {
    font-size: 3.2vw;
    margin-left: 1.6vw;
  }
}
.c-news .c-news__detail {
  padding: 70px 0;
  max-width: 800px;
}
.c-news .c-news__detail a {
  color: #193286;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail {
    padding: 8.5333333333vw 0;
  }
}
.c-news .c-news__detail .detail-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail .detail-meta {
    gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.c-news .c-news__detail .detail-meta .detail-category {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  color: #193286;
  border: 1px solid #193286;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail .detail-meta .detail-category {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
.c-news .c-news__detail .detail-meta .detail-date {
  font-size: 1.8rem;
  color: #222222;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail .detail-meta .detail-date {
    font-size: 3.7333333333vw;
  }
}
.c-news .c-news__detail h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b377b;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0b377b;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail h2 {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.c-news .c-news__detail h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b377b;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0b377b;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail h3 {
    font-size: 6.4vw;
    margin-top: 12.8vw;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.c-news .c-news__detail p {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.825;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail p {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.c-news .c-news__detail ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail ul {
    margin: 5.3333333333vw 0;
  }
}
.c-news .c-news__detail ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail ul li {
    padding-left: 7.4666666667vw;
    margin-bottom: 1.6vw;
  }
}
.c-news .c-news__detail ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #0b377b;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail ul li::before {
    border-width: 1.6vw 0 1.6vw 2.6666666667vw;
  }
}
.c-news .c-news__detail ul li a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: underline;
  line-height: 1.825;
}
@media screen and (max-width: 767px) {
  .c-news .c-news__detail ul li a {
    font-size: 3.7333333333vw;
  }
}
.c-news .c-news__detail ul li a:hover {
  opacity: 0.7;
}
.c-news .eirItem {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-news .eirItem {
    flex-direction: column;
    gap: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-news .eirItem dl {
  display: contents;
}
.c-news .eirItem .eirItem_head {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .c-news .eirItem .eirItem_head {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.c-news .eirItem .eirItem_date {
  font-size: 1.6rem;
  font-weight: 500;
  flex-shrink: 0;
  min-width: 60px;
}
@media screen and (max-width: 767px) {
  .c-news .eirItem .eirItem_date {
    font-size: 3.7333333333vw;
    min-width: auto;
  }
}
.c-news .eirItem .eirItem_category {
  display: inline-block;
  padding: 4px 12px;
  background: #7d8fac;
  width: 150px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 2px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-news .eirItem .eirItem_category {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
.c-news .eirItem .eirItem_body {
  width: calc(100% - 250px);
}
.c-news .eirItem .eirItem_title {
  font-size: 1.6rem;
  width: 100%;
  line-height: 1.6;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-news .eirItem .eirItem_title {
    font-size: 3.7333333333vw;
  }
}
.c-news .eirItem .eirItem_title .eirItem_title_link {
  text-decoration: none;
}
.c-news .eirItem .eirItem_title .eirItem_title_link:hover {
  text-decoration: underline;
}
.c-news .eirItem .eirItem_title .eirItem_title_link[href$=".pdf"]::after, .c-news .eirItem .eirItem_title .eirItem_title_link[target=_blank][rel=noopener]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("/assets/img/pdr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-news .eirItem .eirItem_title .eirItem_title_link[href$=".pdf"]::after, .c-news .eirItem .eirItem_title .eirItem_title_link[target=_blank][rel=noopener]::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 1.6vw;
  }
}
.c-news .eirItem .eirItem_type,
.c-news .eirItem .eirItem_size {
  display: none;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    flex-wrap: wrap;
  }
}
.c-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.c-pagination .page-numbers:hover {
  background-color: #f5f5f5;
  border-color: #999;
  color: #000;
}
.c-pagination .page-numbers.current {
  background-color: #35dfec;
  border-color: #35dfec;
  color: #fff;
  cursor: default;
}
.c-pagination .page-numbers.current:hover {
  background-color: #35dfec;
  border-color: #35dfec;
  color: #fff;
}
.c-pagination .page-numbers.next, .c-pagination .page-numbers.prev {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .c-pagination {
    gap: 4px;
    margin: 30px 0;
  }
  .c-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 13px;
  }
}

.c-video {
  text-align: center;
}
.c-video.col1 iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .c-video.col1 iframe {
    height: 70vw;
  }
}
.c-video iframe {
  max-width: 100%;
}

.c-icon:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #0b377b;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .c-icon:after {
    width: 2.6666666667vw;
    right: 4vw;
    height: 5.3333333333vw;
    background-size: contain;
  }
}
.c-icon.-white:after {
  background-color: #fff;
}
.c-icon.-blank:after {
  -webkit-mask-image: url("/assets/img/icon-blank.svg");
          mask-image: url("/assets/img/icon-blank.svg");
}

.c-slider {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 1350px) {
  .c-slider {
    width: 64vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-slider {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slider {
    margin-top: 5vw;
    width: 90vw;
  }
}
.c-slider .swiper-wrapper {
  display: flex;
  transition-timing-function: ease-in-out;
}
.c-slider .swiper-slide {
  border-radius: 10px;
  padding: 1.5em;
  border: 1px solid #0f1f5c;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-slider .swiper-slide {
    padding: 4vw;
  }
}
.c-slider .in {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .c-slider .in {
    display: block;
  }
}
.c-slider .in .text {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .c-slider .in .text {
    width: 100%;
  }
}
.c-slider .in .img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .c-slider .in .img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-slider .in .img {
    width: 100%;
  }
}
.c-slider .in .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.c-slider .swiper-slide {
  flex-shrink: 0;
  height: auto;
  display: flex;
  flex-direction: column;
}
.c-slider .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.c-slider .swiper-slide h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 20px;
  color: #193286;
  border-left: 5px solid #35dfec;
  padding-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .c-slider .swiper-slide h3 {
    font-size: 1.6rem;
  }
}
.c-slider .swiper-slide h3 span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-slider .swiper-slide h3 span {
    font-size: 1.2rem;
  }
}
.c-slider .swiper-slide .text {
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-slider .swiper-slide .text {
    font-size: 1.3rem;
  }
}
.c-slider .swiper-slide .text a:hover {
  text-decoration: none;
}
.c-slider .swiper-button-next,
.c-slider .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #193286;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .c-slider .swiper-button-next,
  .c-slider .swiper-button-prev {
    display: none;
  }
}
.c-slider .swiper-button-next:after,
.c-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-slider .swiper-button-next.swiper-button-disabled,
.c-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.c-slider .swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-slider .swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}
.c-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.c-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  display: block;
  border-radius: 50px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.c-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #193286;
}
@media (max-width: 767px) {
  .c-slider {
    padding: 0 20px;
  }
  .c-slider .swiper-slide {
    flex-direction: column;
  }
  .c-slider .swiper-slide .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-slider .swiper-slide .img img {
    margin-bottom: 0;
  }
  .c-slider .swiper-slide .text {
    width: 100%;
  }
  .c-slider .swiper-slide .text h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .c-slider .swiper-slide .text h3 span {
    font-size: 1.4rem;
  }
  .c-slider .swiper-slide .text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-slider .in {
    flex-direction: column;
    gap: 20px;
  }
  .c-slider .in .img {
    width: 100%;
    order: 1;
  }
  .c-slider .in .text {
    width: 100%;
    order: 2;
  }
  .c-slider .swiper-button-next,
  .c-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    font-size: 14px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .c-slider .swiper-button-next:after,
  .c-slider .swiper-button-prev:after {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-slider .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-slider .swiper-button-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
  }
  .c-slider .swiper-pagination {
    margin-top: 20px;
  }
  .c-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}
.c-slider.advantage-swiper .swiper-button-next svg,
.c-slider.advantage-swiper .swiper-button-prev svg {
  width: 45%;
  height: 45%;
}
.c-slider.advantage-swiper .swiper-button-next svg::after,
.c-slider.advantage-swiper .swiper-button-prev svg::after {
  display: none;
}
.c-slider.advantage-swiper .swiper-button-next::after,
.c-slider.advantage-swiper .swiper-button-prev::after {
  display: none;
}

.c-process {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: flex;
  justify-content: center;
  padding: 0 0 32px 0;
}
.c-process__steps {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
  counter-reset: process;
}
.c-process__step {
  position: relative;
  flex: 1 1 0;
  padding: 32px 24px;
  background: #f3f3f3;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #111;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-process__step + .c-process__step {
  margin-left: 18px;
}
.c-process__step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  border-width: 16px 0 16px 24px;
  border-style: solid;
}
.c-process__step:last-child::after {
  display: none;
}
.c-process__step.is-silver {
  border: 4px solid #a3a3a3;
}
.c-process__step.is-silver::after {
  border-color: transparent transparent transparent #a3a3a3;
}
.c-process__step.is-lightblue {
  border: 4px solid #9cebee;
}
.c-process__step.is-lightblue::after {
  border-color: transparent transparent transparent #9cebee;
}
.c-process__step.is-blue {
  border: 4px solid #4674c9;
}
.c-process__step.is-blue::after {
  border-color: transparent transparent transparent #4674c9;
}
.c-process__step.is-navy {
  border: 4px solid #0c208f;
}
.c-process__step.is-navy::after {
  border-color: transparent transparent transparent #0c208f;
}
.c-process__number {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.12;
}
.c-process__body {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-process__body {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .c-process__steps {
    flex-direction: column;
    gap: 20px;
  }
  .c-process__step {
    margin-left: 0 !important;
    padding: 28px 22px 24px;
  }
  .c-process__step::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .c-process__step:last-child::after {
    display: none;
  }
  .c-process__number {
    font-size: 36px;
    top: 10px;
    left: 12px;
  }
}

.page-home .l-header .header-wrap {
  box-shadow: none;
}

.l-header {
  padding: 0;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 16vw;
  }
}
.l-header.white {
  background: rgb(255, 255, 255);
}
.l-header .header-nav .parent-nav .parent-nav-link {
  color: #222;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .parent-nav-link {
    justify-content: space-between;
  }
}
.l-header .logo-img {
  filter: none;
}
.l-header .sp-menu span {
  background-color: #0b377b;
}
.l-header .parent-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header .parent-nav-link {
    color: #222;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .l-header .parent-nav-link {
    width: 100vw;
    padding: 5vw;
  }
}
.l-header .parent-nav-link:hover {
  opacity: 0.7;
}
.l-header.is-black {
  background-color: rgb(255, 255, 255);
}
.l-header.is-black .logo-img {
  filter: none;
}
.l-header.is-black .sp-menu span {
  background-color: #0b377b;
}
@media screen and (min-width: 768px) {
  .l-header.is-black .header-nav .parent-nav .parent-nav-link {
    color: #222;
  }
}
.l-header.is-black .select-lang a,
.l-header.is-black .select-lang span {
  color: #222;
}
.l-header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 clamp(20px, 2.5vw, 40px);
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header .header-wrap {
    padding: 0 4.2666666667vw;
  }
}
.l-header .header-left {
  flex: 0 0 auto;
}
.l-header .header-center {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  padding-left: 25px;
  padding-top: 10px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .l-header .header-center {
    display: none;
  }
}
.l-header .header-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.l-header .logo-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.l-header .logo-img {
  width: clamp(200px, 23vw, 300px);
}
@media screen and (max-width: 767px) {
  .l-header .logo-img {
    width: 60vw;
  }
}
.l-header .header-nav {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-header .header-nav {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    max-height: 100vh;
  }
  .l-header .header-nav.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 60px;
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header-nav {
    height: 90vh;
    max-height: 90vh;
    overflow-y: auto;
  }
  .l-header .header-nav.is-open {
    top: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .btn-inquery {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .btn-inquery {
    padding: 10vw;
  }
}
.l-header .header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .l-header .header-nav ul {
    gap: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav ul {
    flex-direction: column;
    gap: 0;
  }
}
.l-header .header-nav .parent-nav a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header .header-nav .parent-nav a:hover {
  opacity: 0.7;
}
.l-header .header-nav .parent-nav a:hover .plus::after {
  opacity: 0;
}
.l-header .header-nav .parent-nav .arrow-r {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: 0.3s;
}
.l-header .header-nav .parent-nav .arrow-r::before {
  content: "";
  position: absolute;
  background-color: #89ecf8;
  transition: all 0.3s ease;
  -webkit-mask-image: url(/assets/img/icon-arrow1.svg);
          mask-image: url(/assets/img/icon-arrow1.svg);
  transform: rotate(90deg);
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #89ecf8;
}
.l-header .header-nav .parent-nav .arrow {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: 0.3s;
}
.l-header .header-nav .parent-nav .arrow::before {
  content: "";
  position: absolute;
  background-color: #89ecf8;
  transition: all 0.3s ease;
  -webkit-mask-image: url(/assets/img/icon-arrow1.svg);
          mask-image: url(/assets/img/icon-arrow1.svg);
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #89ecf8;
}
.l-header .header-nav .parent-nav .plus {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: 0.3s;
}
.l-header .header-nav .parent-nav .plus::before, .l-header .header-nav .parent-nav .plus::after {
  content: "";
  position: absolute;
  background-color: #89ecf8;
  transition: all 0.3s ease;
}
.l-header .header-nav .parent-nav .plus::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.l-header .header-nav .parent-nav .plus::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.l-header .header-nav .parent-nav .parent-nav-link.on .arrow-r:before {
  transform: rotate(270deg);
}
.l-header .header-nav .parent-nav .parent-nav-link.on .plus:after {
  opacity: 0;
}
.l-header .header-nav .parent-nav .child-nav {
  position: absolute;
  top: 90px;
  left: 0%;
  background: #ffffff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 40px 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav {
    position: static;
    height: 0;
    padding: 0;
  }
}
.l-header .header-nav .parent-nav .child-nav.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav.show {
    height: auto;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-container {
    flex-direction: column;
    gap: 0px;
    padding: 4vw;
    border-bottom: 1px solid #ccc;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title {
  flex-shrink: 0;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #193286;
  white-space: nowrap;
  text-align: left;
  margin: 0 0 30px 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-title h3 {
    margin-bottom: 4vw;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title h3 a {
  color: #193286;
  font-size: 2.2rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-weight: bold;
  display: inline-flex;
  flex-direction: column;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title h3 a:hover:after {
  animation: arrow 1s;
}
@keyframes arrow {
  0% {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }
  50.1% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-title h3 a {
    font-size: 1.8rem;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title h3 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transition: 0.3s;
  background: #0b377b;
  margin-top: 6px;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title h3 a:hover {
  opacity: 0.7;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-divider {
  width: 1px;
  background: #193286;
  flex-shrink: 0;
  align-self: stretch;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-content {
    gap: 25px;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-content.-no-category {
  gap: 0;
  grid-template-columns: 1fr;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-content.-no-category > .category-links {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-content.-no-category > .category-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-content.-no-category > .category-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-category {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-category {
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-category {
    gap: 1px;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .category-header {
    margin-bottom: 5px;
    gap: 10px;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-bar {
  width: 3.11px;
  height: 19.19px;
  background: #0b377b;
  border-radius: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .category-bar {
    width: 3px;
    height: 18px;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .category-title {
    font-size: 1.6rem;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  row-gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .category-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 0;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links li {
  margin: 0;
  padding: 0;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a {
  gap: 6px;
  align-items: center;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a {
    display: flex;
    font-size: 1.3rem;
    padding: 5px 0;
    white-space: normal;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a {
    padding: 10px 0;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links li a:hover {
  color: #0b377b;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a:hover .icon-arrow::before {
  border-color: #0b377b;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .icon-arrow {
  position: relative;
  width: 7.587px;
  height: 12.84px;
  flex-shrink: 0;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .icon-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a .icon-arrow {
    width: 6px;
    height: 10px;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .link-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .link-text .main-text {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a .link-text .main-text {
    font-size: 1.3rem;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .link-text .sub-text {
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a .link-text .sub-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1280px) {
  .l-header .c-button.-contact {
    padding: 12px;
    font-size: 1.8rem;
  }
}
.l-header .nav-link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.l-header .nav-link:hover {
  opacity: 0.7;
}
.l-header .select-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .l-header .select-lang {
    gap: 4px;
    font-size: 1.4rem;
  }
}
.l-header .select-lang a {
  text-decoration: none;
  transition: 0.3s;
}
.l-header .select-lang a:hover {
  opacity: 0.7;
}
.l-header .select-lang span {
  color: #000;
}
.l-header .sp-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .sp-menu {
    display: flex;
    width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header .sp-menu span {
    display: block;
    width: 100%;
    height: 3px;
    transition: 0.3s;
  }
  .l-header .sp-menu.is-open span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .l-header .sp-menu.is-open span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .l-header .sp-menu.is-open span:last-child {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}
.l-header img {
  vertical-align: middle;
}
.l-header .select-lang-sp {
  justify-content: center;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .select-lang-sp {
    display: flex;
    gap: 10px;
    padding-bottom: 25px;
  }
}

.l-detail-content {
  padding-left: 0;
  border-radius: 10px;
  max-width: 1200px;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .l-detail-content.-p0 {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-detail-content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-detail-content {
    width: 100%;
    padding: 4vw 5.3333333333vw;
  }
}
.l-detail-content__inner {
  padding: clamp(20px, 4vw, 50px) clamp(20px, 4vw, 65px) clamp(20px, 4vw, 65px);
}
@media screen and (max-width: 767px) {
  .l-detail-content__inner {
    background-color: #fff;
    padding: 5vw;
  }
}
.l-detail-content .top-visual {
  border-radius: 15px;
  height: 375px;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.l-detail-content .top-visual:has(.digest-list) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.l-detail-content .top-visual .digest-list {
  display: flex;
  align-items: center;
  padding: 35px 40px;
  gap: 25px;
}
.l-detail-content .top-visual .digest-list li {
  aspect-ratio: 1/1;
  background: rgba(1, 172, 235, 0.7);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-bottom: 0;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-inner.-left {
  margin: 0;
}
.l-inner.w-760 {
  max-width: 760px;
}
.l-inner.history {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-inner.history {
    width: 97.0666666667vw;
    padding: 0;
  }
}
.l-inner.sp350 {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-inner.sp350 {
    width: 93.3333333333vw;
    padding: 0;
  }
}
.l-inner.history2 {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-inner.history2 {
    width: 93.3333333333vw;
    padding: 0;
  }
}
.l-inner.w-1000 {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-inner.w-1000 {
    width: 88vw;
    padding: 0;
  }
}
.l-inner.w-1070 {
  max-width: 1070px;
}
.l-inner.w-810 {
  max-width: 810px;
}

.l-content {
  position: relative;
}
.l-content.blue {
  background-color: #D7EFF8;
}

.c-content-lead {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-content-lead {
    flex-direction: column;
  }
}
.c-content-lead .ph {
  width: 47.572815534%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-content-lead .ph {
    width: 100%;
    margin-bottom: 6.6666666667vw;
    order: 2;
  }
}
.c-content-lead .ph img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-content-lead .docs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 47.0873786408%;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .c-content-lead .docs {
    display: contents;
  }
}
.c-content-lead .docs h3 {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: bold;
  color: #008fdd;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-content-lead .docs h3 {
    font-size: 1.8rem;
    margin-bottom: 4vw;
    order: 1;
  }
}
.c-content-lead .docs p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 767px) {
  .c-content-lead .docs p {
    font-size: 1.6rem;
    line-height: 1.6875;
    order: 3;
  }
}
.c-content-media-swapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: num 0;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper {
    gap: 6.6666666667vw;
  }
}
.c-content-media-swapper li {
  counter-increment: num 1;
  display: flex;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li {
    flex-direction: column;
  }
}
.c-content-media-swapper li .ph {
  width: 50%;
  height: auto;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li .ph {
    width: 100%;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.c-content-media-swapper li .ph img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li .ph img {
    height: 53.3333333333vw;
  }
}
.c-content-media-swapper li .txt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  padding: 20px 6.2015503876% 20px 4.6511627907%;
  border-radius: 0 10px 10px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li .txt {
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.c-content-media-swapper li .txt:before {
  display: inline-block;
  content: "理由" counter(num);
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 100px;
  background: #008fdd;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li .txt:before {
    font-size: 2.1rem;
    padding: 0.35em 1em;
  }
}
.c-content-media-swapper li .txt h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #008fdd;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li .txt h3 {
    font-size: 2.1rem;
    margin-top: 2.6666666667vw;
  }
}
.c-content-media-swapper li .txt p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 500;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li .txt p {
    margin-top: 4vw;
  }
}
.c-content-media-swapper li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li:nth-child(even) {
    flex-direction: column;
  }
}
.c-content-media-swapper li:nth-child(even) .txt {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-content-media-swapper li:nth-child(even) .txt {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.c-content-set {
  position: relative;
  display: grid;
  margin-top: 45px;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1280px) {
  .c-content-set {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-content-set {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
    margin-top: 6.4102564103vw;
  }
}
.c-content-set li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #fff;
}
.c-content-set li.sdw-01 {
  box-shadow: 2px 2px 0 #68af3b;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-content-set li.sdw-01:has(.wrap-link:hover) {
    box-shadow: 0 0 0 transparent;
  }
}
.c-content-set li .wrap-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-content-set li .wrap-link:hover {
    opacity: 0.7;
  }
}
.c-content-set li .list-ph img {
  width: 100%;
  vertical-align: bottom;
  transform: translateY(0.7px);
}
.c-content-set li .list-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  font-weight: 500;
  padding: 10px 5px;
  background: #2a6d91;
  word-break: break-word;
}
.c-content-set li .list-txt.gossip {
  background: #9add70;
}
.c-content-list-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .c-content-list-col2 {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
    margin-top: 11.5384615385vw;
  }
}
.c-content-list-col2 li {
  display: flex;
  padding: 20px 30px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 1280px) {
  .c-content-list-col2 li {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-content-list-col2 li {
    padding: 5.1282051282vw;
  }
}
.c-content-list-col2 li .list-ph {
  width: 26.3157894737%;
}
@media screen and (max-width: 1280px) {
  .c-content-list-col2 li .list-ph {
    order: 2;
    width: 70%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-content-list-col2 li .list-ph {
    width: 100%;
    margin: 2.5641025641vw auto 5.1282051282vw;
  }
}
.c-content-list-col2 li .list-ph img {
  width: 100%;
}
.c-content-list-col2 li .list-txt {
  width: 68.421%;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6111111111;
}
@media screen and (max-width: 1280px) {
  .c-content-list-col2 li .list-txt {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .c-content-list-col2 li .list-txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.c-content-list-col2 li .list-txt .list-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7083333333;
}
@media screen and (max-width: 1280px) {
  .c-content-list-col2 li .list-txt .list-ttl {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-content-list-col2 li .list-txt .list-ttl {
    width: 100%;
    margin: 2.5641025641vw auto 5.1282051282vw;
  }
}
@media screen and (max-width: 1280px) {
  .c-content-list-col2 li .list-txt p {
    order: 3;
  }
}

.l-main.bg-company {
  background-color: #fff;
}
.l-main.top {
  background-color: #fff;
}
.l-main::before {
  content: "";
  display: block;
  background-image: url("/assets/img/infinity.svg");
  width: 700px;
  height: 335px;
  position: absolute;
  left: 0;
  top: 30px;
  position: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-main::before {
    width: 93.3333333333vw;
    height: 44vw;
    background-size: contain;
  }
}
.l-main.pages {
  display: flex;
  padding: 90px 0;
  min-height: 100vh;
  align-items: flex-start;
  position: relative;
}
.l-main.pages::before {
  content: "";
  display: block;
  background-image: url("/assets/img/infinity.svg");
  width: 700px;
  height: 335px;
  position: absolute;
  left: 0;
  top: 30px;
  position: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-main.pages::before {
    width: 93.3333333333vw;
    height: 44vw;
    background-size: contain;
  }
}
.l-main.pages.p0 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-main.pages.-white {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-main.pages.-white .l-side-navi .side-navi.-optical .main-title {
    color: #35dfec;
  }
}
@media screen and (max-width: 767px) {
  .l-main.pages {
    padding: 24vw 0 5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main.pages {
    flex-direction: column;
  }
}
.l-main.bg-business {
  background-color: #98a6b5;
}
.l-main.bg-optical {
  background-color: #98a6b5;
  position: relative;
}
.l-main.bg-optical .opmain {
  position: relative;
}
.l-main.bg-optical .opmain .txt {
  position: absolute;
  right: 0;
  font-size: clamp(16px, 1.65vw, 30px);
  top: 0%;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-main.bg-optical .opmain .txt {
    position: static;
    margin-top: 3vw;
  }
}
.l-main.bg-optical .c-title.l3 {
  color: #FFF;
}
.l-main.bg-optical .l-detail-content {
  color: #fff;
}
.l-main.bg-optical .c-col4 .c-col4__title {
  color: #FFF;
  border-color: #FFF;
}
.l-main.bg-optical .c-news .news-text {
  color: #fff;
}
.l-main.bg-optical .c-title.content-head {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main.bg-optical .c-hero {
    padding: 0 5.3333333333vw 5vw;
  }
}
.l-main.bg-optical .c-title.content-head-border {
  color: #fff;
  border-color: #fff;
}
.l-main.bg-optical .c-title.content-head-border .left {
  border-color: #fff;
}
.l-main.bg-optical .c-section.-news .c-section__news-text a,
.l-main.bg-optical .c-section.-news .c-section__news-date,
.l-main.bg-optical .c-section.-news .c-section__news-title {
  color: #fff;
}
.l-main.bg-optical .c-title.content-head.-bd {
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main.bg-optical .l-side-navi .side-navi.-optical .main-title {
    color: #35dfec;
  }
  .l-main.bg-optical.top {
    background-color: #98a6b5;
  }
}
.l-main.bg-optical .realization-text {
  color: #0b377b;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-main.bg-optical .realization-text {
    font-size: 4.8vw;
  }
}
.l-main.bg-lifescience {
  background-color: #daeff6;
}
.l-main.bg-lifescience .c-title.l2 {
  background-color: #c3d3e3;
}
.l-main.bg-lifescience .c-section.-news .c-section__news-divider {
  background-color: #193286;
}
.l-main.bg-lifescience .c-fix-button__btn.-contact {
  background-color: #d5ff48;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .l-main.bg-lifescience .c-fix-button__btn.-contact {
    display: flex;
  }
}
.l-main.bg-lifescience .c-fix-button__btn.-download {
  background-color: #35dfec;
  color: #193286;
}
.l-main.bg-lifescience .c-fix-button__btn.-download path {
  stroke: #193286;
}
.l-main.bg-lifescience .c-fix-button {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.l-main.bg-lifescience .c-fix-button .c-fix-button__text {
  color: #000;
}
.l-main.bg-lifescience .c-fix-button .c-fix-button__close path {
  stroke: #000;
}

.l-footer {
  background-image: url("../img/infinity.svg");
  background-repeat: no-repeat;
  background-size: 780px 350px;
  background-position: 114% 92%;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-image: none;
  }
}
.l-footer .footer-container {
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container {
    padding: 0 0 5vw 0;
  }
}
.l-footer .footer-container .footer-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
.l-footer .footer-container .footer-content .footer-logo-section {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-logo-section {
    width: auto;
    margin: 0 auto;
    padding: 5vw;
  }
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-logo {
  width: 80%;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-logo-section .footer-logo {
    margin: 0 auto 5vw auto;
  }
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-address {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-address {
    margin-bottom: 4vw;
    flex-direction: row;
    justify-content: center;
    gap: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-cta {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-cta {
    margin-bottom: 6.6666666667vw;
    row-gap: 4vw;
  }
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-cta .footer-cta-item {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: #89ecf8;
  border-radius: 10px;
  color: #193286;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-cta .footer-cta-item {
    font-size: 4vw;
  }
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-cta .footer-cta-item:hover {
  opacity: 0.7;
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-cta .footer-cta-item img {
  width: 28px;
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-links {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-links {
    flex-direction: row;
    justify-content: space-between;
    font-size: 2.8vw;
    flex-wrap: wrap;
  }
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-links a {
  color: #3b4043;
  display: block;
}
.l-footer .footer-container .footer-content .footer-logo-section .footer-contact .footer-links a:hover {
  opacity: 0.7;
}
.l-footer .footer-container .footer-content .footer-nav {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section {
    width: 50vw;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section:nth-child(even) {
    border-left: 1px solid #eee;
  }
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-title {
  margin-bottom: 20px;
  color: #193286;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: 2px solid #3b4043;
  font-size: 1.8rem;
  font-weight: 700;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-title a {
  color: #193286;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-title {
    padding: 4vw 5.3333333333vw;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 3.4666666667vw;
    justify-content: center;
  }
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #2b2985;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-title::before {
    display: none;
  }
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-title img {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-title img {
    display: block;
    width: 15px;
  }
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links a {
  margin-bottom: 0.8em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
  color: #3b4043;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links a {
    margin-left: 6.6666666667vw;
  }
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links a:hover {
  opacity: 0.7;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links a.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links a.column span {
  font-size: 1.2rem;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links .footer-nav-subsection {
  margin-bottom: 1em;
  margin-left: 0;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links .footer-nav-subsection .footer-nav-subtitle {
  margin-bottom: 15px;
  margin-left: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links .footer-nav-subsection .footer-nav-subtitle:hover {
  opacity: 0.7;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links .footer-nav-subsection .footer-nav-subtitle img {
  width: 13px;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links .footer-nav-subsection a {
  margin-left: 25px;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links .footer-nav-subsection a img {
  width: 18px;
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links {
  margin-bottom: 1em;
  display: grid;
  margin-left: 15px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section .footer-nav-links {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section.ir {
    margin-top: auto;
  }
}
.l-footer .footer-container .footer-content .footer-nav .footer-nav-section.product .footer-nav-links {
  display: grid;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section.product .footer-nav-links {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-container .footer-content .footer-nav .footer-nav-section.product {
    height: auto;
  }
}
.l-footer .footer-copyright {
  padding: 25px 0;
  background-color: #89ecf8;
  font-weight: 700;
  font-size: 1.6rem;
  color: #193286;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-copyright {
    font-size: 2.6666666667vw;
    padding-bottom: 75px;
  }
}
.l-footer .totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer .totop {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 0;
    bottom: 0;
  }
}
.l-footer .totop.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .l-footer .col-left {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .col-right {
    display: contents;
  }
}

.l-side-navi {
  width: clamp(200px, 26vw, 450px);
  padding: 70px clamp(20px, 3.3vw, 70px);
  box-sizing: border-box;
  position: sticky;
  top: 90px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .l-side-navi {
    width: 100%;
    margin-right: 0;
    padding: 0 5.3333333333vw;
    border-right: none;
    border-bottom: none;
    position: static;
  }
}
.l-side-navi .side-navi .main-title {
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  font-size: clamp(40px, 4.4vw, 70px);
  font-weight: bold;
  line-height: 1;
  color: #0b377b;
  margin: 0 0 15px 0;
  border-bottom: 3px solid #0b377b;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-side-navi .side-navi .main-title {
    font-size: 5.3333333333vw;
    padding-bottom: 0.4em;
    display: inline-block;
  }
}
.l-side-navi .side-navi .sub-title a {
  font-size: 2.2rem;
}
.l-side-navi .side-navi .sub-title a.current {
  opacity: 1;
}
.l-side-navi .side-navi .sub-title a.current:hover {
  opacity: 0.5;
}
.l-side-navi .side-navi.-device .sub-title {
  color: #3b4043;
}
.l-side-navi .side-navi.-device .main-title {
  line-height: 0.7;
  color: #3b4043;
  padding-bottom: 0.4em;
  border-bottom-color: #3b4043;
}
.l-side-navi .side-navi.-device .main-title span {
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .l-side-navi .side-navi.-device .main-title span {
    font-size: 100%;
  }
}
.l-side-navi .side-navi.-device a:before {
  background-color: #666;
}
.l-side-navi .side-navi.-optical .main-title {
  font-size: clamp(40px, 5.4vw, 85px);
  color: #fff;
  border-bottom: 3px solid #35dfec;
}
@media screen and (max-width: 767px) {
  .l-side-navi .side-navi.-optical .main-title {
    font-size: 5.3333333333vw;
  }
}
.l-side-navi .side-navi.-optical .nav-item.line {
  border-color: #35dfec;
}
.l-side-navi .side-navi.-optical .sub-title {
  color: #fff;
}
.l-side-navi .side-navi.-optical a {
  color: #fff;
}
.l-side-navi .side-navi.-optical a.current {
  color: #fff !important;
}
.l-side-navi .side-navi.-optical a:before {
  background-color: #35dfec;
}
.l-side-navi .side-navi.-business .main-title {
  font-size: clamp(40px, 4.7vw, 75px);
  color: #fff;
  border-bottom: 3px solid #35dfec;
}
@media screen and (max-width: 767px) {
  .l-side-navi .side-navi.-business .main-title {
    font-size: 5.3333333333vw;
  }
}
.l-side-navi .side-navi.-business .sub-title {
  color: #fff;
}
.l-side-navi .side-navi.-business a {
  color: #fff;
}
.l-side-navi .side-navi.-business a:before {
  background-color: #35dfec;
}
.l-side-navi .side-navi.-lifescience .main-title {
  font-size: clamp(40px, 5vw, 85px);
  color: #0b377b;
  border-bottom: 3px solid #0b377b;
}
@media screen and (max-width: 767px) {
  .l-side-navi .side-navi.-lifescience .main-title {
    font-size: 5.3333333333vw;
  }
}
.l-side-navi .side-navi.-lifescience a:before {
  background-color: #0b377b;
}
.l-side-navi .side-navi .nav-list {
  display: grid;
  gap: 6px;
}
.l-side-navi .side-navi .nav-list.lifescience .nav-item {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .l-side-navi .side-navi .nav-list.lifescience .nav-item {
    width: auto;
  }
}
.l-side-navi .side-navi .nav-item.line {
  border-top: 1px dotted #0b377b;
  padding-top: 15px;
  margin-top: 10px;
}
.l-side-navi .side-navi .nav-child {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 5px;
  padding-left: 5px;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: 5px;
}
.l-side-navi .side-navi .nav-child a {
  font-size: 1.4rem;
  font-weight: 400;
}
.l-side-navi .side-navi .nav-child a:before {
  width: 3px;
}
.l-side-navi .side-navi .nav-child a.current {
  color: #000;
  font-weight: bold;
}
.l-side-navi .side-navi .sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #0b377b;
  margin: 0.5em 0;
}
.l-side-navi .side-navi .sub-title a:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-side-navi .side-navi .sub-title {
    font-size: 16px;
  }
}
.l-side-navi .side-navi a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  row-gap: 0px;
  line-height: 1.5;
  color: #444;
  font-size: 1.5rem;
  font-weight: 400;
}
.l-side-navi .side-navi a.wrap {
  flex-wrap: wrap;
}
.l-side-navi .side-navi a.nowrap {
  flex-wrap: nowrap;
}
.l-side-navi .side-navi a span {
  margin-left: 1.3em;
  line-height: 1;
  width: 100%;
  font-size: 80%;
  display: block;
}
.l-side-navi .side-navi a:hover {
  opacity: 0.7;
}
.l-side-navi .side-navi a:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #bfbfbf;
}
.l-side-navi .side-navi a.current {
  color: #000;
  font-weight: bold;
}
.l-side-navi .side-navi a.active {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-side-navi .side-navi dd {
    display: none;
  }
}

.l-content-body {
  width: 95%;
  max-width: 1200px;
}
.l-content-body.center {
  padding-top: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-content-body.center {
    padding-top: 6vw;
  }
}
.l-content-body.sustainable {
  max-width: 1500px;
}

.l-topicpath {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 12px 0;
  position: relative;
  z-index: 3;
}
.l-topicpath br {
  display: none !important;
}
.l-topicpath__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-topicpath .breadcrumbs {
  font-size: 14px;
  color: #6c757d;
}
.l-topicpath .breadcrumbs a {
  text-decoration: none;
}
.l-topicpath .breadcrumbs a:hover {
  text-decoration: underline;
}
.l-topicpath .breadcrumbs .breadcrumb_last {
  color: #495057;
  font-weight: 500;
}
@media (max-width: 768px) {
  .l-topicpath {
    padding: 8px 0;
  }
  .l-topicpath__inner {
    padding: 0 15px;
  }
  .l-topicpath .breadcrumbs {
    font-size: 12px;
  }
  .l-topicpath .breadcrumbs .breadcrumb_sep {
    margin: 0 6px;
  }
}

.l-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.6s ease;
  /* 45度の平行四辺形マスクは固定。マスクが左→右へ伸びる */
  /* マスクが0幅の平行四辺形から、同じ角度のまま全幅に伸びる */
}
.l-loading.is-hide {
  opacity: 0;
  pointer-events: none;
}
.l-loading .l1 {
  display: inline-block;
  overflow: hidden;
  /* 終了形（角度固定）。8%/92% は傾きの微調整値 */
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  /* マスク拡張アニメーション */
  will-change: clip-path;
  animation: l1-mask-reveal 1.5s both;
}
.l-loading .l1 > img {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-loading .l1 > img {
    width: 80vw;
    margin: 0 auto;
  }
}
@keyframes l1-mask-reveal {
  0% {
    /* 左端の斜め辺に沿った0幅から開始（左→右に伸びる） */
    clip-path: polygon(8% 0, 8% 0, 0 100%, 0 100%);
  }
  100% {
    /* 画像の右端が切れないよう、わずかにオーバーシュート */
    clip-path: polygon(8% 0, calc(100% + var(--l1-overshoot, 10%)) 0, calc(92% + var(--l1-overshoot, 10%)) 100%, 0 100%);
  }
}

.page-home .l-inner {
  width: 90%;
}
.page-home .section-fv .fv-catchcopy {
  font-size: 9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-home .section-fv .fv-catchcopy {
    font-size: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.page-home .section-fv .fv-news-bar {
  display: flex;
  background: rgba(11, 55, 123, 0.9);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-home .section-fv .fv-news-bar {
    flex-direction: column;
  }
}
.page-home .section-fv .fv-news-label {
  background: #0b377b;
  color: #fff;
  padding: 16px 40px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-home .section-fv .fv-news-label {
    font-size: 4.8vw;
    padding: 3.2vw 5.3333333333vw;
  }
}
.page-home .section-fv .fv-news-content {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #3b4043;
}
@media screen and (max-width: 767px) {
  .page-home .section-fv .fv-news-content {
    font-size: 3.7333333333vw;
    padding: 3.2vw 5.3333333333vw;
  }
}
.page-home .section-news {
  padding: 50px 0 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.page-home .section-news::before {
  content: "";
  display: block;
  background-image: url("/assets/img/infinity.svg");
  width: 700px;
  height: 335px;
  position: absolute;
  left: 0;
  top: -150px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-home .section-news::before {
    width: 80vw;
    height: 40vw;
    top: -10vw;
    background-size: contain;
  }
}
.page-home .section-news::after {
  content: "";
  display: block;
  background-image: url("/assets/img/infinity.svg");
  width: 700px;
  height: 335px;
  position: absolute;
  left: 0;
  bottom: -150px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-home .section-news::after {
    width: 80vw;
    height: 40vw;
    bottom: -10vw;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-news {
    padding: 10vw 0;
  }
}
.page-home .section-news .news-title {
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  font-size: 11rem;
  font-weight: 700;
  color: #193286;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-home .section-news .news-title {
    font-size: 12vw;
  }
}
.page-home .section-news .news-bg-text {
  position: absolute;
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: #f0f3f5;
  line-height: 0.7;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-home .section-news .news-bg-text {
    display: none;
  }
}
.page-home .section-news .news-container {
  position: relative;
  z-index: 1;
}
.page-home .section-news .news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-home .section-news .news-header {
    margin-bottom: 8.5333333333vw;
    gap: 5.3333333333vw;
    justify-content: space-between;
  }
  .page-home .section-news .news-header .c-button {
    padding: 3vw;
    justify-content: space-between;
    width: 23vw;
  }
  .page-home .section-news .news-header .c-button:after {
    right: 3vw;
  }
}
.page-home .section-news .news-banner {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-home .section-news .news-banner {
    width: 80%;
    margin: 0 auto;
  }
}
.page-home .section-news .news-banner img {
  max-width: 100%;
  height: auto;
}
.page-home .section-product {
  padding: 100px 0;
  background: #e8eaed;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-home .section-product {
    padding: 10vw 0;
  }
}
.page-home .section-product .product-bg-text {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}
.page-home .section-product .product-bg-text img {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  transition: 0.3s;
}
.page-home .section-product .product-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.page-home .section-product .product-title {
  font-size: 7rem;
  font-weight: 700;
  color: #193286;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-home .section-product .product-title {
    font-size: 9vw;
    margin-bottom: 8vw;
  }
}
.page-home .section-product .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .page-home .section-product .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-product .product-grid {
    grid-template-columns: 1fr;
    gap: 8.5333333333vw;
  }
}
.page-home .section-product .product-card {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
.page-home .section-product .product-card:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .page-home .section-product .product-card:hover {
    transform: none;
  }
}
.page-home .section-product .product-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.page-home .section-product .product-image img {
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .section-product .product-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 12px 16px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .page-home .section-product .product-label {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 3.7333333333vw;
  }
}
.page-home .section-product .product-content {
  padding: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .page-home .section-product .product-content {
    padding: 4.2666666667vw 0;
  }
}
.page-home .section-product .product-text {
  font-size: 1.6rem;
  line-height: 1.625;
  color: #3b4043;
}
@media screen and (max-width: 767px) {
  .page-home .section-product .product-text {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.page-home .section-strength {
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-home .section-strength {
    padding: 10vw 0;
  }
}
.page-home .section-strength .strength-container {
  text-align: center;
}
.page-home .section-strength .strength-title {
  font-size: 7rem;
  font-weight: 700;
  color: #193286;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-home .section-strength .strength-title {
    font-size: 8.3vw;
    margin-bottom: 10.6666666667vw;
  }
}
.page-home .section-strength .strength-diagram {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
}
.page-home .section-strength .strength-diagram img {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .page-home .section-strength .strength-diagram {
    margin-bottom: 8.5333333333vw;
  }
}
.page-home .section-strength .strength-description {
  font-size: 3rem;
  color: #3b4043;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-home .section-strength .strength-description {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    line-height: 1.4;
    padding: 0 5.3333333333vw;
  }
}
.page-home .section-bottom {
  padding: 0;
}
.page-home .section-bottom .bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-grid {
    grid-template-columns: 1fr;
  }
}
.page-home .section-bottom .bottom-card {
  position: relative;
  height: clamp(400px, 42vw, 640px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card {
    height: 70vw;
  }
}
.page-home .section-bottom .bottom-card .txt {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  justify-content: center;
  left: 0;
  padding: 0 15px;
}
@media screen and (max-width: 1280px) {
  .page-home .section-bottom .bottom-card .txt {
    position: static;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card .txt {
    display: block;
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card {
    height: 85vw;
    padding: 10.6666666667vw 8.5333333333vw;
  }
}
.page-home .section-bottom .bottom-card.light:before {
  background-color: rgba(110, 184, 192, 0.77);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card.light.sp1:before {
    left: 0;
    width: 93vw;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card.light.sp4 {
    padding-left: 12vw;
  }
  .page-home .section-bottom .bottom-card.light.sp4:before {
    background-color: rgba(25, 50, 134, 0.5);
    mix-blend-mode: multiply;
    left: 7vw;
  }
}
.page-home .section-bottom .bottom-card.blue:before {
  background-color: rgba(25, 50, 134, 0.5);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card.blue.sp2 {
    padding-left: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card.blue.sp3:before {
    background-color: rgba(110, 184, 192, 0.77);
    mix-blend-mode: multiply;
  }
}
.page-home .section-bottom .bottom-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  left: 7vw;
  width: 100%;
}
.page-home .section-bottom .bottom-card:nth-child(3):before, .page-home .section-bottom .bottom-card:nth-child(4):before {
  content: "";
  top: 0;
  left: -7vw;
}
.page-home .section-bottom .bottom-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: transform 0.3s ease;
}
.page-home .section-bottom .bottom-card:hover .bottom-card-bg {
  transform: scale(1.1);
}
.page-home .section-bottom .bottom-card-content {
  z-index: 2;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card-content {
    text-align: left;
  }
}
.page-home .section-bottom .bottom-card-label {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card-label {
    font-size: 5vw;
    margin-bottom: 3.2vw;
  }
}
.page-home .section-bottom .bottom-card-title {
  font-size: clamp(2rem, 4vw, 10rem);
  font-family: "Century Gothic", "Helvetica Neue", sans-serif;
  color: #f0f3f5;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card-title {
    font-size: 9vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page-home .section-bottom .bottom-card-description {
  font-size: clamp(1.4rem, 1.2vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-home .section-bottom .bottom-card-description:after {
  content: "";
  width: 17px;
  height: 28px;
  -webkit-mask-image: url("/assets/img/icon-arrow2.svg");
          mask-image: url("/assets/img/icon-arrow2.svg");
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card-description:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-bottom .bottom-card-description {
    font-size: 3vw;
    text-align: left;
    margin-bottom: 6.4vw;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-business .side-navi .main-title {
    display: inline-block;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-business .side-navi dd {
    display: none;
  }
}
.page-business .l-content {
  flex: 1;
  padding: 0;
}
.page-business .content-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-business .page-header {
  display: none;
}
.page-business .business-sections {
  display: flex;
  flex-direction: column;
}
.page-business .business-sections .business-item {
  position: relative;
  align-items: center;
  padding: 80px 50px 80px 0;
  border-radius: 10px 0 0 10px;
  /*-----------------------------------------------------------01--------------*/
  /*-----------------------------------------------------------02--------------*/
  /*-----------------------------------------------------------03--------------*/
  /*-----------------------------------------------------------04--------------*/
}
.page-business .business-sections .business-item:before {
  content: "";
  opacity: 0.5;
  width: 100vw;
  top: 0;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item {
    padding: 5.3333333333vw;
    min-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .page-business .business-sections .business-item .business-item-title {
    border-right: 0px !important;
  }
}
.page-business .business-sections .business-item:nth-child(1) {
  color: white;
  font-size: clamp(1px, 8.42vw, 160px);
  border-radius: 10px 0 0 10px;
}
.page-business .business-sections .business-item:nth-child(1):before {
  background: rgba(112, 127, 137, 0.7);
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item:nth-child(1) {
    border-radius: 0;
    font-size: 0;
    background: rgba(112, 127, 137, 0.7);
  }
}
.page-business .business-sections .business-item:nth-child(1) .business-number {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item:nth-child(1) .business-number {
    font-size: 21.3333333333vw;
  }
}
.page-business .business-sections .business-item:nth-child(1) .business-item-title {
  color: white;
  border-right: 2px solid #ffffff;
}
.page-business .business-sections .business-item:nth-child(1) .business-item-description {
  color: white;
}
.page-business .business-sections .business-item:nth-child(1) .business-link {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.page-business .business-sections .business-item:nth-child(1) .business-link:hover {
  background: rgba(255, 255, 255, 0.3);
}
.page-business .business-sections .business-item:nth-child(2) {
  color: #3b4043;
  font-size: clamp(1px, 5.26vw, 100px);
}
.page-business .business-sections .business-item:nth-child(2):before {
  background: rgba(205, 214, 221, 0.6);
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item:nth-child(2) {
    border-radius: 0;
    font-size: 0;
    background: rgba(205, 214, 221, 0.6);
  }
}
.page-business .business-sections .business-item:nth-child(2) .business-number {
  color: #f0f3f5;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item:nth-child(2) .business-number {
    font-size: 12vw;
  }
}
.page-business .business-sections .business-item:nth-child(2) .business-item-title {
  color: #3b4043;
}
.page-business .business-sections .business-item:nth-child(2) .business-item-description {
  color: #3b4043;
}
.page-business .business-sections .business-item:nth-child(2) .business-link {
  background: rgba(59, 64, 67, 0.1);
  color: #3b4043;
}
.page-business .business-sections .business-item:nth-child(2) .business-link:hover {
  background: rgba(59, 64, 67, 0.2);
}
.page-business .business-sections .business-item:nth-child(3) {
  color: #193286;
  font-size: clamp(1px, 6.32vw, 120px);
}
.page-business .business-sections .business-item:nth-child(3):before {
  background: rgb(218, 239, 246);
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item:nth-child(3) {
    border-radius: 0;
    font-size: 0;
    background: rgb(218, 239, 246);
  }
}
.page-business .business-sections .business-item:nth-child(3) .business-number {
  color: #193286;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item:nth-child(3) .business-number {
    font-size: 14.4vw;
  }
}
.page-business .business-sections .business-item:nth-child(3) .business-item-title {
  color: #193286;
  border-right: 2px solid #193286;
}
.page-business .business-sections .business-item:nth-child(3) .business-item-description {
  color: #193286;
}
.page-business .business-sections .business-item:nth-child(3) .business-link {
  background: rgba(25, 50, 134, 0.1);
  color: #193286;
}
.page-business .business-sections .business-item:nth-child(3) .business-link:hover {
  background: rgba(25, 50, 134, 0.2);
}
.page-business .business-sections .business-item.business-item-esco {
  color: #0b377b;
  font-size: clamp(1px, 6.32vw, 120px);
}
.page-business .business-sections .business-item.business-item-esco:before {
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item.business-item-esco {
    margin-right: auto;
    width: 100%;
    border-radius: 0px 0;
    background: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item.business-item-esco .business-number {
    font-size: 14vw;
  }
}
.page-business .business-sections .business-item.business-item-esco .business-item-title {
  color: #0b377b;
  border-right: 2px solid #193286;
}
.page-business .business-sections .business-item.business-item-esco .business-item-description {
  color: #0b377b;
}
.page-business .business-sections .business-item.business-item-esco .business-link {
  background: rgba(11, 55, 123, 0.1);
  color: #0b377b;
}
.page-business .business-sections .business-item.business-item-esco .business-link:hover {
  background: rgba(11, 55, 123, 0.2);
}
.page-business .business-sections .business-item .business-number {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
  max-width: 1200px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-number {
    gap: 4vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-business .business-sections .business-item .business-number .c-button {
  width: 280px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .page-business .business-sections .business-item .business-number .c-button {
    width: 250px;
    font-size: 16px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-number .c-button {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-number .c-button::after {
    width: 2.9333333333vw;
    height: 5.0666666667vw;
  }
}
.page-business .business-sections .business-item .business-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-content {
    flex-direction: column;
    text-align: left;
    gap: 30px;
    padding: 0;
  }
}
.page-business .business-sections .business-item .business-content .business-text {
  margin-bottom: 50px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .page-business .business-sections .business-item .business-content .business-text {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-content .business-text {
    margin-bottom: 4vw;
    gap: 2.6666666667vw;
    max-width: 100%;
  }
}
.page-business .business-sections .business-item .business-content .business-item-title {
  padding-right: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(28px, 2.11vw, 40px);
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .page-business .business-sections .business-item .business-content .business-item-title {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-content .business-item-title {
    padding-right: 0;
    font-size: 20px;
    margin-bottom: 0;
    border-right: none;
  }
}
.page-business .business-sections .business-item .business-content .business-item-description {
  padding-left: 50px;
  font-size: clamp(14px, 1.35vw, 22px);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .page-business .business-sections .business-item .business-content .business-item-description {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-content .business-item-description {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
  }
}
.page-business .business-sections .business-item .business-content .business-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-content .business-link {
    font-size: 16px;
    padding: 12px 24px;
  }
}
.page-business .business-sections .business-item .business-content .business-link svg {
  width: 14px;
  height: 14px;
}
.page-business .business-sections .business-item .business-image {
  flex: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item .business-image {
    margin-bottom: 2.6666666667vw;
  }
}
.page-business .business-sections .business-item .business-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.page-business .business-sections .business-item.device .device-txt {
  position: relative;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .page-business .business-sections .business-item.device .device-txt {
    margin-top: -2vw;
    margin-bottom: 3vw;
  }
}
.page-business .business-sections .business-item.device .business-item-title {
  border-right: 2px solid #3B4043;
}
.page-business .business-sections .business-item.device .business-number {
  position: relative;
  z-index: 10;
  gap: 5%;
  text-align: left;
}

.page-company .side-navi a::before {
  background-color: #0b377b;
}
.page-company .l-content {
  flex: 1;
  padding: 0;
}
.page-company .content-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-company .page-header {
  display: none;
}
.page-company .card-section {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body {
    width: 100%;
    padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.page-company .l-content-body .c-col2__charge {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-col2__charge {
    font-size: 3.7333333333vw;
  }
}
.page-company .l-content-body .c-col2__charge em {
  display: block;
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .u-col2 {
    margin-bottom: 8vw;
    gap: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-card {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-card__image {
    height: 46.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-card__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-card__description {
    height: auto;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__description {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__link {
    border-top: 1px solid #dddddd;
    gap: 10.6666666667vw;
  }
}
.page-company .l-content-body .c-link-list__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__item .c-link-list__link {
    padding-right: 10vw;
  }
}
.page-company .l-content-body .c-link-list__item:after {
  content: "";
  -webkit-mask-image: url("/assets/img/icon-arrow.svg");
          mask-image: url("/assets/img/icon-arrow.svg");
  display: block;
  position: absolute;
  background-color: #0b377b;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__item:last-of-type:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__arrow {
    width: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__arrow::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__content {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-company .l-content-body .c-link-list__divider {
    margin: 0;
  }
}
.page-company .page-greeting-wrapper {
  max-width: 1200px;
}
.page-company .signature-text {
  text-align: right;
  margin-top: 2em;
  font-family: serif;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: flex-end;
}
.page-company .signature-text .signature-position {
  font-size: 26.4px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-company .signature-text .signature-position {
    font-size: 3.7333333333vw;
  }
}
.page-company .signature-text .signature-name {
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-company .signature-text .signature-name {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.page-company .signature-text .signature-name.en {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-company .signature-text .signature-name.en {
    flex-direction: row;
  }
}

.page-contact {
  max-width: 990px;
  margin: 0 auto;
  padding: 80px 0 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .page-contact.-thanks {
    text-align: center;
    width: 99.8vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page-contact {
    width: auto;
    padding-top: 0;
  }
}
.page-contact .btn-submit input:disabled {
  opacity: 0.5;
}
.page-contact .c-title.content-head.-bd {
  margin-bottom: 0.5em;
}
.page-contact .contact-head .text {
  margin: 2em 0 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-head .text {
    font-size: 1.4rem;
  }
}
.page-contact .c-hero__title {
  font-size: clamp(35px, 3.5vw, 50px);
}
@media screen and (max-width: 767px) {
  .page-contact .c-hero__title {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .c-title.content-head.sp-mgn {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.page-contact .contact-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-head {
    flex-direction: column;
    padding: 0 5.3333333333vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page-contact .contact-head .title-cont span {
  display: inline-block;
  margin-top: 45px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-head .title-cont span {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-head .inquery-cont {
    margin-top: 8vw;
  }
}
.page-contact .contact-head .inquery-cont ul li {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-head .inquery-cont ul li {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-head .inquery-cont ul li + li {
    margin-top: 2.6666666667vw;
  }
}
.page-contact .contact-head .inquery-cont ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #0b377b;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-head .inquery-cont ul li a {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.page-contact .contact-head .inquery-cont ul li a:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid #0b377b;
  border-right: 2px solid #0b377b;
  transform: rotate(-45deg);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .page-contact .pcvm-lead {
    padding: 0 5.3333333333vw;
  }
}
.page-contact .step-col3 {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-contact .step-col3 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .step-col3 {
    margin-top: 8vw;
  }
}
.page-contact .step-col3 .col-content {
  position: relative;
  width: 27%;
  line-height: 54px;
  border-radius: 54px;
  position: relative;
  color: #333;
  background: #fff;
  text-align: center;
  border: 1px solid #012b74;
  font-size: 1.6rem;
  font-weight: 700;
  box-sizing: border-box;
  border-color: #0693e3;
}
@media screen and (max-width: 767px) {
  .page-contact .step-col3 .col-content {
    width: 30%;
    font-size: 4vw;
    border-radius: 14.4vw;
    line-height: 10.6666666667vw;
  }
}
.page-contact .step-col3 .col-content.active {
  background-color: #0693e3;
  border-color: #0693e3;
  color: #fff;
}
.page-contact .step-col3 .col-content .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
}
.page-contact .step-col3 .col-border {
  width: 9.5%;
  height: 1px;
  margin: auto 0;
  background: #0693e3;
}
@media screen and (max-width: 767px) {
  .page-contact .step-col3 .col-border {
    width: 5%;
  }
}
.page-contact .step-col3.c-cvm .col-content {
  background: #fff;
  border-color: #8874ff;
}
.page-contact .step-col3.c-cvm .col-content.active {
  background-color: #8874ff;
  border-color: #8874ff;
  color: #fff;
}
.page-contact .step-col3.c-cvm .col-border {
  background: #8874ff;
}
.page-contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  margin-top: 60px;
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form {
    margin: 6vw 4vw;
    padding: 4vw;
  }
}
.page-contact .contact-form.bg-blue {
  background: #e8f6f9;
}
.page-contact .contact-form.bg-blue02 {
  background: #e7ebf7;
}
.page-contact .contact-form.bg-blue03 {
  background: #e7f3f1;
}
.page-contact .contact-form.bg-blue04 {
  background: #f4f4f4;
}
.page-contact .contact-form__row {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
  }
}
.page-contact .contact-form__row--address {
  align-items: flex-start;
}
.page-contact .contact-form__col {
  display: flex;
  align-items: left;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__col {
    gap: 2vw;
  }
}
.page-contact .contact-form__col .contact-form__label {
  display: flex;
  width: 100%;
}
.page-contact .contact-form__col .contact-form__label .contact-form__label-text {
  flex-grow: initial;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__col .contact-form__label .contact-form__label-text {
    width: calc(100% - 16vw);
  }
}
.page-contact .contact-form__col .contact-form__label .contact-form__opt {
  min-width: 44px;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__col .contact-form__label .contact-form__opt {
    min-width: 12vw;
  }
}
.page-contact .contact-form__col .contact-form__field .horizontal-item input.is-appear {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.page-contact .contact-form__label {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page-contact .contact-form__label {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__label {
    gap: 4vw;
  }
}
.page-contact .contact-form__label-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 29.2px;
  color: #000;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__label-text {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.page-contact .contact-form__req, .page-contact .contact-form__opt {
  padding: 4px 7px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__req, .page-contact .contact-form__opt {
    padding: 1.0666666667vw 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.page-contact .contact-form__req {
  background: #ff2d2d;
}
.page-contact .contact-form__opt {
  background: #7e7e7e;
}
.page-contact .contact-form__field {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__field {
    width: 100%;
  }
}
.page-contact .contact-form__field input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0;
}
.page-contact .contact-form .p-country-name {
  display: none;
}
.page-contact .contact-form .c-input {
  height: 40px;
  max-width: 653px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form .c-input {
    height: 10.6666666667vw;
    width: 100%;
  }
}
.page-contact .contact-form .c-input--sm {
  width: 150px;
}
.page-contact .contact-form .c-textarea {
  max-width: 653px;
  width: 100%;
  height: 214px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form .c-textarea {
    width: 100%;
  }
}
.page-contact .contact-form__divider {
  height: 1px;
  background: url(../img/icon-arrow1.svg) no-repeat -9999px -9999px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form__divider {
    display: none;
  }
}
.page-contact .contact-form__postal {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.page-contact .contact-form__postal-mark {
  font-size: 16px;
}
.page-contact .contact-form__dash {
  font-family: "Noto Sans", sans-serif;
}
.page-contact .contact-form__note {
  position: relative;
}
.page-contact .contact-form__radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.page-contact .contact-form__ir-link {
  display: block;
  text-decoration: underline;
  margin-top: 6px;
  line-height: 1.4;
}
.page-contact .c-privacy {
  position: relative;
  border: 3px solid #0b377b;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .page-contact .c-privacy {
    padding: 5.3333333333vw;
    margin: 16vw 5.3333333333vw 0;
  }
  .page-contact .c-privacy.-istype2 {
    margin: 0;
  }
}
.page-contact .c-privacy__title {
  color: #0b377b;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.page-contact .c-privacy__body {
  font-size: 14px;
  line-height: 2;
  color: #111;
}
.page-contact .c-privacy__agree {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-contact .c-privacy__agree {
    gap: 2.6666666667vw;
    margin-top: 3.7333333333vw;
    font-size: 3.6vw;
  }
}
.page-contact .c-privacy__agree input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0;
}
.page-contact .btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-contact .btn-submit {
    margin-top: 3vw;
  }
}
.page-contact .btn-submit .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 65px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #0b377b;
}
@media screen and (max-width: 767px) {
  .page-contact .btn-submit .next {
    width: 80vw;
    height: 17.3333333333vw;
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page-contact .btn-submit .next:hover {
    cursor: pointer;
  }
}
.page-contact .contact-complete__text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-complete__text {
    font-size: 4vw;
  }
}
.page-contact .contact-complete__btn {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-complete__btn {
    width: 90%;
    margin: 13.3333333333vw auto;
  }
}
.page-contact .contact-complete .catalog-thanks {
  padding: 50px 0 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-complete .catalog-thanks {
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}
.page-contact .contact-complete .catalog-thanks .list-catalog {
  margin-top: 40px;
}
.page-contact .contact-complete .catalog-thanks .list-catalog p a {
  font-size: 1.6rem;
}
.page-contact .contact-complete .catalog-thanks .list-catalog p a:hover {
  opacity: 0.7;
}
.page-contact .catalog-thanks {
  padding: 50px 0 100px;
  text-align: center;
}
.page-contact .catalog-thanks p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-contact .catalog-thanks {
    padding: 26.6666666667vw 5.3333333333vw 26.6666666667vw;
  }
}
.page-contact .catalog-thanks .list-catalog {
  margin-top: 40px;
}
.page-contact .catalog-thanks .list-catalog p a {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .page-contact .catalog-thanks .list-catalog p a {
    font-size: 1.4rem;
  }
}
.page-contact .catalog-thanks .list-catalog p a:hover {
  opacity: 0.7;
}

.bg-lifescience .c-lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .c-lead {
    margin-bottom: 5vw;
  }
}
.bg-lifescience .u-note2 {
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .u-note2 {
    margin-right: 10px;
    font-size: 1.2rem;
  }
}
.bg-lifescience .phead {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .phead {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .bg-lifescience .phead .c-title.-image {
    border-radius: 0;
  }
}
.bg-lifescience .phead .c-localnavi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .phead .c-localnavi {
    position: static;
    background-color: #0b377b;
  }
}
.bg-lifescience .phead .c-localnavi::after {
  content: "";
  display: block;
  background-color: rgb(20, 63, 137);
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .phead .c-localnavi::after {
    display: none;
  }
}
.bg-lifescience .l-detail-content.nobg {
  background-color: transparent;
}
.bg-lifescience .l-detail-content.nobg .l-detail-content__inner {
  padding: clamp(20px, 4vw, 50px) 0 clamp(20px, 4vw, 65px);
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .l-detail-content__inner {
    background-color: transparent;
    padding: 4vw;
  }
}
.bg-lifescience .l-detail-content.nobg .c-title.l2 {
  background-color: #ffffff;
}
.bg-lifescience .l-detail-content.nobg .c-box.-bd {
  border: none;
}
.bg-lifescience .l-detail-content.nobg .c-table.blue th {
  background-color: #c3d3e3;
}
.bg-lifescience .l-detail-content.nobg .c-table.blue td {
  background-color: #fff;
}
.bg-lifescience .l-detail-content.nobg .white {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .white {
    padding: 3vw;
  }
}
.bg-lifescience .l-detail-content.nobg .column {
  display: grid;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1280px) {
  .bg-lifescience .l-detail-content.nobg .column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .bg-lifescience .l-detail-content.nobg .column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column {
    grid-template-columns: 1fr;
  }
}
.bg-lifescience .l-detail-content.nobg .column.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.bg-lifescience .l-detail-content.nobg .column.-col2 .item {
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column.-col2 {
    grid-template-columns: 1fr;
  }
}
.bg-lifescience .l-detail-content.nobg .column.-col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.bg-lifescience .l-detail-content.nobg .column.-col3 .item {
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .bg-lifescience .l-detail-content.nobg .column.-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column.-col3 {
    grid-template-columns: 1fr;
  }
}
.bg-lifescience .l-detail-content.nobg .column .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column .item {
    width: 100%;
    padding: 4vw;
  }
}
.bg-lifescience .l-detail-content.nobg .column .item .c-image {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column .item .c-image {
    margin-bottom: 10px;
  }
}
.bg-lifescience .l-detail-content.nobg .column .item h3 {
  font-size: 1.8rem;
  color: #0b377b;
  line-height: 1.2;
  margin-bottom: 15px;
  display: flex;
  min-height: 2.5em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column .item h3 {
    height: auto;
    font-size: 1.6rem;
  }
}
.bg-lifescience .l-detail-content.nobg .column .item.wide {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column .item.wide {
    width: 100%;
    grid-column: span 1;
  }
}
.bg-lifescience .l-detail-content.nobg .column .item.wide .makcell-itemflex {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column .item.wide .makcell-itemflex {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .bg-lifescience .l-detail-content.nobg .column .item.wide .makcell-itemflex {
    flex-direction: column;
    gap: 0;
  }
}

.page-plasmacvm .l-detail-content__wrapper {
  max-width: 1200px;
  width: 95%;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .l-detail-content__wrapper {
    width: 100%;
    margin-top: 5vw;
    border-radius: 0;
  }
  .page-plasmacvm .l-detail-content__wrapper.nobg {
    background-color: transparent;
    margin-top: 0;
  }
}
.page-plasmacvm .l-detail-content__wrapper .c-box {
  border: 1px solid #0b377b;
  background-color: transparent;
}
.page-plasmacvm .l-detail-content__wrapper .l-detail-content {
  width: 100%;
  margin-top: 0;
}
.page-plasmacvm .c-box p {
  line-height: 1.6;
}
.page-plasmacvm .c-box p + p {
  margin-top: 1em;
}
.page-plasmacvm .pcvm-mv {
  position: relative;
  margin-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv {
    min-height: auto;
    border-radius: 0;
    margin-bottom: 5vw;
  }
}
.page-plasmacvm .pcvm-mv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.page-plasmacvm .pcvm-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-plasmacvm .pcvm-mv__content {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 40px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .page-plasmacvm .pcvm-mv__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__content {
    padding: 5vw;
    gap: 5vw;
  }
}
.page-plasmacvm .pcvm-mv__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__text {
    gap: 4vw;
  }
}
.page-plasmacvm .pcvm-mv__title {
  display: flex;
  flex-direction: column;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__title {
    gap: 3vw;
  }
}
.page-plasmacvm .pcvm-mv__title-main {
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 900;
  line-height: 1.4;
  color: white;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__title-main {
    font-size: 4.8vw;
  }
}
.page-plasmacvm .pcvm-mv__title-sub {
  color: white;
}
.page-plasmacvm .pcvm-mv__title-sub .large {
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 900;
  line-height: 1.4;
}
.page-plasmacvm .pcvm-mv__title-sub .large .rmark {
  font-size: 40%;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__title-sub .large {
    font-size: 6.9333333333vw;
  }
}
.page-plasmacvm .pcvm-mv__title-sub .small {
  font-size: clamp(12px, 1.2vw, 19px);
  font-weight: 900;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__title-sub .small {
    font-size: 3.2vw;
  }
}
.page-plasmacvm .pcvm-mv__description {
  color: white;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__description {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-mv__info {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__info {
    flex-direction: column;
    padding: 4vw;
    gap: 3vw;
  }
}
.page-plasmacvm .pcvm-mv__info-title {
  font-size: clamp(12px, 1.4vw, 20px);
  font-weight: 700;
  color: white;
  margin: 0 0 8px 0;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__info-title {
    font-size: 3.7333333333vw;
  }
}
.page-plasmacvm .pcvm-mv__info-text {
  font-size: clamp(12px, 1.4vw, 20px);
  font-weight: 500;
  color: white;
  margin: 0;
  line-height: 1.7;
}
.page-plasmacvm .pcvm-mv__info-text li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__info-text {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-mv__info-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__info-divider {
    width: 100%;
    height: 1px;
  }
}
.page-plasmacvm .pcvm-mv__image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv__image {
    width: 60%;
    margin: 0 auto;
  }
}
.page-plasmacvm .pcvm-mv.pap {
  width: 100%;
  position: relative;
  min-height: auto;
}
.page-plasmacvm .pcvm-mv.pap .pcvm-mv__title {
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(0, -50%);
  font-size: clamp(18px, 3.43vw, 60px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv.pap .pcvm-mv__title {
    left: 40%;
  }
}
.page-plasmacvm .pcvm-mv.pap .pcvm-mv__title .sub {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-mv.pap .pcvm-mv__title {
    font-size: 5.5vw;
    gap: 0;
  }
}
.page-plasmacvm .pcvm-intro__content {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .page-plasmacvm .pcvm-intro__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-intro__content {
    gap: 5vw;
  }
}
.page-plasmacvm .pcvm-intro__text {
  flex: 1;
}
.page-plasmacvm .pcvm-intro__text .text {
  line-height: 1.8;
}
.page-plasmacvm .pcvm-intro__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
  margin: 0 0 20px 0;
}
.page-plasmacvm .pcvm-intro__subtitle .sub {
  display: inline-block;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-intro__subtitle {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.page-plasmacvm .pcvm-intro__image {
  width: 46%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page-plasmacvm .pcvm-intro__image {
    width: 100%;
  }
  .page-plasmacvm .pcvm-intro__image iframe {
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-intro__image {
    height: 53.3333333333vw;
    width: 100%;
  }
}
.page-plasmacvm .pcvm-intro__image iframe {
  width: 100%;
  height: clamp(200px, 24vw, 350px);
}
@media screen and (max-width: 1024px) {
  .page-plasmacvm .pcvm-intro__image iframe {
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-intro__image iframe {
    height: 55vw;
  }
}
.page-plasmacvm .pcvm-strength__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
@media (max-width: 1024px) {
  .page-plasmacvm .pcvm-strength__grid {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
.page-plasmacvm .pcvm-strength__item {
  background: #e7fbfe;
  border-radius: 10px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-strength__item {
    padding: 5vw 4vw;
    gap: 2vw;
  }
}
.page-plasmacvm .pcvm-strength__label {
  font-size: 23px;
  font-weight: 900;
  color: #6f86ff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-strength__label {
    font-size: 4.8vw;
  }
}
.page-plasmacvm .pcvm-strength__icon {
  width: 131px;
  height: 131px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-strength__icon {
    width: 20vw;
    height: 20vw;
  }
}
.page-plasmacvm .pcvm-strength__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-plasmacvm .pcvm-strength__title {
  font-size: 21px;
  font-weight: 700;
  color: #6f86ff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-strength__title {
    font-size: 4.8vw;
  }
}
.page-plasmacvm .pcvm-strength__subtitle {
  font-size: 23px;
  font-weight: 700;
  color: black;
  margin: 0;
}
.page-plasmacvm .pcvm-strength__subtitle .sup {
  display: inline-block;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-strength__subtitle {
    font-size: 4.8vw;
  }
}
.page-plasmacvm .pcvm-strength__text {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-strength__text {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-superiority__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-superiority__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 5vw;
  }
}
.page-plasmacvm .pcvm-superiority__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .page-plasmacvm .pcvm-superiority__grid {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
.page-plasmacvm .pcvm-superiority__card {
  background: white;
  border: 1px solid #0b377b;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-superiority__card {
    padding: 4vw;
    gap: 2vw;
  }
}
.page-plasmacvm .pcvm-superiority__icon {
  width: 114px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-superiority__icon {
    width: 20vw;
  }
}
.page-plasmacvm .pcvm-superiority__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-plasmacvm .pcvm-superiority__icon.calculator {
  width: 85px;
}
.page-plasmacvm .pcvm-superiority__title {
  font-size: 18px;
  font-weight: 700;
  color: #0b377b;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-superiority__title {
    font-size: 4.2666666667vw;
  }
}
.page-plasmacvm .pcvm-superiority__text {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-superiority__text {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-cmp {
  position: relative;
  background: transparent;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp {
    margin-top: 10vw;
  }
}
.page-plasmacvm .pcvm-cmp__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
}
.page-plasmacvm .pcvm-cmp__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-plasmacvm .pcvm-cmp__content {
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp__content {
    padding: 5vw;
  }
}
.page-plasmacvm .pcvm-cmp__desc {
  font-size: 16px;
  line-height: 1.8;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 5vw;
  }
}
.page-plasmacvm .pcvm-cmp__desc.pap {
  text-align: left;
}
.page-plasmacvm .pcvm-cmp__flow {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .page-plasmacvm .pcvm-cmp__flow {
    flex-direction: column;
    gap: 4vw;
  }
}
.page-plasmacvm .pcvm-cmp__flow-item {
  flex: 1;
  background: white;
  border-radius: 10px;
  box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp__flow-item {
    width: 100%;
  }
}
.page-plasmacvm .pcvm-cmp__flow-item.img {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-plasmacvm .pcvm-cmp__flow-header {
  background: #0b377b;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  line-height: 1.4;
}
.page-plasmacvm .pcvm-cmp__flow-header.yellow {
  background-color: #dbff71;
  color: #000;
}
.page-plasmacvm .pcvm-cmp__flow-header.purple {
  background-color: #9e96ff;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp__flow-header {
    font-size: 4.2666666667vw;
    padding: 3vw;
  }
}
.page-plasmacvm .pcvm-cmp__flow-text {
  flex: 1;
  padding: 30px 20px;
  font-size: 15px;
  font-weight: 700;
  color: black;
  text-align: center;
  margin: 0;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp__flow-text {
    font-size: 3.2vw;
    padding: 4vw 3vw;
  }
}
.page-plasmacvm .pcvm-cmp__flow-text.no-flex {
  display: block;
}
.page-plasmacvm .pcvm-cmp__flow-plus {
  font-size: 35px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-plasmacvm .pcvm-cmp__flow-plus {
    font-size: 10.6666666667vw;
    justify-content: center;
  }
}
.page-plasmacvm .pcvm-cmp__flow-equal {
  font-size: 46px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-plasmacvm .pcvm-cmp__flow-equal {
    font-size: 8.5333333333vw;
    justify-content: center;
    transform: rotate(90deg);
  }
}
.page-plasmacvm .pcvm-cmp__flow-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp__flow-result {
    gap: 3vw;
  }
}
.page-plasmacvm .pcvm-cmp__flow-result-image {
  max-width: 200px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp__flow-result-image {
    width: 40vw;
  }
}
.page-plasmacvm .pcvm-cmp__flow-result-image img {
  width: 100%;
  height: auto;
}
.page-plasmacvm .pcvm-cmp__flow-result-text {
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 400;
  color: rgb(0, 0, 0);
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-cmp__flow-result-text {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-cmp.pap .pcvm-cmp__flow {
  margin-bottom: 40px;
}
.page-plasmacvm .pcvm-environment__box {
  background: white;
  border: 3px solid #0b377b;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-environment__box {
    padding: 4vw;
    margin-bottom: 4vw;
  }
}
.page-plasmacvm .pcvm-environment__box p {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-environment__box p {
    font-size: 3.7333333333vw;
  }
}
.page-plasmacvm .pcvm-environment__contact-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-environment__contact-text {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.page-plasmacvm .contact-box {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .contact-box {
    gap: 3vw;
    flex-direction: column;
  }
}
.page-plasmacvm .pcvm-contact-button {
  max-width: 400px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #d5ff48;
  color: black;
  font-size: 24px;
  font-weight: 700;
  padding: 25px 10px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
  position: relative;
}
.page-plasmacvm .pcvm-contact-button.-catalog {
  background-color: #c3f9ff;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-contact-button {
    font-size: 4.5vw;
    padding: 5vw 0;
    gap: 2vw;
    border-radius: 5px;
  }
}
.page-plasmacvm .pcvm-contact-button:hover {
  opacity: 0.8;
}
.page-plasmacvm .pcvm-contact-button svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-contact-button svg {
    width: 5vw;
    height: 5vw;
  }
}
.page-plasmacvm .pcvm-features {
  background: #edf8ff;
  border-radius: 15px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-features {
    padding: 5vw;
  }
}
.page-plasmacvm .pcvm-features__image {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-features__image {
    margin-bottom: 5vw;
  }
}
.page-plasmacvm .pcvm-features__image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
}
.page-plasmacvm .pcvm-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .page-plasmacvm .pcvm-features__grid {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
.page-plasmacvm .pcvm-features__grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-features__grid.col2 {
    grid-template-columns: 1fr;
  }
}
.page-plasmacvm .pcvm-features__card {
  background: white;
  border: 1px solid #0b377b;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-features__card {
    padding: 4vw;
    gap: 3vw;
  }
}
.page-plasmacvm .pcvm-features__title {
  font-size: 20px;
  font-weight: 700;
  color: #193286;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-features__title {
    font-size: 4.2666666667vw;
  }
}
.page-plasmacvm .pcvm-features__text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-features__text {
    font-size: 3.36vw;
  }
}
.page-plasmacvm .pcvm-case-study__categories {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__categories {
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 8vw;
  }
}
.page-plasmacvm .pcvm-case-study__category {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__category {
    gap: 3vw;
  }
}
.page-plasmacvm .pcvm-case-study__category-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-plasmacvm .pcvm-case-study__category-title h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  color: #0b377b;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__category-title h3 {
    font-size: 5.3333333333vw;
  }
}
.page-plasmacvm .pcvm-case-study__category-line {
  width: 5px;
  min-height: 32px;
  background: #0b377b;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__category-line {
    min-height: 5vw;
  }
}
.page-plasmacvm .pcvm-case-study__category-note {
  font-size: 16px;
  line-height: 1.825;
  color: black;
  margin: 10px 0 10px 0;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__category-note {
    font-size: 3.4666666667vw;
    min-height: 0;
    margin-bottom: 2vw;
  }
}
.page-plasmacvm .pcvm-case-study__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__cards {
    gap: 4vw;
  }
}
.page-plasmacvm .pcvm-case-study__card {
  margin-bottom: 20px;
  background: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}
.page-plasmacvm .pcvm-case-study__card-header {
  font-size: 20px;
  font-weight: 700;
  color: white;
  padding: 20px;
  text-align: center;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__card-header {
    font-size: 4.2666666667vw;
    padding: 3vw;
  }
}
.page-plasmacvm .pcvm-case-study__card-header.-before {
  background: #9e9e9e;
}
.page-plasmacvm .pcvm-case-study__card-header.-after {
  background: #193286;
}
.page-plasmacvm .pcvm-case-study__card-image {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__card-image {
    padding: 4vw;
    min-height: auto;
  }
}
.page-plasmacvm .pcvm-case-study__card-image img {
  width: 100%;
  max-width: 205px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__card-image img {
    max-width: 100%;
  }
}
.page-plasmacvm .pcvm-case-study__card-text {
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: 1.825;
  color: black;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__card-text {
    font-size: 3.4666666667vw;
    padding: 0 4vw 4vw;
  }
}
.page-plasmacvm .pcvm-case-study__note-box {
  background: white;
  border: 3px solid #0b377b;
  border-radius: 10px;
  padding: 30px 40px;
  font-size: 22px;
  font-weight: 700;
  color: #193286;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__note-box {
    font-size: 4.2666666667vw;
    padding: 4vw;
    margin-bottom: 3vw;
  }
}
.page-plasmacvm .pcvm-case-study__note-detail {
  font-size: 16px;
  line-height: 1.8;
  color: black;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study__note-detail {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories img {
  width: auto;
}
.page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories .text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin: 0;
  line-height: 1.8;
}
.page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no01 .left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no01 .left {
    width: auto;
  }
}
.page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no01 .right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no01 .right {
    width: auto;
  }
}
.page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no02 .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no02 .left {
    width: auto;
  }
}
.page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no02 .right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no02 .right {
    width: auto;
  }
}
.page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no03 .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no03 .left {
    width: auto;
  }
}
.page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no03 .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-case-study.daiya .pcvm-case-study__categories.no03 .right {
    width: auto;
  }
}
.page-plasmacvm .pcvm-equipment {
  background: #edf8ff;
  border-radius: 15px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment {
    padding: 5vw;
  }
}
.page-plasmacvm .pcvm-equipment__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 5vw;
  }
}
.page-plasmacvm .pcvm-equipment__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment__grid {
    grid-template-columns: 1fr;
    gap: 6vw;
    margin-bottom: 6vw;
  }
}
.page-plasmacvm .pcvm-equipment__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment__item {
    gap: 3vw;
  }
}
.page-plasmacvm .pcvm-equipment__image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment__image {
    max-width: 100%;
  }
}
.page-plasmacvm .pcvm-equipment__image img {
  width: 100%;
  height: auto;
}
.page-plasmacvm .pcvm-equipment__image.stand {
  max-width: 290px;
}
.page-plasmacvm .pcvm-equipment__image.system {
  max-width: 380px;
}
.page-plasmacvm .pcvm-equipment__name {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin: 0;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment__name {
    font-size: 3.7333333333vw;
  }
}
.page-plasmacvm .pcvm-equipment__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .page-plasmacvm .pcvm-equipment__features {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.page-plasmacvm .pcvm-equipment__feature-card {
  background: white;
  border: 1px solid #0b377b;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment__feature-card {
    padding: 4vw;
    gap: 2vw;
  }
}
.page-plasmacvm .pcvm-equipment__feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #193286;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment__feature-title {
    font-size: 4.2666666667vw;
  }
}
.page-plasmacvm .pcvm-equipment__feature-text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-equipment__feature-text {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-product-features {
  background: #edf8ff;
  border-radius: 15px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-product-features {
    padding: 5vw;
  }
}
.page-plasmacvm .pcvm-product-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-product-features__grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
}
.page-plasmacvm .pcvm-product-features__grid.col1 {
  grid-template-columns: 1fr;
}
.page-plasmacvm .pcvm-product-features__item {
  display: flex;
  flex-direction: column;
}
.page-plasmacvm .pcvm-product-features__item.pap .text {
  line-height: 1.5;
}
.page-plasmacvm .pcvm-product-features__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-product-features__list {
    gap: 2vw;
  }
}
.page-plasmacvm .pcvm-product-features__list li {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-product-features__list li {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-product-features__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0b377b;
}
.page-plasmacvm .pcvm-steps {
  background: #edf8ff;
  border-radius: 15px;
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-steps {
    padding: 5vw;
  }
}
.page-plasmacvm .pcvm-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1024px) {
  .page-plasmacvm .pcvm-steps__grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.page-plasmacvm .pcvm-steps__item {
  background: white;
  border: 1px solid #0b377b;
  border-radius: 10px;
  padding: 30px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-steps__item {
    padding: 4vw 3vw;
    gap: 2vw;
  }
}
.page-plasmacvm .pcvm-steps__label {
  font-size: 24px;
  font-weight: 700;
  color: #193286;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-steps__label {
    font-size: 4.8vw;
  }
}
.page-plasmacvm .pcvm-steps__icon {
  width: 80%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-steps__icon {
    width: 25vw;
    height: 25vw;
  }
}
.page-plasmacvm .pcvm-steps__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-plasmacvm .pcvm-steps__title {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-steps__title {
    font-size: 4vw;
  }
}
.page-plasmacvm .pcvm-steps__text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin: 0;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-steps__text {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-composition__image {
  border-radius: 10px;
  overflow: hidden;
}
.page-plasmacvm .pcvm-composition__image img {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.page-plasmacvm .pcvm-specs {
  background: #edf8ff;
  border-radius: 15px;
  padding: 60px;
}
.page-plasmacvm .pcvm-specs .pcvm-specs__table-header-main {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs {
    padding: 5vw;
  }
}
.page-plasmacvm .pcvm-specs__table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__table-wrapper {
    margin-bottom: 3vw;
  }
}
.page-plasmacvm .pcvm-specs__table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__table {
    width: 200%;
    overflow: scroll;
  }
}
.page-plasmacvm .pcvm-specs__table th,
.page-plasmacvm .pcvm-specs__table td {
  border: 1px solid #0b377b;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__table th,
  .page-plasmacvm .pcvm-specs__table td {
    padding: 2vw 3vw;
    font-size: 3.2vw;
  }
}
.page-plasmacvm .pcvm-specs__table thead tr:first-child th {
  border-bottom-width: 0;
}
.page-plasmacvm .pcvm-specs__table-header-main {
  background: #5883c7;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__table-header-main {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-specs__table-header-main .small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__table-header-main .small {
    font-size: 2.9333333333vw;
  }
}
.page-plasmacvm .pcvm-specs__table-header-sub {
  background: #5883c7;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__table-header-sub {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-specs__table-label {
  background: white;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__table-label {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-specs__table-cell {
  background: white;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__table-cell {
    font-size: 3.2vw;
  }
}
.page-plasmacvm .pcvm-specs__note {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__note {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-needs {
  padding: 60px;
  position: relative;
  margin-top: 80px;
  background-image: url("/assets/img/plasma-cvm/bg-needs.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-needs {
    padding: 5.3333333333vw;
    margin-top: 10vw;
  }
}
.page-plasmacvm .pcvm-needs .needs-flex {
  margin-bottom: 50px;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-needs .needs-flex {
    flex-direction: column;
    margin-bottom: 4vw;
  }
}
.page-plasmacvm .pcvm-needs__content {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-needs__content {
    gap: 4vw;
  }
}
.page-plasmacvm .pcvm-needs__image {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-needs__image {
    width: 100%;
  }
}
.page-plasmacvm .pcvm-needs__title {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 1.5;
}
.page-plasmacvm .pcvm-needs__title .sub {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-needs__title {
    font-size: 5.8666666667vw;
  }
}
.page-plasmacvm .pcvm-needs__text {
  font-size: 16px;
  line-height: 1.8;
  color: white;
  margin: 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-needs__text {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
.page-plasmacvm .pcvm-needs__image img {
  width: 100%;
  height: auto;
}
.page-plasmacvm .page-pap .pcvm-product-features__grid {
  grid-template-columns: 1fr;
}
.page-plasmacvm .pcvm-specs__comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__comparison-table {
    width: 300%;
    overflow: scroll;
  }
}
.page-plasmacvm .pcvm-specs__comparison-table tr td:nth-child(2) .flex,
.page-plasmacvm .pcvm-specs__comparison-table tr td:nth-child(3) .flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-plasmacvm .pcvm-specs__comparison-table th,
.page-plasmacvm .pcvm-specs__comparison-table td {
  border: 1px solid #0b377b;
  padding: 15px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 400;
}
.page-plasmacvm .pcvm-specs__comparison-table th strong,
.page-plasmacvm .pcvm-specs__comparison-table td strong {
  display: block;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__comparison-table th,
  .page-plasmacvm .pcvm-specs__comparison-table td {
    padding: 2vw 3vw;
    font-size: 3.2vw;
  }
}
.page-plasmacvm .pcvm-specs__comparison-header-method,
.page-plasmacvm .pcvm-specs__comparison-header-issues,
.page-plasmacvm .pcvm-specs__comparison-header-advantages {
  background: #5883c7;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__comparison-header-method,
  .page-plasmacvm .pcvm-specs__comparison-header-issues,
  .page-plasmacvm .pcvm-specs__comparison-header-advantages {
    font-size: 3.4666666667vw;
  }
}
.page-plasmacvm .pcvm-specs__comparison-method {
  font-size: 16px;
  font-weight: 600;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__comparison-method {
    font-size: 3.2vw;
    width: 30%;
  }
}
.page-plasmacvm .pcvm-specs__comparison-issues {
  font-size: 16px;
  font-weight: 400;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__comparison-issues {
    font-size: 3.2vw;
    width: 35%;
  }
}
.page-plasmacvm .pcvm-specs__comparison-issues strong {
  font-weight: 700;
}
.page-plasmacvm .pcvm-specs__comparison-advantages {
  font-size: 16px;
  font-weight: 400;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-specs__comparison-advantages {
    font-size: 3.2vw;
    width: 35%;
  }
}
.page-plasmacvm .pcvm-specs__comparison-advantages strong {
  font-weight: 700;
}
.page-plasmacvm .needs-bg {
  padding: 60px 20px;
  border-radius: 15px;
  background-image: url("../img/pap/heatsink-scaled.webp");
}
.page-plasmacvm .needs-bg .pcvm-section-title .pcvm-section-title__text {
  color: #ffffff;
}
.page-plasmacvm .needs-bg .pcvm-section-title .pcvm-section-title__line {
  background: #ffffff;
}
.page-plasmacvm .needs-bg .pcvm-environment__contact-text {
  color: #ffffff;
}
.page-plasmacvm .power-device,
.page-plasmacvm .heat-sink {
  transition: 0.3s;
}
.page-plasmacvm .power-device:hover {
  opacity: 0.5;
}
.page-plasmacvm .heat-sink:hover {
  opacity: 0.5;
}
.page-plasmacvm .pcvm-section-title__text-sub {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .pcvm-section-title__text-sub {
    font-size: 3.7333333333vw;
  }
}
.page-plasmacvm .processing-con {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .processing-con {
    flex-direction: column;
  }
}
.page-plasmacvm .processing-con .item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .processing-con .item {
    margin-bottom: 9.3333333333vw;
  }
}
.page-plasmacvm .processing-con .item:first-child {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .processing-con .item:first-child {
    margin-top: 5.3333333333vw;
  }
}
.page-plasmacvm .processing-con p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-plasmacvm .processing-con p {
    font-size: 4.8vw;
  }
}
.page-plasmacvm .processing-con .c-image {
  margin-bottom: 0;
}

.page-plasmacvm .pcvm-mv__title.pap {
  text-shadow: none;
}

.page-plasmacvm .pcvm-mv__text.pap {
  text-shadow: none;
}

.page-plasmacvm .pcvm-mv__title-sub.pap {
  color: #000;
}

.page-plasmacvm .pcvm-mv__title-main.pap {
  color: #000;
}

.page-plasmacvm .pcvm-mv__description.pap {
  color: #000;
  text-shadow: none;
}

.page-recruit .l-main {
  background-color: #f8f9fa;
  padding-bottom: 0;
}
.page-recruit .l-content .l-content-body {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-recruit .l-content .l-content-body {
    padding: 0 4vw;
    width: 100%;
  }
}
.page-recruit .sp-recruit-top {
  color: #0b377b;
}
.page-recruit .recruit-hero {
  position: relative;
  height: clamp(500px, 36vw, 680px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-hero {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-hero {
    height: 139.7333333333vw;
    align-items: flex-start;
    padding-top: 8vw;
    margin-top: 5vw;
  }
}
.page-recruit .recruit-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-hero__bg {
    border-radius: 12px 0 0 12px;
  }
}
.page-recruit .recruit-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.page-recruit .recruit-hero__content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-left: 4vw;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-hero__content {
    padding: 0 5.3333333333vw;
  }
}
.page-recruit .recruit-hero__title {
  font-weight: 900;
  font-size: clamp(4rem, 3vw, 5.9rem);
  line-height: 1.4;
  margin-bottom: 30px;
  color: #0b377b;
}
@media (max-width: 768px) {
  .page-recruit .recruit-hero__title {
    font-size: 8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.page-recruit .recruit-hero__subtitle {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-hero__subtitle {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin-bottom: 0;
  }
}
.page-recruit .recruit-hero__cta {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-hero__cta {
    margin-top: 6.6666666667vw;
  }
}
.page-recruit .recruit-hero__cta .c-button {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-hero__cta .c-button {
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-hero__cta .c-button {
    width: 50.6666666667vw;
  }
}
.page-recruit .recruit-company {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-company {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-company {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
}
.page-recruit .recruit-company__content {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 45% 51.6666666667%;
  gap: 3.3333333333%;
  align-items: center;
}
@media (max-width: 768px) {
  .page-recruit .recruit-company__content {
    grid-template-columns: 1fr;
    gap: initial;
    padding: 0 5.3333333333vw;
  }
}
.page-recruit .recruit-company__text {
  order: 1;
}
@media (max-width: 768px) {
  .page-recruit .recruit-company__text {
    display: contents;
  }
}
.page-recruit .recruit-company__title {
  font-weight: 900;
  font-size: clamp(2rem, 2.5vw, 4rem);
  color: #0b377b;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-company__title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
    order: 1;
  }
}
.page-recruit .recruit-company__title span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-company__title span {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.page-recruit .recruit-company__title span:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.35em;
  border-radius: 50%;
  background: #35dfec;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-company__title span:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page-recruit .recruit-company__subtitle {
  font-weight: 500;
  font-size: 2rem;
  color: #0b377b;
  margin-bottom: 30px;
}
.page-recruit .recruit-company__description {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  line-height: 2;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-company__description {
    order: 2;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 5.3333333333vw;
  }
}
.page-recruit .recruit-company__description p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-company__description p {
    margin-bottom: 0;
  }
}
.page-recruit .recruit-company__cta {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-company__cta {
    order: 4;
    margin-top: 5.3333333333vw;
  }
}
.page-recruit .recruit-company__image {
  order: 2;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-company__image {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-company__image {
    height: 54.6666666667vw;
  }
}
@media (max-width: 768px) {
  .page-recruit .recruit-company__image {
    order: 3;
  }
}
.page-recruit .recruit-company__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-company__img {
    -o-object-position: center right;
       object-position: center right;
  }
}
.page-recruit .recruit-system {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-system {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system {
    padding: 10.6666666667vw 0;
  }
}
.page-recruit .recruit-system__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
}
.page-recruit .recruit-system__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__image {
    -o-object-position: 53% center;
       object-position: 53% center;
  }
}
.page-recruit .recruit-system__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__content {
    overflow: hidden;
    padding: 0 5.3333333333vw;
  }
}
.page-recruit .recruit-system__title {
  font-weight: 900;
  font-size: 4rem;
  color: #0b377b;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
    order: 1;
  }
}
.page-recruit .recruit-system__title span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__title span {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.page-recruit .recruit-system__title span:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.35em;
  border-radius: 50%;
  background: #35dfec;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__title span:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page-recruit .recruit-system__subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #0b377b;
  margin-bottom: 30px;
}
.page-recruit .recruit-system__description {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  line-height: 2;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__description {
    order: 2;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 5.3333333333vw;
  }
}
.page-recruit .recruit-system__description p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__description p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__graph {
    width: 89.3333333333vw;
  }
}
.page-recruit .recruit-system__graph .inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__graph .inner {
    overflow-x: scroll;
    width: 100vw;
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-system__graph__image {
    max-width: initial;
    width: 208vw;
  }
}
.page-recruit .recruit-gallery {
  padding: 80px 0;
  width: calc(100vw - clamp(200px, 27vw, 450px));
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery {
    width: 100vw;
    padding: 10.6666666667vw 0;
  }
}
.page-recruit .recruit-gallery__content {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__content {
    padding: 0 5.3333333333vw;
    overflow: hidden;
  }
}
.page-recruit .recruit-gallery__title {
  font-weight: 900;
  font-size: 4rem;
  color: #0b377b;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
    order: 1;
  }
}
.page-recruit .recruit-gallery__title span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__title span {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.page-recruit .recruit-gallery__title span:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.35em;
  border-radius: 50%;
  background: #35dfec;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__title span:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page-recruit .recruit-gallery__subtitle {
  font-weight: 500;
  font-size: 2rem;
  color: #0b377b;
  margin-bottom: 50px;
}
.page-recruit .recruit-gallery__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-recruit .recruit-gallery__images {
    grid-template-columns: 1fr;
  }
}
.page-recruit .recruit-gallery__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.page-recruit .recruit-gallery__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
.page-recruit .recruit-gallery__img:hover {
  transform: scale(1.05);
}
.page-recruit .recruit-gallery__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page-recruit .recruit-gallery__nav-btn {
  width: 55px;
  height: 55px;
  border: none;
  background-color: #0b377b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.page-recruit .recruit-gallery__nav-btn:hover {
  background-color: #0a2d5f;
}
.page-recruit .recruit-gallery__nav-btn.-prev {
  transform: rotate(180deg);
}
.page-recruit .recruit-gallery__nav-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.page-recruit .recruit-gallery__slide {
  overflow: visible;
}
.page-recruit .recruit-gallery__slide .swiper-slide .swiper-slide-img {
  border-radius: 12px;
  overflow: hidden;
}
.page-recruit .recruit-gallery__slide .swiper-slide .swiper-slide-caption {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__slide .swiper-slide .swiper-slide-caption {
    font-size: 1.4rem;
    margin-top: 0.5em;
    line-height: 1.4;
  }
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap {
  position: absolute;
  top: -90px;
  right: 0;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-gallery__slide .swiper-button-wrap {
    right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__slide .swiper-button-wrap {
    top: -10vw;
    gap: 2.6666666667vw;
  }
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next:after,
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next,
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #0b377b;
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next:after,
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev:after {
  display: none;
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next svg,
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next,
  .page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next:before,
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next:before,
  .page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next:hover,
  .page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev:hover {
    cursor: pointer;
  }
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev:before {
  transform: rotate(135deg);
  margin-left: 9px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev:before {
    margin-left: 1.6vw;
  }
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next:before {
  transform: rotate(-45deg);
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next:before {
    margin-right: 1.6vw;
  }
}
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-next .swiper-navigation-icon,
.page-recruit .recruit-gallery__slide .swiper-button-wrap .swiper-button-prev .swiper-navigation-icon {
  display: none;
}
.page-recruit .recruit-requirements {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-requirements {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-requirements {
    padding: 10.6666666667vw 0;
  }
}
.page-recruit .recruit-requirements__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
}
.page-recruit .recruit-requirements__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-recruit .recruit-requirements__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-requirements__content {
    padding: 0 5.3333333333vw;
  }
}
.page-recruit .recruit-requirements__title {
  font-weight: 900;
  font-size: 4rem;
  color: #0b377b;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-requirements__title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
    order: 1;
  }
}
.page-recruit .recruit-requirements__title span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-requirements__title span {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.page-recruit .recruit-requirements__title span:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.35em;
  border-radius: 50%;
  background: #35dfec;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-requirements__title span:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page-recruit .recruit-requirements__subtitle {
  font-weight: 500;
  font-size: 2rem;
  color: #0b377b;
  margin-bottom: 50px;
}
.page-recruit .recruit-requirements__buttons {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-recruit .recruit-requirements__buttons {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
}
.page-recruit .recruit-requirements__btn {
  display: inline-block;
  padding: 50px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 2.4rem;
  transition: all 0.3s ease;
  width: 46.6666666667%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-requirements__btn {
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-requirements__btn {
    width: 100%;
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.page-recruit .recruit-requirements__btn.-new-graduate {
  background-color: #89ecf8;
  color: #0b377b;
}
.page-recruit .recruit-requirements__btn.-new-graduate:hover {
  background-color: #6dd5e8;
}
.page-recruit .recruit-requirements__btn.-experienced {
  background-color: #0b377b;
  color: white;
}
.page-recruit .recruit-requirements__btn.-experienced:hover {
  background-color: #0a2d5f;
}
.page-recruit .recruit-policy-card {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card {
    margin-bottom: 8vw;
  }
}
.page-recruit .recruit-policy-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card:last-child {
    margin-bottom: 12vw;
  }
}
.page-recruit .recruit-policy-card__content {
  display: flex;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-recruit .recruit-policy-card__content {
    padding: 5vw;
    flex-direction: column;
  }
}
.page-recruit .recruit-policy-card__text {
  flex: 1;
  padding: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-recruit .recruit-policy-card__text {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .page-recruit .recruit-policy-card__text {
    display: contents;
  }
}
.page-recruit .recruit-policy-card__header {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 31px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__header {
    order: 1;
    gap: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.page-recruit .recruit-policy-card__number {
  width: 50px;
  height: 50px;
  background-color: #35dfec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: clamp(2rem, 2.2vw, 4rem);
  color: white;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__number {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 8vw;
  }
}
.page-recruit .recruit-policy-card__title {
  font-weight: 900;
  font-size: clamp(2rem, 2.2vw, 4rem);
  line-height: 1.25;
  color: #0b377b;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__title {
    font-size: 5.3333333333vw;
    order: 1;
  }
}
.page-recruit .recruit-policy-card__title span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__title span {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.page-recruit .recruit-policy-card__title span:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.35em;
  border-radius: 50%;
  background: #35dfec;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__title span:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page-recruit .recruit-policy-card__divider {
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__divider {
    display: none;
  }
}
.page-recruit .recruit-policy-card__subtitle {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  color: #222222;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__subtitle {
    order: 3;
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.3125;
  }
}
.page-recruit .recruit-policy-card__description {
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__description {
    order: 4;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.page-recruit .recruit-policy-card__image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-recruit .recruit-policy-card__image {
    width: 100%;
    height: 44vw;
    border-radius: 3.2vw;
    order: 2;
    margin-bottom: 5.3333333333vw;
  }
}
.page-recruit .recruit-policy-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 10px, rgba(255, 255, 255, 0.9) 30px, rgba(255, 255, 255, 0) 100px);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page-recruit .recruit-policy-card__image::before {
    display: none;
  }
}
.page-recruit .recruit-policy-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-introduction {
  overflow: hidden;
  background-image: url("/assets/img/introduction/mv-item01.svg");
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .page-introduction {
    background-size: 260vw auto;
    background-position: center 19vw;
  }
}
.page-introduction .l-content {
  flex: 1;
  padding: 0;
  width: 100%;
}
.page-introduction .l-main.pages {
  padding-bottom: 0;
}
.page-introduction .cont {
  display: flex;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .page-introduction .cont {
    flex-direction: column;
  }
}
.page-introduction .cont .img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page-introduction .cont .img {
    width: 100%;
  }
}
.page-introduction .cont .txt {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page-introduction .cont .txt {
    width: 100%;
  }
}
.page-introduction .title2 {
  font-size: clamp(32px, 4vw, 58px);
  text-align: center;
  color: #193286;
  margin-bottom: clamp(20px, 3vw, 40px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-introduction .title2 {
    font-size: 6vw;
  }
}
.page-introduction .title2 span {
  display: block;
  font-size: 70%;
  margin-bottom: 0.2em;
}
.page-introduction .title2:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #3affff;
  margin: 30px auto 0 auto;
}
.page-introduction .title2.mini {
  font-size: clamp(32px, 4vw, 54px);
}
.page-introduction .btns {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-introduction .btns {
    margin-top: 5vw;
    flex-direction: column;
  }
}
.page-introduction .btns.-jc {
  justify-content: center;
  align-items: center;
}
.page-introduction .sections2 {
  position: relative;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections2 {
    margin-top: 10vw;
  }
}
.page-introduction .sections2 .in {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections2 .in {
    width: 90%;
  }
}
.page-introduction .sections2.bg {
  background-color: #eaf5f9;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections2.bg {
    padding: 10vw 0;
  }
}
.page-introduction .sections2 p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections2 p {
    font-size: 1.4rem;
  }
}
.page-introduction .sections2 .img {
  text-align: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections2 .img {
    margin: 6vw 0;
  }
}
.page-introduction .sections {
  position: relative;
}
.page-introduction .sections + .sections {
  margin-top: clamp(100px, 10vw, 200px);
}
.page-introduction .sections .title1 {
  font-size: 40px;
  color: #193286;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections .title1 {
    font-size: 6vw;
  }
}
.page-introduction .sections .text {
  position: relative;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections .text {
    width: 100%;
  }
}
.page-introduction .sections .text p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections .text p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-introduction .sections.sec1 {
    padding-top: 12vw;
  }
}
.page-introduction .sections.sec1:after {
  top: -50%;
  left: 50%;
  position: absolute;
  content: "";
  display: block;
  width: clamp(500px, 50vw, 1000px);
  height: clamp(500px, 50vw, 1000px);
  background-image: url("/assets/img/introduction/bg01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections.sec1:after {
    width: 120vw;
    height: 120vw;
    top: -20%;
    left: 30%;
  }
}
.page-introduction .sections.sec2 .text {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections.sec2 .text h2 {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .page-introduction .sections.sec2 .text {
    padding-top: 36vw;
  }
}
.page-introduction .sections.sec2:after {
  top: -50px;
  right: 55%;
  position: absolute;
  content: "";
  display: block;
  width: clamp(900px, 65vw, 1500px);
  height: clamp(500px, 35vw, 800px);
  background-image: url("/assets/img/introduction/bg02.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections.sec2:after {
    width: 120vw;
    height: 70vw;
    right: auto;
    left: -35%;
  }
}
@media screen and (max-width: 767px) {
  .page-introduction .sections.sec3 {
    padding-top: 12vw;
  }
}
.page-introduction .sections.sec3:after {
  top: -50%;
  left: 50%;
  position: absolute;
  content: "";
  display: block;
  width: clamp(500px, 50vw, 1000px);
  height: clamp(500px, 50vw, 1000px);
  background-image: url("/assets/img/introduction/bg03.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page-introduction .sections.sec3:after {
    width: 120vw;
    height: 120vw;
    top: -40%;
    left: 10%;
  }
}
.page-introduction .content-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-introduction .page-header {
  display: none;
}
.page-introduction .card-section {
  margin-top: 40px;
}
.page-introduction .c-title {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-title {
    margin-top: 18.6666666667vw;
  }
}
.page-introduction .c-hero__title {
  margin-bottom: 40px;
  color: #0b377b;
}
.page-introduction .c-text {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-text {
    margin-left: 0;
  }
}
.page-introduction .c-text.large {
  margin-top: 150px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-text.large {
    margin-top: 18.6666666667vw;
  }
}
.page-introduction .c-text.large.mt0 {
  margin-top: 0;
}
.page-introduction .c-text.right {
  text-align: right;
}
.page-introduction .c-text.right p {
  text-align: left;
}
.page-introduction .c-lead {
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.8;
  margin-bottom: clamp(50px, 10vw, 200px);
}
@media screen and (max-width: 767px) {
  .page-introduction .c-lead {
    text-align: left;
    font-size: 4vw;
  }
}
.page-introduction .l-content-body {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-introduction .l-content-body {
    width: 100%;
    padding: 16vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.page-introduction .c-hero {
  position: relative;
  padding: 40px 0 clamp(30px, 5vw, 60px);
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero {
    padding: 0 5.3333333333vw;
  }
}
.page-introduction .c-hero__inner {
  max-width: clamp(200px, 62.5vw, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__inner {
    max-width: none;
    padding: 0;
  }
}
.page-introduction .c-hero__title {
  font-size: clamp(30px, 3.385vw, 65px);
  font-weight: 900;
  line-height: 1.5;
  color: #0b377b;
  text-align: center;
  margin-bottom: 60px;
}
.page-introduction .c-hero__title span {
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__title {
    font-size: 7vw;
    margin-bottom: 8vw;
  }
}
.page-introduction .c-hero__images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  max-width: clamp(200px, 45.84vw, 880px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__images {
    max-width: none;
    gap: 4vw;
  }
}
.page-introduction .c-hero__images .c-hero__image-mv02 {
  margin-top: clamp(40px, 2.5vw, 65px);
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__images .c-hero__image-mv02 {
    margin-top: 32vw;
  }
}
.page-introduction .c-hero__images .c-hero__image-mv03 {
  position: absolute;
  top: 30%;
  left: 0%;
}
.page-introduction .c-hero__images .c-hero__image-mv04 {
  max-width: clamp(100px, 18.75vw, 360px);
  position: absolute;
  top: -62%;
  right: -60%;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__images .c-hero__image-mv04 {
    max-width: 40vw;
    top: -15%;
    right: -12%;
  }
}
.page-introduction .c-hero__images .c-hero__image-mv05 {
  max-width: clamp(100px, 16.41vw, 315px);
  position: absolute;
  top: 11%;
  right: -42%;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__images .c-hero__image-mv05 {
    max-width: 26.6666666667vw;
    top: 7%;
    right: 20%;
  }
}
.page-introduction .c-hero__images .c-hero__image-mv06 {
  max-width: clamp(100px, 22.92vw, 440px);
  position: absolute;
  top: -77%;
  left: -69%;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__images .c-hero__image-mv06 {
    max-width: 40vw;
    top: -14%;
    left: -16%;
  }
}
.page-introduction .c-hero__images .c-hero__image-mv07 {
  max-width: clamp(100px, 14.32vw, 275px);
  position: absolute;
  top: 21%;
  left: -34%;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__images .c-hero__image-mv07 {
    max-width: 26.6666666667vw;
    top: 7%;
    left: 19%;
  }
}
.page-introduction .c-hero__image-item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__image-item {
    width: 25vw;
    height: 25vw;
  }
}
.page-introduction .c-hero__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-introduction .c-hero__title {
  font-weight: 900;
  line-height: 1.5;
  color: #0b377b;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-introduction .c-hero__title {
    font-size: 6.3vw;
    white-space: wrap;
  }
}
.page-introduction .c-hero__title.left {
  text-align: left;
  color: #193286;
}

#glt-translate-trigger {
  display: none !important;
}

.ir-information #main table th,
.ir-information #main table td {
  line-height: 1.4;
}

.company-profile #message #main .columns1 .column1 {
  line-height: 1.6;
}

.recruit-company__img {
  height: auto !important;
}

@media (max-width: 767px) {
  .recruit-company__img {
    height: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */