@charset "utf-8";
/*-----------------------------------------------
  base
-----------------------------------------------*/
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #3a3a3a;
  line-height: 30px;
}
.wrapper {
  z-index: 1;
}

@media screen and (min-width: 1080px) {


}
@media screen and (max-width: 1079px) {


}
@media screen and (min-width: 600px) {


}
@media screen and (max-width: 599px) {


}
/*-----------------------------------------------
  font
-----------------------------------------------*/
.Century-Gothic-Pro-Regular {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Source-Han-Sans-JP-Bold {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Source-Han-Sans-JP-Regular {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*-----------------------------------------------
  common
-----------------------------------------------*/
/* scrollIn */
.scrollIn {
  position: relative;
}
.scrollIn .scrollIn-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #10404c;
}
.scrollIn img {
  display: block;
}
.scrollIn p {
  display: block;
}
/* base__title */
.title-box {
  text-align: center;
}
.base__title {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
}
.base__title .base__title-text01 {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 8px;
}
.base__title .base__title-text01 span {
  margin-right: 13px;
}
.base__title .base__title-text01::after {
  content: "/";
  position: absolute;
  right: 0;
}
.base__title .base__title-text02 {
  position: relative;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.15em;
}
.base__title .base__title-text02 span {
  background: -moz-linear-gradient(-60deg, #0c5f2b, #39b272);
  background: -webkit-linear-gradient(-60deg, #0c5f2b, #39b272);
  background: linear-gradient(150deg, #0c5f2b, #39b272);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* lead-box */
.lead-box {
  width: 920px;
  margin: 0 auto;
}
.lead-box p {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.01em;
  text-align: left;
}
/* item-more */
.item-more {
  text-align: right;
}
.item-more a {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0c5f2b;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  /* others */
  section img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  /* base__title */
  .base__title {
    margin-bottom: 35px;
  }
  .base__title .base__title-text01 {
    font-size: 12px;
  }
  .base__title .base__title-text02 {
    font-size: 30px;
    margin-bottom: 42px;
  }
}
/*-----------------------------------------------
  header
-----------------------------------------------*/
header {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
header .header__logoBox {
  display: table;
}
header .header__logoBox .header__logo {
  display: table-cell;
}
header .header__logoBox .header__text {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 10px;
}
header .menu li .en {
  display: block;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 6px;
}
header .menu li .jp {
  display: block;
  font-size: 16px;
  line-height: 1em;
}
header .menu li.menu-contact {
  margin-left: 25px;
}
header .menu li.menu-contact a {
  background: #0c5f2b;
  width: 130px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
header .menu li.menu-contact a::after {
  background: none;
}
header .menu li a {
  position: relative;
}
header .menu li:hover,
header .menu li a:hover {
  cursor: pointer;
}
header .menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header .menu li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 600px) {
  header {
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  header .header__logoBox {
    position: absolute;
    left: 10px;
    margin: 25px auto 0;
  }
  header .header__logoBox .header__text {
    font-size: 16px;
    padding-bottom: 0;
    line-height: 22px;
    text-align: right;
  }
}


.btn {
  position: fixed;
	z-index: 10;
  width: 35px;
  height: 35px;
  top: 37px;
  right: 20px;
}
.btn-line {
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #c4c4c4;
	transition: .2s;
}
.btn-line::before,
.btn-line::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #c4c4c4;
	transition: .5s;
}
.btn-line::before {
	transform: translateY(-14px);
}
.btn-line::after {
	transform: translateY(14px);
}
.btn-line.open {
	background-color: transparent;
}
.btn-line.open::before,
.btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}
.btn-line.open::before {
	transform: rotate(45deg);
}
.btn-line.open::after {
	transform: rotate(-45deg);
}
.menu {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(11, 95, 43,0.95);
	color: #fff;
	transition: .3s;
}
.menu li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
  text-align: center;
}
.menu.open {
	right: 0;
}
@media screen and (min-width: 900px) {
	.btn {
		display: none;
	}
	.menu {
		display: flex;
		flex-direction: row;
		position: absolute;
		top: 0;
		right: 0;
    width: 560px;
    height: 35px;
    background: none;
	}
}
/*-----------------------------------------------
  main__content
-----------------------------------------------*/
.main__content {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 766px;
  background-color: #208c4f;
}
.main__content-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 766px;
  background: url(../images/top__images-background.jpg)no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
}
.main__content-empty {
  content: "";
  background: #f0f0f0;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.main__content .main__slide-text {
  position: absolute;
  top: 260px;
  margin-left: 80px;
}
.main__content .main__slide-text .main__slide-text01 {
  margin-bottom: 30px;
}
.main__content .main__slide-text .main__slide-text02 {
  padding-left: 8px;
}
@media screen and (max-width: 899px) {
  .main__content .main__slide-text {
    top: 38vh;
    margin-left: 10px;
    max-width: 515px;
    width: 60%;
  }
  .main__content .main__slide-text img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .main__content .main__slide-text .main__slide-text01 {
    margin-bottom: 12px;
  }
  .main__content .main__slide-text .main__slide-text02 {
    padding-left: 2px;
  }
  .main__content .ticker {
    bottom: 40px;
  }
}
/*-----------------------------------------------
  message__content
-----------------------------------------------*/
.message__content {
  position: relative;
  background: #f0f0f0;
  padding: 20px 0 90px;
}
.message__content .message__images {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .message__content .message__images {
    width: 920px;
  }
}
/*-----------------------------------------------
  profile__content
-----------------------------------------------*/
.profile__content {
  position: relative;
}



/*-----------------------------------------------
  event__content
-----------------------------------------------*/
.event__content {
  position: relative;
  background: #f0f0f0;
  padding: 100px 0 95px;
}
.event__content .lead-box {
  margin-bottom: 75px;
}
.event__content .event-list {
  width: 90%;
  margin: 0 auto;
}


@media screen and (min-width: 900px) {
  .event__content .event-list {
    width: 920px;
  }
}


.event__content ul li {
  position: relative;
	margin-bottom: 35px;
  border-top: solid 1px #d5d5d5;
  padding: 30px 40px;
}
.event__content ul li:last-child {
  margin-bottom: 25px;
  border-bottom: solid 1px #d5d5d5;
}
.event__content ul li::after {
  content: "";
  background: url(../images/event-icon-link.png)no-repeat;
  background-size: contain;
  width: 7px;
  height: 8px;
  position: absolute;
  top: 44px;
  right: 42px;
}


.event__content .event-date {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
	display: inline-block;
  margin-right: 15px;
  color: #0a6730;
}
.event__content .event-category {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	background: #0a6730;
	width: 97px;
	height: 26px;
	border-radius: 13px;
	text-align: center;
	line-height: 25px;
	margin-right: 13px;
}
.event__content .event-title,
.event__content .event-text {
	display: inline-block;
	position: relative;
}
.event__content .event-title {
  margin-right: 13px;
}
.event__content .event-title p,
.event__content .event-text p {
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 1119px) {
  .event__content .event-title {
    margin-bottom: 13px;
    margin-top: 8px;
  }
  .event__content .event-text {
    display: block;
  }
  .event__content .event-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 35px;
  }
  .event__content .event-text p::after {
    bottom: 0;
  }
  .event__content ul li .button-arrow::after {
    bottom: 45%;
  }
}
@media screen and (max-width: 599px) {
	.event__content {
	  padding: 25px 0 70px;
	}
  .event__content .inner {
    width: 90%;
  }
	.event__content .event-more {
	  margin: -6px auto 35px;
	}
	.event__content .event-more a {
	  position: relative;
	  font-size: 11px;
	}
	.event__content .event-date {
	  margin-right: 10px;
	  vertical-align: middle;
	}
	.event__content .event-category {
	  font-size: 10px;
	  padding: 0 20px;
	  height: 24px;
	  line-height: 23px;
	}
}

/*-----------------------------------------------
  mailmagazine__content
-----------------------------------------------*/
.mailmagazine__content {
  background: -moz-linear-gradient(-60deg, #0c5f2b, #39b272);
  background: -webkit-linear-gradient(-60deg, #0c5f2b, #39b272);
  background: linear-gradient(150deg, #0c5f2b, #39b272);
  padding: 130px 0 70px;
  color: #fff;
}
.mailmagazine__content a {
  color: #fff;
}
.mailmagazine__content .base__title .base__title-text02 span {
  -webkit-text-fill-color: #fff;
}
.mailmagazine__content .lead-box {
  width: 90%;
  margin: 0 auto 100px;
}
.mailmagazine__content .magazine-list {
  width: 90%;
  margin: 0 auto;
}
.mailmagazine__content .magazine-list ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-direction : row-reverse
}
.mailmagazine__content .magazine-list ul li {
  width: 32%;
  max-width: 244px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 25px;
}
.mailmagazine__content .magazine-list ul:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.mailmagazine__content .magazine-list .list-images {
  position: relative;
  background: url(../images/magazine-mail-icon.png)no-repeat;
  background-size: 125px 88px;
  background-position: center right 48px;
  background-color: #0a6730;
  width: 24vw;
  height: 24vw;
  max-width: 244px;
  max-height: 244px;
  text-align: center;
  margin: 0 auto 20px;
}
.mailmagazine__content .magazine-list .list-images::before {
  content: "1";
  position: absolute;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #0a6730;
  top: 131px;
  right: 66px;
}
.mailmagazine__content .magazine-list ul li:nth-child(2) .list-images::before { content: "2"; }
.mailmagazine__content .magazine-list ul li:nth-child(3) .list-images::before { content: "3"; }
.mailmagazine__content .magazine-list ul li:nth-child(4) .list-images::before { content: "4"; }
.mailmagazine__content .magazine-list ul li:nth-child(5) .list-images::before { content: "5"; }
.mailmagazine__content .magazine-list ul li:nth-child(6) .list-images::before { content: "6"; }
.mailmagazine__content .magazine-list ul li:nth-child(7) .list-images::before { content: "7"; }
.mailmagazine__content .magazine-list ul li:nth-child(8) .list-images::before { content: "8"; }
.mailmagazine__content .magazine-list ul li:nth-child(9) .list-images::before { content: "9"; }
.mailmagazine__content .magazine-list ul li:nth-child(10) .list-images::before { content: "10"; }
.mailmagazine__content .magazine-list .list-date {
  width: 100%;
  margin: 0 auto;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mailmagazine__content .magazine-list .list-text {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 900px) {
  .mailmagazine__content .lead-box {
    width: 650px;
  }
  .mailmagazine__content .magazine-list {
    width: 840px;
  }
  .mailmagazine__content .magazine-list .list-images,
  .mailmagazine__content .magazine-list .list-date,
  .mailmagazine__content .magazine-list .list-text {
    width: 244px;
  }
}
@media screen and (max-width: 899px) {
  .mailmagazine__content .magazine-list li {
    padding: 0;
  }
  .mailmagazine__content .magazine-list .list-images {
    background-size: 16vw;
    background-position: center right 2.6vw;
    width: 24vw;
    height: 24vw;
  }
  .mailmagazine__content .magazine-list .list-images::before {
    top: 13.15vw;
    right: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  .mailmagazine__content .magazine-list .list-images {
    background-size: 16vw;
    background-position: center right 2.6vw;
    width: 24vw;
    height: 24vw;
  }
  .mailmagazine__content .magazine-list .list-images::before {
    font-size: 15px;
    top: 12.7vw;
    right: 4.8vw;
  }
}
@media screen and (max-width: 599px) {
  .mailmagazine__content {
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .mailmagazine__content .magazine-list ul {
    width: 90%;
    margin: 0 auto;
  }
  .mailmagazine__content .magazine-list ul li {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mailmagazine__content .magazine-list .list-images {
    background-size: 55% auto;
    background-position: center right 39%;
    width: 100%;
    height: 66vw;
  }
  .mailmagazine__content .magazine-list .list-images::before {
    font-size: 1rem;
    top: 54.3%;
    right: 26%;
  }


}








/*-----------------------------------------------
  about__content
-----------------------------------------------*/
.about__content {
  background: url(../images/about__images-background.jpg)no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0 85px;
}
.about__content .about-item {
  width: 90%;
  margin: 0 auto;
}
.about__content .about-item ul {
  margin-bottom: 50px;
}
.about__content .about-item .item-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 899px) {
  .about__content {
    padding: 70px 0 85px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .about__content .about-item {
    width: 680px;
  }
}
@media screen and (max-width: 599px) {

}
/*-----------------------------------------------
  footer
-----------------------------------------------*/
.footer-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#footer__copyright {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 68px;
  height: 68px;
}
