@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --ratio: 1.5;
  --s-5: calc(var(--s-4) / var(--ratio));
  --s-4: calc(var(--s-3) / var(--ratio));
  --s-3: calc(var(--s-2) / var(--ratio));
  --s-2: calc(var(--s-1) / var(--ratio));
  --s-1: calc(var(--s0) / var(--ratio));
  --s0: 1rem;
  --s1: calc(var(--s0) * var(--ratio));
  --s2: calc(var(--s1) * var(--ratio));
  --s3: calc(var(--s2) * var(--ratio));
  --s4: calc(var(--s3) * var(--ratio));
  --s5: calc(var(--s4) * var(--ratio));
  --font-size-small: 0.75rem;
  --font-size-smallish: 0.875rem;
  --font-size-base: var(--s0);
  --font-size-biggish: var(--s1);
  --font-size-big: var(--s2);
}

:root {
  --white: #FFFFFF;
  --blueWhite: #F6F9FD;
  --black: #2B2B2B;
  --blue: #2A7CCA;
  --lightBlue: #A1C0EF;
  --blue80: rgba(240,242,255,0.8);
  --blueGradation: linear-gradient(90deg, rgba(0,153,217,1), rgba(42,124,202,1));
  --grey700: #616161;
  --grey600: #757575;
  --grey500: #9E9E9E;
  --grey300: #E0E0E0;
  --grey100: #F5F5F5;
  --red: #E92525;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

h2 {
  font-size: 10rem;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  background-color: var(--white);
  color: var(--black);
}

main {
  overflow-x: hidden;
  flex: 1;
  padding-top: 78px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-wrapper {
  position: relative;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 1290px;
  width: 100%;
}

.l-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-bottom: 80px;
  }
}

.l-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-hamburger {
    position: absolute;
    top: 8px;
    right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    row-gap: 8px;
    width: 46px;
    height: 40px;
    z-index: 9999;
    background-color: var(--blueWhite);
    padding: 0 8px;
  }
}
.l-hamburger.active {
  display: block;
}
.l-hamburger.active .l-hamburger__line:nth-child(1) {
  transform: translateY(-4px) rotate(-42deg);
}
.l-hamburger.active .l-hamburger__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.4s;
}
.l-hamburger.active .l-hamburger__line:nth-child(3) {
  transform: translateY(-52px) rotate(42deg);
}

.l-hamburger__line {
  width: 30px;
  height: 2px;
  display: inline-block;
  background-color: var(--blue);
  border-radius: 25%;
}
.l-hamburger__line:nth-child(2) {
  width: 20px;
}

.l-header {
  background-color: var(--white);
  padding: 8px 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.l-header__inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 1514px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    gap: 5vw;
  }
}

.l-header__logo {
  max-width: 60px;
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
    height: 100%;
    padding-bottom: 64px;
    background-color: var(--blueWhite);
    overflow-y: auto;
    transition: right 0.4s;
    z-index: 9998;
    padding: 88px 40px 90px 40px;
    top: 0;
    left: unset;
    transform: unset;
    right: -150%;
    margin-right: 0;
  }
  .l-header__nav.active {
    right: 0;
  }
}

.l-header__nav--list {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .l-header__nav--list {
    gap: 4vw;
  }
}

.active .l-header__nav--list {
  flex-direction: column;
  gap: 36px;
  width: fit-content;
  margin: 0 auto;
}

.l-header__nav--link {
  font-size: 1.125rem;
}
.l-header__nav--link:hover {
  color: var(--blue);
  transition: all 0.3s;
}

.l-header__nav--contact {
  position: relative;
  padding-left: 36px;
}
.l-header__nav--contact::before {
  content: "";
  display: inline-block;
  background: url("../images/common/header_mail.svg") no-repeat;
  background-size: contain;
  width: 32px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.active .l-header__under {
  margin: 48px auto 0 auto;
  width: fit-content;
  display: block;
  padding-left: 54px;
}

.l-header__under {
  display: none;
}

.l-header__under--title {
  margin-top: 8px;
  font-size: 1rem;
}

.l-header__under--text {
  font-size: 0.75rem;
}

.l-footer {
  border-top: 4px solid var(--lightBlue);
  padding-top: 40px;
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 90px;
  }
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 40px;
  }
}

.l-footer__row {
  display: flex;
  gap: 11px;
}

.l-footer__address--title {
  font-size: 1rem;
  font-weight: 500;
}

.l-footer__address--text {
  font-size: 0.75rem;
  font-weight: 400;
}

.l-footer__address--tel:hover {
  color: var(--blue);
  transition: all 0.3s;
}

.l-footer__banner {
  max-width: 76px;
  margin-top: 8px;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    padding: 0 27px;
  }
}
@media screen and (max-width: 374px) {
  .l-footer__nav {
    padding: 0;
  }
}

.l-footer__nav--title {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--blue);
  border-bottom: 1px dotted var(--blue);
  margin-bottom: 8px;
}

.l-footer__nav--item {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 4px;
}
.l-footer__nav--item:last-child {
  margin-bottom: 0;
}

.l-footer__nav--link:hover {
  color: var(--blue);
  transition: all 0.3s;
}

