@charset "UTF-8";
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイル */

/************************************
** 基本設定
************************************/

#body {
  max-width: 100%;
}

:root {
  /* pxからremへ */
  --2px: 0.125rem;
  --4px: 0.25rem;
  --5px: 0.3125rem;
  --6px: 0.375rem;
  --8px: 0.5rem;
  --9px: 0.5625rem;
  --10px: 0.625rem;
  --11px: 0.6875rem;
  --12px: 0.75rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  --32px: 2rem;
  --33px: 2.0625rem;
  --35px: 2.1875rem;
  --39px: 2.4375rem;
  --40px: 2.5rem;
  --42px: 2.625rem;
  --44px: 2.75rem;
  --50px: 3.125rem;
  --70px: 4.375rem;
  --80px: 5rem;
  --100px: 6.25rem;
  /* カラー */
  --black: #000;
  --white: #FFF;
  --grey: #D9D9D9;
  --grey-light: #FAFAFA;
  --grey-dark: #BFBFBF;
  --grey-dark2: #9F9F9F;
  --blue: #20297F;
}

::selection {
  background: var(--blue);
  color: var(--white);
}

#container {
  padding: 0;
  margin: 0 auto;
}

#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
#overlay.active {
  display: block;
}

/* PC */
@media screen and (min-width:751px) {

  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }

}



/************************************
** ナビゲーション
************************************/

#header.color_blue #navi ul li a {
  color: var(--blue);
}

#header #navi ul.menu > li ul.sub-menu li {
  border: none;
}

#header.color_blue #mobile-menu a span:before,
#header.color_blue #mobile-menu a span:after {
  background-color: var(--blue);
}

header nav#mobile-navi {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  background-color: var(--white);
  width: 100%;
  max-width: 430px;
  height: 100dvh;
  padding-top: 0;
  margin-left: 0 !important;
}
#mobile-navi-in {
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 32px;
}
#mobile-navi #mobile-navi-menu {
  flex-grow: 1;
  margin: 14vh 0 0;
  padding: 0;
  list-style-type: none;
}
#mobile-navi #mobile-navi-menu > li {
  width: 100%;
  margin: 0 0 var(--16px);
  padding: 0;
}
#mobile-navi #mobile-navi-menu > li a {
  display: block;
  width: 100%;
  font-size: var(--32px);
  color: var(--blue);
}
#mobile-navi #mobile-navi-menu > li a:hover {
  background: url("images/next1.svg") no-repeat right center;
}
#mobile-navi-bottom {
  margin-top: auto;
}
#mobile-navi-bottom #mobile-navi-kintaro {
  width: 100%;
  max-width: 228px;
}
#mobile-navi-bottom #mobile-navi-kintaro img {
  max-height: 20vh;
  width: auto;
}
#mobile-navi-bottom #mobile-navi-bottom-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--grey);
  width: 100%;
  margin-top: 32px;
  padding-top: 20px;
  row-gap: 8px;
}
#mobile-navi-bottom #mobile-navi-bottom-menu li {
  width: 50%;
}
#mobile-navi-bottom #mobile-navi-bottom-menu li a {
  font-size: var(--12px);
  color: var(--grey-dark);
}
#mobile-navi-bottom #mobile-navi-bottom-menu li:nth-child(2n) {
  text-align: right;
}

/*closeボタン*/
#mobile-navi-close {
  position: fixed;
  top: 40px;
  right: 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#mobile-navi.open #mobile-navi-close {
  opacity: 1;
}
#mobile-navi-close a {
  display: block;
  width: 54px;
  height: 15px;
}
#mobile-navi-close a span {
  position: relative;
  display: block;
  width: 54px;
  height: 15px;
}
#mobile-navi-close a span:before {
  top: 0;
  left: 0;
  background-color: var(--blue);
  width: 54px;
  height: 2px;
}
#mobile-navi-close a span:before,
#mobile-navi-close a span:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s ease;
}
#mobile-navi-close a span:after {
  content: 'close';
  right: 0;
  bottom: -11px;
  background: none !important;
  width: auto;
  height: auto;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 10px;
  text-align: right;
  color: var(--blue);
}
#mobile-navi-close a:hover {
  opacity: 0.7;
}

/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {

}

/* スマホ */
@media screen and (max-width:750px) {

  header nav#mobile-navi {
    width: 90%;
  }
  header nav#mobile-navi #mobile-navi-menu {
    align-content: center;
    margin: 0;
  }
  #mobile-navi-close {
    top: 25px;
    right: 16px;
  }

}



/************************************
** 投稿・ページ
************************************/

.entry-content img {
  display: block;
}
.page article h2 {
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {

}



/* スマホ */
@media screen and (max-width:750px) {

}



/************************************
** 共通パーツ
************************************/

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

/* 縦書きテキスト */
.tate_type1{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: var(--20px);
  line-height: 1.5;
}

/* ページヘッダー（フレックス） */
.page_header_type1 {
  width: 100%;
  padding-top: 150px;
}
.page_header_type1 .section_inner {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--grey);
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: var(--50px);
}
.page_header_type1 .section_inner .page_header_top {
  display: flex;
  justify-content: space-between;
}
.page_header_type1 .section_inner .page_header_top h1 {
  font-size: var(--50px);
  color: var(--blue);
  line-height: 1.4;
}
.page_header_type1 .section_inner .page_header_top p {
  padding-top: var(--16px);
  color: var(--blue);
}
.page_header_type1 .section_inner .page_header_bottom {
  margin-top: var(--35px);
}
.page_header_type1 .section_inner .page_header_bottom ul {
  display: flex;
}
.page_header_type1 .section_inner .page_header_bottom ul li {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: var(--grey-dark);
  margin-left: var(--33px);
  padding-left: var(--33px);
}
.page_header_type1 .section_inner .page_header_bottom ul li:first-child {
  border-width: 0;
  margin-left: 0;
  padding-left: var(--16px);
}
.page_header_type1 .section_inner .page_header_bottom ul li a {
  display: block;
  font-size: var(--14px);
  line-height: 1;
  transition: opacity 0.5s;
}
.page_header_type1 .section_inner .page_header_bottom ul li a:hover {
  opacity: 0.6;
}

/* スマホ */
@media screen and (max-width:750px) {

  .page_header_type1 .section_inner {
    width: calc(100% - 32px);
  }
  .page_header_type1 .section_inner .page_header_top h1 {
    font-size: var(--40px);
  }
  .page_header_type1 .section_inner .page_header_top p {
    padding-top: var(--8px);
    font-size: var(--20px);
  }

}

/* ページヘッダー（通常） */
.page_header_type2 {
  width: 100%;
  padding-top: 150px;
}
.page_header_type2 .section_inner {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--grey);
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: var(--50px);
}
.page_header_type2 .section_inner .page_header_top h1 {
  font-size: var(--50px);
  color: var(--blue);
  line-height: 1.4;
}
.page_header_type2 .section_inner .page_header_top p {
  padding-top: var(--8px);
  font-size: var(--18px);
  color: var(--blue);
  line-height: 1.33;
}
.page_header_type2 .section_inner .page_header_bottom {
  margin-top: var(--50px);
}

/* スマホ */
@media screen and (max-width:750px) {

  .page_header_type2 .section_inner {
    width: calc(100% - 32px);
  }
  .page_header_type2 .section_inner .page_header_top h1 {
    font-size: var(--40px);
  }
  .page_header_type2 .section_inner .page_header_top p {
    font-size: var(--20px);
  }

}

/* 白背景ボタン（→） */
.btn_type1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn_type1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: var(--16px);
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--grey);
  border-radius: 100vh;
  padding: var(--6px) var(--16px) var(--6px) var(--20px);
  color: var(--black);
  cursor: pointer;
  transition: all 0.5s;
}
.btn_type1 a .btn_text {
  display: block;
  font-size: var(--14px);
  line-height: 2;
}
.btn_type1 a .btn_icon {
  display: block;
  background-color: var(--blue);
  background-image: url(images/arrow-white-right1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--29px) auto;
  border-radius: 100vh;
  width: var(--50px);
  height: var(--16px);
  transition: all 0.5s;
}
.btn_type1 a:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.btn_type1 a:hover .btn_icon {
  background-color: var(--white);
  background-image: url(images/arrow-blue-right1.svg);
}

/* 白背景ボタン（プラス） */
.btn_type2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn_type2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: var(--16px);
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--grey);
  border-radius: 100vh;
  padding: var(--6px) var(--16px) var(--6px) var(--20px);
  color: var(--black);
  cursor: pointer;
  transition: all 0.5s;
}
.btn_type2 a .btn_text {
  display: block;
  font-size: var(--14px);
  line-height: 2;
}
.btn_type2 a .btn_icon {
  display: block;
  background-color: var(--blue);
  background-image: url(images/plus-white1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--8px) auto;
  border-radius: 100vh;
  width: var(--50px);
  height: var(--18px);
  transition: all 0.5s;
}
.btn_type2 a:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.btn_type2 a:hover .btn_icon {
  background-color: var(--white);
  background-image: url(images/plus-blue1.svg);
}
.is_open .btn_type2 a .btn_icon {
  background-image: url(images/minus-white1.svg);
}
.is_open .btn_type2 a:hover .btn_icon {
  background-image: url(images/minus-blue1.svg);
}

/* 共通コンタクト */
#common-contact {
  background-color: var(--grey-light);
  margin: 0 32px;
  padding: 100px 32px;
}
#common-contact .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#common-contact .section_inner .common_contact_header {
  width: 12rem;
}
#common-contact .section_inner .common_contact_header h2 {
  margin-bottom: var(--32px);
  font-size: var(--50px);
  color: var(--blue);
  line-height: 1.4;
  text-align: center;
}
#common-contact .section_inner .common_contact_body {
  width: calc(100% - 12rem - 140px);
}
#common-contact .section_inner .common_contact_body p {
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}

/* スマホ */
@media screen and (max-width:750px) {

  #common-contact {
    margin: 0 16px;
    padding: 64px 32px;
  }
  #common-contact .section_inner {
    flex-direction: column;
  }
  #common-contact .section_inner .common_contact_header {
    display: contents;
  }
  #common-contact .section_inner .common_contact_header h2 {
    order: 1;
    margin-bottom: var(--16px);
    font-size: var(--32px);
    line-height: 2;
  }
  #common-contact .section_inner .common_contact_body {
    order: 2;
    width: 100%;
  }
  #common-contact .section_inner .common_contact_header .contact_btn {
    order: 3;
    margin-top: var(--16px);
  }

}


