@charset "UTF-8";

#js-fixed-image {
  display: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

#js-fixed-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right,
      hsla(207, 100%, 39%, 0.8),
      hsla(203, 100%, 60%, 0.2));
  z-index: 10;
}

#js-fixed-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(/wp-content/themes/exness_corporate/assets/image/recruit-bg.png);
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}

#page {
  position: relative;
  z-index: 1;
}

.section_page {
  background: #fff;
}

.about_us_paragraph {
  letter-spacing: 0.025em;
  line-height: 61px;
  margin-top: 2px;
  margin-bottom: 30px;
}

.about_us_paragraph:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  margin-bottom: -16px;
}

.about_us_paragraph:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  margin-bottom: -16px;
}

/*** Background Image for "ABOUT US" section ***/
.bg-about_us {
  background-image: url(../image/background/bg-about-us.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service_item {
  flex-wrap: wrap;
}

.service_item_img {
  width: 100%;
  height: auto;
}

.stamp-gradient {
  position: relative;
  z-index: 1;
}

.stamp-gradient:before {
  content: "";
  width: 845px;
  height: 631px;
  position: absolute;
  z-index: -1;
  background: url(../image/gradient01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 150% top;
  opacity: 0.21;
  background-blend-mode: multiply;
  transform: rotate(-36deg);
}

.bg-heading1 {
  /* background: linear-gradient(90deg, #007CC0 0%, #1471c6 100%); */
  background-color: #fff;
  background-image: url(../image/bg-heading1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gradient-filter {
  position: relative;
}

.gradient-filter:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, #0054b7 0%, #007fce 100%);
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.img-shadow {
  position: relative;
  z-index: 2;
}

.img-shadow:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(16px);
  transform: translateY(10px) scale(1.02);
}

.img-shadow-blue:before {
  background: linear-gradient(270deg, #3c6ef5 0%, #16a2e0 100%);
  opacity: 0.22;
}

div[name="panel"] {
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
}

div[name="panel-1"] {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 4;
}

div[name="panel-2"] {
  grid-column: 2/3;
  grid-row: 1/4;
  position: relative;
  z-index: 3;
}

div[name="panel-3"] {
  grid-column: 1/2;
  grid-row: 2/4;
  position: relative;
  z-index: 2;
}

div[name="panel-4"] {
  grid-column: 1/3;
  grid-row: 4/5;
  position: relative;
  z-index: 1;
}

div[name="panel"]:nth-child(1) {
  z-index: 60;
}

div[name="panel"]:nth-child(2) {
  z-index: 50;
}

div[name="panel"]:nth-child(3) {
  z-index: 40;
}

div[name="panel"]:nth-child(4) {
  z-index: 30;
}

div[name="panel"]:nth-child(5) {
  z-index: 20;
}

div[name="panel"]:nth-child(6) {
  z-index: 10;
}

.panel_img {
  max-width: 464px;
  margin-left: auto;
}

div[name="panel"]:last-child {
  padding-bottom: 0 !important;
}

/*** ***/
.service-badge {
  width: 170px;
  height: 170px;
  background: #eff4f7;
  border-radius: 50%;
}

.step-arrow:before {
  content: url(../svg/triangle-blue.svg);
  position: relative;
  top: 73px;
  display: flex;
  justify-content: center;
}

.hover-scale-1 {
  transition: all 0.5s;
  display: block;
}

.hover-scale-1:hover {
  transform: scale(1.1);
}

.hover-scale-banner:hover .hover-scale-1 {
  transform: scale(1.1);
}

.d-grid[grid-pattern="service_consulting"] {
  gap: 0 120px;
}

.d-grid[grid-pattern="service_consulting"]>div:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
}

.d-grid[grid-pattern="service_consulting"]>div:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}

.d-grid[grid-pattern="service_consulting"]>div:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}

.d-grid[grid-pattern="service_consulting"]>div:nth-child(4) {
  grid-column: 2/3;
  grid-row: 1/2;
}

.d-grid[grid-pattern="service_consulting"]>div:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.d-grid[grid-pattern="service_consulting"]>div:nth-child(6) {
  grid-column: 2/3;
  grid-row: 3/4;
}

.d-grid[grid-pattern="category"] {
  grid-template-columns: calc(100% - 308px) 308px;
  grid-template-rows: auto 1fr;
}

.d-grid[grid-pattern="category"]>div:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}

.d-grid[grid-pattern="category"]>div:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}

.d-grid[grid-pattern="category"]>div:nth-child(3) {
  grid-column: 1/3;
  grid-row: 3/4;
}

.d-grid[grid-pattern="category"]>div:nth-child(4) {
  grid-column: 2/3;
  grid-row: 1/3;
}

.post:nth-child(2) {
  margin-right: 70px;
  margin-left: 70px;
}

/**********************************
pagination
**********************************/
.pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination li {
  margin: 5px;
}

