@charset "UTF-8";
/*------------------------------------------------------------
	SETTING
------------------------------------------------------------*/
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 641px) {
  img {
    max-width: 100%;
  }
}

.pc_hide {
  display: none !important;
}

@media screen and (max-width: 641px) {
  .pc_hide {
    display: inline-block !important;
  }
  .sp_hide {
    display: none !important;
  }
}

.pc .hover {
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}

.pc .hover:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
  HEADER
------------------------------------------------------------*/
.header .headline {
  background: #eee;
  font-size: 1.2em;
  line-height: 3;
  text-align: center;
}

@media screen and (max-width: 641px) {
  .header .headline {
    padding: 15px 0;
    font-size: 3.125vw;
    line-height: 1.4;
  }
}

.header__navi {
  margin: 0 auto;
  padding: 30px 0;
  width: 1080px;
}

@media screen and (max-width: 641px) {
  .header__navi {
    position: relative;
    z-index: 1000;
    padding: 0;
    width: 100%;
  }
}

.header__logo {
  text-align: center;
}

@media screen and (max-width: 641px) {
  .header__logo {
    padding: 25px 0 25px 30px;
    text-align: left;
  }
}

.header__logo img {
  vertical-align: middle;
}

@media screen and (max-width: 641px) {
  .header__logo img {
    width: 115px;
  }
}

.header__logo span {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 2em;
  line-height: 1;
  font-weight: 600;
  vertical-align: middle;
}

@media screen and (max-width: 641px) {
  .header__logo span {
    padding: 0 0 0 30px;
    font-size: 4.0625vw;
    line-height: 1;
  }
}

.header__navi-toggle-btn {
  position: absolute;
  top: -65px;
  right: 30px;
  display: none;
  width: 40px;
  height: 36px;
}

@media screen and (max-width: 641px) {
  .header__navi-toggle-btn {
    display: block;
  }
}

.header__navi-toggle-btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #14a83b;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

.header__navi-toggle-btn span:nth-child(1) {
  top: 0;
}

.header__navi-toggle-btn span:nth-child(2) {
  top: 16px;
}

.header__navi-toggle-btn span:nth-child(3) {
  bottom: 0;
}

.header__navi-toggle-btn.open span:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__navi-toggle-btn.open span:nth-child(2) {
  opacity: 0;
}