/* 共通スライダー */
#common-slider {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding: 100px 32px 0;
}
#common-slider .section_inner {
  overflow-x: auto;
  display: flex;
  column-gap: 16px;
  width: 61.77%;
  min-width: 836px;
  padding-bottom: 35px;
}
/* ドラッグ中はリンクを無効化 */
#common-slider .section_inner.dragging a {
  pointer-events: none;
}
#common-slider .section_inner::-webkit-scrollbar {
  height: 1px;
}
#common-slider .section_inner::-webkit-scrollbar-track {
  background-color: var(--grey);
}
#common-slider .section_inner::-webkit-scrollbar-thumb {
  background-color: var(--black);
}
#common-slider .section_inner .common_slider_item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* width: 39.64%; */
  width: 22vw !important;
  min-width: 337px;
  aspect-ratio: 1 / 1.3887240356083086;
}
#common-slider .section_inner .common_slider_recruit {
  background-image: url(images/slide-link-img1.jpg);
}
#common-slider .section_inner .common_slider_kintaro {
  background-image: url(images/slide-link-img2.jpg);
}
#common-slider .section_inner .common_slider_company {
  background-image: url(images/slide-link-img3.jpg);
}
#common-slider .section_inner .common_slider_episode {
  background-image: url(images/slide-link-img4.jpg);
}
#common-slider .section_inner .common_slider_item a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  padding: 16px;
}
#common-slider .section_inner .common_slider_item a h3 {
  font-size: var(--24px);
  color: var(--white);
  line-height: 2;
  text-align: center;
}
#common-slider .section_inner .common_slider_item a p {
  margin-top: 32px;
  font-size: var(--14px);
  color: var(--white);
  line-height: 1.71;
  text-align: center;
}
#common-slider .section_inner .common_slider_item a div {
  background-image: url(images/arrow-white-right1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--29px) auto;
  border: 1px solid var(--white);
  border-radius: 100vh;
  width: var(--50px);
  height: var(--16px);
  transition: all 0.5s;
  margin-top: 100px;
}
/*
.scroll-progress-track {
  position: absolute;
  bottom: -30px;
  width: 61.77vw;
  min-width: 836px;
  height: 1px;
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
  margin: 10px 0 0 auto;
}
.admin-bar .scroll-progress-track {
  display: none;
}
.scroll-progress-thumb {
  height: 100%;
  background: rgba(0,0,0,0.4);
  border-radius: 3px;
  min-width: 20px;
  transition: width 0.1s ease;
}
*/

/* 幅900px以下 */
@media screen and (max-width:960px) {

  #common-slider .section_inner {
    width: 100%;
    min-width: auto;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  #common-slider {
    padding: 100px 16px 0;
  }
  #common-slider .section_inner .common_slider_item {
    min-width: 290px;
  }

}



/*************************************************************************

** ANIMATION

**************************************************************************/

#loading {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100000;
  background-color: #e0e0e1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
}
#loading.js_active {
  visibility: visible;
}
#loading #loading-logo,
#loading #loading-logo-masked,
#loading #loading-logo-scratched{
  position: fixed;
  top: calc(50% - 39px);
  left: calc(50% - 190px);
  width: 380px;
  height: 76px;
}
#loading #loading-logo-scratched{
  top: calc(50% - 38px);
}
#loading svg {
  position: fixed;
  top: calc(50% - 38px);
  left: calc(50% - 190px);
  width: 380px;
  height: 76px;
  overflow: hidden;
}
#loading svg image {
  width: 100%;
  height: 100%;
}
#loading svg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 80px;
}

#loading svg .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 90px;
}

/* スマホ */
@media screen and (max-width:750px) {

  #loading #loading-logo,
  #loading #loading-logo-masked,
  #loading #loading-logo-scratched{
    top: calc(50% - 19px);
    left: calc(50% - 95px);
    width: 190px;
    height: 38px;
  }
  #loading #loading-logo-scratched{
    top: calc(50% - 19px);
  }
  #loading svg {
    top: calc(50% - 19px);
    left: calc(50% - 95px);
    width: 190px;
    height: 38px;
  }
  #loading svg#vivus2 {
    top: calc(50% - 19px);
    left: calc(50% - 95px);
    width: 190px;
    height: 38px;
  }
}

.pulldown {
  animation: pulldown 2s infinite;
}
@keyframes pulldown {
  0%  {transform: rotate(0deg) translate(0, 0);}
  20% {transform: rotate(0deg) translate(0, 10px);}
  40% {transform: rotate(0deg) translate(0, 0);}
}

.pullup {
  animation: pulldown 2s infinite;
}
@keyframes pullup {
  0%  {transform: rotate(0deg) translate(0, 0);}
  20% {transform: rotate(0deg) translate(0, 10px);}
  40% {transform: rotate(0deg) translate(0, 0);}
}

.fluffy {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 101px;
  height: 101px;
  animation: fluffy_x 0.7s ease-in-out infinite alternate,
    fluffy_y 1.2s ease-in-out infinite alternate;
}
.fluffy2 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 101px;
  height: 101px;
  animation: fluffy_x 1.2s ease-in-out infinite alternate,
    fluffy_y 0.7s ease-in-out infinite alternate;
}

/* スマホ */
@media screen and (max-width:750px) {

  .fluffy {
    width: 71px;
    height: 71px;
  }
  .fluffy2 {
    width: 71px;
    height: 71px;
  }
}

@keyframes fluffy_x {
  0%   {right:  0px;}
  100% {right: -5px;}
}
@keyframes fluffy_y {
  0%   {top: 0px;}
  100% {top: 5px;}
}

.fadeout {
  animation: fadeout 5s ease-in 0s forwards;
}
.fadeout.long {
  animation: fadeout 5s ease-in 5s forwards;
}
@keyframes fadeout {
  0%   {opacity: 1;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}

.shrink:before {
  transition: all 0.5s 0s ease;
}
.shrink:hover:before {
  left: 60px !important;
}
.shrink_tate:before {
  transition: all 0.5s 0s ease;
}
.shrink_tate:hover:before {
  bottom: 20px !important;
}



/*************************************************************************

** HOME

**************************************************************************/

/* keyvisual */
.page-template-front-page #keyvisual {
  position: relative;
  background: url(images/home/kv-bg.png) no-repeat center center / cover;
  background-size: calc(100vh * 2.0);
  background-attachment: fixed;
  width: 100%;
  transition: all 4s linear;
}
.page-template-front-page #keyvisual.start {
  background-size: calc(100vh * 2.1);
}
.page-template-front-page #keyvisual #keyvisual-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
  opacity: 0;
  transition: all 1s ease;
}
.page-template-front-page #keyvisual #keyvisual-overlay.active {
  opacity: 1;
}
.page-template-front-page #keyvisual .section_inner > h1 {
  box-sizing: border-box;
  position: sticky;
  bottom: 0;
  width: fit-content;
  padding: 0 0 48px 51px;
  font-size: var(--44px);
  color: var(--white);
  line-height: 2;
}
.page-template-front-page #keyvisual .section_inner {
  position: relative;
  z-index: 100;
  width: 100%;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_top {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding: 0 34px 80px;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_kochi {
  color: var(--white);
  border-bottom: 1px solid var(--white);
}
.page-template-front-page #keyvisual .section_inner h1 .keyvisual_kochi {
  position: absolute;
  right: calc((100vw - 795px) * -1);
  bottom: 70px;
  width: 0;
  /*margin-bottom: 26px;*/
  font-size: var(--18px) !important;
  text-align: right;
  opacity: 0;
  transition: all 1s ease;
}
.page-template-front-page #keyvisual .section_inner h1 .keyvisual_kochi.start {
  width: calc(100vw - 795px);
  opacity: 1;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_top .keyvisual_episode {
  width: 247px;
  margin: 0 0 0 59px;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_top .keyvisual_episode a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: var(--9px);
}
.page-template-front-page #keyvisual .section_inner .keyvisual_top .keyvisual_episode a img {
  display: block;
  width: 100%;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_top .keyvisual_episode a .keyvisual_episode_arrow {
  display: block;
  background-image: url(images/arrow-white-right1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--29px) auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--white);
  border-radius: 100vh;
  width: var(--50px);
  height: var(--16px);
  transition: all 0.5s;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_top .keyvisual_episode a .keyvisual_episode_text {
  font-size: var(--14px);
  color: var(--white);
  text-align: right;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_top .keyvisual_episode a:hover .keyvisual_episode_arrow {
  background-color: var(--white);
  background-image: url(images/arrow-blue-right1.svg);
}
.page-template-front-page #keyvisual .section_inner .keyvisual_bottom {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 620px;
  padding: 34px 34px 0 49px;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_bottom h2 {
  font-size: var(--20px);
  color: var(--white);
  opacity: 0;
  transition: opacity 1s ease;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_bottom h2.active {
  display: block;
  position: fixed;
  left: 49px;
  top: 106px;
  opacity: 0.6;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_bottom .keyvisual_bottom_text {
  width: 247px;
  margin-top: 0px;
  margin-left: auto;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_bottom .keyvisual_bottom_text > p {
  font-size: var(--16px);
  color: var(--white);
  line-height: 2;
  text-align: justify;
}
.page-template-front-page #keyvisual .section_inner .keyvisual_bottom .keyvisual_bottom_text .company_btn {
  align-items: flex-end;
  margin-top: 55px;
}


/* セクションヘッダー　共通設定 */
.page-template-front-page .common_layout .section_inner .section_header .section_header_top {
  display: flex;
  justify-content: space-between;
}
.page-template-front-page .common_layout .section_inner .section_header .section_header_top h2 {
  font-size: var(--50px);
  color: var(--blue);
  line-height: 1.1;
}
.page-template-front-page .common_layout .section_inner .section_header .section_header_top p {
  padding-top: var(--16px);
  color: var(--blue);
}


/* 近森産業エピソード */
.page-template-front-page #episode {
  padding: 50px 0;
}
.page-template-front-page #episode .section_inner {
  width: calc(100% - 64px);
  margin: 0 auto;
}
.page-template-front-page #episode .section_inner .section_body {
  margin-top: 50px;
}
.page-template-front-page #episode .section_inner #episode-list .episode_list_item {
  margin-bottom: var(--12px);
  cursor: pointer;
}
.page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_image {
  display: none;
  position: relative;
}
.page-template-front-page #episode .section_inner #episode-list .episode_list_item:nth-child(1) .episode_list_item_image {
  display: block;
}
.page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_image .episode_btn {
  position: absolute;
  top: 23px;
  right: 19px;
  align-items: flex-end;
}
.page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--grey);
  margin-top: var(--20px);
  padding-bottom: var(--14px);
}
.page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_title > p {
  padding-left: var(--8px);
  font-size: var(--16px);
  color: var(--blue);
  line-height: 1.63;
}
.page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_title > h3 {
  font-size: var(--24px);
  color: var(--black);
  line-height: 1.08;
  text-align: right;
}


