@charset "UTF-8";
:root{
  --color-main: #298150;
  --color-text: #231815;
  --color-gray: #737373;
}
*{
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .125rem;
  color: var(--color-text);
}
html,body{
  width: 100%;
}
body{
  background: #fff;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
ul,li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
img{
  width: 100%;
  vertical-align: bottom;
}
h2{
  text-align: center;
  margin: 80px 0 40px;
  padding: 0 0 10px;
  z-index: 1;
}
h2::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-text);
  width: 100%;
  height: 2px;
  border-radius: 2px;
}
h2 span{
  display: block;
  line-height: 1;
}
h2 .title-en{
  font-size: 1.5rem;
  padding-top: 2px;
}
.content{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-image: url(./img/bg-left.png), url(./img/bg-right.png);
  background-position: left 20px top 104px, right 20px top 104px;
  background-repeat: repeat-y, repeat-y;
  background-size: 154px;
}
.inner{
  width: 100%;
  max-width: 940px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.img{
  width: 100%;
  margin: 0 auto;
}
.circle{
  min-height: calc(360px + 20px);
}
.circle::after{
  content: "";
  clear: both;
}
.circle-img,
.circle-img-bg{
  width: 360px;
  height: 360px;
  border-radius: 50%;
  float: right;
}
.circle-img{
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
}
.circle-img-bg{
  background: var(--color-main);
  border-radius: 50%;
  shape-outside: circle();
  margin: 20px 20px 0 calc(30px * 2);
}
.circle-img img{
  position: absolute;
  top: 0;
  left: 0;
}
/********************/

body{
  background: linear-gradient(60deg, #009254 0%, #08a587 75%, #60b49d 100%);
}
/*
* header
*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #009254 0%, #08a587 75%, #60b49d 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 32px 14px;
  z-index: 999;
}
header *{
  letter-spacing: 0;
}
header h1{
  margin-right: 60px;
}
header h1 a.img{
  display: block;
  max-width: 80px;
  transition: .3s;
}
header nav ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header nav ul li{
  margin-left: 30px;
}
header nav ul li:nth-child(1){
  margin-left: 0;
}
header nav ul li a{
  display: block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  padding: 10px 4px;
}
header nav ul li a.current::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  border-radius: 2px;
}
/* SPメニュー #menu-btn */
#menu-btn{
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #fff;
  width: 46px;
  height: 45px;
  z-index: 999;
  transition: .3s;
}
#menu-btn.active{
}
#menu-btn span{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  background: var(--color-main);
  width: 26px;
  height: 3px;
  border-radius: 4px;
  transition: .3s;
}
#menu-btn span:nth-child(1){
  top: 10px;
}
#menu-btn span:nth-child(2){
  top: 21px;

}
#menu-btn span:nth-child(3){
  bottom: 10px;
}
#menu-btn.active span{
  width: 32px;
}
#menu-btn.active span:nth-child(1){
  transform: rotate(45deg) translate(-50%, 0);
  left: 40%;
  top: 72%;
}
#menu-btn.active span:nth-child(2){
  opacity: 0;
}
#menu-btn.active span:nth-child(3){
  transform: rotate(-45deg) translate(-50%, 0);
  left: 40%;
  bottom: 72%;
}
@media screen and (max-width:800px){
  #menu-btn{
    display: block;
  }
  header nav ul{
    position: fixed;
    top: -120px;
    left: 0;
    flex-direction: column;
    background: linear-gradient(90deg, #009254 0%, #08a587 75%, #60b49d 100%);
    width: 100%;
    padding: 8px 0;
    border-top: 2px solid #fff;
    transition: .3s;
    z-index: -1;
  }
  header nav ul.open{
    top: 64px;
  }
}

/*
* footer
*/
footer *{
  letter-spacing: 0;
}
.bottom-img{
  max-width: 368px;
  margin: 60px auto;
}

/********************/

