@charset "UTF-8";
/**
* BOX SHADOW
*/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  transition: all 0.5s, color 0s;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
* BOX SHADOW
*/
* {
  backface-visibility: hidden;
  -webkit-tap-highlight-color: #000;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  background: var(--white);
}
body.p-en {
  font-family: Hiragino Kaku Gothic Pro, sans-serif;
}

a {
  text-decoration: none;
}
a:link {
  color: inherit;
  cursor: pointer;
}
a:visited, a:hover, a:active, a[href^=tel] {
  color: inherit;
}

img {
  pointer-events: none;
  user-select: none;
}

button {
  display: block;
}

textarea {
  resize: vertical;
}

input:-moz-focus-inner,
button:-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: #333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #333;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #333;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #333;
}

option {
  height: 1.8em;
}

:root {
  --main-color: #716f71;
  --accent-color-1: #00809e;
  --accent-color-2: #ea8712;
  --sub-color: #f6fcfd;
  --black: #000;
  --ink: #222;
  --white: #fff;
  --gray-66: #666;
  --gray-70: #707070;
  --gray-80: #808080;
  --gray-c4: #c4c4c4;
  --gray-e6: #e6e6e6;
  --gray-fa: #fafafa;
  --gray-b3: #b3b3b3;
  --gray-f0: #f0f0f0;
}

/**
* BOX SHADOW
*/
.u-fs_xxs {
  font-size: 1rem;
}
.u-fs_xxs2 {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .u-fs_xxs2 {
    font-size: 1.2rem;
  }
}

.u-fs_xs {
  font-size: 1.2rem;
}
.u-fs_xs2 {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 640px) {
  .u-fs_xs2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-kvWrapper .u-fs_xs2 {
    font-size: 0.9722222222vw;
  }
}

.u-fs_s {
  font-size: 1.4rem;
}
.u-fs_m {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .u-fs_m {
    font-size: 1.6rem;
  }
}

.u-fs_m2 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.u-fs_m3 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .u-fs_m3 {
    font-size: 2rem;
  }
}

.u-fs_m4 {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .u-fs_m4 {
    font-size: 2rem;
  }
}

.u-fs_m5 {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .u-fs_m5 {
    font-size: 1.4rem;
  }
}

.u-fs_m6 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .u-fs_m6 {
    font-size: 1.4rem;
  }
}

.u-fs_l {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .u-fs_l {
    font-size: 2.8rem;
  }
}

.u-fs_l2 {
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .u-fs_l2 {
    font-size: 4rem;
  }
}

.u-fs_l3 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .u-fs_l3 {
    font-size: 3rem;
  }
}

.u-fs_l4 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .u-fs_l4 {
    font-size: 2.4rem;
  }
}

.u-fs_l5 {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .u-fs_l5 {
    font-size: 3.2rem;
  }
}

.u-fs_l6 {
  font-size: 2.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 640px) {
  .u-fs_l6 {
    font-size: 3.2rem;
  }
}

.u-fs_h1_1 {
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .u-fs_h1_1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_h1_1 {
    font-size: 8rem;
  }
}

.u-fs_h1_2 {
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .u-fs_h1_2 {
    font-size: 5rem;
  }
}

.u-fs_h2_1 {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .u-fs_h2_1 {
    font-size: 4rem;
  }
}

.u-fs_h2_2 {
  font-size: 4.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .u-fs_h2_2 {
    font-size: 6rem;
  }
}

/**
* BOX SHADOW
*/
@media screen and (max-width: 1024px) {
  .u-tbpc {
    display: none !important;
  }
  .u-tbpc_i, .u-tbpc_ib, .u-tbpc_f, .u-tbpc_if {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp_i {
    display: inline !important;
  }
  .u-sp_ib {
    display: inline-block !important;
  }
  .u-sp_f {
    display: flex !important;
  }
  .u-sp_if {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
  .u-pc_i, .u-pc_ib, .u-pc_f, .u-pc_if {
    display: none !important;
  }
  .u-sptb {
    display: block !important;
  }
  .u-sptb_i {
    display: inline !important;
  }
  .u-sptb_ib {
    display: inline-block !important;
  }
  .u-sptb_f {
    display: flex !important;
  }
  .u-sptb_if {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .u-sp,
  .u-pc {
    display: none !important;
  }
  .u-sp_i, .u-sp_ib, .u-sp_f, .u-sp_if,
  .u-pc_i,
  .u-pc_ib,
  .u-pc_f,
  .u-pc_if {
    display: none !important;
  }
  .u-tb {
    display: block !important;
  }
  .u-tb_i {
    display: inline !important;
  }
  .u-tb_ib {
    display: inline-block !important;
  }
  .u-tb_f {
    display: flex !important;
  }
  .u-tb_if {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 640px) {
  .u-sp {
    display: none !important;
  }
  .u-sp_i, .u-sp_ib, .u-sp_f, .u-sp_if {
    display: none !important;
  }
  .u-tbpc {
    display: block !important;
  }
  .u-tbpc_i {
    display: inline !important;
  }
  .u-tbpc_ib {
    display: inline-block !important;
  }
  .u-tbpc_f {
    display: flex !important;
  }
  .u-tbpc_if {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-sptb {
    display: none !important;
  }
  .u-sptb_i, .u-sptb_ib, .u-sptb_f, .u-sptb_if {
    display: none !important;
  }
  .u-pc {
    display: block !important;
  }
  .u-pc_i {
    display: inline !important;
  }
  .u-pc_ib {
    display: inline-block !important;
  }
  .u-pc_f {
    display: flex !important;
  }
  .u-pc_if {
    display: inline-flex !important;
  }
}
/**
* BOX SHADOW
*/
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

.u-bg-ivory {
  background-color: #f0f0e1 !important;
}

.u-bg-gray {
  background-color: #716f71 !important;
}

.u-bg-green {
  background-color: #008b4f !important;
}

.u-bg-orange {
  background-color: #e3973c !important;
}

.u-bg-green {
  background-color: #008b4f !important;
}

.u-bg-blue {
  background-color: #4ba1de !important;
}

.u-tc-ivory {
  color: #f0f0e1 !important;
}

.u-tc-green {
  color: #008b4f !important;
}

.u-tc-orange {
  color: #e3973c !important;
}

.u-tc-green {
  color: #008b4f !important;
}

.u-tc-blue {
  color: #4ba1de !important;
}

.text-color--white {
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .u-cs_sp {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .u-cs_tb {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}

@media screen and (min-width: 1025px) {
  .u-cs_pc {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-ff_en {
  letter-spacing: 0;
}

.u-lh_1 {
  line-height: 1;
}

.u-fw_semibold {
  font-weight: 600;
}

.u-fw_bold {
  font-weight: bold;
}

.u-ta_c {
  text-align: center;
}
.u-ta_cll {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .u-ta_cll {
    text-align: left;
  }
}
.u-ta_ccl {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .u-ta_ccl {
    text-align: left;
  }
}

.u-mt20 {
  margin-top: 2rem;
}

.no-transition * {
  transition: none !important;
}

.mt-px-145 {
  margin-top: 145px !important;
}

.mt-px-n-300 {
  margin-top: -300px !important;
}

.position-relative {
  position: relative !important;
}

@media screen and (max-width: 1024px) {
  .f-direction-column-sp {
    flex-direction: column !important;
  }
  .f-align-start-sp {
    align-items: flex-start !important;
  }
}
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: var(--white);
  background-color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 5px;
  width: 26rem;
  max-width: 26rem;
  height: 4.8rem;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-button {
    width: 100%;
  }
}
.c-button:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.c-button__arrow {
  position: absolute;
  right: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.c-title {
  background: #f0f0e1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13.8rem;
}
@media screen and (max-width: 1024px) {
  .c-title {
    height: 5.8rem;
  }
}
.c-title__text {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-title__text {
    font-size: 20px;
  }
}
.c-title__text:after {
  content: "";
  background-color: #008b4f;
  position: absolute;
  bottom: -1.6rem;
  height: 0.2rem;
  width: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-title__text:after {
    bottom: -6px;
  }
}
.c-title__text--white {
  color: #fff;
}
.c-title__text--white:after {
  background-color: #fff;
}
.c-title--blue {
  background: #4ba1de;
}
.c-title--green {
  background: #008b4f;
}
.c-title--l {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 2px solid #008b4f;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .c-title--l {
    font-size: 20px;
  }
}
.c-title--m {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  border-left: 3px solid #008b4f;
  padding-left: 17px;
}
@media screen and (max-width: 1024px) {
  .c-title--m {
    font-size: 18px;
    line-height: 24px;
    padding-left: 16px;
  }
}
.c-title--field {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008b4f;
  border-radius: 4px;
  width: 64px;
  height: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.c-title .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-title .pc {
    display: none;
  }
}
.c-title .sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .c-title .sp {
    display: none;
  }
}
.c-title__title-wrap {
  display: inline-flex;
  gap: 5px;
}

.c-link {
  color: #3083AD !important;
  text-decoration: underline;
  transition: 0.3s all;
}
.c-link:hover {
  opacity: 0.7;
}
.c-link--pdf {
  position: relative;
  padding-left: 3rem;
}
.c-link--pdf:after {
  content: url(../img/common/ic_pdf.svg);
  position: absolute;
  width: 20px;
  top: 3px;
  left: 0;
}

a.i-copy:after,
li.i-copy a:after {
  content: url(../img/common/ic_copy.svg);
  display: inline-block;
  margin-left: 0.6rem;
}

a .l-sidebar__banner--text.i-copy--white::after {
  content: url(../img/common/ic_copy_white.svg);
  display: inline-block;
  margin-left: 0.6rem;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.c-agenda {
  padding: 1.6rem 4rem;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .c-agenda {
    padding: 1.8rem;
  }
}
.c-agenda__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4.8rem;
  row-gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-agenda__list {
    gap: 0;
    align-items: stretch;
    flex-direction: column;
  }
}
.c-agenda__list li {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-agenda__list li {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .c-agenda__list li:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
  }
}
@media screen and (max-width: 1024px) {
  .c-agenda__list li:first-of-type a {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-agenda__list li:last-of-type a {
    padding-bottom: 0;
  }
}
.c-agenda__list__item {
  padding-left: 23px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .c-agenda__list__item {
    display: inline-block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    width: 100%;
  }
}
.c-agenda__list__item:before {
  content: url(../img/common/ic_arrow_down.svg);
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .c-agenda__list__item:before {
    position: relative;
    padding-right: 24px;
    top: -3px;
  }
}
.c-agenda__list-column {
  flex-basis: 50%;
  position: relative;
}
.c-agenda__list-column--link::after {
  content: url(../img/common/ic_arrow_down.svg);
  position: absolute;
  left: -10px;
  top: -3px;
}

.c-card {
  position: relative;
}
.c-card:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-card__wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.c-card__wrapper img {
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .c-card__wrapper img {
    width: 100%;
    height: 100%;
  }
}
.c-card__wrapper img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-card__wrapper--s-wrapper {
  width: 327px;
  height: 228px;
  position: relative;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .c-card__wrapper--s-wrapper {
    width: 100%;
    height: auto;
  }
}
.c-card__box {
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  width: 349px;
  height: 258px;
  background-color: #fafafa;
  font-size: 28px;
  line-height: 42px;
  padding: 24px 32px;
}
@media screen and (max-width: 1024px) {
  .c-card__box {
    width: 90%;
    height: auto;
    padding: 29px 24px 24px 24px;
    transform: translate(0, -37%);
  }
}
.c-card__box--s-box {
  position: relative;
  left: 0;
  margin-top: -69px;
  transform: translate(0, 0);
  background-color: #fafafa;
  font-size: 28px;
  padding: 2.9rem 1.6rem 1.6rem 1.6rem;
  width: 276px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 178px;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1024px) {
  .c-card__box--s-box {
    padding-top: 2.4rem;
    width: 80%;
  }
}
.c-card__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-card__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 1.2rem;
  }
}
.c-card__green-border {
  position: absolute;
  width: 30px;
  height: 0px;
  border: 2px solid #008b4f;
}
.c-card__detail-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 16rem;
}
.c-card__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-card__info {
    padding-top: 1.2rem;
  }
}
.c-card--s {
  width: 327px;
  height: 319px;
}
@media screen and (max-width: 1024px) {
  .c-card--s {
    width: 100%;
    height: 100%;
  }
}
.c-card__s-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-bottom: 1.5rem;
}
.c-card__s-title:after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #008b4f;
}
.c-card--no-hover:hover img {
  transform: none;
  transition: none;
}
.c-card__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  width: 24.4rem;
  height: 4.8rem;
  background-color: #716f71;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  border-radius: 4px;
  position: relative;
}
.c-card__btn:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.c-card__btn span {
  position: absolute;
  right: 2rem;
  display: flex;
  align-items: center;
}
.c-card__btn .dashicons-arrow-right-alt2 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .c-card__btn .dashicons-arrow-right-alt2 {
    padding-top: 2px;
  }
}
.c-card__btn::after {
  content: "";
  width: 1.4rem;
  height: 1.2rem;
  position: relative;
  left: 6rem;
}
.c-card__btn--m {
  height: 48px;
  width: 26rem;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-card__btn {
    width: 100%;
  }
}
.c-card__btn--recruit {
  margin-top: 12px;
}
.c-card__btn--recruit.r-btn::after {
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  padding: 3px;
  position: absolute;
  top: 20px;
  right: 18px;
  height: unset;
  width: unset;
  left: unset;
}
.c-card__no-btn-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.c-card__no-btn-card--description {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  margin-right: 24px;
  padding: 24px 24px 36px 24px;
  position: relative;
  margin-top: -50px;
  height: 314px;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .c-card__no-btn-card--description {
    height: 294px !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-card__no-btn-card--description {
    margin-right: 43px;
    height: auto;
  }
}
.c-card__no-btn-card--title {
  position: relative;
  padding-bottom: 24px;
}
.c-card__no-btn-card--title::after {
  content: "";
  margin-top: 12px;
  background-color: #008b4f;
  width: 30px;
  height: 2px;
  position: absolute;
}
.c-card__no-btn-card--title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.c-card__no-btn-card--title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.c-card__no-btn-card--list {
  margin-top: 4px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .c-card__no-btn-card--list > a {
    display: inline-block;
  }
  .c-card__no-btn-card--list::after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: #333333;
    transition: all 0.3s;
  }
  .c-card__no-btn-card--list:hover::after {
    width: 110%;
  }
}
.c-card__no-btn-card--list::before {
  border: 1px solid red;
  content: "";
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 2.5px;
  left: -20px;
  position: absolute;
  margin-top: 9px;
  margin-left: 6px;
}
.c-card__no-btn-card--link {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.c-card__no-btn-card--link.s-eir-link {
  position: relative;
}
.c-card__no-btn-card--link span {
  font-size: 10px;
  line-height: 16px;
}
.c-card__no-btn-card--link span.s-eir {
  display: inline-block;
}
.c-card__no-btn-card--link span.s-eir .eirItem_title_link {
  pointer-events: none;
}
.c-card__no-btn-card--link span.s-eir .s_eirModule_titleBox {
  display: none !important;
}
.c-card__no-btn-card--link span.s-eir .eirItem_type {
  display: none !important;
}
.c-card__no-btn-card--link span.s-eir .eirItem_size {
  display: none !important;
}

/**
* BOX SHADOW
*/
.siteName {
  font-size: 0;
}

.l-gHeader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: 0.2s all ease;
}
@media screen and (min-width: 1025px) {
  .l-gHeader {
    width: 100%;
    height: 6.5rem;
  }
}
@media screen and (min-width: 1025px) {
  body:not(.is-gMenuOpen) .is-hide .l-gHeader {
    transform: translateY(-100%);
  }
}