/* 事業内容 */
.page-template-front-page #business {
  padding: 50px 0;
}
.page-template-front-page #business .section_inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-color: var(--grey-light);
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 100px 32px;
}
.page-template-front-page #business .section_inner .section_header {
  display: flex;
  flex-direction: column;
  width: 28%;
  max-width: 366px;
  margin-right: 130px;
}
.page-template-front-page #business .section_inner .section_header .section_header_top {
  margin-bottom: var(--32px);
}
.page-template-front-page #business .section_inner .section_header .section_header_bottom {
  margin: auto 39px 0 0;
}
.page-template-front-page #business .section_inner .section_header .section_header_bottom > p {
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}
.page-template-front-page #business .section_inner .section_header .section_header_bottom .business_btn {
  align-items: flex-start;
  margin-top: var(--32px);
}
.page-template-front-page #business .section_inner .section_body {
  flex-grow: 1;
}
.page-template-front-page #business .section_inner .section_body .business_image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1 / 0.4304878048780488;
}
.page-template-front-page #business .section_inner .section_body .business_image_food {
  background-image: url(images/business/food-img1.jpg);
}
.page-template-front-page #business .section_inner .section_body .business_image_facility {
  display: none;
  background-image: url(images/business/facility-img1.jpg);
}
.page-template-front-page #business .section_inner .section_body > ul {
  display: flex;
  justify-content: flex-end;
  margin: var(--24px) var(--16px) 0;
}
.page-template-front-page #business .section_inner .section_body > ul li {
  line-height: 1;
}
.page-template-front-page #business .section_inner .section_body > ul li:last-child {
  border-left: 1px solid var(--grey-dark);
  margin-left: var(--33px);
  padding-left: var(--33px);
}
.page-template-front-page #business .section_inner .section_body > ul li a {
  font-size: var(--14px);
  color: var(--black);
  transition: all 0.5s;
}
.page-template-front-page #business .section_inner .section_body > ul li a:hover {
  opacity: 0.6;
}
.page-template-front-page #business .section_inner .section_body #business-carousel {
  display: none;
}


/* 新着情報 */
.page-template-front-page #pickup {
  padding: 50px 0 0;
}
.page-template-front-page #pickup .section_inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 64px);
  margin: 0 auto;
}
.page-template-front-page #pickup .section_inner .section_header {
  width: 27%;
  max-width: 365px;
  margin: 0 130px 0 32px;
}
.page-template-front-page #pickup .section_inner .section_body {
  box-sizing: border-box;
  flex-grow: 1;
  padding-right: 16px;
}
.page-template-front-page #pickup .section_inner .section_body #pickup-list li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--grey);
  padding: 48px 24px;
  transition: all 0.5s;
}
.page-template-front-page #pickup .section_inner .section_body #pickup-list li a .pickup_category {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: var(--grey);
  border-radius: 100vh;
  width: 100px;
  margin-right: 64px;
  padding: var(--6px) 0;
  font-size: var(--10px);
  color: var(--black);
  line-height: 2;
  text-align: center;
  transition: all 0.5s;
}
.page-template-front-page #pickup .section_inner .section_body #pickup-list li a .pickup_date {
  display: block;
  width: 97px;
  margin-right: 16px;
  font-size: var(--16px);
  color: var(--grey-dark2);
  line-height: 2;
}
.page-template-front-page #pickup .section_inner .section_body #pickup-list li a .pickup_text {
  display: block;
  width: calc(100% - 277px);
  font-size: var(--16px);
  color: var(--black);
  line-height: 2;
}
.page-template-front-page #pickup .section_inner .section_body #pickup-list li a:hover {
  background-color: var(--grey-light);
}
.page-template-front-page #pickup .section_inner .section_body .pickup_btn {
  align-items: flex-end;
  margin-top: var(--50px);
}


/* 幅1000px以下 */
@media screen and (max-width:1000px) {

  /* 事業内容 */
  .page-template-front-page #business .section_inner {
    display: block;
    position: relative;
    padding: 100px 32px 150px;
  }
  .page-template-front-page #business .section_inner .section_header {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .page-template-front-page #business .section_inner .section_header .section_header_bottom {
    margin: 0;
  }
  .page-template-front-page #business .section_inner .section_header .section_header_bottom .business_btn {
    position: absolute;
    left: 0;
    bottom: 50px;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  .page-template-front-page #business .section_inner .section_body {
    margin-top: var(--32px);
  }

  /* 新着情報 */
  .page-template-front-page #pickup .section_inner {
    display: block;
  }
  .page-template-front-page #pickup .section_inner .section_header {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .page-template-front-page #pickup .section_inner .section_body {
    padding-right: 0;
    margin-top: 20px;
  }
  .page-template-front-page #pickup .section_inner .section_body .pickup_btn {
    align-items: center;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  /* keyvisual */
  .page-template-front-page #keyvisual {
    position: relative;
    background: none;
  }
  .page-template-front-page #keyvisual::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/home/kv-bg.png) no-repeat center center / cover;
    width: 100%;
    height: 100dvh;
    z-index: -1;
  }
  .page-template-front-page #keyvisual .section_inner .keyvisual_top {
    align-items: flex-start;
    flex-direction: column;
    height: 100dvh;
    padding: 0 32px 16px 32px;
  }
  .page-template-front-page #keyvisual .section_inner .keyvisual_top .keyvisual_kochi {
    order: 3;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: var(--16px);
    text-align: left;
  }
  .page-template-front-page #keyvisual .section_inner .keyvisual_top .keyvisual_episode {
    order: 1;
    width: 194px;
    margin: 0;
  }
  .page-template-front-page #keyvisual .section_inner .keyvisual_top > h1 {
    order: 2;
    margin: var(--32px) 0 var(--8px);
    font-size: var(--32px);
    color: var(--white);
    line-height: 1.44;
  }
  .page-template-front-page #keyvisual .section_inner .keyvisual_bottom {
    display: block;
    height: inherit;
    padding:  90px 30px;
  }
  .page-template-front-page #keyvisual .section_inner .keyvisual_bottom h2 {
    display: none;
  }
  .page-template-front-page #keyvisual .section_inner .keyvisual_bottom .keyvisual_bottom_text {
    width: 100%;
    margin-top: 0;
  }

  /* セクションヘッダー　共通設定 */
  .page-template-front-page .common_layout .section_inner .section_header .section_header_top h2 {
    font-size: var(--40px);
  }
  .page-template-front-page .common_layout .section_inner .section_header .section_header_top p {
    padding-top: var(--12px);
  }

  /* 近森産業エピソード */
  .page-template-front-page #episode {
    background-color: var(--white);
    padding: 50px 0 15px;
  }
  .page-template-front-page #episode .section_inner {
    width: calc(100% - 32px);
  }
  .page-template-front-page #episode .section_inner .section_body {
    margin-top: 40px;
  }
  .page-template-front-page #episode .section_inner #episode-list .episode_list_item {
    position: relative !important;
    /*display: flex;
    flex-direction: column;*/
    margin-bottom: 0;
    padding-bottom: 15vw;
  }  
  .page-template-front-page #episode .section_inner #episode-list .episode_list_item:nth-child(1) .episode_list_item_image {
    display: contents;
  }
  .page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_image {
    position: inherit;
    display: contents;
  }
  .page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_image figure {
    order: 1;
  }
  .page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_image .episode_btn {
    position: absolute;
    top: inherit;
    bottom: 0;
    right: calc(50% - 107.5px);
    order: 3;
    align-items: center;
    margin-top: var(--26px);
  }
  .page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_title {
    order: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
    margin-top: var(--16px);
    padding-bottom: 0;
  }
  .page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_title > p {
    margin-right: var(--10px);
    padding-left: 0;
    font-size: 0;
    color: var(--black);
    line-height: 1.44;
  }
  .page-template-front-page #episode .section_inner #episode-list .episode_list_item .episode_list_item_title > h3 {
    font-size: var(--18px);
    line-height: 1.44;
    text-align: left;
  }
  .page-template-front-page #episode .section_inner #episode-list #episode-list-01 .episode_list_item_title > p::before {
    content: '#01';
    font-size: var(--18px);
  }
  .page-template-front-page #episode .section_inner #episode-list #episode-list-02 .episode_list_item_title > p::before {
    content: '#02';
    font-size: var(--18px);
  }
  .page-template-front-page #episode .section_inner #episode-list .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    bottom: -60px;
    margin-top: 0;
    outline: 0;
    width: auto;
    height: auto;
    text-indent: 0;
    z-index: 10;
    font-size: var(--16px);
    line-height: 2;
  }
  .page-template-front-page #episode .section_inner #episode-list .bx-wrapper .bx-prev {
    left: 0px;
    background: url(images/prev1.svg) no-repeat left center / var(--29px) auto;
    padding-left: var(--44px);
  }
  .page-template-front-page #episode .section_inner #episode-list .bx-wrapper .bx-next {
    right: 0;
    background: url(images/next1.svg) no-repeat right center / var(--29px) auto;
    padding-right: var(--44px);
  }

  /* 事業内容 */
  .page-template-front-page #business {
    background-color: var(--white);
  }
  .page-template-front-page #business .section_inner {
    width: 100%;
    padding: 50px 16px 150px;
  }
  .page-template-front-page #business .section_inner .section_body > .business_image {
    display: none;
  }
  .page-template-front-page #business .section_inner .section_body > ul {
    display: none;
  }
  .page-template-front-page #business .section_inner .section_body #business-carousel {
    display: block;
  }
  .page-template-front-page #business .section_inner .section_body #business-carousel .business_carousel_item .business_carousel_item_image a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1 / 0.4304878048780488;
  }
  .page-template-front-page #business .section_inner .section_body #business-carousel .business_carousel_item .business_carousel_item_text {
    margin-top: var(--16px);
    font-size: var(--14px);
    line-height: 1;
  }
  .page-template-front-page #business .section_inner .section_body #business-carousel #business-carousel-01 .business_carousel_item_image a {
    background-image: url(images/business/food-img1.jpg);
  }
  .page-template-front-page #business .section_inner .section_body #business-carousel #business-carousel-02 .business_carousel_item_image a {
    background-image: url(images/business/facility-img1.jpg);
  }
  .page-template-front-page #business .section_inner .section_body .bx-wrapper {
    margin-bottom: 0;
  }
  .page-template-front-page #business .section_inner .section_body .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    bottom: 0;
    margin-top: 0;
    outline: 0;
    width: var(--29px);
    height: var(--8px);
    z-index: 10;
  }
  .page-template-front-page #business .section_inner .section_body .bx-wrapper .bx-prev {
    left: auto;
    right: var(--50px);
    background: url(images/prev1.svg) no-repeat left center / var(--29px) auto;
  }
  .page-template-front-page #business .section_inner .section_body .bx-wrapper .bx-next {
    right: 0;
    background: url(images/next1.svg) no-repeat left center / var(--29px) auto;
  }

  /* 新着情報 */
  .page-template-front-page #pickup {
    background-color: var(--white);
  }
  .page-template-front-page #pickup .section_inner {
    width: calc(100% - 32px);
  }
  .page-template-front-page #pickup .section_inner .section_body #pickup-list li a {
    flex-wrap: wrap;
    padding: 32px 0 16px;
  }
  .page-template-front-page #pickup .section_inner .section_body #pickup-list li a .pickup_category {
    margin: 0;
    padding: var(--4px) 0;
  }
  .page-template-front-page #pickup .section_inner .section_body #pickup-list li a .pickup_date {
    flex-grow: 1;
    width: auto;
    margin-right: 0;
    font-size: var(--12px);
    text-align: right;
  }
  .page-template-front-page #pickup .section_inner .section_body #pickup-list li a .pickup_text {
    width: 100%;
    margin-top: var(--8px);
  }


  .page-template-front-page #common-slider,
  .page-template-front-page #footer {
    background-color: var(--white);
  }

}



