@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

@font-face {
  font-family: "DIN2014Demi";
  src: url("../font/DIN2014Demi.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  font-size: min(10px, 2.42vw);
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(10px, 1.333vw);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.57;
  letter-spacing: 0.025em;
  color: #111111;
  padding-top: 12rem;
  overflow-x: hidden;
}
body.page-recruit {
  padding-top: 0;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: #0c4379;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 3.2rem;
    line-height: 2;
  }
  .pc {
    display: none !important;
  }
  body {
    padding-top: 17rem;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.anchor {
  scroll-margin-top: 15rem;
}

.col-b {
  color: #000;
}

.col-w {
  color: #fff !important;
}

.txt-eng {
  font-family: "DIN2014Demi", sans-serif;
}

.bg-linear {
  background: linear-gradient(110deg, rgb(12, 67, 121) 0%, rgb(48, 113, 177) 100%);
}

.container {
  width: 96%;
  margin: 0 auto;
  max-width: 128rem;
}
.container-100 {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    width: 89.4%;
  }
  .container-100 {
    width: 100%;
    max-width: 100%;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.pd-t-15 {
  padding-top: 15rem;
}

.pd-b-15 {
  padding-bottom: 15rem;
}

.title {
  font-size: 3.2rem;
  line-height: 1.3;
  color: #0c4379;
  margin-bottom: 3.5rem;
}
.title .txt-eng {
  font-size: 6rem;
}
.title .sm {
  font-size: 1.6rem;
  display: block;
  margin-top: 2.5rem;
}

.title-main {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2.4rem;
  color: #0c4379;
}
.title-main p {
  font-size: 6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .title-main p {
    font-size: 8rem;
  }
}
.title-main span {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .title-main span {
    font-size: 3rem;
  }
}

.card {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 2rem 2.5rem;
  border-radius: 0.8rem;
}

@keyframes arrowRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  49% {
    transform: translate3d(100%, 0, 0);
  }
  50% {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
  51% {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.btn {
  margin: 0 auto;
  width: fit-content;
  min-width: 20rem;
  height: 6rem;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}
.btn-primary {
  border-radius: 4px;
  padding: 0.5rem 4rem 0.5rem 2rem;
  color: #fff;
  overflow: hidden;
}
.btn-primary span {
  position: relative;
  z-index: 1;
}
.btn-primary .bg-btn {
  position: absolute;
  transition: 0.5s all;
  display: block;
  border-radius: 4px;
  z-index: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 200%;
  height: 400%;
  background: linear-gradient(110deg, rgb(12, 67, 121) 0%, rgb(48, 113, 177) 100%);
}
.btn-primary .ic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 1.1rem;
  height: 1.5rem;
  overflow: hidden;
}
.btn-primary .ic:after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.5rem;
  background: url(../images/common/ic-arrow-w-m.png) no-repeat center center/100% 100%;
  transform: translate3d(0, 0, 0);
}
.btn-primary:hover .bg-btn {
  transform: translate(-50%, -50%);
}
.btn-primary:hover .ic:after {
  animation-name: arrowRight;
  animation-duration: 0.6s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
.btn-back {
  padding: 0.5rem 2rem 0.5rem 4rem;
}
.btn-back:after {
  right: unset;
  left: 1.5rem;
  scale: -1;
}

.has-sd {
  position: relative;
  z-index: 0;
}
.has-sd:before, .has-sd:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.has-sd.blue-top-right-down:before {
  width: 58%;
  aspect-ratio: 820/556;
  top: 0;
  right: 0;
  background: url(../images/common/bg-sd-blue-top-right-down.png) no-repeat center center/100% 100%;
}
.has-sd.light-blue-top-right-down:before {
  width: 66%;
  aspect-ratio: 927/540;
  top: 0;
  right: 0;
  background: url(../images/common/bg-sd-light-blue-top-right-down.png) no-repeat center center/100% 100%;
}
.has-sd.blue-bottom-right-up:after {
  width: 58%;
  aspect-ratio: 820/390;
  bottom: 0;
  right: 0;
  background: url(../images/common/bg-sd-blue-bottom-right-up.png) no-repeat center center/100% 100%;
}
.has-sd.light-blue-top-left-down:before {
  width: 45%;
  aspect-ratio: 620/520;
  top: 0;
  left: 0;
  background: url(../images/common/bg-sd-light-blue-top-left-down.png) no-repeat center center/100% 100%;
}
.has-sd.blue-bottom-left-up:after {
  width: 58%;
  aspect-ratio: 820/556;
  bottom: 0;
  left: 0;
  background: url(../images/common/bg-sd-blue-bottom-left-up.png) no-repeat center center/100% 100%;
}

.breadcrumb {
  font-size: 1.2rem;
  padding: 2rem 0;
}

.page-header__title {
  color: #0c4379;
  font-size: 1.8rem;
  padding: 8rem 0 6rem;
}
.page-header__title .txt-eng {
  font-size: 7.2rem;
  margin-right: 1.5rem;
}
.page-header__mv {
  position: relative;
  z-index: 0;
}
.page-header__mv:before, .page-header__mv:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.page-header__mv:before {
  bottom: 100%;
  right: 0;
}
.page-header__mv:after {
  top: 100%;
  left: 0;
}
.page-header__mv img {
  width: 100%;
}

.pagination__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.5rem;
}
.pagination__item {
  border-radius: 4px;
}
.pagination__item a, .pagination__item span {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
}
.pagination__item span {
  color: #0c4379;
  border-bottom: 2px solid #0c4379;
}
.pagination__item.next a, .pagination__item.next span, .pagination__item.back a, .pagination__item.back span {
  width: 4rem;
}
.pagination__item.next a:after, .pagination__item.next span:after, .pagination__item.back a:after, .pagination__item.back span:after {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 9/14;
  background: url(../images/common/ic-arrow-w-l.png) no-repeat center center/100% 100%;
}
.pagination__item.back a:after, .pagination__item.back span:after {
  scale: -1;
}
.pagination__item.center a, .pagination__item.center span {
  width: 16rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-header__title {
    font-size: 3rem;
    padding: 4rem 0 0;
  }
  .page-header__mv img {
    min-height: 40rem;
    object-fit: cover;
  }
  .title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .title .txt-eng {
    font-size: 6.4rem;
  }
  .title .sm {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
  .breadcrumb {
    font-size: 2.4rem;
    padding: 4rem 0;
  }
  .btn {
    min-width: 40rem;
    height: 12rem;
    font-size: 3rem;
  }
  .btn-primary .ic,
  .btn-primary .ic:after {
    width: 1.7rem;
    height: 2.3rem;
    right: 2rem;
  }
  .pagination__item a, .pagination__item span {
    height: 6rem;
  }
  .pagination__item.next a, .pagination__item.next span, .pagination__item.back a, .pagination__item.back span {
    width: 6rem;
  }
  .pagination__item.next a:after, .pagination__item.next span:after, .pagination__item.back a:after, .pagination__item.back span:after {
    width: 1.5rem;
  }
}
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: #0c4379;
  opacity: 1;
  transition: all 0.5s;
}
.loading .step {
  opacity: 0;
  transition: opacity 0.5s;
}
.loading__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s;
}
.loading__img {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.loading__img svg {
  width: 40rem;
  height: 19rem;
}
.loading__bar {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4rem;
}
.loading__bar__value {
  transition: width 0.2s;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.loading.step-1 {
  background: linear-gradient(90deg, #aedef7, #0c4379, #aedef7);
  background-size: 200% 100%;
  animation: gradientMove 2.5s ease-in-out forwards;
}
.loading.step-1 #step-1 {
  opacity: 1;
}
.loading.step-1 .loading__bar__value {
  animation: loading_line 2.5s ease-in-out forwards;
}
.loading.step-2 #step-2 {
  opacity: 1;
}
.loading.step-3 #step-3 {
  opacity: 1;
}
.loading.step-4 #step-4 {
  opacity: 1;
}
.loading.step-5 #step-5 {
  opacity: 1;
}
.loading.step-5 .loading__img {
  opacity: 0.7;
}
.loading.step-7 {
  width: 0;
}
.loading.step-7 .loading__img {
  opacity: 0;
}
.loading.step-8 {
  display: none;
}
.loading.step-8 .loading__img {
  display: none;
}