.page-numbers {
  padding: 5px 10px;
  text-decoration: none;
  color: #505050;
  font-size: 18px;
}

.page-numbers.current {
  color: #0c6ca8;
}

.pagination-total {
  text-align: center;
}

.input_reuire:before {
  content: "必須";
  background: red;
  color: white;
  display: inline-block;
  width: 40px;
  text-align: center;
  letter-spacing: 0.025em;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: bold;
}

#btn_contat_submit {
  display: block;
  width: 397px;
  background: #0c6ca8;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

#btn_contat_submit:after {
  content: url(../svg/arrow/upper-right-white.svg);
  position: absolute;
  top: 18px;
  right: 33px;
}

#btn_contat_submit:hover {
  opacity: 0.8;
}

.bg-sky {
  background-image: url(../image/background/119399597.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-sky2 {
  background-image: url(../image/background/sky2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

div[grid-pattern="grid-row1-6"] {
  grid-template-rows: 6.5%;
}

/* .adjust-icon-font {
    width: 34px;
      height:34px;
} */
ul.mb-li-4>li {
  margin-bottom: 4px;
}

.bg-dot:before {
  content: url(../image/background/dot.svg);
  position: absolute;
  top: -40px;
  right: -130px;
  z-index: -1;
}

.h-heading1 {
  height: 23vw;
}

.member-img {
  aspect-ratio: 1/1.213 !important;
  object-fit: cover;
}

.icon-font {
  margin-right: 45px;
}

.icon-font:before {
  position: absolute;
  bottom: -6px;
}

.icon-font-01:before {
  content: url(../svg/icon-font-pc/01.svg);
}

.icon-font-02:before {
  content: url(../svg/icon-font-pc/02.svg);
}

.icon-font-03:before {
  content: url(../svg/icon-font-pc/03.svg);
}

.icon-font-04:before {
  content: url(../svg/icon-font-pc/04.svg);
}

.icon-font-05:before {
  content: url(../svg/icon-font-pc/05.svg);
}

.icon-font-06:before {
  content: url(../svg/icon-font-pc/06.svg);
}

.icon-font-07:before {
  content: url(../svg/icon-font-pc/07.svg);
}

.icon-font-08:before {
  content: url(../svg/icon-font-pc/08.svg);
}

.icon-font-09:before {
  content: url(../svg/icon-font-pc/09.svg);
}

.icon-font-10:before {
  content: url(../svg/icon-font-pc/10.svg);
}

.adjust-postBox {
  position: relative;
  top: -120px;
}

/*** md ***/
@media (max-width: 800px) {

  /*** about us section ***/
  .about_us_paragraph {
    font-size: 12px;
    line-height: 30px;
    text-align: left;
  }

  .about_us_paragraph:before,
  .about_us_paragraph:after {
    content: none;
  }

  #heading1_recruit {
    font-size: 43px;
    line-height: 43px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  div[name="panel-1"] {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  div[name="panel-2"] {
    grid-column: 1/3;
    grid-row: 2/4;
  }

  div[name="panel-3"] {
    grid-column: 1/3;
    grid-row: 4/5;
  }

  div[name="panel-4"] {
    grid-column: 1/3;
    grid-row: 5/6;
  }

  .panel_img {
    max-width: 100%;
  }

  .panel_img>img.member-img {
    aspect-ratio: 1/1.213 !important;
    object-fit: cover;
  }

  .panel_img>img {
    aspect-ratio: 1/0.875;
    object-fit: cover;
  }

  .top_service_img>img {
    aspect-ratio: 1/0.722 !important;
    object-fit: cover;
  }

  .stamp-gradient:before {
    transform: rotate(15deg);
  }

  .service-badge {
    width: 170px;
    height: 170px;
    justify-content: center;
  }

  .step-arrow:before {
    top: 0;
    transform: rotate(90deg);
    padding: 20px 0;
  }

  .d-grid[grid-pattern="service_consulting"] {
    gap: 0 0;
  }

  .d-grid[grid-pattern="service_consulting"]>div {
    grid-column: 1/3 !important;
  }

  .d-grid[grid-pattern="service_consulting"]>div:first-child {
    grid-row: 1/2;
  }

  .d-grid[grid-pattern="service_consulting"]>div:nth-child(2) {
    grid-row: 2/3;
  }

  .d-grid[grid-pattern="service_consulting"]>div:nth-child(3) {
    grid-row: 3/4;
  }

  .d-grid[grid-pattern="service_consulting"]>div:nth-child(4) {
    grid-row: 4/5;
  }

  .d-grid[grid-pattern="service_consulting"]>div:nth-child(5) {
    grid-row: 5/6;
  }

  .d-grid[grid-pattern="service_consulting"]>div:nth-child(6) {
    grid-row: 6/7;
  }

  .d-grid[grid-pattern="category"] {
    /* grid-template-columns: calc(100% - 308px) 308px; */
    grid-template-columns: 100% 0;
  }

  .d-grid[grid-pattern="category"]>div:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .d-grid[grid-pattern="category"]>div:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .d-grid[grid-pattern="category"]>div:nth-child(3) {
    grid-column: 1/3;
    grid-row: 3/4;
  }

  .d-grid[grid-pattern="category"]>div:nth-child(4) {
    grid-column: 1/3;
    grid-row: 5/6;
  }

  .d-grid[grid-pattern="category"]>div:nth-child(5) {
    grid-column: 1/3;
    grid-row: 4/5;
  }

  .post {
    max-width: 100%;
  }

  .post:nth-child(2) {
    margin: 0 auto;
  }

  .post:not(:first-child) {
    padding-top: 10px;
  }

  #category_side_bar {
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
  }

  .input_reuire:before {
    font-size: 12px;
    margin-right: 8px;
  }

  #btn_contat_submit {
    width: 297px;
  }

  div[grid-pattern="grid-row1-6"] {
    grid-template-rows: none;
  }

  .bg-heading1 {
    /* background-image: none; */
    background: linear-gradient(90deg, #007cc0 0%, #1471c6 100%);
  }

  /* .adjust-icon-font {
      width: 1;
      height: auto;
  } */
  .icon-font {
    margin-right: 30px;
  }

  .icon-font:before {
    bottom: -4px;
  }

  .icon-font-01:before {
    content: url(../svg/icon-font/01.svg);
  }

  .icon-font-02:before {
    content: url(../svg/icon-font/02.svg);
  }

  .icon-font-03:before {
    content: url(../svg/icon-font/03.svg);
  }

  .icon-font-04:before {
    content: url(../svg/icon-font/04.svg);
  }

  .icon-font-05:before {
    content: url(../svg/icon-font/05.svg);
  }

  .icon-font-06:before {
    content: url(../svg/icon-font/06.svg);
  }

  .icon-font-07:before {
    content: url(../svg/icon-font/07.svg);
  }

  .icon-font-08:before {
    content: url(../svg/icon-font/08.svg);
  }

  .icon-font-09:before {
    content: url(../svg/icon-font/09.svg);
  }

  .icon-font-10:before {
    content: url(../svg/icon-font/10.svg);
  }

  .w-md-add-32 {
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
  }

  #phone-icon {
    position: relative;
    top: 2px;
  }

  .adjust-postBox {
    top: 0;
  }
}

.bg-recruit-parallax p {
  text-shadow: 1px 1px 5px #000000, 1px 1px 5px #000000, 1px 1px 5px #000000;
  font-size: 16px;
}

/* ethical-allowance */
.inport {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.inport iframe,
.inport object,
.inport embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-width {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.media-padding {
  padding-bottom: 100px;
}

@media (max-width: 800px) {
  .media-padding {
    padding-top: 0 !important;
    padding-bottom: 70px;
  }

  .media-width p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* --------------------------------------------------------
-----------------------------------------------------------
 投稿
-----------------------------------------------------------
----------------------------------------------------------- */
.p-global-article-list__article a {
  display: block;
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Recruit
-----------------------------------------------------------
----------------------------------------------------------- */
/*** background image for "RECRUIT" section ***/
.bg-recruit-parallax {
  /* background: url(../image/background/recruit.png) center no-repeat fixed; */
  /* background: url(../image/background/bg-recruit/retina.webp) no-repeat fixed; */
  background-size: cover;
  position: relative;
  background-position: center;
}

#heading1_recruit {
  font-size: 74px;
  letter-spacing: 0.2em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: white;
  line-height: 80px;
  text-shadow: 1px 1px 4px #000000, 1px 1px 4px #000000;
}

#heading1_recruit:after {
  content: none;
}

.p-global-recruit {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 90px 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  gap: 50px 40px;
  max-width: 1120px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

@media (max-width: 1100px) {
  .p-global-recruit {
    justify-content: center;
  }
}

.p-global-recruit__title-main {
  letter-spacing: 0.15em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 0.95;
  font-size: 142px;
}

@media (max-width: 1100px) {
  .p-global-recruit__title-main {
    font-size: 122px;
  }
}

@media (max-width: 800px) {
  .p-global-recruit__title-main {
    font-size: 72px;
  }
}

.p-global-recruit__title-main span {
  display: block;
}

.p-global-recruit__title-main-text01 {
  font-size: 107%;
  letter-spacing: 0.1em;
}

.p-global-recruit__title-sub {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

@media (max-width: 800px) {
  .p-global-recruit__title-sub {
    font-size: 18px;
  }
}

.p-global-recruit__body-text {
  font-size: 20px;
  line-height: 2.1;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .p-global-recruit__body-text {
    font-size: 17px;
  }
}

@media (max-width: 800px) {
  .p-global-recruit__body-text {
    font-size: 15px;
  }
}

.p-global-recruit__body-link {
  margin-top: 26px;
  display: flex;
}

.p-global-recruit__body-link a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: inherit !important;
  text-decoration: none;
  gap: 16px;
  font-size: 17px;
}

@media (max-width: 800px) {
  .p-global-recruit__body-link a {
    font-size: 15px;
  }
}

.p-global-recruit__body-link a img {
  transition: all 0.3s;
}

.p-global-recruit__body-link a:hover img {
  transform: scale(1.3);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 パンくずリスト
-----------------------------------------------------------
----------------------------------------------------------- */
.col2 .keni-breadcrumb-list_outer {
  max-width: 1110px;
}

.keni-breadcrumb-list_inner {
  line-height: 1.3;
  padding: 3px 0;
}

.keni-breadcrumb-list li {
  font-size: 1.2rem;
  color: var(--light-steel);
}

.keni-breadcrumb-list li:first-child::before {
  display: none;
}

.keni-breadcrumb-list li::after {
  font-size: inherit;
}

@media (max-width: 800px) {
  .keni-breadcrumb-list li {
    font-size: 10px;
    display: inline;
  }

  .keni-breadcrumb-list li::after {
    margin: 0 2px;
  }
}

.keni-breadcrumb-list li a {
  color: inherit;
}

/*
===========================================================
 local
=========================================================== */
/* --------------------------------------------------------
-----------------------------------------------------------
 top
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 h1.top
----------------------------------------------------------- */
body.page-id-1527 .bg-about_us h1 {
  font-size: 50px;
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 0.25em;
  line-height: 50px;
  margin-bottom: 0;
}

body.page-id-1527 .bg-about_us h1::after {
  content: attr(data-title);
  display: block;
  margin-top: 20px;
  padding: 5px 0;
  font-size: 13px;
  /* font-family: source-han-sans-japanese, "游ゴシック", "游ゴシック体",
    "Yu-Gothic", "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif; */
  font-family: Arial, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", 'Yu-Gothic', 'Yu Gothic', 'YuGothic', "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 13px;
  letter-spacing: 0.15em;
  font-weight: 700;
}

@media (max-width: 800px) {
  body.page-id-1527 .bg-about_us h1 {
    text-align: left;
    font-size: 36px;
    line-height: 36px;
  }

  body.page-id-1527 .bg-about_us h1::after {
    font-size: 12px;
    margin-top: 15px;
  }
}

/*
-----------------------------------------------------------
 first view section
----------------------------------------------------------- */
body.page-id-1527 #first_view {
  width: 100vw;
  height: calc(100vh - 70px);
  background: #0c6ca8;
  position: relative;
}

@media (max-width: 800px) {
  body.page-id-1527 #first_view {
    height: calc(100vh - 46px);
  }
}

body.page-id-1527 #first_view .bg-first_view>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.page-id-1527 #first_view .bg-first_view>div[name="layer3"] {
  background-image: url(../image/background/first_view/layer3.jpg);
}

body.page-id-1527 #first_view .bg-first_view>div[name="layer2"] {
  background-image: url(../image/background/first_view/layer2.jpg);
  will-change: filter;
  animation: circleBlur_2 1.2s ease-in forwards;
}

body.page-id-1527 #first_view .bg-first_view>div[name="layer1"] {
  background-image: url(../image/background/first_view/layer1.jpg);
  will-change: filter;
  animation: circleBlur_1 1.2s ease-in forwards;
}

@keyframes circleBlur_1 {
  0% {
    clip-path: circle(85% at center);
  }

  100% {
    clip-path: circle(50% at center);
  }
}

@keyframes circleBlur_2 {
  0% {
    clip-path: circle(85% at center);
  }

  100% {
    clip-path: circle(58% at center);
  }
}

body.page-id-1527 #first_view .first_view_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-id-1527 #first_view .catch_copy_wrapper {
  top: calc(75% + 20px);
}

@media (max-width: 800px) {
  body.page-id-1527 #first_view .catch_copy_wrapper {
    top: calc(75% + 10px);
  }
}