/*************************************************************************

** COMPANY

**************************************************************************/

/* ページヘッダー */
.page-company #page-header {
  background: url(images/company/page-header-bg.jpg) no-repeat center top / cover;
  padding-bottom: 84px;
}
.page-company #page-header .section_inner {
  border-color: var(--white);
}
.page-company #page-header .section_inner .page_header_top h1 {
  color: var(--white);
}
.page-company #page-header .section_inner .page_header_top p {
  color: var(--white);
}
.page-company #page-header .section_inner .page_header_bottom {
  margin-top: var(--50px);
}
.page-company #page-header .section_inner .page_header_bottom ul li {
  border-color: var(--white);
}
.page-company #page-header .section_inner .page_header_bottom ul li a {
  color: var(--white);
}


/* 経営理念 */
.page-company #message {
  padding: 100px 0 200px;
}
.page-company #message .section_inner {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.page-company #message .section_inner .section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-company #message .section_inner .section_header p {
  margin-right: 32px;
  font-size: var(--24px);
  color: var(--blue);
  line-height: 2;
  white-space: nowrap;
}
.page-company #message .section_inner .section_header h2 {
  font-size: var(--40px);
  color: var(--blue);
  line-height: 2;
}
.page-company #message .section_inner .section_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.page-company #message .section_inner .section_body .section_body_text {
  width: calc(100% - 420px - 100px);
}
.page-company #message .section_inner .section_body .section_body_text p {
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}
.page-company #message .section_inner .section_body .section_body_text dl {
  margin-top: var(--50px);
}
.page-company #message .section_inner .section_body .section_body_text dl dt {
  font-size: var(--14px);
  line-height: 2;
}
.page-company #message .section_inner .section_body .section_body_text dl dd {
  font-size: var(--24px);
  line-height: 2;
}
.page-company #message .section_inner .section_body figure {
  width: 420px;
}


/* 企業沿革 & 会社概要　共通設定 */
.page-company .common_layout .section_inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 64px);
  margin: 0 auto;
}
.page-company .common_layout .section_inner .section_header {
  width: calc(100% - 560px - 32px);
  max-width: 540px;
}
.page-company .common_layout .section_inner .section_header .section_header_top {
  display: flex;
  justify-content: space-between;
}
.page-company .common_layout .section_inner .section_header .section_header_top h2 {
  font-size: var(--50px);
  color: var(--blue);
  line-height: 1.4;
}
.page-company .common_layout .section_inner .section_header .section_header_top p {
  padding-top: var(--16px);
  color: var(--blue);
}
.page-company .common_layout .section_inner .section_header .section_header_bottom {
  margin-top: 66px;
}
.page-company .common_layout .section_inner .section_body {
  width: 560px;
}


/* 企業沿革 */
.page-company #history {
  background-color: var(--grey-light);
  padding: 100px 0;
}
.page-company #history .section_inner .section_body {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.page-company #history .section_inner .section_body.is_open {
  overflow: visible;
  margin-bottom: 72px;
}
.page-company #history .section_inner .section_body:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(0deg, rgba(250,250,250,0.9) 30%, rgba(250,250,250,0) 100%);
  transition: 0.5s;
}
.page-company #history .section_inner .section_body.is_open:before{
  opacity: 0;
  visibility: hidden;
}
.page-company #history .section_inner .section_body #history-list li {
  display: flex;
  justify-content: space-between;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--grey);
  padding: var(--20px) 10px;
}
.page-company #history .section_inner .section_body #history-list li span {
  display: block;
  font-size: var(--16px);
  line-height: 2;
}
.page-company #history .section_inner .section_body #history-list li .history_list_item_date {
  width: 6em;
  white-space: nowrap;
  margin-right: 40px;
}
.page-company #history .section_inner .section_body #history-list li .history_list_item_text {
  flex-grow: 1;
  width: calc(100% - 6em);
}
.page-company #history .section_inner .section_body #history-list-more {
  position: absolute;
  bottom: 44px;
  transition: all 0.5s;
  width: 100%;
}
.page-company #history .section_inner .section_body.is_open #history-list-more {
  bottom: -72px;
}


/* 会社概要 */
.page-company #information {
  padding: 100px 0;
}
.page-company #information .section_inner .section_body #information-list dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--grey);
  padding: var(--12px) 0;
}
.page-company #information .section_inner .section_body #information-list dl dt {
  box-sizing: border-box;
  width: 140px;
  padding: var(--8px) var(--10px);
  font-size: var(--16px);
  line-height: 2;
}
.page-company #information .section_inner .section_body #information-list dl dd {
  box-sizing: border-box;
  width: calc(100% - 140px);
  padding: var(--8px) var(--10px);
  font-size: var(--16px);
  line-height: 2;
}
.page-company #information .section_inner .section_body #information-list dl dd ul {
  margin-bottom: var(--32px);
  padding-left: 1.5em;
}
.page-company #information .section_inner .section_body #information-list dl dd ul li {
  list-style: disc;
}
.page-company #information .section_inner .section_body #information-list dl dd .business_btn {
  margin-bottom: var(--32px);
}
.page-company #information .section_inner .section_body #information-list .information_list_date {
  margin-top: var(--27px);
  font-size: var(--14px);
  line-height: 2;
  text-align: right;
  color: #7C7C7C;
}
.page-company #information .section_inner .section_body #information-access {
  margin-top: 50px;
}
.page-company #information .section_inner .section_body #information-access h3 {
  font-size: var(--26px);
  color: var(--blue);
}
.page-company #information .section_inner .section_body #information-access iframe {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  margin: 8px 0;
}
.page-company #information .section_inner .section_body #information-access .information_access_link {
  display: flex;
  justify-content: flex-end;
}
.page-company #information .section_inner .section_body #information-access .information_access_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: var(--8px);
}
.page-company #information .section_inner .section_body #information-access .information_access_link a .information_access_link_text {
  display: block;
  font-size: var(--12px);
  line-height: 2;
}
.page-company #information .section_inner .section_body #information-access .information_access_link a .information_access_link_icon {
  display: block;
  background-color: var(--white);
  background-image: url(images/arrow-black-right1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--29px) auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--black);
  border-radius: 100vh;
  width: var(--50px);
  height: var(--16px);
  transition: all 0.5s;
}
.page-company #information .section_inner .section_body #information-access .information_access_link a:hover .information_access_link_icon {
  background-color: var(--black);
  background-image: url(images/arrow-white-right1.svg);
  border-color: var(--black);
}


/* 幅1000px以下 */
@media screen and (max-width:1000px) {

  /* 企業沿革 & 会社概要　共通設定 */
  .page-company .common_layout .section_inner {
    display: block;
  }
  .page-company .common_layout .section_inner .section_header {
    width: 100%;
    max-width: none;
  }
  .page-company .common_layout .section_inner .section_body {
    width: 100%;
    margin-top: 50px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  /* ページヘッダー */
  .page-company #page-header {
    padding-bottom: 32px;
  }
  
  .page-company .common_layout .section_inner .section_header .section_header_top h2 {
    font-size: var(--40px);
  }
  
  /* 経営理念 */
  .page-company #message {
    padding: 100px 0;
  }
  .page-company #message .section_inner {
    width: calc(100% - 32px);
  }
  .page-company #message .section_inner .section_header {
    display: block;
  }
  .page-company #message .section_inner .section_header p {
    margin-right: 0;
    font-size: var(--18px);
    text-align: center;
  }
  .page-company #message .section_inner .section_header h2 {
    margin-top: var(--16px);
    font-size: var(--24px);
    text-align: center;
  }
  .page-company #message .section_inner .section_body {
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
  }
  .page-company #message .section_inner .section_body .section_body_text {
    order: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-company #message .section_inner .section_body .section_body_text p {
    order: 2;
    margin-top: var(--50px);
  }
  .page-company #message .section_inner .section_body .section_body_text dl {
    order: 1;
  }
  .page-company #message .section_inner .section_body figure {
    order: 1;
    width: 66.48%;
  }

  /* 会社概要 */
  .page-company #information .section_inner .section_body #information-list dl dt {
    width: 90px;
  }
  .page-company #information .section_inner .section_body #information-list dl dd {
    width: calc(100% - 90px);
  }
  .page-company #information .section_inner .section_body #information-list dl dd .business_btn a .btn_text {
    font-size: 0;
  }
  .page-company #information .section_inner .section_body #information-list dl dd .business_btn a .btn_text::before {
    content: '事業について';
    font-size: var(--14px);
  }

}



/*************************************************************************

** BUSINESS

**************************************************************************/

/* 食品関連事業 & 施設関連事業　共通設定 */
.page-business .common_layout .section_inner {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.page-business .common_layout .section_inner .section_header .section_header_image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1 / 0.43;
}
.page-business .common_layout .section_inner .section_header h2 {
  margin-top: var(--50px);
  font-size: var(--40px);
  line-height: 1.3;
}
.page-business .common_layout .section_inner .section_header p {
  margin-top: var(--32px);
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}
.page-business .common_layout .section_inner .section_body {
  margin-top: var(--50px);
}
.page-business .common_layout .section_inner .section_body dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--grey);
  padding: var(--12px) 0;
}
.page-business .common_layout .section_inner .section_body dl dt {
  box-sizing: border-box;
  width: 140px;
  padding: var(--8px) var(--10px);
  font-size: var(--16px);
  line-height: 2;
}
.page-business .common_layout .section_inner .section_body dl dd {
  box-sizing: border-box;
  width: calc(100% - 140px);
  padding: var(--8px) var(--10px);
  font-size: var(--16px);
  line-height: 2;
}
.page-business .common_layout .section_inner .section_body dl dd ul {
  padding-left: 1.5em;
}
.page-business .common_layout .section_inner .section_body dl dd ul li {
  list-style: disc;
}
.page-business .common_layout .section_inner .section_body dl dd ul li a {
  text-decoration: underline;
}
.page-business .common_layout .section_inner .section_body dl dd ul li a:hover {
  text-decoration: none;
}


/* 食品関連事業 */
.page-business #food {
  padding: 50px 0 0;
}
.page-business #food .section_inner .section_header .section_header_image {
  background-image: url(images/business/food-img1.jpg);
}
.page-business #food .section_inner .section_body .kintaro_box {
  background-color: #F5F5F5;
  margin-top: var(--50px);
  padding: 24px;
}
.page-business #food .section_inner .section_body .kintaro_box a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.page-business #food .section_inner .section_body .kintaro_box a p {
  font-size: var(--14px);
  line-height: 2;
  text-align: center;
}
.page-business #food .section_inner .section_body .kintaro_box a figure {
  width: 100%;
  max-width: 228px;
  margin: var(--4px) auto 0;
}
.page-business #food .section_inner .section_body .kintaro_box a div {
  background-image: url(images/arrow-blue-right1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--29px) auto;
  border: 1px solid var(--blue);
  border-radius: 100vh;
  width: var(--50px);
  height: var(--16px);
  transition: all 0.5s;
  margin: var(--14px) auto 0;
}