@keyframes loading_line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body.open_menu {
  overflow: hidden;
}
body.open_menu .header {
  background: #fff;
  box-shadow: -1px 3px 22px 0px rgba(0, 0, 0, 0.28);
}
body.open_menu .header__content--top {
  padding-top: 1rem;
}
body.open_menu .header__trigger span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}
body.open_menu .header__trigger span:nth-child(2) {
  opacity: 0;
}
body.open_menu .header__trigger span:nth-child(3) {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-30deg);
}
body.open_menu .header__menunav--sp.open {
  right: 0;
}
body.open_menu .header__language--sp.open {
  right: 0;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: #000;
  z-index: 999;
  transition: 0.5s all;
}
.header a {
  color: #000;
}
.header.menu-open .header__content--top {
  background-color: #fff;
}
.header.menu-open .header__content--bottom {
  background: #eeeeee;
  bottom: -8.4rem;
}
.header.to_scroll.menu-open .header__content--bottom {
  bottom: -6.4rem;
}
.header.to_scroll .header__content--top {
  padding-top: 1rem;
  background-color: #fff;
}
.header.to_scroll .header__content--bottom {
  padding: 2rem 0;
}
.header.to_scroll .header__language {
  opacity: 0;
  height: 0;
}
.header .container {
  max-width: 100%;
  width: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 22rem;
  }
}
.header__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.header__content--top {
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.header__content--bottom {
  position: absolute;
  bottom: 10rem;
  z-index: 0;
  transition: all 0.5s;
  width: 100%;
  padding: 3rem 0;
}
.header__content--bottom .header__menu {
  justify-content: center;
}
.header__content--bottom .header__menu--links a:hover {
  opacity: 1;
  color: #0c4379;
}
.header__content--bottom .header__menu--links a span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header__content--bottom .header__menu--links a span::before {
  content: "";
  width: 1.1rem;
  height: 1.5rem;
  display: block;
  background: url(../images/common/ic-arrow-pp-l.png) no-repeat center center/100% 100%;
}
.header__language {
  position: relative;
  width: 96%;
  max-width: 140rem;
  margin: 0 auto;
  height: 2.4rem;
  z-index: 1;
  transition: 0.5s all;
}
.header__language .list {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 12rem;
  height: 100%;
  border-radius: 0.4rem;
}
.header__language .list:hover a {
  position: relative;
  border-radius: 0rem;
  padding: 1rem 0 !important;
}
.header__language .list:hover a:not(.active) {
  border-top: 1px solid #fff;
}
.header__language .list a {
  position: absolute;
  width: 100%;
  top: 0;
  order: 2;
  padding: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: #000;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__language .list a.active {
  order: 1;
  z-index: 1;
  border-radius: 0.4rem;
  padding: 0;
}
.header__language .list a.active span {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.header__language .list a.active span::before {
  content: "";
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/ic-language.png) no-repeat center center/100% 100%;
}
.header__language .list a:last-child {
  border-bottom: unset;
}
.header__language .list a:hover {
  border-radius: 0.4rem;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 96%;
  max-width: 140rem;
  margin: 0 auto;
}
.header__nav--sp {
  position: fixed;
  z-index: 99;
  top: 9.2rem;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 9.2rem);
  overflow-y: scroll;
  padding: 8rem 0;
  right: -100%;
  transition: 0.5s all;
}
.header__nav--sp .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
}
.header__nav--sp .group a {
  color: #999 !important;
}
.header__nav--sp .group-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.header__nav--sp .group-link a {
  color: #000;
}
.header__nav--sp .group-link a span {
  font-size: 3.2rem;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
  flex: 1;
}
.header__menu--sp {
  display: none;
  align-items: center;
  gap: 4rem;
}
.header__menu--links {
  display: flex;
  gap: 3rem;
}
.header__menu--links a:hover {
  opacity: 1;
  color: #0c4379;
}
.header__menu--btns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  max-width: 31.6rem;
}
.header__menu--btns a {
  width: 100%;
  max-width: 15rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 0.4rem;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.header__menu--btns a.rc {
  background: #2782bd;
}
.header__menu--btns a.ct {
  background: linear-gradient(110deg, rgb(12, 67, 121) 0%, rgb(48, 113, 177) 100%);
}
.header__menu--btns a:hover {
  opacity: 0.7 !important;
}
.header__trigger {
  display: flex;
  width: 7.2rem;
  height: 7.2rem;
  position: relative;
  border-radius: 0.4rem;
}
.header__trigger--language {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
}
.header__trigger span {
  position: absolute;
  background: #fff;
  width: 100%;
  max-width: 4rem;
  height: 2px;
  left: 50%;
  transition: 0.5s all;
}
.header__trigger span:nth-child(1) {
  top: 2.3rem;
  transform: translateX(-50%);
}
.header__trigger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__trigger span:nth-child(3) {
  bottom: 2.3rem;
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .header__menu--links {
    gap: 2rem;
  }
}
@media (max-width: 1080px) {
  .header:hover .header__content--top {
    background: unset;
  }
  .header.to_scroll {
    background-color: #fff;
    box-shadow: -1px 3px 22px 0px rgba(0, 0, 0, 0.28);
  }
  .header__content--bottom,
  .header__language,
  .header__menu {
    display: none;
  }
  .header__menu--sp {
    display: flex;
  }
  .header__nav,
  .header__nav--sp {
    display: flex;
  }
  .header__menu--btns {
    flex-direction: column;
    gap: 4rem;
  }
  .header__menu--btns a {
    padding: 2.6rem;
    max-width: 36rem;
    border-radius: 0.8rem;
  }
  .header__menu--btns a span {
    font-size: 3.2rem;
  }
}
.footer .container {
  max-width: 100%;
  width: 100%;
}
.footer__content {
  width: 100%;
}
.footer__content--main {
  max-width: 128rem;
  margin: 0 auto;
  width: 96%;
  padding-top: 9.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__content--main {
    width: 89.4%;
    flex-direction: column-reverse;
    gap: 12rem;
  }
}
.footer__content--main .left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .left {
    gap: 6rem;
  }
  .footer__content--main .left .logo img {
    width: 33.2rem;
  }
  .footer__content--main .left .logo.evn img {
    width: 19.6rem;
  }
  .footer__content--main .left .logo.rin img {
    width: 33.5rem;
  }
}
.footer__content--main .left .info {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .left .info {
    margin-bottom: 4rem;
  }
}
.footer__content--main .left .info p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .left .info p {
    font-size: 3.6rem;
  }
}
.footer__content--main .left .info span {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .left .info span {
    font-size: 2.8rem;
  }
}
.footer__content--main .right {
  display: flex;
  gap: 6rem;
  width: 100%;
  justify-content: flex-end;
}
.footer__content--main .right a {
  color: #111111;
}
.footer__content--main .right a:hover {
  color: #0c4379;
}
.footer__content--main .right .group-link {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 24rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .right .group-link {
    max-width: 32rem;
    gap: 6rem;
  }
}
.footer__content--main .right .group-link .group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .right .group-link .group {
    gap: 3rem;
  }
}
.footer__content--main .right .group-link .group .link {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #999;
}
.footer__content--main .right .group-link .group .sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .right .group-link .group .sub {
    gap: 2rem;
  }
}
.footer__content--main .right .group-link .group .sub a {
  font-size: 1.4rem;
  color: #999999;
}
.footer__content--main .right .group-link .group .sub a:hover {
  color: #0c4379;
}
@media screen and (max-width: 768px) {
  .footer__content--main .right .group-link .group .sub a {
    font-size: 2.8rem;
  }
}
.footer__content--main .right .group-link .btn-ct {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 1.6rem 2rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .right .group-link .btn-ct {
    margin-top: auto;
  }
}
.footer__content--main .right .group-link .btn-ct span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .footer__content--main .right .group-link .btn-ct span {
    font-size: 3.2rem;
  }
}
.footer__content--main .right .group-link .btn-ct .ic {
  background-color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__content--main .right .group-link .btn-ct .ic {
    width: 6rem;
    height: 6rem;
  }
  .footer__content--main .right .group-link .btn-ct .ic img {
    width: 1.5rem;
  }
}
.footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 17rem 0;
  background: url(../images/common/contact_footer.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    padding: 12rem 0;
  }
}
.footer__contact--group {
  display: flex;
  width: 96%;
  max-width: 128rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1080px) {
  .footer__contact--group {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact--group {
    width: 89.4%;
    gap: 4rem;
  }
}
.footer__contact--btn {
  width: 100%;
  max-width: 62rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.8rem;
  padding: 9rem 4rem;
  background: rgba(226, 254, 255, 0.9);
}
.footer__contact--btn .group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: #0c4379;
}
.footer__contact--btn .group p {
  font-size: 5.6rem;
  line-height: 1;
}
.footer__contact--btn .group span {
  font-size: 1.6rem;
  line-height: 1;
}
.footer__contact--btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .footer__contact--btn .arrow {
    width: 8rem;
    height: 8rem;
  }
  .footer__contact--btn .arrow img {
    width: 1.5rem;
  }
}
.footer .copy {
  display: flex;
  justify-content: space-between;
  color: #1a1a1a;
  max-width: 128rem;
  width: 96%;
  margin: 3rem auto 0;
  padding: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer .copy {
    margin: 2rem auto 0;
    padding: 4rem 0;
    flex-direction: column;
    gap: 4rem;
    width: 89.4%;
  }
}
.footer .copy p {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer .copy p {
    font-size: 2.4rem;
  }
}
.footer .copy span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .copy span {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .footer__contact--btn {
    max-width: 100%;
  }
  .footer__contact--btn .group span {
    font-size: 2.6rem;
  }
}
body.is_home {
  padding-top: 0;
}

