@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --inter-font:"Inter", sans-serif;
  --base-color: #181818;
  --base_bg: #F4F4F4;
  --white: #FFF;
  --white-8: rgba(255, 255, 255, 0.80);
  --white-82: rgba(255, 255, 255, 0.82);
  --black: #000;
  --black-7: rgba(24, 24, 24, 0.70);
  --green: #00783C;
  --green01: #005028;
  --green02: #033A1F;
  --light-green: #8CAE9D;
  --light-green01: #B9C9BF;
  --light-green01-8: rgba(185, 201, 191, 0.80);
  --light-green01-9: rgba(185, 201, 191, 0.90);
  --light-green02: #85A294;
  --light-green03: #7EAA8F;
  --light-green04: #EAEDEC;
  --yellow: #FFC55F;
  --yellow-9: rgba(255, 197, 95, 0.90);
  --grey: #E8EEEB;
  --grey01: #E7E7E7;
  --brown:#EFEAE5;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lyx */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

.inter {
  font-family: var(--inter-font);
}

/*------------------------------------------------------------
	split
------------------------------------------------------------*/
.split {
  opacity: 0;
}
.split.split-initialized {
  opacity: 1;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 118rem;
}
@media all and (max-width: 896px) {
  .content {
    max-width: 100% !important;
  }
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  padding-top: 24.1rem;
  margin-bottom: 8rem;
  position: relative;
}
.pageTitle .content {
  max-width: 130rem;
  position: relative;
  z-index: 2;
}
.pageTitle.pageTitle01 {
  padding-bottom: 22.2rem;
}
.pageTitle.pageTitle01 .lineDecoration {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 63rem;
  z-index: 1;
  pointer-events: none;
}
.pageTitle.pageTitle01 .lineDecoration .line01_page_1,
.pageTitle.pageTitle01 .lineDecoration .line01_page_2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.pageTitle.pageTitle01 .lineDecoration .line01_page_1 svg,
.pageTitle.pageTitle01 .lineDecoration .line01_page_2 svg {
  width: 100%;
  height: 100%;
  display: block;
}
.pageTitle.pageTitle01 .lineDecoration .line01_page_1 path,
.pageTitle.pageTitle01 .lineDecoration .line01_page_2 path {
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
}
@media all and (max-width: 896px) {
  .pageTitle.pageTitle01 .lineDecoration .line01_page_1 path,
  .pageTitle.pageTitle01 .lineDecoration .line01_page_2 path {
    stroke-width: 4;
  }
}
.pageTitle.pageTitle01 .lineDecoration .line01_page_1 {
  z-index: 1;
}
.pageTitle.pageTitle01 .lineDecoration .line01_page_1 svg {
  margin-top: 6rem;
}
@media all and (max-width: 896px) {
  .pageTitle.pageTitle01 .lineDecoration .line01_page_1 svg {
    margin-top: 2rem;
  }
}
.pageTitle.pageTitle01 .lineDecoration .line01_page_2 {
  z-index: 2;
}
.pageTitle.pageTitle02 .content {
  max-width: 132rem;
}
.pageTitle.pageTitle02 .headLine01 {
  margin-bottom: 8.8rem;
}
@media all and (max-width: 896px) {
  .pageTitle {
    padding-top: 11.2rem;
    margin-bottom: 6rem;
  }
  .pageTitle .content {
    max-width: 100%;
  }
  .pageTitle.pageTitle01 {
    padding-bottom: 8rem;
  }
  .pageTitle.pageTitle01 .lineDecoration {
    height: 19.5rem;
  }
  .pageTitle.pageTitle01 .lineDecoration .line01_page_1,
  .pageTitle.pageTitle01 .lineDecoration .line01_page_2 {
    display: block;
  }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: var(--light-green);
  letter-spacing: 0.192rem;
}
.headLine01 .en {
  margin-bottom: 2.3rem;
  font-size: 12rem;
  color: var(--green);
  display: block;
  letter-spacing: 0.3rem;
}
.headLine01 .jp {
  padding-left: 1rem;
}
@media all and (max-width: 896px) {
  .headLine01 {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .headLine01 .en {
    margin-bottom: 0.5rem;
    font-size: 7rem;
  }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 7.5rem;
  padding: 0 0 0.5rem 4.5rem;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.135rem;
  color: var(--green);
  background: url(../img/common/line02.png) no-repeat left top/3.1rem;
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 6.4rem;
    padding: 0.2rem 0 0.5rem 3.3rem;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.12rem;
  }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 11.6rem;
  padding-top: 3.5rem;
  letter-spacing: 0.36rem;
  background: url(../img/common/line03.png) no-repeat left 1.8rem top/3.7rem;
}
.headLine03 .en {
  margin-bottom: 0.8rem;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  display: block;
}
.headLine03 .jp {
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--yellow);
}
@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 5.6rem;
    padding-top: 2.2rem;
    background-image: url(../img/common/line03_sp.png);
    background-position: left 2rem top;
    background-size: 2rem auto;
  }
  .headLine03 .en {
    font-size: 5.1rem;
  }
  .headLine03 .jp {
    padding-left: 1rem;
  }
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
  margin: 0 0 2.4rem 0.4rem;
  padding-left: 4rem;
  font-size: 4rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  background: url(../img/common/icon02.png) no-repeat left top 0.7rem/2.5rem;
}
@media all and (max-width: 896px) {
  .headLine04 {
    margin: 0 2.4rem 4.1rem;
    padding-left: 3.2rem;
    font-size: 2.9rem;
    letter-spacing: 0.145rem;
    background-size: 1.9rem auto;
    background-position: left top 0.4rem;
  }
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
  margin-bottom: 4rem;
  letter-spacing: 0.32rem;
}
.headLine05 .en {
  margin-bottom: 0.9rem;
  color: var(--green);
  display: block;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
}
.headLine05 .jp {
  padding-left: 1rem;
  font-size: 1.6rem;
  color: var(--yellow);
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .headLine05 {
    margin-bottom: 3rem;
  }
  .headLine05 .en {
    margin-bottom: 0.7rem;
    font-size: 6.4rem;
  }
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
  margin-bottom: 8.6rem;
}
.headLine06 .en {
  margin-bottom: 0.9rem;
  display: block;
  color: var(--white);
  font-size: 10rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}