/* 施設・教育関連事業 */
.page-business #facility {
  padding: 100px 0;
}
.page-business #facility .section_inner .section_header .section_header_image {
  background-image: url(images/business/facility-img1.jpg);
}


/* スマホ */
@media screen and (max-width:750px) {

  /* 食品関連事業 & 施設関連事業　共通設定 */
  .page-business .common_layout .section_inner {
    width: calc(100% - 32px);
  }
  .page-business .common_layout .section_inner .section_header .section_header_image {
    aspect-ratio: 1.5 / 1;
  }
  .page-business .common_layout .section_inner .section_header h2 {
    margin-top: var(--32px);
    font-size: var(--32px);
    line-height: 1.44;
  }
  .page-business .common_layout .section_inner .section_header p {
    margin-top: var(--16px);
  }
  .page-business .common_layout .section_inner .section_body {
    margin-top: var(--32px);
  }
  .page-business .common_layout .section_inner .section_body dl dt {
    width: 100px;
  }
  .page-business .common_layout .section_inner .section_body dl dd {
    width: calc(100% - 100px);
  }

  /* 食品関連事業 */
  .page-business #food {
    padding: 80px 0 0;
  }
  .page-business #food .section_inner .section_body .kintaro_box {
    margin-top: var(--32px);
  }

  /* 施設・教育関連事業 */
  .page-business #facility {
    padding: 50px 0 100px;
  }

}



/*************************************************************************

** RECRUIT

**************************************************************************/

.page-recruit #wrapper {
  background-color: var(--blue);
}

/* ページヘッダー */
.page-recruit #page-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
}
.page-recruit #page-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/recruit/recruit-bg.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  mask-image: url(images/logo-white.svg);
  mask-repeat: no-repeat;
  mask-position: 50% 40%;
  mask-size: 80% auto;
  -webkit-mask-image: url(images/logo-white.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 40%;
  -webkit-mask-size: 80% auto;
  width: 100%;
  height: 100%;
  /*animation: anime-logo-mask 0.5s linear 2s forwards;*/
}
.page-recruit #page-header .section_inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 32px 48px;
}
.page-recruit #page-header .section_inner .entry_title_wrap {
  display: flex;
  align-items: flex-end;
  width: 73%;
  max-width: 1000px;
}
.page-recruit #page-header .section_inner .entry_title_wrap > h1 {
  width: fit-content;
  font-size: var(--44px);
  color: var(--white);
  line-height: 2;
}
.page-recruit #page-header .section_inner .entry_title_wrap > div {
  flex-grow: 1;
  border-bottom: 1px solid var(--white);
  margin-left: -2rem;
  margin-bottom: var(--27px);
  padding-bottom: var(--9px);
  font-size: var(--18px);
  color: var(--white);
  text-align: right;
}
.page-recruit #page-header .section_inner > p {
  padding-top: var(--12px);
  font-size: var(--24px);
  color: var(--white);
}

@keyframes anime-logo-mask {
  0% {
    mask-size: 10% auto;
    -webkit-mask-size: 10% auto;
  }
  100% {
    mask-size: 80% auto;
    -webkit-mask-size: 80% auto;
  }
}


/* 近森産業について */
.page-recruit #lead {
  padding: 100px 0;
}

/* 地図 */
.page-recruit #lead .section_inner {
  background: url("images/recruit/map1.svg") no-repeat 55vw 15vw;
  background-size: 40vw;
  transition: all 0.5s ease;
}
.page-recruit #lead .section_inner.japan {
  background: url("images/recruit/map2.svg") no-repeat 10vw center;
  background-size: 90vw;
}
.page-recruit #lead .section_inner.world {
  background: url("images/recruit/map3.svg") no-repeat 0vw center;
  background-size: 120vw;
}

.page-recruit #lead .section_inner .lead_text {
  width: 440px;
  margin-left: 11.6%;
  padding-top: 100px;
}
.page-recruit #lead .section_inner .lead_text h2 {
  font-size: var(--50px);
  color: var(--white);
  line-height: 1.2;
}
.page-recruit #lead .section_inner .lead_text p {
  margin-top: 100px;
  font-size: var(--20px);
  color: var(--white);
  line-height: 2;
  text-align: justify;
}
.page-recruit #lead .section_inner .lead_text .company_btn {
  align-items: flex-start;
  margin-top: 100px;
}
.page-recruit #lead .section_inner .lead_text .company_btn a:hover {
  border-color: var(--white);
}


/* 海画像部分 */
.page-recruit #bg-area {
  background: url(images/recruit/recruit-bg.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  width: 100%;
  height: 480px;
}


/* セクションヘッダー　共通設定 */
.page-recruit .common_layout .section_inner .section_header .section_header_top {
  display: flex;
  justify-content: space-between;
}
.page-recruit .common_layout .section_inner .section_header .section_header_top h2 {
  font-size: var(--50px);
  color: var(--blue);
  line-height: 1.4;
}
.page-recruit .common_layout .section_inner .section_header .section_header_top p {
  padding-top: var(--16px);
  color: var(--blue);
}
.page-recruit .common_layout .section_inner .section_header .section_header_bottom {
  margin-top: 50px;
}


/* 近森産業エピソード */
.page-recruit #episode {
  padding: 100px 0;
}
.page-recruit #episode .section_inner {
  width: calc(100% - 64px);
  margin: 0 auto;
}
.page-recruit #episode .section_inner .section_header .section_header_top h2 {
  color: var(--white);
}
.page-recruit #episode .section_inner .section_header .section_header_top p {
  color: var(--white);
}
.page-recruit #episode .section_inner .section_body {
  margin-top: 100px;
}
.page-recruit #episode .section_inner #episode-list .episode_list_item {
  cursor: pointer;
  margin-bottom: var(--12px);
}
.page-recruit #episode .section_inner #episode-list .episode_list_item .episode_list_item_image {
  display: none;
  position: relative;
}
.page-recruit #episode .section_inner #episode-list .episode_list_item:nth-child(1) .episode_list_item_image {
  display: block;
}
.page-recruit #episode .section_inner #episode-list .episode_list_item .episode_list_item_image .episode_btn {
  position: absolute;
  top: 23px;
  right: 19px;
  align-items: flex-end;
}
.page-recruit #episode .section_inner #episode-list .episode_list_item .episode_list_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--grey);
  margin-top: var(--20px);
  padding-bottom: var(--14px);
}
.page-recruit #episode .section_inner #episode-list .episode_list_item .episode_list_item_title > p {
  padding-left: var(--8px);
  font-size: var(--16px);
  color: var(--white);
  line-height: 1.63;
}
.page-recruit #episode .section_inner #episode-list .episode_list_item .episode_list_item_title > h3 {
  font-size: var(--24px);
  color: var(--white);
  line-height: 1.08;
  text-align: right;
}


/* 近森のスタイル */
.page-recruit #style {
  background-color: var(--white);
  padding: 100px 0 0;
}
.page-recruit #style .section_inner .section_header {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.page-recruit #style .section_inner .section_body {
  margin-top: 50px;
}
.page-recruit #style .section_inner .section_body dl {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--grey);
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 10px;
}
.page-recruit #style .section_inner .section_body dl dt {
  width: 275px;
  font-size: var(--24px);
  line-height: 2;
}
.page-recruit #style .section_inner .section_body dl dd {
  width: calc(100% - 275px);
  max-width: 625px;
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}
.page-recruit #style .section_inner .section_body figure {
  margin-top: 100px;
}


/* 事業部紹介 */
.page-recruit #department {
  background-color: var(--white);
  padding: 100px 0 50px;
}
.page-recruit #department .section_inner .section_header {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.page-recruit #department .section_inner .section_header .section_header_bottom > p {
  width: 100%;
  max-width: 500px;
  font-size: var(--16px);
  line-height: 1.75;
  text-align: justify;
}
.page-recruit #department .section_inner .section_body {
  padding-top: 50px;
}
.page-recruit #department .section_inner #department-list .department_list_item {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-color: var(--blue);
  /*width: 100%;*/
  width: calc(100% - 64px);
  margin: 32px auto 0;
  /*padding: 100px 82px;*/
  padding: 100px 50px;
  /*transition: all 0.5s ease;*/
}
/*
.page-recruit #department .section_inner #department-list .department_list_item.shrink {
  width: calc(100% - 64px);
  padding: 100px 50px;
}
*/
.page-recruit #department .section_inner #department-list .department_list_item > figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text {
  display: flex;
  flex-direction: column;
  width: 42%;
}
.page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text .department_list_item_text_tag {
  text-align: right;
}
.page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text .department_list_item_text_tag span {
  display: inline-block;
  border: 1px solid var(--white);
  padding: 0 var(--8px);
  font-size: var(--14px);
  color: var(--white);
  line-height: 2;
}
.page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text h3 {
  font-size: var(--24px);
  color: var(--white);
  line-height: 2;
}
.page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text p {
  margin-top: var(--16px);
  font-size: var(--16px);
  color: var(--white);
  line-height: 2;
  text-align: justify;
}
.page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text ul {
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  margin-top: auto;
  padding: var(--16px) var(--8px);
}
.page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  font-size: var(--16px);
  color: var(--white);
  line-height: 2;
}


/* 社員の声 */
.page-recruit #voices {
  background-color: var(--white);
  padding: 100px 0 50px;
}
.page-recruit #voices .section_inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 90px);
  margin: 0 auto;
}
.page-recruit #voices .section_inner .section_header {
  width: 34%;
}
.page-recruit #voices .section_inner #voices-slider {
  overflow: auto;
  display: flex;
  column-gap: 16px;
  width: 63%;
  padding-bottom: 35px;
}
.page-recruit #voices .section_inner #voices-slider::-webkit-scrollbar {
  height: 2px;
}
.page-recruit #voices .section_inner #voices-slider::-webkit-scrollbar-track {
  background-color: var(--grey);
}
.page-recruit #voices .section_inner #voices-slider::-webkit-scrollbar-thumb {
  background-color: var(--black);
}
.page-recruit #voices .section_inner #voices-slider .voices_slider_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--blue);
  width: 39.64%;
  min-width: 337px;
  aspect-ratio: 1 / 1.3887240356083086;
  padding: 18px 21px;
}
.page-recruit #voices .section_inner #voices-slider .voices_slider_item > div {
  font-size: var(--12px);
  color: var(--white);
}
.page-recruit #voices .section_inner #voices-slider .voices_slider_item > h3 {
  border-bottom: 1px solid var(--white);
  padding: var(--10px) 0 var(--16px);
  font-size: var(--20px);
  color: var(--white);
  line-height: 1.2;
}
.page-recruit #voices .section_inner #voices-slider .voices_slider_item > p {
  margin-top: var(--16px);
  font-size: var(--16px);
  color: var(--white);
  line-height: 1.75;
}


