@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin, padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li,
button {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements */
ul,
ol,
li {
  list-style: none;
}

/* Set core root defaults */
html {
  font-size: 100%;
}

/* Set core body defaults */
body {
  width: 100%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.7;
  font-size: 100%;
  font-family: helvetica, arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
svg,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Button */
button {
  appearance: none;
  outline: none;
  border: none;
  background: none;
}




/**********************************************************************************************
Vueのv-cloak
**********************************************************************************************/
[v-cloak] {
  display: none !important;
}

/**********************************************************************************************
ページ内スクロール時、固定ヘッダーの高さ分だけ調整する
**********************************************************************************************/
.bl_commonPageScroll {
  outline: none;
}

/**********************************************************************************************
スクリーンリーダーに読ませる場合適用する
**********************************************************************************************/
.el_commonScreenReaderText {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/**********************************************************************************************
レイアウト
**********************************************************************************************/
.bl_commonBaseWrapper {
  overflow: hidden;
}

.ly_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.ly_innerL {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ly_innerM {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/**********************************************************************************************
画面下部からフェードイン表示
**********************************************************************************************/
.js_elmFadeInBox {
  opacity: 0;
  padding-top: 40px;
  transition-property: opacity,padding-top;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
}

.js_elmFadeInBox.h_addFadeIn {
  opacity: 1;
  padding-top: 0;
}

/**********************************************************************************************
メインコンテンツ枠
**********************************************************************************************/
.bl_main {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 567px) {
  .bl_main {
    padding-bottom: 70px;
  }
}

@media print {
  .bl_main {
    padding-top: 0;
  }
}

/**********************************************************************************************
汎用見出し
**********************************************************************************************/
/* その2 */
.bl_commonHeader2Outer {
  width: 100%;
  height: auto;
}

.bl_commonHeader2Wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  background: linear-gradient(to bottom, #37b779, #37b779 20%, #73e392 100%);
  clip-path: polygon(0 0, 100% 0, 100% 180px, 50% 100%, 0 180px);
}

@media only screen and (max-width: 819px) {
  .bl_commonHeader2Wrapper {
    height: 150px;
    clip-path: polygon(0 0, 100% 0, 100% 135px, 50% 100%, 0 135px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_commonHeader2Wrapper {
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 90px, 50% 100%, 0 90px);
  }
}

.bl_commonHeader2 {
  font-size: 3.125rem;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 819px) {
  .bl_commonHeader2 {
    font-size: 2.125rem;
  }
}

@media only screen and (max-width: 567px) {
  .bl_commonHeader2 {
    font-size: 1.5rem;
  }
}

.bl_commonHeader2 span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.4;
}

@media only screen and (max-width: 567px) {
  .bl_commonHeader2 span {
    font-size: 1.125rem;
  }
}

/* その3 */
.bl_commonHeader3Outer {
  width: 100%;
  height: auto;
  margin-top: 120px;
}

@media only screen and (max-width: 567px) {
  .bl_commonHeader3Outer {
    margin-top: 80px;
  }
}

.bl_main > section:first-of-type .bl_commonHeader3Outer {
  margin-top: 30px;
}

.bl_commonHeader3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 24px;
}

@media only screen and (max-width: 567px) {
  .bl_commonHeader3 {
    font-size: 1.5rem;
    padding-bottom: 22px;
    line-height: 1.4;
    text-align: left;
  }
}

.bl_commonHeader3::before {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #00ac4d;
}

/**********************************************************************************************
ヘッダー
**********************************************************************************************/
.bl_glHeaderOuter {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12000;
}

@media print {
  .bl_glHeaderOuter {
    position: static;
  }
}

.bl_glHeaderWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding-left: 19px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderWrapper {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 567px) {
  body.scrollStop .bl_glHeaderWrapper {
    pointer-events: auto;
  }
}

.bl_glHeaderLogoWrapper {
  width: 238px;
  height: 100%;
  margin-right: auto;
  order: 1;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderLogoWrapper {
    width: 175px;
  }
}

.bl_glHeaderLogoLink {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderLogoLink:focus {
    outline: none;
  }
}

.bl_glHeaderMenuBtnWrapper {
  width: 68px;
  height: 100%;
  order: 2;
}

.el_glHeaderMenuBtn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  transition-duration: 0.4s;
}

.el_glHeaderMenuBtn:hover, .el_glHeaderMenuBtn:focus {
  background-color: #00ac4d;
}

.el_glHeaderMenuBtn:hover:focus, .el_glHeaderMenuBtn:focus:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.el_glHeaderMenuBtn:hover::before, .el_glHeaderMenuBtn:focus::before {
  border-color: #fff;
}

.el_glHeaderMenuBtn:hover::after, .el_glHeaderMenuBtn:focus::after {
  background-color: #fff;
}

.el_glHeaderMenuBtn.isOpen {
  background-color: #00ac4d;
}

.el_glHeaderMenuBtn.isOpen:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.el_glHeaderMenuBtn.isOpen::before {
  border-color: #fff;
}

.el_glHeaderMenuBtn.isOpen::after {
  background-color: #fff;
}

.bl_glHeaderMenuBtnLine {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.bl_glHeaderMenuBtnLine span {
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  background-color: #00ac4d;
  transition-duration: 0.4s;
}

.bl_glHeaderMenuBtnLine span:nth-of-type(1) {
  top: 19px;
  left: 20px;
}

.bl_glHeaderMenuBtnLine span:nth-of-type(2) {
  top: 28px;
  left: 20px;
}

.bl_glHeaderMenuBtnLine span:nth-of-type(3) {
  top: 37px;
  left: 20px;
}

.el_glHeaderMenuBtn:hover .bl_glHeaderMenuBtnLine span,
.el_glHeaderMenuBtn:focus .bl_glHeaderMenuBtnLine span {
  background-color: #fff;
  /*
			&:nth-of-type(1) {
				top: 30px;
				transform: rotate(135deg);
			}

			&:nth-of-type(2) {
				width: 0;
				top: 28px;
				left: 50%;
			}

			&:nth-of-type(3) {
				top: 30px;
				transform: rotate(-135deg);
			}
			*/
}

.el_glHeaderMenuBtn.isOpen .bl_glHeaderMenuBtnLine span {
  background-color: #fff;
}

.el_glHeaderMenuBtn.isOpen .bl_glHeaderMenuBtnLine span:nth-of-type(1) {
  top: 30px;
  transform: rotate(135deg);
}

.el_glHeaderMenuBtn.isOpen .bl_glHeaderMenuBtnLine span:nth-of-type(2) {
  width: 0;
  top: 28px;
  left: 50%;
}

.el_glHeaderMenuBtn.isOpen .bl_glHeaderMenuBtnLine span:nth-of-type(3) {
  top: 30px;
  transform: rotate(-135deg);
}

.bl_glHeaderWebsiteBtnWrapper {
  /* width: 120px; 「エントリー」のみの時*/
  width: 180px;
  height: 100%;
  order: 3;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderWebsiteBtnWrapper {
    width: 23vw;
  }
}

.bl_glHeaderWebsiteBtnLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #1d73c0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.35s;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderWebsiteBtnLink {
    font-size: 3.3vw;
  }
}

.bl_glHeaderWebsiteBtnLink:hover, .bl_glHeaderWebsiteBtnLink:focus {
  text-decoration: underline;
  background-color: #165894;
}

.bl_glMenuOuter {
  position: relative;
  display: none;
}

.bl_glMenuBgWrapper {
  background-color: rgba(0, 172, 77, 0.9);
  height: calc(100vh - 60px);
}

.bl_glMenuWrapper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 80px 15px;
}

@media only screen and (max-width: 567px) {
  .bl_glMenuWrapper {
    padding: 0;
    top: -1px;
    max-height: calc(100vh - 240px);
    overflow-y: scroll;
    background: none;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glMenu {
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
  }
}

.bl_glMenuInner {
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

@media only screen and (max-width: 567px) {
  .bl_glMenuInner {
    display: block;
    border-top: 1px solid #e6e6e6;
  }
}

.bl_glMenuList {
  width: auto;
  margin-right: 115px;
}

.bl_glMenuList:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 819px) {
  .bl_glMenuList {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glMenuList {
    margin-right: 0;
  }
}

.bl_glMenuListItem {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

@media only screen and (max-width: 567px) {
  .bl_glMenuListItem {
    border-bottom: 1px solid #e6e6e6;
  }
}

.el_glMenuListItemText {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #333;
  pointer-events: none;
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemText {
    padding: 12px 20px 12px 15px;
    pointer-events: auto;
  }
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemText::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 17px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #00ac4d;
  }
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemText::after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 21px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #00ac4d;
  }
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemText.active::after {
    display: none;
  }
}

.el_glMenuListItemText:focus {
  outline: 2px solid #333;
}

.el_glMenuListItemLink {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.el_glMenuListItemLink:hover {
  color: #00ac4d;
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemLink {
    padding: 12px 36px 12px 15px;
  }
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemLink::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 19px;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 2px solid #00ac4d;
    border-right: 2px solid #00ac4d;
    transform: rotate(45deg);
  }
}

@media only screen and (max-width: 567px) {
  .bl_glMenuSubListOuter {
    display: none;
  }
}

.bl_glMenuSubList {
  width: auto;
  padding-left: 15px;
}

@media only screen and (max-width: 567px) {
  .bl_glMenuSubList {
    padding-left: 30px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glMenuSubList.w50per {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.bl_glMenuSubListItem {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 567px) {
  .bl_glMenuSubList.w50per .bl_glMenuSubListItem {
    width: 50%;
  }
}

.el_glMenuSubListItemLink {
  display: block;
  font-size: 0.8125rem;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media only screen and (max-width: 567px) {
  .el_glMenuSubListItemLink {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 567px) {
  .el_glMenuSubListItemLink span {
    display: inline;
    border-bottom: 1px solid #00ac4d;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.el_glMenuSubListItemLink:hover {
  color: #00ac4d;
}

.bl_glMenuSubListItem:last-of-type .el_glMenuSubListItemLink {
  padding-bottom: 8px;
}

/**********************************************************************************************
フッター
**********************************************************************************************/
.bl_glFooterOuter {
  width: 100%;
  height: auto;
}

.bl_glFooter1stOuter {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, #e1f3d9 0%, #e1f3d9 20%, #fffff2 80%);
}

.bl_glFooterWrapper {
  padding: 54px 15px;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterWrapper {
    display: none;
  }
}

.bl_glFooterInner {
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterInner {
    display: block;
  }
}

.bl_glFooterList {
  width: auto;
  margin-right: 115px;
}

.bl_glFooterList:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 819px) {
  .bl_glFooterList {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glFooterList {
    margin-right: 0;
  }
}

.bl_glFooterListItem {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterListItem {
    border-bottom: 1px solid #e6e6e6;
  }
}

.el_glMenuListItemText {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #333;
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemText {
    padding: 12px 20px 12px 15px;
  }
}

.el_glMenuListItemLink {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.el_glMenuListItemLink:hover {
  color: #00ac4d;
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemLink {
    padding: 12px 36px 12px 15px;
  }
}

@media only screen and (max-width: 567px) {
  .el_glMenuListItemLink::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 19px;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 2px solid #00ac4d;
    border-right: 2px solid #00ac4d;
    transform: rotate(45deg);
  }
}

.bl_glFooterSubList {
  width: auto;
  padding-left: 15px;
}

.bl_glFooterSubListItem {
  width: 100%;
  display: block;
}

.el_glMenuSubListItemLink {
  display: block;
  font-size: 0.8125rem;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

.el_glMenuSubListItemLink:hover {
  color: #00ac4d;
}

.bl_glFooterSubListItem:last-of-type .el_glMenuSubListItemLink {
  padding-bottom: 8px;
}

.bl_glFooter2ndOuter {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.bl_glFooter2ndWrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 567px) {
  .bl_glFooter2ndWrapper {
    display: block;
  }
}

.bl_glFooter2ndLogoWrapper {
  width: 300px;
  height: auto;
}

@media only screen and (max-width: 567px) {
  .bl_glFooter2ndLogoWrapper {
    width: 100%;
  }
}

.bl_glFooter2ndLogoInnerLink {
  display: block;
}

.bl_glFooter2ndTextOuter {
  width: calc(100% - 320px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 567px) {
  .bl_glFooter2ndTextOuter {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glFooter2ndLogoInner {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 567px) {
  .el_glFooter2ndLogo {
    width: 90%;
    height: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_glFooter2ndTextList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
}

@media only screen and (max-width: 567px) {
  .bl_glFooter2ndTextList {
    justify-content: center;
  }
}

.el_glFooter2ndTextListItemLink {
  position: relative;
  width: auto;
  color: #333;
  font-size: 0.8125rem;
  text-decoration: none;
  padding-right: 36px;
  line-height: 1;
}

@media only screen and (max-width: 567px) {
  .el_glFooter2ndTextListItemLink {
    padding-right: 16px;
    font-size: clamp(2vw, 3vw, 0.875rem);
  }
}

.el_glFooter2ndTextListItemLink:hover {
  color: #00ac4d;
}

.el_glFooter2ndTextListItemLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 2px);
  right: 18px;
  top: 1px;
  background-color: #333;
}

@media only screen and (max-width: 567px) {
  .el_glFooter2ndTextListItemLink::after {
    right: 8px;
  }
}

.bl_glFooter2ndTextListItem:last-of-type .el_glFooter2ndTextListItemLink {
  padding-right: 0;
}

.bl_glFooter2ndTextListItem:last-of-type .el_glFooter2ndTextListItemLink::after {
  display: none;
}

.bl_glFooter2ndCopyrightTextWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
}

@media only screen and (max-width: 567px) {
  .bl_glFooter2ndCopyrightTextWrapper {
    justify-content: center;
  }
}

.el_glFooter2ndCopyrightText {
  font-size: 0.625rem;
}

.bl_glFooterGoTopWrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
  transition-property: opacity;
  z-index: 9999;
  pointer-events: none;
}

.bl_glFooterGoTopWrapper.fixed {
  position: fixed;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterGoTopWrapper {
    width: 50px;
    height: 50px;
  }
  .bl_glFooterGoTopWrapper.fixed {bottom: 36px;}/* 20250306 */
}

.bl_glFooterGoTopBtn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00ac4d;
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  pointer-events: none;
}

.bl_glFooterGoTopBtn::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 26px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
  transition-property: top;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterGoTopBtn::before {
    top: 21px;
  }
}

.bl_glFooterGoTopWrapper.moved .bl_glFooterGoTopBtn {
  opacity: 1;
  pointer-events: all;
}

.bl_glFooterGoTopBtn:hover::before {
  top: 22px;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterGoTopBtn:hover::before {
    top: 15px;
  }
}

.bl_glFooterGoTopBtn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_glFooterGoTopBtn:focus {
  opacity: 1;
  pointer-events: all;
}

.bl_glFooterGoTopBtn:focus::before {
  top: 22px;
}

/**********************************************************************************************
パンくずリスト
**********************************************************************************************/
.bl_breadcrumbsWrapper {
  width: 100%;
  padding-left: 32px;
  padding-right: 35px;
}

@media only screen and (max-width: 819px) {
  .bl_breadcrumbsWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_breadcrumbsWrapper {
    display: none;
  }
}

.bl_breadcrumbsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bl_breadcrumbsListItem {
  font-size: 0.8125rem;
  color: #333;
}

.bl_breadcrumbsListItemLink {
  color: #666;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
}

.bl_breadcrumbsListItemLink:hover {
  color: #333;
  text-decoration: underline;
}

.bl_breadcrumbsListItemLink::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}

.bl_breadcrumbsListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

/* リスト ****************************************/
.bl_commonUnorderedList {
  font-size: 1rem;
}

.bl_commonUnorderedList.fontSize_s {
  font-size: 0.9375rem;
}

.bl_commonUnorderedList .normal {
  position: relative;
}

.bl_commonUnorderedList .normal.inline {
  display: inline-block;
  margin-right: 1em;
}

.bl_commonUnorderedList .circle {
  width: 100%;
  padding-left: 1.25em;
  position: relative;
}

.bl_commonUnorderedList .circle::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  left: 0.5em;
  top: 0.75em;
  background-color: #333;
}

.bl_commonUnorderedList .circle-s {
  width: 100%;
  padding-left: 1.625em;
  position: relative;
}

.bl_commonUnorderedList .circle-s::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0.5em;
  top: 0.65em;
  background-color: #00ac4d;
}

/* 順序リスト ****************************************/
.bl_commonOrderList {
  font-size: 1rem;
}

.bl_commonOrderList.fontSize_s {
  font-size: 0.9375rem;
}

.bl_commonOrderList .brackets {
  list-style-type: none;
  counter-increment: counter;
  width: 100%;
  padding-left: 3em;
  position: relative;
}

.bl_commonOrderList .brackets::before {
  position: absolute;
  display: block;
  content: "（" counter(counter) "）";
  width: 3em;
  height: 1em;
  left: 0;
}

.bl_commonOrderList .dot {
  list-style-type: none;
  counter-increment: counter;
  width: 100%;
  padding-left: 2.5em;
  position: relative;
}

.bl_commonOrderList .dot::before {
  position: absolute;
  display: block;
  content: counter(counter) ".";
  width: 3em;
  height: 1em;
  left: 0.5em;
}

/* 注意書きのリスト ****************************************/
.bl_commonAttentionList {
  font-size: 1rem;
}

.bl_commonAttentionList.fontSize_s {
  font-size: 0.9375rem;
}

.bl_commonAttentionList.alignRight {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
}

.bl_commonAttentionList.alignRight > li {
  display: block;
  width: 100%;
}

.bl_commonAttentionList.alignRight > li.notice {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.3em;
  text-indent: -1.2em;
}

.bl_commonAttentionList.alignRight > li.notice::before {
  position: static;
  display: inline;
  margin-right: 3px;
}

.bl_commonAttentionList .notice {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.3em;
}

.bl_commonAttentionList .notice::before {
  position: absolute;
  content: "※";
  width: 1.2em;
  height: 1em;
  display: block;
  top: 0;
  left: 0;
}

.bl_commonAttentionList .notice.inline::before {
  top: -0.15em;
}

/* PC／SPで表示非表示切替え ****************************************/
.hp_pcOnly {
  display: block !important;
}

@media only screen and (max-width: 567px) {
  .hp_pcOnly {
    display: none !important;
  }
}

.hp_spOnly {
  display: none !important;
}

@media only screen and (max-width: 567px) {
  .hp_spOnly {
    display: block !important;
  }
}

.hp_sppcBtwOnly {
  display: block;
}

@media only screen and (max-width: 819px) {
  .hp_sppcBtwOnly {
    display: none;
  }
}

@media only screen and (max-width: 567px) {
  .hp_sppcBtwOnly {
    display: none;
  }
}

/* リンクボタン ****************************************/
.bl_commonLinkWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: auto;
  margin-left: auto;
}

.bl_commonLinkWrapper.center {
  align-items: center;
}

.el_commonLinkText {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 390px;
  min-height: 54px;
  background-color: #00ac4d;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  padding-right: 40px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-bottom: 10px;
  /*
	&:focus {
		background-color: $c_xGreen;
	}
	*/
}

@media only screen and (max-width: 567px) {
  .el_commonLinkText {
    font-size: 1rem;
  }
}

.el_commonLinkText.small {
  min-width: 135px;
  width: auto;
  min-height: 36px;
  font-size: 0.875rem;
  padding-left: 12px;
}

.bl_topBusinessCompanyListItem .el_commonLinkText {
  min-width: auto;
  width: 100%;
}

@media (max-width: 1000px) {
  .bl_topAboutInterviewOuter .el_commonLinkText {
    min-width: auto;
    width: 85%;
    min-height: 40px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1000px) {
  .bl_topBenefitCareerOuter .el_commonLinkText {
    min-width: auto;
    width: 85%;
    min-height: 40px;
    font-size: 0.875rem;
  }
}

.bl_topBusinessCompanyListItemLinkWrapper .el_commonLinkText {
  font-size: clamp(0.875rem, 1.6vw, 1.125rem);
}

@media only screen and (max-width: 819px) {
  .bl_topBusinessCompanyListItemLinkWrapper .el_commonLinkText {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topBusinessCompanyListItemLinkWrapper .el_commonLinkText {
    font-size: 0.875rem;
    min-height: 40px;
  }
}

.bl_topBusinessCompanyListItem.retail .el_commonLinkText {
  background-color: #90b721;
}

.bl_topBusinessCompanyListItem.foods .el_commonLinkText {
  background-color: #f0b32f;
}

.bl_topBusinessCompanyListItem.water .el_commonLinkText {
  background-color: #00a0c2;
}

.bl_topBusinessCompanyListItem.deve .el_commonLinkText {
  background-color: #d70640;
}

.el_commonLinkText:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .el_commonLinkText {
    width: 100%;
    max-width: none;
    min-width: auto;
    min-height: auto;
    padding: 10px 40px 10px 10px;
  }
}

.el_commonLinkText::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 140%;
  height: 100%;
  background-color: #1b1c25;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_commonLinkText::before {
    display: none;
  }
}

.el_commonLinkText:hover::before, .el_commonLinkText:focus::before,
.bl_topAboutLinkWrapper:hover .el_commonLinkText::before,
.bl_topAboutLinkWrapper:focus .el_commonLinkText::before,
.bl_topMessageLinkWrapper:hover .el_commonLinkText::before,
.bl_topMessageLinkWrapper:focus .el_commonLinkText::before,
.bl_topBenfitLinkWrapper:hover .el_commonLinkText::before,
.bl_topBenfitLinkWrapper:focus .el_commonLinkText::before,
.bl_topCareerLinkWrapper:hover .el_commonLinkText::before,
.bl_topCareerLinkWrapper:focus .el_commonLinkText::before,
.bl_topBusinessCompanyListItemLinkWrapper:hover .el_commonLinkText::before,
.bl_topBusinessCompanyListItemLinkWrapper:focus .el_commonLinkText::before,
.bl_topTalkListItemLinkWrapper:hover .el_commonLinkText::before,
.bl_topTalkListItemLinkWrapper:focus .el_commonLinkText::before,
.bl_tsOtherListItemLinkWrapper:hover .el_commonLinkText::before,
.bl_tsOtherListItemLinkWrapper:focus .el_commonLinkText::before {
  right: -20%;
}

.el_commonLinkText::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

.el_commonLinkText span {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}

.bl_topBusinessCompanyListItem .el_commonLinkText span {
  line-height: 1.3;
}

.el_commonLinkText:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

/* ie11時のお知らせ枠 ****************************************/
.bl_ie11Wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.bl_ie11TextWrapper {
  margin-top: 40px;
}

.el_ie11Text {
  text-align: center;
  margin-top: 2em;
}


/* インタビューページでComing soon対応の場合 ****************************************/
.ItemNoimage{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: max-content!important;;
  font-size: 0.9rem!important;
  line-height: 1.8!important;;
}

@media only screen and (max-width: 567px) {
.ItemNoimage{
  position: absolute;
  text-align: initial;
  padding: inherit;
  top: 50%;
  left: 72.5%;
  transform: translate(-50%,-50%);
}
}

/* 事業紹介ページでインタビューの項目を3⇒2にしたときにつける ****************************************/
.jc-ard{
  justify-content: space-around!important;
}






/**********************************************************************************************
2025.03 add
News 新着情報一覧
※/common/css/common.cssより複製
**********************************************************************************************/
.bl_newsWrapper {
  margin: 0 auto;
}
.bl_newsList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 5%;

  /* 新卒採用は表示件数が3つなので */
  max-width: 860px;
  margin-inline: auto;
}
.bl_newsListItem {
  flex-basis: 30%;
}
.bl_newsListItemLink {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;

  padding-bottom: 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  overflow: clip;
  color: #333;
  text-decoration: none;
}
a.bl_newsListItemLink {
  transition: .3s ease opacity;
  position: relative;
}
a.bl_newsListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: 0;
}
a.bl_newsListItemLink[target=_blank]::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(/common/image/base/icon_arrow_right_up.svg) no-repeat center / contain;
  position: absolute;
  right: 18px;
  bottom: 14px;
}
a.bl_newsListItemLink[href$=".pdf"]::after {
  content: "";
  width: 17px;
  height: 20px;
  background: url(/common/image/base/icon_pdf.svg) no-repeat center / contain;
  position: absolute;
  right: 20px;
  bottom: 13px;
}
a.bl_newsListItemLink:hover {
  opacity: .5;
}