.headLine06 .jp {
  width: fit-content;
  padding-left: 2.2rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.64rem;
  display: block;
  background: url(../img/common/line07.png) no-repeat left top 0.2rem/1.6rem;
}
.headLine06 .jp span {
  color: var(--yellow);
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .headLine06 {
    margin-bottom: 5.6rem;
  }
  .headLine06 .en {
    margin-bottom: 0.2rem;
    font-size: 6.4rem;
    letter-spacing: 0.32rem;
  }
  .headLine06 .jp {
    padding: 0.5rem 0 0.5rem 2.2rem;
    font-size: 2.4rem;
    letter-spacing: 0.48rem;
  }
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
  margin-bottom: 3.9rem;
}
.headLine07 .en {
  margin-bottom: 0.9rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 0.32rem;
  color: var(--light-green);
  display: block;
}
.headLine07 .jp {
  padding-left: 2.5rem;
  color: var(--green);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.2;
  background: url(../img/common/icon02.png) no-repeat left 0.2rem top 1rem/1.5rem auto;
}
@media all and (max-width: 896px) {
  .headLine07 {
    margin-bottom: 1.8rem;
  }
  .headLine07 .en {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
    letter-spacing: 0.25rem;
  }
  .headLine07 .jp {
    padding-left: 2.5rem;
    font-size: 2.4rem;
    background-position: left 0.2rem top 0.7rem;
    background-size: 1.5rem auto;
    background-image: url(../img/common/icon06_sp.png);
  }
}

/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
  margin-bottom: 7.9rem;
  padding-bottom: 4.4rem;
  text-align: center;
  background: url(../img/common/line11.png) no-repeat center bottom/4.8rem;
}
.headLine08 .en {
  margin-bottom: 1.9rem;
  display: block;
  color: var(--green);
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.32rem;
}
.headLine08 .jp {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1;
  color: var(--green);
}
.headLine08 .jp span {
  color: var(--yellow);
}
@media all and (max-width: 896px) {
  .headLine08 {
    margin-bottom: 4rem;
    background: url(../img/common/line11.png) no-repeat center bottom/4.8rem;
  }
  .headLine08 .en {
    margin-bottom: 1.7rem;
    font-size: 6rem;
  }
  .headLine08 .jp {
    font-size: 2.7rem;
  }
}