body.page-id-1527 #first_view .catch_copy {
  color: white;
  font-size: 29px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.15em;
}

@media (max-width: 800px) {
  body.page-id-1527 #first_view .catch_copy {
    font-size: 18px;
    line-height: 27px;
  }
}

body.page-id-1527 #first_view .first_view_scroll_logo {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.25em;
  position: relative;
  top: -14px;
}

/*
-----------------------------------------------------------
 service
----------------------------------------------------------- */
body.page-id-1527 #service {
  background: linear-gradient(to top left, #002038, #0271b6) !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /service/glasses
-----------------------------------------------------------
----------------------------------------------------------- */
body.page-id-1311 .brand-block-title {
  text-align: center;
  margin-bottom: 37px;
}

@media (max-width: 800px) {
  body.page-id-1311 .brand-block-list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  body.page-id-1311 .brand-block-list li+li {
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  body.page-id-1311 .brand-block-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px 0;
  }

  body.page-id-1311 .brand-block-list li {
    width: calc((100% - 50px) / 2);
  }
}

body.page-id-1311 .brand-block-list a img {
  display: block;
}

body.page-id-1311 .brand-block-list .banner-cocoro a {
  position: relative;
  display: block;
  background: #fff;
  height: 0;
  padding-bottom: 34.5%;
}

body.page-id-1311 .brand-block-list .banner-cocoro img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 66%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /about-us
-----------------------------------------------------------
----------------------------------------------------------- */
body.page-id-10 .section_page.about-us {
  padding: 65px 50px;
}

body.page-id-10 div[name="panel-3"] {
  z-index: 4;
}

/*** md ***/
@media (max-width: 800px) {
  body.page-id-10 .section_page.about-us {
    padding: 30px 40px;
  }
}

@media (min-width: 801px) {
  body.page-id-10 .vision-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  body.page-id-10 .vision-body .img-wrap {
    flex: 1;
  }

  body.page-id-10 .vision-body .text-wrap {
    width: 43%;
  }
}

@media (max-width: 800px) {
  body.page-id-10 .vision-body .img-wrap {
    margin-top: 30px;
  }
}

body.page-id-10 .vision-main-text {
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-bottom: 30px;
  font-size: 21px;
}

@media (max-width: 800px) {
  body.page-id-10 .vision-main-text {
    font-size: 14px;
  }
}

body.page-id-10 .vision-sub-text {
  font-size: 19px;
}

@media (max-width: 800px) {
  body.page-id-10 .vision-sub-text {
    font-size: 13px;
  }
}

body.page-id-10 .value-text {
  font-size: 19px;
}

@media (max-width: 800px) {
  body.page-id-10 .value-text {
    font-size: 13px;
  }
}

/* 2024.09.27　追記 */
body.page-id-10 .about-us-anchor #table-of-contents02>a {
  min-width: calc((100% - 24px) / 3);
}