.header__navi-toggle-btn.open span:nth-child(3) {
  bottom: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__navi-list {
  position: relative;
  z-index: 100;
  padding: 30px 0 0;
  text-align: center;
}

@media screen and (max-width: 641px) {
  .header__navi-list {
    position: absolute;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 641px) {
  .header__navi-list > ul {
    display: none;
    padding: 70px 40px;
    background: #14a83b;
  }
}

@media screen and (max-width: 641px) {
  .header__navi-list > ul.open {
    display: block;
  }
}

.header__navi-list > ul > li {
  display: inline-block;
  padding: 0 30px;
  vertical-align: top;
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;
}

@media screen and (max-width: 641px) {
  .header__navi-list > ul > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
  }
}

@media screen and (max-width: 641px) {
  .header__navi-list > ul > li:first-child {
    border-top: 1px solid #fff;
  }
}

.header__navi-list > ul > li:nth-child(2) .header__navi-detail-list > dt a {
  padding-top: 35% !important;
}
.header__navi-list > ul > li:nth-child(3) .header__navi-detail-list > dt a {
  padding-top: 31% !important;
}
.header__navi-list > ul > li:nth-child(4) .header__navi-detail-list > dt a {
  padding-top: 31% !important;
}
.header__navi-list > ul > li > a {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 641px) {
  .header__navi-list > ul > li > a {
    position: relative;
    display: block;
    padding: 30px 0;
    border-bottom: none;
    text-align: left;
    color: #fff;
  }
  .header__navi-list > ul > li > a:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 13px;
    height: 13px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__navi-list > ul > li > a.open:after {
    top: 38px;
    right: 30px;
    border: none;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
  }
}

@media screen and (min-width: 641px) {
  .header__navi-list > ul > li > a.current {
    font-weight: 600;
    color: #14a83b;
  }
}

.pc .header__navi-list > ul > li:hover > a,
.header__navi-list > ul > li.active > a {
  border-bottom: 2px solid #e5e5e5;
  /*font-weight: 600;*/
  color: #14a83b;
}

@media screen and (max-width: 641px) {
  .pc .header__navi-list > ul > li:hover > a,
  .header__navi-list > ul > li.active > a {
    border-bottom: none;
  }
}

.header__navi-detail-list {
  position: absolute;
  left: 0;
  display: block;
  height: 0;
  width: 1080px;
  background: #fff;
  overflow: hidden;
}

.header__navi-detail-list.open {
  display: table;
  height: auto;
  z-index: 10;
  padding: 35px 0 0;
}

@media screen and (max-width: 641px) {
  .header__navi-detail-list.open {
    padding: 0;
  }
}

@media screen and (max-width: 641px) {
  .header__navi-detail-list {
    position: relative;
    display: none;
    padding: 0 0 0 30px;
    width: 100%;
    height: auto;
    background: none;
  }
}

.header__navi-detail-list > dt {
  display: table-cell;
  width: 260px;
  background: #14a83b;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 641px) {
  .header__navi-detail-list > dt {
    display: none;
  }
}

.header__navi-detail-list > dt a {
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 45px;
}

.pc .header__navi-detail-list > dt a:hover, .header__navi-detail-list > dt a.active {
  font-weight: 400;
  color: #fff;
}

.header__navi-detail-list > dd {
  display: table-cell;
  padding: 10px 0 40px;
  width: 820px;
}

@media screen and (max-width: 641px) {
  .header__navi-detail-list > dd {
    display: block;
    padding: 10px 0 0;
    width: 100%;
  }
}

.header__navi-detail-list > dd ul {
  text-align: left;
  letter-spacing: -0.4em;
}

.header__navi-detail-list > dd ul li {
  display: inline-block;
  padding: 35px 20px 0 40px;
  width: 33.3%;
  line-height: 1.2;
  letter-spacing: normal;
  vertical-align: top;
}

@media screen and (max-width: 641px) {
  .header__navi-detail-list > dd ul li {
    display: block;
    padding: 0 0 30px;
    width: 100%;
  }
}

@media screen and (max-width: 641px) {
  .header__navi-detail-list > dd ul li > a {
    color: #fff;
  }
}

.pc .header__navi-detail-list > dd ul li > a:hover,
.header__navi-detail-list > dd ul li > a.active {
  font-weight: 600;
  color: #14a83b;
}

.header__navi-detail-list-child {
  position: relative;
}

.header__navi-detail-list-child > a {
  position: relative;
  display: block;
}

/*.header__navi-detail-list-child > a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 30px;
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}*/

.header__navi-detail-list-child > a.open:after {
  top: 11px;
  right: 30px;
  border: none;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.header__navi-detail-list-child ul {
  display: none;
}

@media screen and (max-width: 641px) {
  .header__navi-detail-list-child ul {
    margin: 30px 30px 0;
  }
}

.header__navi--en {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 641px) {
  .header__navi--en {
    position: relative;
    margin: 50px 0 0;
    border: none !important;
    text-align: center;
  }
  .header__navi--en > a {
    background: #2eca57;
    text-align: center !important;
  }
  .header__navi--en > a:after {
    display: none !important;
  }
}

.header__navi-bg {
  position: fixed;
  z-index: 10;
  top: 191px;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(15, 127, 45, 0.2);
}

@media screen and (max-width: 641px) {
  .header__navi-bg {
    display: none;
    opacity: 0;
  }
}

.header__navi-bg2 {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media screen and (max-width: 641px) {
  .header.en .header__navi-list > ul > li > a:after {
    display: none;
  }
}

/*------------------------------------------------------------
  BREADCRUMBS
------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
  background: #eee;
}

.breadcrumbs ul {
  margin: 0 auto;
  width: 1080px;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 641px) {
  .breadcrumbs ul {
    padding: 0 30px;
    width: 100%;
    line-height: 3;
  }
}

.breadcrumbs ul li {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (max-width: 641px) {
  .breadcrumbs ul li {
    font-size: 20px;
    line-height: 1;
  }
}

.breadcrumbs ul li:before {
  content: '>';
  display: inline-block;
  padding: 0 5px;
}

.breadcrumbs ul li:first-child:before {
  display: none;
}

.breadcrumbs ul li a {
  color: #14a83b;
  text-decoration: underline;
}

.breadcrumbs ul li a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
  CONTENTS
------------------------------------------------------------*/
.contents-wrap {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
  width: 1080px;
}

@media screen and (max-width: 641px) {
  .contents-wrap {
    width: 100%;
  }
}

/*------------------------------------------------------------
  SUBNAVI
------------------------------------------------------------*/
.subnavi {
  width: 260px;
}

@media screen and (max-width: 641px) {
  .subnavi {
    display: none !important;
  }
}

.subnavi > dl > dt {
  padding: 20px 20px;
  background: #799d82;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.subnavi > dl > dt a {
  color: #FFF;
}

.subnavi > dl > dd > ul > li {
  background: #f6f6f6;
  font-size: 1.4em;
  line-height: 1;
}

.subnavi > dl > dd > ul > li.current, .subnavi > dl > dd > ul > li.open {
  margin: 0;
  background: #dfeee3;
}

.subnavi > dl > dd > ul > li.current dt:after, .subnavi > dl > dd > ul > li.open dt:after {
  top: 12px;
  border: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.subnavi > dl > dd > ul > li dt, .subnavi > dl > dd > ul > li span {
  display: inline-block;
  padding: 10px 20px;
}

.subnavi > dl > dd > ul > li dt {
  position: relative;
  display: block;
  /*&:after {
            content: '';
            position: absolute;
            top: 10px;
            right: 20px;
            display: block;
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
          }*/
}

.subnavi > dl > dd > ul > li dt.current {
  color: #015416;
}

.subnavi > dl > dd > ul > li a {
  display: block;
}

.pc .subnavi > dl > dd > ul > li a:hover {
  opacity: 0.7;
}

.subnavi > dl > dd > ul > li .current > a {
  color: #015416;
}

.subnavi > dl > dd > ul > li dd {
  display: none;
  background: #dfeee3;
}

.subnavi > dl > dd > ul > li dd li {
  padding: 10px 30px;
}
.subnavi > dl > dd > ul > li dd li li {
	padding: 10px 0px 10px 15px;
}
.subnavi > dl > dd > ul > li.open dd {
  display: block;
  background: #dfeee3;
}

/*------------------------------------------------------------
  Youtube
------------------------------------------------------------*/
.youtube {
	box-sizing: border-box;
	line-height: 2;
	margin-top: 30px;
	padding: 0 20px;
}
.youtube h3 {
	font-weight: bold;
	margin: 10px 0 0;
}
.youtube section h3,
.youtube section p {
	font-size: 1.6em;
}
.flexibleBox {
	aspect-ratio: 16 / 9;
	position: relative;
	width: 100%;
}
.flexibleBox:after {
	background: #FFF;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.flexibleBox.played:after {
	display: none;
}
.flexibleBox iframe {
	aspect-ratio: 16 / 9;
	display: block;
	margin: auto;
	width: 100%;
}
.flexibleBox img {
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: +1;
}
.flexibleBox img:hover {
	opacity: 0.7;
	transition: 0.3s;
}
@media screen and (max-width: 641px) {
	.flexibleBox iframe,
	.flexibleBox img {
		margin: auto;
	}
	.flexibleBox img {
		right: 0;
	}
	.youtube section h3,
	.youtube section p {
		font-size: 28px;
	}
}
/*------------------------------------------------------------
  FOOTER
------------------------------------------------------------*/
.footer {
  padding: 70px 0 0;
}

.footer__navi {
  padding: 55px 0 55px;
  background: url("../img/common/bg_footer.jpg") 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 641px) {
  .footer__navi {
    display: none;
  }
}

.footer__navi > ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 1080px;
}

.footer__navi > ul dt {
  padding: 0 0 10px;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 600;
}

.footer__navi > ul dd {
  font-size: 1.4em;
  line-height: 1;
}

.footer__navi > ul dd li {
  padding: 10px 0 0;
}

.footer__navi > ul dd li a {
  color: #5e5e5e;
}

.footer__navi > ul a:hover {
  color: #14a83b;
}

.footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 35px;
  width: 1080px;
}

@media screen and (max-width: 641px) {
  .footer__inner {
    padding: 85px 40px 30px;
    width: 100%;
  }
}

.footer__sns {
  letter-spacing: -0.4em;
}

.footer__sns li {
  display: inline-block;
  padding: 0 10px 0 0;
  letter-spacing: normal;
}

@media screen and (max-width: 641px) {
  .footer__sns li {
    margin: 0 20px 0 0;
    padding: 0;
    width: 50px;
  }
}

@media screen and (max-width: 641px) {
  .footer__sns li img {
    width: 100%;
  }
}

.footer__other-navi {
  padding: 18px 0;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 641px) {
  .footer__other-navi {
    padding: 40px 0 20px;
  }
}

.footer__other-navi li {
  display: inline-block;
  padding: 0 25px 0 0;
  letter-spacing: normal;
  font-size: 1.2em;
  line-height: 1;
}

@media screen and (max-width: 641px) {
  .footer__other-navi li {
    padding: 0 30px 20px 0;
    font-size: 20px;
    line-height: 1;
  }
  .footer__other-navi li:last-child {
    display: block;
  }
}

.footer__other-navi li a {
  color: #5e5e5e;
}

.footer__other-navi li a:hover {
  color: #14a83b;
}

.footer__logo {
  position: absolute;
  top: 63px;
  right: 0;
}

@media screen and (max-width: 641px) {
  .footer__logo {
    position: relative;
    top: 0;
  }
}

.footer__logo img {
  vertical-align: middle;
}

@media screen and (max-width: 641px) {
  .footer__logo img {
    width: 136px;
  }
}

.footer__logo span {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 2em;
  line-height: 1;
  font-weight: 600;
  vertical-align: middle;
}

@media screen and (max-width: 641px) {
  .footer__logo span {
    padding: 0 0 0 30px;
    font-size: 30px;
    line-height: 1;
  }
}

@media screen and (max-width: 641px) {
  .footer__copyright {
    padding: 30px 0 0;
    font-size: 20px;
    line-height: 1;
  }
}
#katsuyaku18 .btm-link {
  font-size: 22px;
  line-height: 1.7;
  margin-top: 60px;
  padding: 0;
}
#katsuyaku18 .btm-link a {
  text-decoration: underline;
}
@media screen and (max-width: 641px){
  #katsuyaku18 .btm-link {
    font-size: 34px;
  }
}