.l-menu {
  width: 7.2rem;
  height: 7.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: var(--white);
}
@media screen and (max-width: 1024px) {
  .l-menu {
    width: 100%;
    height: 7rem;
    padding: 1.3rem 2rem;
    justify-content: space-between;
    transition: 0.3s all;
  }
}
@media screen and (min-width: 1025px) {
  .l-menu {
    display: none;
  }
}
.l-menu__trigger {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.l-menu__lineOuter {
  height: 36px;
  width: 3.2rem;
  position: relative;
  pointer-events: none;
}
.l-menu__menu-txt {
  font-size: 1.2rem;
}
.dark-header .js-menuTriger .l-menu__menu-txt {
  color: #FFF;
}
.l-menu__line {
  width: 100%;
  height: 2.5px;
  background: #716f71;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center center;
  transition: 0.2s all ease;
  border-radius: 30px;
  transition: 0.2s all ease;
}
.l-menu--topKv .l-menu__line {
  background: #777;
}
.is-gMenuOpen .l-menu__line {
  background: #777;
}
.is-gMenuOpen .l-menu__line, .is-headerColorChange .l-menu__line {
  background: #777;
}
.l-menu__line--1 {
  transform: translateY(-0.8rem);
}
.is-gMenuOpen .l-menu__line--1 {
  transform: rotate(45deg);
}
.is-gMenuOpen .l-menu__line--2 {
  transform: translateX(100%);
  opacity: 0;
}
.l-menu__line--3 {
  transform: translateY(0.8rem);
}
.is-gMenuOpen .l-menu__line--3 {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .l-menu__logo {
    padding: 0.4rem;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .l-menu {
    display: flex;
  }
}
.l-header {
  width: 100vw;
  padding: 3.2rem 2.4rem 13rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  transition: 0.2s transform ease;
}
@media screen and (min-width: 1025px) {
  .l-header {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    background: #fff;
    transform: translateX(100%);
  }
}
.is-gMenuOpen .l-header {
  transform: translateX(0);
}
@media screen and (min-width: 1025px) {
  .is-gMenuOpen .l-header {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__layer {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-header__layer {
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    background: var(--main-color);
    transform: translateX(100%);
    width: 102.8rem;
    height: 100vh;
    padding: 2.8rem 15.2rem 3.2rem 6.4rem;
  }
}
.is-gMenuOpen .l-header__layer {
  transform: none;
}
.l-header__logo {
  display: inline-block;
  width: 20rem;
}
@media screen and (min-width: 1025px) {
  .l-header__logo {
    margin-left: 5.1rem;
    margin-top: 2.1rem;
    margin-bottom: 2rem;
    position: absolute;
    z-index: 9999;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    display: none;
  }
}
.l-header__logo a {
  font-size: 0;
}
.l-header__logoInner {
  display: block;
  width: 100%;
}
.l-header__logoInner:hover {
  transition: 0.2s all ease;
  opacity: 0.6;
}
.l-header__logoInner > img {
  max-width: 100%;
}

.l-menuLang {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .l-menuLang {
    justify-content: flex-end;
  }
}
.l-menuLang__ttl {
  color: var(--white);
  font-size: 1.2rem;
  color: var(--ink);
}
@media screen and (min-width: 1025px) {
  .l-menuLang__ttl {
    color: var(--ink);
  }
}
.is-gMenuOpen .l-menuLang__ttl, .is-headerColorChange .l-menuLang__ttl {
  color: var(--white);
}
.l-menuLang__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-menuLang__list {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-menuLang__list > li:not(:first-child) {
    margin-left: 0.7rem;
    padding-left: 0.8rem;
    background: linear-gradient(var(--gray-b3), var(--gray-b3)) no-repeat top 0.8rem left/1px 1rem;
  }
}
.l-menuLang__link {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-menuLang__link:link, .l-menuLang__link:active, .l-menuLang__link:visited {
  color: var(--white);
  cursor: pointer;
}
.l-menuLang__link:hover {
  color: var(--white);
}
@media screen and (min-width: 1025px) {
  .l-menuLang__link {
    padding: 0.2rem 0;
  }
  .l-menuLang__link:link, .l-menuLang__link:active, .l-menuLang__link:visited {
    color: var(--gray-b3);
    cursor: pointer;
  }
  .l-menuLang__link:hover {
    color: var(--gray-b3);
  }
}
@media screen and (min-width: 1025px) {
  .l-menuLang__link:hover {
    padding: 0.2rem 0;
  }
  .l-menuLang__link:hover:link, .l-menuLang__link:hover:active, .l-menuLang__link:hover:visited {
    color: var(--ink);
    cursor: pointer;
  }
  .l-menuLang__link:hover:hover {
    color: var(--ink);
  }
  .is-gMenuOpen .l-menuLang__link:hover:link, .is-gMenuOpen .l-menuLang__link:hover:active, .is-gMenuOpen .l-menuLang__link:hover:visited, .is-headerColorChange .l-menuLang__link:hover:link, .is-headerColorChange .l-menuLang__link:hover:active, .is-headerColorChange .l-menuLang__link:hover:visited {
    color: var(--white);
    cursor: pointer;
  }
  .is-gMenuOpen .l-menuLang__link:hover:hover, .is-headerColorChange .l-menuLang__link:hover:hover {
    color: var(--white);
  }
}
@media screen and (max-width: 1024px) {
  .l-menuLang__link--active {
    background: var(--accent-color-2);
    border-radius: 9999px;
    padding: 0.2rem 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-menuLang__link--active {
    padding: 0.2rem 0;
    background: linear-gradient(to top, var(--ink), var(--ink) 0.1rem, transparent 0.1rem, transparent) no-repeat left bottom/100% 100%;
  }
  .l-menuLang__link--active:link, .l-menuLang__link--active:active, .l-menuLang__link--active:visited {
    color: var(--ink);
    cursor: pointer;
  }
  .l-menuLang__link--active:hover {
    color: var(--ink);
  }
  .is-gMenuOpen .l-menuLang__link--active, .is-headerColorChange .l-menuLang__link--active {
    background: linear-gradient(to top, var(--white), var(--white) 0.1rem, transparent 0.1rem, transparent) no-repeat left bottom/100% 100%;
  }
  .is-gMenuOpen .l-menuLang__link--active:link, .is-gMenuOpen .l-menuLang__link--active:active, .is-gMenuOpen .l-menuLang__link--active:visited, .is-headerColorChange .l-menuLang__link--active:link, .is-headerColorChange .l-menuLang__link--active:active, .is-headerColorChange .l-menuLang__link--active:visited {
    color: var(--white);
    cursor: pointer;
  }
  .is-gMenuOpen .l-menuLang__link--active:hover, .is-headerColorChange .l-menuLang__link--active:hover {
    color: var(--white);
  }
}

.c-logo--white {
  display: block;
}
@media screen and (min-width: 1025px) {
  .c-logo--white {
    display: none;
  }
  .is-headerColorChange .c-logo--white {
    display: block;
  }
}
.c-logo--cian {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-logo--cian {
    display: block;
  }
  .is-headerColorChange .c-logo--cian {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .l-kv {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-kv {
    margin-top: 20rem;
    width: 144rem;
    padding: 0 6.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-kv--mtshort {
    margin-top: 6rem;
  }
}
.l-kv--mtRecruit {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .l-kv--mtRecruit {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-kv--mtRecruit {
    margin-bottom: 4rem;
  }
}
.l-kv__bread {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.l-kv__ttl-ja {
  margin-top: 3.2rem;
}
.l-kv__ttl-en {
  margin-top: 0.6rem;
  line-height: 1.1;
}
.l-kv__img {
  margin-top: 8rem;
  display: block;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .l-kv__img {
    padding-right: 12.8rem;
  }
}
.l-kv__img > img {
  max-width: 100%;
  width: 100%;
}

.l-spHeader {
  padding: 2.8rem 2.4rem 1.4rem;
}
.l-spHeader > img {
  width: 20rem;
}

.l-grayBg {
  background: var(--gray-fa);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 1025px) {
  .l-grayBg {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

.l-grayBg2col {
  background: var(--gray-fa);
  padding: 3.2rem 2.4rem;
}
@media screen and (min-width: 1025px) {
  .l-grayBg2col {
    padding: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-listCardSolution {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
  }
}
.p-listCardSolution--2col, .p-listCardSolution--2colOther {
  gap: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .p-listCardSolution > li {
    width: calc(33.333333% - 1px);
  }
}
@media screen and (min-width: 1025px) {
  .p-listCardSolution--2col.p-listCardSolution > li {
    width: calc(50% - 0.8rem);
  }
}

@media screen and (max-width: 1024px) {
  .p-listCardSolution > li:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.p-listCardSolution + .p-listCardSolution {
  margin-top: 1.6rem;
}

@media screen and (min-width: 1025px) {
  .p-listCardRelation {
    display: flex;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-listCardRelation > li:not(:first-child) {
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-listCardRelation > li {
    flex: 0 0 41.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-listCardRelation--slider > li {
    width: 27.4rem !important;
    margin-left: 2.4rem;
    position: relative;
    left: -2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-listCardRelation--slider > li:not(:first-child) {
    margin-top: 0;
  }
}

nav > div.js-accordionList {
  display: flex;
  list-style-type: none;
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList {
    flex-direction: column;
    width: 100%;
  }
}
nav > div.js-accordionList .c-links {
  padding: 22.5px 16px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList .c-links {
    padding: 24px 0 0px 0px !important;
    font-size: 18px !important;
    font-weight: 600;
  }
}
.l-menuMega__inquiry nav > div.js-accordionList .c-links {
  padding: 0;
}
.d-lang nav > div.js-accordionList .c-links {
  padding: 0;
}
nav > div.js-accordionList.h-en .c-links {
  padding: 22.5px 24px 24px 24px;
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList.h-en .js-accordion {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList.h-en .js-accordion p {
    padding-top: 0px !important;
    padding: 0px !important;
    border-bottom: 0px solid #000 !important;
  }
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList.h-en .js-accordion p a {
    padding: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList.h-en .js-accordion {
    border-bottom: 1px solid #000;
    margin-left: 21px;
    margin-right: 21px;
    padding-top: 24px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList.h-en .js-accordion:last-child {
    border-bottom: 0px solid #000;
  }
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList.h-en .js-accordion {
    margin-left: 0px;
  }
}
nav > div.js-accordionList.h-en .js-accordion:first-child {
  margin-left: 0px;
}
nav > div.js-accordionList.h-en .js-accordionTriger a {
  padding: 22.5px 24px;
}

nav > div.js-accordionList > div.js-accordion {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  nav > div.js-accordionList > div.js-accordion {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  nav > div.js-accordionList > div.js-accordion .js-accordionTriger a {
    padding: 22.5px 16px;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  nav > div.js-accordionList > div.js-accordion:last-of-type a {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  nav > div.js-accordionList > div.js-accordion:not(:first-child) > div > div {
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-width: 1024px) {
  nav > div.js-accordionList > div.js-accordion:last-of-type {
    font-size: 18px;
    font-weight: 600;
  }
}

@media screen and (max-width: 1024px) {
  nav > div.js-accordionList > div.js-accordion:last-of-type {
    padding: 12px 0 8px 0;
  }
}

@media screen and (max-width: 1024px) {
  nav > div.js-accordionList > div.js-accordion > p,
  nav > div.js-accordionList > div.js-accordion:nth-child(4) > p {
    border-bottom: 1px solid #000;
    padding: 12px 0 8px 0;
  }
}

@media screen and (max-width: 1024px) {
  nav > div.js-accordionList > div.js-accordion:not(:first-child) > p {
    padding-top: 24px;
  }
}

.dashicons-arrow-down-alt2 {
  font-size: 1.5rem;
}

nav > div.js-accordionList > div.js-accordion:hover .l-hMenuOuter__mega {
  display: block;
  max-height: 1850px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 1025px) {
  nav > div.js-accordionList > div.js-accordion:hover .l-hMenuOuter__mega {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.l-hMenuOuter__mega {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter__mega {
    max-height: 0;
    background: rgb(240, 240, 225);
    left: 50%;
    transform: translateX(-50%);
    top: 71px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega {
    position: inherit;
    display: flex;
    padding: 0;
    left: 0px;
    top: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega a {
    display: block;
    padding: 0.3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter__mega__inner {
    max-width: 1060px;
    margin: 24px auto 40px auto;
  }
}

@media screen and (min-width: 1025px) {
  nav > div.js-accordionList > div.js-accordion:first-of-type .l-hMenuOuter__mega {
    position: fixed;
    overflow-y: scroll;
    height: 85%;
  }
  nav > div.js-accordionList > div.js-accordion:first-of-type .l-hMenuOuter__mega .l-hMenuOuter__mega__inner__lower {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  nav > div.js-accordionList > div.js-accordion:first-of-type .l-hMenuOuter__mega .l-hMenuOuter__mega__inner__lower {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p-en nav > div.js-accordionList > div.js-accordion:nth-child(2) .l-hMenuOuter__mega {
    position: fixed;
    overflow-y: scroll;
    height: 85%;
  }
}
nav > div.js-accordionList > div.js-accordion:hover {
  color: #000;
  background: rgb(240, 240, 225);
}

.dashicons-arrow-right-alt2 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .dashicons-arrow-right-alt2 {
    padding-top: 2px;
  }
}

.dark-header {
  background-color: rgba(0, 0, 0, 0.65);
}
.dark-header .js-accordion {
  color: #fff;
}
.dark-header .c-links .d-lang .bogo-language-switcher li .bogo-language-name {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
.dark-header .js-menuTriger .l-menu__line {
  background: #fff;
}

.l-hMenuOuter__mega__inner__upper {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__upper {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.l-hMenuOuter__mega__inner__upper > .l-menuMega {
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__upper > .l-menuMega {
    flex-direction: column;
    gap: 1rem;
  }
}
.l-hMenuOuter__mega__inner__upper > .l-menuMega > li {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__upper > .l-menuMega > li {
    display: flex;
    align-items: center;
  }
}
.l-hMenuOuter__mega__inner__upper .ttl {
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__upper .ttl {
    display: none;
  }
}
.l-hMenuOuter__mega__inner__lower {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__lower {
    flex-direction: column;
    margin-top: 0;
    gap: 24px;
  }
}
.l-hMenuOuter__mega__inner__lower .ttl {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__lower .ttl {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 12px;
  }
}
.l-hMenuOuter__mega__inner__lower__item {
  flex: 33.33%;
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter__mega__inner__lower__item {
    width: 100%;
  }
}
.l-hMenuOuter__mega__inner__lower .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter__mega__inner__lower .column {
    margin-left: 30px;
    justify-content: center;
    width: 33.333%;
  }
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__lower .column {
    gap: 24px;
  }
}
.l-hMenuOuter__mega__inner__lower .single-ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__lower .single-ul {
    display: block;
  }
}
.l-hMenuOuter__mega__inner__lower .single-ul li {
  flex-basis: 33.33%;
}
.l-hMenuOuter__mega__inner__lower .news-ul {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner__lower .news-ul {
    display: block;
  }
}
.l-hMenuOuter__mega__inner__lower .news-ul li {
  flex-basis: auto;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__mega__inner {
    margin-top: 1rem;
  }
}
.l-menuMega > li {
  padding-bottom: 1.7rem;
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter .l-menuMega > li {
    margin-bottom: 1.7rem;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-menuMega > li {
    padding-bottom: 1.2rem;
  }
}
.l-menuMega > li:last-of-type {
  padding-bottom: 0;
}
.l-footer .l-menuMega > li:last-of-type {
  padding-bottom: 1.5rem;
}
.l-menuMega__language .d-lang {
  margin-top: -5px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .l-menuMega__language .d-lang {
    margin-top: 0;
  }
}
.l-menuMega__language .d-lang .bogo-language-switcher li {
  display: flex;
  align-items: center;
  color: #000;
  border: 1px solid #333;
  border-radius: 4px;
  height: 31px;
}
@media screen and (min-width: 1025px) {
  .l-menuMega__language .d-lang .bogo-language-switcher li {
    margin: 22.5px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-menuMega__language .d-lang .bogo-language-switcher li {
    height: 37px;
    width: 116px;
    margin-top: 24px;
  }
}
.dark-header .l-menuMega__language .d-lang .bogo-language-switcher li {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: rgba(0, 0, 0, 0.65);
}
.l-menuMega__language .d-lang .bogo-language-switcher li.current {
  display: none;
}
.l-menuMega__language .d-lang .bogo-language-switcher li .bogoflags {
  display: none;
}
.l-menuMega__language .d-lang .bogo-language-switcher li .bogo-language-name a {
  padding: 22.5px 16px;
}
@media screen and (max-width: 1024px) {
  .l-menuMega__language .d-lang .bogo-language-switcher li .bogo-language-name a {
    padding: 4px 12px;
  }
}
.l-menuMega__language .d-lang .bogo-language-switcher li .bogo-language-name a::before {
  content: url(../img/ier/globe.svg);
  margin-right: 7px;
}
.dark-header .l-menuMega__language .d-lang .bogo-language-switcher li .bogo-language-name a::before {
  content: url(../img/ier/globe-white.svg) !important;
}

@media screen and (min-width: 1025px) {
  header .dashicons-arrow-right-alt2 {
    margin-top: 3.5px;
  }
}
@media screen and (max-width: 1024px) {
  header .dashicons-arrow-right-alt2 {
    position: absolute;
    left: -6px;
    top: 6px;
  }
}
@media screen and (max-width: 1024px) {
  header .l-menuMega > li {
    padding-left: 2rem;
    position: relative;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}

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

.language {
  border: 1px solid #000;
  padding: 4px 12px !important;
  border-radius: 4px;
}
.language::before {
  content: url(../img/ier/globe.svg);
  margin-right: 7px;
}

@media screen and (max-width: 1024px) {
  .menu-ir-en {
    margin-bottom: -14px;
  }
  .menu-ir-en li {
    padding-left: 0 !important;
  }
  .menu-ir-en span {
    display: none;
  }
}

.l-header .menu-item {
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .news-ul .menu-item {
    width: 200px;
  }
}
.menu-item > a {
  cursor: pointer;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .menu-item {
    position: relative;
    width: 100%;
    display: flex;
  }
  .menu-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    border-bottom: 1px solid #333;
    transition: all 0.3s;
  }
  .page-sitemap .p-privacy .menu-item::before {
    border-bottom: none;
  }
  .menu-item:hover::before {
    width: 100%;
  }
  .l-footer .menu-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 0%;
    height: 1px;
    border-bottom: 1px solid white;
    transition: all 0.3s;
  }
  .l-footer .menu-item:hover::before {
    width: 100%;
  }
}

/**
* BOX SHADOW
*/
.l-footer {
  margin-top: 10rem;
  padding: 5.9rem 1.5rem 1.6rem;
  background: var(--main-color);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 24px 20px 19px;
    margin-top: 0;
  }
}
.l-footer__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .l-footer__1stlayer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__logo {
  display: block;
  width: 20rem;
  transition: 0.2s all ease;
}
.l-footer__logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .l-footer__sns {
    margin-top: 3.8rem;
  }
}
.l-footer__navMenu {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__navMenu {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}
.l-footer__navMenu--en {
  margin-bottom: 0;
}
.l-footer__navMenu .dashicons-arrow-right-alt2 {
  margin-top: 3.5px;
}
.l-footer__navMenu > .js-accordionList {
  color: var(--white);
  margin-top: 4.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 5.7rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__navMenu > .js-accordionList {
    flex-direction: column;
    margin-top: 4rem;
    gap: 2.4rem;
  }
}
.l-footer__navMenu > .js-accordionList > div > p {
  padding-bottom: 1.2rem;
  font-size: 18px;
  font-weight: 600;
}
.l-footer__navMenu > .js-accordionList > div:first-of-type {
  flex: 35%;
}
.l-footer__navMenu > .js-accordionList > div:first-of-type > p {
  padding-bottom: 1.2rem;
  font-size: 18px;
  font-weight: 600;
}
.l-footer__navMenu > .js-accordionList > ul > li > p {
  padding-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 600;
}
.l-footer__navMenu > .js-accordionList > ul > li:last-of-type {
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__parent {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 1rem;
    position: relative;
  }
}
.l-footer__parent span {
  padding-top: 2.5px;
}
@media screen and (max-width: 1024px) {
  .l-footer__parent span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__parent::after {
    content: "−";
    width: 1.5rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__parent.js-inactive::after {
    content: "+";
    width: 1.5rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
  }
}
.l-footer__menu {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu {
    margin-top: 35px;
  }
}
.l-footer__menu--main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-footer__menu--main .main-link {
  flex-basis: 30%;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-link {
    margin-top: 12px;
    flex-basis: 100%;
  }
}
.l-footer__menu--main .main-link.f-width {
  margin-top: 8px;
  flex-basis: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 11px;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-link.f-width {
    margin-top: 12px;
    padding-bottom: 12px;
  }
}
.l-footer__menu--main .main-link a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-link a {
    padding-left: 20px;
  }
}
.l-footer__menu--main .main-link a span {
  margin-top: 5px;
  padding-right: 16px;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-link a span {
    padding-left: 20px;
  }
}
.l-footer__menu--main .main-sublink {
  flex-basis: 100%;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-sublink {
    flex-wrap: wrap;
  }
}
.l-footer__menu--main .main-sublink__list {
  flex-basis: 39%;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-sublink__list {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.l-footer__menu--main .main-sublink__list:last-child {
  flex-basis: 22%;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-sublink__list:last-child {
    flex-basis: 100%;
  }
}
.l-footer__menu--main .main-sublink__link {
  margin-top: 14px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-sublink__link {
    padding-left: 20px;
  }
}
.l-footer__menu--main .main-sublink__link span {
  margin-top: 5px;
  padding-right: 16px;
}
@media screen and (max-width: 1024px) {
  .l-footer__menu--main .main-sublink__link span {
    padding-left: 20px;
  }
}
.l-footer .d-lang {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .l-footer .d-lang {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .d-lang--en {
    margin-bottom: 24px;
  }
}
.l-footer .d-lang .bogo-language-name {
  border: 1px solid #fff;
  padding: 4px 12px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.l-footer .d-lang .bogo-language-name::before {
  content: url(../img/ier/globe-white.svg);
  margin-right: 7px;
}
.l-footer .d-lang .bogo-language-switcher li.current {
  display: none;
}
.l-footer .d-lang .bogo-language-switcher li .bogoflags {
  display: none;
}

.l-footer-copy {
  padding-top: 2.9rem;
  color: var(--white);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer-listNav {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  border-top: 1px solid var(--white);
  padding-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-footer-listNav {
    border-top: none;
    gap: 1.2rem;
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-listNav {
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-listNav {
    gap: 2rem;
  }
}

.l-footer-linkNav {
  font-size: 12px;
  display: flex;
  align-items: center;
  transition: 0.2s all ease, color 0;
}
.l-footer-linkNav:link, .l-footer-linkNav:active, .l-footer-linkNav:visited {
  color: var(--white);
  cursor: pointer;
}
.l-footer-linkNav:hover {
  color: var(--white);
}
.l-footer-linkNav:hover {
  opacity: 0.6;
}

.l-fMenuOuter__mega {
  border-top: 1px solid var(--white);
  padding-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega {
    position: relative;
  }
}
.l-fMenuOuter__mega__inner__lower {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 92rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower {
    flex-direction: row;
    height: auto;
  }
}
.l-fMenuOuter__mega__inner__lower__item {
  width: 250px;
}
.l-fMenuOuter__mega__inner__lower__item:nth-of-type(1), .l-fMenuOuter__mega__inner__lower__item:nth-of-type(2), .l-fMenuOuter__mega__inner__lower__item:nth-of-type(3) {
  margin-right: 45px;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower__item li:first-of-type {
    display: none;
  }
}
.l-fMenuOuter__mega__inner__lower__item--en {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower__item--en {
    display: block;
  }
}
.l-fMenuOuter__mega__inner__lower__item:nth-of-type(5) .ttl {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower__item:nth-of-type(5) .ttl {
    margin-top: 2.4rem;
  }
}
.l-fMenuOuter__mega__inner .ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 1.6rem;
  margin-top: 0rem;
}
.l-fMenuOuter__mega__inner .ttl--en {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__thirdMenu {
    margin-bottom: 2rem;
  }
}
.l-fMenuOuter__thirdMenu p {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 1.2rem;
}
.l-fMenuOuter__fourthMenu p {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 1.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter .l-menuMega li {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter .dashicons-arrow-right-alt2 {
    position: absolute;
    left: -6px;
  }
}

.l-fMenuOuter__mega__inner__lower--en {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  gap: 90px;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower--en {
    flex-direction: column;
    height: auto;
    gap: 24px;
  }
}
.l-fMenuOuter__mega__inner__lower--en .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower--en .column {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower--en__item li:first-of-type {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .l-fMenuOuter__mega__inner__lower__item li:first-of-type {
    display: block;
  }
}

.l-menuMega > li {
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .l-menuMega > li {
    font-size: 16px;
  }
}
.l-menuMega > li:hover a {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  footer .l-menuMega {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  footer .dashicons-arrow-right-alt2 {
    position: absolute;
    left: -6px;
  }
}
footer .hide-footer {
  display: none;
}

@media screen and (max-width: 1024px) {
  .js-accordionTarget {
    overflow: hidden;
    transition: 0.2s all ease;
  }
  .js-inactive:after {
    transform: none;
  }
  .js-close {
    min-height: 0 !important;
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pagetop {
  background: #716f71;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  float: right;
  height: 65px;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 65px;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .pagetop {
    display: none;
  }
}
.pagetop div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.pagetop span {
  font-weight: 600;
  font-size: 7px;
  line-height: 10px;
  margin-top: 15px;
}
.pagetop .arrow {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -10px;
  margin-left: -9px;
}
.pagetop .arrow.up {
  transform: rotate(45deg);
}
.pagetop.is-inactive {
  opacity: 0;
  pointer-events: none;
}

footer a[target=_blank]:after {
  filter: brightness(0) invert(1);
}

/**
* BOX SHADOW
*/
.l-bread {
  margin-top: 1.6rem;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 1024px) {
  .l-bread {
    font-size: 14px;
    white-space: nowrap;
    overflow: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .l-bread__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/**
* BOX SHADOW
*/
/**
* BOX SHADOW
*/
@media screen and (min-width: 1025px) {
  .is-gMenuOpen .l-container {
    overflow-y: scroll;
  }
}

.l-hMenuOuter {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter {
    width: 100vw;
    height: 100vh;
    padding-bottom: 19.2rem;
    overflow-y: scroll;
    top: 7rem;
    background: #f0f0e1;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter {
    width: 100%;
  }
}
.l-hMenuOuter__layer {
  background: var(--main-color);
  position: absolute;
  top: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.2s all ease;
}
.is-gMenuOpen .l-hMenuOuter__layer {
  transform: none;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__layer {
    height: 100vh;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter__layer {
    height: 100vh;
  }
}
.l-hMenuOuter__logo {
  padding: 2.8rem 2.4rem 2.2rem;
}
.l-hMenuOuter__logoInner {
  width: 20rem;
  display: block;
}
.l-hMenuOuter__logoInner > img {
  width: 100%;
}
.l-hMenuOuter__close {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  background: var(--main-color);
  top: 14.8rem;
  right: 6.4rem;
  display: none;
}
.l-hMenuOuter__close:before, .l-hMenuOuter__close:after {
  content: "";
  width: 3.1rem;
  height: 1px;
  background: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-hMenuOuter__close:before {
  transform: rotate(45deg);
}
.l-hMenuOuter__close:after {
  transform: rotate(135deg);
}
@media screen and (min-width: 1025px) {
  .is-gMenuOpen .l-hMenuOuter__close {
    display: block;
  }
}
.l-hMenuOuter__nav {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  transition: 0.3s all;
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter__nav {
    padding: 0rem 4.1rem 0rem 2.4rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter__nav:not(.dark-header) {
    background: var(--white);
  }
}
@media screen and (max-width: 1024px) {
  .l-hMenuOuter__inner {
    margin-top: 2rem;
    padding-left: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter__inner {
    padding: 0 6.4rem;
    display: flex;
    gap: 3.2rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuOuter .l-footer__parent {
    padding-bottom: 0;
  }
}
.l-hMenuOuter .l-footer__parent:hover {
  cursor: pointer;
}

.l-menuFix {
  display: flex;
  gap: 2.4rem;
}
.l-menuFix__item {
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 1025px) {
  .l-menuFix__link {
    font-weight: 700;
  }
}
.l-menuFix__link:link, .l-menuFix__link:active, .l-menuFix__link:visited {
  color: var(--ink);
  cursor: pointer;
}
.l-menuFix__link:hover {
  color: var(--ink);
}
.l-menuFix__link:hover:link, .l-menuFix__link:hover:active, .l-menuFix__link:hover:visited {
  color: var(--accent-color-2);
  cursor: pointer;
}
.l-menuFix__link:hover:hover {
  color: var(--accent-color-2);
}
.is-gMenuOpen .l-menuFix__link:link, .is-gMenuOpen .l-menuFix__link:active, .is-gMenuOpen .l-menuFix__link:visited, .is-headerColorChange .l-menuFix__link:link, .is-headerColorChange .l-menuFix__link:active, .is-headerColorChange .l-menuFix__link:visited {
  color: var(--white);
  cursor: pointer;
}
.is-gMenuOpen .l-menuFix__link:hover, .is-headerColorChange .l-menuFix__link:hover {
  color: var(--white);
}
.is-gMenuOpen .l-menuFix__link:hover:link, .is-gMenuOpen .l-menuFix__link:hover:active, .is-gMenuOpen .l-menuFix__link:hover:visited, .is-headerColorChange .l-menuFix__link:hover:link, .is-headerColorChange .l-menuFix__link:hover:active, .is-headerColorChange .l-menuFix__link:hover:visited {
  color: var(--accent-color-2);
  cursor: pointer;
}
.is-gMenuOpen .l-menuFix__link:hover:hover, .is-headerColorChange .l-menuFix__link:hover:hover {
  color: var(--accent-color-2);
}

@media screen and (min-width: 1025px) {
  .l-hMenu {
    display: flex;
    gap: 3.2rem;
  }
}
.l-hMenu__item {
  line-height: 1;
}
.l-hMenu__link {
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .l-hMenu__link {
    color: var(--white);
    display: block;
    padding: 1.6rem 0;
    background: url("../img/ico/arrowR_white.svg") no-repeat center right 2.4rem;
    border-bottom: 1px solid var(--gray-80);
  }
  .l-hMenu__link:link, .l-hMenu__link:active, .l-hMenu__link:visited {
    color: var(--white);
    cursor: pointer;
  }
  .l-hMenu__link:hover {
    color: var(--white);
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenu__link {
    font-weight: 700;
    color: var(--ink);
    line-height: 1.8;
    padding-bottom: 1.2rem;
  }
  .l-hMenu__link:link, .l-hMenu__link:active, .l-hMenu__link:visited {
    color: var(--ink);
    cursor: pointer;
  }
  .l-hMenu__link:hover {
    color: var(--ink);
  }
  .is-gMenuOpen .l-hMenu__link, .is-headerColorChange .l-hMenu__link {
    color: var(--white);
  }
  .is-gMenuOpen .l-hMenu__link:link, .is-gMenuOpen .l-hMenu__link:active, .is-gMenuOpen .l-hMenu__link:visited, .is-headerColorChange .l-hMenu__link:link, .is-headerColorChange .l-hMenu__link:active, .is-headerColorChange .l-hMenu__link:visited {
    color: var(--white);
    cursor: pointer;
  }
  .is-gMenuOpen .l-hMenu__link:hover, .is-headerColorChange .l-hMenu__link:hover {
    color: var(--white);
  }
  .l-hMenu__link:hover {
    color: var(--accent-color-2);
    background: linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hMenu__parent {
    color: var(--white);
    display: block;
    padding: 1.6rem 0;
    background: url("../img/ico/arrowD_white.svg") no-repeat center right 2.4rem;
    border-bottom: 1px solid var(--gray-80);
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenu__parent {
    font-weight: 700;
    padding-bottom: 1.2rem;
    color: var(--ink);
    cursor: pointer;
    padding-bottom: 1.2rem;
  }
  .is-gMenuOpen .l-hMenu__parent, .is-headerColorChange .l-hMenu__parent {
    color: var(--white);
  }
  .l-hMenu__parent.is-current, .l-hMenu__parent:hover {
    color: var(--accent-color-2);
    background: linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
  }
}
.l-hMenu__child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-hMenu__child {
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenu__child {
    position: absolute;
    width: 100%;
    top: 13.6rem;
    left: 0;
    height: calc(100vh - 13.6rem);
    overflow-y: auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenu__childInner {
    padding: 6.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuChild {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuChild__item {
    width: calc(50% - 3.8rem);
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuChild__item.layer_2nd {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.l-hMenuChild__link {
  padding: 1.2rem 2.4rem;
  line-height: 1.8;
  display: block;
  background: url("../img/ico/arrowR_white.svg") no-repeat center right 2.4rem;
  transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.l-hMenuChild__link:link, .l-hMenuChild__link:active, .l-hMenuChild__link:visited {
  color: var(--white);
  cursor: pointer;
}
.l-hMenuChild__link:hover {
  color: var(--white);
}
@media screen and (min-width: 1025px) {
  .l-hMenuChild__link {
    padding: 1.6rem 0;
    background: none;
  }
}
.l-hMenuChild__item:hover .l-hMenuChild__link:link, .l-hMenuChild__item:hover .l-hMenuChild__link:active, .l-hMenuChild__item:hover .l-hMenuChild__link:visited {
  color: var(--accent-color-2);
  cursor: pointer;
}
.l-hMenuChild__item:hover .l-hMenuChild__link:hover {
  color: var(--accent-color-2);
}
.l-hMenuChild__ico {
  width: 1.4rem;
  height: 0.9rem;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transition-delay: 0.7s;
}
@media screen and (max-width: 1024px) {
  .l-hMenuChild__ico {
    display: none;
  }
}
.l-hMenuChild__item:hover .l-hMenuChild__ico {
  color: var(--accent-color-2);
}

@media screen and (min-width: 1025px) {
  .u-animeUl {
    background: linear-gradient(var(--gray-80), var(--gray-80)) no-repeat left bottom/100% 1px;
    transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    position: relative;
  }
  .u-animeUl:before, .u-animeUl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  }
  .u-animeUl:before {
    width: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    background: linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 1px;
    z-index: 4;
  }
  .u-animeUl:after {
    width: 100%;
    transform: translateX(4rem) scale(0, 1);
    transform-origin: right top;
    background: linear-gradient(var(--main-color), var(--main-color)) no-repeat left bottom/100% 1px;
    z-index: 3;
  }
  .u-animeUl:hover {
    color: var(--accent-color-2);
  }
  .u-animeUl:hover:before, .u-animeUl:hover:after {
    transform-origin: left top;
  }
  .u-animeUl:hover:before {
    transform: scale(1, 1);
  }
  .u-animeUl:hover:after {
    transform: translateX(-4rem) scale(1, 1);
  }
}

.l-hMenuSol__item {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-hMenuSol__parent {
    color: var(--white);
    display: block;
    padding: 1.6rem 0;
    background: url("../img/ico/arrowD_white.svg") no-repeat center right 2.4rem;
    border-bottom: 1px solid var(--gray-80);
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol__parent {
    font-weight: 700;
    padding-bottom: 1.2rem;
    color: var(--ink);
    cursor: pointer;
  }
  .is-gMenuOpen .l-hMenuSol__parent, .is-headerColorChange .l-hMenuSol__parent {
    color: var(--white);
  }
  .l-hMenuSol__parent.is-current, .l-hMenuSol__parent:hover {
    color: var(--accent-color-2);
    background: linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
  }
}
.l-hMenuSol__child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-hMenuSol__child {
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol__child {
    position: absolute;
    width: 100%;
    top: 13.6rem;
    left: 0;
    height: calc(100vh - 12.8rem);
    overflow-y: auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol__childInner {
    padding: 6.4rem;
  }
}
.l-hMenuSol__childTtl {
  display: block;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol__childTtl {
    padding: 1.6rem 0;
    margin-bottom: 3.2rem;
  }
}
.l-hMenuSol__childTtlInner {
  color: var(--white);
  display: block;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .l-hMenuSol__childTtlInner {
    padding: 1.2rem 0 1.2rem 2.4rem;
    line-height: 1.8;
    background: url(../img/ico/arrowR_white.svg) no-repeat center right 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol__childTtlInner {
    background: none;
  }
  .l-hMenuSol__childTtl:hover .l-hMenuSol__childTtlInner {
    color: var(--accent-color-2);
  }
}
.l-hMenuSol__childTtlIco {
  width: 1.4rem;
  height: 0.9rem;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transition-delay: 0.7s;
}
@media screen and (max-width: 1024px) {
  .l-hMenuSol__childTtlIco {
    display: none;
  }
}
.l-hMenuSol__childTtl:hover .l-hMenuSol__childTtlIco {
  color: var(--accent-color-2);
}
.l-hMenuSol__childMenu {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .l-hMenuSol2nd {
    width: 30rem;
  }
}
.l-hMenuSol2nd__item {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol2nd__item:not(:first-child) {
    border-top: 1px solid var(--gray-80);
  }
}
.l-hMenuSol2nd__link {
  display: block;
  line-height: 1.8;
  font-size: 1.2rem;
}
.l-hMenuSol2nd__link:link, .l-hMenuSol2nd__link:active, .l-hMenuSol2nd__link:visited {
  color: var(--white);
  cursor: pointer;
}
.l-hMenuSol2nd__link:hover {
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .l-hMenuSol2nd__link {
    padding: 1.2rem 0 1.2rem 2.4rem;
    background: url(../img/ico/arrowR_white.svg) no-repeat center right 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol2nd__link {
    padding: 1.5rem 4.4rem 1.6rem 1.6rem;
    background: rgba(255, 255, 255, 0.3);
  }
  .l-hMenuSol2nd__item:hover .l-hMenuSol2nd__link {
    color: var(--ink);
    background: var(--white) url("../img/ico/arrowD_navy.svg") no-repeat center right 2.4rem;
  }
}
.l-hMenuSol2nd__child {
  display: none;
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol2nd__item:hover .l-hMenuSol2nd__child {
    display: block;
  }
}
.l-hMenuSol2nd__childInner {
  position: absolute;
  top: 0;
  left: 30rem;
  height: 100%;
  padding-left: 3.2rem;
}
.l-hMenuSol3rd__item.flag_all {
  background: none;
}
.l-hMenuSol3rd__item.flag_all:before, .l-hMenuSol3rd__item.flag_all::after {
  content: none;
}
.l-hMenuSol3rd__link {
  width: 48rem;
  display: block;
  position: relative;
  line-height: 1.8;
  padding: 1.6rem 4.4rem 1.6rem 0;
  transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  background: url("../img/ico/arrowR_white.svg") no-repeat center right;
}
.l-hMenuSol3rd__link:link, .l-hMenuSol3rd__link:active, .l-hMenuSol3rd__link:visited {
  color: var(--white);
  cursor: pointer;
}
.l-hMenuSol3rd__link:hover {
  color: var(--white);
}
@media screen and (min-width: 1025px) {
  .l-hMenuSol3rd__link {
    font-size: 1.2rem;
    background: none;
  }
}
.l-hMenuSol3rd__item:hover .l-hMenuSol3rd__link:link, .l-hMenuSol3rd__item:hover .l-hMenuSol3rd__link:active, .l-hMenuSol3rd__item:hover .l-hMenuSol3rd__link:visited {
  color: var(--accent-color-2);
  cursor: pointer;
}
.l-hMenuSol3rd__item:hover .l-hMenuSol3rd__link:hover {
  color: var(--accent-color-2);
}
.l-hMenuSol3rd__ico {
  width: 1.4rem;
  height: 0.9rem;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transition-delay: 0.7s;
}
@media screen and (max-width: 1024px) {
  .l-hMenuSol3rd__ico {
    display: none;
  }
}
.l-hMenuSol3rd__item:hover .l-hMenuSol3rd__ico {
  color: var(--accent-color-2);
}

/**
* BOX SHADOW
*/
.l-sidebar {
  width: 218px;
}
@media screen and (max-width: 1024px) {
  .l-sidebar {
    width: 100%;
    margin-top: 40px;
  }
}
.l-sidebar__sec {
  padding: 16px 8px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1024px) {
  .l-sidebar__sec {
    padding: 24px 13px;
  }
}
.l-sidebar__sec.s-long {
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  .l-sidebar__sec.s-long {
    padding: 12px;
  }
}
.l-sidebar__sec.s-long .l-sidebar__sec__title {
  padding-left: 8px;
  padding-right: 2px;
  padding-top: 8px;
}
.l-sidebar__sec.s-long .l-sidebar__sec__list {
  padding-left: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
}
.l-sidebar__sec:not(:first-of-type) {
  margin-top: 2.4rem;
}
.l-sidebar__sec__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 1024px) {
  .l-sidebar__sec__title {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.l-sidebar__sec__list {
  margin-top: 1.6rem;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 1024px) {
  .l-sidebar__sec__list {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.l-sidebar__sec__list > ul > li {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.l-sidebar__sec__list__arrow {
  padding-top: 5px;
}
.l-sidebar__sec--link {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 5px;
}
.l-sidebar__sec--link::before {
  content: "";
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 2px;
  font-size: 10px;
  color: #333;
  font-weight: 600;
  position: relative;
  margin-top: 10px;
}
.l-sidebar__sec--active {
  font-weight: 600;
}
.l-sidebar__banner {
  margin-top: 24px;
  transition: 0.3s all;
}
@media screen and (max-width: 1024px) {
  .l-sidebar__banner {
    margin-top: 11px;
  }
}
.l-sidebar__banner:hover {
  opacity: 0.7;
}
.l-sidebar__banner--link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-sidebar__banner--img {
  position: relative;
  z-index: 2;
}
.l-sidebar__banner--img img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .l-sidebar__banner--img img {
    height: 157px;
  }
}
.l-sidebar__banner--img::after {
  content: "";
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 36.48%, rgba(51, 51, 51, 0.18) 74.46%, rgba(51, 51, 51, 0) 83.49%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.l-sidebar__banner--text {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0%, -50%);
  font-weight: 600;
  font-size: 20px;
  line-height: 17px;
  z-index: 3;
  color: #ffffff;
}
.l-sidebar__banner--text span {
  position: relative;
}
.l-sidebar__banner--text span::after {
  position: absolute;
  right: -15px;
  content: url("../img/common/ic_copy_light.svg");
}

.l-content {
  margin: auto;
  width: 1000px;
}
@media screen and (max-width: 1024px) {
  .l-content {
    padding: 0;
    width: 100%;
  }
}
.l-content__box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.7rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .l-content__box {
    background-color: #f9f9f9;
    flex-direction: column;
    padding: 12px 12px 80px 12px;
    margin-bottom: 0px;
  }
}
.l-content__main {
  width: 758px;
}
@media screen and (max-width: 1024px) {
  .l-content__main {
    width: 100%;
  }
}
.l-content__main-content {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-content__main-content {
    padding: 0.8rem;
    margin-bottom: 0;
  }
}
.l-content__main-content.m-Propety {
  margin-top: 24px;
}
.l-content__main-content.m-Mid {
  padding-top: 0px !important;
}
@media screen and (max-width: 1024px) {
  .l-content__main-content.m-work {
    padding: 24px 8px;
  }
}
@media screen and (max-width: 1024px) {
  .l-content__main-content.l-mainx {
    padding: 1.8rem 8px;
  }
}

/**
* BOX SHADOW
*/
@media screen and (max-width: 1024px) {
  .p-top {
    padding-bottom: 8rem;
  }
}

.c-topKv {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-topKv {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-topKv__menu {
    display: none;
  }
}
.c-topKv__inner {
  padding: 1.6rem 0 14rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-topKv__inner {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .c-topKv__inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-topKv__inner {
    padding: 2.8rem 6.4rem 10rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-topKv__logo {
  display: block;
  padding: 0.4rem 0;
  width: 20rem;
}
.c-topKv__logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .c-topKv__header {
    padding: 2.8rem 0 0 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-topKv__header {
    padding: 0 22rem 0 6.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-topKv__txt {
    padding: 0 0 0 6.4rem;
  }
}
.c-topKv__ttl {
  color: var(--white);
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .c-topKv__ttl {
    font-size: 4.8611111111vw;
  }
}
.c-topKv__read {
  color: var(--white);
  margin-top: 1.6rem;
}
.c-topKv__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-topKv__bg .swiper-slide {
  overflow: hidden;
}
.c-topKv__bg .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(15px);
}
.c-topKv__bg .swiper-slide.swiper-slide-active > img, .c-topKv__bg .swiper-slide.swiper-slide-duplicate-active > img, .c-topKv__bg .swiper-slide.swiper-slide-prev > img {
  animation: zoom 10s linear 0s 1 normal both;
  filter: blur(0px);
  transition: filter 2s ease-out;
}
.c-topKv__bnr__info {
  max-width: 1080px;
  width: 100%;
  height: 517px;
  background-color: #f0f0e1;
  padding: 40px;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -355px;
}
@media screen and (max-width: 1024px) {
  .c-topKv__bnr__info {
    height: auto;
    width: 90%;
    gap: 18rem;
    flex-direction: column;
    padding: 1.6rem 1.6rem 20rem 1.6rem;
    margin-top: -655px;
  }
}
.c-topKv__inner-bnr {
  position: relative;
}
.c-topKv__inner-bnr__imgWrapper {
  margin: 0 auto;
  overflow: hidden;
}
.c-topKv__inner-bnr__imgWrapper img {
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .c-topKv__inner-bnr__imgWrapper img {
    width: 100%;
    height: 100%;
  }
}
.c-topKv__inner-bnr__imgWrapper img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-topKv__inner-bnr:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-topKv__detailBox {
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  width: 349px;
  height: 258px;
  background-color: #fafafa;
  font-size: 28px;
  padding: 24px 32px;
}
@media screen and (max-width: 1024px) {
  .c-topKv__detailBox {
    width: 90%;
    height: auto;
    padding: 29px 24px 24px 24px;
    transform: translate(0, -37%);
  }
}
.c-topKv__innerDetail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 16rem;
}
.c-topKv__title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-topKv__title {
    font-size: 24px;
    margin-bottom: 1.2rem;
  }
}
.c-topKv__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-topKv__info {
    padding-top: 1.2rem;
  }
}
.c-topKv .border {
  position: absolute;
  width: 30px;
  height: 0px;
  border: 2px solid #008b4f;
}
.c-topKv .inner {
  position: relative;
}
.c-topKv .banner__img {
  background: url("../img/top/02@2x.webp") no-repeat center 0/cover;
  height: 50rem;
}
@media screen and (max-width: 1024px) {
  .c-topKv .banner__img {
    background: url("../img/top/02@2x.webp") no-repeat calc(50% + 45px) center/cover;
    height: 85rem;
  }
}
.c-topKv .banner__img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-topKv__pcBanner {
    display: none;
  }
}
.c-topKv__spBanner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-topKv__spBanner {
    display: block;
  }
}
.c-topKv .see-detail-btn {
  height: 48px;
  width: 26rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-topKv .see-detail-btn {
    width: 100%;
    margin-top: 1.6rem;
  }
}

/* HEROフェードアニメーション */
@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.c-topNews {
  padding: 10rem 0;
}
@media screen and (max-width: 1024px) {
  .c-topNews {
    padding: 8rem 2.4rem;
  }
}
.c-topNews .c-ttl h2 {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-ttl h2 {
    font-size: 24px;
  }
}
.c-topNews .border {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 0px;
  border: 1px solid #008b4f;
}
.c-topNews .c-listNews {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2rem;
  margin: 3rem auto 0;
  width: 1000px;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews__firstThree .c-cardNews {
    display: flex;
    flex-direction: row;
    row-gap: 2rem;
    background: var(--white);
    box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  }
}
.c-topNews .c-listNews__firstThree .c-cardNews .c-listNews__imgWrapper img {
  object-fit: cover;
}
.c-topNews .c-listNews__firstThree .c-cardNews:hover .c-listNews__imgWrapper img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-topNews .c-listNews__firstThree .c-cardNews:hover .c-cardNews__txt {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews__firstThree .c-cardNews__head {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews__firstThree {
    position: relative;
  }
}
.c-topNews .c-listNews__imgWrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-topNews .c-listNews__imgWrapper {
    height: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews__imgWrapper {
    width: 11.7rem;
  }
}
.c-topNews .c-listNews__imgWrapper img {
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews__imgWrapper img {
    width: 100%;
  }
}
.c-topNews .c-listNews__imgWrapper img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-topNews .c-listNews > div:nth-child(1),
.c-topNews .c-listNews > div:nth-child(2),
.c-topNews .c-listNews > div:nth-child(3) {
  background: var(--white);
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
.c-topNews .c-listNews .columnNews {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 4;
}
.c-topNews .c-listNews .columnNews .c-cardNews {
  display: flex;
  flex-direction: row;
  row-gap: 2rem;
  background: var(--white);
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
.c-topNews .c-listNews .columnNews .c-cardNews:hover .c-listNews__imgWrapper {
  margin: 0 auto;
  overflow: hidden;
}
.c-topNews .c-listNews .columnNews .c-cardNews:hover .c-listNews__imgWrapper img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-topNews .c-listNews .columnNews .c-cardNews:hover .c-cardNews__txt {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews .columnNews .c-cardNews {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews .columnNews .c-cardNews__head {
    padding-bottom: 0px;
  }
}
.c-topNews .c-listNews .columnNews .c-listNews__imgWrapper {
  width: 230px;
  height: 130px;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews .columnNews .c-listNews__imgWrapper {
    width: 11.7rem;
    height: auto;
  }
}
.c-topNews .c-listNews .columnNews .c-listNews__imgWrapper img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews .columnNews .c-listNews__imgWrapper img {
    width: 117px;
    height: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews .columnNews .c-listNews {
    position: relative;
  }
}
.c-topNews .c-listNews__imgWrapper img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-listNews__imgWrapper img {
    width: 117px;
    height: 66px;
  }
}
.c-topNews .c-cardNews__date {
  font-size: 12px;
  font-weight: 300;
  color: #333;
}
.c-topNews .c-cardNews__tag {
  font-weight: 300;
  font-size: 10px;
  border-radius: 1px;
  color: var(--white);
  padding: 2px;
}
.c-topNews .c-cardNews__tag.bg-green {
  background-color: green;
}
.c-topNews .c-cardNews__tag.bg-orange {
  background-color: orange;
}
.c-topNews .c-cardNews__tag.bg-skyblue {
  background-color: #45AFFF;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-cardNews__tag {
    position: absolute;
    left: 1rem;
    top: 7.5rem;
  }
}
.c-topNews .c-cardNews__body {
  padding: 27px 15px;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-cardNews__body {
    padding: 15px 15px 10px;
  }
}
.c-topNews .c-cardNews__txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 1rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-cardNews__txt {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}
.c-topNews .c-cardNews__txt .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-cardNews__txt .pc {
    display: none;
  }
}
.c-topNews .c-cardNews__txt .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-topNews .c-cardNews__txt .sp {
    display: block;
  }
}
.c-topNews .see-detail-btn {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .c-topNews .see-detail-btn {
    font-size: 16px;
  }
}

.l-overOuter {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.c-topExcursion {
  padding-right: 2.4rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-topExcursion {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .c-topExcursion__list {
    display: flex;
  }
}
.c-topExcursion__list > li {
  width: 100%;
  height: 33.4rem;
  position: relative;
  z-index: 1;
}
.c-topExcursion__list > li:hover {
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .c-topExcursion__list > li {
    width: 50%;
    height: 60rem;
  }
}

.c-topActivity {
  padding-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .c-topActivity {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: 8rem;
  }
}
.c-topActivity .c-ttl h2 {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-topActivity .c-ttl h2 {
    font-size: 24px;
    padding-bottom: 1.6rem;
  }
}
.c-topActivity .border {
  position: absolute;
  width: 30px;
  height: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #008b4f;
}
.c-topActivity .c-listActivity {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-topActivity .c-listActivity {
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
  }
}
.c-topActivity .c-listActivity__wrapper {
  width: 320px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1024px) {
  .c-topActivity .c-listActivity__wrapper {
    width: 100%;
    height: auto;
  }
}
.c-topActivity .c-listActivity__wrapper:hover .c-listActivity__imgWrapper img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-topActivity .c-listActivity__wrapper:hover .c-listActivity__info {
  opacity: 0.7;
}
.c-topActivity .c-listActivity__details {
  padding: 2.4rem 1.6rem;
}
.c-topActivity .c-listActivity__title {
  margin-bottom: 1.6rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.c-topActivity .c-listActivity__info {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-topActivity .c-listActivity__info {
    font-size: 16px;
  }
}
.c-topActivity .c-listActivity__imgWrapper {
  max-height: 160px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-topActivity .c-listActivity__imgWrapper {
    max-height: 100%;
  }
}
.c-topActivity .c-listActivity__imgWrapper > img {
  height: 100%;
  width: 100%;
  transition: 1s all;
}
.c-topActivity .c-listActivity__imgWrapper > img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.c-topActivity__seemore {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: var(--white);
  width: 26rem;
  height: 4.8rem;
  background-color: var(--main-color);
  margin: 4rem auto;
  font-size: 15px;
  font-weight: 300;
  border-radius: 5px;
}
@media screen and (max-width: 839px) {
  .c-topActivity__seemore {
    width: 100%;
  }
}
.c-topActivity__seemore:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.c-topActivity__seemore::after {
  content: "";
  width: 1.4rem;
  height: 1.2rem;
  position: relative;
  left: 6rem;
}
@media screen and (min-width: 1025px) {
  .c-topActivity__seemore#showmore-btn {
    display: none;
  }
}
.c-topActivity__seemore#showmore-btn::after {
  --b: 2px;
  width: 14px;
  border: none;
  margin: 10px;
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(255, 255, 255, 0) 90deg, #ffffff 0) calc(100% + var(--b) / 2) calc(100% + var(--b) / 2)/calc(50% + var(--b)) calc(50% + var(--b));
  display: inline-block;
}
.c-topActivity__contentWrap {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .c-topActivity .seeMoreActivity {
    display: none;
  }
}
.c-topActivity #showless-btn {
  display: none;
}
.c-topActivity #showless-btn::after {
  width: 14px;
  height: 2px;
  position: relative;
  background: linear-gradient(0deg, #fff, #fff);
  margin: 10px;
  display: inline-block;
}

.c-topFc img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 745px) and (max-width: 839px) {
  .c-topFc img {
    object-position: 44% 50%;
  }
}
@media screen and (min-width: 665px) and (max-width: 744px) {
  .c-topFc img {
    object-position: 48% 50%;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width: 625px) and (max-width: 664px) {
  .c-topFc img {
    object-position: 48% 50%;
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
}
@media screen and (min-width: 541px) and (max-width: 624px) {
  .c-topFc img {
    height: 580px;
    object-position: 50% 20%;
  }
}
@media screen and (min-width: 400px) and (max-width: 540px) {
  .c-topFc img {
    height: 500px;
    object-position: 50% 0;
  }
}
@media screen and (max-width: 399px) {
  .c-topFc img {
    object-position: 50% 0;
  }
}
.c-topFc__wrapper {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-topFc__wrapper .pcBanner {
    display: none;
  }
}
.c-topFc__wrapper .spBanner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-topFc__wrapper .spBanner {
    display: block;
  }
}
.c-topFc__detailBox {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translate(0, -50%);
  width: 480px;
  height: 258px;
  background-color: #fafafa;
  font-size: 24px;
  padding: 32px 40px;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .c-topFc__detailBox {
    right: 10%;
    width: 440px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .c-topFc__detailBox {
    right: 5%;
    width: 440px;
    height: auto;
  }
}
@media screen and (min-width: 840px) and (max-width: 1024px) {
  .c-topFc__detailBox {
    right: 5%;
    width: 360px;
    height: auto;
  }
}
@media screen and (min-width: 745px) and (max-width: 839px) {
  .c-topFc__detailBox {
    right: 5%;
    width: 280px;
    height: auto;
  }
}
@media screen and (min-width: 625px) and (max-width: 744px) {
  .c-topFc__detailBox {
    right: 2.4%;
    width: 272px;
    height: auto;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 624px) {
  .c-topFc__detailBox {
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 335px;
    height: 244px;
    padding: 24px;
  }
}
.c-topFc__title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-topFc__title {
    font-size: 24px;
  }
}
.c-topFc__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 1.6rem;
}
@media screen and (min-width: 625px) and (max-width: 744px) {
  .c-topFc__info {
    font-size: 14px;
  }
}
.c-topFc .border {
  position: absolute;
  width: 30px;
  height: 0px;
  border: 2px solid #008b4f;
}
@media screen and (max-width: 1024px) {
  .c-topFc .see-detail-btn {
    font-size: 16px;
  }
}

.see-detail-btn {
  margin: 2rem 0 0 0;
  border-radius: 5px;
  position: relative;
}
.see-detail-btn > span {
  position: absolute;
  right: 2rem;
  display: flex;
  align-items: center;
}
.see-detail-btn::after {
  content: "";
}
.see-detail-btn:hover {
  opacity: 0.7 !important;
  transition: 0.3s all;
}

.c-topMv {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.c-topMv__inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .c-topMv__inner {
    flex-direction: column;
    align-items: start;
    gap: 6rem;
  }
}
.c-topMv__content {
  order: 1;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .c-topMv__content {
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-topMv__ttl {
  font-size: 2.8rem;
  line-height: 1.8571428571;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-topMv__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-topMv__txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .c-topMv__txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.c-topMv__thumb {
  order: 2;
  width: 620px;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.c-topMv__thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-topMv__thumb--sp {
    order: 1;
    max-width: 54rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-topMv__thumb--sp > img {
  width: 100%;
  height: 100%;
}

.d-b-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .d-b-pc {
    display: none;
  }
}

.d-b-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .d-b-sp {
    display: block;
  }
}

/**
* BOX SHADOW
*/
@media screen and (min-width: 1025px) {
  .l-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-content__inner {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .l-content__inner {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
.l-content__inner--sideColumn {
  padding-top: 6.4rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1025px) {
  .l-content__inner--sideColumn {
    padding: 3.2rem 6.4rem 16rem;
    display: flex;
    justify-content: center;
  }
}
.l-content__inner--sideColumnSlide {
  padding-top: 0;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1025px) {
  .l-content__inner--sideColumnSlide {
    padding: 3.2rem 6.4rem 16rem;
    display: flex;
    justify-content: center;
  }
}
.l-content__inner--sideColumnEn {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1025px) {
  .l-content__inner--sideColumnEn {
    padding: 8rem 6.4rem 16rem;
    display: flex;
    justify-content: center;
  }
}
.l-content__inner--priv {
  margin-top: 8rem;
  padding: 6.4rem 2.4rem 8rem;
  position: relative;
}
.l-content__inner--priv::before {
  content: "";
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: var(--gray-e6);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .l-content__inner--priv {
    margin-top: 6.4rem;
    padding: 6.4rem 32rem 16rem;
  }
}
.l-content__inner--news {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .l-content__inner--news {
    padding-left: 12.8rem;
    padding-right: 12.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-content__innerD {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
.l-content__innerPc {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .l-content__innerPc {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-content__side {
    width: 30rem;
    padding-right: 6.4rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-content__sideInner {
    position: sticky;
    top: 12.4rem;
    transition: 0.2s all ease;
  }
  .is-hide .l-content__sideInner {
    top: 6.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-content__content {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-content__content {
    border-left: 1px solid var(--gray-e6);
    padding: 0 0 0 6.4rem;
    width: 107.5rem;
  }
}
.l-content__content > :first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .l-content__content--en {
    margin-top: 3.2rem;
  }
}

.c-underKv__ttl {
  padding-left: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .c-underKv__ttl {
    padding-left: 6.4rem;
  }
}
.c-underKv__img {
  display: block;
  padding-right: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .c-underKv__img {
    padding-right: 8.8889%;
  }
}
.c-underKv__img > img {
  display: block;
  width: 100%;
}

.c-h2 {
  margin-top: 8rem;
  padding-top: 1.6rem;
  background: linear-gradient(var(--accent-color-1), var(--accent-color-1)) no-repeat left top/3rem 0.2rem;
}

.c-imgOverRight {
  margin-top: 3.2rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1025px) {
  .c-imgOverRight {
    margin-right: calc(65.6rem - 50vw);
  }
}
.c-imgOverRight > img {
  width: 100%;
}

.c-p1 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 1025px) {
  .c-p1 {
    padding-left: 16rem;
    margin-top: 6.4rem;
  }
}

.u-parag {
  display: block;
}
.u-parag + .u-parag {
  margin-top: 1.6rem;
}

.c-img {
  margin-top: 3.2rem;
}
@media screen and (min-width: 1025px) {
  .c-img {
    padding-left: 16rem;
  }
}
.c-img__inner {
  display: block;
  border-top: 1px solid var(--gray-e6);
  padding: 8.8rem 1.2rem 1.2rem;
}
@media screen and (min-width: 1025px) {
  .c-img__inner {
    padding: 9.6rem 2.4rem 2.4rem;
  }
}
.c-img img {
  width: 100%;
}

.c-excRecruit {
  padding-right: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .c-excRecruit {
    padding-right: 12.8rem;
  }
}
.c-excRecruit__inner {
  width: 100%;
  height: 33.4rem;
}
@media screen and (min-width: 1025px) {
  .c-excRecruit__inner {
    height: 60rem;
  }
}

.c-linkExcursionRecruit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #666;
  height: 100%;
  padding: 0 2.4rem;
  background: url("../img/common/ext_recruit.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 1025px) {
  .c-linkExcursionRecruit {
    padding: 0 12.8rem;
  }
}
.c-linkExcursionRecruit__read {
  color: var(--white);
}
.c-linkExcursionRecruit__ttl {
  color: var(--white);
}
.c-linkExcursionRecruit__btn {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  box-shadow: 0 0 0 1px var(--white) inset;
  position: relative;
}
.c-linkExcursionRecruit__btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  transform: scale(0);
  transition: 0.3s all;
}
.c-linkExcursionRecruit:hover .c-linkExcursionRecruit__btn:before {
  transform: scale(1);
}
.c-linkExcursionRecruit__btnIco {
  position: relative;
  z-index: 2;
  width: 1.4rem;
  height: 0.9rem;
  color: var(--white);
  transition: 0.2s all ease;
}
.c-linkExcursionRecruit:hover .c-linkExcursionRecruit__btnIco {
  color: var(--black);
}

.c-ancPc {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 6.4rem;
}
.c-ancPc--gradient {
  gap: 1.6rem;
}
.c-ancPc__item {
  background: none;
  padding-left: 0;
}
.c-ancPc--1col .c-ancPc__item {
  width: 100%;
}
.c-ancPc--2col .c-ancPc__item {
  width: calc(50% - 3.2rem);
}
.c-ancPc--3col .c-ancPc__item {
  width: calc(33.3333% - 4.26667rem);
}
.c-ancPc--4col .c-ancPc__item {
  width: calc(25% - 4.8rem);
}
.c-ancPc--gradient .c-ancPc__item {
  width: calc(33.3333% - 1.6rem);
}

.c-linkAncPc {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--gray-e6);
  position: relative;
}
.c-linkAncPc--gradient {
  background: linear-gradient(99.48deg, #61f4db -14.31%, #56c7e5 -14.3%, #4fb6ce 34.52%, #00809e 78.97%);
  border-radius: 4px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  text-align: center;
  transition: 0.2s all ease;
}
.c-linkAncPc--gradient:link, .c-linkAncPc--gradient:active, .c-linkAncPc--gradient:visited {
  color: var(--white);
  cursor: pointer;
}
.c-linkAncPc--gradient:hover {
  color: var(--white);
}
.c-linkAncPc:after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: translateX(-0.3rem) rotate(135deg);
  pointer-events: none;
}
.c-linkAncPc--gradient:after {
  right: 1.2rem;
  border-color: var(--white);
}
.c-linkAncPc--gradient:hover {
  opacity: 0.6;
}

.c-ancSp {
  position: relative;
}
.c-ancSp:after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: translateX(-0.3rem) rotate(135deg);
  pointer-events: none;
}
.c-ancSp__inner {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--gray-e6);
}

.c-aboutusNews {
  margin-top: 7.2rem;
}
@media screen and (min-width: 1025px) {
  .c-aboutusNews {
    margin-top: 14.4rem;
  }
}

.c-workList--add {
  margin-top: 3.2rem;
}
.c-workList > li:not(:first-child) {
  margin-top: 6.4rem;
}
@media screen and (min-width: 1025px) {
  .c-workList > li:not(:first-child) {
    margin-top: 3.2rem;
  }
}

.c-normal__txt {
  margin-top: 3.2rem;
}
.c-normal__btn {
  margin-top: 6.4rem;
}

.l-thanks {
  padding-bottom: 8rem;
}
@media screen and (min-width: 1025px) {
  .l-thanks {
    padding-bottom: 16rem;
  }
}
.l-thanks__read {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.4rem;
}
@media screen and (min-width: 1025px) {
  .l-thanks__read {
    margin-top: 10.4rem;
  }
}
.l-thanks__content {
  margin-top: 6.4rem;
}

.u-linkUnderline {
  display: inline-block;
  background: linear-gradient(var(--ink), var(--ink)) no-repeat left bottom 0.2rem/100% 1px;
  transition: 0.2s all ease;
}
.u-linkUnderline:hover {
  background-image: none;
}

.l-404 {
  padding-bottom: 8rem;
}
@media screen and (min-width: 1025px) {
  .l-404 {
    padding-bottom: 16rem;
  }
}
.l-404__content {
  padding-top: 6.4rem;
  margin-top: 6.4rem;
  border-top: 1px solid var(--gray-e6);
}

.l-listSolutionPickup > li:not(:first-child) {
  margin-top: 1.6rem;
}

.c-point {
  padding-left: 2.8rem;
  background: radial-gradient(var(--accent-color-2) 50%, transparent 55%) no-repeat center left/1.6rem 1.6rem;
}

/**
* BOX SHADOW
*/
.p-news .l-pageNewsBox .c-cardNews__title .sp {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-news .l-pageNewsBox .c-cardNews__title {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-news .l-pageNewsBox .c-cardNews__title .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-news .l-pageNewsBox {
    background-color: #f9f9f9;
    padding: 32px 20px 80px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-news .l-pageNewsBox div table colgroup col {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-news .l-pageNewsBox div table {
    overflow-wrap: anywhere;
  }
}

.l-pageNews {
  margin-top: 6.5rem;
}
.l-pageNews .border {
  border: 2px solid #008b4f;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 0px;
}
.l-pageNews__content {
  margin: auto;
  width: 1000px;
}
.l-pageNews__content .entry-meta {
  margin-top: 1.6rem;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__content .entry-meta .dashicons-arrow-right-alt2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageNews__content .entry-meta {
    font-size: 14px;
    white-space: nowrap;
    overflow: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageNews__content {
    width: 100%;
  }
}
.l-pageNews .l-pageNewsBox {
  display: flex;
  justify-content: space-between;
  margin-top: 2.7rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .l-pageNewsBox {
    flex-direction: column;
    margin-top: 1rem;
  }
}
.l-pageNews .columnNews {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 1.6rem 1.6rem 1rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .columnNews {
    margin-bottom: 2rem;
  }
}
.l-pageNews .columnNews a:hover {
  opacity: 0.7;
}
.l-pageNews .columnNews:hover img {
  transform: scale(1.1, 1.1);
}
.l-pageNews .c-cardNews {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-cardNews {
    height: 90px;
  }
  .single-post .l-pageNews .c-cardNews {
    height: auto;
  }
}
.l-pageNews .c-cardNews__date {
  color: #333;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.l-pageNews .c-cardNews__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-cardNews__title {
    font-size: 14px;
    font-weight: 300;
    height: auto;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-cardNews__title .pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-pageNews .c-cardNews__title .sp {
    display: none;
  }
}
.l-pageNews .c-cardNews__tag {
  font-weight: 300;
  font-size: 10px;
  border-radius: 1px;
  color: var(--white);
  padding: 2px;
}
.single-post .l-pageNews .c-cardNews__tag {
  padding-inline: 10px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-cardNews__tag {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single-post .l-pageNews .c-cardNews__tag {
    height: 24px;
  }
}
.l-pageNews .c-cardNews__tag.bg-green {
  background-color: green;
}
.l-pageNews .c-cardNews__tag.bg-orange {
  background-color: orange;
}
.l-pageNews .c-cardNews__tag.bg-skyblue {
  background-color: #45afff;
}
.l-pageNews .c-cardNews__content {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 1.6rem;
  line-height: 24px;
  max-height: 70px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-cardNews__content {
    display: none;
  }
}
.l-pageNews .c-cardNews__subContent {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #3083ad;
  margin-top: 8px;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-cardNews__subContent {
    margin-top: 9px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-cardNews {
    position: relative;
  }
}
.l-pageNews .c-listNews__imgWrapper {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-pageNews .c-listNews__imgWrapper {
    width: 18.7rem;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-listNews__imgWrapper {
    width: 11.7rem;
    height: 66px;
  }
}
.l-pageNews .c-listNews__imgWrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .c-listNews__imgWrapper img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.l-pageNews .c-listNews__imgWrapper:hover img {
  transform: scale(1.1, 1.1);
}
.l-pageNews .l-sidebarNews {
  float: right;
  width: 218px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .l-sidebarNews {
    width: 100%;
    margin-top: 4.8rem;
  }
}
.l-pageNews .l-sidebarNews .l-card {
  padding: 1.6rem 1.6rem 2.4rem 1.6rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  margin-bottom: 24px;
}
.l-pageNews .l-sidebarNews .l-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.l-pageNews .l-sidebarNews .l-card__list {
  margin-top: 1.6rem;
}
.l-pageNews .l-sidebarNews .l-card__list > ul > li {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.l-pageNews .l-sidebarNews .dashicons-arrow-right-alt2 {
  margin-top: 5px;
}
.l-pageNews .l-sidebarNews .archives {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}
.l-pageNews .l-imgCard__box {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .l-imgCard__box {
    margin-top: 11px;
  }
}
.l-pageNews .l-imgCard__box--link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-pageNews .l-imgCard__box--img {
  position: relative;
  z-index: 2;
}
.l-pageNews .l-imgCard__box--img::after {
  content: "";
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 36.48%, rgba(51, 51, 51, 0.18) 74.46%, rgba(51, 51, 51, 0) 83.49%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.l-pageNews .l-imgCard__box--img img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .l-imgCard__box--img img {
    height: 120px;
  }
}
.l-pageNews .l-imgCard__box--text {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0%, -50%);
  font-weight: 600;
  font-size: 20px;
  line-height: 17px;
  z-index: 3;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .l-imgCard__box--text {
    left: 32px;
  }
}
.l-pageNews .l-imgCard__boxOne {
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 24.84%, rgba(51, 51, 51, 0.18) 75.66%, rgba(51, 51, 51, 0) 87.39%), url("../img/news/card-1.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
}
.l-pageNews .l-imgCard__boxTwo {
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 24.84%, rgba(51, 51, 51, 0.18) 75.66%, rgba(51, 51, 51, 0) 87.39%), url("../img/news/card-2.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
}
.l-pageNews .l-imgCard__boxThree {
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 24.84%, rgba(51, 51, 51, 0.18) 75.66%, rgba(51, 51, 51, 0) 87.39%), url("../img/news/card-3.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
}
.l-pageNews .l-imgCard__text {
  position: absolute;
  left: 33%;
  top: 87%;
  transform: translate(-50px, -50px);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.l-pageNews .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 20px 0px 20px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .l-pageNews .custom-pagination {
    margin-top: 5.6rem;
  }
}
.l-pageNews .custom-pagination span,
.l-pageNews .custom-pagination a {
  padding: 14px 18px;
  border: 1px solid #ddd;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .custom-pagination span,
  .l-pageNews .custom-pagination a {
    padding: 10px 15px;
  }
}
.l-pageNews .custom-pagination a.prev {
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .custom-pagination a.prev {
    margin-right: 0;
  }
}
.l-pageNews .custom-pagination a.next {
  margin-left: 32px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews .custom-pagination a.next {
    margin-left: 0;
  }
}
.l-pageNews .custom-pagination .dashicons {
  padding: 0;
  border: none;
  font-size: 20px;
}
.l-pageNews .custom-pagination .page-numbers.current {
  background-color: #716f71;
  color: var(--white);
}
.l-pageNews__detail .l-pageNews__list .editor-post-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .editor-post-title {
    font-size: 22px;
  }
}
.l-pageNews__detail .l-pageNews__list .editor-post-title__featured {
  display: none;
}
.l-pageNews__detail .l-pageNews__list .editor-post-title__featured img {
  width: 100%;
  height: auto;
}
.l-pageNews__detail .l-pageNews__list .c-cardNews__meta {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .c-cardNews__meta {
    margin-bottom: 9px;
    font-size: 12px;
  }
}
.l-pageNews__detail .l-pageNews__list .c-cardNews__meta time {
  font-size: 12px;
}
.l-pageNews__detail .l-pageNews__list .c-cardNews__tag {
  position: initial;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .c-cardNews__tag {
    padding: 0 1rem;
  }
}
.l-pageNews__detail .l-pageNews__list .taxonomy-post_tag {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #3083ad;
  margin: 16px 0 0 0;
  white-space: nowrap;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .taxonomy-post_tag {
    margin: 8px 0 16px;
  }
}
.l-pageNews__detail .l-pageNews__list p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.6rem;
}
.l-pageNews__detail .l-pageNews__list p:not(:first-of-type) {
  margin-top: 16px;
}
.l-pageNews__detail .l-pageNews__list p strong {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list p {
    font-size: 16px;
  }
}
.l-pageNews__detail .l-pageNews__list h4.is-style-line-under-1 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 0.8rem;
  margin: 4rem 0 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b4f), to(#008b4f)) no-repeat bottom left/100% 0.2rem;
  background: -webkit-linear-gradient(#008b4f, #008b4f) no-repeat bottom left/100% 0.2rem;
  background: linear-gradient(#008b4f, #008b4f) no-repeat bottom left/100% 0.2rem;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list h4.is-style-line-under-1 {
    font-size: 20px;
    margin-top: 3.2rem;
  }
}
.l-pageNews__detail .l-pageNews__list .wp-block-quote {
  background-color: #fafafa;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 24px 24px 24px 48px;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.l-pageNews__detail .l-pageNews__list .wp-block-quote ul {
  list-style-type: disc;
}
.l-pageNews__detail .l-pageNews__list .wp-block-quote ol {
  list-style-type: auto;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .wp-block-quote {
    margin-bottom: 16px;
  }
}
.l-pageNews__detail .l-pageNews__list .wp-block-quote:nth-of-type(2) {
  margin-top: 0;
}
.l-pageNews__detail .l-pageNews__list h5.is-style-line-left-1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-left: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b4f), to(#008b4f)) no-repeat center left/0.4rem calc(100% - 0.2rem);
  background: -webkit-linear-gradient(#008b4f, #008b4f) no-repeat center left/0.4rem calc(100% - 0.2rem);
  background: linear-gradient(#008b4f, #008b4f) no-repeat center left/0.3rem calc(100% - 0.2rem);
  margin-bottom: 16px;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list h5.is-style-line-left-1 {
    font-size: 18px;
    margin-top: 38px;
  }
}
.l-pageNews__detail .l-pageNews__list .wp-block-table {
  margin-top: 32px;
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .wp-block-table table {
    overflow-wrap: anywhere;
  }
}
.l-pageNews__detail .l-pageNews__list .wp-block-table tr:last-of-type td {
  border-bottom: none;
}
.l-pageNews__detail .l-pageNews__list .wp-block-table td {
  border-left: none;
  border-right: none;
  border-color: #ddd;
  padding: 1.6rem;
  font-size: 16px;
}
.l-pageNews__detail .l-pageNews__list .wp-block-table td:first-of-type {
  font-weight: 600;
  color: #716f71;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .wp-block-table td {
    display: block;
    border-bottom: none;
    padding: 12px;
  }
}
.l-pageNews__detail .l-pageNews__list .wp-block-table figcaption {
  display: none;
}
.l-pageNews__detail .l-pageNews__list h6 {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list h6 {
    margin-bottom: 3.2rem;
  }
}
.l-pageNews__detail .l-pageNews__list h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.l-pageNews__detail .l-pageNews__list .addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 50%;
}
.l-pageNews__detail .l-pageNews__list a {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #3083ad;
}
.l-pageNews__detail .l-pageNews__list .is-style-gray-quote {
  background-color: #fff;
  position: relative;
  padding-left: 2.5rem;
  padding-top: 0;
  margin-top: 45px;
}
.l-pageNews__detail .l-pageNews__list .is-style-gray-quote::before {
  content: url("../img/news/opening-quote.svg");
  position: absolute;
  left: 0;
}
.l-pageNews__detail .l-pageNews__list .is-style-gray-quote::after {
  content: url("../img/news/end-quote.svg");
  position: absolute;
  right: 0;
}
.l-pageNews__detail .l-pageNews__list .is-style-gray-quote p {
  padding: 2rem 0 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .is-style-gray-quote {
    margin-top: 15px;
  }
}
.l-pageNews__detail .l-pageNews__list .addtoany_shortcode {
  margin-bottom: 20px;
  margin-top: 19px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .addtoany_shortcode {
    margin-bottom: 16px;
  }
}
.l-pageNews__detail .l-pageNews__list .addtoany_shortcode a {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .addtoany_shortcode a {
    margin-right: 10px;
  }
}
.l-pageNews__detail .l-pageNews__list .wp-block-columns {
  border-top: 1px solid #DDD;
  margin-bottom: 0;
}
.l-pageNews__detail .l-pageNews__list .wp-block-columns p {
  padding: 1.6rem;
  margin-bottom: 0;
}
.l-pageNews__detail .l-pageNews__list .wp-block-columns .is-layout-flow:first-of-type p {
  font-weight: 600;
  color: #716f71;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .wp-block-columns .is-layout-flow:first-of-type p {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .wp-block-columns .is-layout-flow:last-of-type p {
    padding-top: 0;
  }
}
.l-pageNews__detail .l-pageNews__list .wp-block-columns:last-of-type {
  margin-bottom: 3.2rem;
}
.l-pageNews__detail .l-pageNews__list div table {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list div table colgroup {
    display: block;
  }
}
.l-pageNews__detail .l-pageNews__list div table td {
  border-left: none;
  border-right: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1.6rem;
  font-size: 16px;
}
.l-pageNews__detail .l-pageNews__list div table td:first-of-type p {
  color: #716f71;
  font-weight: 600;
}
.l-pageNews__detail .l-pageNews__list div table td p {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list div table td {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list div table td {
    display: block;
    border-bottom: none;
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .wp-block-image .alignright {
    float: none;
    margin: 0 auto;
  }
}
.l-pageNews__detail .l-pageNews__list ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 40px;
}
.l-pageNews__detail .l-pageNews__list ul li:not(:last-of-type),
.l-pageNews__detail .l-pageNews__list ol li:not(:last-of-type) {
  margin-bottom: 8px;
}
.l-pageNews__detail .l-pageNews__list ol {
  list-style: auto;
  margin-left: 20px;
}
.l-pageNews__detail .l-pageNews__list .wp-block-button.is-style-gray-rectangle .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  width: 260px;
  height: 48px;
  background-color: #716f71;
  margin: 0 auto;
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
  border-radius: 4px;
  position: relative;
}
.l-pageNews__detail .l-pageNews__list .wp-block-button.is-style-gray-rectangle .wp-block-button__link::after {
  position: absolute;
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 3px;
  right: 15px;
}
.l-pageNews__detail .l-pageNews__list h6.is-style-default {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-left-1-column-header table td {
  border: 1px solid #ddd;
}
.l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-left-1-column-header table td:first-of-type {
  width: 176px;
  background: #f9f9f9;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-left-1-column-header table td:first-of-type {
    width: 100%;
  }
  .l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-left-1-column-header table td {
    border-bottom: none;
  }
  .l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-left-1-column-header tr:last-of-type td:last-of-type {
    border: 1px solid #ddd;
  }
}
.l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-top-row-header table td {
  border: 1px solid #ddd;
}
.l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-top-row-header table tr:first-of-type {
  background: #f9f9f9;
}
.l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-top-row-header table td:first-of-type {
  width: 176px;
}
.l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-top-row-header table tr:first-of-type td {
  font-weight: 600;
}
.l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-top-row-header table td:first-of-type {
  width: 176px;
  font-weight: normal;
  color: #333;
}
.l-pageNews__detail .l-pageNews__list .wp-block-preformatted {
  background: #f3f3f3;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  font-family: "Hiragino Kaku Gothic Pro";
}
.l-pageNews__detail .l-pageNews__list .wp-block-quote {
  background-color: #fff;
  position: relative;
  padding: 0;
  display: flex;
}
.l-pageNews__detail .l-pageNews__list .wp-block-quote > * {
  padding: 16px 16px 16px 8px;
  margin-bottom: 0;
}
.l-pageNews__detail .l-pageNews__list .wp-block-quote::before {
  content: url("../img/common/ic_quote.svg");
}
.l-pageNews__detail .l-pageNews__list .wp-block-quote::after {
  content: url("../img/common/ic_quote_after.svg");
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-top-row-header {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-top-row-header table {
    overflow-wrap: unset;
  }
  .l-pageNews__detail .l-pageNews__list .wp-block-table.is-style-top-row-header table td {
    display: table-cell;
    width: 100%;
  }
}

/**
* BOX SHADOW
*/
.l-pageRecruit {
  margin-top: 6.5rem;
  /* Top left text */
}
.l-pageRecruit .l-pageRecruitBox {
  display: flex;
  justify-content: space-between;
  margin-top: 1.7rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-pageRecruitBox.p-ir-a {
    margin-top: 0px;
    padding: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-pageRecruitBox {
    background-color: #f9f9f9;
    flex-direction: column;
    padding: 12px 12px 80px;
    margin-bottom: 0;
  }
}
.l-pageRecruit__list {
  float: left;
  width: 758px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit__list {
    width: 100%;
  }
}
.l-pageRecruit__content {
  margin: auto;
  width: 1000px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit__content {
    padding: 0;
    width: 100%;
  }
}
.l-pageRecruit__content .entry-meta {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit__content .entry-meta {
    font-size: 14px;
    white-space: nowrap;
    overflow: auto;
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-pageRecruit__content .entry-meta .dashicons-arrow-right-alt2 {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-pageRecruit .l-recruitNews {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-recruitNews {
    padding: 1.8rem;
  }
}
.l-pageRecruit .l-recruitNews__title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-recruitNews__title {
    margin-bottom: 1.6rem;
  }
}
.l-pageRecruit .l-recruitNews__subtitle {
  margin-bottom: 1.5rem;
}
.l-pageRecruit .l-recruitNews__totop {
  font-size: 12px;
  text-align: right;
}
.l-pageRecruit .l-recruitNews__totop span {
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 1rem;
}
.l-pageRecruit .l-sidebarNews {
  float: right;
  width: 218px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-sidebarNews {
    width: 100%;
    margin-top: 4.8rem;
  }
}
.l-pageRecruit .l-sidebarNews .l-card {
  padding: 16px 8px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
.l-pageRecruit .l-sidebarNews .l-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  padding-left: 8px;
}
.l-pageRecruit .l-sidebarNews .l-card__list {
  margin-top: 8px;
}
.l-pageRecruit .l-sidebarNews .l-card__list > ul > li {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.l-pageRecruit .l-sidebarNews .l-card__list > ul > li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-sidebarNews .l-card__list > ul > li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-sidebarNews .l-card__list > ul > li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-pageRecruit .l-sidebarNews .l-card__list > ul > li small {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-sidebarNews .l-card__list > ul > li small {
    font-size: 1rem;
  }
}
.l-pageRecruit .l-sidebarNews .dashicons-arrow-right-alt2 {
  margin-top: 5px;
}
.l-pageRecruit .l-sidebarNews .archives {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}
.l-pageRecruit .c-latestInfo__content {
  border-bottom: 1px solid #ddd;
}
.l-pageRecruit .c-latestInfo__content:first-of-type .c-cardNews {
  padding-top: 0;
}
.l-pageRecruit .c-latestInfo__content:last-of-type {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-latestInfo__content:last-of-type {
    margin-bottom: 1.6rem;
  }
}
.l-pageRecruit .c-latestInfo .c-cardNews {
  display: flex;
  flex-direction: row;
  row-gap: 2rem;
  padding: 0.7rem 0;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-latestInfo .c-cardNews {
    padding: 0.8rem 0;
  }
}
.l-pageRecruit .c-latestInfo .c-cardNews__imgWrapper {
  width: 174px;
  height: 98.35px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-latestInfo .c-cardNews__imgWrapper {
    width: 117px;
    height: 66px;
  }
}
.l-pageRecruit .c-latestInfo .c-cardNews__imgWrapper img {
  transition: 1s all;
  width: 100%;
  height: 100%;
}
.l-pageRecruit .c-latestInfo .c-cardNews__imgWrapper img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.l-pageRecruit .c-latestInfo .c-cardNews__body {
  padding: 0 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-latestInfo .c-cardNews__body {
    padding: 0 0.8rem;
  }
}
.l-pageRecruit .c-latestInfo .c-cardNews__date {
  font-size: 12px;
  font-weight: 300;
  color: #333;
}
.l-pageRecruit .c-latestInfo .c-cardNews__date.u-fs_s {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-latestInfo .c-cardNews__date.u-fs_s {
    margin-bottom: 0px;
  }
}
.l-pageRecruit .c-latestInfo .c-cardNews__txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-latestInfo .c-cardNews__txt {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0px;
    -webkit-line-clamp: 2;
  }
}
.l-pageRecruit .c-latestInfo .c-cardNews__txt:hover {
  opacity: 0.7;
}
.l-pageRecruit .c-latestInfo .c-cardNews:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.l-pageRecruit .see-detail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  width: 26rem;
  height: 4.8rem;
  background-color: #716f71;
  margin: 0 auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  border-radius: 4px;
}
.l-pageRecruit .see-detail-btn.see-recruit {
  position: relative;
}
.l-pageRecruit .see-detail-btn.see-recruit::after {
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  padding: 3px;
  position: absolute;
  top: 20px;
  right: 18px;
  height: unset;
  width: unset;
  left: unset;
}
.l-pageRecruit .see-detail-btn span {
  position: relative;
}
.l-pageRecruit .see-detail-btn span::after {
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  padding: 3px;
  position: absolute;
  top: 20px;
  right: 18px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .see-detail-btn {
    width: 100%;
  }
}
.l-pageRecruit .latest-info {
  margin-bottom: 8rem;
}
.l-pageRecruit .latest-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .latest-info {
    margin-bottom: 4rem;
  }
}
.l-pageRecruit .recruitment-info {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-info {
    margin-bottom: 4rem;
  }
}
.l-pageRecruit .recruitment-info .c-cardList {
  display: grid;
  grid-template-columns: 48.5% 48.6%;
  row-gap: 1.6rem;
  column-gap: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-info .c-cardList {
    grid-template-columns: 100%;
  }
}
.l-pageRecruit .recruitment-info .c-cardList__content {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f0f0e1;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 1.6rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}
.l-pageRecruit .recruitment-info .c-cardList__content .title-label {
  position: relative;
}
.l-pageRecruit .recruitment-info .c-cardList__content .dashicons-arrow-right-alt2 {
  display: flex;
  align-items: center;
}
.l-pageRecruit .recruitment-info .c-cardList__content:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-info .c-cardList__content {
    height: 51px;
    line-height: 20px;
    background: #f4f4ea;
  }
}
.l-pageRecruit .recruitment-info .c-cardList a[target=_blank] .c-cardList__content .title-label.cc-title::after {
  position: absolute;
  right: -20px !important;
  content: url("../img/common/ic_copy.svg");
}
.l-pageRecruit .recruitment-info .c-cardList a[target=_blank] .c-cardList__content .title-label::after {
  position: absolute;
  right: -15px;
  content: url("../img/common/ic_copy.svg");
}
.l-pageRecruit .selection-method {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .selection-method {
    margin-bottom: 40px;
  }
}
.l-pageRecruit .l-selection {
  display: flex;
  gap: 2.4rem;
  flex-direction: row;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-selection {
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 4rem;
  }
}
.l-pageRecruit .l-selection__outer {
  position: relative;
  height: 319px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-selection__outer {
    height: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-selection__inner-bnr {
    display: inline-block;
    width: 100%;
  }
}
.l-pageRecruit .l-selection__inner-bnr__imgWrapper {
  margin: 0 auto;
  overflow: hidden;
}
.l-pageRecruit .l-selection__inner-bnr__imgWrapper img {
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-selection__inner-bnr__imgWrapper img {
    width: 100%;
    height: 100%;
  }
}
.l-pageRecruit .l-selection__inner-bnr__imgWrapper img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.l-pageRecruit .l-selection__inner-bnr:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-selection__inner-bnr:last-of-type {
    margin-top: -66px;
  }
}
.l-pageRecruit .l-selection__detailBox {
  position: unset;
  transform: translate(-0.2%, -45%);
  background-color: #fafafa;
  font-size: 28px;
  padding: 2.9rem 1.6rem 1.6rem 1.6rem;
  width: 276px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 16rem;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-selection__detailBox {
    padding-top: 2.4rem;
    width: 80%;
  }
}
.l-pageRecruit .l-selection__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.l-pageRecruit .l-selection .see-detail-btn {
  width: 24.4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-selection .see-detail-btn {
    width: 100%;
  }
}
.l-pageRecruit .l-selection .see-detail-btn span {
  right: 0.5rem;
}
.l-pageRecruit .l-selection__job {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-selection__job .l-selection__inner-bnr {
    margin-top: 0;
  }
}
.l-pageRecruit .know-the-company,
.l-pageRecruit .know-the-job {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .know-the-company,
  .l-pageRecruit .know-the-job {
    margin-bottom: 40px;
  }
}
.l-pageRecruit .working-environment .l-selection {
  margin-bottom: 0;
}
.l-pageRecruit__imgWrapper {
  position: relative;
  text-align: center;
  color: #000;
}
.l-pageRecruit .top-left {
  position: absolute;
  top: 48px;
  left: 48px;
  width: 450px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .top-left {
    top: 32px;
    left: 0px;
    padding: 17px;
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .l-pageRecruit .top-left {
    top: 5px;
  }
}
.l-pageRecruit .top-left .img-card {
  width: 243px;
  height: 142px;
  padding: 16px 16px 16px 13px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.25);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .top-left .img-card {
    width: 175px;
    height: 148px;
  }
}
.l-pageRecruit .top-left .img-card-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .top-left .img-card-title {
    margin-bottom: 8px;
  }
}
.l-pageRecruit .top-left .img-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 18px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .top-left .img-card p {
    padding-top: 8px;
  }
}
.l-pageRecruit .top-left .img-card .border {
  position: absolute;
  width: 30px;
  height: 0px;
  border: 1px solid #008b4f;
}
.l-pageRecruit .top-left .innercontent {
  margin-top: 4.9rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .top-left .innercontent {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 400px) {
  .l-pageRecruit .top-left .innercontent {
    margin-top: 3rem;
  }
}
.l-pageRecruit .top-left .innercontent h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .top-left .innercontent h2 {
    font-size: 20px;
  }
}
.l-pageRecruit .top-left .innercontent p {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}
.l-pageRecruit .top-left .innercontent p:nth-of-type(2) {
  padding: 1.6rem 0;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-process .recruitment {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-process .recruitment .l-selection__outer:last-of-type {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-process .recruitment .l-selection__inner-bnr {
    height: auto;
  }
}
.l-pageRecruit .recruitment {
  background-color: #f0f0e1;
  padding: 3.2rem;
  width: 678px;
  height: 527px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment {
    padding: 24px 10px;
    width: 100%;
    height: 998px;
    gap: 2.4rem;
  }
}
.l-pageRecruit .recruitment .l-selection__detailBox {
  width: 284px;
  height: 320px;
  transform: translate(0, -20%);
  display: block;
  padding: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment .l-selection__detailBox {
    width: 95%;
    height: auto;
  }
}
.l-pageRecruit .recruitment .l-selection__innerDetail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 23.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment .l-selection__innerDetail {
    height: 26.5rem;
  }
}
.l-pageRecruit .recruitment .l-selection__title {
  padding-bottom: 0.8rem;
}
.l-pageRecruit .recruitment .l-selection__outer {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment .l-selection__inner-bnr {
    height: 463px;
    margin-top: 0;
  }
}
.l-pageRecruit .recruitment .border {
  border: 1px solid #008b4f;
  position: absolute;
  width: 18.8px;
  height: 0px;
}
.l-pageRecruit .recruitment .see-detail-btn {
  width: 23.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment .see-detail-btn {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .see-more .l-selection {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .see-more .l-selection:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .see-more div:nth-child(2) div:nth-child(1) a {
    margin-top: 0;
  }
}
.l-pageRecruit .see-more .main-parent:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .see-more .main-parent:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.l-pageRecruit .see-work-top__intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.l-pageRecruit .c-workBrands {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands {
    margin-top: 2.4rem;
  }
}
.l-pageRecruit .c-workBrands__list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__list {
    gap: 1.6rem 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__list li {
    width: 48%;
  }
}
.l-pageRecruit .c-workBrands__wrapper {
  width: 206px;
  height: 211px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 1.6rem 0.7rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__wrapper {
    width: 100%;
    height: 100%;
  }
}
.l-pageRecruit .c-workBrands__imgWrapper {
  width: 192px;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__imgWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__imgWrapper img {
    width: 100%;
    height: 100%;
  }
}
.l-pageRecruit .c-workBrands__detail {
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
  }
}
.l-pageRecruit .c-workBrands__title {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__title {
    margin-bottom: 0;
  }
}
.l-pageRecruit .c-workBrands__title, .l-pageRecruit .c-workBrands__seeMoreLink {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__title, .l-pageRecruit .c-workBrands__seeMoreLink {
    font-size: 14px;
  }
}
.l-pageRecruit .c-workBrands__seeMoreLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.l-pageRecruit .c-workBrands__seeMoreLink span {
  position: relative;
}
.l-pageRecruit .c-workBrands__seeMoreLink span::before {
  content: "";
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 3px;
  position: absolute;
  top: 7px;
  left: -20px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__seeMoreLink {
    gap: 5px;
  }
}
.l-pageRecruit .c-workBrands__seeMoreLink .dashicons-arrow-down-alt2 {
  padding-top: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .c-workBrands__seeMoreLink .dashicons-arrow-down-alt2 {
    padding-top: 2px;
  }
}
.l-pageRecruit .about-gulliver-work h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .about-gulliver-work .c-cardAbout__list {
    margin-top: 2.4rem;
  }
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__item {
  border: 1px solid #ddd;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__item:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .about-gulliver-work .c-cardAbout__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__header {
  background-color: #f0f0e1;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 1.6rem 2.4rem;
  text-align: left;
  display: flex;
  gap: 0.8rem;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__header-count {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #008b4f;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__content {
  padding: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .about-gulliver-work .c-cardAbout__content {
    padding: 0px 8px 32px;
  }
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__content:last-of-type {
  padding-top: 0;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__content:last-of-type .c-cardAbout__imgWrapperList {
  padding-top: 2.4rem;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__imgWrapperList {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .about-gulliver-work .c-cardAbout__imgWrapperList {
    justify-content: center;
    gap: 0;
  }
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__details {
  margin: 2.4rem 0;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .about-gulliver-work .c-cardAbout__details {
    margin-bottom: 1.6rem;
  }
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__details h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0.8rem;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__details h3.w-title {
  text-align: left;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout__details p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout .see-detail-btn > span {
  position: initial;
  left: 3rem;
}
.l-pageRecruit .about-gulliver-work .c-cardAbout #wk4 > div:nth-child(3) > div.c-cardAbout__imgWrapperList {
  border-top: 1px solid #ddd;
}
.l-pageRecruit .about-gulliver-work .sp-work {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1025px) {
  .l-pageRecruit .about-gulliver-work .sp-work {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .about-gulliver-work .sp-work {
    gap: 3px;
  }
}
.l-pageRecruit .about-gulliver-work .sp-work .img-wrapper {
  width: 100%;
}
.l-pageRecruit .back-to-top {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  margin: 3.2rem 0 4rem 0;
}
.l-pageRecruit .back-to-top:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-pageMidCareerOverview {
    margin-top: 3.2rem;
  }
}
.l-pageRecruit .l-pageMidCareerOverview .top-left .img-card p {
  line-height: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-pageMidCareerOverview .top-left .img-card p {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-pageMidCareerOverview .top-left .img-card h2 {
    margin-bottom: 0.8rem;
  }
}
.l-pageRecruit .overview .l-selection {
  background-color: #f0f0e1;
  padding: 2.4rem;
  width: 67.8rem;
  height: 20.4rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .overview .l-selection {
    padding: 1.6rem 0.8rem;
    height: 100%;
    width: 100%;
  }
}
.l-pageRecruit .overview .l-selection__detailBox {
  width: 303px;
  height: 156px;
  transform: unset;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .overview .l-selection__detailBox {
    width: 100%;
  }
}
.l-pageRecruit .overview .l-selection__tel-detail {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 8px;
}
.l-pageRecruit .overview .l-selection__tel-detail p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.l-pageRecruit .overview .l-selection__tel-number {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #008b4f;
  justify-content: center;
}
.l-pageRecruit .overview .l-selection__reception {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.l-pageRecruit .overview .l-selection .apply-by-phone-btn {
  width: 100%;
  height: 48px;
  background: #008b4f;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  gap: 2.2rem;
  position: relative;
}
.l-pageRecruit .overview .l-selection .apply-by-phone-btn::after {
  position: absolute;
  right: 40px;
  content: url("../img/common/ic_copy_light.svg");
}
.l-pageRecruit .overview .l-selection .apply-by-phone-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .overview .l-selection__inner-bnr {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .overview .l-selection__inner-bnr:last-of-type {
    margin-top: 0 !important;
  }
}
.l-pageRecruit .overview .l-selection__outer {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-overview-table {
    margin-bottom: 0rem;
  }
}
.l-pageRecruit .recruitment-overview-table table,
.l-pageRecruit .recruitment-overview-table td,
.l-pageRecruit .recruitment-overview-table th,
.l-pageRecruit .recruitment-overview-table .row-flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-overview-table table,
  .l-pageRecruit .recruitment-overview-table td,
  .l-pageRecruit .recruitment-overview-table th,
  .l-pageRecruit .recruitment-overview-table .row-flex {
    flex-direction: column;
  }
}
.l-pageRecruit .recruitment-overview-table table:last-of-type .first-col-flex,
.l-pageRecruit .recruitment-overview-table table:last-of-type .last-col-flex,
.l-pageRecruit .recruitment-overview-table td:last-of-type .first-col-flex,
.l-pageRecruit .recruitment-overview-table td:last-of-type .last-col-flex,
.l-pageRecruit .recruitment-overview-table th:last-of-type .first-col-flex,
.l-pageRecruit .recruitment-overview-table th:last-of-type .last-col-flex,
.l-pageRecruit .recruitment-overview-table .row-flex:last-of-type .first-col-flex,
.l-pageRecruit .recruitment-overview-table .row-flex:last-of-type .last-col-flex {
  border-bottom: 1px solid #ddd;
}
.l-pageRecruit .recruitment-overview-table .first-col-flex,
.l-pageRecruit .recruitment-overview-table .last-col-flex {
  font-size: 16px;
  line-height: 24px;
  padding: 1.6rem;
}
.l-pageRecruit .recruitment-overview-table .first-col-flex {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  font-weight: 600;
  width: 176px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-overview-table .first-col-flex {
    width: 100%;
    border-right: 1px solid #ddd;
    padding: 1.5rem 1.5rem 1.6rem 1.5rem;
  }
}
.l-pageRecruit .recruitment-overview-table .last-col-flex {
  border: 1px solid #ddd;
  border-bottom: 0;
  font-weight: 300;
  width: 470px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-overview-table .last-col-flex {
    width: 100%;
  }
}
.l-pageRecruit .recruitment-overview-table table {
  width: 100%;
  border-collapse: collapse;
}
.l-pageRecruit .recruitment-overview-table table th:first-of-type,
.l-pageRecruit .recruitment-overview-table table td:first-of-type {
  background: #f9f9f9;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 176px;
}
.l-pageRecruit .recruitment-overview-table table th,
.l-pageRecruit .recruitment-overview-table table td {
  padding: 1.6rem;
}
.l-pageRecruit .recruitment-overview-table table th:last-of-type,
.l-pageRecruit .recruitment-overview-table table td:last-of-type {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1025px) {
  .l-pageRecruit .recruitment-overview-table .financial-info br {
    display: none;
  }
}
.l-pageRecruit .recruitment-overview-table .financial-info .flex {
  display: flex;
}
.l-pageRecruit .recruitment-overview-table .financial-info .flex li:first-of-type {
  width: 144px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-overview-table .financial-info .flex li:first-of-type {
    width: 81px;
    margin-right: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-overview-table .financial-info .flex li:last-of-type {
    width: 186px;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .recruitment-overview-table .main-subsidiary .flex {
    flex-direction: column;
  }
  .l-pageRecruit .recruitment-overview-table .main-subsidiary .flex:nth-of-type(2) {
    margin: 16px 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process {
    margin-bottom: 2rem;
  }
}
.l-pageRecruit .process small {
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process small {
    font-size: 12px;
  }
}
.l-pageRecruit .process .c-cardProcess {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess {
    margin-top: 2.4rem;
  }
}
.l-pageRecruit .process .c-cardProcess__detail h3,
.l-pageRecruit .process .c-cardProcess__detail p {
  color: #333333;
}
.l-pageRecruit .process .c-cardProcess__item {
  border: 1px solid #ddd;
  display: flex;
  width: 678px;
  height: 204px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess__item {
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
}
.l-pageRecruit .process .c-cardProcess__header {
  width: 128px;
  background: #f0f0e1;
  color: #008b4f;
  border-right: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess__header {
    width: 100%;
    flex-direction: row;
    padding: 16px 0;
  }
}
.l-pageRecruit .process .c-cardProcess__text-step {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.l-pageRecruit .process .c-cardProcess__count {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.l-pageRecruit .process .c-cardProcess__content {
  display: flex;
  padding: 3.2rem 2.4rem;
  width: 55rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess__content {
    flex-direction: column;
    padding: 1.6rem 0.8rem 2.4rem;
    width: 100%;
  }
}
.l-pageRecruit .process .c-cardProcess__content h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess__content h3 {
    margin-bottom: 1.6rem;
  }
}
.l-pageRecruit .process .c-cardProcess__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess__content p {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess__content img {
    height: 100%;
    width: 100%;
  }
}
.l-pageRecruit .process .c-cardProcess .green-arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.6rem 0;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess .green-arrow-wrapper {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.l-pageRecruit .process .c-cardProcess__detail {
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .c-cardProcess__detail {
    margin-right: 0;
  }
}
.l-pageRecruit .process .link-to-page {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .link-to-page {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.l-pageRecruit .process .primary-btn {
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 324px;
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .primary-btn {
    width: 100%;
    padding: 15px 20px;
  }
}
.l-pageRecruit .process .primary-btn:hover {
  opacity: 0.7 !important;
  transition: 0.3s all;
}
.l-pageRecruit .process .green-btn {
  background: #008b4f;
  color: #fff;
}
.l-pageRecruit .process .green-btn__title {
  position: relative;
}
.l-pageRecruit .process .green-btn__title::after {
  position: absolute;
  right: -15px;
  content: url("../img/common/ic_copy_light.svg");
}
.l-pageRecruit .process .transparent-btn {
  border: 2px solid #008b4f;
  color: #008b4f;
}
.l-pageRecruit .process .transparent-btn__title {
  position: relative;
}
.l-pageRecruit .process .transparent-btn__title::after {
  position: absolute;
  right: -15px;
  content: url("../img/common/ic_copy.svg");
}
.l-pageRecruit .process .dashicons-arrow-right-alt2 {
  position: relative;
  left: 33px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .process .dashicons-arrow-right-alt2 {
    left: 20px;
  }
}
.l-pageRecruit .spImgTop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .spImgTop {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.l-pageRecruit .pcImgTop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .pcImgTop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-imgCard__boxRecruit img {
    width: 100%;
  }
}
.l-pageRecruit .l-imgCard__boxRecruit img:hover {
  opacity: 0.7;
}
.l-pageRecruit .l-businessModel .see-work-top__intro {
  margin-bottom: 3.2rem;
}
.l-pageRecruit .l-businessModel .latest-info {
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-businessModel .latest-info {
    margin-bottom: 3.9rem;
  }
}
.l-pageRecruit .l-businessModel .l-recruitNews__title {
  margin-bottom: 1.6rem;
}
.l-pageRecruit .l-businessModel__inventory p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.l-pageRecruit .l-businessModel__inventory p:nth-of-type(2) {
  padding: 2.4rem 0;
}
.l-pageRecruit .l-businessModel__inventoryImgWrapper {
  margin-top: 5.1rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-businessModel__inventoryImgWrapper {
    overflow: scroll;
    padding-bottom: 2rem;
    text-align: center;
  }
}
.l-pageRecruit .l-businessModel__inventoryImgWrapper img {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-businessModel__inventoryImgWrapper img {
    max-width: fit-content;
  }
}
.l-pageRecruit .l-businessModel__assessment {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-businessModel__assessment {
    flex-direction: column;
    gap: 3rem;
  }
}
.l-pageRecruit .l-businessModel__assessment--detail {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  width: 493px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-businessModel__assessment--detail {
    width: 100%;
  }
}
.l-pageRecruit .l-businessModel__assessment:first-of-type {
  margin-bottom: 1.8rem;
}
.l-pageRecruit .l-businessModel .small-detail {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  margin-top: 0.8rem;
}
.l-pageRecruit .l-businessModel .how-assessment-work {
  margin-bottom: 4rem;
}
.l-pageRecruit .l-companyMenu {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyMenu {
    margin-bottom: 2.4rem;
  }
}
.l-pageRecruit .l-companyMenu__list {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyMenu__list {
    flex-direction: column;
    gap: 0;
  }
}
.l-pageRecruit .l-companyMenu__list li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyMenu__list li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 1.2rem 0;
  }
}
.l-pageRecruit .l-companyMenu__list li a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyMenu__list li a {
    justify-content: center;
  }
}
.l-pageRecruit .l-companyMenu__list li .dashicons-arrow-down-alt2 {
  padding-top: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyMenu__list li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.l-pageRecruit .l-companyMenu__list li:first-of-type {
  padding-top: 0;
}
.l-pageRecruit .l-companyMessage {
  margin-bottom: 4rem;
}
.l-pageRecruit .l-companyMessage .l-recruitNews__title {
  margin-bottom: 1.6rem;
}
.l-pageRecruit .l-companyMessage__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.6rem;
  margin-bottom: 2.4rem;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyMessage__author {
    flex-direction: column-reverse;
  }
}
.l-pageRecruit .l-companyMessage__message {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.l-pageRecruit .l-companyMessage__txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2.4rem;
}
.l-pageRecruit .l-companyMessage__signature {
  text-align: right;
}
.l-pageRecruit .l-companyMessage__imgWrapper {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyMessage__imgWrapper {
    overflow: scroll;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyMessage__imgWrapper img {
    max-width: fit-content;
  }
}
.l-pageRecruit .l-companyProfile {
  margin-bottom: 4rem;
}
.l-pageRecruit .l-companyProfile h3 {
  margin-bottom: 24px;
}
.l-pageRecruit .l-companyProfile .flex {
  display: flex;
}
.l-pageRecruit .l-companyProfile .flex li:first-of-type {
  width: 144px;
}
.l-pageRecruit .l-companyProfile .flex .copy-link {
  position: relative;
}
.l-pageRecruit .l-companyProfile .flex .copy-link::after {
  position: absolute;
  right: -15px;
  content: url("../img/common/ic_copy.svg");
}
.l-pageRecruit .l-companyProfile .business-development-list {
  list-style-type: initial;
  margin-left: 1.5rem;
}
.l-pageRecruit .l-companyProfile.recruitment-overview-table .row-flex:nth-child(13) .last-col-flex, .l-pageRecruit .l-companyProfile.recruitment-overview-table .row-flex:nth-child(13) .first-col-flex {
  border-bottom: 1px solid #ddd;
}
.l-pageRecruit .l-companyProfile .last-col-flex {
  width: 550px;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyProfile .last-col-flex {
    width: 100%;
  }
}
.l-pageRecruit .l-companyProfile .gulliver-usa {
  text-decoration: underline;
}
.l-pageRecruit .l-companyPhilosophy {
  margin-bottom: 4rem;
}
.l-pageRecruit .l-companyPhilosophy .l-recruitNews__title {
  margin-bottom: 1.6rem;
}
.l-pageRecruit .l-companyPhilosophy__inventory p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.l-pageRecruit .l-companyPhilosophy__inventory p:nth-of-type(2) {
  padding: 2.4rem 0;
}
.l-pageRecruit .l-companyPhilosophy__inventoryImgWrapper {
  margin-top: 5.1rem;
}
.l-pageRecruit .l-companyPhilosophy__assessment {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.l-pageRecruit .l-companyPhilosophy__assessment--detail {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  width: 493px;
}
.l-pageRecruit .l-companyPhilosophy__assessment:first-of-type {
  margin-bottom: 1.8rem;
}
.l-pageRecruit .l-companyPhilosophy .small-detail {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  margin-top: 0.8rem;
}
.l-pageRecruit .l-companyPhilosophy .how-assessment-work {
  margin-bottom: 4rem;
}
.l-pageRecruit .l-companyPhilosophy__green-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #008b4f;
  margin-top: 16px;
}
.l-pageRecruit .l-companyPhilosophy__txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 1.6rem 0 2.4rem 0;
}
.l-pageRecruit #vision {
  margin-bottom: 0;
}
.l-pageRecruit #vision .l-companyPhilosophy__txt {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.l-pageRecruit .l-companyVision__imgWrapper {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyVision__imgWrapper {
    overflow: scroll;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit .l-companyVision__imgWrapper img {
    max-width: fit-content;
  }
}
.l-pageRecruit .other-business h4 {
  margin-bottom: 2rem;
}
.l-pageRecruit .other-business__group {
  margin-bottom: 2rem;
}
.l-pageRecruit .other-business__group img {
  width: 180px;
  height: auto;
}
.l-pageRecruit__imgMechanics {
  position: relative;
}
.l-pageRecruit__imgMechanics img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 241px;
}
.l-pageRecruit__imgMechanics--base {
  position: absolute;
  width: 284px;
  height: 92px;
  background-color: #fff;
  top: 32%;
  left: 49px;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.25);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l-pageRecruit__imgMechanics--base {
    width: 275px;
    left: 16px;
    padding: 16px 8px;
  }
}
.l-pageRecruit__imgMechanics--base p {
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}
.l-pageRecruit__imgMechanics--base p strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.page-benefit .l-pageRecruit .l-recruitNews p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3.2rem;
}
.page-benefit .l-pageRecruit .l-recruitNews#top {
  padding: 2rem 4rem;
}
@media screen and (max-width: 1024px) {
  .page-benefit .l-pageRecruit .l-recruitNews#top {
    padding: 0 1rem;
  }
}
.page-benefit .l-pageRecruit .l-recruitNews__title {
  margin-bottom: 3.2rem;
}
.page-benefit .l-pageRecruit .l-recruitBenefitLinks {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .page-benefit .l-pageRecruit .l-recruitBenefitLinks {
    display: flex;
  }
}
.page-benefit .l-pageRecruit .l-recruitBenefitLinks li {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-benefit .l-pageRecruit .l-recruitBenefitLinks li {
    margin-right: 4.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-benefit .l-pageRecruit .l-recruitBenefitLinks li {
    text-align: center;
    padding: 1.2rem;
    border-bottom: 1px solid #dddddd;
  }
}
.page-benefit .l-pageRecruit .l-recruitBenefitLinks li a {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .page-benefit .l-pageRecruit .l-recruitBenefitLinks li a {
    justify-content: center;
  }
}
.page-benefit .l-pageRecruit .l-recruitBenefitLinks li span {
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .page-benefit .l-pageRecruit .l-recruitBenefitLinks li span {
    margin-right: 1rem;
  }
}
.page-benefit .l-pageRecruit .l-recruitBenefitLinks li p {
  margin-bottom: 0;
}

.page-fc .c-topActivity {
  margin-top: 0;
  margin-bottom: 5.6rem;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .page-fc .c-topActivity {
    padding: 0;
  }
}
.page-fc .c-topActivity__contentWrap {
  margin-top: 0;
}
.page-fc .c-listActivity {
  width: 100%;
  margin-top: 0;
  gap: 2.4rem 2.7rem;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .page-fc .c-listActivity {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
}
.page-fc .c-listActivity__title {
  color: #333333;
  position: relative;
}
.page-fc .c-listActivity__title::after {
  content: "";
  background-color: #008b4f;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0px;
}
.page-fc .c-listActivity__wrapper {
  width: 365px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .page-fc .c-listActivity__wrapper {
    width: 100%;
    height: 100%;
  }
}
.page-fc .c-listActivity__wrapper:hover .c-listActivity__info {
  opacity: 1;
}
.page-fc .c-listActivity__imgWrapper {
  max-height: 206px;
}
.page-fc .c-listActivity__imgWrapper img {
  object-fit: cover;
}
.page-fc .c-listActivity__btnWrapper {
  margin-top: 24px;
}
.page-fc .c-listActivity__btn {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  background: #716f71;
  border-radius: 4px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
  position: relative;
}
.page-fc .c-listActivity__btn::after {
  z-index: 5;
  position: absolute;
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 3px;
  right: 10px;
}
.page-fc .c-listActivity__btn:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.page-fc .c-listActivity__details {
  padding: 2.4rem 1.7rem;
  display: flex;
  flex-direction: column;
}
.page-fc .c-listActivity__info {
  margin-top: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.page-fc .entry-meta {
  display: flex;
  gap: 1rem;
}

.fc-contact-area {
  background: #f0f0e1;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  width: 757px;
  height: 233px;
  padding: 24px 25px 24px 29px;
}
@media screen and (max-width: 1024px) {
  .fc-contact-area {
    height: 100%;
    padding: 16px 8px;
    width: 100%;
  }
}
.fc-contact-area .white-wrapper {
  background: #fff;
  width: 703px;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 1024px) {
  .fc-contact-area .white-wrapper {
    height: 100%;
    padding: 24px 22px;
    width: 100%;
  }
}
.fc-contact-area .white-wrapper .title {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  flex-direction: row;
  justify-content: center;
  gap: 8.5px;
}
@media screen and (max-width: 1024px) {
  .fc-contact-area .white-wrapper .title {
    gap: 8px;
  }
}
.fc-contact-area .white-wrapper .detail {
  margin: 16px 0 22px 0;
}
.fc-contact-area .white-wrapper .detail.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .fc-contact-area .white-wrapper .detail.pc {
    display: none;
  }
}
.fc-contact-area .white-wrapper .detail.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fc-contact-area .white-wrapper .detail.sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .fc-contact-area .white-wrapper .detail {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin: 8px 0 24px 0;
  }
}
.fc-contact-area .white-wrapper .link-to-page {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .fc-contact-area .white-wrapper .link-to-page {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.fc-contact-area .white-wrapper .primary-btn {
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 260px;
  height: 48px;
  padding: 15px 9px;
}
.fc-contact-area .white-wrapper .primary-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .fc-contact-area .white-wrapper .primary-btn {
    width: 100%;
  }
}
.fc-contact-area .white-wrapper .green-btn {
  background: #008b4f;
  color: #fff;
}
.fc-contact-area .white-wrapper .green-btn .btn-title {
  position: relative;
}
.fc-contact-area .white-wrapper .green-btn .btn-title::after {
  position: absolute;
  right: -15px;
  content: url("../img/common/ic_copy_light.svg");
}
.fc-contact-area .white-wrapper .transparent-btn {
  border: 2px solid #008b4f;
  color: #008b4f;
}
.fc-contact-area .white-wrapper .transparent-btn .btn-title {
  position: relative;
}
.fc-contact-area .white-wrapper .transparent-btn .btn-title::after {
  position: absolute;
  right: -15px;
  content: url("../img/common/ic_copy.svg");
}
.fc-contact-area .white-wrapper .dashicons-arrow-right-alt2 {
  position: relative;
  left: 33px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  #l-sidebarFc {
    margin-top: 3.2rem;
  }
}
#l-sidebarFc .l-card {
  width: 218px;
  height: 264px;
  padding: 24px 16px;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  #l-sidebarFc .l-card {
    width: 100%;
  }
}
#l-sidebarFc .l-card__list {
  margin-top: 0;
}
#l-sidebarFc .l-card__list ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
#l-sidebarFc .sidebar-link {
  display: flex;
  align-items: center;
  gap: 14px;
}
#l-sidebarFc .sidebar-link::before {
  content: ">";
  font-size: 10px;
  color: #333;
  font-weight: 600;
}
#l-sidebarFc .small-right-arrow {
  margin-top: 0.2rem;
}
#l-sidebarFc .l-imgCard__box {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  #l-sidebarFc .l-imgCard__box {
    margin-top: 11px;
  }
}
#l-sidebarFc .l-imgCard__box--link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#l-sidebarFc .l-imgCard__box--img {
  position: relative;
  z-index: 2;
}
#l-sidebarFc .l-imgCard__box--img::after {
  content: "";
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 36.48%, rgba(51, 51, 51, 0.18) 74.46%, rgba(51, 51, 51, 0) 83.49%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#l-sidebarFc .l-imgCard__box--img img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  #l-sidebarFc .l-imgCard__box--img img {
    height: 120px;
  }
}
#l-sidebarFc .l-imgCard__box--text {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0%, -50%);
  font-weight: 600;
  font-size: 20px;
  line-height: 17px;
  z-index: 3;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #l-sidebarFc .l-imgCard__box--text {
    left: 32px;
  }
}

#l-sidebarInquiry {
  margin-right: 10px;
}
#l-sidebarInquiry.l-sidebarIer {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #l-sidebarInquiry {
    margin-top: 3.2rem;
  }
}
#l-sidebarInquiry .l-card {
  width: 218px;
  height: auto;
  padding: 24px 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #l-sidebarInquiry .l-card {
    width: 100%;
  }
}
#l-sidebarInquiry .l-card__list {
  margin-top: 0;
}
#l-sidebarInquiry .l-card__list--title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#l-sidebarInquiry .l-card__list--title h4,
#l-sidebarInquiry .l-card__list--title p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
#l-sidebarInquiry .l-card__list ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  #l-sidebarInquiry .l-card__list ul li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
#l-sidebarInquiry .sidebar-link {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  #l-sidebarInquiry .sidebar-link {
    font-size: 16px;
  }
}
#l-sidebarInquiry .sidebar-link.d-Line {
  align-items: flex-start;
}
#l-sidebarInquiry .sidebar-link.d-Line .small-right-arrow {
  margin-top: 0.9rem;
}
#l-sidebarInquiry .sidebar-link:hover {
  opacity: 0.7;
}
#l-sidebarInquiry .sidebar-link::before {
  content: ">";
  font-size: 10px;
  color: #333;
  font-weight: 600;
}
#l-sidebarInquiry .small-right-arrow {
  margin-top: 0.2rem;
}
#l-sidebarInquiry .l-imgCard__box {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  #l-sidebarInquiry .l-imgCard__box {
    margin-top: 11px;
  }
}
#l-sidebarInquiry .l-imgCard__box--link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#l-sidebarInquiry .l-imgCard__box--img {
  position: relative;
  z-index: 2;
}
#l-sidebarInquiry .l-imgCard__box--img::after {
  content: "";
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 36.48%, rgba(51, 51, 51, 0.18) 74.46%, rgba(51, 51, 51, 0) 83.49%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#l-sidebarInquiry .l-imgCard__box--img img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  #l-sidebarInquiry .l-imgCard__box--img img {
    height: 120px;
  }
}
#l-sidebarInquiry .l-imgCard__box--text {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0%, -50%);
  font-weight: 600;
  font-size: 20px;
  line-height: 17px;
  z-index: 3;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #l-sidebarInquiry .l-imgCard__box--text {
    left: 32px;
  }
}

.side-recruit div {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 5px;
}
.recruitment-table {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .recruitment-table {
    margin-bottom: 0rem;
  }
}
.recruitment-table .wp-block-columns {
  margin-bottom: 0;
}
.recruitment-table .wp-block-columns .wp-block-column {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 1.6rem;
}
.recruitment-table .wp-block-columns .wp-block-column:first-of-type {
  background: #f9f9f9;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  flex-basis: 26% !important;
}
@media screen and (max-width: 1024px) {
  .recruitment-table .wp-block-columns .wp-block-column:first-of-type {
    border-right: 1px solid #ddd;
    flex-basis: 100% !important;
  }
}
.recruitment-table .wp-block-columns .wp-block-column:first-of-type p {
  font-weight: 600;
  color: #000;
  font-weight: 600;
}
.recruitment-table .wp-block-columns .wp-block-column:last-of-type {
  border-bottom: 1px solid #ddd;
  flex-basis: 74% !important;
}
@media screen and (max-width: 1024px) {
  .recruitment-table .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 100% !important;
  }
}
.recruitment-table .wp-block-columns .wp-block-column p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.recruitment-table .wp-block-columns .wp-block-column p.has-xs-font-size {
  font-size: 12px;
}
.recruitment-table .wp-block-columns .wp-block-column ul {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
  margin-left: 1.6rem;
}
.recruitment-table .wp-block-columns .wp-block-column a {
  color: #00a3d8;
}
.recruitment-table .wp-block-columns .wp-block-column a.tel-black {
  color: #333;
}
.recruitment-table .wp-block-columns .wp-block-column .wp-block-group:not(:last-of-type) {
  margin-bottom: 30px;
}
.recruitment-table .wp-block-columns:first-of-type {
  border-top: 1px solid #ddd;
}

#page-mechanic .img-card {
  width: 80%;
  height: 80%;
  padding: 16px 8px;
}
#page-mechanic .img-card-title {
  margin-bottom: 1.6rem;
}
#page-mechanic .img-card p {
  font-size: 20px;
  line-height: 30px;
  padding-top: 0;
}
#page-mechanic .top-left {
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#page-mechanic strong {
  font-weight: 600;
}

.active-page {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .active-page {
    font-size: 16px;
  }
}

.page-mid-career .top-left h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .page-mid-career .top-left h3 {
    margin-bottom: 16px;
  }
}
.page-mid-career .top-left .img-card {
  padding: 16px;
}
.page-mid-career .top-left .img-card p {
  padding-top: 16px;
}
@media screen and (max-width: 1024px) {
  .page-mid-career .top-left .img-card p {
    padding-top: 8px;
  }
}
.page-mid-career .top-left .img-card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .page-mid-career .top-left .img-card h3 {
    margin-bottom: 8px;
  }
}
.page-mid-career .top-left .innercontent {
  margin-top: 49px;
}
@media screen and (max-width: 1024px) {
  .page-mid-career .top-left .innercontent {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .page-mid-career .l-pageRecruit .top-left {
    padding: 17px;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -32%);
    width: 100%;
  }
  .page-mid-career .l-pageRecruit .top-left .innercontent p br {
    display: none;
  }
}

.page-work .l-content__main-content {
  margin-bottom: 0;
}
.page-work .l-content__main-content:first-of-type {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .page-work .l-content__main-content:first-of-type {
    margin-bottom: 40px;
  }
}

.fc .l-pageNews__content .entry-meta {
  margin-top: 13px;
}
@media screen and (max-width: 1024px) {
  .fc .l-pageNews__content .entry-meta {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.fc .l-pageNews .l-pageNewsBox {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .fc .l-pageNews .l-pageNewsBox {
    background-color: #f9f9f9;
    flex-direction: column;
    padding: 32px 20px 90px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.fc .l-pageRecruitBox {
  margin-top: 0;
  padding-top: 32px;
}

.main-parent {
  display: flex;
  gap: 2.4rem;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .main-parent {
    flex-direction: column;
  }
}
.main-parent .see-detail-btn {
  width: 24.4rem;
}
@media screen and (max-width: 1024px) {
  .main-parent .see-detail-btn {
    width: 100%;
  }
}
.main-parent .parent {
  position: relative;
  width: 327px;
  height: 319px;
}
@media screen and (max-width: 1024px) {
  .main-parent .parent {
    width: 100%;
    height: 358px;
  }
}
.main-parent .sibling1 {
  width: 327px;
  height: 228px;
  position: relative;
  left: 0;
}
.main-parent .sibling1 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .main-parent .sibling1 {
    width: 100%;
    height: auto;
  }
}
.main-parent .sibling2 {
  position: relative;
  left: 0;
  margin-top: -69px;
  transform: translate(0, 0) !important;
}
@media screen and (max-width: 1024px) {
  .main-parent .sibling2 {
    left: -1px;
  }
}

.green-arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid green;
  margin: 6px auto;
}
@media screen and (max-width: 1024px) {
  .green-arrow-down {
    margin: 8px auto;
  }
}

.ta p {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 5px;
}
.ta p::before {
  content: url(../img/common/ic_arrow_right_sb.svg);
}

.page-business_model .see-work-top__intro {
  margin-bottom: 32px;
}

.page-data a[href^="tel:"] {
  color: #333 !important;
}

.b-model img {
  width: 100%;
  height: auto;
}

.p-office__area {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-office__area {
    padding: 2rem 1rem;
  }
}
.p-office__topTitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-office__topTitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.p-office__slider--container {
  max-width: 670px;
  margin: 0 auto;
}
.p-office__slider--row {
  position: relative;
}
.p-office__slider--row .swiper-button-next {
  background-color: #008b4f;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008b4f;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 1024px) {
  .p-office__slider--row .swiper-button-next {
    top: 50%;
  }
}
.p-office__slider--row .swiper-button-next::after {
  font-size: 14px;
}
.p-office__slider--row .swiper-button-prev {
  background-color: #008b4f;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008b4f;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 1024px) {
  .p-office__slider--row .swiper-button-prev {
    top: 50%;
  }
}
.p-office__slider--row .swiper-button-prev::after {
  font-size: 14px;
}
.p-office__slider--item {
  padding: 0px 60px 10px;
}
@media screen and (max-width: 1024px) {
  .p-office__slider--item {
    padding: 0px 10px 10px;
  }
}
.p-office__slider--img img {
  width: 100%;
  display: block;
  height: 340px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1024px) {
  .p-office__slider--img img {
    height: auto;
  }
}
.p-office__slider--content {
  background: #ffffff;
  padding: 24px;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.25);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 1024px) {
  .p-office__slider--content {
    padding: 18px 8px;
  }
}
.p-office__slider--title h2 {
  font-size: 20px;
  line-height: 36px;
  color: #333333;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-office__slider--title h2 {
    font-size: 18px;
    line-height: 27px;
  }
}
.p-office__slider--title h2::after {
  content: "";
  background-color: #008b4f;
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-office__slider--desc {
    padding-top: 0;
  }
}
.p-office__slider--desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-top: 1.2rem;
}
.p-office__slider--title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-office__slider--title {
    margin-bottom: 8px;
    text-align: center;
  }
}
.p-office__gallery {
  margin-top: 5px;
  max-width: 560px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-office__gallery {
    max-width: 640px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .p-office__gallery {
    max-width: 640px !important;
  }
}
.p-office__gallery--wrapper {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-office__gallery--wrapper {
    display: grid !important;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr !important;
    row-gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-office__gallery--wrapper {
    display: flex;
  }
}
.p-office__gallery--item {
  border: 2px solid #ffffff;
  opacity: 0.6;
}
.p-office__gallery--item.swiper-slide-thumb-active {
  border: 2px solid #008b4f;
  opacity: 100%;
}
.p-office__gallery--item img {
  width: 100%;
  height: 34px;
  object-fit: cover;
  object-position: top;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-office__gallery--item img {
    height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-office__gallery--item img {
    height: 50px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .p-office__gallery--item img {
    height: 100px !important;
  }
}

.p-faq {
  float: left;
  width: 758px;
}
@media screen and (max-width: 1024px) {
  .p-faq {
    float: unset;
    width: 100%;
  }
}
.p-faq__tableList {
  width: 100%;
}
.p-faq__tableList th, .p-faq__tableList td {
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
}
.p-faq__tableList thead th {
  background: #f9f9f9;
}
.p-faq__menu {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .p-faq__menu {
    padding: 2rem;
  }
}
.p-faq__menu--row {
  flex-basis: 49%;
}
@media screen and (max-width: 1024px) {
  .p-faq__menu--row {
    flex-basis: 100%;
  }
}
.p-faq__menu--item {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .p-faq__menu--item {
    margin-top: 22px;
    flex-basis: 100%;
  }
}
.p-faq__menu--item:hover .p-faq__menu--question {
  text-decoration: underline;
}
.p-faq__menu--item:first-of-type {
  margin-top: 0;
}
.p-faq__menu--icon {
  flex-basis: 8%;
  background: #008b4f;
  width: 25px;
  height: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__menu--question {
  flex-basis: 90%;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.p-faq__main--wrapper {
  margin-top: 24px;
}
.p-faq__main--qa {
  padding: 16px 40px;
  background: #f0f0e1;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: stretch;
  gap: 8px;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-faq__main--qa {
    padding: 16px 8px;
  }
}
.p-faq__main--qa.answer {
  background-color: #ffffff;
}
.p-faq__main--qa.answer .p-faq__main--icon {
  background: #333333;
  color: #ffffff;
}
.p-faq__main--icon {
  flex-basis: 4%;
  width: 25px;
  height: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #008b4f;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-faq__main--icon {
    flex-basis: 8%;
  }
}
.p-faq__main--content {
  flex-basis: 95%;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.p-faq__main--content .ic-link {
  position: relative;
}
.p-faq__main--content .tel-no {
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-faq__main--content .tel-no {
    color: #3083ad;
    text-decoration: underline;
    pointer-events: all;
  }
}
@media screen and (max-width: 1024px) {
  .p-faq__main--content {
    flex-basis: 90%;
  }
}
.p-faq__main--content span {
  font-size: 12px;
}
.p-faq__main--content a {
  color: #3083ad;
  text-decoration: underline;
}

.p-flow .entry-meta {
  display: flex;
  gap: 1rem;
}
.p-flow .process .c-cardProcess {
  margin-top: 0;
}
.p-flow .process .c-cardProcess__content {
  display: flex;
  justify-content: space-between;
  padding: 32px 24px;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .p-flow .process .c-cardProcess__content {
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flow .process .c-cardProcess__content p {
    margin-bottom: 0;
  }
}
.p-flow .process .c-cardProcess__content .img-wrapper {
  flex-basis: 43%;
}
@media screen and (max-width: 1024px) {
  .p-flow .process .c-cardProcess__content .img-wrapper {
    width: 100%;
    height: 100%;
  }
}
.p-flow .process .c-cardProcess__content .img-wrapper img {
  width: 288px;
  height: 140px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1024px) {
  .p-flow .process .c-cardProcess__content .img-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .p-flow .process .c-cardProcess__content .img-wrapper img {
    height: 210px;
  }
}
.p-flow .process .c-cardProcess__item {
  height: auto;
  position: relative;
}
.p-flow .process .c-cardProcess__item.last::after {
  display: none;
}
.p-flow .process .c-cardProcess__item:first-child {
  margin-top: 0px;
}
.p-flow .process .c-cardProcess__detail {
  flex-basis: 57%;
}
.p-flow .process .c-cardProcess__detail ul {
  margin-left: 1.5rem;
}
.p-flow .process .c-cardProcess__detail ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.p-flow .process .c-cardProcess__detail ul li::before {
  content: "・";
  position: absolute;
  left: -20px;
}
.p-flow .l-card {
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 1024px) {
  .p-flow .img-wrapper {
    margin-top: 1.6rem;
  }
}
.p-flow .l-pageRecruitBox {
  gap: 23px;
}
@media screen and (max-width: 1024px) {
  .p-flow .l-pageRecruitBox {
    margin-bottom: 0;
  }
}
.p-flow .l-content__main-content {
  margin-bottom: 5.6rem;
}

.p-program__container {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-program__container {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.p-program__header {
  margin-top: 75px;
}
.p-program__header.first-child {
  margin-top: 0px;
}
.p-program__header--title {
  border-bottom: 2px solid #008b4f;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.p-program__header--title .step {
  background: #008b4f;
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  border-radius: 4px 4px 0px 0px;
  width: 111px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .p-program__header--title .step {
    font-size: 19px;
  }
}
.p-program__header--title .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-program__header--title .title {
    font-size: 22px;
  }
}
.p-program__header--content {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.p-program__header--note {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-program__subheader {
  margin-top: 30px;
}
.p-program__subheader .next-sub {
  margin-top: 40px;
}
.p-program__subheader--title .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--title .pc {
    display: none;
  }
}
.p-program__subheader--title .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--title .sp {
    display: block;
  }
}
.p-program__subheader--content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-top: 16px;
}
.p-program__subheader--content p.n-padding {
  margin-top: 0px;
}
.p-program__subheader--content p .lg-Text {
  font-size: 32px;
}
.p-program__subheader--list {
  margin-top: 8px;
  list-style-type: none;
  counter-reset: my-counter;
  position: relative;
}
.p-program__subheader--list.single li {
  margin-left: 10px;
}
.p-program__subheader--list.single li::before {
  content: "※";
}
.p-program__subheader--list li {
  margin-left: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.p-program__subheader--list li::before {
  position: absolute;
  left: 0px;
  content: "※" counter(my-counter) " ";
  counter-increment: my-counter;
}
.p-program__subheader--note {
  padding-top: 16px;
}
.p-program__subheader--note p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--note p {
    font-size: 16px;
  }
}
.p-program__subheader--float {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--float {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
}
.p-program__subheader--float .float-img {
  float: left;
  margin-right: 17px;
  max-width: 337px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--float .float-img {
    float: unset;
    margin-right: 0px;
    max-width: 100%;
    margin-top: 18px;
  }
}
.p-program__subheader--float .float-img img {
  margin-top: 10px;
  width: 100%;
  height: auto;
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--float .float-img img {
    width: 80%;
  }
}
.p-program__subheader--float .float-img img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-program__subheader--float .float-desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--float .float-desc p {
    margin-top: 0px !important;
  }
}
.p-program__subheader--row {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--row {
    flex-direction: column-reverse;
  }
}
.p-program__subheader--img {
  flex-basis: 51%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--img {
    flex-basis: 100%;
  }
}
.p-program__subheader--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  transition: 1s all;
}
.p-program__subheader--img img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-program__subheader--img .sm-img {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--img .sm-img {
    width: 80%;
  }
}
.p-program__subheader--img .md-img {
  width: 90%;
}
.p-program__subheader--desc {
  flex-basis: 49%;
}
@media screen and (max-width: 1024px) {
  .p-program__subheader--desc {
    flex-basis: 100%;
  }
}
.p-program__subheader--desc p {
  margin-top: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.p-support__container {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-support__container {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.p-support__header {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .p-support__header {
    margin-top: 32px;
  }
}
.p-support__header:first-child {
  margin-top: 0px;
}
.p-support__header--content {
  margin-top: 16px;
}
.p-support__header--content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-support__header--note {
  margin-top: 8px;
}
.p-support__header--note p {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.p-support__content {
  margin-top: 32px;
}
.p-support__content--title {
  padding: 12px 16px;
  background: #f0f0e1;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.p-support__content--title .digits {
  font-size: 32px;
  padding-left: 0px;
  font-weight: 600 !important;
}
@media screen and (max-width: 1024px) {
  .p-support__content--title .digits {
    display: inline-block;
  }
}
.p-support__content--title span {
  padding-left: 18px;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-support__content--title span {
    display: block;
    padding-left: 0px;
  }
}
.p-support__content--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-support__content--row {
    align-items: stretch;
    flex-direction: column;
  }
}
.p-support__content--item {
  margin-top: 17px;
  flex-basis: 40%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-support__content--item {
    flex-basis: 100%;
    gap: 6px;
  }
}
.p-support__content--item.whole {
  flex-basis: 58%;
}
@media screen and (max-width: 1024px) {
  .p-support__content--item.whole {
    flex-basis: 100%;
  }
}
.p-support__content--icon {
  background: #008b4f;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .p-support__content--icon {
    flex-basis: 15%;
  }
}
.p-support__content--icon img {
  width: 32px;
  height: auto;
}
.p-support__content--description {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #008b4f;
}
.p-support__content--description.fixed-size::after {
  content: "※";
  color: #333;
  font-size: 10px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  -webkit-text-stroke: 1px #333;
  margin-left: 3px;
}
@media screen and (max-width: 1024px) {
  .p-support__content--description {
    flex-basis: 85%;
  }
  .p-support__content--description.fixed-size {
    font-size: 16px;
  }
}
.p-support__content--description span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  color: #ffffff;
  text-stroke: 1px #008b4f;
  -webkit-text-stroke: 1px #008b4f;
  text-outline: 1px #008b4f;
  padding-bottom: 2px;
}
.p-support__content--note {
  margin-top: 17px;
}
@media screen and (max-width: 1024px) {
  .p-support__content--note {
    margin-top: 9px;
  }
}
.p-support__content--note p {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.p-support__content--box {
  margin-top: 32px;
  background: #f3f3f3;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .p-support__content--box {
    padding: 24px 16px;
  }
}
.p-support__content--box li {
  margin-top: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-support__content--box li:first-child {
  margin-top: 0px;
}
.p-support__content--training {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .p-support__content--training {
    flex-direction: column-reverse;
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.p-support__content--training .img-Training {
  flex-basis: 51%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-support__content--training .img-Training {
    flex-basis: 100%;
  }
}
.p-support__content--training .img-Training img {
  width: 100%;
  height: auto;
  transition: 1s all;
}
.p-support__content--training .img-Training img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-support__content--training .desc-Training {
  flex-basis: 49%;
}
@media screen and (max-width: 1024px) {
  .p-support__content--training .desc-Training {
    flex-basis: 100%;
  }
}
.p-support__content--training .desc-Training p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-support__content--training .desc-Training p.note {
  padding-top: 5px;
  font-size: 12px;
}
.p-support__subheader--title {
  margin-top: 33px;
}
.p-support__subheader--row {
  margin-top: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .p-support__subheader--row {
    margin-top: 16px;
    flex-direction: column-reverse;
  }
}
.p-support__subheader--img {
  flex-basis: 51%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-support__subheader--img {
    margin-top: 16px;
    flex-basis: 100%;
  }
}
.p-support__subheader--img img {
  width: 100%;
  height: auto;
  transition: 1s all;
}
.p-support__subheader--img img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-support__subheader--desc {
  flex-basis: 49%;
}
@media screen and (max-width: 1024px) {
  .p-support__subheader--desc {
    flex-basis: 100%;
  }
}
.p-support__subheader--desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.p-store__container {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-store__container {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.p-store__header {
  margin-top: 55px;
}
.p-store__header:first-child {
  margin-top: 0px;
}
.p-store__subheader--title {
  margin-top: 32px;
}
.p-store__subheader--desc {
  margin-top: 16px;
}
.p-store__subheader--desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-store__content--row {
  margin-top: 25px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-store__content--row {
    flex-direction: column;
  }
}
.p-store__content--img {
  flex-basis: 51%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-store__content--img {
    flex-basis: 100%;
    overflow: auto;
  }
}
.p-store__content--img img {
  width: 100%;
  transition: 1s all;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-store__content--img img {
    width: 100%;
  }
}
.p-store__content--img img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .p-store__content--wrapperimg {
    width: 400px;
    overflow: auto;
  }
}
.p-store__content--desc {
  flex-basis: 49%;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 24px 4px 24px 24px;
}
@media screen and (max-width: 1024px) {
  .p-store__content--desc {
    flex-basis: 100%;
    padding: 16px 4px 16px 8px;
  }
}
.p-store__content--desc h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .p-store__content--desc h4 {
    margin-bottom: 16px;
  }
}
.p-store__content--desc p:not(:first-of-type) {
  margin-top: 8px;
}
.p-store__content--desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-store__content--desc p span {
  padding-left: 16px;
}
.p-store__content--desc p span.sm {
  padding-left: 8px;
}
.p-store__content--desc p :first-child {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .p-store__content--table-main {
    overflow-x: auto;
  }
}
.p-store__content--table {
  margin-top: 16px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .p-store__content--table {
    width: 700px;
  }
}
.p-store__content--thead {
  background: #f0f0e1;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.p-store__content--thead .thead-list {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .p-store__content--thead .thead-list {
    font-size: 14px;
  }
}
.p-store__content--thead .thead-list:nth-child(1) {
  flex-basis: 16%;
}
.p-store__content--thead .thead-list:nth-child(2) {
  flex-basis: 15%;
}
.p-store__content--thead .thead-list:nth-child(3) {
  flex-basis: 31%;
}
.p-store__content--thead .thead-list:nth-child(4) {
  flex-basis: 38%;
}
.p-store__content--tbody .tbody-item {
  border-top: 1px solid #dddddd;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 15px 24px;
  gap: 15px;
}
.p-store__content--tbody .tbody-item:first-child {
  padding: 12px 24px;
}
.p-store__content--tbody .tbody-item:last-child {
  padding: 12px 24px;
}
.p-store__content--tbody .tbody-item__list {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .p-store__content--tbody .tbody-item__list {
    font-size: 14px;
  }
}
.p-store__content--tbody .tbody-item__list:nth-child(1) {
  flex-basis: 16%;
}
.p-store__content--tbody .tbody-item__list:nth-child(2) {
  flex-basis: 15%;
}
.p-store__content--tbody .tbody-item__list:nth-child(3) {
  flex-basis: 31%;
}
.p-store__content--tbody .tbody-item__list:nth-child(4) {
  flex-basis: 38%;
}
.p-store__content--float {
  margin-top: 17px;
}
@media screen and (max-width: 1024px) {
  .p-store__content--float {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-store__content--float .float-img {
  float: left;
  margin-right: 17px;
  max-width: 337px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-store__content--float .float-img {
    margin-top: 16px;
    float: unset;
    max-width: 100%;
    margin-right: 0px;
  }
}
.p-store__content--float .float-img img {
  width: 100%;
  height: auto;
  transition: 1s all;
}
.p-store__content--float .float-img img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-store__content--float .float-img.sm-img {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .p-store__content--float .float-img.sm-img {
    margin-right: 0px;
  }
  .p-store__content--float .float-img.sm-img img {
    height: auto !important;
  }
}
.p-store__content--float .float-img.sm-img img {
  height: 178px;
}
.p-store__content--float .float-img.last-img {
  margin-bottom: 13px;
}
.p-store__content--float .float-desc h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .p-store__content--float .float-desc h5 {
    font-size: 16px;
  }
}
.p-store__content--float .float-desc .s-Line {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .p-store__content--float .float-desc .s-Line {
    margin-top: 16px;
  }
}
.p-store__content--float .float-desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-store__content--other {
  margin-top: 32px;
}
.p-store__content--other .other-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.p-store__content--other .other-desc {
  margin-top: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.p-brief__container {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-brief__container {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.p-brief__header {
  margin-top: 64px;
}
.p-brief__header:first-child {
  margin-top: 0px;
}
.p-brief__content {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .p-brief__content {
    flex-direction: column;
  }
}
.p-brief__content .img-Training {
  flex-basis: 51%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-brief__content .img-Training {
    flex-basis: 100%;
  }
}
.p-brief__content .img-Training img {
  width: 100%;
  height: auto;
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .p-brief__content .img-Training img {
    height: 239px;
    object-fit: cover;
    object-position: top;
  }
}
.p-brief__content .img-Training img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-brief__content .desc-Training {
  flex-basis: 49%;
}
@media screen and (max-width: 1024px) {
  .p-brief__content .desc-Training {
    flex-basis: 100%;
    margin-top: 16px;
  }
}
.p-brief__content .desc-Training p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-brief__content .desc-Training p.note {
  padding-top: 5px;
  font-size: 12px;
}

.p-inquiry {
  width: 758px;
}
@media screen and (max-width: 1024px) {
  .p-inquiry {
    width: 100%;
  }
}
.p-inquiry__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.1);
  padding: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__menu {
    padding: 1.5rem 1.5rem 2rem;
    justify-content: center;
  }
}
.p-inquiry__menu--list {
  margin-top: 16px;
  flex-basis: 50%;
  position: relative;
}
.p-inquiry__menu--list::after {
  content: url(../img/common/ic_arrow_down.svg);
  position: absolute;
  left: -10px;
  top: -3px;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__menu--list::after {
    display: none;
  }
}
.p-inquiry__menu--list::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__menu--list::before {
    display: inline;
    content: url(../img/common/ic_arrow_down.svg);
    position: absolute;
    top: -4px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-inquiry__menu--list {
    flex-basis: 100%;
    border-bottom: 1px solid #dddddd;
    margin-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }
}
.p-inquiry__menu--list:nth-child(1) {
  margin-top: 0px;
}
.p-inquiry__menu--list:nth-child(2) {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__menu--list:nth-child(2) {
    margin-top: 16px;
  }
}
.p-inquiry__menu--link {
  margin-left: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__menu--link {
    padding-left: 8px;
  }
}
.p-inquiry__main {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main {
    padding: 1.5rem 1.5rem 3rem;
    margin-top: 2rem;
  }
}
.p-inquiry__main--header {
  padding-top: 46px;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--header {
    padding-top: 32px;
  }
}
.p-inquiry__main--header:first-child {
  padding-top: 0px;
}
.p-inquiry__main--scrollTop {
  margin-top: 34px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--scrollTop {
    display: none;
  }
}
.p-inquiry__main--scrollTop a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.p-inquiry__main--scrollTop a:hover {
  opacity: 0.7;
}
.p-inquiry__main--scrollTop a .arrow {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-inquiry__main--scrollTop a .text {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.p-inquiry__main--info {
  margin-top: 18px;
}
.p-inquiry__main--info .info-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-inquiry__main--info .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008b4f;
  border-radius: 4px;
  width: 64px;
  height: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.p-inquiry__main--info .info-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--info .info-desc.pc {
    color: #3083ad;
  }
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--info .info-desc .l-break {
    display: block;
  }
}
.p-inquiry__main--info .info-desc .no {
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--info .info-desc .no {
    pointer-events: all;
    text-decoration: underline;
    color: #3083ad;
  }
}
.p-inquiry__main--info .info-desc a {
  text-decoration-line: underline;
  color: #3083ad;
}
@media screen and (min-width: 1025px) {
  .p-inquiry__main--info .info-desc--property-info a {
    text-decoration: none;
    color: #333;
  }
}
.p-inquiry__main--info .info-warn span {
  font-size: 12px;
}
.p-inquiry__main--description {
  margin-top: 16px;
}
.p-inquiry__main--description .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--description .sp {
    display: block;
  }
}
.p-inquiry__main--description p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-inquiry__main--description p a {
  color: #3083ad;
  text-decoration: underline;
}
.p-inquiry__main--description p a.copy {
  position: relative;
}
.p-inquiry__main--note {
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-inquiry__main--note p {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.p-inquiry__main--box {
  background: #f3f3f3;
  padding: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--box {
    padding: 24px 16px;
  }
}
.p-inquiry__main--box ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-inquiry__main--table {
  margin-top: 17px;
  border: 1px solid #dddddd;
}
.p-inquiry__main--table .table-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.p-inquiry__main--table .table-row:last-child {
  border-bottom: 0px solid #dddddd;
}
.p-inquiry__main--table .table-row__title {
  flex-basis: 175px;
  padding-left: 15px;
  padding-top: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  border-right: 1px solid #dddddd;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__title.info {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__title {
    flex-basis: 80px;
    padding-left: 8px;
  }
}
.p-inquiry__main--table .table-row__title .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__title .pc {
    display: none;
  }
}
.p-inquiry__main--table .table-row__title .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__title .sp {
    display: block;
  }
}
.p-inquiry__main--table .table-row__desc {
  flex-basis: 70%;
  padding-left: 15px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc.info {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc {
    padding-left: 11px;
    flex-basis: 70%;
  }
}
.p-inquiry__main--table .table-row__desc a.copy {
  position: relative;
  text-decoration: underline;
  color: #3083ad;
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc a.copy {
    font-size: 15px;
  }
}
.p-inquiry__main--table .table-row__desc a.copy .pc {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc a.copy .pc {
    display: none;
  }
}
.p-inquiry__main--table .table-row__desc a.copy .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc a.copy .sp {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc a.copy::after {
    right: unset;
    position: absolute;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc a.copy.single::after {
    right: -17px;
  }
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc a.copy.double {
    font-size: 15px;
  }
  .p-inquiry__main--table .table-row__desc a.copy.double::after {
    content: "";
  }
  .p-inquiry__main--table .table-row__desc a.copy.double .sp::after {
    content: url(../img/common/ic_copy.svg);
    margin-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .p-inquiry__main--table .table-row__desc a.copy.double::after {
    left: 68px;
  }
}

@media screen and (max-width: 1024px) {
  .p-privacy__container.f-PropertyC {
    margin-top: 24px;
  }
}
.p-privacy__header {
  margin-top: 32px;
}
.p-privacy__header:first-child {
  margin-top: 0px;
}
.p-privacy__signature {
  margin-top: 24px;
}
.p-privacy__signature p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #333333;
}
.p-privacy__content p {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-privacy__content p .subhead {
  font-size: 18px;
}
.p-privacy__content p strong {
  font-weight: 600;
}
.p-privacy__content p strong.s-Property {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-privacy__content p strong.s-Property {
    font-size: 16px;
  }
}
.p-privacy__content p a {
  color: #3083ad;
  text-decoration: underline;
}
.p-privacy__content p a span {
  position: relative;
}
.p-privacy__content p a span::after {
  margin-left: 5px;
  content: url("../img/common/ic_copy.svg");
}
.p-privacy__content p a.copy {
  position: relative;
}
.p-privacy__content .inq-m {
  margin-top: 40px;
}
.p-privacy__content .list span {
  margin-bottom: 0.5em;
  position: relative;
  display: block;
  margin-left: 20px;
}
.p-privacy__content .list span:nth-child(2)::before {
  content: "2.";
}
.p-privacy__content .list span::before {
  position: absolute;
  left: -20px;
  content: "1.";
}
.p-privacy__subheader {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__subheader.accessMap {
    margin-top: 16px;
  }
}
.p-privacy__subheader.f-Propety {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__subheader.f-Propety {
    margin-top: 0px;
  }
}
.p-privacy__box {
  margin-top: 16px;
  background: #f3f3f3;
  padding: 16px 16px 16px 16px;
}
.p-privacy__box.legal {
  padding: 24px 24px 24px 24px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__box.legal {
    padding: 24px 16px 24px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-privacy__box {
    padding: 8px 16px 16px 16px;
  }
}
.p-privacy__box .content {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-privacy__box .note {
  margin-top: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.p-privacy__box .note a {
  color: #3083ad;
  text-decoration: underline;
}
.p-privacy__box ul li {
  margin-top: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-privacy__top {
  position: relative;
}
.p-privacy__top--img img {
  width: 100%;
  height: 563px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1024px) {
  .p-privacy__top--img img {
    height: 210px;
    object-position: bottom;
  }
}
.p-privacy__top--content {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.25);
  position: absolute;
  top: 40px;
  left: 42px;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__top--content {
    margin-top: -50px;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    top: unset;
    left: unset;
    padding: 16px;
  }
}
.p-privacy__top--content .top-content__header {
  position: relative;
}
.p-privacy__top--content .top-content__header::after {
  content: "";
  background-color: #008b4f;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -16px;
}
.p-privacy__top--content .top-content__header h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-privacy__top--content .top-content__header h3 {
    font-size: 20px;
  }
}
.p-privacy__top--content .top-content__body {
  padding-bottom: 8px;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__top--content .top-content__body {
    padding-bottom: 0px;
  }
}
.p-privacy__top--content .top-content__body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-privacy__top--content .top-content__checklist {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__top--content .top-content__checklist {
    align-items: start;
  }
}
.p-privacy__top--content .top-content__checklist .checklist-icon {
  width: 22px;
  height: 22px;
  border: 1.76px solid #008b4f;
  border-radius: 1.76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-privacy__top--content .top-content__checklist .checklist-icon img {
  width: 12px;
}
.p-privacy__top--content .top-content__checklist .checklist-info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.p-privacy__list {
  margin-top: 16px;
}
.p-privacy__list.gap-list {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__list.gap-list {
    margin-top: 32px;
  }
}
.p-privacy__list li {
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__list li {
    margin-top: 15px;
  }
}
.p-privacy__list--link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3083ad !important;
}
.p-privacy__listhead {
  margin-top: 24px;
}
.p-privacy__listhead.first {
  margin-top: 16px;
}
.p-privacy__listhead p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .p-privacy__listhead p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-privacy .property-info-top {
    margin-bottom: 24px;
  }
}
.p-privacy .mr-15 {
  margin-right: 15px;
}

/**
* BOX SHADOW
*/
.c-ircontent {
  margin-top: 0 !important;
}

.p-ier .l-content__main-content.p-governance {
  padding-top: 16px;
}
@media screen and (max-width: 1024px) {
  .p-ier .l-content__main-content.p-governance {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    margin-top: 0px;
  }
}
.p-ier__head {
  margin-top: 48px;
}
.p-ier__head:first-child {
  margin-top: 0px;
}
.p-ier__head.acnt-statement {
  margin-top: 32px;
}
.p-ier__head--link {
  display: block;
  position: relative;
  padding-left: 20px;
}
.p-ier__head--link::before {
  content: "";
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 3px;
  font-size: 10px;
  color: #333;
  font-weight: 600;
  position: absolute;
  left: 0;
  margin-top: 10px;
}
.p-ier__content {
  margin-top: 16px;
}
.p-ier__content--file {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.p-ier__content--file.disclosure {
  justify-content: space-between;
}
.p-ier__content--file.disclosure .en-date {
  flex-basis: 27% !important;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file.disclosure .en-date {
    flex-basis: 100%;
  }
}
.p-ier__content--file.disclosure .en-name {
  flex-basis: 80% !important;
}
.p-ier__content--file.disclosure .file-date {
  flex-basis: 16%;
}
.p-ier__content--file.disclosure .file-name {
  flex-basis: 84%;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file.disclosure .file-name {
    flex-basis: 100%;
  }
}
.p-ier__content--file:first-child {
  margin-top: 0px;
}
.p-ier__content--file .file-date {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__content--file .en-date {
  flex-basis: 23%;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file .en-date {
    flex-basis: 100%;
  }
}
.p-ier__content--file .jp-date {
  flex-basis: 14%;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file .jp-date {
    flex-basis: 100%;
  }
}
.p-ier__content--file .jp-name {
  flex-basis: 84% !important;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file .jp-name {
    flex-basis: 100% !important;
  }
}
.p-ier__content--file .jp-name-full {
  flex-basis: 100% !important;
}
.p-ier__content--file .en-name {
  flex-basis: 80%;
  display: inline-block !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file .en-name {
    flex-basis: 100%;
  }
}
.p-ier__content--file .en-name.en-name-full {
  flex-basis: 100%;
}
.p-ier__content--file .en-name p {
  position: relative;
  padding-left: 23px;
}
.p-ier__content--file .en-name p::before {
  content: url("../img/common/ic_pdf.svg");
  margin-right: 10px;
  margin-top: 3px;
  left: -2px;
  width: 20px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--file .en-name p::before {
    left: -3px;
  }
}
.p-ier__content--file .en-name .text {
  display: inline !important;
  text-decoration: none;
}
.p-ier__content--file .en-name .text::before {
  display: none;
}
.p-ier__content--file .en-name .size {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.p-ier__content--file .file-name {
  display: flex;
  gap: 10px;
}
.p-ier__content--file .file-name .icon {
  margin-top: 2px;
  display: flex;
  align-items: flex-start;
}
.p-ier__content--file .file-name .icon img {
  width: 20px;
  height: auto;
  display: block;
}
.p-ier__content--file .file-name .text {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #3083ad;
  position: relative;
}
.p-ier__content--file .file-name .text::before {
  content: url("../img/common/ic_pdf.svg");
  margin-right: 10px;
  margin-top: 3px;
  width: 20px;
}
.p-ier__content--file .file-name .text.excel::before {
  content: url("../img/common/ic_excel.svg");
}
.p-ier__content--file .file-size {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.p-ier__content--area .pyear-eir {
  display: inline-block;
}
.p-ier__content--area .pyear-eir a {
  pointer-events: none;
}
.p-ier__content--area .pyear-eir .s_eirModule_date {
  width: 100%;
}
.p-ier__content--area .pyear-eir .eirItem_title {
  display: none;
}
.p-ier__content--area .pr-eir {
  display: inline-block;
}
.p-ier__content--area .pr-eir a {
  pointer-events: none;
}
.p-ier__content--area .pr-eir .eirItem_title {
  display: none;
}
.p-ier__content--area p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__content--box {
  margin-top: 16px;
  padding: 24px;
  background: #f3f3f3;
}
@media screen and (max-width: 1024px) {
  .p-ier__content--box {
    padding: 24px 16px;
  }
}
.p-ier__content--box h4 {
  margin-top: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__content--box h4:first-child {
  margin-top: 0px;
}
.p-ier__content--box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__content--box p strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__content .n-en {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.p-ier__research {
  max-width: 320px;
  margin: 0 auto;
}
.p-ier__research--row {
  height: 100px;
  margin-top: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-ier__research--row.r-en {
    flex-direction: column;
    padding: 10px 10px 10px 10px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__research--row {
    margin-top: 0px;
    flex-direction: row;
    gap: 0px;
    height: auto;
    padding: 10px 22px 10px 0px;
    justify-content: space-between;
  }
}
.p-ier__research--row:hover {
  opacity: 0.7;
}
.p-ier__research--logo img {
  width: 320px;
  height: 100px;
  display: block;
}
.p-ier__research--text {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.p-ier__extra-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__extra-pc {
    display: none;
  }
}
.p-ier__extra-sp {
  display: none;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-ier__extra-sp {
    display: block;
    margin-bottom: 49px;
  }
}
.p-ier__menu {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 16px 40px;
  margin-bottom: 24px;
}
.p-ier__menu.faqs-menu {
  padding: 16px 15px;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu.faqs-menu {
    padding: 8px 8px;
  }
}
.p-ier__menu.disclosure-en {
  max-width: 250px !important;
}
.p-ier__menu.disclosure {
  max-width: 200px;
}
.p-ier__menu--list {
  display: flex;
  align-items: center;
  gap: 48px;
}
.p-ier__menu--list.financial {
  justify-content: space-between;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.financial {
    gap: 0px;
    align-items: stretch;
  }
  .p-ier__menu--list.financial li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
  }
  .p-ier__menu--list.financial li:last-child {
    border-bottom: 0px solid #dddddd;
  }
  .p-ier__menu--list.financial li::before {
    display: none;
  }
  .p-ier__menu--list.financial li a {
    display: inline-block;
    position: relative;
  }
  .p-ier__menu--list.financial li a::before {
    content: "";
    border: solid #333333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 3px;
    margin-top: 6px;
    position: absolute;
    top: 0px;
    left: -2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list {
    gap: 20px;
    flex-direction: column;
  }
}
.p-ier__menu--list.faqs {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.faqs {
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-ier__menu--list.faqs li {
  margin-right: 0px;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.faqs li {
    border-bottom: 1px solid #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-basis: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.faqs li::before {
    display: none;
  }
}
.p-ier__menu--list.faqs li:last-child {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.faqs li:last-child {
    border-bottom: 0px solid #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    flex-basis: 100%;
  }
}
.p-ier__menu--list.faqs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px !important;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.faqs li a {
    padding-left: 0px !important;
    display: inline-block;
    position: relative;
  }
  .p-ier__menu--list.faqs li a::before {
    content: "";
    border: solid #333333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 3px;
    margin-top: 5px;
    position: absolute;
    top: 0px;
    left: -24px;
  }
}
.p-ier__menu--list.m-data {
  flex-wrap: wrap;
  gap: 0px;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.m-data {
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-ier__menu--list.m-data li {
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.m-data li {
    border-bottom: 1px solid #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-basis: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.m-data li::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.m-data li:last-child {
    border-bottom: 0px solid #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    flex-basis: 100%;
  }
}
.p-ier__menu--list.m-data li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-ier__menu--list.m-data li a {
    padding-left: 0px !important;
    display: inline-block;
    position: relative;
  }
  .p-ier__menu--list.m-data li a::before {
    content: "";
    border: solid #333333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 3px;
    margin-top: 5px;
    position: absolute;
    top: 0px;
    left: -24px;
  }
}
.p-ier__menu--list.e-faqs li {
  margin-top: 15px;
  margin-right: 28px;
}
.p-ier__menu--list.e-faqs li:last-child {
  margin-top: 15px;
}
.p-ier__menu--list li {
  position: relative;
}
.p-ier__menu--list li::before {
  content: "";
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 3px;
  position: absolute;
  top: 0px;
  margin-top: 6px;
  left: 0;
}
.p-ier__menu--link {
  padding-left: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__menu--link.p-trend {
  display: flex;
  text-align: center;
}
.p-ier__menu--link:hover {
  opacity: 0.7;
}
.p-ier__quarterly {
  margin-top: 16px;
  width: 100%;
  height: 1005px;
  background: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-ier__quarterly {
    height: 481px;
  }
}
.p-ier__table {
  margin-top: 16px;
}
.p-ier__table--dload {
  max-width: 334px;
}
.p-ier__table--dload.p-trendload a,
.p-ier__table--dload.p-trendload button {
  height: 58px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.p-ier__table--dload.p-trendload a span::after,
.p-ier__table--dload.p-trendload button span::after {
  top: 13px;
}
.p-ier__table--dload a,
.p-ier__table--dload button {
  width: 100%;
  height: 48px;
  background: #008b4f;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  outline: none;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-ier__table--dload a,
  .p-ier__table--dload button {
    font-size: 14px;
  }
}
.p-ier__table--dload a:hover,
.p-ier__table--dload button:hover {
  opacity: 0.7;
}
.p-ier__table--dload a span,
.p-ier__table--dload button span {
  position: relative;
}
.p-ier__table--dload a span::after,
.p-ier__table--dload button span::after {
  content: url("../img/common/ic_download.svg");
  width: 20px;
  margin-left: 0px;
  position: absolute;
  right: -30px;
  top: 2px;
}
.p-ier__table--content {
  margin-top: 24px;
  width: 100%;
  height: 586px;
  background: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-ier__table--content {
    height: 386px;
  }
}
.p-ier__subhead {
  margin-top: 16px;
}
.p-ier__head-list {
  margin-top: 32px;
}
.p-ier__head-list:first-child {
  margin-top: 0px;
}
.p-ier__message--img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__message--img img {
    height: 100%;
  }
}
.p-ier__message--content {
  margin-top: 16px;
}
.p-ier__message--content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__message--content p.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__message--content p.pc {
    display: none;
  }
}
.p-ier__message--content p.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-ier__message--content p.sp {
    display: block;
  }
}
.p-ier__message--subheader {
  margin-top: 32px;
}
.p-ier__message--subheader:first-child {
  margin-top: 0px;
}
.p-ier__message--subheader h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.p-ier__message--info {
  margin-top: 32px;
}
.p-ier__message--info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__message--info p a {
  text-decoration: underline;
  color: #3083ad;
}
.p-ier__message--signature {
  padding-top: 24px;
  max-width: 239px;
  margin-left: auto;
}
.p-ier__message--signature img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-ier__governance--table {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table {
    width: 100%;
    padding-bottom: 20px;
    overflow: auto;
  }
}
.p-ier__governance--table .table-content {
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content.p-scroll {
    width: 680px;
  }
}
.p-ier__governance--table .table-content__row {
  display: flex;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__row {
    flex-direction: column;
  }
}
.p-ier__governance--table .table-content__row:last-child {
  border-bottom: 0px solid #dddddd;
}
.p-ier__governance--table .table-content__title {
  flex-basis: 30%;
  padding: 16px 8px 6px 16px;
  border-right: 1px solid #dddddd;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__title {
    flex-basis: 100%;
    border-right: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 16px 16px;
  }
}
.p-ier__governance--table .table-content__title .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__title .title-area {
    justify-content: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__title .title-area__info {
    width: 98px;
  }
}
.p-ier__governance--table .table-content__title .title-area__info span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.p-ier__governance--table .table-content__title .title-area__info h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.p-ier__governance--table .table-content__title .title-area__category--cont {
  margin-top: 4px;
  width: 65px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #336601;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.p-ier__governance--table .table-content__title .title-area__category--cont:first-child {
  margin-top: 0px;
}
.p-ier__governance--table .table-content__title .title-area__category--cont.c-green {
  background: #336601;
}
.p-ier__governance--table .table-content__title .title-area__category--cont.c-red {
  background: #990001;
}
.p-ier__governance--table .table-content__title .title-area__category--cont.c-orange {
  background: #be6402;
}
.p-ier__governance--table .table-content__title .title-area__category--cont.e-orange {
  line-height: 12px;
  font-size: 10px;
}
.p-ier__governance--table .table-content__title--light-green-bg {
  background: #F0F5EB;
}
.p-ier__governance--table .table-content__title--light-blue-bg {
  background: #EAF0F8;
}
.p-ier__governance--table .table-content__desc {
  flex-basis: 70%;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__desc {
    flex-basis: 100%;
  }
}
.p-ier__governance--table .table-content__desc p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.p-ier__governance--table .table-content__head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.p-ier__governance--table .table-content__head--item {
  background: #f9f9f9;
  border-right: 1px solid #dddddd;
  width: 97px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  padding: 11px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ier__governance--table .table-content__head--item:first-child {
  width: 200px;
}
.p-ier__governance--table .table-content__head--item:last-child {
  border-right: 0px solid #dddddd;
}
.p-ier__governance--table .table-content__trow {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.p-ier__governance--table .table-content__trow:last-child {
  border-bottom: 0px solid #dddddd;
}
.p-ier__governance--table .table-content__trow--item {
  border-right: 1px solid #dddddd;
  width: 97px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  padding: 11px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ier__governance--table .table-content__trow--item.lastItem {
  padding-top: 28px;
  padding-bottom: 28px;
}
.p-ier__governance--table .table-content__trow--item:first-child {
  text-align: left;
  padding: 16px 8px 16px 16px;
  background: #F0F5EB;
  width: 200px;
}
.p-ier__governance--table .table-content__trow--item:last-child {
  border-right: 0px solid #dddddd;
}
.p-ier__governance--table .table-content__trow--item .title-area {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.p-ier__governance--table .table-content__trow--item .title-area__info span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.p-ier__governance--table .table-content__trow--item .title-area__info h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.p-ier__governance--table .table-content__trow--item .title-area__category--cont {
  margin-top: 4px;
  width: 65px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #336601;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.p-ier__governance--table .table-content__trow--item .title-area__category--cont:first-child {
  margin-top: 0px;
}
.p-ier__governance--table .table-content__trow--item .title-area__category--cont.c-green {
  background: #336601;
}
.p-ier__governance--table .table-content__trow--item .title-area__category--cont.c-red {
  background: #990001;
}
.p-ier__governance--table .table-content__trow--item .title-area__category--cont.c-orange {
  background: #be6402;
}
.p-ier__governance--table .table-content__trow--item .title-area__category--cont.e-orange {
  line-height: 12px;
  font-size: 10px;
}
.p-ier__governance--table .table-content__trow--item:not(:first-child) {
  font-size: 16px;
  line-height: 24px;
}
.p-ier__governance--table .table-content__skills {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.p-ier__governance--table .table-content__skills:last-child {
  border-bottom: 0px solid #dddddd;
}
.p-ier__governance--table .table-content__skills .thead {
  background: #f9f9f9;
  padding: 16px;
  text-align: center;
}
.p-ier__governance--table .table-content__skills .thead p {
  text-align: center;
  font-weight: 600;
}
.p-ier__governance--table .table-content__skills--title {
  background: #f9f9f9;
  border-right: 1px solid #dddddd;
  flex-basis: 30%;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__governance--table .table-content__skills--title .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__skills--title .pc {
    display: none;
  }
}
.p-ier__governance--table .table-content__skills--title .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__skills--title .sp {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__skills--title {
    padding: 8px;
    text-align: center;
    flex-basis: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-ier__governance--table .table-content__skills--desc {
  flex-basis: 70%;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .p-ier__governance--table .table-content__skills--desc {
    flex-basis: 56%;
  }
}
.p-ier__governance--table .table-content__skills--desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__business--img {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .p-ier__business--img {
    width: 100%;
    overflow: auto;
  }
}
.p-ier__business--img:first-child {
  margin-top: 0px;
}
.p-ier__business--img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__business--img img {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__business--wrapper {
    width: 678px;
  }
}
.p-ier__business--content {
  margin-top: 32px;
  background: #f0f0e1;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .p-ier__business--content {
    padding: 24px 16px;
  }
}
.p-ier__business--content p {
  margin-top: 32px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-ier__business--content p {
    margin-top: 16px;
  }
}
.p-ier__business--content p a {
  text-decoration: underline;
  color: #3083ad;
}
.p-ier__business--content p:first-child {
  margin-top: 0px;
}
.p-ier__photo--row {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p-ier__photo--row {
    grid-template-columns: 2fr;
  }
}
.p-ier__photo--base:hover .p-ier__photo--img {
  overflow: hidden;
}
.p-ier__photo--base:hover .p-ier__photo--img img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-ier__photo--img {
  overflow: hidden;
}
.p-ier__photo--img img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: 1s all;
}
.p-ier__photo--content {
  margin-top: -60px;
  position: relative;
  max-width: 276px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 24px 16px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-ier__photo--content {
    padding: 24px;
  }
}
.p-ier__photo--title {
  height: 65px;
}
@media screen and (max-width: 1024px) {
  .p-ier__photo--title {
    height: 65px;
  }
}
.p-ier__photo--title h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  position: relative;
}
.p-ier__photo--title h4::after {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  background: #008b4f;
  bottom: -12px;
}
@media screen and (max-width: 1024px) {
  .p-ier__photo--title h4::after {
    width: 20px;
  }
}
.p-ier__photo--btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #716f71;
  border-radius: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 46px;
  position: relative;
  transition: 1s all;
}
.p-ier__photo--btn:hover {
  opacity: 0.7;
  transition: 1s all;
}
.p-ier__photo--btn::after {
  content: url("../img/common/ic_arrow_right_wh.svg");
  position: absolute;
  right: 18px;
}
.p-ier__planning--head {
  margin-top: 48px;
}
.p-ier__planning--head:first-child {
  margin-top: 0px;
}
.p-ier__planning--head h3 span.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__planning--head h3 span.pc {
    display: none;
  }
}
.p-ier__planning--head h3 span.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-ier__planning--head h3 span.sp {
    display: block;
  }
}
.p-ier__planning--content {
  margin-top: 16px;
}
.p-ier__planning--content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__planning--content p a {
  color: #3083ad;
  text-decoration: underline;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.p-ier__planning--content p.box {
  margin-top: 16px;
  background: #f3f3f3;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .p-ier__planning--content p.box {
    padding: 24px 16px;
  }
}
.p-ier__planning--content .last {
  margin-top: 35px;
}
.p-ier__planning--content .last a {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-ier__planning--content .last {
    margin-top: 16px;
  }
}
.p-ier__planning--img {
  margin-top: 32px;
}
.p-ier__planning--img img {
  width: 100%;
  display: block;
}
.p-ier__planning--img img.other-img {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-ier__planning--img img.other-img {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__planning--img img {
    height: 100%;
  }
}
.p-ier__planning--info p {
  margin-top: 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-ier__planning--info p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__planning--info p:first-child {
    margin-top: 35px;
  }
}
.p-ier__strategy--head {
  margin-top: 48px;
}
.p-ier__strategy--head:first-child {
  margin-top: 0px;
}
.p-ier__strategy--img {
  margin-top: 16px;
  max-width: 360px;
}
.p-ier__strategy--img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ier__strategy--img img {
    height: 100%;
  }
}
.p-ier__strategy--company {
  margin-top: 16px;
  border: 3px solid #dddddd;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p-ier__strategy--company {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.p-ier__strategy--company .company-logo {
  flex-basis: 27%;
}
@media screen and (max-width: 1024px) {
  .p-ier__strategy--company .company-logo {
    align-self: baseline;
  }
}
.p-ier__strategy--company .company-logo img {
  width: 100%;
  display: block;
  height: 100%;
}
.p-ier__strategy--company .company-info {
  flex-basis: 73%;
}
.p-ier__strategy--company .company-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__strategy--subhead {
  margin-top: 32px;
}
.p-ier__strategy--content {
  margin-top: 16px;
}
.p-ier__strategy--content p {
  margin-top: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__strategy--content p .link {
  text-decoration: underline;
  color: #3083ad;
}
.p-ier__strategy--content p span {
  font-size: 12px;
}
.p-ier__strategy--content p:first-child {
  margin-top: 0px;
}
.p-ier__strategy--content p.a-right {
  text-align: right;
}
.p-ier__strategy--content p.list span {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: block;
  position: relative;
  padding-left: 15px;
}
.p-ier__strategy--content p.list span::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-ier__strategy--box {
  margin-top: 16px;
  background: #f3f3f3;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .p-ier__strategy--box {
    padding: 24px 16px;
  }
}
.p-ier__strategy--box p {
  margin-top: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__strategy--box p strong {
  font-weight: 600;
}
.p-ier__strategy--box p a {
  color: #3083ad;
  text-decoration: underline;
}
.p-ier__strategy--box p:first-child {
  margin-top: 0px;
}
.p-ier__strategy--sustain {
  padding-top: 40px;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ier__strategy--sustain {
    padding-top: 24px;
    width: 100%;
    overflow: auto;
    max-width: 100%;
    padding-bottom: 10px;
  }
}
.p-ier__strategy--sustain img {
  display: block;
  width: 100%;
  height: auto;
}
.p-ier__strategy--sustain-wrapper {
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .p-ier__strategy--sustain-wrapper {
    width: 430px;
    margin: 0 auto;
  }
}
.p-ier__notice--row {
  margin-top: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.p-ier__notice--row:hover .p-ier__notice--img img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-ier__notice--row:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--row {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-ier__notice--img {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-ier__notice--img {
    width: 18.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--img {
    width: 11.7rem;
  }
}
.p-ier__notice--img img {
  transition: 1s all;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .p-ier__notice--content {
    width: calc(100% - 20.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--content {
    width: calc(100% - 13.3rem);
  }
}
.p-ier__notice--content .date {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  display: block;
}
.p-ier__notice--content h3 {
  margin-top: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  color: #3083ad;
}
.p-ier__notice--content h3.h-title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--content h3.h-title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--content h3 {
    font-size: 16px;
  }
}
.p-ier__notice--content h3 span.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--content h3 span.pc {
    display: none;
  }
}
.p-ier__notice--content h3 span.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--content h3 span.sp {
    display: block;
  }
}
.p-ier__notice--content p {
  margin-top: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__notice--content p.info {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--content p.info {
    display: none;
  }
}
.p-ier__notice--description {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--description {
    flex-basis: 100%;
    display: block;
  }
}
.p-ier__notice--description p {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-ier__notice--pagination {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.p-ier__notice--pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 44px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--pagination .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.p-ier__notice--pagination .current {
  background: #716f71;
  color: #ffffff;
}
.p-ier__notice--pagination .next {
  margin-left: 32px;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--pagination .next {
    margin-left: 12px;
  }
}
.p-ier__notice--pagination .prev {
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .p-ier__notice--pagination .prev {
    margin-right: 12px;
  }
}
.p-ier__notice--single .date {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  display: block;
}
.p-ier__notice--single h3 {
  margin-top: 16px;
}
.p-ier__notice--single p {
  margin-top: 17px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__notice--single p a {
  color: #3083ad;
  text-decoration: underline;
}
.p-ier__tagline--title {
  margin-top: 32px;
}
.p-ier__tagline--title p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #008b4f;
}
.p-ier__tagline--content {
  margin-top: 16px;
}
.p-ier__tagline--content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}
.p-ier__tagline--content p.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__tagline--content p.pc {
    display: none;
  }
}
.p-ier__tagline--content p.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-ier__tagline--content p.sp {
    display: block;
  }
}
.p-ier__tagline--info {
  margin-top: 32px;
}
.p-ier__tagline--info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__r-stkhdler--head p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.p-ier__r-stkhdler--head p a {
  font-weight: 600;
  color: #3083ad;
  text-decoration: underline;
}
.p-ier__r-stkhdler--content {
  margin-top: 16px;
}
.p-ier__r-stkhdler--row {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-row-gap: 16px;
  grid-column-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .p-ier__r-stkhdler--row {
    grid-template-columns: 2fr;
    grid-column-gap: 16px;
  }
}
.p-ier__r-stkhdler--item {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier__r-stkhdler--item {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
}
.p-ier__r-stkhdler--item:hover .p-ier__r-stkhdler--img img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-ier__r-stkhdler--item:hover .ier__r-stkhdler--info {
  opacity: 0.7;
  transition: 1s all;
}
.p-ier__r-stkhdler--img {
  overflow: hidden;
  max-width: 130px;
  margin: 0 auto;
}
.p-ier__r-stkhdler--img img {
  width: 100%;
  height: auto;
  transition: 1s all;
  display: block;
}
.p-ier__r-stkhdler--info {
  margin-left: 20px;
  margin-top: 8px;
  position: relative;
}
.p-ier__r-stkhdler--info::before {
  content: url("../img/common/ic_pdf.svg");
  width: 15px;
  position: absolute;
  left: -25px;
}
.p-ier__r-stkhdler--info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier__r-stkhdler--info p span {
  text-decoration: underline;
  color: #3083ad;
}
.p-ier__r-stkhdler--info p.size {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.p-ier__tophead p {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.p-ier .is-style-line-under-1:first-of-type {
  margin-top: 0;
}
.comp-overview__table {
  border: 1px solid #dddddd;
}
.comp-overview__table.en-table .comp-overview__table--title {
  flex-basis: 36%;
}
.comp-overview__table.en-table .comp-overview__table--content {
  flex-basis: 64%;
  padding: 16px;
}
.comp-overview__table--row {
  display: flex;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--row {
    flex-direction: column;
  }
}
.comp-overview__table--row:last-child {
  border-bottom: 0px solid #dddddd;
}
.comp-overview__table--title {
  background: #f9f9f9;
  flex-basis: 25%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 16px;
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--title {
    border-right: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}
.comp-overview__table--title .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--title .pc {
    display: none;
  }
}
.comp-overview__table--title .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--title .sp {
    display: block;
  }
}
.comp-overview__table--content {
  flex-basis: 75%;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.comp-overview__table--content.pd-sched {
  padding: 16px;
}
.comp-overview__table--content span {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.comp-overview__table--content .pc {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--content .pc {
    display: none;
  }
}
.comp-overview__table--content .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--content .sp {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.comp-overview__table--content .link {
  text-decoration: underline;
  color: #3083ad;
  position: relative;
}
.comp-overview__table--list {
  position: relative;
  padding-left: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.comp-overview__table--list::before {
  content: "•";
  left: 0;
  position: absolute;
}
.comp-overview__table--detail {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--detail.en-detail {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--detail.en-detail .detail-tile {
    flex-basis: 51%;
  }
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--detail.extra-detail {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--detail.extra-detail .detail-tile {
    flex-basis: 51%;
  }
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--detail.s-wrap {
    flex-wrap: wrap;
  }
}
.comp-overview__table--detail.topline {
  border-top: 1px dotted #dddddd;
  padding-top: 8px;
}
.comp-overview__table--detail.bottomline {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 8px;
}
.comp-overview__table--detail.bottomlinePd {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 8px;
  padding-top: 8px;
}
.comp-overview__table--detail.dotline {
  border-top: 1px dotted #dddddd;
  border-bottom: 1px dotted #dddddd;
  padding-top: 8px;
  padding-bottom: 8px;
}
.comp-overview__table--detail.first-padLine {
  padding-bottom: 8px;
}
.comp-overview__table--detail.padLine {
  padding-top: 8px;
  padding-bottom: 8px;
}
.comp-overview__table--detail.padLinetop {
  padding-top: 8px;
}
.comp-overview__table--detail .detail-tile {
  flex-basis: 35%;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--detail .detail-tile.s-wrap-title {
    flex-basis: 100%;
  }
}
.comp-overview__table--detail .detail-desc {
  flex-basis: 65%;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .comp-overview__table--detail .detail-desc.s-wrap-desc {
    margin-top: 4px;
    flex-basis: 100%;
  }
}
.comp-overview__table--detail .detail-desc a {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #3083ad;
}
.comp-overview__data--notes {
  margin-top: 17px;
}
.comp-overview__data--notes p, .comp-overview__data--notes.has-xs-font-size {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.comp-overview__data--top {
  margin-top: 32px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .comp-overview__data--top {
    display: none;
  }
}
.comp-overview__data--top a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.comp-overview__data--top a:hover {
  opacity: 0.7;
}
.comp-overview__data--top a .arrow {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.comp-overview__data--top a .text {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.comp-overview__data--title {
  margin-top: 16px;
}
.comp-overview__data--title h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #333333;
}
.comp-overview__data--row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 47px;
}
.comp-overview__data--row.p-item-e {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .comp-overview__data--row {
    grid-template-columns: unset;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .comp-overview__data--item {
    width: 380px;
    overflow: auto;
    margin: 0 auto;
  }
}
.comp-overview__data--item .item-title h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.comp-overview__data--item .item-title__en {
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .comp-overview__data--item .item-title__en {
    height: auto;
  }
}
.comp-overview__data--item .item-table-container {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .comp-overview__data--item .item-table-container.p-container-e {
    width: 336px;
  }
}
.comp-overview__data--item .item-table {
  border: 1px solid #dddddd;
  margin-top: 16px;
}
.comp-overview__data--item .item-table__row {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.comp-overview__data--item .item-table__row:last-child {
  border-bottom: unset;
  background: #f0f0e1;
}
.comp-overview__data--item .item-table__item {
  padding: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  border-right: 1px solid #dddddd;
  text-align: center;
}
.comp-overview__data--item .item-table__item.e-item:nth-child(1) {
  width: 138px !important;
}
.comp-overview__data--item .item-table__item.e-item:nth-child(2) {
  padding: 10px !important;
  width: 115px;
}
.comp-overview__data--item .item-table__item.e-item:nth-child(3) {
  width: 74px;
}
.comp-overview__data--item .item-table__item.last {
  background: #f0f0e1 !important;
}
.comp-overview__data--item .item-table__item:nth-child(1) {
  background: #f9f9f9;
  font-weight: 600;
  width: 98px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comp-overview__data--item .item-table__item:nth-child(2) {
  text-align: right;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .comp-overview__data--item .item-table__item:nth-child(2) {
    width: 120px;
  }
}
.comp-overview__data--item .item-table__item:nth-child(3) {
  border-right: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 84px;
}
.comp-overview__data--tbtlast {
  border: 1px solid #dddddd;
  margin-top: 16px;
}
.comp-overview__data--tbtlast .tbtlast-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.comp-overview__data--tbtlast .tbtlast-row.head {
  background: #f9f9f9;
}
.comp-overview__data--tbtlast .tbtlast-row.head .tbtlast-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.comp-overview__data--tbtlast .tbtlast-row.eb-item .tbtlast-item:nth-child(1) {
  flex-basis: 55%;
}
.comp-overview__data--tbtlast .tbtlast-row.eb-item .tbtlast-item:nth-child(2) {
  flex-basis: 23%;
}
.comp-overview__data--tbtlast .tbtlast-row.eb-item .tbtlast-item:nth-child(3) {
  flex-basis: 22%;
}
.comp-overview__data--tbtlast .tbtlast-item {
  border-right: 1px solid #dddddd;
  padding: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.comp-overview__data--tbtlast .tbtlast-item:nth-child(1) {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 60%;
}
.comp-overview__data--tbtlast .tbtlast-item:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 20%;
}
.comp-overview__data--tbtlast .tbtlast-item:nth-child(3) {
  border-right: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 20%;
}

@media screen and (max-width: 1024px) {
  .tbtlast-container {
    width: 100%;
    overflow: auto;
  }
}

@media screen and (max-width: 1024px) {
  .tbtlast-container-main {
    width: 630px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .p-ier-m__main {
    padding-bottom: 129px;
  }
}
.p-ier-m__header {
  background-image: url("../img/ier/main/img_header.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 520px;
  position: relative;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .p-ier-m__header {
    background-image: url("../img/ier/main/img_header.webp") !important;
    height: 457px !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier-m__header {
    background-image: url("../img/ier/main/img_header_sp.webp");
    height: 693px;
  }
}
.p-ier-m__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.6);
  z-index: 1;
}
.p-ier-m__header--content {
  padding-top: 150px;
  position: relative;
  z-index: 2;
  max-width: 1070px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__header--content {
    padding-top: 130px;
  }
}
.p-ier-m__header--row {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .p-ier-m__header--row {
    grid-template-columns: 2fr 2fr !important;
    max-width: 700px !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier-m__header--row {
    grid-template-columns: 2fr;
    max-width: 335px;
    margin: 0 auto;
    background: #f0f0e1;
    padding: 16px;
    gap: 16px;
  }
}
.p-ier-m__header--item:hover .p-ier-m__header--img img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-ier-m__header--img {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__header--img .pc {
    display: none;
  }
}
.p-ier-m__header--img .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__header--img .sp {
    display: block;
  }
}
.p-ier-m__header--img img {
  transition: 1s all;
  width: 100%;
  height: 407px;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .p-ier-m__header--img img {
    height: 310px !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier-m__header--img img {
    height: 220px;
  }
}
.p-ier-m__header--description {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  width: 232px;
  padding: 24px 16px;
  position: relative;
  margin-top: -115px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__header--description {
    margin-top: -80px;
    width: 263px;
  }
}
.p-ier-m__header--title {
  position: relative;
}
.p-ier-m__header--title.en-title {
  height: 65px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__header--title.en-title {
    height: auto;
  }
}
.p-ier-m__header--title::after {
  position: absolute;
  margin-top: 12px;
  content: "";
  background-color: #008b4f;
  width: 19px;
  height: 2px;
}
.p-ier-m__header--title p,
.p-ier-m__header--title h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.p-ier-m__header--title span {
  display: block;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #333333;
}
.p-ier-m__header--link {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  background: #716f71;
  border-radius: 4px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
  position: relative;
}
.p-ier-m__header--link::after {
  z-index: 5;
  position: absolute;
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 3px;
  right: 10px;
}
.p-ier-m__header--link:hover {
  transition: 1s all;
  opacity: 0.7;
}
.p-ier-m__body {
  padding-top: 151px;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .p-ier-m__body {
    padding-top: 451px !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier-m__body {
    padding-top: 675px;
  }
}
.p-ier-m__title {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__title {
    padding-top: 80px;
  }
}
.p-ier-m__title::after {
  width: 30px;
  height: 2px;
  margin: 16px auto 0px;
  left: 0;
  right: 0;
  content: "";
  background-color: #008b4f;
  position: absolute;
}
.p-ier-m__title h2,
.p-ier-m__title h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #000000;
}
.p-ier-m__ntce {
  padding-top: 56px;
}
.p-ier-m__ntce--row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--row {
    max-width: 380px;
    margin: 0 auto;
    gap: 8px;
  }
}
.p-ier-m__ntce--item {
  flex-basis: 32%;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
@media (min-width: 1025px) and (max-width: 1039px) {
  .p-ier-m__ntce--item {
    flex-basis: 31%;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--item {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding: 8px;
  }
}
.p-ier-m__ntce--item:hover .p-ier-m__ntce--img img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-ier-m__ntce--item:nth-child(4), .p-ier-m__ntce--item:nth-child(5) {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--item:nth-child(4), .p-ier-m__ntce--item:nth-child(5) {
    gap: 0px;
  }
}
.p-ier-m__ntce--item:nth-child(4) .p-ier-m__ntce--img, .p-ier-m__ntce--item:nth-child(5) .p-ier-m__ntce--img {
  flex-basis: 25%;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--item:nth-child(4) .p-ier-m__ntce--img, .p-ier-m__ntce--item:nth-child(5) .p-ier-m__ntce--img {
    flex-basis: 40%;
  }
}
.p-ier-m__ntce--item:nth-child(4) .p-ier-m__ntce--img img, .p-ier-m__ntce--item:nth-child(5) .p-ier-m__ntce--img img {
  width: 100%;
  height: 130px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--item:nth-child(4) .p-ier-m__ntce--img img, .p-ier-m__ntce--item:nth-child(5) .p-ier-m__ntce--img img {
    width: 126px;
    height: 70px;
  }
}
.p-ier-m__ntce--item:nth-child(4) .p-ier-m__ntce--description, .p-ier-m__ntce--item:nth-child(5) .p-ier-m__ntce--description {
  flex-basis: 75%;
  padding: 16px 16px 16px 0px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--item:nth-child(4) .p-ier-m__ntce--description, .p-ier-m__ntce--item:nth-child(5) .p-ier-m__ntce--description {
    flex-basis: 60%;
    padding: 0px 0px 0px 8px;
  }
}
.p-ier-m__ntce--img {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--img {
    flex-basis: 40%;
  }
}
.p-ier-m__ntce--img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  transition: 1s all;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--img img {
    width: 126px;
    height: 70px;
  }
}
.p-ier-m__ntce--description {
  padding: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--description {
    flex-basis: 60%;
    padding: 0px 0px 0px 8px;
  }
}
.p-ier-m__ntce--description span {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.p-ier-m__ntce--description .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--description .pc {
    display: none;
  }
}
.p-ier-m__ntce--description .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--description .sp {
    display: block;
  }
}
.p-ier-m__ntce--description h3 {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--description h3 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }
}
.p-ier-m__ntce--titlebox {
  max-width: 280px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--titlebox {
    max-width: 190px;
  }
}
.p-ier-m__ntce--destitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__ntce--destitle {
    font-size: 14px;
  }
}
.p-ier-m__ntce--btn {
  margin-top: 40px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.p-ier-m__link {
  background: #716f71;
  border-radius: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff !important;
  width: 100%;
  height: 48px;
  position: relative;
}
.p-ier-m__link::after {
  position: absolute;
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 3px;
  right: 15px;
}
.p-ier-m__link:hover {
  opacity: 0.7;
}
.p-ier-m__menu {
  padding-top: 100px;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__menu {
    padding-top: 80px;
  }
}
.p-ier-m__menu--row {
  background: #f0f0e1;
  padding: 26px 26px 32px;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 24px;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .p-ier-m__menu--row {
    grid-template-columns: 2fr 2fr !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-ier-m__menu--row {
    grid-template-columns: 2fr;
    padding: 16px 8px 20px;
    gap: 16px;
  }
}
.p-ier-m__menu--img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.p-ier-m__menu--description {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  margin-right: 24px;
  padding: 24px;
  position: relative;
  margin-top: -50px;
  height: 320px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__menu--description {
    margin-right: 43px;
    height: auto;
  }
}
.p-ier-m__menu--title {
  position: relative;
  padding-bottom: 24px;
}
.p-ier-m__menu--title::after {
  content: "";
  margin-top: 12px;
  background-color: #008b4f;
  width: 30px;
  height: 2px;
  position: absolute;
}
.p-ier-m__menu--title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.p-ier-m__menu--list {
  margin-top: 4px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p-ier-m__menu--list > a {
    display: inline-block;
  }
  .p-ier-m__menu--list::after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: #333333;
    transition: all 0.3s;
  }
  .p-ier-m__menu--list:hover::after {
    width: 100%;
  }
}
.p-ier-m__menu--list::before {
  content: url("../img/common/ic_arrow_right.svg");
  left: -24px;
  position: absolute;
  padding-left: 10px;
}
.p-ier-m__menu--link {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.p-ier-m__menu--link span {
  font-size: 10px;
  line-height: 16px;
}
.p-ier-m__menu--link.copy-link {
  position: relative;
}
.p-ier-m__menu--link.copy-link::after {
  margin-left: 7px;
  content: url("../img/common/ic_copy.svg");
}
.p-ier-m__menu--link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__research {
    padding: 32px 20px;
  }
}
.p-ier-m__information {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__information {
    margin-top: 64px;
  }
}
.p-ier-m__information--bg {
  height: 370px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__information--bg {
    height: 462px;
  }
}
.p-ier-m__information--img {
  position: absolute;
  left: 0;
  right: 0;
}
.p-ier-m__information--img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 370px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__information--img img {
    height: 462px;
  }
}
.p-ier-m__information--container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__information--container {
    position: relative;
    padding-top: 170px;
  }
}
.p-ier-m__information--content {
  width: 480px;
  margin-left: auto;
  height: 258px;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.25);
}
.p-ier-m__information--content.en-content {
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .p-ier-m__information--content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    width: 335px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-ier-m__information--title {
  position: relative;
}
.p-ier-m__information--title::after {
  content: "";
  margin-top: 16px;
  background-color: #008b4f;
  width: 30px;
  height: 2px;
  position: absolute;
}
.p-ier-m__information--title p {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #333333;
}
.p-ier-m__information--desc {
  margin-top: 32px;
}
.p-ier-m__information--desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.p-ier-m__information--link {
  margin-top: 24px;
  max-width: 260px;
}

@media screen and (max-width: 1024px) {
  .pcImgtop {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .spImgtop {
    display: none;
  }
}

h3.is-style-line-under-1 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 0.8rem;
  margin: 4rem 0 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b4f), to(#008b4f)) no-repeat bottom left/100% 0.2rem;
  background: -webkit-linear-gradient(#008b4f, #008b4f) no-repeat bottom left/100% 0.2rem;
  background: linear-gradient(#008b4f, #008b4f) no-repeat bottom left/100% 0.2rem;
}
@media screen and (max-width: 1024px) {
  h3.is-style-line-under-1 {
    font-size: 20px;
    margin-top: 3.2rem;
  }
}

.sched-date + .wp-block-columns {
  border-top: 1px solid #ddd !important;
}

.p-midcareer__bg {
  background-image: url("../img/recruit/mid-career-top@2x.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 563px;
  padding: 48px 0px;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__bg {
    background-image: url("../img/recruit/mid-career-top-sp@2x.webp");
    padding: 32px 0px;
    height: 580px;
  }
}
.p-midcareer__header--top {
  width: 243px;
  height: 142px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.25);
  padding: 16px 13px;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--top {
    width: 175px;
    height: 148px;
    padding: 16px 8px;
  }
}
.p-midcareer__header--top p {
  margin-top: 34px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--top p {
    margin-top: 18px;
  }
}
.p-midcareer__header--top p .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--top p .pc {
    display: none;
  }
}
.p-midcareer__header--top p .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--top p .sp {
    display: block;
  }
}
.p-midcareer__header--title {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  position: relative;
  text-align: left;
}
.p-midcareer__header--title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0px;
  background-color: #008B4F;
  width: 30px;
  height: 2px;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--title::after {
    bottom: -9px;
  }
}
.p-midcareer__header--tagline {
  margin-top: 49px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--tagline {
    margin-top: 64px;
  }
}
.p-midcareer__header--tagline h3 {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--tagline h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.p-midcareer__header--tagline p {
  margin-top: 24px;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--tagline p {
    margin-top: 8px;
  }
}
.p-midcareer__header--tagline p .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--tagline p .pc {
    display: none;
  }
}
.p-midcareer__header--tagline p .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__header--tagline p .sp {
    display: block;
  }
}
.p-midcareer__service {
  margin-top: 40px;
}
.p-midcareer__service--bg {
  background-color: #F0F0E1;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__service--bg {
    padding: 24px 10px;
  }
}
.p-midcareer__service--row {
  display: grid;
  grid-template-columns: 2fr 2fr;
  column-gap: 8px;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__service--row {
    grid-template-columns: 2fr;
    row-gap: 20px;
  }
}
.p-midcareer__service--item {
  display: block;
}
.p-midcareer__service--item:hover .p-midcareer__service--img img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.p-midcareer__service--img {
  overflow: hidden;
  transition: 1s all;
}
.p-midcareer__service--img img {
  transition: 1s all;
  width: 338px;
  height: 202px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__service--img img {
    width: 100%;
    height: 209px;
  }
}
.p-midcareer__service--content {
  margin-top: -50px;
  position: relative;
  width: 276px;
  height: 324px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.1);
  padding: 24px 16px 22px;
  text-align: left;
}
.p-midcareer__service--content h3 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.p-midcareer__service--content h3::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0px;
  background-color: #008B4F;
  width: 19px;
  height: 2px;
}
.p-midcareer__service--content p {
  margin-top: 24px;
  height: 162px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.p-midcareer__service--btn {
  margin-top: 16px;
  border-radius: 5px;
  background: #716F71;
  width: 100%;
  height: 42px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}
.p-midcareer__service--btn:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.p-midcareer__service--btn::before {
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  padding: 3px;
  position: absolute;
  top: 17px;
  right: 18px;
}
.p-midcareer__seemore {
  margin-top: 48px;
}
.p-midcareer__seemore--title {
  text-align: left;
}
.p-midcareer__seemore--body {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  column-gap: 24px;
  row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__seemore--body {
    grid-template-columns: 2fr;
    row-gap: 16px;
  }
}
.p-midcareer__seemore--box {
  position: relative;
  margin-top: -69px;
  width: 276px;
  height: 152px;
  background-color: #ffffff;
  padding: 24px 16px;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
}
.p-midcareer__seemore--box h3 {
  text-align: left;
}
.p-midcareer__seemore--box .btn-area {
  margin-top: 28px;
  border-radius: 5px;
  background: #716F71;
  width: 100%;
  height: 42px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-midcareer__seemore--box .btn-area {
    margin-top: 16px;
  }
}
.p-midcareer__seemore--box .btn-area:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.p-midcareer__seemore--box .btn-area::before {
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  padding: 3px;
  position: absolute;
  top: 17px;
  right: 18px;
}

.bannerTop {
  padding-top: 71px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.bannerTop__bg {
  position: relative;
  width: 100%;
  height: 524px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .bannerTop__bg {
    height: 210px;
    background: #fff;
  }
}
.bannerTop__slide {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.bannerTop__slide:first {
  display: block;
}
.bannerTop__slide--sp {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.bannerTop__slide--sp:first {
  display: block;
}
.bannerTop__content {
  margin-top: -470px;
  margin-left: 50px;
  max-width: 520px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bannerTop__content {
    padding: 14px 24px 24px;
    max-width: 375px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }
}
.bannerTop__content--title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .bannerTop__content--title {
    background: #716F71;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 14px;
  }
}
@media screen and (max-width: 1024px) {
  .bannerTop__content--titleInner {
    display: block;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .bannerTop__content--header {
    font-weight: 700;
    display: block;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid #000;
    padding-bottom: 9px;
  }
  .bannerTop__content--header::before {
    content: "";
    position: absolute;
    background: #000;
    width: 4px;
    height: 18px;
    right: 8px;
    top: 3px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .bannerTop__content--header::after {
    content: "";
    position: absolute;
    background: #000;
    width: 4px;
    height: 18px;
    right: 8px;
    top: 3px;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
}
.bannerTop__content--description {
  padding-top: 36px;
}
@media screen and (max-width: 1024px) {
  .bannerTop__content--description {
    display: none;
  }
}
.bannerTop__content--description p {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  color: #008B4F;
}
.bannerTop__content--description p:nth-last-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .bannerTop__content--description p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
  }
}

@media screen and (max-width: 1024px) {
  .bannerMain {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .l-top .bannerMain {
    padding-bottom: 0px;
  }
}
.bannerMain__container {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .bannerMain__container {
    max-width: 550px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bannerMain__row {
  padding-top: 74px;
}
@media screen and (max-width: 1024px) {
  .bannerMain__row {
    padding-top: 10px;
  }
}
.bannerMain__item {
  margin-top: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.bannerMain__item:hover .bannerMain__item--img img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
@media screen and (max-width: 1024px) {
  .bannerMain__item {
    flex-direction: column;
    padding: 24px 8px 64px;
    gap: 16px;
  }
}
.bannerMain__item--img {
  flex-basis: 37%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bannerMain__item--img {
    flex-basis: 100%;
  }
}
.bannerMain__item--img img {
  width: 100%;
  height: 194px;
  object-fit: cover;
  object-position: top;
  transition: 1s all;
}
.bannerMain__item--info {
  flex-basis: 63%;
  position: relative;
}
.bannerMain__item--info.x-icon::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bannerMain__item--info {
    flex-basis: 100%;
  }
}
.bannerMain__item--info::after {
  content: url("../img/common/ic_copy.svg");
  position: absolute;
  right: 0px;
  bottom: -10px;
  transform: scale(1.4);
}
@media screen and (max-width: 1024px) {
  .bannerMain__item--info::after {
    right: 20px;
    bottom: -40px;
    transform: scale(1.7);
  }
}
.bannerMain__item--title {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #008B4F;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bannerMain__item--title {
    font-size: 24px;
    line-height: 36px;
  }
}
.bannerMain__item--title::after {
  position: absolute;
  left: 0;
  bottom: -9px;
  content: "";
  background-color: #008B4F;
  width: 30px;
  height: 2px;
}
.bannerMain__item--desc {
  padding-right: 24px;
  margin-top: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .bannerMain__item--desc {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .l-top {
    padding-bottom: 129px;
  }
}

.u-color-black {
  color: #333333;
}

.u-color-green {
  color: #008B4F;
  opacity: 35%;
}

.u-d-b-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-d-b-pc {
    display: none;
  }
}

.u-d-b-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-d-b-sp {
    display: block;
  }
}

.u-op-0 {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .is-open.bannerTop__content--header::before {
    transform: rotate(90deg);
  }
}

@media (min-width: 1270px) and (max-width: 1366px) {
  .bannerTop__content {
    max-width: 480px;
  }
}
@media (min-width: 1170px) and (max-width: 1270px) {
  .bannerTop__content {
    max-width: 430px;
  }
}
@media (min-width: 1110px) and (max-width: 1170px) {
  .bannerTop__content {
    max-width: 410px;
  }
}
@media (min-width: 1025px) and (max-width: 1110px) {
  .bannerTop__content {
    max-width: 380px;
  }
}

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