/*------------------------------------------------------------
	headLine09
------------------------------------------------------------*/
.headLine09 {
  margin-bottom: 2.1rem;
  padding-left: 3.5rem;
  color: var(--green);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.headLine09::after {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 2rem;
  height: 0.3rem;
  background-color: var(--yellow);
  content: "";
  z-index: 1;
}
@media all and (max-width: 896px) {
  .headLine09 {
    margin-bottom: 2.1rem;
    font-size: 2.2rem;
  }
  .headLine09::after {
    top: 1.3rem;
  }
}

/*------------------------------------------------------------
	headLine10
------------------------------------------------------------*/
.headLine10 {
  margin-bottom: 11.7rem;
  padding-left: 5.6rem;
  background: url(../img/common/line03.png) no-repeat left top/4.3rem;
}
.headLine10 .jp {
  margin-right: 1.6rem;
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4rem;
  color: var(--green);
}
.headLine10 .en {
  color: var(--light-green);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media all and (max-width: 896px) {
  .headLine10 {
    margin-bottom: 5.8rem;
    padding-left: 4rem;
    background-image: url(../img/common/line13_sp.png);
    background-size: 3.2rem auto;
  }
  .headLine10 .jp {
    margin: 0 0 0.5rem;
    display: block;
    font-size: 2.7rem;
    letter-spacing: 0.27rem;
  }
  .headLine10 .en {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}

/*------------------------------------------------------------
	headLine11
------------------------------------------------------------*/
.headLine11 {
  margin-bottom: 3.7rem;
}
.headLine11 .en {
  margin-bottom: 1.6rem;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.32rem;
  color: var(--light-green);
}
.headLine11 .jp {
  padding-left: 1.7rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: var(--green);
  background: url(../img/common/icon06.png) no-repeat left top 0.7rem/1.4rem;
}
@media all and (max-width: 896px) {
  .headLine11 {
    margin-bottom: 2.1rem;
  }
  .headLine11 .en {
    margin-bottom: 1.1rem;
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
  }
}

/*------------------------------------------------------------
	comNewsUl
------------------------------------------------------------*/
.comNewsUl a {
  padding: 4rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--light-green01);
  flex-wrap: wrap;
}
.comNewsUl a:hover {
  opacity: 0.7;
}
.comNewsUl time {
  width: 18rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.07rem;
  color: var(--black);
}
.comNewsUl .rBox {
  flex: 1;
}
.comNewsUl .imgBox {
  align-items: flex-start;
}
.comNewsUl .imgBox .textBox {
  flex: 1;
}
.comNewsUl .imgBox .text {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.16rem;
  color: var(--black);
}
.comNewsUl .imgBox .photoBox {
  margin-left: 4rem;
  width: 20rem;
  aspect-ratio: 200/120;
  border-radius: 1rem;
  overflow: hidden;
}
.comNewsUl .imgBox .photoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comNewsUl .more {
  margin-top: -1.1rem;
  position: relative;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.12rem;
}
.comNewsUl .more::after {
  position: absolute;
  bottom: 1px;
  left: 106%;
  width: 1.2rem;
  height: 1px;
  background-color: var(--yellow);
  content: "";
  z-index: 1;
}
@media all and (max-width: 896px) {
  .comNewsUl a {
    display: block;
  }
  .comNewsUl time {
    margin-bottom: 0.9rem;
    width: auto;
    display: block;
  }
  .comNewsUl .imgBox {
    margin-bottom: 1.1rem;
    display: block;
  }
  .comNewsUl .imgBox .text {
    margin-bottom: 1rem;
  }
  .comNewsUl .imgBox .photoBox {
    margin-left: 0;
    width: auto;
  }
  .comNewsUl .more {
    margin: 0 1.5rem 0 auto;
  }
}

/*------------------------------------------------------------
	comTagUl
------------------------------------------------------------*/
.comTagUl {
  margin: -0.5rem 0 1.5rem;
}
.comTagUl li {
  padding: 0.2rem 0.8rem;
  margin: 0.5rem 0.8rem 0 0;
  width: fit-content;
  text-align: center;
  font-size: 1.4rem;
  color: var(--white);
  background-color: var(--green);
  border-radius: 0.2rem;
}
.comTagUl li.white {
  background-color: var(--white);
  color: var(--green);
}

/*------------------------------------------------------------
    wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
  margin-top: 7rem;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
.wp-pagenavi span {
  margin: 1rem 0.4rem 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  border-radius: 50%;
  color: var(--light-green);
  background-color: var(--white);
  border: 0.1rem solid var(--light-green);
  font-family: var(--inter-font);
  transition: 0.3s;
}
.wp-pagenavi a {
  margin: 1rem 0.4rem 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  border-radius: 4rem;
  color: var(--light-green);
  background-color: var(--white);
  border: 0.1rem solid var(--light-green);
  font-family: var(--inter-font);
}
.wp-pagenavi .current {
  color: var(--white);
  background-color: var(--green);
  border-color: transparent;
}
.wp-pagenavi .nextpostslink {
  display: none;
  width: 5.6rem;
}
.wp-pagenavi .previouspostslink {
  display: none;
  width: 5.6rem;
}
.wp-pagenavi .last {
  width: 5.6rem;
}
.wp-pagenavi .first {
  width: 5.6rem;
}
.wp-pagenavi .pages {
  display: none;
}
@media all and (min-width: 1025px) {
  .wp-pagenavi a:hover {
    color: var(--white);
    background-color: var(--green);
    border-color: transparent;
  }
  .wp-pagenavi span:hover {
    color: var(--white);
    background-color: var(--green);
    border-color: transparent;
  }
}
@media all and (max-width: 896px) {
  .wp-pagenavi {
    margin: 3rem -0.5rem 0 0;
  }
}

/*------------------------------------------------------------
	comSlider
------------------------------------------------------------*/
.comSlider {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.comSlider p {
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 16rem;
  font-weight: 600;
  color: var(--white);
}
@media all and (max-width: 896px) {
  .comSlider p {
    padding-bottom: 1rem;
    font-size: 7rem;
  }
}

/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
  margin: 0 auto;
  width: 20rem;
}
.comBtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  background-color: var(--green);
  min-height: 5.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07rem;
  border-radius: 6rem;
}
@media all and (min-width: 1025px) {
  .comBtn01 a:hover {
    color: var(--green);
    background-color: var(--yellow);
  }
}

/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 {
  padding-right: 2.5rem;
  width: 21.3rem;
}
.comBtn02 a {
  padding: 1.6rem 1rem;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  color: var(--green);
  background-color: var(--white);
  border-radius: 2rem 0.2rem;
}
.comBtn02 a::after {
  position: absolute;
  top: 50%;
  right: -2.9rem;
  content: "";
  transform: translateY(-50%);
  z-index: 2;
  width: 5rem;
  height: 0.2rem;
  background-color: var(--yellow);
}
.comBtn02 a:hover {
  opacity: 0.7;
}
.comBtn02.line a {
  border-top: 1px solid var(--green);
  border-left: 1px solid var(--green);
}
@media all and (max-width: 896px) {
  .comBtn02 {
    margin: 0 auto;
  }
}

/*------------------------------------------------------------
	comBorder
------------------------------------------------------------*/
.comBorder01 {
  border-radius: 0 16rem;
  overflow: hidden;
}

.comBorder02 {
  border-radius: 16rem 1rem;
  overflow: hidden;
}

@media all and (max-width: 896px) {
  .comBorder01 {
    border-radius: 0 8rem;
  }
  .comBorder02 {
    border-radius: 8rem 1rem;
  }
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
  margin-bottom: 12rem;
  gap: 2.4rem 4rem;
}
.comLinkUl li {
  width: calc((100% - 16rem) / 4);
  position: relative;
}
.comLinkUl li::after {
  position: absolute;
  right: 3.2rem;
  bottom: -1.6rem;
  width: 0.2rem;
  height: 3.2rem;
  content: "";
  background-color: var(--yellow);
}
.comLinkUl li a {
  position: relative;
  display: block;
  min-height: 6.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.16rem;
  border-radius: 2.4rem 0.2rem;
  overflow: hidden;
  background-color: var(--white);
  border-top: 1px solid var(--green);
  border-left: 1px solid var(--green);
}
.comLinkUl li a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  .comLinkUl {
    margin-bottom: 6rem;
    gap: 1.7rem 1rem;
    justify-content: space-between;
  }
  .comLinkUl li {
    width: calc((100% - 1rem) / 2);
  }
  .comLinkUl li::after {
    right: 1.9rem;
    bottom: -1rem;
    height: 2rem;
  }
  .comLinkUl li a {
    min-height: 4.9rem;
    border-radius: 2rem 0.2rem;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
	comPhotoBox
------------------------------------------------------------*/
.comPhotoBox {
  margin-bottom: -16rem;
}
.comPhotoBox img {
  width: 100%;
}
@media all and (max-width: 896px) {
  .comPhotoBox {
    margin-bottom: -8rem;
  }
}

/*------------------------------------------------------------
	comTableBox
------------------------------------------------------------*/
.comTableBox {
  max-width: 88rem;
}
.comTableBox table {
  width: 100%;
  border-collapse: collapse;
}
.comTableBox table th, .comTableBox table td {
  padding: 2.15rem 0;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  line-height: 2;
  letter-spacing: 0.08rem;
  border-bottom: 1px solid var(--white);
  vertical-align: top;
  word-break: break-all;
}
.comTableBox table th {
  width: 20.9%;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.36rem;
  color: var(--light-green01);
}
.comTableBox table .director-list .director-item {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 2;
}
.comTableBox table .director-list .director-item:last-child {
  margin-bottom: 0;
}
.comTableBox table .director-list .director-item .position {
  display: inline-block;
  width: 17rem;
}
.comTableBox table .director-list .director-item .name {
  display: inline-block;
}
@media all and (max-width: 896px) {
  .comTableBox {
    max-width: 100%;
  }
  .comTableBox table th, .comTableBox table td {
    width: 100% !important;
    display: block;
    padding: 1.95rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.07rem;
  }
  .comTableBox table th {
    padding-bottom: 0;
    font-size: 1.6rem;
    border-bottom: 0;
    letter-spacing: 0.32rem;
  }
  .comTableBox table td {
    padding-top: 0.5rem !important;
  }
  .comTableBox table .director-list .director-item {
    margin-bottom: 0.3rem;
  }
  .comTableBox table .director-list .director-item .position {
    width: 16rem;
    font-size: 1.4rem;
  }
  .comTableBox table .director-list .director-item .name {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
.popup {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.popup:hover {
  opacity: 0.8;
}

body.popFix {
  position: fixed;
  width: 100%;
  height: 100%;
}

.mfp-wrap {
  overflow-y: auto;
}

.mfp-bg {
  background-color: var(--black-7);
  opacity: 1;
}

@media all and (min-width: 897px) {
  body.fixed {
    overflow-y: scroll;
  }
}
.popupBox {
  padding: 4rem 10rem 10rem;
  margin: 1rem auto;
  max-width: 128rem;
  background-color: var(--grey);
  border-radius: 2rem;
}
.popupBox .icon {
  margin: 0 -6rem 1.9rem auto;
  width: 4rem;
}
.popupBox .icon a:hover {
  opacity: 0.7;
}
.popupBox .imgBox {
  align-items: flex-start;
}
.popupBox .imgBox .photoBox {
  width: 37.05%;
}
.popupBox .imgBox .photoBox .title {
  margin-bottom: 1rem;
  padding-left: 2.1rem;
  position: relative;
  color: var(--green);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18rem;
}
.popupBox .imgBox .photoBox .title::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.5rem;
  content: "";
  z-index: 1;
  background-color: var(--green);
}
.popupBox .imgBox .photoBox .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 0.5rem;
  content: "";
  z-index: 2;
  background-color: var(--yellow);
}
.popupBox .imgBox .photoBox .image {
  margin-bottom: 6rem;
}
.popupBox .imgBox .photoBox .photo {
  border-top-right-radius: 6rem;
  overflow: hidden;
}
.popupBox .imgBox .textBox {
  width: 51.86%;
}
.popupBox .imgBox .textBox th, .popupBox .imgBox .textBox td {
  padding: 1.6rem 0 1.6rem;
  border-bottom-color: var(--light-green02);
  vertical-align: middle;
}
.popupBox .imgBox .textBox th {
  width: 25.5%;
  padding-left: 3rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16rem;
  color: var(--light-green);
}
.popupBox .imgBox .textBox th::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 0.2rem;
  background-color: var(--yellow);
  content: "";
  z-index: 1;
}
.popupBox .imgBox .textBox td {
  color: var(--base-color);
  font-size: 1.4rem;
  line-height: 1.4;
}
.popupBox .imgBox .textBox td .link {
  text-decoration: underline;
  color: var(--green01);
  font-size: 1.6rem;
}
.popupBox .imgBox .textBox td .link:hover {
  opacity: 0.7;
}

@media all and (min-width: 897px) and (max-width: 1300px) {
  .popupBox .imgBox .textBox {
    width: 56%;
  }
  .popupBox .imgBox .textBox th {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 896px) {
  .mfp-container {
    padding: 0 4rem !important;
    text-align: left !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }
  .mfp-container:before {
    display: none !important;
  }
  .mfp-align-top .mfp-container:before {
    display: none !important;
  }
  .mfp-align-top .mfp-content {
    vertical-align: top !important;
    margin-top: 0 !important;
    top: 0 !important;
  }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    position: relative !important;
    display: block !important;
    vertical-align: top !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    transform: none !important;
    align-self: flex-start !important;
  }
  .mfp-content {
    position: relative !important;
    display: block !important;
    vertical-align: top !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    transform: none !important;
    align-self: flex-start !important;
  }
  .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1043 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .mfp-bg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1042 !important;
    opacity: 1 !important;
  }
  .popupBox {
    padding: 1.6rem 2rem 3.1rem;
    margin: 4rem 0;
    max-width: 100%;
  }
  .popupBox .icon {
    margin: 0 0 -1.5rem auto;
  }
  .popupBox .imgBox {
    margin-bottom: 2.4rem;
    display: block;
  }
  .popupBox .imgBox .photoBox {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .popupBox .imgBox .photoBox .title {
    margin-bottom: 1rem;
    padding: 0.5rem 0 0.5rem 2.1rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }
  .popupBox .imgBox .photoBox .title::after {
    height: 4rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .popupBox .imgBox .photoBox .title::before {
    height: 2rem;
    bottom: calc(50% - 2rem);
  }
  .popupBox .imgBox .photoBox .image {
    margin-bottom: 4rem;
  }
  .popupBox .imgBox .photoBox .image img {
    width: 19.8rem;
  }
  .popupBox .imgBox .photoBox .photo img {
    width: 100%;
  }
  .popupBox .imgBox .textBox {
    width: auto;
  }
  .popupBox .imgBox .textBox .comTableBox table th, .popupBox .imgBox .textBox .comTableBox table td {
    padding: 1.1rem 0 1rem;
    display: revert;
  }
  .popupBox .imgBox .textBox .comTableBox table th {
    width: 39.26% !important;
    padding-left: 1.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    border-bottom: 1px solid var(--light-green02);
  }
  .popupBox .imgBox .textBox .comTableBox table th::after {
    top: 53%;
    transform: translateY(0);
  }
  .popupBox .imgBox .textBox .comTableBox table td {
    padding-top: 1rem !important;
    width: 60.74% !important;
  }
  .popupBox .imgBox .textBox .comTableBox table td .link {
    line-height: 1.8;
  }
  #statusPup02 .imgBox .image {
    margin-bottom: 2rem;
  }
  #statusPup02 .imgBox .image img {
    width: 27rem;
  }
}
/*------------------------------------------------------------
	comPhotoBox
------------------------------------------------------------*/