/* 採用情報ファイル */
.page-recruit #file {
  background-color: var(--white);
  padding: 100px 0 50px;
}
.page-recruit #file .section_inner {
  box-sizing: border-box;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/recruit/download-img1-pc.jpg) no-repeat center center / cover;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 100px 120px;
}
.page-recruit #file .section_inner h2 {
  max-width: 610px;
  font-size: var(--24px);
  color: var(--white);
  line-height: 2;
}
.page-recruit #file .section_inner p {
  max-width: 610px;
  margin-top: var(--50px);
  font-size: var(--16px);
  color: var(--white);
  line-height: 2;
}
.page-recruit #file .section_inner .pdf_btn {
  align-items: flex-start;
  margin-top: var(--50px);
}


/* 募集要項 */
.page-recruit #description {
  background-color: var(--white);
  padding: 100px 0 50px;
}
.page-recruit #description .section_inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 64px);
  margin: 0 auto;
}
.page-recruit #description .section_inner .section_header {
  width: calc(100% - 560px - 32px);
  max-width: 540px;
}
.page-recruit #description .section_inner .section_body {
  width: 560px;
}
.page-recruit #description .section_inner .section_body dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--grey);
  padding: var(--12px) 0;
}
.page-recruit #description .section_inner .section_body dl dt {
  box-sizing: border-box;
  width: 140px;
  padding: var(--8px) var(--10px);
  font-size: var(--16px);
  line-height: 2;
}
.page-recruit #description .section_inner .section_body dl dd {
  box-sizing: border-box;
  width: calc(100% - 140px);
  padding: var(--8px) var(--10px);
  font-size: var(--16px);
  line-height: 2;
}
.page-recruit #description .section_inner .section_body .pdf_btn {
  margin-top: var(--27px);
}


/* エントリー */
.page-recruit #entry {
  position: relative;
  background-color: var(--white);
  padding: 100px 0 0;
}
.page-recruit #entry .section_inner {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 100px 40px;
}
.page-recruit #entry .section_inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(images/recruit/entry-img1.jpg) no-repeat center bottom / 150% auto;
  transition: all .5s ease-out;
}
.page-recruit #entry .section_inner:hover::before {
  transform: scale(1.05);
}
.page-recruit #entry .section_inner h2 {
  position: relative;
  margin-bottom: var(--16px);
  font-size: var(--70px);
  color: var(--white);
  line-height: 1.43;
  text-align: center;
}
.page-recruit #entry .section_inner .entry_btn {
  position: relative;
}
.page-recruit #entry .entry-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.page-recruit #entry .entry-overlay a {
  display: block;
  width: 100%;
  height: 100%;
}



/* 幅1000px以下 */
@media screen and (max-width:1000px) {

  /* 募集要項 */
  .page-recruit #description .section_inner {
    display: block;
  }
  .page-recruit #description .section_inner .section_header {
    width: 100%;
    max-width: none;
  }
  .page-recruit #description .section_inner .section_body {
    width: 100%;
    margin-top: 50px;
  }

}

/* 幅900px以下 */
@media screen and (max-width:900px) {

  /* 社員の声 */
  .page-recruit #voices .section_inner {
    display: block;
    width: calc(100% - 64px);
  }
  .page-recruit #voices .section_inner .section_header {
    width: 100%;
  }
  .page-recruit #voices .section_inner #voices-slider {
    width: 100%;
    margin-top: 50px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  /* ページヘッダー */
  .page-recruit #page-header {
    display: block;
  }
  .page-recruit #page-header::before {
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
  }
  .page-recruit #page-header .section_inner {
    flex-direction: column;
    height: 100%;
    padding: 87px 16px 32px;
  }
  .page-recruit #page-header .section_inner .entry_title_wrap {
    display: block;
    order: 2;
    width: 100%;
  }
  .page-recruit #page-header .section_inner .entry_title_wrap > h1 {
    font-size: var(--32px);
    line-height: 1.44;
  }
  .page-recruit #page-header .section_inner .entry_title_wrap > div {
    margin: var(--8px) 0 0;
    padding-bottom: var(--16px);
    text-align: left;
  }
  .page-recruit #page-header .section_inner > p {
    order: 1;
    padding-top: 0;
  }

  @keyframes anime-logo-mask {
    0% {
      mask-size: 10% auto;
      -webkit-mask-size: 10% auto;
    }
    100% {
      mask-size: 77% auto;
      -webkit-mask-size: 77% auto;
    }
  }

  /* 近森産業について */
  .page-recruit #lead .section_inner .lead_text {
    width: calc(100% - 64px);
    margin: 0 auto;
    padding-top: 0;
  }
  .page-recruit #lead .section_inner .lead_text h2 {
    font-size: var(--40px);
    line-height: 1.38;
    margin-bottom: 80vw;
  }
  
  /* 地図 */
  .page-recruit #lead .section_inner {
    background: url("images/recruit/map1.svg") no-repeat 25vw 60vw;
    background-size: 50vw;
  }
  .page-recruit #lead .section_inner.japan {
    background: url("images/recruit/map2.svg") no-repeat -10vw 40vw;
    background-size: 110vw;
  }
  .page-recruit #lead .section_inner.world {
    background: url("images/recruit/map3.svg") no-repeat 0vw 40vw;
    background-size: 100vw;
  }
  
  .page-recruit #lead .section_inner .lead_text p {
    margin-top: 0;
  }
  .page-recruit #lead .section_inner .lead_text .company_btn {
    align-items: center;
    margin-top: 50px;
  }

  /* 海画像部分 */
  .page-recruit #bg-area {
    background: url(images/recruit/recruit-bg.jpg) no-repeat center center / 100% auto;
    background-attachment: fixed;
    height: 210px;
  }

  /* セクションヘッダー　共通設定 */
  .page-recruit .common_layout .section_inner .section_header .section_header_top h2 {
    font-size: var(--40px);
  }

  /* 近森産業エピソード */
  .page-recruit #episode {
    display: none;
  }

  /* 近森のスタイル */
  .page-recruit #style .section_inner .section_header {
    width: calc(100% - 24px);
  }
  .page-recruit #style .section_inner .section_body dl {
    display: block;
    width: calc(100% - 24px);
  }
  .page-recruit #style .section_inner .section_body dl dt {
    width: 100%;
  }
  .page-recruit #style .section_inner .section_body dl dd {
    width: 100%;
    max-width: none;
    margin-top: var(--32px);
  }

  /* 事業部紹介 */
  .page-recruit #department {
    padding: 100px 0 0;
  }
  .page-recruit #department .section_inner .section_header {
    width: calc(100% - 32px);
  }
  .page-recruit #department .section_inner .section_header .section_header_bottom > p {
    max-width: none;
  }
  .page-recruit #department .section_inner #department-list .department_list_item {
    display: block;
    width: calc(100% - 32px);
    padding: 32px 0;
  }
  .page-recruit #department .section_inner #department-list .department_list_item > figure {
    display: block;
    width: 100%;
  }
  .page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text {
    display: block;
    width: calc(100% - 32px);
    margin: var(--16px) auto 0;
  }
  .page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text .department_list_item_text_tag span {
    font-size: var(--12px);
  }
  .page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text h3 {
    margin-top: var(--8px);
  }
  .page-recruit #department .section_inner #department-list .department_list_item .department_list_item_text ul {
    margin-top: var(--32px);
  }

  /* 社員の声 */
  .page-recruit #voices {
    padding: 100px 0 0;
  }
  .page-recruit #voices .section_inner {
    width: calc(100% - 32px);
  }
  .page-recruit #voices .section_inner #voices-slider .voices_slider_item {
    min-width: 290px;
    padding: 18px 15px;
  }

  /* 採用情報ファイル */
  .page-recruit #file {
    padding: 100px 0 0;
  }
  .page-recruit #file .section_inner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/recruit/download-img1-sp.png) no-repeat center center / cover;
    width: calc(100% - 32px);
    padding: 100px 32px;
  }
  .page-recruit #file .section_inner h2 {
    max-width: none;
    font-size: var(--18px);
  }
  .page-recruit #file .section_inner p {
    max-width: none;
  }
  .page-recruit #file .section_inner .pdf_btn a .btn_text {
    font-size: 0;
  }
  .page-recruit #file .section_inner .pdf_btn a .btn_text::before {
    content: '採用に関する情報（PDF）';
    font-size: var(--14px);
    line-height: 2;
  }

  /* 募集要項 */
  .page-recruit #description {
    padding: 50px 0 0;
  }
  .page-recruit #description .section_inner {
    width: calc(100% - 32px);
  }
  .page-recruit #description .section_inner .section_body .pdf_btn a .btn_text {
    font-size: 0;
  }
  .page-recruit #description .section_inner .section_body .pdf_btn a .btn_text::before {
    content: '採用に関する情報（PDF）';
    font-size: var(--14px);
    line-height: 2;
  }

  /* エントリー */
  .page-recruit #entry .section_inner {
    width: 100%;
    padding: 77px 16px;
  }
  .page-recruit #entry .section_inner::before {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(images/recruit/entry-img1.jpg) no-repeat center bottom / cover;
  }
  .page-recruit #entry .section_inner h2 {
    margin-bottom: var(--50px);
    font-size: var(--50px);
  }

}



/*************************************************************************

** EPISODE　一覧

**************************************************************************/

/* ページヘッダー */
.page-episode #page-header .section_inner .page_header_bottom p {
  font-size: var(--16px);
  line-height: 1.75;
}


/* エピソードリスト */
.page-episode #episode-list {
  padding: 0 0 100px;
}
.page-episode #episode-list .section_inner {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.page-episode #episode-list .section_inner .episode_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: var(--32px);
  width: 100%;
  padding-top: var(--50px);
}
.page-episode #episode-list .section_inner .episode_box > figure {
  width: 100%;
}
.page-episode #episode-list .section_inner .episode_box > h2 {
  width: calc(100% - 250px);
  font-size: var(--32px);
  line-height: 1.63;
}
.page-episode #episode-list .section_inner .episode_box > .episode_btn {
  align-items: flex-end;
  width: 220px;
  margin: 0 0 0 auto;
}
.page-episode #episode-list .section_inner .episode_box > p {
  width: 100%;
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}


/* スマホ */
@media screen and (max-width:750px) {

  /* ページヘッダー */
  .page-episode #page-header .section_inner .page_header_top {
    display: block;
  }
  .page-episode #page-header .section_inner .page_header_top h1 {
    font-size: var(--40px);
  }
  .page-episode #page-header .section_inner .page_header_top p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding-top: var(--14px);
    font-size: var(--16px);
    line-height: 2;
  }
  .page-episode #page-header .section_inner .page_header_top p br {
    display: none;
  }

  /* エピソードリスト */
  .page-episode #episode-list .section_inner {
    width: calc(100% - 32px);
    max-width: none;
  }
  .page-episode #episode-list .section_inner .episode_box {
    row-gap: var(--16px);
  }
  .page-episode #episode-list .section_inner .episode_box > figure {
    order: 1;
  }
  .page-episode #episode-list .section_inner .episode_box > h2 {
    order: 2;
    width: 100%;
    font-size: var(--24px);
    line-height: 1.58;
  }
  .page-episode #episode-list .section_inner .episode_box > .episode_btn {
    order: 4;
    width: 100%;
    margin: 0;
  }
  .page-episode #episode-list .section_inner .episode_box > p {
    order: 3;
  }

}