.l-footer__copyright--container {
  padding: 16px 0;
  background-color: var(--blue);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright--container {
    padding: 4px 0;
    margin-top: 76px;
  }
}

.l-footer__copyright {
  max-width: 1290px;
  margin: 0 auto;
  text-align: right;
  padding-right: 16px;
  font-size: 0.75rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    padding-right: 0;
    text-align: center;
  }
}

.l-footer_pagetop--btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 174px;
  cursor: pointer;
  z-index: 1000;
  transition: width 0.3s ease;
}
.l-footer_pagetop--btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-footer_pagetop--btn.stop {
  position: absolute;
  bottom: calc(100% + 20px);
}
@media screen and (max-width: 1024px) {
  .l-footer_pagetop--btn {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_pagetop--btn {
    max-width: 120px;
    width: 24%;
    right: 17px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_pagetop--btn:hover {
    width: 160px;
    opacity: 0.8;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 1024px) {
  .l-footer_pagetop--btn:hover {
    width: 110px;
  }
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-nav {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .c-nav {
    padding: 40px 0 80px 0;
  }
}

.c-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .c-nav__list {
    gap: 24px;
  }
}

.c-nav__link {
  color: var(--lightBlue);
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-nav__link {
    padding-right: 24px;
    font-size: 0.875rem;
  }
}
.c-nav__link::after {
  content: "";
  display: inline-block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid var(--lightBlue);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-nav__link::after {
    bottom: 4px;
    left: unset;
    right: 0;
    transform: unset;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid var(--lightBlue);
  }
}

.c-heading {
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.c-headingtitle {
  font-weight: normal;
}
.c-headingtitle > * + * {
  margin-top: var(--s1);
}

.c-headingtitle__text {
  font-size: 1.5rem;
}

.c-button {
  position: relative;
  display: inline-flex;
  padding: var(--s0) var(--s4);
  border-radius: 4px;
  color: #fff;
  font-size: var(--font-size-smallish);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .c-button {
    width: 100%;
  }
}

.c-button__text {
  font-weight: bold;
}

.c-lightBlue--button {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--blueWhite);
  border: 2px solid var(--blue);
  padding: 16px 66px 16px 40px;
  width: fit-content;
  color: var(--blue);
  position: relative;
  box-shadow: 3px 4px 0px var(--lightBlue);
  line-height: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-lightBlue--button {
    padding: 16px 41px 16px 16px;
  }
}
.c-lightBlue--button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/link-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 16px;
  right: 40px;
  top: 53%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-lightBlue--button::after {
    right: 20px;
  }
}
.c-lightBlue--button:hover::after {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .c-lightBlue--button:hover::after {
    right: 12px;
  }
}

.c-blue--button {
  color: var(--white);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 41.5px 8px 24px;
  background: var(--blue);
  border-radius: 30px;
  width: fit-content;
  min-width: 165.5px;
  line-height: 1;
}
.c-blue--button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/link-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7.5px;
  height: 12.8px;
  right: 24px;
  top: 53%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease;
}
.c-blue--button:hover::after {
  right: 18px;
}

.c-header {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 40px 0;
  }
}

.c-header__en {
  font-size: 5.5rem;
  font-weight: 800;
  color: var(--blue);
  font-family: "Rethink Sans", sans-serif;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .c-header__en {
    font-size: 3rem;
  }
}

.c-header__title {
  margin-top: 8px;
  font-size: 1.5rem;
  color: var(--grey700);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-header__title {
    font-size: 1.125rem;
  }
}

