@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html.noscroll {
  overflow: hidden;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.9;
  min-width: 320px;
  overflow-x: hidden;
  word-break: break-all;
}

section {
  position: relative;
  width: 100%;
}

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

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

h2,
h3,
h4 {
  font-weight: 400;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

a[href^="tel:"] {
  pointer-events: none;
}
small {
  font-size: 80%;
}

.lexend {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.pcnone {
  display: none;
}

.spnone {
  display: block;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.eventnone {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.fade-down {
  opacity: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 0;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.col-full {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb56 {
  margin-bottom: 5.6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.eventnone {
  opacity: 0.5;
  pointer-events: none;
}

.scroll-up {
  opacity: 0;
  transform: translateY(50px);
}

.l-footer {
  background-color: #F8F8F8;
  padding: 4rem 1.2rem;
  position: relative;
}

.l-footer-inner {
  padding: 0 6vw;
}

.l-footer-sns-icons {
  align-items: center;
  background-color: #F8F8F8;
  display: flex;
  gap: 0 1rem;
  justify-content: space-between;
  padding: 2rem 0;
}
.l-footer-sns-icons li {
  width: 25%;
}
.l-footer-sns-icons li:not(:first-of-type) {
  border-left: 1px solid #000;
}
.l-footer-sns-icons li a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.l-footer-logo {
  margin: 0 auto 2rem;
  text-align: center;
  width: 180px;
}
.l-footer-logo span {
  color: #005BAC;
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.l-footer-info__address {
  display: none;
}

.l-footer-nav {
  align-items: center;
  display: flex;
  list-style: none;
  margin-left: 2rem;
}
.l-footer-nav li:not(:first-of-type) {
  border-left: 1px solid #000;
}
.l-footer-nav a {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 1rem;
  white-space: nowrap;
}

.l-footer-subnav-wrap {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: space-between;
  margin-left: auto;
  padding-bottom: 2.4rem;
}

.l-footer-contact-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #18818C;
  border-radius: 100vmax;
  display: flex;
  font-size: 1.4rem;
  gap: 1rem;
  justify-content: center;
  padding: 1.2rem 4rem;
  text-align: center;
  transition: background-color 0.3s ease;
}

.l-footer-contact-btn:hover {
  background-color: rgba(24, 128, 140, 0.64);
  color: #fff;
  opacity: 1;
}

.l-footer-subnav {
  align-items: flex-start;
  display: flex;
  gap: 0 1rem;
  justify-content: flex-end;
}
.l-footer-subnav li:not(:last-of-type) {
  border-right: 1px solid #000;
}
.l-footer-subnav li a {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 1rem;
}

.l-footer-address {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 1.6rem;
}
.footer-sns {
  align-items: center;
  display: flex;
  gap: 0 1rem;
  justify-content: flex-end;
  margin-top: 3rem;
}
.footer-sns li {
  width: 3.5rem;
}

.copy {
  font-size: 1.2rem;
}

html {
  margin-top: 0 !important;
}

.l-header {
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 999;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1vw 2vw;
}

.l-header__hamburger {
  display: none;
  position: absolute;
  right: 8px;
  top: 0;
  width: 50px;
  z-index: 100;
}

.l-header__logo {
  position: relative;
  z-index: 100;
}
.l-header__logo a {
  display: block;
  width: 128px;
}
.l-header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.l-header.fixed .l-header__logo a {
  width: 128px;
}

.l-header__nav {
  align-items: center;
  border-radius: 0 0 0 2rem;
  display: flex;
  gap: 3rem;
  justify-content: flex-end;
  padding: 2rem 0 2rem 2vw;
  transition: all 0.3s;
}

.l-nav__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  width: 100%;
}

.l-nav__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.l-nav__link {
  font-size: 16px;
  line-height: 1;
  padding: 0 1vw;
  transition: all 0.5s;
}
.l-nav__link:hover {
  color: #18818C;
  opacity: 1;
}

.l-header-language {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
}
.l-header-language a {
  padding: 0 0.2vw;
}
.l-header-language span {
  align-items: center;
  display: flex;
  height: 1.6rem;
  justify-content: center;
  margin-right: 0.5rem;
  width: 1.6rem;
}
.l-header-language img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header-language .l-header-language__link {
  color: #a5a5a5;
}
.l-header-language .l-header-language__link.--active {
  color: #000;
}
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}

.inner {
  margin: 0 auto;
  padding: 0 2vw;
  width: min(120rem, 100%);
}

.c-accordion {
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 1.6rem 2rem;
}

.c-accordion-title {
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1.7;
  padding: 0 4rem 0 5.8rem;
  position: relative;
}
.c-accordion-title:before {
  background: url(../images/svg/icon-q.svg) no-repeat center center/contain;
  content: "";
  height: 4.3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.3rem;
}
.c-accordion-title .icon-arrow-down {
  aspect-ratio: 1;
  width: 2.8rem;
  fill: #005BAC;
  position: absolute;
  right: 2rem;
  top: 1rem;
  transition: all 250ms ease;
}
.c-accordion-title.open .icon-arrow-down {
  transform: rotate(180deg);
  transition: all 250ms ease;
}

.c-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.c-accordion-body p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 6rem;
  position: relative;
}
.c-accordion-body p:before {
  align-items: center;
  background: #005BAC;
  border-radius: 100vmax;
  color: #fff;
  content: "A";
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  height: 3.8rem;
  justify-content: center;
  left: -5.2rem;
  position: absolute;
  top: 0.5rem;
  width: 3.8rem;
}

.c-accordion-body.show {
  grid-template-rows: 1fr;
  padding: 1.6rem 0;
}

.c-accordion-body > div {
  overflow: hidden;
}

.c-breadcrumbs {
  align-items: center;
  background: url(../images/common/breadcrumb-bg.svg) center bottom no-repeat;
  background-size: cover;
  display: flex;
  font-size: 1.3rem;
  justify-content: flex-start;
  margin-top: 14rem;
  padding: 1rem 4rem;
  padding-top: 14.37%;
  position: relative;
}
.c-breadcrumbs:before {
  background: url(../images/common/cloud.webp) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 120px;
  left: 4vw;
  position: absolute;
  top: 60%;
  width: 336px;
  z-index: 1;
}
.c-breadcrumbs:after {
  background: url(../images/common/cloud.webp) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  right: 2vw;
  top: 77%;
  width: 336px;
  z-index: 1;
}
.c-breadcrumbs .inner {
  align-items: center;
  background-color: #fff;
  border-radius: 100vmax;
  display: flex;
  left: 50%;
  padding: 1rem 4rem;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.c-breadcrumbs a {
  color: #000;
  font-size: 1.3rem;
  margin-right: 0.6rem;
  text-decoration: underline;
}
.c-breadcrumbs a:after {
  content: ">";
  display: inline-block;
  margin-left: 0.6rem;
  text-decoration: none;
}

.c-about__item {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
.c-about__item .entry-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.c-about__item-box {
  width: calc(50% - 3rem);
}

.c-about__item-title {
  font-family: futura-pt, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.c-about__item-text__main {
  border-bottom: 1px solid #054159;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
}

.c-about__item-text__sub {
  display: none;
  font-size: 1.5rem;
  font-weight: 400;
}

.c-about__item-text__text {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 3rem;
}

.c-btn {
  align-items: center;
  background: url(../images/common/icon-link-arrow.svg) no-repeat right 1rem center;
  background-size: 2.2rem;
  border: 1px solid #000;
  border-radius: 100vmax;
  display: flex;
  font-size: 1.4rem;
  height: 4rem;
  justify-content: center;
  line-height: 1;
  padding: 0 1.5rem;
  transition: all 0.3s ease;
  width: 20rem;
}
.c-btn:hover {
  background-color: #044258;
  color: #fff;
  opacity: 1;
}

.c-info__item-wrap {
  margin-bottom: 8rem;
}

.c-info__item {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
.c-info__item .entry-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.c-info__item-box {
  align-items: center;
  border-bottom: 1px solid #054159;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.4rem;
  width: calc(50% - 3rem);
}

.c-info__item-title {
  font-family: futura-pt, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.c-info__item-text__main {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 1.4rem;
}

.c-info__item-text__sub {
  display: none;
  font-size: 1.5rem;
  font-weight: 400;
}

.c-info__item-text__text {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 3rem;
}

.c-page-header {
  margin-bottom: 8rem;
  margin-top: 20rem;
  position: relative;
}
.c-page-header.p-10 {
  margin-top: 8rem;
}
.c-page-header .sp-br {
  display: none;
}
.c-page-header .tab-br {
  display: none;
}

.c-page-header__inner {
  padding: 0 4vw;
  text-align: center;
  width: 100%;
}

.c-page-header__title-en {
  font-family: futura-pt, sans-serif;
  font-size: 10.3rem;
  font-weight: 300;
  line-height: 1.3;
}

.c-page-header__title-ja {
  font-size: 1.8rem;
  font-weight: 400;
}

.c-page-header02 {
  margin-bottom: 8rem;
  position: relative;
}

.c-page-header02__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 21rem auto 0;
  position: relative;
  width: min(122rem, 97%);
}

.c-page-header02__title-en {
  font-family: futura-pt, sans-serif;
  font-size: 10.3rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.c-page-header02__text {
  width: 44rem;
}

.c-page-header02__image {
  display: flex;
  flex: 1;
  gap: 0 2rem;
}
.c-page-header02__image figure {
  flex: 1;
}

.c-page-header__text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 6rem;
  word-break: break-word;
}

.c-page-header__text-ja {
  font-size: 1.8rem;
  margin-left: 1rem;
}

.post-news__wrap {
  min-height: 53rem;
}

.post-news__category {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 6.4rem;
}

.post-news__category-btn {
  align-items: center;
  background: url(../images/common/icon-link-arrow.svg) no-repeat right 1rem center;
  background-size: 1.7rem;
  border: 1px solid #000;
  border-radius: 100vmax;
  display: flex;
  font-size: 1.4rem;
  height: 4rem;
  justify-content: center;
  line-height: 1;
  padding: 0 1.5rem;
  transition: all 0.3s ease;
  width: 16rem;
}
.post-news__category-btn.active {
  background-color: #054159;
  border: 1px solid #054159;
  color: #fff;
}
.post-news__category-btn:hover {
  background-color: #054159;
  border: 1px solid #054159;
  color: #fff;
}

.post-news__item {
  margin-bottom: 2rem;
  width: 100%;
}

.post-news__title {
  align-items: flex-end;
  border-bottom: 1px solid #000;
  display: block;
  display: flex;
  font-size: 6.6rem;
  font-weight: 300;
  gap: 1.5rem;
  justify-content: space-between;
  line-height: 1;
  padding-bottom: 1.4rem;
  width: 100%;
}
.post-news__title a {
  font-size: 1.5rem;
  text-decoration: underline;
}

.post-news__list-item {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
}
.post-news__list-item:not(:last-of-type) {
  border-bottom: 1px solid #000;
}

.post-news__list-item-media {
  width: 22rem;
}

.post-news__list-item-text {
  flex: 1;
}

.post-news__list-item-date {
  width: 100%;
}

.post-news__list-item-title {
  background: url(../images/common/icon-link-arrow.svg) center right no-repeat;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 3rem 2rem 0;
  transition: all 0.3s ease;
}

.post-news__list-item-text:hover .post-news__list-item-title {
  text-decoration: underline;
}

.post-news__list-item-category {
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1rem;
  padding: 1px 20px;
  vertical-align: middle;
}
.post-news__list-item-category.case {
  background-color: #66BBDE;
}
.post-news__list-item-category.press {
  background-color: #5591AA;
}
.post-news__list-item-category.topics {
  background-color: #09428D;
}
.post-news__list-item-category.event {
  background-color: #38AAD5;
}
.post-news__list-item-category.media {
  background-color: #2E64C1;
}

.products-items__item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
  justify-content: space-between;
}
.products-items__item-wrap .more-link {
  margin-top: 4rem;
  text-align: center;
}
.products-items__item-wrap .more-link .c-btn {
  margin: 0 auto;
}

.products-items__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 46%;
}

.products-items__item-image {
  height: 19.8rem;
  width: 100%;
}
.products-items__item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products-items__logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 8.3rem;
  justify-content: center;
  margin: 4rem 0;
}
.products-items__logo a {
  display: block;
  height: 100%;
}
.products-items__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.products-items__item-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  text-align: center;
}

.products-items__item-text {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.8;
  margin-bottom: 2rem;
  min-height: 10.8rem;
}

.c-sec-title {
  margin-bottom: 4rem;
  position: relative;
  white-space: nowrap;
}
.c-sec-title:before {
  animation: colorChangeSecJa 1.2s ease-in-out 0.8s forwards;
  background-color: #000;
  clip-path: inset(0 0 0 100%);
  content: "";
  height: 1px;
  left: -101%;
  position: absolute;
  top: 44px;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.c-sec-title-jp {
  animation: colorChangeSecJa 0.8s ease-in-out forwards;
  clip-path: inset(0 100% 0 0);
  color: #e7e7e7;
  display: none;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.c-sec-title-en {
  animation: colorChangeSecEn 0.8s ease-in-out 0.4s forwards;
  clip-path: inset(0 100% 0 0);
  color: #bcbcbc;
  font-family: "futura-pt", sans-serif;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.3;
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

@keyframes colorChangeSecJa {
  to {
    clip-path: inset(0 0 0 0);
    color: #000;
  }
}
@keyframes colorChangeSecEn {
  to {
    clip-path: inset(0 0 0 0);
    color: #000;
  }
}
.c-sec-subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 1.2rem;
}

.c-cta-btn {
  bottom: 4rem;
  position: fixed;
  right: 4rem;
  z-index: 10;
}
.c-cta-btn a {
  align-items: center;
  background-color: #FFBA00;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 600;
  height: 16rem;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
  width: 16rem;
}

.c-cta-btn__arrow {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  margin-top: 0.3rem;
  padding-right: 1rem;
  position: relative;
}
.c-cta-btn__arrow .arrow {
  line-height: 1;
  margin-top: -0.4rem;
  position: absolute;
  right: 0;
  top: 50%;
}
.c-cta-btn__arrow .arrow.-right {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 5px;
  transform: skew(45deg);
  width: 10px;
}

.c-footer-cta {
  background: #fff url(../images/common/footer-cta-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

.c-footer-cta__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.c-footer-cta__title br {
  display: none;
}

.c-footer-cta__nav {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.c-footer-cta__tel {
  color: #fff;
}
.c-footer-cta__tel br {
  display: none;
}
.c-footer-cta__tel small {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.c-footer-cta__tel a {
  display: block;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.3;
}
.c-footer-cta__tel span {
  font-size: 1.7rem;
}

.c-footer-cta__mail a {
  align-items: center;
  background-color: #fff;
  border: 4px solid #90D3E8;
  border-radius: 100vmax;
  box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 1rem;
  height: 99px;
  justify-content: center;
  width: 378px;
}
.c-footer-cta__mail a img {
  width: 3rem;
}

.c-footer-cta__visitor a {
  align-items: center;
  background-color: #F1DB66;
  border: 4px solid #fff;
  border-radius: 100vmax;
  box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 1rem;
  height: 99px;
  justify-content: center;
  width: 378px;
}
.c-footer-cta__visitor a img {
  width: 4rem;
}
/* -------------------------------------------*/
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.contact-sec01 {
  background-color: #F9F8F8;
  border-radius: 2rem;
  margin: 0 auto 6vw;
  padding: 6vw 0;
  width: 96%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: 1px solid #bebebe;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.6rem 1rem;
  width: 100%;
}

.Form-wrap {
  border: 1px solid #C1C1C1;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
  padding: 2.4rem 4rem;
}

.Form-Item {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.Form-Item:not(:last-of-type) {
  margin-bottom: 1.4rem;
}
.Form-Item p:not(.Form-Item-Label) {
  width: calc(100% - 240px);
}
.Form-Item .wpcf7-form-control-wrap {
  flex: 1;
  position: relative;
}

.Form-Item-Flex {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.Form-Item-Label {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.Form-Item-Label.full {
  width: 100%;
}
.Form-Item-Label small {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.Form-Item-Label-Required {
  background-color: #18818C;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.note {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 1.8rem 0;
}
.note a {
  text-decoration: underline;
}

.c-contact-agree {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
  text-align: center;
}
.c-contact-agree p {
  text-align: center;
}
.c-contact-agree a {
  text-decoration: underline;
}

.Form-filebox {
  background: #f5f5f5;
  display: flex;
  margin: 0 0 1.4rem;
  padding: 1.4rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.Form-filebox-label {
  width: 15rem;
}

input[type=file]::file-selector-button {
  height: 40px;
  margin-right: 1rem;
  opacity: 0;
  position: relative;
  width: 80px;
}

input[type=file]::before {
  align-items: center;
  border-radius: 10em;
  content: "参照";
  cursor: pointer;
  display: grid;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  position: absolute;
  text-align: center;
  width: 80px;
}

.confirm_area .Form-Item-Label-Required {
  display: none;
}
.confirm_area .confirm_area-read {
  margin-bottom: 6rem;
  text-align: center;
}

.button-wrap {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 4rem auto;
}

input.confirm_button {
  background: #054159;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 0.8rem 8rem;
}
input.confirm_button:disabled {
  background-color: #bebebe;
  cursor: inherit;
}

input.submit-btn {
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 8rem;
}

input.back_button {
  background: #646464;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 8rem;
}

.wpcf7-submit {
  background: #E60012;
  border-radius: 8px;
  color: #fff;
  padding: 0.4rem 4rem;
}

.back_button {
  background: #000;
  border-radius: 8px;
  color: #fff;
  padding: 0.4rem 4rem;
}

.back-link {
  margin-top: 4rem;
  text-align: center;
}
.back-link a {
  color: #0029af;
  text-decoration: underline;
}

.selectbox {
  align-items: center;
  border: 1px solid #bebebe;
  border-radius: 5px;
  display: inline-flex;
  min-width: 125px;
  padding: 4px;
  position: relative;
  width: 100%;
}

.selectbox::after {
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  width: 10px;
}

.selectbox .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  font-size: 1.6rem;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  width: 100%;
}
.selectbox select option {
  font-size: 1.6rem;
}

.c-hamburger {
  background-color: transparent;
  border: transparent;
  cursor: pointer;
  height: 56px;
  margin: 0;
  padding: 0;
  position: relative;
  width: inherit;
}

.c-hamburger span {
  background: #000;
  display: block;
  height: 3px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: all 0.4s;
  width: 25px;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -6px;
  transform: translateX(-50%) rotate(-225deg);
}

.pagination {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.pagination a {
  border: 1px solid #054159;
  line-height: 1.3;
  padding: 4px 9px;
  white-space: nowrap;
}

.pagination a.active {
  background: #054159;
  color: #fff;
}

.pagination__pc {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.pagination__sp {
  align-items: center;
  display: none;
  gap: 0.5rem;
}
.c-text-link {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  line-height: 4;
  position: relative;
}

.c-arrow {
  background: #fff;
  border: 3px solid #005BAC;
  border-radius: 100%;
  display: inline-block;
  height: 4rem;
  margin-left: 1.4rem;
  position: relative;
  width: 4rem;
}
.c-arrow:after {
  content: "";
  display: inline-block;
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M8.578%2016.594l4.594-4.594-4.594-4.594%201.406-1.406%206%206-6%206z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-color: #005BAC;
  background-repeat: no-repeat;
  background-size: 100%;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M8.578%2016.594l4.594-4.594-4.594-4.594%201.406-1.406%206%206-6%206z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  transition: 0.3s;
  z-index: 5;
}

.about-company {
  background: linear-gradient(to bottom, #F5F5F5, #fff);
  padding: 7rem 0 16rem;
}

.about-image__wrap {
  align-items: center;
  display: flex;
  gap: 0 1rem;
  justify-content: center;
  margin-bottom: 10rem;
  padding: 0 4vw;
}

.about-image {
  flex: 1;
}
.about-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-company__list {
  align-items: center;
  border-bottom: 1px solid #18818C;
  display: flex;
  padding: 3.6rem 0;
  position: relative;
}

.about-company__item-title {
  font-size: 1.8rem;
  font-weight: 600;
  width: 14rem;
}
.about-company__item-title:before {
  background-color: #18818C;
  bottom: -2px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 14rem;
}

.about-company__item-text {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 3rem 6rem;
  padding-left: 4rem;
}
.about-company__item-text span {
  width: calc(70% - 3rem);
}
.about-company__item-text .about-company__item-text__main {
  width: calc(30% - 3rem);
}

.about-map__wrap {
  display: flex;
  gap: 5rem;
}

.about-map__info {
  width: 30%;
}

.about-map__info-address {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.about-map__info-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}

.about-map__map {
  height: 40rem;
  width: 70%;
}

.about-company__item-track {
  border-bottom: 1px solid #18818C;
  font-size: 1.8rem;
  padding: 2rem;
}

.about-company__note {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2rem;
}

.recruit-overview {
  margin-bottom: 10rem;
  position: relative;
}

.recruit-overview__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 8rem;
}

.recruit-overview__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 8rem;
}

.recruit-positions {
  margin-bottom: 20rem;
}

.career-image {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 10rem;
}

.contact-header-logo {
  left: 4vw;
  position: absolute;
  top: 2vw;
  width: 22rem;
}

.contact__wrap {
  display: flex;
  padding: 20rem 0 0;
}

p.Form-Item-Label-agree {
  text-align: center;
}

.contact__header {
  flex: 1;
}

.content-form__body {
  padding-left: 5rem;
  width: 55%;
}

.contact__header-title {
  font-family: futura-pt, sans-serif;
  font-size: 10.3rem;
  font-weight: 300;
  line-height: 1;
}

.contact__header-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 6rem;
}

.contact__header-note {
  border: 3px solid #18818C;
  border-radius: 0.8rem;
  color: #054159;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 6rem;
  padding: 4rem 2.6rem;
}
.contact__header-note a {
  text-decoration: underline;
}

.contact-copy {
  font-size: 1.4rem;
  margin-top: 10rem;
  padding: 2rem 0;
  text-align: center;
}

/* HubSpotフォームのレスポンシブ対応 */
/* HubSpotフォームのカスタムスタイル */
.custom-hubspot-form {
  /* フォーム全体のスタイル */
  /* フィールドラベル */
  /* 入力フィールド */
  /* 必須マーク */
  /* 送信ボタン */
  /* フォームの説明文 */
}
.custom-hubspot-form .form-columns-2,
.custom-hubspot-form .form-columns-1 {
  margin-bottom: 2rem;
}
.custom-hubspot-form .hs-form-booleancheckbox-display {
  align-items: center;
  color: #054159;
  display: flex;
  font-size: 1.4rem;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.custom-hubspot-form .hs-form {
  font-family: "Noto Sans JP", sans-serif;
}
.custom-hubspot-form .hs-form-field > label {
  color: #054159;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.custom-hubspot-form .hs-input {
  border: 1px solid #bebebe;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  padding: 0.6rem 1.2rem !important;
  transition: border-color 0.3s ease;
  width: 100% !important;
}
.custom-hubspot-form .hs-input:focus {
  border-color: #18818C;
  box-shadow: 0 0 0 2px rgba(24, 129, 140, 0.2);
  outline: none;
}
.custom-hubspot-form .hs-fieldtype-textarea {
  min-height: 20rem !important;
}
.custom-hubspot-form input[type=checkbox] {
  width: auto !important;
}
.custom-hubspot-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 0 !important;
}
.custom-hubspot-form .hs-error-msgs {
  color: #E60012;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.custom-hubspot-form .hs-richtext a {
  color: #18818C;
  text-decoration: underline;
}
.custom-hubspot-form .hs_submit {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.custom-hubspot-form .hs-button {
  background: #18818C;
  border: none;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.2rem 4rem;
  transition: background-color 0.3s ease;
}
.custom-hubspot-form .hs-button:hover {
  background: #054159;
}
.custom-hubspot-form .hs-form-description {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.news-category {
  margin: 40px 0;
}

.news-category__header {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.news-category__button {
  background: none;
  border: 1px solid #333;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 0.3s;
}

.news-category__button.active {
  background: #333;
  color: #fff;
}

.load-more-btn {
  margin: 40px auto;
}

.news-single__header {
  padding: 20rem 0 4rem;
}

.news-single__header-title {
  font-family: futura-pt, sans-serif;
  font-size: 10.3rem;
  font-weight: 200;
  line-height: 1.2;
}

.news-single__body {
  background-color: white;
  padding: 6rem;
}

.news-single__date {
  align-items: center;
  color: #054159;
  display: flex;
  font-size: 2.2rem;
  font-weight: 600;
}
.news-single__date .cat {
  border: 1px solid #054159;
  color: #054159;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 1rem;
  padding: 0.3rem 1rem;
}

.news-single__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 2rem 0 4rem;
}

.news-single__content p {
  line-height: 2;
  margin-bottom: 4rem;
}
.news-single__content h2 {
  color: #054159;
  font-size: 2rem;
  font-weight: 500;
}
.news-single__content strong {
  color: #054159;
  font-size: 1.8rem;
  font-weight: 500;
}
.news-single__content a {
  color: #054159;
  text-decoration: underline;
}

.career-partners {
  margin-bottom: 10rem;
}

.career-partners__text {
  font-size: 2rem;
  line-height: 1.7;
}

.career-partners__image {
  margin: 4rem auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.career-partners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.career-partners__item {
  width: calc(33.333% - 3rem);
}

.career-partners__item-title {
  border-bottom: 1px solid #18818C;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  text-align: center;
}

.career-partners__item-text {
  font-weight: 400;
  line-height: 1.8;
}

.career-partners-merit {
  margin-bottom: 10rem;
}

.career-partners-merit__list {
  display: flex;
  padding: 2rem 0;
}
.career-partners-merit__list:not(:last-of-type) {
  border-bottom: 1px solid #18818C;
}
.career-partners-merit__list dd {
  flex: 1;
}

.career-partners-merit__item-title {
  color: #18818C;
  font-size: 1.8rem;
  font-weight: 600;
  width: 20%;
}

.career-consulting__text {
  margin-bottom: 10rem;
}

.career-partners-logo__list-wrap {
  margin: 0 auto;
  width: 1200px;
}

.career-partners-logo__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.career-partners-logo__item {
  align-items: center;
  aspect-ratio: 172/198;
  background: url(../images/career/hexagon.webp) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: 172px;
}
.career-cta {
  background: #DCE6E9 url(../images/career/career-cta-bg.webp) no-repeat right -4rem center;
  background-size: 50%;
  padding: 6rem 4vw;
}

.career-cta__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.career-cta__content {
  align-items: center;
  display: flex;
  gap: 4rem;
}

.career-cta__text {
  width: 60%;
}

.privacy-policy-header {
  margin-bottom: 14rem;
  padding-top: 24rem;
}

.privacy-policy-header__title-en {
  font-family: futura-pt, sans-serif;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.privacy-policy-header__text {
  background-color: #054159;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 0.6rem 2.4rem;
}

.privacy-policy {
  margin-bottom: 14rem;
}

.privacy-policy__list {
  margin-bottom: 8rem;
}

.privacy-policy__item-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4;
}

.privacy-policy__item-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4;
  padding: 2.4rem 4rem;
}
.privacy-policy__item-text .number {
  counter-reset: item;
  list-style: none;
  margin-top: 3rem;
}
.privacy-policy__item-text .number li {
  margin-bottom: 2rem;
  padding-left: 2.4rem;
  position: relative;
}
.privacy-policy__item-text .number li::before {
  content: counter(item);
  counter-increment: item;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}
.privacy-policy__item-text .note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: right;
}
.privacy-policy__item-text .item-title {
  color: #18818C;
  font-size: 2rem;
  font-weight: 600;
}
.privacy-policy__item-text h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2rem;
}
.privacy-policy__item-text ol {
  list-style: none;
  margin-left: 2rem;
}

.privacy-policy__contact {
  border: 1px solid #000;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 2rem;
  padding: 2rem;
}

.products-items {
  margin-bottom: 8rem;
}

.products-read {
  padding: 0 0 2rem 0;
}

.products-read__title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 6rem;
  text-align: center;
}

.products-read__image {
  text-align: center;
}

.products-items__item-list .products-items__item-list-title {
  border-bottom: 1px solid #18818C;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  text-align: center;
}
.products-items__item-list dd {
  font-weight: 400;
  line-height: 2.2;
  padding-left: 2rem;
}

.security-policy-header {
  margin-bottom: 14rem;
  padding-top: 24rem;
}

.security-policy-header__title-en {
  font-family: futura-pt, sans-serif;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.security-policy-header__text {
  background-color: #054159;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 0.6rem 2.4rem;
}

.security-policy {
  margin-bottom: 14rem;
}

.security-policy__list {
  margin-bottom: 8rem;
}

.security-policy__item-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4;
}

.security-policy__item-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4;
  padding: 2.4rem 4rem;
}
.security-policy__item-text .number {
  counter-reset: item;
  list-style: none;
}
.security-policy__item-text .number li {
  margin-bottom: 6rem;
  padding-left: 4rem;
  position: relative;
}
.security-policy__item-text .number li::before {
  content: counter(item);
  counter-increment: item;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.security-policy__item-text .note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: right;
}
.security-policy__item-text .item-title {
  color: #18818C;
  font-size: 2.2rem;
  font-weight: 500;
}

.top-mv {
  background: linear-gradient(180deg, rgb(220, 230, 233) 32%, rgb(236, 235, 235) 72%, rgb(255, 255, 255) 100%);
  display: flex;
  height: 75vh;
  justify-content: flex-end;
  min-height: 84rem;
  position: relative;
}
.top-mv .top-mv__inner {
  left: 0%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 3;
}
.top-mv .text-container {
  color: #000;
  display: flex;
  padding: 0 0 0 5vw;
}
.top-mv .char-blur {
  filter: blur(8px);
}
.top-mv .text-line {
  font-size: 8.6rem;
  line-height: 1.6;
}
.top-mv .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(1rem);
}

/*/ mission
///////////////////////////////////////////////////*/
.top-mission {
  margin-bottom: 10rem;
}

.top-mission__inner {
  background-color: #fff;
  margin: 0 auto;
  padding: 6rem 0;
  width: min(150rem, 96%);
}

.top-mission__wrap {
  margin-bottom: 4rem;
}

.top-mission__content-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.top-mission__content-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

/*/ ai
///////////////////////////////////////////////////*/
.top-ai {
  background: url(../images/top/cogent-ai-bg.webp) no-repeat center center/cover;
  color: #fff;
  margin-bottom: 12rem;
  padding: 10rem 0;
}

.top-ai__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1.5vw;
  width: min(120rem, 100%);
}

.top-ai-title {
  width: 39rem;
}
.top-ai-title img {
  width: 100%;
}

.top-ai__item {
  flex: 1;
  padding-left: 8rem;
  word-break: break-word;
}

.top-ai__item-text {
  font-size: 2.2rem;
  line-height: 2;
}

/*/ products
///////////////////////////////////////////////////*/
.top-products {
  margin-bottom: 8rem;
}

.top-products__wrap {
  position: relative;
}

.top-products__item {
  position: relative;
}

.top-products__item-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}

.top-products__item-text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.top-products__item-text .c-btn {
  margin: 0 auto;
}

/*/ information
///////////////////////////////////////////////////*/
.top-information {
  margin-bottom: 10rem;
}

/*/ career
///////////////////////////////////////////////////*/
.top-career__wrap {
  align-items: center;
  display: flex;
  padding: 0 0 10rem 0;
  position: relative;
}

.top-career__text {
  background-color: #F8F8F8;
  padding: 6rem 5rem;
  position: relative;
  width: min(74rem, 100%);
  z-index: 2;
}

.top-career__image {
  margin-left: -20rem;
  width: calc(100% - 50vw + 35rem);
}
.top-career__image img {
  margin: 0 auto;
  max-width: inherit;
}

.top-career__title {
  font-family: "futura-pt", sans-serif;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1;
}

.top-career__text-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 4rem 0;
}

.top-career__text-content {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4rem;
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}

@media screen and (768px <= width <= 1200px){
  html {
    font-size: 52%;
  }
  .l-footer {
    padding: 4rem 2rem;
  }
  .l-footer-inner {
    padding: 0 2rem;
  }
  .l-footer-contact-btn {
    margin-bottom: 2rem;
  }
  .l-header__logo {
    align-items: center;
    padding-right: 0;
  }
  .c-accordion-title {
    font-size: 2.2rem;
    line-height: 1.7;
    padding: 0 2rem 0 4.2rem;
  }
  .c-accordion-title:before {
    height: 3.3rem;
    top: 0rem;
    width: 3.3rem;
  }
  .c-accordion-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .c-accordion-body p {
    font-size: 1.8rem;
    margin-left: 5rem;
  }
  .c-accordion-body p:before {
    content: "A";
    font-size: 1.6rem;
    height: 3.2rem;
    left: -4.8rem;
    top: 0.5rem;
    width: 3.2rem;
  }
  .c-btn {
    font-size: 1.8rem;
    height: 5rem;
  }
  .products-items__item-wrap {
    gap: 4rem 2rem;
  }
  .products-items__item {
    width: 48%;
  }
  .products-items__item-title {
    font-size: 2rem;
  }
  .products-items__item-text {
    font-size: 1.5rem;
  }
  .top-mv .text-container {
    color: #000;
    padding: 26vw 0 26vw 6vw;
  }
  .top-mv #myCanvas {
    height: 740px;
    position: absolute;
    right: 0;
    top: 0;
    width: 740px;
  }
  .top-mv .text-line {
    font-size: 5.6rem;
    line-height: 1.5;
  }
  .top-ai__inner {
    padding: 0 4vw;
  }
  .top-ai-title {
    font-size: 5.6rem;
  }
  .top-career__text {
    padding: 4rem 2rem;
    width: 100%;
  }
  .top-career__text .c-btn {
    margin: 0 auto;
  }
  .top-career__image {
    margin-left: 0;
    margin-top: -4rem;
    width: calc(100% + 10rem);
  }
  .top-career__image img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (width <= 767px){
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    overflow-x: hidden;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pcnone {
    display: block;
  }
  .spnone {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-footer {
    padding: 0;
  }
  .l-footer:before {
    background: url(../images/common/footer-rainbow-sp.webp) right top no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .l-footer-inner {
    padding: 4vw;
  }
  .l-footer-info {
    display: block;
    padding: 0 0 4rem;
  }
  .l-footer-logo {
    margin: 0 auto 2rem;
    width: 20rem;
  }
  .l-footer-info__address {
    display: block;
    font-size: 1.3rem;
    line-height: 1.7;
    margin: 0 auto;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-footer-nav {
    display: none;
  }
  .l-footer-subnav-wrap {
    display: none;
  }
  .l-footer-contact-btn {
    margin: 0 auto;
    width: 100%;
  }
  .l-footer-subnav {
    display: none;
  }
  .copy {
    font-size: 1.2rem;
    padding-bottom: 3rem;
    text-align: center;
  }
  .l-header__inner {
    height: inherit;
    padding: 10px;
  }
  .l-header.fixed .l-header__nav {
    padding: 0;
  }
  .l-header__logo {
    align-items: center;
    padding-right: 0;
  }
  .l-header__hamburger {
    display: block;
  }
  .l-header__logo-text {
    font-size: 1.4rem;
  }
  .l-header__nav {
    align-items: center;
    background: transparent;
    display: flex;
    gap: 0;
    justify-content: flex-end;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.6s, opacity 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
  .l-header__nav.is-active {
    align-items: center;
    background: linear-gradient(201deg, rgb(220, 230, 233) 0%, rgb(248, 248, 248) 100%);
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    opacity: 1;
    overflow-y: scroll;
    padding: 0px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0);
    visibility: visible;
  }
  .l-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 6.4rem;
    padding-bottom: 2rem;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 4rem;
    width: 100%;
  }
  .l-nav__item {
    font-size: 1.4rem;
    position: relative;
    width: 100%;
  }
  .l-nav__item:not(:first-of-type) {
    border-top: 1px solid #d3d3d3;
  }
  .l-nav__link {
    border: none;
    display: block;
    font-size: 1.6rem;
    padding: 1.6rem 0;
    text-align: left;
    white-space: nowrap;
    width: 100%;
  }
  .inner {
    padding: 0 6vw;
  }
  .c-accordion-title {
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 0 2rem 0 3.2rem;
  }
  .c-accordion-title:before {
    height: 2.3rem;
    top: 0.7rem;
    width: 2.3rem;
  }
  .c-accordion-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .c-accordion-body p {
    font-size: 1.5rem;
    margin-left: 3rem;
  }
  .c-accordion-body p:before {
    content: "A";
    font-size: 1.3rem;
    height: 2.2rem;
    left: -2.8rem;
    top: 0.5rem;
    width: 2.2rem;
  }
  .c-breadcrumbs {
    margin-top: 5rem;
  }
  .c-breadcrumbs:before {
    background: url(../images/common/cloud.webp) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 120px;
    left: 4vw;
    position: absolute;
    top: 60%;
    width: 116px;
    z-index: 1;
  }
  .c-breadcrumbs:after {
    background: url(../images/common/cloud.webp) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    right: 2vw;
    top: 77%;
    width: 116px;
    z-index: 1;
  }
  .c-breadcrumbs .inner {
    display: none;
  }
  .c-about__item-wrap {
    margin-bottom: 6rem;
  }
  .c-about__item-box {
    width: 100%;
  }
  .c-about__item-title {
    font-size: 2.4rem;
  }
  .c-about__item-text__main {
    font-size: 1.5rem;
  }
  .c-about__item-text__sub {
    font-size: 1.4rem;
  }
  .c-about__item-text__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .c-info__item-wrap {
    margin-bottom: 6rem;
  }
  .c-info__item-box {
    width: 100%;
  }
  .c-info__item-title {
    font-size: 2.4rem;
  }
  .c-info__item-text__main {
    font-size: 1.5rem;
  }
  .c-info__item-text__sub {
    font-size: 1.4rem;
  }
  .c-info__item-text__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .c-page-header {
    margin-bottom: 6rem;
    margin-top: 8rem;
  }
  .c-page-header.p-10 {
    margin-top: 8rem;
  }
  .c-page-header__inner {
    padding: 2rem 6vw 0;
  }
  .c-page-header__title-en {
    font-size: 4.3rem;
  }
  .c-page-header__title-ja {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .c-page-header02 {
    margin-bottom: 4rem;
  }
  .c-page-header02__inner {
    flex-direction: column;
    margin: 8rem auto 0;
    padding-top: 0;
  }
  .c-page-header02__title-en {
    font-size: 5.6rem;
    text-align: center;
  }
  .c-page-header02__text {
    margin-bottom: 5rem;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
  }
  .c-page-header02__image {
    flex-direction: column;
    gap: 2rem;
    padding: 0 8vw;
  }
  .c-page-header__text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  .c-page-header__text-ja {
    margin-left: 0;
  }
  .post-news__wrap {
    min-height: auto;
  }
  .post-news__category {
    justify-content: space-between;
    margin-bottom: 3.2rem;
  }
  .post-news__category li {
    text-align: center;
    width: calc(50% - 0.5rem);
  }
  .post-news__category-btn {
    font-size: 1.4rem;
    height: 4rem;
    padding: 0 1.2rem;
    width: 100%;
  }
  .post-news__title {
    font-size: 3rem;
  }
  .post-news__list-item {
    padding: 2.6rem 0.6rem;
  }
  .post-news__list-item-media {
    width: 100%;
  }
  .post-news__list-item-date {
    margin-top: 1.6rem;
  }
  .post-news__list-item-title {
    font-size: 1.6rem;
    padding: 0 2rem 0 0;
  }
  .products-items__item-wrap {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .products-items__item-wrap .more-link {
    margin-top: 2rem;
  }
  .products-items__item {
    width: 100%;
  }
  .products-items__item-image {
    height: auto;
  }
  .products-items__logo {
    height: auto;
    margin: 2.6rem 0;
    min-height: 0;
    padding: 0 8vw;
  }
  .products-items__item-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .products-items__item-text {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    min-height: 0;
    text-align: center;
  }
  .c-sec-title {
    margin-bottom: 2rem;
  }
  .c-sec-title:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 21px;
    width: 100%;
  }
  .c-sec-title-jp {
    border-radius: 0 8px 8px 8px;
    font-size: 1.8rem;
    padding: 0.8rem 1.4rem;
  }
  .c-sec-title-en {
    font-size: 3.2rem;
  }
  .c-sec-subtitle {
    font-size: 1.8rem;
  }
  .Form-Item-Flex {
    justify-content: flex-start;
    width: 100%;
  }
  .Form-Item-Flex .Form-Item-Label {
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-text-link {
    line-height: 2;
  }
  .c-arrow {
    height: 3rem;
    width: 3rem;
  }
  .about-company {
    padding: 6rem 0 8rem;
  }
  .about-image__wrap {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
    padding: 0 8vw;
  }
  .about-company__list {
    flex-direction: column;
    padding: 2rem 0;
  }
  .about-company__item-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .about-company__item-title:before {
    width: 10rem;
  }
  .about-company__item-text {
    font-size: 1.4rem;
    font-weight: 400;
    gap: 0;
    margin-bottom: 1rem;
    padding-left: 0;
    width: 100%;
  }
  .about-company__item-text span {
    margin-bottom: 1rem;
    width: 100%;
  }
  .about-company__item-text .about-company__item-text__main {
    margin-bottom: 0;
    width: 100%;
  }
  .about-map__wrap {
    flex-direction: column;
    gap: 3rem;
  }
  .about-map__info {
    width: 100%;
  }
  .about-map__info-address {
    margin-bottom: 1rem;
  }
  .about-map__info-text {
    font-size: 1.4rem;
  }
  .about-map__map {
    height: 34rem;
    width: 100%;
  }
  .about-company__item-track {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .about-company__note {
    margin-top: 2rem;
  }
  .recruit-overview {
    margin-bottom: 4rem;
  }
  .recruit-overview__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .recruit-overview__title br {
    display: none;
  }
  .recruit-overview__text {
    font-size: 1.4rem;
  }
  .recruit-positions {
    margin-bottom: 6rem;
  }
  .career-image {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 4rem;
    padding: 0 4vw;
  }
  .career-image figure {
    width: calc(50% - 0.5rem);
  }
  .contact-header-logo {
    left: 0;
    padding: 4vw;
    position: relative;
    top: 0;
    width: 15rem;
  }
  .contact__wrap {
    flex-direction: column;
    padding: 10rem 0 4rem;
  }
  .contact__header {
    margin-bottom: 4rem;
    padding-top: 0;
    width: 100%;
  }
  .content-form__body {
    padding-left: 0;
    width: 100%;
  }
  .contact__header-title {
    font-size: 3.4rem;
    text-align: center;
  }
  .contact__header-text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 4rem;
  }
  .contact__header-note {
    border: 2px solid #18818C;
    border-radius: 0.8rem;
    color: #054159;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 2rem;
    padding: 2rem 1.6rem;
  }
  .contact-copy {
    font-size: 1.2rem;
    margin-top: 0rem;
    padding: 0rem 0;
    text-align: center;
  }
  .news-category {
    margin: 8px 0;
  }
  .news-category__header {
    justify-content: center;
  }
  .news-single__header {
    padding: 10rem 0 4rem;
  }
  .news-single__header-title {
    font-size: 4.8rem;
    text-align: center;
  }
  .news-single__body {
    padding: 1rem;
  }
  .privacy-policy-header {
    margin-bottom: 6rem;
    padding-top: 10rem;
  }
  .privacy-policy-header__title-en {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .privacy-policy-header__text {
    font-size: 1.6rem;
  }
  .privacy-policy {
    margin-bottom: 6rem;
  }
  .privacy-policy__list {
    margin-bottom: 4rem;
  }
  .privacy-policy__item-title {
    font-size: 2rem;
  }
  .privacy-policy__item-text {
    line-height: 2;
    padding: 2rem 2rem;
  }
  .privacy-policy__item-text .number li {
    margin-bottom: 4rem;
  }
  .privacy-policy__item-text .item-title {
    font-size: 1.8rem;
  }
  .products-read {
    padding: 2rem 0;
  }
  .products-read__title {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 4rem;
    text-align: left;
  }
  .products-read__title br {
    display: none;
  }
  .security-policy-header {
    margin-bottom: 6rem;
    padding-top: 10rem;
  }
  .security-policy-header__title-en {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .security-policy-header__text {
    font-size: 1.6rem;
  }
  .security-policy {
    margin-bottom: 6rem;
  }
  .security-policy__list {
    margin-bottom: 4rem;
  }
  .security-policy__item-title {
    font-size: 2rem;
  }
  .security-policy__item-text {
    line-height: 2;
    padding: 2rem 2rem;
  }
  .security-policy__item-text .number li {
    margin-bottom: 4rem;
  }
  .security-policy__item-text .item-title {
    font-size: 1.8rem;
  }
  .top-mv {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }
  .top-mv .text-container {
    color: #000;
    flex-direction: column;
    padding: 24vw 0 20vw 6vw;
  }
  .top-mv #myCanvas {
    height: 300px;
    right: 1rem;
    top: 8rem;
    width: 300px;
  }
  .top-mv .text-line {
    font-size: 3.6rem;
    line-height: 1.8;
  }
  .top-mission {
    margin-bottom: 6rem;
  }
  .top-mission .c-btn {
    margin: 0 auto;
  }
  .top-mission__inner {
    padding: 4rem 0;
  }
  .top-mission__content-title {
    font-size: 2rem;
  }
  .top-mission__content-text {
    font-size: 1.4rem;
  }
  .top-ai {
    background: url(../images/top/cogent-ai-bg-sp.webp) no-repeat center center/cover;
    margin-bottom: 6rem;
    padding: 6rem 0;
  }
  .top-ai__inner {
    flex-direction: column;
    padding: 0 6vw;
  }
  .top-ai-title {
    font-size: 4.4rem;
    margin-bottom: 4rem;
    max-width: 28rem;
    text-align: center;
    width: 100%;
  }
  .top-ai__item {
    padding-left: 0;
    width: 100%;
  }
  .top-ai__item-text {
    font-size: 1.6rem;
  }
  .top-products {
    margin-bottom: 6rem;
  }
  .top-products__wrap {
    margin: 0 auto 4rem;
  }
  .top-information {
    margin-bottom: 6rem;
  }
  .top-information .c-btn {
    margin: 0 auto;
  }
  .top-career__wrap {
    flex-direction: column;
    padding: 0 0 4rem 0;
  }
  .top-career__text {
    padding: 4rem 2rem;
    width: 100%;
  }
  .top-career__text .c-btn {
    margin: 0 auto;
  }
  .top-career__image {
    margin-left: 0;
    margin-top: -4rem;
    width: calc(100% + 10rem);
  }
  .top-career__image img {
    max-width: 100%;
    width: 100%;
  }
  .top-career__title {
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }
  .top-career__text-title {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
  .top-career__text-content {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

@media (hover: hover){
  a {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
  .c-cta-btn a:hover {
    background-color: #ed5c19;
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px){
  .inner {
    padding: 0 4vw;
  }
}

@media screen and (min-width: 435px) and (max-width: 768px){
  .c-page-header .tab-br {
    display: block;
  }
}

@media screen and (max-width: 435px){
  .c-page-header .sp-br {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px){
  .post-news__category-btn {
    background: url(../images/common/icon-link-arrow.svg) no-repeat right 1rem center;
    background-size: 1.3rem;
    font-size: 1.2rem;
    padding: 0 0.5rem;
    width: 15rem;
  }
}

@media screen and (375px <= width <= 1200px){
  .c-cta-btn {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    padding: 2rem 5vw;
    right: 0;
    width: 100%;
  }
  .c-cta-btn a {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 1.6rem;
    gap: 1rem;
    height: 100%;
    justify-content: center;
    padding: 1.4rem 1.8em 1.4rem 2.4em;
    width: 100%;
  }
  .c-cta-btn a br,
  .c-cta-btn a em {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 768px){
  .c-footer-cta {
    padding: 100px 4vw;
  }
  .c-footer-cta__title {
    font-size: 2.6rem;
  }
  .c-footer-cta__nav {
    flex-wrap: wrap;
  }
  .c-footer-cta__tel {
    text-align: center;
    width: 100%;
  }
  .c-footer-cta__mail,
  .c-footer-cta__visitor {
    flex: 1;
  }
  .c-footer-cta__mail a,
  .c-footer-cta__visitor a {
    flex: 1;
    width: 100%;
  }
}

@media (max-width: 768px){
  .c-footer-cta {
    padding: 80px 2vw;
  }
  .c-footer-cta__title {
    font-size: 2.2rem;
  }
  .c-footer-cta__title br {
    display: block;
  }
  .c-footer-cta__nav {
    flex-direction: column;
    gap: 3rem;
  }
  .c-footer-cta__tel {
    text-align: center;
  }
  .c-footer-cta__tel small {
    font-size: 1.8rem;
  }
  .c-footer-cta__tel a {
    font-size: 3.5rem;
  }
  .c-footer-cta__tel span {
    font-size: 1.6rem;
  }
  .c-footer-cta__tel br {
    display: block;
  }
  .c-footer-cta__mail a {
    font-size: 1.8rem;
    height: 59px;
    width: 100%;
  }
  .c-footer-cta__mail a img {
    width: 3rem;
  }
  .c-footer-cta__visitor a {
    font-size: 1.8rem;
    height: 59px;
    width: 100%;
  }
  .c-footer-cta__visitor a img {
    width: 3rem;
  }
  .Form-wrap {
    border: none;
    padding: 0;
  }
  .Form-Item {
    flex-direction: column;
    gap: 1rem;
  }
  .Form-Item:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .Form-Item p:not(.Form-Item-Label) {
    width: 100%;
  }
  .Form-Item-Label {
    width: 100%;
  }
  .Form-Item-Label br {
    display: none;
  }
  .Form-Item-Label small {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .Form-Item-Label-Required {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 1.4rem;
    padding: 0.5rem 0.8rem;
    position: relative;
    right: 0;
    top: -3px;
  }
  .note {
    display: block;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .Form-filebox {
    flex-direction: column;
    gap: 1.4rem;
    max-width: 100%;
  }
  input[type=file]::before {
    height: 30px;
    width: 70px;
  }
  .selectbox {
    max-width: 100%;
    width: 100%;
  }
  .selectbox select {
    width: 100%;
  }
  .pagination a {
    font-size: 1.5rem;
    padding: 3px 6px;
  }
  .pagination__pc {
    display: none;
  }
  .pagination__sp {
    display: flex;
  }
  .pagination__dots {
    font-size: 1.2rem;
  }
  .pagination__prev,
  .pagination__next {
    display: none;
  }
  .content-form__body iframe {
    min-height: 600px;
  }
}

@media (max-width: 2000px) and (min-width: 1200px){
  .career-partners-logo__item:nth-of-type(7),
  .career-partners-logo__item:nth-of-type(19) {
    margin-left: 9.6rem;
  }
  .career-partners-logo__item:nth-of-type(7),
  .career-partners-logo__item:nth-of-type(8),
  .career-partners-logo__item:nth-of-type(9),
  .career-partners-logo__item:nth-of-type(10),
  .career-partners-logo__item:nth-of-type(11),
  .career-partners-logo__item:nth-of-type(12),
  .career-partners-logo__item:nth-of-type(13),
  .career-partners-logo__item:nth-of-type(14),
  .career-partners-logo__item:nth-of-type(15),
  .career-partners-logo__item:nth-of-type(16),
  .career-partners-logo__item:nth-of-type(17),
  .career-partners-logo__item:nth-of-type(18),
  .career-partners-logo__item:nth-of-type(19) {
    margin-top: -5rem;
  }
}

@media (max-width: 1199px) and (min-width: 800px){
  .career-partners-logo__list-wrap {
    width: 920px;
  }
  .career-partners-logo__item:nth-of-type(5),
  .career-partners-logo__item:nth-of-type(13) {
    margin-left: 10.9rem;
  }
  .career-partners-logo__item:nth-of-type(5),
  .career-partners-logo__item:nth-of-type(6),
  .career-partners-logo__item:nth-of-type(7),
  .career-partners-logo__item:nth-of-type(8),
  .career-partners-logo__item:nth-of-type(9),
  .career-partners-logo__item:nth-of-type(10),
  .career-partners-logo__item:nth-of-type(11),
  .career-partners-logo__item:nth-of-type(12),
  .career-partners-logo__item:nth-of-type(13),
  .career-partners-logo__item:nth-of-type(14),
  .career-partners-logo__item:nth-of-type(15),
  .career-partners-logo__item:nth-of-type(16),
  .career-partners-logo__item:nth-of-type(17),
  .career-partners-logo__item:nth-of-type(18),
  .career-partners-logo__item:nth-of-type(19) {
    margin-top: -6rem;
  }
}

@media (max-width: 799px){
  .career-partners-logo__list-wrap {
    margin: 0 auto;
    max-width: 396px;
    width: 100%;
  }
  .career-partners-logo__item {
    align-items: center;
    aspect-ratio: 172/198;
    background: url(../images/career/hexagon.webp) no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    font-size: 1.2rem;
    justify-content: center;
    width: 105px;
  }
  .career-partners-logo__item img {
    width: 90%;
  }
  .career-partners-logo__item:nth-of-type(4),
  .career-partners-logo__item:nth-of-type(9),
  .career-partners-logo__item:nth-of-type(14),
  .career-partners-logo__item:nth-of-type(19) {
    margin-left: 5.9rem;
  }
  .career-partners-logo__item:nth-of-type(4),
  .career-partners-logo__item:nth-of-type(5),
  .career-partners-logo__item:nth-of-type(6),
  .career-partners-logo__item:nth-of-type(7),
  .career-partners-logo__item:nth-of-type(8),
  .career-partners-logo__item:nth-of-type(9),
  .career-partners-logo__item:nth-of-type(10),
  .career-partners-logo__item:nth-of-type(11),
  .career-partners-logo__item:nth-of-type(12),
  .career-partners-logo__item:nth-of-type(13),
  .career-partners-logo__item:nth-of-type(14),
  .career-partners-logo__item:nth-of-type(15),
  .career-partners-logo__item:nth-of-type(16),
  .career-partners-logo__item:nth-of-type(17),
  .career-partners-logo__item:nth-of-type(18),
  .career-partners-logo__item:nth-of-type(19) {
    margin-top: -3rem;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