/*************************************************************************

** EPISODE　個別

**************************************************************************/

/* フレックス用ラップ */
.episode_page .episode_wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 64px);
  max-width: 1100px;
  margin: 0 auto;
}


/* ページヘッダー */
.episode_page #page-header {
  width: 250px;
  padding-top: 160px;
}
.episode_page #page-header .section_inner h1 {
  font-size: var(--50px);
  color: var(--blue);
  line-height: 1.2;
}
.episode_page #page-header .section_inner .episode_story_number {
  margin-top: 190px;
  font-size: var(--20px);
  color: var(--blue);
}
.episode_page #page-header .section_inner h2 {
  margin-top: var(--25px);
  font-size: var(--20px);
  color: var(--blue);
}


/* ページボディ */
.episode_page #page-body {
  width: calc(100% - 9% - 250px);
  max-width: 756px;
  padding-top: 160px;
}


/* エピソード記事 */
.episode_page #page-body #episode-story {
  padding-bottom: 100px;
}
.episode_page #page-body #episode-story .episode_story_header {
  padding-bottom: 50px;
}
.episode_page #page-body #episode-story .episode_story_header figure figcaption {
  margin: var(--32px) 39px 0;
  font-size: var(--16px);
  line-height: 2;
  text-align: center;
}
.episode_page #page-body #episode-story .episode_story_header > p {
  margin: var(--32px) 39px 0;
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block {
  border-top: 1px solid var(--grey);
  margin: var(--42px) 39px 0;
  padding-top: var(--50px);
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .interviewer {
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block > dl {
  position: relative;
  display: flex;
  margin-top: var(--42px);
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block > dl dt {
  margin-right: var(--16px);
  font-size: var(--16px);
  line-height: 2;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block > dl dd {
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .interview_image {
  margin-top: var(--42px);
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .bnr_pc {
  display: block;
  position: absolute;
  left: -390px;
  width: 313px;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .bnr_sp {
  display: none;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .story_bnr {
  box-sizing: border-box;
  background-color: #F5F5F5;
  padding: 24px;
  line-height: 1;
  text-align: center;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .story_bnr .bnr_title {
  display: block;
  width: 100%;
  font-size: var(--14px);
  line-height: 2;
  text-align: center;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .story_bnr img {
  display: block;
  width: 228px;
  margin: 0 auto var(--16px);
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .story_bnr .bnr_arrow {
  display: inline-block;
  background-image: url(images/arrow-blue-right1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--29px) auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue);
  border-radius: 100vh;
  width: var(--50px);
  height: var(--16px);
  line-height: 1;
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .recruit_bnr {
  background-color: var(--blue);
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .recruit_bnr .bnr_title {
  color: var(--white);
}
.episode_page #page-body #episode-story .episode_story_body .episode_story_block .recruit_bnr .bnr_arrow {
  background-image: url(images/arrow-white-right1.svg);
  border-color: var(--white);
}


/* 他エピソード */
.episode_page #page-body #other .section_inner {
  margin: 0 39px;
}
.episode_page #page-body #other .section_inner h3 {
  padding-bottom: var(--32px);
  font-size: var(--24px);
  color: var(--blue);
  line-height: 1.2;
}
.episode_page #page-body #other .section_inner #episode-carousel li {
}
.episode_page #page-body #other .section_inner #episode-carousel li .episode_carousel_inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--grey-dark2);
  border-bottom: 1px solid var(--grey-dark2);
  padding: 16px;
}
.episode_page #page-body #other .section_inner #episode-carousel li figure {
  width: 37%;
}
.episode_page #page-body #other .section_inner #episode-carousel li .episode_carousel_text {
  width: 58%;
}
.episode_page #page-body #other .section_inner #episode-carousel li .episode_carousel_text > p {
  margin-bottom: var(--16px);
  font-size: var(--20px);
  line-height: 1.6;
  text-align: center;
}
.episode_page #page-body #other .section_inner .bx-wrapper {
  margin-bottom: 0;
}
.episode_page #page-body #other .section_inner .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -40px;
  margin-top: 0;
  outline: 0;
  width: var(--29px);
  height: var(--8px);
  z-index: 10;
}
.episode_page #page-body #other .section_inner .bx-wrapper .bx-prev {
  left: auto;
  right: var(--50px);
  background: url(images/prev1.svg) no-repeat left center / var(--29px) auto;
}
.episode_page #page-body #other .section_inner .bx-wrapper .bx-next {
  right: 0;
  background: url(images/next1.svg) no-repeat left center / var(--29px) auto;
}


/* 共通スライダー */
.episode_page #common-slider .section_inner {
  min-width: auto;
}


/* 記事別設定 */
/* #01 */
.page-episode01 .episode_page #page-body #episode-story .episode_story_body .episode_story_block > dl dt {
  width: 3rem;
}
.page-episode01 .episode_page #page-body #episode-story .episode_story_body .episode_story_block > dl dd {
  width: calc(100% - 4rem);
}
.page-episode01 .episode_page #page-body #episode-story .episode_story_body .episode_story_block .interview_img1 {
  width: 268px;
  margin-left: auto;
}
.page-episode01 .episode_page #page-body #episode-story .episode_story_body .episode_story_block .interview_img3 {
  width: 268px;
  margin-right: auto;
}
.page-episode01 .episode_page #page-body #episode-story .episode_story_body .episode_story_block .company_bnr {
  top: 0;
}
.page-episode01 .episode_page #page-body #episode-story .episode_story_body .episode_story_block .kintaro_bnr {
  bottom: 0;
}

/* #02 */
.page-episode02 .episode_page #page-body #episode-story .episode_story_body .episode_story_block > dl dt {
  width: 2rem;
}
.page-episode02 .episode_page #page-body #episode-story .episode_story_body .episode_story_block > dl dd {
  width: calc(100% - 3rem);
}
.page-episode02 .episode_page #page-body #episode-story .episode_story_body .episode_story_block .business_bnr {
  top: 0;
}
.page-episode02 .episode_page #page-body #episode-story .episode_story_body .episode_story_block .recruit_bnr {
  top: 0;
}
.page-episode02 .episode_page #page-body #episode-story .episode_story_body .episode_story_block .kintaro_bnr {
  top: 0;
}


/* スマホ */
@media screen and (max-width:750px) {

  /* フレックス用ラップ */
  .episode_page .episode_wrap {
    display: block;
    width: 100%;
  }

  /* ページヘッダー */
  .episode_page #page-header {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .episode_page #page-header .section_inner h1 {
    font-size: var(--40px);
  }
  .episode_page #page-header .section_inner .episode_story_number {
    margin-top: var(--32px);
  }
  .episode_page #page-header .section_inner h2 {
    margin-top: var(--32px);
  }

  /* ページボディ */
  .episode_page #page-body {
    width: 100%;
    max-width: none;
    padding-top: 50px;
  }

  /* エピソード記事 */
  .episode_page #page-body #episode-story .episode_story_header {
    padding-bottom: 20px;
  }
  .episode_page #page-body #episode-story .episode_story_header figure figcaption {
    margin: var(--16px) 16px 0;
  }
  .episode_page #page-body #episode-story .episode_story_header > p {
    margin: var(--32px) 16px 0;
  }
  .episode_page #page-body #episode-story .episode_story_body .episode_story_block {
    margin: var(--32px) 16px 0;
  }
  .episode_page #page-body #episode-story .episode_story_body .episode_story_block > dl {
    margin-top: var(--32px);
  }
  .episode_page #page-body #episode-story .episode_story_body .episode_story_block .interview_image {
    margin-top: var(--32px);
  }
  .episode_page #page-body #episode-story .episode_story_body .episode_story_block .bnr_pc {
    display: none;
  }
  .episode_page #page-body #episode-story .episode_story_body .episode_story_block .bnr_sp {
    display: block;
    width: 100%;
    margin-top: var(--32px);
  }

  /* 他エピソード */
  .episode_page #page-body #other .section_inner {
    margin: 0 16px;
  }
  .episode_page #page-body #other .section_inner h3 {
    padding-bottom: var(--16px);
  }
  .episode_page #page-body #other .section_inner #episode-carousel li .episode_carousel_inner {
    display: block;
  }
  .episode_page #page-body #other .section_inner #episode-carousel li figure {
    width: 100%;
  }
  .episode_page #page-body #other .section_inner #episode-carousel li .episode_carousel_text {
    width: 100%;
  }
  .episode_page #page-body #other .section_inner #episode-carousel li .episode_carousel_text > p {
    margin: var(--16px) 0 var(--32px);
    text-align: left;
  }
  .episode_page #page-body #other .section_inner #episode-carousel li .episode_carousel_text > .episode_btn {
    align-items: flex-end;
  }
  .episode_page #page-body #other .section_inner .bx-wrapper .bx-controls-direction a {
    top: -30px;
  }

}



/*************************************************************************

** CONTACT

**************************************************************************/