.c-header__title--grad {
  background: linear-gradient(90deg, #0099d9 0%, #2a7cca 10%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
  left: 100px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-header__title--grad {
    font-size: 2.25rem;
  }
}
.c-header__title--grad:before {
  content: "";
  background: linear-gradient(90deg, #0099d9 0%, #2a7cca 10%);
  height: 3px;
  width: 100px;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.c-breadcrumbs {
  padding-top: 16px;
}

.c-breadcrumbs__inner {
  display: flex;
  align-items: center;
  gap: 22px;
}

.c-breadcrumbs__item {
  font-size: 0.75rem;
  position: relative;
  color: var(--blue);
}
.c-breadcrumbs__item::after {
  content: "";
  display: inline-block;
  background: url("../images/common/breadcrumbs_arrow.svg") no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.c-breadcrumbs__item:last-child::after {
  content: none;
}

.c-breadcrumbs__link {
  color: var(--grey500);
}
.c-breadcrumbs__link:hover {
  color: var(--blue);
  transition: all 0.3s;
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* Project (prefix: p-)
  ------------------------------------------------*/
.p-top__FV-section {
  max-width: 1531px;
  min-height: 972px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__FV-section {
    min-height: auto;
  }
}

.p-top__slider-headingBox {
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top__slider-headingBox {
    display: none;
  }
}

.p-top__slider-headingBox--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top__slider-headingBox--sp {
    display: block;
  }
}

.p-top__slider {
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top__slider {
    position: static;
  }
}

.p-top__slider-heading {
  position: relative;
  font-size: clamp(32px, 4vw, 80px);
  color: var(--white);
  transform: skewX(-15deg);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top__slider-heading {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__slider-heading {
    top: -120px;
    z-index: 2;
  }
}

.p-top__slider-heading01,
.p-top__slider-heading02,
.p-top__slider-heading03 {
  width: fit-content;
  padding: 8px;
  background: linear-gradient(84.55deg, #0099D9 12.84%, #1987D0 57.86%, #2A7CCA 87.16%);
}

.p-top__slider-heading02 {
  position: relative;
  top: 24px;
  left: 74px;
}
@media screen and (max-width: 1024px) {
  .p-top__slider-heading02 {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__slider-heading02 {
    top: 9px;
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-top__slider-heading03 {
    position: relative;
    top: 18px;
    left: 40px;
  }
}

.p-top__slider-heading .big {
  font-size: clamp(32px, 5.5vw, 88px);
}

.p-top__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 910px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  /* 擬似要素がはみ出ないように */
}
@media screen and (max-width: 1024px) {
  .p-top__slider {
    max-width: 700px;
  }
}
@media screen and (max-width: 576px) {
  .p-top__slider {
    margin: 0 auto;
  }
}

.p-top__slider::before {
  content: "";
  position: absolute;
  inset: 0;
  /* 全体を覆う */
  border-radius: 50%;
  background: linear-gradient(84.55deg, #0099D9 12.84%, #1987D0 57.86%, #2A7CCA 87.16%);
  mask: conic-gradient(from 270deg, transparent 0deg 90deg, #000 90deg 360deg);
  -webkit-mask: conic-gradient(from 270deg, transparent 0deg 90deg, #000 90deg 360deg);
  pointer-events: none;
  /* スライド操作の邪魔をしない */
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .p-top__slider::before {
    max-width: 700px;
  }
}

.p-top__slider--item {
  width: 100%;
  height: 100%;
}

.p-top__slider--container {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-top__slider--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-track {
  height: 100%;
}

.slick-list.draggable {
  height: 100%;
}

.p-top__circle--imageContainer01,
.p-top__circle--imageContainer02 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-top__circle--imageContainer01,
  .p-top__circle--imageContainer02 {
    display: none;
  }
}

.p-top__circle--imageContainer01 {
  max-width: 372px;
  aspect-ratio: 1;
  background: conic-gradient(from 0deg, transparent 90deg 0deg, var(--lightBlue) 15deg 360deg);
  position: absolute;
  bottom: 207px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-top__circle--imageContainer01 {
    max-width: 340px;
  }
}

.p-top__circle--imageContainer02 {
  max-width: 300px;
  aspect-ratio: 1;
  background: conic-gradient(from 180deg, transparent 90deg 0deg, var(--blue) 15deg 360deg);
  position: absolute;
  bottom: 0;
  left: 340px;
  z-index: 2;
}

.p-top__circle--imageItem {
  width: 86%;
  height: 86%;
  border-radius: 50%;
  overflow: hidden;
}

.p-top__circle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 60%;
}

.p-top__about--seciton {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  .p-top__about--seciton {
    padding-top: 0;
  }
}

.p-top__about--heading {
  font-size: 3.5rem;
  color: var(--blue);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1290px;
  margin: 0 auto 24px;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-top__about--heading {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 576px) {
  .p-top__about--heading {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top__about--heading .big {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-top__about--heading .big {
    font-size: 2.5rem;
  }
}

.p-top__about--denki {
  max-width: 156px;
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .p-top__about--denki {
    max-width: 101px;
  }
}

.p-top__about--bgBlue {
  background-color: var(--blue);
  padding: 24px 0;
}

.p-top__about--inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top__about--inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

.p-top__about--text {
  font-size: 1.5rem;
  color: var(--white);
  max-width: 581px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-top__about--text {
    width: 100%;
    font-size: 1rem;
    padding-top: 10px;
  }
}

.p-top__about--imageBox {
  max-width: 640px;
  width: 50%;
  position: relative;
  top: 90px;
}
@media screen and (max-width: 768px) {
  .p-top__about--imageBox {
    width: 100%;
    position: static;
  }
}

.p-top__conmpany--section {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-top__conmpany--section {
    padding: 0;
  }
}

.p-top__conmpany--section .c-header {
  text-align: right;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-top__conmpany--section .c-header {
    padding-top: 80px;
  }
}

.p-top__company--imageBox {
  max-width: 960px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-top__company--imageBox {
    width: 100%;
    margin-bottom: -5px;
  }
}

.p-top__company--text {
  font-size: clamp(16px, 2.5vw, 24px);
  letter-spacing: 0.05em;
  background-color: var(--blue);
  color: var(--white);
  padding: 40px 16px;
  max-width: 886px;
  width: 76%;
  position: relative;
  margin-left: auto;
  top: -90px;
}
@media screen and (max-width: 768px) {
  .p-top__company--text {
    position: static;
    margin: 0 0 40px;
    width: 100%;
    padding: 16px;
  }
}

.p-top__conmpany--section .c-lightBlue--button {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-top__conmpany--section .c-lightBlue--button {
    margin: 0 auto;
  }
}

.p-top__business--section {
  background-color: var(--blueWhite);
  padding: 80px 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top__business--section {
    padding: 40px 0;
  }
}

.p-top__business--list {
  max-width: 1098px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top__business--list {
    padding: 0 16px;
  }
}
@media screen and (max-width: 576px) {
  .p-top__business--list {
    max-width: 343px;
  }
}

.p-top__business--link {
  color: var(--white);
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
  width: 320px;
  aspect-ratio: 1;
  border-radius: 160px;
  transition: all 0.5s;
}
.p-top__business--link:hover {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .p-top__business--link {
    max-width: 187.5px;
    width: 50%;
  }
}

.p-top__business--link .link--text {
  position: relative;
  z-index: 1;
}

.p-top__business--link.link-1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(229.44deg, rgba(0, 166, 217, 0.2) 14.41%, #2A7CCA 78.5%), url("../images/index/sangyou.jpg");
  background-size: cover;
  background-position: center;
}
.p-top__business--link.link-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/index/sangyou.jpg");
  opacity: 0;
  transition: opacity 0.8s ease;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.p-top__business--link.link-1:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top__business--link.link-1 {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: -30px;
  }
}

.p-top__business--link.link-2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(229.44deg, rgba(0, 166, 217, 0.2) 14.41%, #2A7CCA 78.5%), url("../images/index/banseizou.png");
  background-size: cover;
  background-position-x: 40%;
}
.p-top__business--link.link-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/index/banseizou.png");
  opacity: 0;
  transition: opacity 0.8s ease;
  background-size: cover;
  background-position-x: 40%;
  z-index: 0;
}
.p-top__business--link.link-2:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top__business--link.link-2 {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -30px;
  }
}

.p-top__business--link.link-3 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(229.44deg, rgba(0, 166, 217, 0.2) 14.41%, #2A7CCA 78.5%), url("../images/index/denkikouzi.jpg");
  background-size: cover;
}
.p-top__business--link.link-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/index/denkikouzi.jpg");
  opacity: 0;
  transition: opacity 0.8s ease;
  background-size: cover;
  z-index: 0;
}
.p-top__business--link.link-3:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top__business--link.link-3 {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: -30px;
  }
}

.p-top__business--link.link-4 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(229.44deg, rgba(0, 166, 217, 0.2) 14.41%, #2A7CCA 78.5%), url("../images/index/FA.png");
  background-size: cover;
}
.p-top__business--link.link-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/index/FA.png");
  opacity: 0;
  transition: opacity 0.8s ease;
  background-size: cover;
  z-index: 0;
}
.p-top__business--link.link-4:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top__business--link.link-4 {
    margin-left: auto;
    margin-right: 0;
  }
}

.p-top__business--2items {
  margin: -40px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top__business--2items {
    display: contents;
  }
}

.p-top__recruit--section {
  padding: 160px 16px 0;
  max-width: 1290px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top__recruit--section {
    padding-top: 40px;
  }
}

.p-top__recruit--section .c-header__en {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 10rem;
  /* gradation-blue */
  background: linear-gradient(84.55deg, #0099D9 12.84%, #1987D0 57.86%, #2A7CCA 87.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-top__recruit--section .c-header__en {
    font-size: 4.5rem;
    text-align: center;
  }
}

.p-top__recruit--image {
  width: 100%;
  position: relative;
  top: -40px;
  margin-bottom: -310px;
}
@media screen and (max-width: 768px) {
  .p-top__recruit--image {
    margin-bottom: -250px;
    top: -60px;
  }
}
@media screen and (max-width: 576px) {
  .p-top__recruit--image {
    margin-bottom: -170px;
  }
}

.p-top__recrui--textBox {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}

.p-top__recruit--text {
  color: var(--white);
  font-size: 3.625rem;
  font-weight: 600;
  transform: skewX(-15deg);
  background-color: var(--blue);
  padding: 0 16px;
  width: fit-content;
  line-height: 1;
  height: 86px;
}
@media screen and (max-width: 768px) {
  .p-top__recruit--text {
    font-size: 2.25rem;
    height: 63px;
  }
}
@media screen and (max-width: 576px) {
  .p-top__recruit--text {
    font-size: 1.5rem;
    height: 43px;
  }
}

.p-top__recruit--text .big {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-top__recruit--text .big {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-top__recruit--text .big {
    font-size: 2.25rem;
  }
}

.p-top__recruit--section .c-lightBlue--button {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top__recruit--section .c-lightBlue--button {
    margin-top: 40px;
  }
}

.p-top__news--section {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-top__news--section {
    padding-top: 80px;
  }
}

.p-top__news--section .c-header__inner {
  text-align: center;
  max-width: 1290px;
  margin: 0 auto 40px;
}

.p-top__news--list {
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  padding: 40px 16px;
}

.p-top__news--inner {
  max-width: 572px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-top__news--button {
  max-width: 1290px;
  margin: 40px auto 0;
  display: flex;
  justify-content: end;
  padding-right: 12%;
}
@media screen and (max-width: 768px) {
  .p-top__news--button {
    justify-content: center;
    padding-right: 0;
  }
}

.p-top__sdgs--section {
  padding: 160px 16px 0;
}
@media screen and (max-width: 768px) {
  .p-top__sdgs--section {
    padding: 80px 0 0;
  }
}

.p-top__sdgs--container {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1290px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/index/sdgs-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 55%;
}
@media screen and (max-width: 768px) {
  .p-top__sdgs--container {
    padding: 40px 0;
  }
}

.p-top__sdgs--imageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__sdgs--imageBox {
    flex-direction: column;
  }
}

.p-top__sdgs--heading {
  font-size: 1px;
}

.p-top__sdgs--caption {
  max-width: 391px;
}
@media screen and (max-width: 768px) {
  .p-top__sdgs--caption {
    max-width: 217px;
  }
}

.p-top__sdgs--logo {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-top__sdgs--logo {
    max-width: 140px;
  }
}

.p-top__sdgs--container .c-blue--button {
  width: fit-content;
  margin: 0 auto;
}

.p-business__intro--title {
  background: linear-gradient(90deg, #0099d9 0%, #2a7cca 40%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-business__intro--title {
    font-size: 2.25rem;
  }
}

.p-business__intro--bg {
  margin-top: 16px;
  background-color: var(--blueWhite);
  padding: 40px 0;
  text-align: center;
}

.p-business__point {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-business__point {
    margin-top: 40px;
  }
}

.p-business__media {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-business__media {
    flex-direction: column;
    margin: 0 calc(50% - 50vw) 80px calc(50% - 50vw);
  }
}
.p-business__media:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-business__media:nth-child(odd) {
    flex-direction: column;
  }
}
.p-business__media:nth-child(odd) .p-business__media--title {
  right: unset;
  left: -216px;
}
@media screen and (max-width: 1024px) {
  .p-business__media:nth-child(odd) .p-business__media--title {
    position: relative;
    left: unset;
  }
}
.p-business__media:nth-child(odd) .p-business__media--title03 {
  left: -255px;
}
@media screen and (max-width: 1024px) {
  .p-business__media:nth-child(odd) .p-business__media--title03 {
    left: unset;
  }
}
.p-business__media:nth-child(odd) .p-business__media--bg {
  margin-right: -49%;
  margin-left: unset;
}
@media screen and (max-width: 768px) {
  .p-business__media:nth-child(odd) .p-business__media--bg {
    margin-right: unset;
  }
}
.p-business__media:last-child {
  margin-bottom: 0;
}

.p-business__media--parts {
  font-family: "Rethink Sans", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: var(--blue);
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-business__media--parts {
    font-size: 3rem;
  }
}

.p-business__media--image {
  position: relative;
  width: 62%;
}
@media screen and (max-width: 768px) {
  .p-business__media--image {
    width: 100%;
  }
}
.p-business__media--image img {
  height: 476px;
  object-fit: cover;
  vertical-align: bottom;
}

.p-business__media--title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--blue);
  position: absolute;
  right: -332px;
}
@media screen and (max-width: 1024px) {
  .p-business__media--title {
    position: relative;
    right: unset;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-business__media--title {
    font-size: 2.25rem;
  }
}

.p-business__media--title04 {
  right: -144px;
}
@media screen and (max-width: 1024px) {
  .p-business__media--title04 {
    right: unset;
  }
}

.p-business__media--body {
  width: 34%;
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .p-business__media--body {
    width: 100%;
    margin-top: 0;
  }
}

.p-business__media--bg {
  background-color: var(--blue80);
  padding: 26px 16px;
  margin-left: -49%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-business__media--bg {
    padding: 16px 16px;
    margin-left: unset;
  }
}

.p-business__industry--inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-business__heading {
  text-align: center;
  background-color: var(--blue);
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 500;
  padding: 4px 16px;
  min-width: 300px;
  display: inline-block;
  position: relative;
  left: 32px;
}
@media screen and (max-width: 768px) {
  .p-business__heading {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .p-business__heading {
    width: 280px;
    min-width: 280px;
    margin: 0 auto;
    display: block;
    left: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-business__heading {
    width: 250px;
    min-width: 250px;
  }
}
.p-business__heading::before {
  content: "";
  display: inline-block;
  border-left: 32px solid transparent;
  border-bottom: 48px solid var(--blue);
  position: absolute;
  left: -32px;
  top: 0;
}
.p-business__heading::after {
  content: "";
  display: inline-block;
  border-right: 32px solid transparent;
  border-top: 48px solid var(--blue);
  position: absolute;
  right: -32px;
  top: 0;
}

.p-business__indsutry--flex {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-business__indsutry--flex {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
}

.p-business__indsutry--list {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .p-business__indsutry--list {
    font-size: 1rem;
  }
}

.p-business__indsutry--list-item:not(:last-child) {
  padding-bottom: 16px;
}

.p-business__indsutry--image {
  max-width: 559px;
}
@media screen and (max-width: 1200px) {
  .p-business__indsutry--image {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .p-business__indsutry--image {
    width: 70%;
    min-width: 260px;
    margin: 0 auto;
  }
}

.p-business__equipment--inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-business__equipment--media {
  display: flex;
  gap: 125px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-business__equipment--media {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__equipment--media {
    flex-direction: column-reverse;
    gap: 46px;
    margin-top: 40px;
  }
}

.p-business__equipment--image {
  max-width: 480px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-business__equipment--image {
    width: 100%;
    margin: 0 auto;
  }
}

.p-business__equipment--body {
  width: 40%;
  min-width: 365px;
}
@media screen and (max-width: 768px) {
  .p-business__equipment--body {
    width: 100%;
    min-width: unset;
  }
}

.p-business__equipment--item {
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 1.5em;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .p-business__equipment--item {
    font-size: 1rem;
  }
}

.p-business__equipment--list {
  margin-top: 24px;
}

.p-business__equipment--box {
  margin-bottom: 40px;
}
.p-business__equipment--box:last-child {
  margin-bottom: 0;
}

.p-business__faq--inner {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-business__faq--inner {
    margin-top: 40px;
  }
}

.p-business__faq--item {
  margin-bottom: 40px;
}
.p-business__faq--item:last-child {
  margin-bottom: 0;
}

.p-business__faq--q {
  font-size: 1.125rem;
  font-weight: 500;
  background-color: var(--blueWhite);
  padding: 8px 16px 8px calc(16px + 2em);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-business__faq--q {
    padding: 11px 16px 11px calc(16px + 2em);
  }
}

.p-business__faq--parts {
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: 16px;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .p-business__faq--parts {
    top: 6px;
  }
}

.p-business__faq--a {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 8px 16px 8px calc(16px + 2em);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-business__faq--a {
    padding: 11px 16px 11px calc(16px + 2em);
  }
}

@media screen and (max-width: 576px) {
  .p-business__faq--title {
    font-size: 1.875rem;
  }
}

.p-business__company--image {
  max-width: 967px;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-business__company--image {
    margin: 40px calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}

.p-business__policy--inner {
  margin: 0 auto 0 auto;
  max-width: 1094px;
}
@media screen and (max-width: 768px) {
  .p-business__policy--inner {
    margin: 0 auto 0 auto;
  }
}

.p-business__policy--media {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 80px auto 0 auto;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .p-business__policy--media {
    flex-direction: column;
    margin: 40px auto 0 auto;
  }
}

.p-business__policy--image {
  max-width: 419px;
}
@media screen and (max-width: 768px) {
  .p-business__policy--image {
    margin: 0 auto;
  }
}

.p-business__policy--name {
  margin-top: 40px;
}
.p-business__policy--name img {
  max-width: 359px;
}

.p-business__about--inner {
  max-width: 1107px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .p-business__about--inner {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__about--inner {
    flex-direction: column;
    gap: 80px;
  }
}

.p-business__about--box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-business__about--box {
    margin-top: 40px;
  }
}

.p-business__overview--table {
  width: 100%;
  max-width: 623px;
}
@media screen and (max-width: 1024px) {
  .p-business__overview--table {
    border-bottom: 1px solid var(--blue);
  }
}
@media screen and (max-width: 768px) {
  .p-business__overview--table {
    max-width: 100%;
  }
}

.p-business__overview--heading {
  background-color: var(--blue);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: middle;
  padding: 8px 8px;
  min-width: 200px;
}
@media screen and (max-width: 1024px) {
  .p-business__overview--heading {
    display: block;
    text-align: left;
    font-size: 1rem;
  }
}

.p-business__overview--body {
  padding: 8px 8px;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--blue);
}
@media screen and (max-width: 1024px) {
  .p-business__overview--body {
    display: block;
    border-bottom: unset;
    font-size: 1rem;
  }
}
.p-business__overview--body a {
  color: var(--blue);
  text-decoration: underline;
}
.p-business__overview--body a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}

.p-business__history--item {
  margin-bottom: 16px;
  display: flex;
  gap: 40px;
}
.p-business__history--item:last-child {
  margin-bottom: 0;
}

.p-business__history--heading {
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 54px;
}
@media screen and (max-width: 1024px) {
  .p-business__history--heading {
    font-size: 1rem;
  }
}

.p-business__history--body {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-business__history--body {
    font-size: 1rem;
  }
}

.p-business__recruit--inner {
  max-width: 1216px;
  margin: 0 auto;
}

.p-business__recruit--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-business__recruit--row {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}

.p-business__recruit--link {
  position: relative;
}

.p-business__recruit--text {
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 700;
  text-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-business__access--inner {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-business__access--inner {
    margin-top: 40px;
  }
}

.p-business__access--map {
  padding: 0 16px;
  aspect-ratio: 1258/601;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-business__access--map {
    padding: 0;
    aspect-ratio: 343/274;
  }
}

.p-business__sdgs--text {
  margin-top: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-business__sdgs--text {
    text-align: left;
  }
}

.p-business__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 233px;
  margin: 24px auto 0 auto;
  background-color: var(--blue);
  border-radius: 100px;
  color: var(--white);
  font-weight: 500;
  padding: 8px 38px 8px 16px;
  position: relative;
}
.p-business__button::after {
  content: "";
  display: inline-block;
  background: url("/src/images/business/business_arrow.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.p-recruit__intro--title {
  background: linear-gradient(90deg, #0099d9 0%, #2a7cca 40%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-recruit__intro--title {
    font-size: 2.25rem;
  }
}

.p-recruit__intro--inner {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-recruit__intro--inner {
    width: 100vw;
    margin: 16px calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}

.p-recruit__intro--image {
  max-width: 1100px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-recruit__intro--image {
    width: 100%;
  }
}

.p-recruit__intro--body {
  background-color: var(--blue);
  color: var(--white);
  padding: 40px 16px;
  z-index: 1;
  position: relative;
  width: fit-content;
  margin: -62px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-recruit__intro--body {
    margin: 0;
    margin-top: -5px;
    padding: 16px 16px;
  }
}

.p-recruit__intro--text {
  font-weight: bold;
}

@media screen and (max-width: 374px) {
  .p-recruit__title {
    font-size: 1.875rem;
  }
}

.p-recruit__voices--inner {
  margin: 80px auto 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit__voices--inner {
    margin: 40px auto 0 auto;
    gap: 40px;
  }
}

.p-recruit__voices--header {
  display: flex;
  align-items: center;
  gap: 99px;
}
@media screen and (max-width: 768px) {
  .p-recruit__voices--header {
    gap: 16px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 374px) {
  .p-recruit__voices--header {
    flex-direction: column;
  }
}

.p-recruit__voices--image {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-recruit__voices--image {
    max-width: 180px;
  }
}

.p-recruit__voices--bg {
  background: var(--blueGradation);
  padding: 40px 40px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-recruit__voices--bg {
    padding: 8px 16px;
  }
}

.p-recruit__voices--career {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit__voices--career {
    font-size: 1.125rem;
  }
}

.p-recruit__voices--name {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit__voices--name {
    font-size: 1.125rem;
  }
}

.p-recruit__voices--parts {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
}

.p-recruit__voices--body {
  margin-top: 40px;
  padding: 0 100px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit__voices--body {
    padding: 0;
  }
}

.p-recruit__voices--item {
  margin-bottom: 40px;
}
.p-recruit__voices--item:last-child {
  margin-bottom: 0;
}

.p-recruit__voices--lead {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--blue);
}

.p-recruit__voices--text {
  font-weight: 500;
}
.p-recruit__voices--text.u-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-recruit__voices--text.u-sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruit__voices--text.u-pc {
    display: none;
  }
}

.p-recruit__band {
  text-align: center;
  background-color: var(--blue);
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 500;
  padding: 3px 16px;
  min-width: 300px;
  display: inline-block;
  position: relative;
  left: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit__band {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit__band {
    width: 280px;
    min-width: 280px;
    margin: 0 auto;
    display: block;
    left: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-recruit__band {
    width: 250px;
    min-width: 250px;
  }
}
.p-recruit__band::before {
  content: "";
  display: inline-block;
  border-left: 32px solid transparent;
  border-bottom: 48px solid var(--blue);
  position: absolute;
  left: -32px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .p-recruit__band::before {
    border-bottom: 90px solid var(--blue);
  }
}
.p-recruit__band::after {
  content: "";
  display: inline-block;
  border-right: 32px solid transparent;
  border-top: 48px solid var(--blue);
  position: absolute;
  right: -32px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .p-recruit__band::after {
    border-top: 90px solid var(--blue);
  }
}
.p-recruit__band.u-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-recruit__band.u-sp {
    display: block;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruit__band.u-pc {
    display: none;
  }
}

.p-recruit__voices--box:nth-child(even) .p-recruit__voices--header {
  flex-direction: row-reverse;
}
@media screen and (max-width: 374px) {
  .p-recruit__voices--box:nth-child(even) .p-recruit__voices--header {
    flex-direction: column;
  }
}
.p-recruit__voices--box:nth-child(even) .p-recruit__voices--body {
  padding: 0 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit__voices--box:nth-child(even) .p-recruit__voices--body {
    padding: 0;
  }
}

.p-recruit__health--inner {
  margin: 80px auto 0 auto;
  max-width: 1100px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit__health--inner {
    margin: 40px auto 0 auto;
  }
}

.p-recruit__health--image {
  max-width: 30%;
}

.p-recruit__health--text {
  flex: 1;
  font-weight: 500;
}

.p-recruit__recruitment--inner {
  margin: 80px auto 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-recruit__recruitment--inner {
    margin: 40px auto 0 auto;
  }
}

.p-recruit__recruitment--note {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--grey600);
}

.p-recruit__recruitment--table {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit__recruitment--table {
    border-collapse: collapse;
    margin-bottom: 40px;
  }
}

.p-recruit__recruitment--heading {
  padding: 8px 8px;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: var(--grey100);
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-recruit__recruitment--heading {
    font-size: 1rem;
    display: block;
    min-width: unset;
  }
}

.p-recruit__recruitment--body {
  padding: 8px 8px;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--grey300);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-recruit__recruitment--body {
    font-size: 1rem;
    display: block;
  }
}

.p-recruit__button {
  margin: 0 auto;
  line-height: 1.25;
}

.p-news__section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-news__section {
    margin-top: 40px;
  }
}

.p-news__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-news__list {
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-news__list {
    margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}

.p-news__item {
  display: flex;
  gap: 24px;
}

.p-news__item--date {
  font-weight: 500;
  min-width: 97px;
}

.p-news__item--title {
  font-weight: 500;
}

.p-news__item--title a {
  color: var(--blue);
  text-decoration: underline;
}

.p-news__item--title a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}

.p-news__pagination {
  margin-top: 40px;
}

.p-news__pagination--list {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.p-news__pagination--link {
  padding: 3px 12px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  color: var(--blue);
  font-weight: 700;
  font-size: 1.125rem;
}

.p-news__pagination--link.active {
  background-color: var(--blue);
  color: var(--white);
}

.p-contact__section {
  background-color: var(--blueWhite);
  padding: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-contact__section {
    padding: 40px 16px;
  }
}

.p-contact--Wrapper {
  max-width: 1290px;
  margin: 0 auto;
}

.p-contact__req {
  color: var(--red);
}

.p-contact__contents {
  max-width: 725px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 64px;
  align-items: flex-start;
}
.p-contact__contents:not(:last-of-type) {
  margin-bottom: 24px;
}
.p-contact__contents > div {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__contents {
    flex-direction: column;
    margin-top: 24px;
  }
  .p-contact__contents > div {
    flex: none;
    width: 100%;
  }
}

.p-contact__caption {
  max-width: 725px;
  margin: 0 auto;
}

.p-contact__form {
  margin-top: 40px;
}

.p-contact__label,
.p-contact__input {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact__label,
  .p-contact__input {
    font-size: 1rem;
  }
}

.p-contact__label {
  width: 161px;
}

.p-conatc__reqicon {
  position: relative;
}

.p-conatc__reqicon::before {
  position: absolute;
  content: "＊";
  color: var(--red);
  font-size: 0.625rem;
  font-weight: 600;
}

.p-contact__input[type=radio] {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.p-contact__radio--container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__radio--container {
    gap: 8px;
  }
}

.p-contact__radio--item {
  width: fit-content;
}

.p-contact__radio--text {
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: text-top;
  line-height: 1;
}
.p-contact__radio--text:not(:last-of-type) {
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .p-contact__radio--text {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__radio--text {
    font-size: 1rem;
  }
  .p-contact__radio--text:not(:last-of-type) {
    padding-right: 8px;
  }
}

.p-contact__input[type=text],
.p-contact__input[type=tel],
.p-contact__input[type=email] {
  max-width: 400px;
  width: 100%;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
}
.p-contact__input[type=text]::placeholder,
.p-contact__input[type=tel]::placeholder,
.p-contact__input[type=email]::placeholder {
  color: #BDBDBD;
}

.p-contact__postBpx {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-contact__postBpx .p-contact__input[type=text] {
  max-width: 100px;
  width: 100%;
  box-sizing: border-box;
}

.p-contact__adress1[type=text] {
  max-width: 100px;
  width: 100%;
  box-sizing: border-box;
}

.p-contact__textarea {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  height: 210px;
  background: var(--white);
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  padding: 0 10px;
  display: block;
}

.p-contact__privacy--caption {
  max-width: 725px;
  margin: 80px auto 40px;
  font-weight: 500;
}

.p-contact__privacy--container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: var(--white);
  border: 1px solid #BDBDBD;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy--container {
    padding: 24px 16px;
    height: 343px;
    overflow-y: scroll;
  }
}

.p-contact__privacy--inner {
  max-width: 725px;
  margin: 0 auto;
}

.p-contact__privacy--lead {
  margin-bottom: 40px;
}

.p-contact__privacy--title {
  margin-bottom: 8px;
}
.p-contact__privacy--title:not(:first-of-type) {
  margin-top: 16px;
}

.p-contact__submit {
  margin: 96px auto 0;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__submit {
    font-size: 1.25rem;
  }
}

.p-contact__submit--container {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact__submit--container {
    max-width: 280px;
  }
}
.p-contact__submit--container::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/link-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 16px;
  right: 66px;
  top: 53%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-contact__submit--container::after {
    right: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__submit--container:hover::after {
    right: 56px;
  }
}

.p-contact__error {
  color: var(--red);
  max-width: 725px;
  margin: 0 auto 40px;
  font-size: 0.875rem;
  padding: 16px;
  border: 1px solid var(--red);
  background-color: rgb(255, 230, 230);
  border-radius: 6px;
  line-height: 1.6;
}

.p-thanks__intro {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-thanks__intro {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.p-thanks__intro--bg {
  background-color: var(--blueWhite);
  padding: 40px 0;
  text-align: center;
}

.p-thanks__topBtn {
  margin: 40px auto;
}

.p-mail__conatiner {
  margin: 80px auto 0;
  max-width: 700px;
  padding: 0 16px;
}

.p-mail__title {
  margin: 60px auto;
}

.p-mail__table {
  font-size: 1rem;
  margin: 40px auto;
}

.p-mail__table th {
  background-color: var(--blue);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: middle;
  padding: 8px 8px;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-mail__table th {
    font-size: 1rem;
    padding: 4px;
    min-width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .p-mail__table th {
    min-width: 100px;
  }
}

.p-mail__table td {
  padding: 8px 8px;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--blue);
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .p-mail__table td {
    font-size: 1rem;
    padding: 4px;
  }
}

.p-mail__buttonBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.p-mail__submit,
.p-mail__back {
  display: block;
  transition: all 0.3s ease-out;
}

.p-mail__back {
  color: var(--blue);
}
.p-mail__back:hover {
  opacity: 0.8;
}

.p-mail__submit {
  width: 130px;
  height: 60px;
  color: var(--blue);
  font-size: 1.125rem;
  font-weight: 600;
  background-color: var(--blueWhite);
  border: 1px solid var(--blue);
  border-radius: 6px;
}
.p-mail__submit:hover {
  color: var(--white);
  background-color: var(--blue);
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */