@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 {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 100%;
  font-family: helvetica, arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

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

/**********************************************************************************************
コーポレートロゴのsvg定義を非表示にする
**********************************************************************************************/
.un_bl_svgSynbol {
  display: none;
}

.un_bl_svgSynbol svg {
  display: none;
}

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

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

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

/**********************************************************************************************
外側の枠（クロスする線の背景画像を設置）
**********************************************************************************************/
.bl_commonBaseBgCrossWrapper {
  position: fixed;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bl_commonBaseBgCross_1, .bl_commonBaseBgCross_2 {
  position: absolute;
  width: 2px;
  height: 5000px;
  top: 0;
  bottom: 50%;
  left: 50%;
  right: 0;
  margin: auto;
  transition: 1s ease-out;
}

@media only screen and (max-width: 567px) {
  .bl_commonBaseBgCross_1, .bl_commonBaseBgCross_2 {
    bottom: 60%;
    left: 60%;
  }
}

.bl_commonBaseBgCross_1 {
  /*
	position: absolute;
	margin-top: -50%;
	left: 90%;
	width: 2px;
	height: 300%;
	background-color: #c2dacb;
	transform: rotate(-30deg);
	transform-origin: 50% 50%;
	transition-duration: 1s;
	*/
  background: rgba(52, 131, 84, 0.3);
  transform: rotate(-30deg);
}

.bl_commonBaseBgCross_2 {
  /*
	position: absolute;
	margin-left: -50%;
	top: 12%;
	width: 300%;
	height: 2px;
	background-color: #ecf4e7;
	transform: rotate(-15deg);
	transform-origin: 50% 50%;
	transition-duration: 1s;
	*/
  background: rgba(191, 220, 174, 0.3);
  transform: rotate(75deg);
}

/**********************************************************************************************
汎用見出し
**********************************************************************************************/
.bl_commonHeaderOuter {
  margin-top: 240px;
}

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

.ly_wrapper .ly_innerL:first-of-type .bl_commonHeaderOuter {
  margin-top: 120px;
}

@media only screen and (max-width: 567px) {
  .ly_wrapper .ly_innerL:first-of-type .bl_commonHeaderOuter {
    margin-top: 60px;
  }
}

.bl_commonHeaderWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.bl_topContentsWrapper .bl_topContents:nth-of-type(even) .bl_commonHeaderWrapper {
  justify-content: flex-end;
  text-align: right;
}

.bl_commonHeaderWrapper.newsDetail {
  max-width: 1200px;
}

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

.el_commonHeaderImage {
  display: block;
}

@media only screen and (max-width: 567px) {
  .el_commonHeaderImage {
    width: max-content;
    max-width: 80%;
    height: auto;
  }
  .bl_topContentsWrapper .bl_topContents:nth-of-type(even) .el_commonHeaderImage {
    margin-left: auto;
  }
}

.el_commonHeaderText {
  display: block;
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: bold;
}

.el_commonHeaderText.mT0 {
  margin-top: 0;
}

.el_commonHeaderText-sub {
  display: block;
  font-size: 2.5rem;
  color: #333;
}

.el_commonHeaderText-sub::first-letter {
  color: #00ac4d;
}

.bl_commonHeaderDetailWrapper {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
}

.el_commonHeaderDetailDate {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
}

.bl_commonHeaderDetailList {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 12px;
}

.bl_commonHeaderDetailListItem-company {
  width: auto;
  display: inline-block;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  font-size: 0.75rem;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media only screen and (max-width: 567px) {
  .bl_commonHeaderDetailListItem-company {
    margin-bottom: 5px;
  }
}

.bl_commonHeaderDetailListItem-company.xst {
  background-color: #00ac4d;
  border-color: #00ac4d;
}

.bl_commonHeaderDetailListItem-company.wtb {
  background-color: #00abc5;
  border-color: #00abc5;
}

.bl_commonHeaderDetailListItem-company.ret {
  background-color: #8fb73e;
  border-color: #8fb73e;
}

.bl_commonHeaderDetailListItem-company.fds {
  background-color: #f1ad41;
  border-color: #f1ad41;
}

.bl_commonHeaderDetailListItem-company.dev {
  background-color: #d91c4d;
  border-color: #d91c4d;
}

.bl_commonHeaderDetailListItem-category {
  width: auto;
  display: inline-block;
  color: #333;
  border: 1px solid #666;
  font-size: 0.75rem;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #fff;
}

@media only screen and (max-width: 567px) {
  .bl_commonHeaderDetailListItem-category {
    margin-bottom: 5px;
  }
}

/**********************************************************************************************
ヘッダー
**********************************************************************************************/
.bl_glHeaderOuter {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

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

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

.bl_glHeaderWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderWrapper {
    flex-wrap: wrap;
    height: auto;
    align-content: flex-start;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderWrapper {
    flex-wrap: nowrap;
    height: 60px;
  }
}

.el_glHeaderCloseBtn {
  display: none;
}

.el_glHeaderCloseBtn:focus {
  border: 2px solid #000;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderCloseBtn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #00ac4d;
    color: #fff;
    font-size: 0.75rem;
    position: relative;
    padding-top: 38px;
  }
  .el_glHeaderCloseBtn::before {
    position: absolute;
    content: "";
    display: block;
    width: 27px;
    height: 20px;
    top: 13px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .el_glHeaderCloseBtn::after {
    position: absolute;
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    top: 22px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
  .el_glHeaderCloseBtn.active::before {
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 27px;
    height: 2px;
    border: none;
    background-color: #fff;
    transform: rotate(45deg);
  }
  .el_glHeaderCloseBtn.active::after {
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 27px;
    height: 2px;
    border: none;
    background-color: #fff;
    transform: rotate(-45deg);
  }
}

.el_glHeaderCloseBtnText-close {
  display: block;
}

.el_glHeaderCloseBtn.active .el_glHeaderCloseBtnText-close {
  display: none;
}

.el_glHeaderCloseBtnText-open {
  display: none;
}

.el_glHeaderCloseBtn.active .el_glHeaderCloseBtnText-open {
  display: block;
}

.bl_glHeaderLogoOuter {
  width: 100%;
  position: relative;
}

@media (max-width: 1200px) {
  .bl_glHeaderLogoOuter {
    width: auto;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderLogoOuter {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #fff;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderLogoOuter {
    width: 35%;
  }
}

.bl_glHeaderLogoBgWrapper {
  display: none;
}

.un_glHeaderTop .bl_glHeaderLogoBgWrapper {
  width: 330px;
  height: 330px;
  background-color: #00ac4d;
  transform: rotate(-15deg);
  position: relative;
  bottom: 155px;
  left: -17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .un_glHeaderTop .bl_glHeaderLogoBgWrapper {
    width: 230px;
    height: 230px;
    bottom: 104px;
  }
}

@media only screen and (max-width: 819px) {
  .un_glHeaderTop .bl_glHeaderLogoBgWrapper {
    width: 200px;
    height: 200px;
    bottom: 75px;
  }
}

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

.un_glHeaderTop .bl_glHeaderLogoBgWrapper::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  bottom: -25px;
  left: -25px;
  background-color: rgba(52, 131, 84, 0.8);
}

.un_glHeaderTop .bl_glHeaderLogoBgWrapper::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  bottom: 77px;
  right: -43px;
  background-color: rgba(52, 131, 84, 0.5);
}

.bl_glHeaderLogoImageWrapper-h1 {
  position: absolute;
  top: 29px;
  margin-left: 35px;
}

@media (max-width: 1200px) {
  .bl_glHeaderLogoImageWrapper-h1 {
    width: 170px;
    height: 48px;
    margin-left: 27px;
  }
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderLogoImageWrapper-h1 {
    margin-left: 15px;
    width: 190px;
    height: auto;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderLogoImageWrapper-h1 {
    width: 130px;
    height: 36px;
    margin-left: 15px;
    position: static;
  }
}

.bl_glHeaderLogoImageWrapper-div {
  position: absolute;
  top: 21px;
  margin-left: 35px;
}

@media (max-width: 1200px) {
  .bl_glHeaderLogoImageWrapper-div {
    width: 170px;
    height: 48px;
    margin-left: 27px;
  }
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderLogoImageWrapper-div {
    margin-left: 15px;
    width: 190px;
    height: auto;
    top: 29px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderLogoImageWrapper-div {
    width: 130px;
    height: 36px;
    margin-left: 15px;
    position: static;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderLogoImageWrapper-div {
    padding-right: 15px;
  }
}

.bl_glHeaderLogoImageLink {
  text-decoration: none;
  display: block;
}

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

.el_glHeaderLogoImage {
  width: 200px;
  height: 56px;
  fill: #00ac4d;
}

@media only screen and (max-width: 819px) {
  .el_glHeaderLogoImage {
    width: 150px;
    height: 42px;
  }
}

@media only screen and (max-width: 567px) {
  .el_glHeaderLogoImage {
    width: 130px;
    height: 36px;
  }
}

.un_glHeaderTop .el_glHeaderLogoImage {
  fill: #fff;
  width: 246px;
  height: 69px;
}

@media (max-width: 1200px) {
  .un_glHeaderTop .el_glHeaderLogoImage {
    width: 170px;
    height: 48px;
  }
}

@media only screen and (max-width: 819px) {
  .un_glHeaderTop .el_glHeaderLogoImage {
    width: 145px;
    height: 41px;
  }
}

@media only screen and (max-width: 567px) {
  .un_glHeaderTop .el_glHeaderLogoImage {
    fill: #00ac4d;
    width: 130px;
    height: 36px;
  }
}

/*
.el_glHeaderLogoText {//会社名テキスト
	display: none;//トップページ以外は非表示

	.un_glHeaderTop & {//トップページのみ表示
		display: block;
		font-weight: normal;
		font-size: rem(12px);
		line-height: 1;
		margin-top: 19px;
		color: $c_black;

		@include sp_pc {
			//margin-top: 8px;
			display: none;
		}

		@include sp {
			display: none;
		}
	}
}
*/
.bl_glHeaderNavWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: calc(100% - 350px);
}

@media (max-width: 1200px) {
  .bl_glHeaderNavWrapper {
    width: calc(100% - 250px);
  }
}

@media (max-width: 1200px) {
  .bl_glHeaderNavWrapper {
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavWrapper {
    width: 100%;
    max-height: calc(100vh - 60px);
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: scroll;
  }
}

@media (max-width: 1200px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderNavWrapper {
    width: calc(100% - 230px);
  }
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderNavWrapper {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderNavWrapper {
    width: 65%;
    flex-wrap: nowrap;
    max-height: none;
    overflow: auto;
  }
}

.bl_glHeaderNavList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 610px;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .bl_glHeaderNavList {
    width: 95%;
  }
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderNavList {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavList {
    width: 100%;
    display: block;
    margin-right: 0;
    padding-bottom: 15px;
    background-color: rgba(49, 133, 92, 0.95);
  }
}

@media (max-width: 1200px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderNavList {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderNavList {
    justify-content: flex-end;
    width: auto;
    background: none;
    padding-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
  }
}

.bl_glHeaderNavListItem {
  position: relative;
  width: 20%;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavListItem {
    width: 100%;
    border-top: 1px solid #fff;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavListItem:last-of-type {
    border-bottom: 1px solid #fff;
  }
}

.bl_glHeaderOuter.iframe .bl_glHeaderNavListItem {
  width: 100%;
}

.el_glHeaderNavListItembtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  transition-property: height,padding-bottom;
  color: #333;
  text-decoration: none;
}

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

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

@media only screen and (max-width: 567px) {
  .el_glHeaderNavListItembtn {
    background-color: #1b1c25;
    color: #fff;
    font-size: 1.125rem;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
    padding-left: 31px;
    padding-right: 44px;
  }
  .el_glHeaderNavListItembtn:focus {
    outline: none;
  }
  .el_glHeaderNavListItembtn:focus {
    border: 2px solid #ff0;
  }
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavListItembtn::before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 20px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.el_glHeaderNavListItembtn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavListItembtn::after {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 26px;
    left: auto;
    margin-top: auto;
    margin-bottom: auto;
    transform: none;
    transition: none;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderOuter.iframe .el_glHeaderNavListItembtn {
    padding: 0;
    background: none;
    color: #333;
    font-size: 0.75rem;
    padding-right: 20px;
  }
  .bl_glHeaderOuter.iframe .el_glHeaderNavListItembtn::before {
    display: none;
  }
}

.bl_glHeaderNavListItem:hover .el_glHeaderNavListItembtn {
  padding-bottom: 8px;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavListItem:hover .el_glHeaderNavListItembtn {
    padding-bottom: 20px;
  }
}

.bl_glHeaderNavListItem:hover .el_glHeaderNavListItembtn::after {
  bottom: 19px;
  border-color: #00ac4d;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavListItem:hover .el_glHeaderNavListItembtn::after {
    bottom: 0;
    border: none;
    background-color: #fff;
  }
}

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

@media only screen and (max-width: 567px) {
  .el_glHeaderNavListItembtn.noIcon::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: 26px;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    background: none;
  }
}

.el_glHeaderNavListItembtn.noIcon::after {
  display: none;
}

.bl_glHeaderNavListSubItem {
  position: fixed;
  top: 100px;
  left: 0;
  width: calc(100vw - calc(100vw - 100%));
  height: auto;
  background-color: rgba(49, 133, 92, 0.95);
  z-index: -1;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavListSubItem {
    position: static;
    width: 100%;
    background: none;
  }
}

.bl_glHeaderNavSubWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 186px;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavSubWrapper {
    display: block;
    min-height: auto;
  }
}

.bl_glHeaderNavSubTitleOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 310px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1b1c25;
  transform: skewX(15deg);
  position: relative;
  padding-right: 43px;
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderNavSubTitleOuter {
    width: 200px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavSubTitleOuter {
    display: block;
    width: calc(100% + 30px);
    padding: 0;
    transform: none;
    margin-left: -15px;
    background: none;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.bl_glHeaderNavSubTitleOuter::before {
  position: absolute;
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #1b1c25;
  right: 9%;
  top: 0;
}

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

.bl_glHeaderNavSubTitleWrapper {
  transform: skewX(-15deg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavSubTitleWrapper {
    display: block;
    transform: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.el_glHeaderNavSubTitleLink {
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  margin-top: 14px;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavSubTitleLink {
    display: block;
    width: 100%;
    font-size: 1rem;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 20px;
    padding-left: 9px;
  }
  .el_glHeaderNavSubTitleLink:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #fff;
    outline-offset: -2px;
  }
  .el_glHeaderNavSubTitleLink:focus {
    background-color: #1b1c25;
    color: #fff;
  }
}

.el_glHeaderNavSubTitleLink::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition-duration: 0.3s;
}

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

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

@media only screen and (max-width: 567px) {
  .el_glHeaderNavSubTitleLink::after {
    top: 0;
    bottom: 0;
    right: 9px;
    margin-top: auto;
    margin-bottom: auto;
    transition: none;
  }
}

.el_glHeaderNavSubTitleLink:hover::before {
  width: calc(100% + 10px);
}

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

.el_glHeaderNavSubTitleLink:hover::after {
  right: -6px;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavSubTitleLink:hover::after {
    right: 9px;
  }
}

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

.el_glHeaderNavSubTitleLink-sp {
  display: none;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavSubTitleLink-sp {
    display: inline;
  }
}

.bl_glHeaderNavSubListWrapper {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 340px);
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderNavSubListWrapper {
    width: calc(100% - 230px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavSubListWrapper {
    display: block;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.bl_glHeaderNavSubList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

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

.bl_glHeaderNavSubListItem {
  display: flex;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavSubListItem {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 1px #fff;
    margin-bottom: 0;
  }
}

.bl_glHeaderNavSubListItem:nth-of-type(3n) {
  margin-right: 0;
}

.bl_glHeaderNavSubListItem:nth-child(3n+1):nth-last-child(-n+3),
.bl_glHeaderNavSubListItem:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavSubListItem:last-of-type {
    border: none;
  }
}

.bl_glHeaderNavSubListItem.business:nth-of-type(3n) {
  margin-right: 2%;
}

.bl_glHeaderNavSubListItem.business:nth-of-type(2n) {
  margin-right: 34%;
}

.bl_glHeaderNavSubListItem.business:last-child, .bl_glHeaderNavSubListItem.business:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.bl_glHeaderNavSubListItemLink {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  color: #fff;
  text-decoration: none;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderNavSubListItemLink {
    font-size: 0.875rem;
    padding-left: 7px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavSubListItemLink {
    border: none;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 9px;
    font-size: 1rem;
  }
}

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

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

.bl_glHeaderNavSubListItemLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 9px;
  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;
}

.bl_glHeaderNavSubListItemLink:hover::before {
  right: -20%;
}

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

.bl_glHeaderNavSubListItemLink:focus {
  background-color: #1b1c25;
  color: #fff;
}

.bl_glHeaderNavFaqOuter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 200px;
  height: 100%;
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderNavFaqOuter {
    width: 180px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavFaqOuter {
    width: 100%;
    height: auto;
    align-content: flex-start;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderOuter.iframe .bl_glHeaderNavFaqOuter {
    width: 120px;
  }
}

.bl_glHeaderNavFaqWrapper {
  width: 50%;
}

.bl_glHeaderNavFaqLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  background-color: #f1f1e8;
  transition-duration: 0.3s;
  transition-property: background-color;
  word-break: break-all;
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderNavFaqLink {
    width: 90px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavFaqLink {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-template-rows: auto auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 11px;
    padding-right: 30px;
    position: relative;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavFaqLink::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: 6px;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(-45deg);
  }
}

.bl_glHeaderOuter.iframe .bl_glHeaderNavFaqLink::before {
  display: none;
}

.bl_glHeaderNavFaqLink:hover, .bl_glHeaderNavFaqLink:focus {
  background-color: #e7e7d8;
}

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

.bl_glHeaderOuter.iframe .bl_glHeaderNavFaqLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0;
}

.el_glHeaderNavFaqLinkIcon {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavFaqLinkIcon {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}

.bl_glHeaderOuter.iframe .el_glHeaderNavFaqLinkIcon {
  width: 26px;
  height: 26px;
}

.el_glHeaderNavFaqLinkIcon svg {
  width: 100%;
  height: 100%;
  fill: #333;
}

.el_glHeaderNavFaqLinkText {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: 3px;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavFaqLinkText {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-top: 0;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderOuter.iframe .el_glHeaderNavFaqLinkText {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: normal;
  }
}

.el_glHeaderNavFaqLinkText2 {
  font-size: 0.6875rem;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavFaqLinkText2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding-left: 10px;
  }
}

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

.bl_glHeaderNavInquiryWrapper {
  width: 50%;
}

.bl_glHeaderNavInquiryLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  background-color: #1b1c25;
  transition-duration: 0.3s;
  transition-property: background-color;
  word-break: break-all;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 819px) {
  .bl_glHeaderNavInquiryLink {
    width: 90px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavInquiryLink {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-template-rows: auto auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 11px;
    padding-right: 30px;
    position: relative;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavInquiryLink::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: 6px;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
  }
}

.bl_glHeaderOuter.iframe .bl_glHeaderNavInquiryLink::before {
  display: none;
}

.bl_glHeaderNavInquiryLink:hover, .bl_glHeaderNavInquiryLink:focus {
  background-color: #2c2e3d;
}

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

.bl_glHeaderOuter.iframe .bl_glHeaderNavInquiryLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0;
}

.el_glHeaderNavInquiryLinkIcon {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 567px) {
  .el_glHeaderNavInquiryLinkIcon {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}

.bl_glHeaderOuter.iframe .el_glHeaderNavInquiryLinkIcon {
  width: 26px;
  height: 26px;
}

.el_glHeaderNavInquiryLinkIcon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.bl_glHeaderNavCloseBg {
  display: none;
}

@media only screen and (max-width: 567px) {
  .bl_glHeaderNavCloseBg {
    display: block;
    width: 100%;
    background-color: rgba(27, 28, 37, 0.5);
    height: 100vh;
  }
}

.js-accordion--trigger {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.2s ease-in;
  color: #4d68b7;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 20px;
  outline: none;
  border: none;
  cursor: pointer;
}

.js-accordion--trigger:after {
  display: inline-block;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  border-top-color: #5f6569;
  border-width: 7px;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -5px;
  transition: all 0.2s ease-in;
}

.js-accordion--trigger._state-open {
  background-color: #f1f1f1;
  text-decoration: none;
}

.js-accordion--trigger:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.js-accordion--target {
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

@media only screen and (max-width: 567px) {
  .js-accordion--target {
    transition: height 0.4s ease-in-out;
  }
}

.js-accordion--body {
  padding: 30px;
}

.js-accordion-enter-active {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 567px) {
  .js-accordion-enter-active {
    animation-name: js-accordion--anime__opend;
  }
}

.js-accordion-leave-active {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 567px) {
  .js-accordion-leave-active {
    animation-name: js-accordion--anime__closed;
  }
}

@keyframes js-accordion--anime__opend {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes js-accordion--anime__closed {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**********************************************************************************************
フッター
**********************************************************************************************/
.bl_glFooterOuter {
  background-color: #348354;
  border-top: 20px solid #f1f1e8;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterOuter {
    background-color: #fff;
  }
}

.bl_glFooterFaqOuter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterFaqOuter {
    flex-wrap: wrap;
  }
}

@media print {
  .bl_glFooterFaqOuter {
    display: none;
  }
}

.bl_glFooterFaqWrapper {
  width: 50%;
  height: 220px;
  background-color: #267245;
}

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

.bl_glFooterFaqLink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterFaqLink {
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

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

.bl_glFooterFaqLink::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 4px solid #dadada;
  border-bottom: 4px solid #dadada;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
  z-index: 2;
}

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

.bl_glFooterFaqLink:hover::before {
  right: -20%;
}

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

.bl_glFooterFaqLink:focus {
  background-color: #000;
}

.bl_glFooterFaqLinkTextWrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 595px;
  width: 100%;
  padding-left: 15px;
}

.el_glFooterFaqLinkIcon {
  display: block;
  width: 48px;
  height: 48px;
  fill: #fff;
}

.el_glFooterFaqLinkText {
  font-size: 1.625rem;
  font-weight: bold;
  margin-left: 22px;
}

.el_glFooterFaqLinkSubText {
  margin-left: 22px;
}

.bl_glFooterInquiryWrapper {
  width: 50%;
  height: 220px;
  background-color: #20653c;
}

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

.bl_glFooterInquiryLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterInquiryLink {
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

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

.bl_glFooterInquiryLink::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 4px solid #dadada;
  border-bottom: 4px solid #dadada;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
  z-index: 2;
}

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

.bl_glFooterInquiryLink:hover::before {
  right: -20%;
}

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

.bl_glFooterInquiryLink:focus {
  background-color: #000;
}

.bl_glFooterInquiryLinkTextWrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 595px;
  width: 100%;
  padding-right: 76px;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterInquiryLinkTextWrapper {
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 0;
  }
}

.el_glFooterInquiryLinkIcon {
  display: block;
  width: 48px;
  height: 48px;
  fill: #fff;
}

.el_glFooterInquiryLinkText {
  font-size: 1.625rem;
  font-weight: bold;
  margin-left: 22px;
}

.el_glFooterInquiryLinkSubText {
  margin-left: 22px;
}

.bl_glFooterContactWrapper {
  width: 50%;
  height: 220px;
  background-color: #20653c;
}

.bl_glFooterWrapper {
  width: 100%;
  padding-top: 78px;
  padding-bottom: 80px;
}

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

@media print {
  .bl_glFooterWrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.bl_glFooterListWrapper {
  width: 100%;
}

.bl_glFooterListLogoWrapper {
  text-align: center;
}

.el_glFooterLogoImage {
  fill: #fff;
  width: 180px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.bl_glFooterList {
  margin-top: 60px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-template-rows: auto auto 1fr;
}

@media print {
  .bl_glFooterList {
    display: none;
  }
}

.bl_glFooterListItem:nth-of-type(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

.bl_glFooterListItem:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
}

.bl_glFooterListItem:nth-of-type(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
}

.bl_glFooterListItem:nth-of-type(4) {
  grid-column: 4 / 5;
  grid-row: 1 / 4;
}

.bl_glFooterListItem:nth-of-type(5) {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
}

.bl_glFooterListItem:nth-of-type(6) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}

.bl_glFooterListItem:nth-of-type(7) {
  grid-column: 5 / 6;
  grid-row: 3 / 4;
}

.bl_glFooterListItem:nth-of-type(8) {
  grid-column: 6 / 7;
  grid-row: 1 / 2;
}

.bl_glFooterListItem:nth-of-type(9) {
  grid-column: 6 / 7;
  grid-row: 2 / 4;
}

.el_glFooterListItemLink {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  margin-bottom: 21px;
}

.el_glFooterListItemLink:hover, .el_glFooterListItemLink:focus {
  text-decoration: underline;
}

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

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

.el_glFooterSubListItemLink {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.el_glFooterSubListItemLink:hover, .el_glFooterSubListItemLink:focus {
  text-decoration: underline;
}

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

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

.bl_glFooterBottomWrapper {
  background-color: #1b1c25;
  padding-top: 38px;
  padding-bottom: 34px;
  position: relative;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterBottomWrapper {
    background: none;
    padding-bottom: 0;
    padding-top: 60px;
  }
}

@media print {
  .bl_glFooterBottomWrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bl_glFooterBottomList {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterBottomList {
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #dadada;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

@media print {
  .bl_glFooterBottomList {
    display: none;
  }
}

.bl_glFooterBottomListItem {
  width: auto;
  border-right: 1px solid #fff;
  line-height: 1;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterBottomListItem {
    width: 50%;
    border-bottom: 1px solid #dadada;
  }
}

.bl_glFooterBottomListItem:last-of-type {
  border: none;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterBottomListItem:last-of-type {
    border-bottom: 1px solid #dadada;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glFooterBottomListItem:nth-of-type(odd) {
    border-right: 1px solid #dadada;
  }
}

.bl_glFooterBottomListItemLink {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  padding-left: 1em;
  padding-right: 1em;
}

@media only screen and (max-width: 819px) {
  .bl_glFooterBottomListItemLink {
    font-size: 0.8125rem;
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
}

@media only screen and (max-width: 567px) {
  .bl_glFooterBottomListItemLink {
    color: #333;
    font-size: 0.875rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
  }
}

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

.bl_glFooterBottomText {
  color: #fff;
  font-size: 0.625rem;
  text-align: center;
  margin-top: 35px;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterBottomText {
    background-color: #1b1c25;
    margin-top: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media print {
  .bl_glFooterBottomText {
    margin-top: 0;
  }
}

.bl_glFooterGoTopWrapper {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 130px;
  height: 130px;
  transition-duration: 0.5s;
  transition-property: margin-bottom;
  overflow: hidden;
  z-index: 9000;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterGoTopWrapper {
    transform: scale(0.7, 0.7);
    transform-origin: right bottom;
  }
}

@media print {
  .bl_glFooterGoTopWrapper {
    display: none !important;
  }
}

.bl_glFooterGoTopWrapper.fixed {
  position: fixed;
  bottom: 0;
  margin-bottom: -130px;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterGoTopWrapper.fixed {
    bottom: 0;
  }
}

.bl_glFooterGoTopWrapper.moved {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .bl_glFooterGoTopWrapper.moved {
    margin-bottom: 0;
    bottom: calc(100% - 60px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_glFooterGoTopWrapper.moved.fixed {
    margin-bottom: 0;
    bottom: 0px;
  }
}

.bl_glFooterGoTopBtn {
  width: 200%;
  height: 200%;
  background-color: #1b1c25;
  transform: rotate(45deg);
  margin-left: 54px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.bl_glFooterGoTopBtn::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  bottom: 76px;
  left: 35px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(180deg);
  transition-duration: 0.3s;
  transition-property: bottom,left;
}

.bl_glFooterGoTopBtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  bottom: 100px;
  left: 21px;
  background-color: #fff;
  transform: rotate(135deg);
  transition-duration: 0.3s;
  transition-property: bottom,left;
}

.bl_glFooterGoTopBtn:hover, .bl_glFooterGoTopBtn:focus {
  background-color: #101116;
}

.bl_glFooterGoTopBtn:hover::before, .bl_glFooterGoTopBtn:focus::before {
  bottom: 81px;
  left: 30px;
}

.bl_glFooterGoTopBtn:hover::after, .bl_glFooterGoTopBtn:focus::after {
  bottom: 105px;
  left: 16px;
}

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

/**********************************************************************************************
パンくずリスト
**********************************************************************************************/
.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;
  }
}

.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.875rem;
}

.bl_commonUnorderedList .normal {
  position: relative;
}

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

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

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

.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.875rem;
}

.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.875rem;
}

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

/* 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;
}
/*# sourceMappingURL=common.css.map */