.top__page {
  position: relative;
  padding-top: 46.7rem;
  overflow: hidden;
  color: #fff;
  background: url(../images/top/bg_sec-top.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .top__page {
    padding-top: 72.8rem;
    padding-bottom: 20rem;
    background: url(../images/top/bg_sec-top-sp.png) no-repeat center center/cover;
  }
}
.top__page .elip {
  position: absolute;
  transform: rotate(-133deg);
  top: -9rem;
  left: -10rem;
  width: 43.6rem;
  height: 29.5rem;
  clip-path: ellipse(50% 47% at 50% 50%);
  background: linear-gradient(-41deg, rgb(12, 67, 121) 0%, rgb(184, 227, 255) 58%, rgb(193, 255, 247) 100%);
}
.top__page .video {
  border-radius: 31% 69% 29% 71%/33% 67% 33% 67%;
  width: 119.2rem;
  height: 93.8rem;
  position: absolute;
  top: -6rem;
  right: -6rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top__page .video {
    width: 81.2rem;
    height: 57.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top__page .video {
    top: 13rem;
    width: 74.4rem;
    height: 58.6rem;
  }
}
.top__page .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__page--content {
  position: relative;
}
.top__page--title p {
  color: #fff;
  font-size: 10rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top__page--title p {
    font-size: 8.5rem;
    line-height: 1.5;
  }
}
.top__page--group {
  margin-top: 10.7rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top__page--group {
    margin-top: 14.3rem;
  }
}
.top__page--group .left {
  width: 100%;
  max-width: 64rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top__page--group .left {
    max-width: 100%;
  }
}
.top__page--group .left .title {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top__page--group .left .title {
    gap: 6rem;
  }
}
.top__page--group .left .title p {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}
.top__page--group .left .title span {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}
.top__page--group .left .text {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top__page--group .left .text {
    margin-top: 5.8rem;
  }
  .top__page--group .left .text p {
    line-height: 2;
  }
}
.top__page--group .left .image {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.top__page--group .left .btn {
  margin: unset;
  margin-left: auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top__page--group .left .btn {
    margin-top: 55.8rem;
  }
}
.top__page--add {
  position: relative;
  overflow: hidden;
  height: 93.3rem;
}
@media screen and (max-width: 768px) {
  .top__page--add {
    height: 40rem;
  }
}
.top__page--add::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(12, 67, 121, 0.3);
  pointer-events: none;
  z-index: 2;
}
.top__page--add .parallax-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120rem;
  transition: 0.3s all;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  background-image: url(../images/top/add-new.png);
}
@media screen and (max-width: 768px) {
  .top__page--add .parallax-wrap {
    height: 52rem;
    object-fit: cover;
    background-image: url(../images/top/add-new-sp.png);
  }
}

.sec__service--toppage {
  padding: 10rem 0;
  background: url(../images/top/bg_sec-service.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sec__service--toppage {
    padding: 12rem 0;
    background: url(../images/top/bg_sec-service-sp.png) no-repeat center center/cover;
  }
}
.sec__service--content {
  display: flex;
  margin: 0 auto;
  width: 96%;
  max-width: 140rem;
  position: relative;
}
.sec__service--content .left {
  width: 100%;
  max-width: 64rem;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__service--content .left {
    max-width: 100%;
    width: 89.4%;
  }
}
.sec__service--content .left .title {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec__service--content .left .title {
    gap: 6rem;
  }
}
.sec__service--content .left .title p {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}
.sec__service--content .left .title span {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}
.sec__service--content .left .text {
  margin-top: 5rem;
  max-width: 64rem;
}
@media screen and (max-width: 768px) {
  .sec__service--content .left .text {
    margin-top: 5.8rem;
    max-width: 100%;
  }
  .sec__service--content .left .text p {
    line-height: 2;
  }
}
.sec__service--content .left .image {
  position: absolute;
  bottom: 17rem;
  right: -5.56%;
  max-width: 65.2rem;
  height: 57.1rem;
}
.sec__service--content .left .group-btn {
  max-width: 64rem;
}
@media screen and (max-width: 768px) {
  .sec__service--content .left .group-btn {
    max-width: 100%;
  }
}
.sec__service--content .left .btn {
  margin: unset;
  margin-left: auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .sec__service--content .left .btn {
    margin-top: 67.5rem;
  }
}
.sec__service--content .right.pc {
  position: relative;
  right: calc((100vw - min(96vw, 140rem)) / -2.1);
}

.sec__achievement--toppage {
  padding: 12rem 0;
  background: url(../images/top/bg-achivement.png) no-repeat center center/cover;
}
.sec__achievement--toppage .group-btn {
  width: 96%;
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec__achievement--toppage .group-btn {
    width: 89.4%;
  }
}
.sec__achievement--toppage .group-btn .btn {
  margin: 0;
}
.sec__achievement--content {
  display: flex;
  flex-direction: column;
  width: 96%;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__achievement--content {
    width: 89.4%;
  }
}

.zone__slider {
  width: 100%;
  max-width: 140rem;
  margin: -3rem auto 0;
}
@media screen and (max-width: 768px) {
  .zone__slider {
    margin: 2rem auto 0;
  }
}
.zone__slider--btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 96%;
  max-width: 128rem;
  gap: 1.1rem;
  margin: 0 auto;
}
.zone__slider--btns .btn-slide {
  width: 6rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .zone__slider--btns .btn-slide {
    width: 7.65rem;
    height: 5.9rem;
    border-radius: 0.8rem;
  }
}
.zone__slider--btns .btn-slide.prev img {
  transform: rotateY(180deg);
}
.zone__slider--slider {
  width: 96%;
  max-width: 134rem;
  margin-left: auto;
}
.zone__slider--slider .slick-track {
  padding: 3rem 0 4.6rem;
  display: flex !important;
}
.zone__slider--slider .slick-slide {
  height: auto !important;
}
.zone__slider--slider .slick-list {
  padding-right: 14rem;
}
@media screen and (max-width: 768px) {
  .zone__slider--slider .slick-list {
    padding-right: 6rem;
  }
}
.zone__slider--item {
  background-color: #fff;
  padding: 1rem 1rem 4rem;
  margin-right: 2rem;
  border-radius: 0.4rem;
  box-shadow: -1px 3px 22px 0px rgba(0, 0, 0, 0.28);
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .zone__slider--item {
    padding: 1.6rem 1.6rem 7rem;
    border-radius: 0.8rem;
  }
}
.zone__slider--item .image {
  width: 100%;
}
.zone__slider--item .image img {
  width: 100%;
}
.zone__slider--item .cate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.1rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .zone__slider--item .cate {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.zone__slider--item .cate span {
  padding: 0.3rem 1.6rem;
  line-height: 1;
  font-size: 1.35rem;
  color: #0c4379;
  border-radius: 0.4rem;
  background-color: #dcebf4;
}
@media screen and (max-width: 768px) {
  .zone__slider--item .cate span {
    font-size: 2.4rem;
    padding: 0.5rem 2.5rem;
  }
}
.zone__slider--item .text {
  margin-top: 2rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .zone__slider--item .text {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.zone__slider--item .text p {
  font-weight: 600;
}

.sec__rn--toppage {
  padding: 12rem 0;
  background: url(../images/top/bg_sec-new.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sec__rn--toppage {
    padding: 12rem 0 16rem;
    background: url(../images/top/bg_sec-new-sp.png) no-repeat center center/cover;
  }
}
.sec__recruit--toppage {
  background: url(../images/top/recuit.png) no-repeat center center/cover;
  padding: 25.2rem 4rem 4rem 3.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .sec__recruit--toppage {
    border-radius: 0.8rem;
    padding: 4.8rem 3.2rem 3.8rem;
  }
  .sec__recruit--toppage .btn {
    min-width: 8rem;
    height: 8rem;
  }
  .sec__recruit--toppage .btn::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.sec__recruit--content {
  display: flex;
  flex-direction: column;
}
.sec__recruit--content .text {
  margin-top: 4.7rem;
}
.sec__recruit--content .text p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec__recruit--content .text p {
    font-size: 3rem;
  }
}

.sec__new--toppage {
  margin-top: 12.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .sec__new--toppage {
    flex-direction: column;
    justify-content: unset;
    gap: 6rem;
  }
}
.sec__new--toppage .left .btn {
  margin: unset;
  margin-top: 6rem;
}
.sec__new--toppage .right {
  width: 100%;
  max-width: 90rem;
}
.sec__new--toppage .right .list {
  display: flex;
  flex-direction: column;
}
.sec__new--toppage .right .list .item {
  display: flex;
  gap: 4.1rem;
  padding: 3rem 0;
  border-bottom: 1px solid #0c4379;
  color: #000;
}
.sec__new--toppage .right .list .item:hover {
  color: #0c4379;
}
@media screen and (max-width: 768px) {
  .sec__new--toppage .right .list .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 5rem 0;
  }
}
.sec__new--toppage .right .list .item:first-child {
  border-top: 1px solid #0c4379;
}
.sec__new--toppage .right .list .item .text {
  text-align: left;
}
.sec__new--toppage .right .btn {
  margin: unset;
  margin-top: 9rem;
  margin-left: auto;
}

.sec-trust-core__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-trust-core__top p {
  line-height: 2;
}
.sec-trust-core__top .txt-eng {
  margin-bottom: 2rem;
  display: inline-block;
}
.sec-trust-core__top__txt {
  margin-top: 15rem;
}
.sec-trust-core__top__img {
  margin: -2rem 0;
  width: 73.6rem;
  max-width: 100%;
}
.sec-trust-core__banner {
  border: 2px solid #0c4379;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9rem;
  padding: 7rem 6rem 7rem 9rem;
}
.sec-trust-core__banner__img {
  width: 14.1rem;
}
.sec-trust-core__banner__txt {
  flex: 1;
}
.sec-trust-core__msg {
  margin: 12rem 0 12rem auto;
  width: 116rem;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 6rem;
}
.sec-trust-core__msg__img {
  width: 24.7rem;
  margin-bottom: 2rem;
}
.sec-trust-core__msg__txt {
  flex: 1;
}
.sec-trust-core__msg__txt .right {
  margin-top: 1rem;
}

.sec-health p {
  line-height: 2;
}
.sec-health .title .sm {
  margin-top: 1rem;
}
.sec-health__ctt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
.sec-health__txt {
  width: 56.5rem;
  max-width: 100%;
  margin-top: -3rem;
}
.sec-health__txt .btn {
  margin: 4rem 0 0 auto;
  background: linear-gradient(110deg, rgb(12, 67, 121) 0%, rgb(48, 113, 177) 100%);
}
.sec-health__txt .btn .ic .bg-btn {
  background: none;
}

.sec-sdgs p {
  line-height: 2;
}
.sec-sdgs .title {
  margin-bottom: 0;
  margin-top: -2rem;
}
.sec-sdgs .title .sm {
  margin-bottom: 3.5rem;
  font-size: 1.8rem;
  line-height: 1.7;
  max-width: 55.6rem;
  font-weight: 600;
}
.sec-sdgs__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11rem;
}
.sec-sdgs__item:not(:first-child) {
  margin-top: 12rem;
}
.sec-sdgs__item__txt {
  flex: 1;
}
.sec-sdgs__item__img {
  width: 37.6%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4.5rem;
}
.sec-sdgs__img {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}
.sec-sdgs__img img {
  flex: 1;
}

.sec-about {
  background-color: #eafeff;
}
.sec-about .title {
  margin-bottom: 6rem;
}
.sec-about .card {
  padding: 3rem 6rem;
}
.sec-about__info {
  width: 100%;
}
.sec-about__info th, .sec-about__info td {
  padding: 2.5rem 0;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
}
.sec-about__info th {
  width: 23.8rem;
}
.sec-about__info iframe {
  width: 68rem;
  max-width: 100%;
  height: 30rem;
  margin-top: 1.5rem;
}
.sec-about__img {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}

@media screen and (max-width: 1200px) {
  .sec-trust-core__top {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-trust-core__top {
    flex-direction: column;
  }
  .sec-trust-core__banner {
    gap: 7rem;
    padding: 7rem 6rem;
    flex-direction: column;
  }
  .sec-trust-core__msg {
    align-items: center;
    flex-direction: column;
  }
  .sec-trust-core__msg__img {
    width: auto;
    margin-bottom: 0rem;
  }
  .sec-health__ctt {
    align-items: center;
    flex-direction: column;
  }
  .sec-health__txt {
    width: 100%;
    margin-top: 0;
  }
  .sec-health__txt .btn {
    margin: 8rem auto 0 auto;
  }
  .sec-sdgs__item {
    align-items: center;
    gap: 5rem;
    flex-direction: column;
  }
  .sec-sdgs__item__img {
    width: 100%;
  }
  .sec-sdgs__img {
    gap: 1rem;
  }
  .sec-about__img {
    gap: 1rem;
  }
  .sec-about .card {
    padding: 3rem 3rem;
  }
  .sec-about__info th {
    width: 20rem;
  }
}
.achievement__nav {
  padding: 8rem 0 6rem;
  position: sticky;
  top: -0.3rem;
  left: 0;
  z-index: 1;
}
.achievement__nav__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
}
.achievement__nav__item {
  flex: 1;
  text-align: center;
}
.achievement__nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 1rem 2rem;
  background-color: #aaaaaa;
  color: #fff;
  border-radius: 4px;
}
.achievement__nav__item.active a, .achievement__nav__item:hover a {
  color: #0c4379;
  background-color: #dcebf4;
}
.achievement__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}
.achievement__item {
  width: calc((100% - 6rem) / 3);
}
.achievement__item a {
  color: #111;
}
.achievement__item__img {
  width: 100%;
  max-width: unset;
  aspect-ratio: 367/225;
  object-fit: contain;
}
.achievement__item__cat {
  color: #0c4379;
  background-color: #dcebf4;
  margin: 2rem 0 1rem;
  display: inline-block;
  padding: 0 1.5rem;
  border-radius: 4px;
}
.achievement__item__ttl {
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #0c4379;
}
.achievement__item__info th, .achievement__item__info td {
  padding: 0.5rem 0;
}
.achievement__item__info th span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  color: #0c4379;
  font-weight: 400;
  width: 11rem;
}
.achievement__item__info th span:before {
  content: "●";
  font-size: 0.5em;
}