body.page-id-10 .about-us-anchor #table-of-contents02>a:nth-child(n + 4) {
  min-width: calc((100% - 36px) / 4);
}

@media (max-width: 800px) {
  body.page-id-10 .about-us-anchor #table-of-contents02 a {
    min-width: 100%;
  }

  body.page-id-10 .about-us-anchor #table-of-contents02>a:nth-child(n + 2) {
    min-width: calc((100% - 12px) / 2);
  }
}

/*
  -----------------------------------------------------------
   メンバー紹介（2024.07.11～）
  ----------------------------------------------------------- */

body.page-id-10 div[name="panel"] .m-title01 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

body.page-id-10 div[name="panel"] .job-name,
body.page-id-10 div[name="panel"] .person-name {
  display: block;
}

body.page-id-10 div[name="panel"] .job-name {
  font-size: 75%;
  letter-spacing: 0.09em;
}

body.page-id-10 div[name="panel"] .person-name {
  margin-top: 4px;
}

@media screen and (max-width: 800px) {
  body.page-id-10 div[name="panel"] .m-title01 {
    font-size: 18px;
  }
}

@media (min-width: 801px) {
  body.page-id-10 div[name="panel"] {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 1fr 1fr;
  }

  body.page-id-10 div[name="panel-1"] {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  body.page-id-10 div[name="panel-2"] {
    grid-column: 2/3;
    grid-row: 1/4;
  }

  body.page-id-10 div[name="panel-3"] {
    grid-column: 1/2;
    grid-row: 2/4;
  }
}

/*
  -----------------------------------------------------------
   section-partnership
  ----------------------------------------------------------- */
@media (min-width: 801px) {
  body.page-id-10 .section-partnership .section-body {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
  }

  body.page-id-10 .section-partnership .img-wrap {
    width: 300px;
  }

  body.page-id-10 .section-partnership .text-wrap {
    flex: 1;
  }

  body.page-id-10 .section-partnership .btn-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  body.page-id-10 .section-partnership .img-wrap {
    max-width: 230px;
    margin: 0 auto;
  }

  body.page-id-10 .section-partnership .text-wrap {
    margin-top: 20px;
  }

  body.page-id-10 .section-partnership .btn-wrap {
    margin-top: 20px;
  }
}

/*
  -----------------------------------------------------------
   section-history 沿革～これまでの歩み～
  ----------------------------------------------------------- */
body.page-id-10 #history .c-title01{
  position: relative;
}
body.page-id-10 #history .c-title01 span{
  font-size: 18px;
  padding-left: 40px;
  position: absolute;
  bottom: 11px;
}