/* .intro */
.intro{
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px;
}
.intro h2{
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.intro h2::after{
  background: #fff;
}
.intro h2 span.img{
  max-width: 646px;
}
.intro p{
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
/* .main */
.main{
  background: #fff;
  border-radius: 32px;
  padding: 60px 40px 20px;
}

/* #point */
#point .circle{
  margin-bottom: 30px;
}
#point .circle:nth-child(2n+1) .circle-img,
#point .circle:nth-child(2n+1) .circle-img-bg{
  float: left;
}
#point .circle:nth-child(2n+1) .circle-img{
  right: auto;
  left: 0;
}
#point .circle:nth-child(2n+1) .circle-img-bg{
  margin: 20px calc(24px * 2) 0 20px;
}
#point h3{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 360px - 20px);
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
  padding: 10px 0 8px;
}
#point .circle:nth-child(2n+1) h3{
  right: 0;
  left: auto;
}
#point h3 span{
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding-top: 6px;
}

#point h3::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-text);
  width: 100%;
  height: 1px;
}
#point p{
  font-size: 1.25rem;
  letter-spacing: .125rem;
  padding-top: calc(10px + 1.5rem + 6px + 1rem + 8px + 20px);
}

/* #event */
#event{
  margin-bottom: 40px;
}
#event h2 span.img{
  max-width: 428px;
}
#event .event-link a{
  display: block;
  margin-top: 20px;
  max-width: 748px;
}
#event .event-link.soon a{
  pointer-events: none;
}
#event .event-link:nth-child(1) a{
  margin-top: 0;
}

/********************/
.sp{
  display: none;
}
@media screen and (max-width:1000px){
  .content{
    background-position: left 10px top 104px, right 10px top 104px;
  }
}
@media screen and (max-width:800px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  h2{
    margin: 40px 0 20px;
    padding: 0 0 5px;
  }
  h2 .title-en{
    font-size: 1rem;
    padding: 0;
  }
  .content{
    background-position: left 5px top 104px, right 5px top 104px;
    background-size: calc(154px / 3);
  }
  .inner{
    padding: 0 25px;
  }
  .main{
    padding: 20px 20px 40px;
  }
  header{
    padding: 0;
  }
  header h1{
    background: linear-gradient(90deg, #009254 0%, #08a587 75%, #60b49d 100%);
    width: 100%;
    margin: 0;
    padding: 7px 10px 8px;
    z-index: 1;
  }
  header h1 a.img{
    max-width: 50px;
    margin: 0;
  }
  header nav ul li{
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  header nav ul li:nth-child(1){
    margin-top: 0;
  }
  header nav ul li a{
    text-align: center;
    padding: 12px 0;
  }
  header nav ul li a.current::after{
    bottom: 4px;
    width: 60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  footer{
    padding: 32px 0;
  }
  .bottom-img{
    max-width: calc(368px / 2);
    line-height: 0;
    margin: 20px auto;
  }
  .circle-img-bg,
  .circle-img{
    float: none !important;
    width: 240px !important;
    height: 0 !important;
    padding-top: 240px;
  }
  .circle-img-bg{
    left: 12px;
    top: 12px;
    margin: 0 auto 12px !important;
  }
  .circle-img{
    right: auto;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
  .mv{
    margin-top: 32px;
  }
  .intro{
    margin-bottom: 30px;
  }
  .intro h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .intro h2 span.img{
    max-width: calc(646px / 2);
  }
  .intro p{
    font-size: .875rem;
  }
  #point .circle-img-bg,
  #point .circle-img{
    position: absolute;
    top: calc(10px + 1.5rem + 3px + .75rem + 8px + 10px);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #point .circle-img-bg{
    margin: 12px 0 0 12px !important;
  }
  #point h3{
    position: relative;
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: calc(10px + 240px + 12px + 10px);
  }
  #point h3 span{
    font-size: .75rem;
    padding-top: 3px;
  }
  #point p{
    padding-top: 0;
    font-size: 1rem;
  }
  #event h2 span.img{
    max-width: calc(428px / 2);
  }
  #event .event-link a{
    margin-top: 10px;
  }
}