@media screen and (max-width: 768px) {
  .achievement__nav {
    top: 4rem;
  }
  .achievement__nav__items {
    flex-wrap: wrap;
  }
  .achievement__nav__item {
    flex: unset;
    width: calc(50% - 1rem);
  }
  .achievement__item {
    width: 100%;
  }
  .achievement__item__cat {
    margin: 3rem 0 0;
    padding: 0 3rem;
  }
  .achievement__item__info th span {
    width: 20rem;
  }
}
.news__items {
  margin: 8rem 0;
}
.news__items a {
  color: #111;
}
.news__items a:hover {
  color: #0c4379;
}
.news__item {
  padding: 2.5rem 0;
  border-top: 1px solid #0c4379;
}
.news__item:last-child {
  border-bottom: 1px solid #0c4379;
}
.news__item a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem 4rem;
}
.news__detail {
  margin: 8rem 0;
}
.news__detail__top {
  border-bottom: 1px solid #0c4379;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.news__detail__ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 2rem;
}
.news__detail__ctt a {
  text-decoration: underline;
}
.news__detail__ctt a[target=_blank] {
  position: relative;
  padding-right: 1rem;
  margin-right: 2rem;
}
.news__detail__ctt a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1.2rem;
  aspect-ratio: 12/16;
  background: url(../images/common/ic-new-tab.png) no-repeat center center/100% 100%;
  transform: translateY(-50%);
}
.news__detail__ctt p {
  margin: 1rem 0;
}
.news__detail__ctt img {
  margin: 3.5rem 0;
}

@media screen and (max-width: 768px) {
  .news__item a {
    flex-direction: column;
  }
}
.sec-privacy {
  padding-top: 8rem;
}
.sec-privacy h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0c4379;
  margin: 6.5rem 0 2rem;
}
.sec-privacy ul {
  padding-left: 2rem;
}
.sec-privacy ul li {
  padding-left: 2rem;
  text-indent: -2rem;
}