body.page-id-10 #history .clam-box{
  display: flex;
  justify-content: space-between;
}
body.page-id-10 #history .left-box,body.page-id-10 #history .right-box{
  max-width: 49%;
  position: relative;
}
body.page-id-10 #history .left-box:before,body.page-id-10 #history .right-box:before{
  content: '';
  background: #95acba;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 110px;
}

body.page-id-10 #history dl,body.page-id-10 #history dl ul{
  display: flex;
}
body.page-id-10 #history dl ul{
  align-items: baseline;
}
body.page-id-10 #history dl dt{
  font-family: Oswald, Arial, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", 'Yu-Gothic', 'Yu Gothic', 'YuGothic', "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 28px;
  margin-right: 35px;
  width: 112px;
  position: relative;
}

body.page-id-10 #history dl dt:before {
  content: '';
  background: #95acba;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 105px;
  top: 20px;
}

body.page-id-10 #history dd p{
  width: 300px;
}

body.page-id-10 #history ul li:first-child{
  font-family: Oswald, Arial, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", 'Yu-Gothic', 'Yu Gothic', 'YuGothic', "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  margin-right: 20px;
  width: 50px;
  text-align: right;
}
body.page-id-10 #history ul li:first-child span{
  width: 40px;
  margin-right: 10px;
}
body.page-id-10 #history dl dt span {
  font-size: 20px;
  margin-left: 3px;
}