/* フォーム共通設定 */
.contact_page #form {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 120px auto 0;
}
form dl {
  display: flex;
  margin-top: var(--32px);
}
form dl dt {
  width: 300px;
  padding: var(--24px) 0;
  font-size: var(--16px);
  color: var(--black);
}
form dl dt .required {
  color: var(--black);
}
form dl dt .required::before {
  content: "必須";
  display: inline-block;
  background-color: var(--blue);
  border-radius: 100vh;
  margin-right: var(--16px);
  padding: var(--5px) var(--16px);
  font-size: var(--12px);
  color: var(--white);
  vertical-align: var(--2px);
}
form dl dt .optional::before {
  content: "任意";
  display: inline-block;
  border: 1px solid var(--grey-dark);
  border-radius: 100vh;
  margin-right: var(--16px);
  padding: var(--5px) var(--16px);
  font-size: var(--12px);
  color: var(--grey-dark);
  vertical-align: var(--2px);
}
form dl dd {
  width: calc(100% - 300px);
  font-size: var(--16px);
  color: var(--black);
}
form dl dd input[type="text"],
form dl dd input[type="email"],
form dl dd input[type="tel"],
form dl dd textarea {
  background-color: var(--white);
  background-image: none;
  border: 1px solid var(--grey-dark);
  border-radius: 4px;
  box-shadow: none;
  color: var(--black);
  font-size: var(--16px);
  line-height: 1.5;
  padding: var(--25px);
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  /*font-family: "UD黎ミン R";*/
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}
form dl dd input[type="text"]::placeholder,
form dl dd input[type="email"]::placeholder,
form dl dd input[type="tel"]::placeholder,
form dl dd textarea::placeholder {
  color: #CCCCCC;
}
form dl dd:has(.wpcf7-radio) {
  display: flex;
  align-items: center;
}
form dl dd .wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--32px);
}
form dl dd .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
form dl dd input[type="radio"] {
  position: relative;
  width: var(--20px);
  height: var(--20px);
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  vertical-align: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form dl dd input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--12px);
  height: var(--12px);
  border-radius: 50%;
  background: var(--black);
  content: '';
}
form dl dd input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #E5E5E5;
  border: none;
  border-radius: 2px;
  vertical-align: -6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form dl dd input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 4px;
  transform: rotate(50deg);
  width: 10px;
  height: 14px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
}
form dl dd span[data-name="your-prefectures"] {
  position: relative;
  display: block;
}
form dl dd span[data-name="your-prefectures"]::before {
  position: absolute;
  top: var(--32px);
  right: var(--28px);
  width: 0;
  height: 0;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #262626 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
form dl dd select {
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  border: none;
  outline: 0;
  background: var(--white);
  background-image: none;
  border: 1px solid var(--grey-dark);
  border-radius: 4px;
  box-shadow: none;
  padding: var(--25px);
  font-size: var(--16px);
  cursor: pointer;
  font-family: "UD黎ミン R";
}
form dl dd input[type="file"] {
}
form dl dd input[type="file"]::file-selector-button {
  position: relative;
  background-color: var(--white);
  border: 1px solid var(--grey-dark);
  border-radius: 4px;
  padding: var(--8px) var(--25px);
  cursor: pointer;
}

form dl dd .wpcf7-not-valid-tip {
  color: #E95031;
  display: block;
  margin-top: 0.6em;
}
form .btn_submit {
  margin-top: 100px;
  text-align: center;
}
form .btn_submit input[type="submit"] {
  display: block;
  background-color: var(--blue);
  background-image: url(images/form-submit-arrow1.svg);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  background-size: var(--50px) auto;
  border: 1px solid var(--blue);
  border-radius: 100vh;
  margin: 0 auto;
  padding: var(--16px) var(--100px) var(--16px) var(--50px);
  font-size: var(--16px);
  font-family: "UD黎ミン R";
  color: var(--white);
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.5s;
}
form .btn_submit input[type="submit"]:hover {
  background-color: var(--white);
  background-image: url(images/form-submit-arrow1-on.svg);
  border: 1px solid var(--grey);
  color: var(--black);
}
#wrapper form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  color: #E95031;
  text-align: center;
}
form dl dd .input_note {
  display: block;
  margin-top: var(--16px);
  font-size: var(--14px);
}
form .form_note {
  margin-top: var(--50px);
  font-size: var(--14px);
  line-height: 1.8;
}
form .form_note a {
  text-decoration: underline;
}
form .form_note a:hover {
  text-decoration: none;
}


/* お問い合わせフォーム */
.page-contact #page-header .section_inner .page_header_top h1 {
  font-size: var(--70px);
}
.page-contact #page-header .section_inner .page_header_bottom p {
  font-size: var(--16px);
  line-height: 1.8;
}
.page-contact #page-header .section_inner .page_header_bottom .contact_btn {
  align-items: flex-start;
  margin-top: 50px;
}


/* 採用応募フォーム */
.page-recruit-contact #page-header .section_inner .page_header_top h1 {
  font-size: var(--16px);
  color: var(--black);
}
.page-recruit-contact #page-header .section_inner .page_header_top p {
  font-size: var(--40px);
  color: var(--black);
}
.page-recruit-contact #page-header .section_inner .page_header_bottom p {
  font-size: var(--16px);
  line-height: 1.8;
}
.page-recruit-contact #page-header .section_inner .page_header_bottom .contact_btn {
  flex-direction: row;
  align-items: flex-start;
  column-gap: 50px;
  margin-top: 50px;
}


/* 送信完了画面 */
.thanks_page #page-header .section_inner {
  border: none;
  padding-bottom: 100px;
}
.thanks_page #page-header .section_inner .page_header_top h1 {
  font-size: var(--70px);
}
.thanks_page #page-header .section_inner .page_header_bottom p {
  font-size: var(--16px);
  line-height: 1.8;
}
.thanks_page #page-header .section_inner .page_header_bottom .home_btn {
  margin-top: 50px;
}


/* スマホ */
@media screen and (max-width:750px) {

  /* フォーム共通設定 */
  .contact_page #form {
    width: calc(100% - 32px);
    margin: 50px auto 0;
  }
  form dl {
    display: block;
    margin-top: var(--16px);
  }
  form dl dt {
    width: 100%;
    padding: var(--16px) 0;
  }
  form dl dd {
    width: 100%;
  }
  form dl dd .wpcf7-radio {
    gap: var(--20px) var(--32px);
  }
  form .btn_submit {
    margin-top: 50px;
  }
  form .btn_submit input[type="submit"] {
    background-position: 90% 50%;
    padding: var(--16px) var(--80px) var(--16px) var(--30px);
  }

  /* お問い合わせフォーム */
  .page-contact #page-header .section_inner .page_header_top h1 {
    font-size: var(--40px);
  }
  .page-contact #page-header .section_inner .page_header_bottom .contact_btn {
    margin-top: 32px;
  }
  .page-contact #page-header .section_inner .page_header_bottom .contact_btn .btn_text {
    font-size: 0;
  }
  .page-contact #page-header .section_inner .page_header_bottom .contact_btn .btn_text::before {
    content: '採用に関する問い合わせ';
    font-size: var(--16px);
  }

  /* 採用応募フォーム */
  .page-recruit-contact #page-header .section_inner .page_header_bottom .contact_btn {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 16px;
    margin-top: 50px;
  }

}



/*************************************************************************

** 個人情報保護

**************************************************************************/

/* ページヘッダー */
.page-privacy-policy #page-header .section_inner {
  border: none;
}
.page-privacy-policy #page-header .section_inner .page_header_top p {
  font-size: var(--16px);
}
.page-privacy-policy #page-header .section_inner .page_header_bottom {
  margin-top: 150px;
}
.page-privacy-policy #page-header .section_inner .page_header_bottom p {
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}


/* プライバシーポリシー */
.page-privacy-policy #privacy-policy {
  padding: 0 0 100px;
}
.page-privacy-policy #privacy-policy .section_inner {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.page-privacy-policy #privacy-policy .section_inner dl {
  margin-bottom: var(--32px);
}
.page-privacy-policy #privacy-policy .section_inner dl dt {
  font-size: var(--20px);
  line-height: 2;
}
.page-privacy-policy #privacy-policy .section_inner dl dd {
  margin-top: var(--16px);
  font-size: var(--16px);
  line-height: 2;
  text-align: justify;
}
.page-privacy-policy #privacy-policy .section_inner dl dd a {
  text-decoration: underline;
}
.page-privacy-policy #privacy-policy .section_inner dl dd a:hover {
  text-decoration: none;
}
.page-privacy-policy #privacy-policy .section_inner .policy_date {
  margin-top: var(--50px);
  font-size: var(--16px);
  line-height: 2;
}


/* スマホ */
@media screen and (max-width:750px) {

  /* プライバシーポリシー */
  .page-privacy-policy #privacy-policy .section_inner {
    width: calc(100% - 32px);
  }

}



/*************************************************************************

** カテゴリーページ

**************************************************************************/

.category {
}
.category #list-page {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.category #list-page-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.category #archive-title {
}
.category #list-page-header .section_inner {
  width: 100%;
}
.category #list-page #list {
  display: block;
  margin: 50px auto 0;
}
.category #list-page #list-inner {
  display: block;
  width: 100%;
  margin: 0 0 100px;
}
.category #list-page #list .hover-card:hover {
  background-color: var(--grey-light);
}
.category #list-page #list article {
  margin: 0;
}
.category #list-page #list article .entry-card-content header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--grey);
  padding: 48px 24px;
  transition: all 0.5s;
}
.category #list-page #list article .category-name {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: var(--grey);
  border-radius: 100vh;
  width: 100px;
  margin-right: 64px;
  padding: var(--6px) 0;
  font-size: var(--10px);
  color: var(--black);
  line-height: 2;
  text-align: center;
  transition: all 0.5s;
}
.category #list-page #list article .post-meta {
  width: 97px;
  margin-right: 16px;
  font-size: var(--16px);
  color: var(--grey-dark2);
  line-height: 2;
}
.category #list-page #list article h2 {
  display: block;
  width: calc(100% - 277px);
  margin: 0;
  font-size: var(--16px);
  color: var(--black);
  line-height: 2;
}
.category #list-page #list .category-important .category-name {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}



.category #list-page #list article .entry-snippet {

}

/* not found */
.category .notfound {
  margin-top: 10rem;
  text-align: center;
}
.category .notfound .btn1 {
  margin-top: 3rem;
}
.category .notfound .btn1 a {
  position: relative;
  display: inline-block;
}
.category .notfound .btn1 a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.category .notfound .btn1 a:hover:after {
  width: 100%;
  background-color: #000;
}
/*
.category .notfound .btn1 a.shrink {
  position: relative;
  padding: 0 0 0 130px;
}
.category .notfound .btn1 a.shrink:before {
  position: absolute;
  left: 0px;
  top: 11px;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000;
}
*/



/* スマホ */
@media screen and (max-width:750px) {

  .category #list-page {
    width: calc(100% - 32px);
  }
  .category #list-page-header .section_inner {
    width: 100%;
  }
  .category #list-page #list {
    margin: 34px auto 0;
  }
  .category #list-page #list-inner {
    margin: 0 0 100px;
  }
  .category #list-page #list article .entry-card-content header {
    flex-wrap: wrap;
    padding: 32px 0 16px;
  }
  .category #list-page #list article .category-name {
    margin-right: 0;
    padding: var(--4px) 0;
  }
  .category #list-page #list article .post-meta {
    flex-grow: 1;
    width: auto;
    margin-right: 0;
    font-size: var(--12px);
    text-align: right;
  }
  .category #list-page #list article h2 {
    width: 100%;
    margin-top: var(--8px);
  }

}



/*************************************************************************

** カテゴリーページ（News）

**************************************************************************/




/* タブレット */
@media screen and (max-width:960px) {

}



/* スマホ */
@media screen and (max-width:750px) {


}



/*************************************************************************

** カテゴリーページ（Works）

**************************************************************************/




/* スマホ */
@media screen and (max-width:750px) {


}



/*************************************************************************

** singleページ共通

**************************************************************************/




/*************************************************************************

** singleページ（News）

**************************************************************************/




/*************************************************************************

** singleページ（Works）

**************************************************************************/




/*************************************************************************

** 404

**************************************************************************/

.error404 {
}
.error404 .msg {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 200px 0 100px;
}
.error404 .msg .entry-title {
  font-size: var(--50px);
  color: var(--blue);
  margin: 0;
}
.error404 .msg .msg-inner {
  margin-top: var(--12px);
}
.error404 .msg .msg-inner p {
  font-size: var(--16px);
  color: var(--blue);
  line-height: 2;
}
.error404 .msg .home_btn {
  margin-top: 160px;
}


/* スマホ */
@media screen and (max-width:750px) {

  .error404 .msg {
    width: calc(100% - 32px);
    padding: 150px 0 100px;
  }

}


.grecaptcha-badge {
  visibility: hidden;
}