.bl_newsListItemSup {
  order: 2;
  padding: 0 20px;
  margin-bottom: -10px;
}

.bl_newsListItemDate {
  color: #707070;
  font-size: 0.938em;
  white-space: nowrap;
}
.bl_newsListItemCompany {
  padding: .2em 1em;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  background-color: #0040b3;

  min-width: 71.43%;
  display: inline-grid;
  place-items: center;

  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.bl_newsListItemText {
  order: 3;
  margin-top: -5px;
  padding: 0 20px;
}
.bl_newsListItemTextTitle {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.bl_newsListItemTextPdf {
  color: #707070;
  font-size: 0.8125em;

  position: absolute;
  bottom: 13px;
}
.bl_newsListItemImage {
  order: 1;
  width: 100%;
  padding-top: 59.8%;
  background-color: #fff;
  position: relative;
}
.bl_newsListItemImage > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.el_newsListError {
  padding: 1em;
  color: #666;
  font-weight: bold;
  text-align: center;
  background-color: #FBFAF2;
  border-radius: 12px;
}

@media only screen and (max-width: 819px) {
  .bl_newsListItem {
    flex-basis: 47%;
  }
}

@media only screen and (max-width: 567px) {
  .bl_newsListItem {
    flex-basis: 100%;
  }
  .bl_newsListItemLink {
    display: grid;
    grid-template-columns: 46% 1fr;
    grid-template-rows: repeat(2, max-content);
    grid-template-areas:
      "image sup"
      "text text";
    padding-bottom: 40px;
  }
  .bl_newsListItemSup {
    grid-area: sup;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, max-content);
    place-self: center flex-start;
    gap: 6px;
    width: calc(100% - 15px);
    margin: 0;
    padding: 0;
  }
  .bl_newsListItemDate {
    font-size: clamp(0.75rem, 0.384rem + 1.56vw, 0.938rem);
  }
  .bl_newsListItemCompany {
    width: 100%;
    font-size: min(2.4vw, 0.875em);
    position: relative;
  }
  .bl_newsListItemText {
    grid-area: text;
    margin-top: 0;
  }
  .bl_newsListItemTextTitle {
    font-size: clamp(0.875rem, 0.387rem + 2.08vw, 1.125rem);
    -webkit-line-clamp: 2;
  }
  .bl_newsListItemImage {
    grid-area: image;
  }
  a.bl_newsListItemLink[target=_blank]::after {
    width: 14px;
    height: 14px;
    right: 14px;
    bottom: 14px;
  }
  a.bl_newsListItemLink[href$=".pdf"]::after {
    width: 16px;
    height: 18px;
    right: 14px;
    bottom: 14px;
  }
}