@media (max-width: 800px) {
  body.page-id-10 #history dd p{
    width: 100%;
  }
    body.page-id-10 #history .clam-box{
      flex-direction: column;
  }
  body.page-id-10 #history .left-box,body.page-id-10 #history .right-box{
    max-width: 100%;
  }
    body.page-id-10 #history .c-title01 span{
    font-size: 12px;
    padding-left: 15px;
    bottom: 4px;
  }
}




/* --------------------------------------------------------
-----------------------------------------------------------
 /site-map
-----------------------------------------------------------
----------------------------------------------------------- */
body.page-id-1345 .p-sitemap-body a {
  text-decoration: none;
}

body.page-id-1345 .p-sitemap-body a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 エシカル手当
-----------------------------------------------------------
----------------------------------------------------------- */
body.page-id-1922 .p-ethical-main-visual {
  line-height: 1.25;
}

body.page-id-1922 .p-detail-section__detail02-list li+li {
  margin-top: 20px;
  color: #666;
}

body.page-id-1922 .p-detail-section__detail02-list a {
  font-size: 82%;
}

body.page-id-1922 .p-detail-section__detail02-list-name {
  font-size: 110%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 SDGs
-----------------------------------------------------------
----------------------------------------------------------- */
body.page-id-2099 cite a {
  text-decoration: none;
  color: inherit;
}

body.page-id-2099 .l-page-title__title::before {
  content: "SDGs";
}

body.page-id-2099 .section_page {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

body.page-id-2099 .p-section {
  padding: 70px 0;
}

/*
-----------------------------------------------------------
 .p-content01
----------------------------------------------------------- */
body.page-id-2099 .p-content01 {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 330px;
}

body.page-id-2099 .p-content01::before {
  right: -480px;
  bottom: -130px;
  margin: auto 0;
}

@media (max-width: 660px) {
  body.page-id-2099 .p-content01 {
    display: block;
  }
}

body.page-id-2099 .p-content01__title {
  grid-column: 1/2;
  grid-row: 1/2;
}

body.page-id-2099 .p-content01__img {
  text-align: center;
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: 60px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content01__img {
    margin: 0 0 22px;
  }
}

body.page-id-2099 .p-content01__body {
  grid-column: 1/2;
  grid-row: 2/3;
}

/*
-----------------------------------------------------------
 .p-content02
----------------------------------------------------------- */
body.page-id-2099 .p-content02 {
  position: relative;
  z-index: 10;
}

body.page-id-2099 .p-content02::before {
  background: #e9f1f5;
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: -1;
  transform: translate(-50%, 0);
}

/* p-content02__section
----------------------------------------------------------- */
body.page-id-2099 .p-content02__section {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 46.5%;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, #0770b2, #50a9e0);
  border-radius: 10px;
  padding: 32px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content02__section {
    display: block;
    padding: 20px;
  }
}

body.page-id-2099 .p-content02__section+.p-content02__section {
  margin-top: 40px;
}

body.page-id-2099 .p-content02__section-title {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 23px;
  margin-bottom: 19px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  padding-left: 37px;
}

body.page-id-2099 .p-content02__section-title::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 0px;
  top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

body.page-id-2099 .p-content02__section-title::after {
  content: "";
  border-bottom: 6px solid;
  border-left: 6px solid;
  position: absolute;
  width: 26px;
  height: 11px;
  transform: rotate(-47deg);
  left: 3px;
  top: 3px;
  color: #fff;
  border-width: 4px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content02__section-title {
    font-size: 18px;
    padding-left: 27px;
  }

  body.page-id-2099 .p-content02__section-title::before {
    width: 17px;
    height: 17px;
    top: 4px;
  }

  body.page-id-2099 .p-content02__section-title::after {
    left: 2px;
    top: 4px;
    width: 19px;
    height: 8px;
    border-width: 3px;
  }
}

@media (min-width: 801px) {
  body.page-id-2099 .p-content02__section02 .p-content02__section-title {
    grid-column: 2/3;
  }
}

body.page-id-2099 .p-content02__section-body {
  grid-column: 1/2;
  grid-row: 2/3;
}

@media (min-width: 801px) {
  body.page-id-2099 .p-content02__section02 .p-content02__section-body {
    grid-column: 2/3;
  }
}

body.page-id-2099 .p-content02__section-body ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  line-height: 1.5;
}

body.page-id-2099 .p-content02__section-body ul li+li {
  margin-top: 6px;
}

body.page-id-2099 .p-content02__section-sub-title {
  margin-top: 18px;
  font-weight: bold;
  border-top: 1px solid;
  padding-top: 18px;
  line-height: 1.3;
  margin-bottom: 11px;
  font-size: 118%;
  color: #fff;
}

body.page-id-2099 .p-content02__section-img {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: 5%;
}

@media (min-width: 801px) {
  body.page-id-2099 .p-content02__section02 .p-content02__section-img {
    grid-column: 1/2;
    margin-left: 0;
    margin-right: 5%;
  }
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content02__section-img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

body.page-id-2099 .p-content02__section-img-inner {
  background: #fff;
  padding: 8px;
}

body.page-id-2099 .p-content02__section-img02 {
  display: flex;
  margin-top: 5px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

body.page-id-2099 .p-content02__section-img02 img {
  width: calc((100% - 15px) / 4);
}

/*
-----------------------------------------------------------
 p-content03
----------------------------------------------------------- */
@media (min-width: 801px) {
  body.page-id-2099 .p-content03 {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 37%;
  }

  body.page-id-2099 .p-content03__title-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    grid-column: 1/2;
    grid-row: 1/2;
  }

  body.page-id-2099 .p-content03__title-sub-title {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    vertical-align: 4px;
    margin-left: 23px;
  }

  body.page-id-2099 .p-content03__img {
    text-align: center;
    grid-column: 2/3;
    grid-row: 1/3;
    margin-left: 60px;
  }

  body.page-id-2099 .p-content03__body {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content03__title-sub-title {
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin-top: 8px;
  }

  body.page-id-2099 .p-content03__img {
    text-align: center;
    margin-bottom: 10px;
  }
}

/*
-----------------------------------------------------------
 p-content04
----------------------------------------------------------- */
body.page-id-2099 .p-content04 {
  position: relative;
  z-index: 10;
}

body.page-id-2099 .p-content04::before {
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: -1;
  transform: translate(-50%, 0);
  background: linear-gradient(to bottom right, #0770b2, #50a9e0);
}

body.page-id-2099 .p-content04 .c-title04 {
  color: #fff;
  border-color: #fff;
}

body.page-id-2099 .p-content04__section {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content04__section {
    padding: 20px;
  }
}

body.page-id-2099 .p-content04__section+.p-content04__section {
  margin-top: 22px;
}

body.page-id-2099 .p-content04__section-title {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #0c6ca8;
  position: relative;
  padding-bottom: 15px;
}

body.page-id-2099 .p-content04__section-title::before {
  content: "";
  height: 1px;
  bottom: 0;
  position: absolute;
  background: #95acba;
  width: 50px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content04__section-title {
    font-size: 18px;
  }
}

body.page-id-2099 .p-content04__section-body-content+.p-content04__section-body-content {
  margin-top: 12px;
}

body.page-id-2099 .p-content04__section-body-title {
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.5;
  color: #333;
}

body.page-id-2099 .p-content04__section-body-content blockquote {
  margin: 0;
  color: inherit;
  line-height: 1.5;
  font-size: 90%;
  padding: 11px 15px;
}

body.page-id-2099 .p-content04__section-body-content blockquote::before,
body.page-id-2099 .p-content04__section-body-content blockquote::after {
  display: none;
}

body.page-id-2099 .p-content04__cite {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  color: #888;
  line-height: 1.5;
  text-align: right;
  word-break: break-word;
}

body.page-id-2099 .p-content04__cite cite {
  display: inline-block;
  text-align: left;
}

body.page-id-2099 .p-content04__section-body-link {
  color: #0c6ca8;
  font-size: 92%;
  display: inline-block;
  padding-left: 13px;
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  transition: opacity 0.3s;
}

body.page-id-2099 .p-content04__section-body-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #0c6ca8;
}

@media (min-width: 801px) {
  body.page-id-2099 .p-content04__section-body-link:hover {
    opacity: 0.7;
  }
}

/* p-content04__fukui-partner
----------------------------------------------------------- */
body.page-id-2099 .p-content04__fukui-partner {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 270px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content04__fukui-partner {
    display: block;
  }
}

body.page-id-2099 .p-content04__fukui-partner .p-content04__section-title {
  grid-column: 1/2;
  grid-row: 1/2;
}

body.page-id-2099 .p-content04__fukui-partner .p-content04__section-img {
  text-align: center;
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: 20px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content04__fukui-partner .p-content04__section-img {
    margin: 0 0 22px;
  }
}

body.page-id-2099 .p-content04__fukui-partner .p-content04__section-img img {
  border: 1px solid #ccc;
  max-width: 290px;
  width: 100%;
}

body.page-id-2099 .p-content04__fukui-partner .p-content04__section-body {
  grid-column: 1/2;
  grid-row: 2/3;
}

/* p-content04__joseikatsuyaku
----------------------------------------------------------- */
body.page-id-2099 .p-content04__joseikatsuyaku {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 330px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content04__joseikatsuyaku {
    display: block;
  }
}

body.page-id-2099 .p-content04__joseikatsuyaku .p-content04__section-title {
  grid-column: 1/3;
  grid-row: 1/2;
}

body.page-id-2099 .p-content04__joseikatsuyaku .p-content04__section-img {
  text-align: center;
  grid-column: 2/3;
  grid-row: 2/3;
  margin-left: 20px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content04__joseikatsuyaku .p-content04__section-img {
    margin: 0 0 22px;
  }
}

body.page-id-2099 .p-content04__joseikatsuyaku .p-content04__section-img img {
  max-width: 330px;
  width: 100%;
}

body.page-id-2099 .p-content04__joseikatsuyaku .p-content04__section-body {
  grid-column: 1/2;
  grid-row: 2/3;
}

/* p-content04__kodomoen
----------------------------------------------------------- */
body.page-id-2099 .p-content04__kodomoen {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 420px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content04__kodomoen {
    display: block;
  }
}

body.page-id-2099 .p-content04__kodomoen .p-content04__section-title {
  grid-column: 1/2;
  grid-row: 1/2;
}

body.page-id-2099 .p-content04__kodomoen .p-content04__section-img {
  text-align: center;
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: 20px;
}

@media (max-width: 800px) {
  body.page-id-2099 .p-content04__kodomoen .p-content04__section-img {
    margin: 0 0 22px;
  }
}

body.page-id-2099 .p-content04__kodomoen .p-content04__section-img img {
  width: 100%;
}

body.page-id-2099 .p-content04__kodomoen .p-content04__section-body {
  grid-column: 1/2;
  grid-row: 2/3;
}

/*
-----------------------------------------------------------
 p-content05
----------------------------------------------------------- */
body.page-id-2099 .p-content05:before {
  right: -360px;
  top: -110px;
}

body.page-id-2099 .p-content05 blockquote {
  margin: 0;
  background: none;
  color: inherit;
  padding: 0;
}

body.page-id-2099 .p-content05 blockquote::before,
body.page-id-2099 .p-content05 blockquote::after {
  display: none;
}

body.page-id-2099 .p-content05__cite {
  margin-top: 10px;
  display: block;
  font-size: 11px;
  color: #888;
  line-height: 1.5;
  text-align: right;
  word-break: break-word;
}

body.page-id-2099 .p-content05__cite cite {
  display: inline-block;
  text-align: left;
}

/*
-----------------------------------------------------------
 p-content05
----------------------------------------------------------- */
body.page-id-2099 .p-content06 {
  position: relative;
  z-index: 10;
}

body.page-id-2099 .p-content06::before {
  background: #e9f1f5;
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: -1;
  transform: translate(-50%, 0);
}

@media (min-width: 901px) {
  body.page-id-2099 .p-content06__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  body.page-id-2099 .p-content06__img {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
    padding-top: 5px;
  }

  body.page-id-2099 .p-content06__img img {
    width: calc((100% - 25px) / 6);
  }

  body.page-id-2099 .p-content06__body {
    font-size: 90%;
    width: 286px;
  }
}

@media (max-width: 900px) {
  body.page-id-2099 .p-content06__img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3px;
  }

  body.page-id-2099 .p-content06__img img {
    width: calc((100% - 15px) / 6);
  }

  body.page-id-2099 .p-content06__body {
    margin-top: 15px;
  }
}

body.page-id-2099 .p-content06__body ol {
  padding-left: 2.5rem;
}

/*
-----------------------------------------------------------
 sidebar
----------------------------------------------------------- */

.keni-sub .keni-section_wrap {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
  background: #eff4f7;
}

.keni-sub .widget_media_image {
  padding: 0;
}

.keni-sub h2 {
  background: #137dbf;
}