@media screen and (max-width: 768px) {
  .sec-privacy h2 {
    font-size: 3.5rem;
  }
  .sec-privacy ul {
    padding-left: 3rem;
  }
  .sec-privacy ul li {
    padding-left: 5rem;
    text-indent: -5rem;
  }
}
.sec-contact .container {
  max-width: 116rem;
}
.sec-contact .btn {
  min-width: 30rem;
  justify-content: center;
}
.sec-contact .btn.btn-primary:hover .bg-btn {
  transform: translate(-50%, -50%);
}
.sec-contact .mwform-checkbox-field-text {
  display: none;
}
.sec-contact .mwform-checkbox-field label, .sec-contact .mwform-radio-field label {
  margin-right: 1rem;
}
.sec-contact .mwform-checkbox-field input, .sec-contact .mwform-radio-field input {
  margin-right: 0;
}
.sec-contact__desc {
  margin: 8rem 0;
  line-height: 2;
}
.sec-contact__form__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 4rem 0;
}
.sec-contact__form__row input[type=text], .sec-contact__form__row input[type=email], .sec-contact__form__row select, .sec-contact__form__row textarea {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: inherit;
  padding: 1.5rem;
  width: 50rem;
}
.sec-contact__form__row input[type=text].half, .sec-contact__form__row input[type=email].half, .sec-contact__form__row select.half, .sec-contact__form__row textarea.half {
  width: 24rem;
}
.sec-contact__form__row select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
.sec-contact__form__row textarea {
  resize: vertical;
  width: 100%;
  height: 26rem;
}
.sec-contact__form__row__lbl {
  width: 29rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.sec-contact__form__row__lbl.required:after {
  content: "必須";
  display: block;
  background-color: #0c4379;
  color: #fff;
  font-size: 0.8em;
  padding: 0 1.5rem;
  border-radius: 4px;
}
.sec-contact__form__row__input {
  flex: 1;
}
.sec-contact__form__row__input a {
  text-decoration: underline #0c4379;
}
.sec-contact__form__row__input .note {
  font-size: 0.8em;
  color: #cccccc;
  display: block;
  width: 100%;
}
.sec-contact__form__row__input__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
.sec-contact__form__row__input__inner:not(:first-child) {
  margin-top: 2rem;
}
.sec-contact__form__row.agree .sec-contact__form__row__input__inner {
  gap: 0;
}
.sec-contact__form__row.thanks {
  display: block;
  text-align: center;
}

.mw_wp_form_confirm .sec-contact__form__row__input .note,
.mw_wp_form_confirm .sec-contact__form__row.agree {
  display: none;
}

.sec-contact:has(.mw_wp_form_complete) .sec-contact__desc,
.sec-contact:has(.mw_wp_form_complete) .sec-contact__form__row.list-btn {
  display: none;
}

@keyframes rotateGradient {
  0% {
    --angle: 110deg;
  }
  100% {
    --angle: -40deg;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact__form__row {
    flex-direction: column;
    gap: 1rem;
  }
  .sec-contact__form__row__lbl {
    width: 100%;
  }
  .sec-contact__form__row__input {
    width: 100%;
    gap: 2rem;
  }
  .sec-contact__form__row__input__inner > div {
    width: calc((100% - 2rem) / 2);
  }
  .sec-contact__form__row input[type=text],
  .sec-contact__form__row input[type=email],
  .sec-contact__form__row select,
  .sec-contact__form__row textarea {
    width: 100%;
  }
  .sec-contact__form__row input[type=text].half:not(.zip),
  .sec-contact__form__row input[type=email].half:not(.zip),
  .sec-contact__form__row select.half:not(.zip),
  .sec-contact__form__row textarea.half:not(.zip) {
    width: 100%;
  }
  .sec-contact .mwform-radio-field.horizontal-item {
    display: block;
  }
  .sec-contact .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}
.sec-recruit-mv .container {
  max-width: 100rem;
}
.sec-recruit-mv__inner {
  overflow: hidden;
}
.sec-recruit-mv__slide {
  margin-top: 4.5rem;
}
.sec-recruit-mv__slide .slick-list {
  overflow: unset;
}
.sec-recruit-mv__slide__item {
  margin: 0 1.5rem;
}
.sec-recruit-mv__slide__item img {
  max-width: unset;
  width: 100%;
}

.sec-recruit-msg {
  margin-top: 10rem;
}
.sec-recruit-msg__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7.5rem;
}
.sec-recruit-msg__top__img {
  width: 33rem;
}
.sec-recruit-msg__top__txt {
  flex: 1;
}
.sec-recruit-msg__top__txt__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0c4379;
}
.sec-recruit-msg__top__txt p {
  margin: 1.5rem 0;
}
.sec-recruit-msg__top__txt p:last-child {
  margin-bottom: 0;
}
.sec-recruit-msg__item {
  margin-top: 10rem;
}
.sec-recruit-msg__item p {
  margin: 3rem 0;
}
.sec-recruit-msg__item__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0c4379;
  text-align: center;
}
.sec-recruit-msg__item__img {
  margin: 6rem auto;
}

.work-team {
  margin-top: 10rem;
  padding: 8rem 0;
  background-color: #d4e6f2;
  border-radius: 16rem 16rem 0 0;
}
.work-team__ttl {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  color: #0c4379;
}
.work-team__ttl .txt-eng {
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #a5e1e3;
  display: block;
  padding: 0.4rem 1.5rem;
  width: fit-content;
  min-width: 15rem;
  text-align: center;
  margin: 0 auto 1rem;
  border-radius: 2rem;
  position: relative;
}
.work-team__ttl .txt-eng:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0px 5px;
  border-color: #a5e1e3 transparent transparent transparent;
}

.sec-recruit-work .work-team {
  padding-bottom: 32rem;
}
.sec-recruit-work__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 4rem;
}
.sec-recruit-work__nav__item {
  flex: 1;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2px solid #0c4379;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  background-color: #fff;
  color: #0c4379;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.sec-recruit-work__nav__item:hover {
  background-color: #fcf8e0;
}
.sec-recruit-work__nav__item:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 1.5rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.9rem 1.5rem 0px 1.5rem;
  border-color: #0c4379 transparent transparent transparent;
  opacity: 0;
}
.sec-recruit-work__nav__item:after {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  left: calc(50% - 1.5rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.9rem 1.5rem 0px 1.5rem;
  border-color: #fcf8e0 transparent transparent transparent;
  opacity: 0;
}
.sec-recruit-work__nav__item.active {
  background-color: #fcf8e0;
}
.sec-recruit-work__nav__item.active:before {
  opacity: 1;
}
.sec-recruit-work__nav__item.active:after {
  opacity: 1;
}
.sec-recruit-work__items {
  margin-top: 6rem;
}
.sec-recruit-work__item {
  border: 3px solid #0c4379;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
}
.sec-recruit-work__item__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #0c4379;
  color: #fff;
  padding: 1.5rem;
}
.sec-recruit-work__item__txt {
  margin: 2.5rem 3rem;
}
.sec-recruit-work__item__img {
  margin: 0 3rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.sec-recruit-work__item__img img {
  border-radius: 1rem;
}

.sec-recruit-team {
  margin-top: -20rem;
}
.sec-recruit-team .work-team {
  background-color: #fcf8e0;
  margin-top: 0;
  padding-bottom: 15rem;
}
.sec-recruit-team__daihyou {
  margin-top: 5rem;
}
.sec-recruit-team__daihyou__line {
  height: 17rem;
  width: 77%;
  border: 4px solid #0c4379;
  border-radius: 5rem;
  margin: 5rem auto -10rem;
  border-bottom: unset;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
.sec-recruit-team__daihyou__line > div {
  width: 4px;
  background-color: #0c4379;
}
.sec-recruit-team__daihyou__line__top {
  position: absolute;
  height: 6rem;
  bottom: 100%;
  left: calc(50% - 2px);
}
.sec-recruit-team__daihyou__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #0c4379;
  color: #fff;
  text-align: center;
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.1rem;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}
.sec-recruit-team__daihyou__items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.sec-recruit-team__daihyou__item {
  width: 30rem;
  max-width: 100%;
  background-color: #fff;
  border: 3px solid #0c4379;
  border-radius: 2rem;
  padding: 2rem;
}
.sec-recruit-team__daihyou__item img {
  max-width: unset;
  width: 100%;
}
.sec-recruit-team__daihyou__item h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0c4379;
  margin: 1rem 0;
}
.sec-recruit-team__daihyou__item p {
  line-height: 2;
}
.sec-recruit-team__detail {
  margin-top: 8rem;
  background-color: #fff;
  border: 4px solid #0c4379;
  border-radius: 2rem;
  padding: 5rem;
}
.sec-recruit-team__detail__ttl {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  color: #0c4379;
}
.sec-recruit-team__detail__item {
  padding: 5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7rem;
  border-bottom: 1px dashed #0c4379;
}
.sec-recruit-team__detail__item__img {
  width: 22rem;
  max-width: 100%;
}
.sec-recruit-team__detail__item__txt {
  flex: 1;
}
.sec-recruit-team__detail__item__info {
  background-color: #eee;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 2;
}
.sec-recruit-team__detail__item__info p {
  padding: 1.5rem 2rem;
}
.sec-recruit-team__detail__item__info p:nth-child(1) {
  position: relative;
}
.sec-recruit-team__detail__item__info p:nth-child(1):after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 1px;
  height: calc(100% - 3rem);
  background-color: #0c4379;
}
.sec-recruit-team__detail__item__info p span {
  display: block;
  font-size: 2.4rem;
}
.sec-recruit-team__detail__item__desc span {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 0 1.5rem;
  background-color: #0c4379;
  color: #fff;
  border-radius: 3rem;
  margin: 2rem 0 1rem;
}
.sec-recruit-team__detail__item:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.sec-recruit-team__banner {
  margin-top: 12rem;
  position: relative;
}
.sec-recruit-team__banner__txt {
  position: absolute;
  left: 10rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6rem;
}
.sec-recruit-team__banner__txt p {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0c4379;
}
.sec-recruit-team__banner__txt .btn {
  min-width: 30rem;
  justify-content: center;
}

.page-recruit-requirement .has-sd.blue-bottom-right-up:after {
  aspect-ratio: 770/450;
  background: url(../images/recruit/requirement-top.png) no-repeat center center/cover;
}

.sec-requirement {
  padding: 10rem 0 15rem;
}
.sec-requirement__nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem;
  border-bottom: 3px solid #0c4379;
}
.sec-requirement__nav__item {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #0c4379;
  border: 3px solid #0c4379;
  border-radius: 2rem 2rem 0 0;
  flex: 1;
  padding: 1.3rem;
  margin-bottom: -3px;
  cursor: pointer;
}
.sec-requirement__nav__item.active {
  background-color: #0c4379;
  color: #fff;
}
.sec-requirement__items {
  margin-top: 3rem;
}
.sec-requirement__item {
  border: 3px solid #0c4379;
  border-radius: 2rem;
  padding: 5rem 6rem;
}
.sec-requirement__item__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #0c4379;
  margin-bottom: 4rem;
}
.sec-requirement__item__row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3rem;
}
.sec-requirement__item__row dt, .sec-requirement__item__row dd {
  padding: 2.7rem 0;
}
.sec-requirement__item__row dt {
  border-top: 1px solid #0c4379;
  width: 25rem;
  font-weight: 400;
}
.sec-requirement__item__row dd {
  border-top: 1px solid #999;
  flex: 1;
}
.sec-requirement__item__row.last-child dt {
  border-bottom: 1px solid #0c4379;
}
.sec-requirement__item__row.last-child dd {
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 1200px) {
  .sec-recruit-work__nav {
    flex-wrap: wrap;
  }
  .sec-recruit-work__nav__item {
    flex: unset;
    min-width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-msg__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-recruit-msg__top__img {
    width: 45rem;
  }
  .sec-recruit-msg__top__txt__ttl {
    font-size: 3.6rem;
  }
  .sec-recruit-msg__item__ttl {
    font-size: 5rem;
    line-height: 1.5;
  }
  .work-team__ttl {
    font-size: 6rem;
  }
  .work-team__ttl .txt-eng {
    font-size: 3.2rem;
    min-width: 25rem;
    border-radius: 6rem;
  }
  .sec-recruit-work__nav {
    justify-content: flex-start;
    gap: 3rem;
  }
  .sec-recruit-work__nav__item {
    min-width: 32rem;
  }
  .sec-recruit-work__item__ttl {
    font-size: 4.8rem;
  }
  .sec-recruit-work__item__img {
    flex-direction: column;
  }
  .sec-recruit-work .work-team {
    padding-bottom: 25rem;
  }
  .sec-recruit-team__daihyou__ttl {
    font-size: 4.8rem;
  }
  .sec-recruit-team__daihyou__items {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
    position: relative;
  }
  .sec-recruit-team__daihyou__items:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 3px;
    height: calc(100% + 4rem);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0c4379;
  }
  .sec-recruit-team__daihyou__item {
    width: 100%;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  .sec-recruit-team__daihyou__line {
    display: none;
  }
  .sec-recruit-team__daihyou__item h4 {
    font-size: 4.8rem;
    width: 50%;
    order: 1;
  }
  .sec-recruit-team__daihyou__item img {
    max-width: unset;
    width: 50%;
    order: 2;
  }
  .sec-recruit-team__daihyou__item p {
    order: 3;
  }
  .sec-recruit-team__detail {
    margin-top: 12rem;
  }
  .sec-recruit-team__detail__item {
    position: relative;
  }
  .sec-recruit-team__detail__item__img {
    width: 18rem;
    position: absolute;
    top: 10rem;
    left: -2rem;
  }
  .sec-recruit-team__detail__item__info {
    margin-left: 20rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-recruit-team__detail__item__info p {
    padding: 1.5rem;
    width: 100%;
  }
  .sec-recruit-team__detail__item__info p:nth-child(1):after {
    left: 1.5rem;
    top: unset;
    bottom: 0;
    height: 1px;
    width: calc(100% - 3rem);
  }
  .sec-recruit-team__detail__item__info p:nth-child(1) {
    font-size: 2.4rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .sec-recruit-team__detail__item__info p span {
    display: inline-block;
    font-size: 4.6rem;
    margin-left: 3rem;
    line-height: 1.3;
  }
  .sec-recruit-team__detail__item__desc span {
    font-size: 2.4rem;
    line-height: 2;
    padding: 0 3rem;
    margin: 4rem 0 1rem;
  }
  .sec-recruit-team__banner__txt {
    left: 6rem;
  }
  .sec-recruit-team__banner__txt p {
    font-size: 6.4rem;
  }
  .sec-recruit-team__banner .btn {
    min-width: unset;
    width: 10rem;
    height: 10rem;
    position: absolute;
    right: 4.5rem;
    bottom: 4.5rem;
  }
  .sec-recruit-team__banner .btn-primary .ic {
    right: calc((100% - 1.7rem) / 2);
  }
  .page-recruit-requirement .has-sd.blue-bottom-right-up:after {
    aspect-ratio: 400/450;
  }
  .sec-requirement__nav {
    gap: 1rem;
    border-bottom: 2px solid #0c4379;
  }
  .sec-requirement__nav__item {
    font-size: 3.2rem;
    border: 2px solid #0c4379;
    margin-bottom: -2px;
  }
  .sec-requirement__item {
    border: 2px solid #0c4379;
    padding: 3rem 2rem;
  }
  .sec-requirement__item__ttl {
    font-size: 4.8rem;
  }
  .sec-requirement__item__row {
    gap: 0;
  }
  .sec-requirement__item__row dt {
    width: 20rem;
    padding-left: 1rem;
  }
  .sec-requirement__item__row dd {
    padding-left: 1rem;
  }
}
.main-service .sec-customer {
  padding-top: 10rem;
  position: relative;
}
.main-service .sec-customer::before {
  content: "";
  width: 40%;
  background: url("../images/service/sec_customer_bg.png") center/100% 100% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 33rem;
  z-index: -1;
}
.main-service .sec-customer .container .content {
  display: flex;
  gap: 0.5rem;
}
.main-service .sec-customer .container .content .content__text {
  flex: 1;
  margin-top: 8rem;
}
.main-service .sec-customer .container .content .content__text .title {
  font-weight: 700;
  white-space: nowrap;
}
.main-service .sec-customer .container .content .content__text p {
  line-height: 2;
}
.main-service .sec-customer .container .content .content__img {
  width: 50%;
  position: relative;
  right: calc((100vw - min(96vw, 128rem)) / -2.1);
}
.main-service .sec-customer .container .content .content__img img {
  width: 100%;
  object-fit: cover;
}
.main-service .sec-customer .container .content .content__img img.img-sp {
  display: none;
}
.main-service .sec-list {
  position: relative;
  padding-top: 13rem;
  padding-bottom: 15rem;
  overflow: hidden;
}
.main-service .sec-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url("../images/common/bg-sd-blue-bottom-right-up.png") center/100% 100% no-repeat;
  width: 50vw;
  height: 60rem;
}
.main-service .sec-list .container .content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.main-service .sec-list .container .content .content__item {
  display: flex;
  justify-content: space-between;
  padding: 3rem 4rem;
  align-items: center;
  gap: 2rem;
}
.main-service .sec-list .container .content .content__item .item-img {
  width: 100%;
  max-width: 24rem;
  object-fit: cover;
}
.main-service .sec-list .container .content .content__item .item-text {
  color: #0c4379;
  text-align: center;
  padding-right: 15%;
}
.main-service .sec-list .container .content .content__item .item-text p {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.main-service .sec-list .container .content .content__item .item-text span {
  font-family: "DIN2014Demi", sans-serif;
  line-height: 1;
}
.main-service .sec-list .container .content .content__item .item-arrow {
  width: 8rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  flex-shrink: 0;
}
.main-service .sec-list .container .content .content__item .item-arrow img {
  width: 1.5rem;
}
.main-service .sec-list .container .content .content__item:hover {
  background: rgba(12, 67, 121, 0.3);
}

@media (max-width: 1024px) {
  .main-service .sec-customer .container .content {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .main-service .sec-customer .container .content .content__text {
    margin-top: 0;
  }
  .main-service .sec-customer .container .content .content__img img.img-sp {
    display: block;
  }
  .main-service .sec-customer .container .content .content__img img.img-pc {
    display: none;
  }
  .main-service .sec-customer .container .content .content__img {
    width: 100%;
    max-width: 900px;
    right: unset;
  }
  .main-service .sec-list .container .content .content__item .item-text {
    padding-right: 0;
    line-height: 1;
  }
  .main-service .sec-list .container .content .content__item {
    padding: 1rem 2rem 1rem 1rem;
  }
  .main-service .sec-list .container .content .content__item .item-text p {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .main-service .sec-list .container .content .content__item .item-text span {
    font-size: 1.4rem;
  }
}
.h_shadow {
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.2);
}

.sec__health_management {
  padding: 10rem 0 15rem;
}
.sec__health_management-mask {
  margin-top: 7rem;
}
.sec__health_management-mask .list-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6rem;
  width: 100%;
  margin-top: 4.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec__health_management-mask .list-mask {
    flex-direction: column;
  }
}
.sec__health_management-mask .list-mask .group-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.7rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec__health_management-mask .list-mask .group-mask {
    flex-direction: column;
  }
}
.sec__health_management-mask .list-mask .group-mask a {
  width: 100%;
  max-width: 30rem;
  padding: 2.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c4379;
  border-radius: 0.4rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__health_management-mask .list-mask .group-mask a {
    max-width: unset;
  }
}
.sec__health_management-mask .list-mask .group-mask a::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 0.5rem;
  background: url(../images/health_management/ic-mask.png) no-repeat center center/100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-mask .list-mask .group-mask a::after {
    width: 2.2rem;
    height: 1rem;
  }
}
.sec__health_management-content .group-text {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.sec__health_management-content .title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .title p {
    font-size: 4rem;
  }
}
.sec__health_management-content .text {
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
.sec__health_management-content .text h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0c4379;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .text h1 {
    font-size: 3.6rem;
  }
}
.sec__health_management-content .group-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.sec__health_management-content .group-image.v2 {
  align-items: flex-start;
  justify-content: flex-start;
}
.sec__health_management-content .tabs {
  width: 100%;
  margin-top: 7rem;
  position: relative;
}
.sec__health_management-content .tabs__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 3rem;
  position: absolute;
  width: 100%;
  max-width: 50rem;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec__health_management-content .tabs__btn {
  padding: 2.2rem 0;
  width: 100%;
  max-width: 25rem;
  border-radius: 3rem;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec__health_management-content .tabs__btn.active {
  color: #fff;
  background: linear-gradient(110deg, rgb(12, 67, 121) 0%, rgb(48, 113, 177) 100%);
}
.sec__health_management-content .tabs__pane {
  display: none;
  min-height: 76rem;
  padding: 7rem 0;
}
.sec__health_management-content .tabs__pane.active {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec__health_management-content .content_tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96%;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .content_tabs {
    width: 89.4%;
  }
}
.sec__health_management-content .list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sec__health_management-content .list-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}
.sec__health_management-content .num {
  color: #2881c3;
  font-size: 2rem;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .num {
    font-size: 3.6rem;
    padding: 0;
  }
}
.sec__health_management-content .txt-red {
  color: red;
  font-weight: 700;
}
.sec__health_management-content .mask {
  font-size: 1.4rem;
  padding: 0.8rem 0;
  text-align: center;
  width: 100%;
  max-width: 8rem;
  background: #2881c3;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .mask {
    font-size: 2.8rem;
    padding: 1.6rem;
    max-width: 16rem;
    flex: 1;
  }
}
.sec__health_management-content .diagram .mask {
  width: fit-content;
  max-width: unset;
  padding: 0.8rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .diagram .mask {
    padding: 1.6rem;
  }
}
.sec__health_management-content .diagram .num {
  padding: 0;
}
.sec__health_management-content .diagram .tabs__pane {
  padding: 9rem 0;
}
.sec__health_management-content .diagram .content_tabs {
  align-items: unset;
}
.sec__health_management-content .diagram .content {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.sec__health_management-content .diagram .content:not(:first-child) {
  margin-top: 6rem;
}
.sec__health_management-content .diagram .content .group {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.sec__health_management-content .diagram .content .group .text_num {
  display: flex;
  gap: 2rem;
  line-height: 2;
}
.sec__health_management-content .item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sec__health_management-content .list-health-box {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
  width: 100%;
  margin-top: 3rem;
}
.sec__health_management-content .health-box {
  border: 1px solid #3b82c4;
  background: #fff;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sec__health_management-content .health-box__title {
  display: inline-block;
  background: #2881c3;
  color: #fff;
  padding: 1.2rem 2.6rem;
  font-weight: bold;
  width: fit-content;
}
.sec__health_management-content .health-box__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0 3rem 4rem 4rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .health-box__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.sec__health_management-content .pie {
  width: 23.1rem;
  height: 23.1rem;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#2881c3 0 calc(var(--good) * 1%), #52abe2 calc(var(--good) * 1%) calc((var(--good) + var(--normal)) * 1%), #adadad calc((var(--good) + var(--normal)) * 1%) calc((var(--good) + var(--normal) + var(--bad)) * 1%), #ebebeb calc((var(--good) + var(--normal) + var(--bad)) * 1%) 100%);
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .pie {
    width: 45rem;
    height: 45rem;
  }
}
.sec__health_management-content .pie__label {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.sec__health_management-content .pie__label--1 {
  top: 50%;
  left: 74%;
  transform: translate(-50%, -50%);
}
.sec__health_management-content .pie__label--2 {
  top: 57%;
  left: 26%;
  transform: translate(-50%, -50%);
}
.sec__health_management-content .pie__label--3 {
  top: 22%;
  left: 35%;
  transform: translate(-50%, -50%);
  color: #909090;
}
.sec__health_management-content .pie__label--5 {
  top: 66%;
  left: 29%;
  transform: translate(-50%, -50%);
}
.sec__health_management-content .pie__label--6 {
  top: 45%;
  left: 22%;
  transform: translate(-50%, -50%);
  color: #808080;
}
.sec__health_management-content .health-box__center {
  text-align: center;
}
.sec__health_management-content .health-box__headline {
  font-size: 2.8rem;
  color: #2f78b7;
  font-weight: bold;
}
.sec__health_management-content .health-box__percent {
  background: linear-gradient(0deg, rgb(255, 232, 204) 0%, rgb(255, 232, 204) 20%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
.sec__health_management-content .health-box__percent span {
  font-size: 8rem;
  font-weight: bold;
  color: red;
  line-height: 1;
}
.sec__health_management-content .health-box__percent small {
  font-size: 5.3rem;
  color: red;
  font-weight: bold;
}
.sec__health_management-content .legend-item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1rem;
}
.sec__health_management-content .legend-color {
  width: 3.6rem;
  height: 2.2rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-content .legend-color {
    width: 7.2rem;
    height: 4.4rem;
  }
}
.sec__health_management-content .legend-color--1 {
  background: #2881c3;
}
.sec__health_management-content .legend-color--2 {
  background: #52abe2;
}
.sec__health_management-content .legend-color--3 {
  background: #adadad;
}
.sec__health_management-content .legend-color--4 {
  background: #e0e0e0;
}
.sec__health_management-group {
  padding: 6rem 4rem;
  background: #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 4.1rem;
}
.sec__health_management-group .title p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-group .title p {
    font-size: 4rem;
  }
}
.sec__health_management-group .group-text_image {
  display: grid;
}
@media screen and (max-width: 768px) {
  .sec__health_management-group .group-text_image {
    display: flex;
    flex-direction: column;
  }
  .sec__health_management-group .group-text_image .image {
    width: 100%;
  }
  .sec__health_management-group .group-text_image .image img {
    width: 100%;
  }
}
.sec__health_management-group .group-text_image.g-46 {
  gap: 4.6rem;
  grid-template-columns: repeat(auto-fill, minmax(37.7rem, 1fr));
}
@media screen and (max-width: 768px) {
  .sec__health_management-group .group-text_image.g-46 {
    gap: 6rem;
  }
}
.sec__health_management-group .group-text_image.g-41 {
  display: flex;
  gap: 4.1rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-group .group-text_image.g-41 {
    gap: 6rem;
  }
}
.sec__health_management-group .group-text_image.g-39 {
  gap: 3.9rem;
  grid-template-columns: repeat(auto-fill, minmax(38rem, 1fr));
}
@media screen and (max-width: 768px) {
  .sec__health_management-group .group-text_image.g-39 {
    gap: 4rem;
  }
}
.sec__health_management-group .group-text_image.g-39 .group-text {
  max-width: 54rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-group .group-text_image.g-39 .group-text {
    max-width: unset;
  }
}
.sec__health_management-group .group-text_image.g-3 {
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .sec__health_management-group .group-text_image.g-3 {
    gap: 4rem;
  }
}
.sec__health_management-group-content {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.sec__health_management-group-content:not(:first-child) {
  margin-top: 10rem;
}
.sec__health_management-group-content-v2 {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.main-service-electric .page-header__title .txt-eng {
  font-size: 5.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.14;
  margin-right: 0;
  font-weight: 500;
}
.main-service-electric .page-header__title {
  font-size: 2.4rem;
  font-family: "DIN2014Demi", sans-serif;
  font-weight: 400;
}
.main-service-electric .sec-content {
  padding-block: 4rem 15rem;
  position: relative;
}
.main-service-electric .sec-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/common/bg-sd-light-blue-top-left-down.png") center/100% 100% no-repeat;
  width: 40vw;
  height: 50rem;
  top: 0;
  left: 0;
}
.main-service-electric .sec-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/common/bg-sd-blue-bottom-right-up.png") center/100% 100% no-repeat;
  width: 60vw;
  height: 60rem;
  bottom: 0;
  right: 0;
}
.main-service-electric .sec-content .container .content {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
.main-service-electric .sec-content .container .content .content__text {
  transform: translateY(4rem);
}
.main-service-electric .sec-content .container .content .content__list .list-title {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-family: "DIN2014Demi", sans-serif;
  line-height: 1;
  color: #0c4379;
  gap: 2rem;
}
.main-service-electric .sec-content .container .content .content__list .list-title .list-title__big {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.main-service-electric .sec-content .container .content .content__list .list-content {
  display: flex;
  margin-top: 4rem;
  gap: 6rem;
}
.main-service-electric .sec-content .container .content .content__list .list-content .list-content__img {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 30rem;
}
.main-service-electric .sec-content .container .content .content__list .list-content .list-content__img .img-img {
  width: 100%;
  object-fit: cover;
}
.main-service-electric .sec-content .container .content .content__list .list-content .list-content__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
.main-service-electric .sec-content .container .content .content__list .list-content .list-content__text .text-item {
  font-size: 1.6rem;
  line-height: 2;
}
.main-service-electric .sec-content .container .content .content__list .list-content .list-content__text .text-item .text-item__title {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #0c4379;
  font-weight: 500;
}
.main-service-electric .sec-content .container .content .btn {
  justify-content: center;
  height: 6rem;
  min-width: 30rem;
}

@media (max-width: 768px) {
  .main-service-electric .sec-content .container .content .content__list .list-content {
    gap: 3rem;
  }
}
.main-service-abroad-energy.main-service-electric .sec-content .container .content .content__list .list-content {
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
.main-service-abroad-energy.main-service-electric .sec-content .container .content .content__list .list-content .list-content__img {
  flex-direction: row;
  max-width: none;
  min-width: 0;
  width: 100%;
}
.main-service-abroad-energy.main-service-electric .sec-content .container .content .content__list .list-content .list-content__img .img-img {
  flex: 1;
  width: 100%;
  min-width: 0;
}

@media (max-width: 768px) {
  .main-service-abroad-energy.main-service-electric .breadcrumb {
    letter-spacing: 0;
  }
}
.main-service-air-conditioning .sec-content .container .content .content__list .list-content.service-air-conditioning {
  flex-direction: row;
  gap: 10rem;
  padding-left: 4.5rem;
}
.main-service-air-conditioning .sec-content .container .content .content__list .list-content.service-air-conditioning .list-content__img {
  max-width: 38.5rem;
}
.main-service-air-conditioning .sec-content .container .content .content__list .list-content.service-air-conditioning .list-content__img .img-img {
  object-fit: contain;
}
.main-service-air-conditioning .sec-content .container .content .content__list .list-content.service-air-conditioning .list-content__text .text-img {
  width: 100%;
  max-width: 36rem;
}

@media (max-width: 1024px) {
  .main-service-air-conditioning .sec-content .container .content .content__list .list-content.service-air-conditioning {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
}
.main.main-service-eakon .sec-air {
  position: relative;
  padding: 7.5rem 0 15rem;
}
.main.main-service-eakon .sec-air::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/common/bg-sd-light-blue-top-left-down.png") center/100% 100% no-repeat;
  width: 40vw;
  height: 50rem;
  top: 0;
  left: 0;
}
.main.main-service-eakon .sec-air::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/common/bg-sd-blue-bottom-right-up.png") center/100% 100% no-repeat;
  width: 60vw;
  height: 60rem;
  bottom: 0;
  right: 0;
}
.main.main-service-eakon .sec-air .container .content-text {
  display: flex;
  width: 100%;
  gap: 5.3rem;
  align-items: center;
}
.main.main-service-eakon .sec-air .container .content-text .left {
  flex: 1;
}
.main.main-service-eakon .sec-air .container .content-text .right img {
  max-width: 36rem;
  width: 100%;
}
.main.main-service-eakon .sec-air .container .content-list {
  margin-top: 11rem;
  display: flex;
  flex-direction: column;
  gap: 14.5rem;
}
.main.main-service-eakon .sec-air .container .content-list .item-title h3 {
  color: #0c4379;
  font-size: 3.1rem;
  line-height: normal;
}
.main.main-service-eakon .sec-air .container .content-list .item-box {
  margin-top: 3.5rem;
  display: flex;
  gap: 5.3rem;
  justify-content: space-between;
  align-items: flex-start;
}
.main.main-service-eakon .sec-air .container .content-list .item-box .left img {
  max-width: 48rem;
  width: 100%;
}
.main.main-service-eakon .sec-air .container .content-list .item-box .right {
  flex: 1;
  width: 100%;
  max-width: 74.2rem;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 9rem 3.5rem;
}
.main.main-service-eakon .sec-air .container .content-list .item-box .right p {
  line-height: 1.9;
}
.main.main-service-eakon .sec-air .container .content-btn {
  margin: 0 auto;
  padding-top: 15rem;
  align-items: center;
  display: flex;
  gap: 4.2rem;
  justify-content: center;
}
.main.main-service-eakon .sec-air .container .content-btn .submit {
  width: 100%;
  max-width: 30rem;
  background: #2782bd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.8rem;
  min-height: 8rem;
}
.main.main-service-eakon .sec-air .container .content-btn .submit p {
  color: #ffffff;
}
.main.main-service-eakon .sec-air .container .content-btn .submit .arrow {
  position: absolute;
  right: 1.6rem;
}
.main.main-service-eakon .sec-air .container .content-btn .submit .arrow img {
  max-width: 1.2rem;
  width: 100%;
}
.main.main-service-eakon .sec-air .container .content-btn .submit.charcoal-blue {
  background: #ffffff;
  border: 2px solid #8ea7c0;
}
.main.main-service-eakon .sec-air .container .content-btn .submit.charcoal-blue .gr {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.main.main-service-eakon .sec-air .container .content-btn .submit.charcoal-blue .gr small {
  font-size: 1.4rem;
  color: #0c4379;
  line-height: normal;
}
.main.main-service-eakon .sec-air .container .content-btn .submit.charcoal-blue .gr img {
  max-width: 15.3rem;
  width: 100%;
}
.main.main-service-eakon .sec-air .container .content-btn .submit.green {
  background: #ffffff;
  border: 2px solid #86e3ad;
  justify-content: unset;
  padding: 0 1.6rem;
}
.main.main-service-eakon .sec-air .container .content-btn .submit.green .gr {
  display: flex;
  align-items: center;
}
.main.main-service-eakon .sec-air .container .content-btn .submit.green .gr p {
  color: #06c755;
  text-align: center;
  line-height: normal;
}
.main.main-service-eakon .sec-air .container .content-btn .submit.green .gr img {
  max-width: 4rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .main.main-service-eakon .sec-air .container .content-text .right img {
    max-width: 30rem;
  }
  .main.main-service-eakon .sec-air .container .content-text {
    gap: 3rem;
    flex-direction: column-reverse;
  }
  .main.main-service-eakon .sec-air .container .content-text .left p {
    font-size: 1.6rem;
  }
  .main.main-service-eakon .sec-air .container .content-list {
    margin-top: 6rem;
    gap: 6rem;
  }
  .main.main-service-eakon .sec-air .container .content-list .item-box {
    flex-direction: column;
  }
  .main.main-service-eakon .sec-air .container .content-list .item-box .left img {
    max-width: none;
  }
  .main.main-service-eakon .sec-air .container .content-list .item-box .right {
    max-width: none;
  }
  .main.main-service-eakon .sec-air .container .content-btn {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .main.main-service-eakon .sec-air .container .content-list .item-box .right {
    padding: 2rem 2.5rem;
  }
  .main.main-service-eakon .sec-air .container .content-list {
    gap: 8rem;
  }
  .main.main-service-eakon .sec-air .container .content-list .item-box .right p {
    font-size: 1.6rem;
  }
  .main.main-service-eakon .sec-air .container .content-btn {
    padding-top: 8rem;
    gap: 2rem;
  }
  .main.main-service-eakon .sec-air .container .content-btn .submit.green .gr p {
    font-size: 1.6rem;
  }
  .main.main-service-eakon .sec-air .container .content-btn .submit p {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
