@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*************************************************************

ここまでリセット

*************************************************************/
/* 全体 */
body{
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
img{
  width: 100%;
  vertical-align:top;
}
.l-container{
  padding: 0 15px 80px;
}
.l-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
a:hover{
  opacity: 0.8;
}
@media screen and (min-width: 851px){
  .c-pc-none{
    display: none !important;
  }
}
@media screen and (max-width: 850px){
  .c-sp-none{
    display: none !important;
  }
  .l-container{
    padding: 0 15px 40px;
  }
}


/* 見出し */
.c-header__h2{
  margin-top: 50px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.c-header__h2 span{
  position: relative;
  display: inline-block;
  padding: 0 100px;
}
.c-header__h2 span:before,
.c-header__h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #004f4f;
}
.c-header__h2 span:before {
  left: 0;
}
.c-header__h2 span:after {
  right: 0;
}

@media screen and (max-width: 850px){
  .c-header__h2{
    font-size: 26px;
    margin-top: 30px;
  }
  .c-header__h2 span{
    padding: 0 55px;
     font-size: 22px; 
  }
  .c-header__h2 span:before,
  .c-header__h2 span:after {
    width: 45px;
  }
}


/* header */
header{
  width: 100%;
  border-top: 6px solid;
  border-image: linear-gradient(to right, #004f4f, #98b8b8) 1;
}
.l-header{
  padding: 25px 15px;
}
.l-headerInner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}
.l-headerLogo{
  width: 225px;
  min-width: 225px;
  margin-right: 3%;
}
.l-headerImg{
  overflow: hidden;
}
.l-headerImg img{
  width: 939px;
}

@media screen and (max-width: 850px){
  header{
    border-top: 3px solid;
  }
  .l-header{
    padding: 10px 15px;
  }
  .l-headerLogo{
    width: 140px;
    min-width: 140px;
  }
  .l-headerImg img{
    width: 618px;
  }
}


/* KV */
.c-video{
  width: 100%;
}


/* about */
.c-content__about{
  margin-top: 45px;
  text-align: center;
}
.c-mainBtn{
  width: 100%;
  max-width: 695px;
  margin: 0 auto;
}
.c-content__about h1{
  font-size: 32px;
  font-weight: bold;
  margin-top: 50px;
    line-height: 140%;
}
.c-content__about p{
  font-size: 14px;
  margin-top: 35px;
  line-height: 1.6;
}

@media screen and (max-width: 850px){
  .c-content__about{
    margin-top: 25px;
  }
  .c-content__about h1{
    margin-top: 30px;
      font-size: 26px;
  }
  .c-content__about p{
    margin-top: 20px;
      text-align: left;
  }
}


/* 活用イメージ紹介 */
.c-slider__utilization{
  margin: 40px auto;
  width: 90%;
  max-width: 1200px;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.slick-prev {
  left: -30px;
}
.slick-next {
  right: -30px;
}
.slick-prev img, .slick-next img {
  width: 100%;
  height: 100%;
}
.slick-prev:before,
.slick-next:before{
  content: none;
}
.c-slider__utilization {
  display: flex;
  align-items: center;
}
.c-slider__utilization .c-slider--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-slider__utilization .c-slider--item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.c-slider__utilization .c-slider--item{
  margin: 0 10px;
}
.c-slider__utilization .c-slider--item p{
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 850px){
  .c-slider__utilization{
    margin: 20px auto;
  }
  .slick-prev, .slick-next{
    width: 15px;
    height: 15px;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
  .c-slider__utilization .c-slider--item{
    margin: 0;
  }
}


/* calendar */
.fc.fc-media-screen.fc-direction-ltr.fc-theme-standard{
  margin-top: 20px;
}
.fc-event-title {
  position: relative;
  color: #000;
  padding-left: 10px !important;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}
.fc-event-title::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 10px;
  color: #000;
}
.fc-event-title.no-dot{
  padding-left: 0 !important;
  text-align: center;
  display: block;
}
.fc-event-title.no-dot span{
  display: inline-block;
  text-align: left;
}
.no-dot::before {
  content: '';
}
.no-background {
  background: none !important;
  border: none !important;
}
.fc-h-event{
  border: none;
  background: none;
}
.fc .fc-toolbar.fc-header-toolbar{
  margin-bottom: 1em;
}
.fc-prevCustom-button.fc-button.fc-button-primary{
  position: relative;
  background: none;
  border: 1px solid #004f4f;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 5px 20px 5px 35px;
}
.fc-prevCustom-button.fc-button.fc-button-primary:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0px;
  border-color: transparent #004f4f transparent transparent;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}
.fc-nextCustom-button.fc-button.fc-button-primary{
  position: relative;
  background: none;
  border: 1px solid #004f4f;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 5px 35px 5px 20px;
}
.fc-nextCustom-button.fc-button.fc-button-primary:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 8px;
  border-color: transparent transparent transparent #004f4f;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.custom-calendar-title{
  width: 100%;
  background: #495e01;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px;
}
.custom-calendar-title span{
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.custom-calendar-title span:last-child{
  font-size: 22px;
}
.fc-view-harness.fc-view-harness-active{
  border-top: 10px solid #585858;
  margin-top: 5px;
}
.fc-col-header tr th{
  color: #585858;
  background-color: #d9d9d9;
  font-weight: normal;
  padding: 5px 0;
}
.fc-daygrid.fc-dayGridMonth-view.fc-view{
  overflow-x: auto;
}
.c-content__calendar .fc-scrollgrid{
  width: 100%;
  min-width: 600px;
}

@media screen and (max-width: 850px){
  .fc-col-header tr th{
    font-size: 14px;
  }
}


/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 850px){
  .pagetop {
    bottom: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
  }
}


/* footer */
footer{
  width: 100%;
  background: #004f4f;
}
.l-footer{
  padding: 40px 15px;
}
.l-footerInner{
  text-align: center;
}
.l-copyright{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 850px){
  .l-footer{
    padding: 20px 5px;
  }
}

  .sp{
    display: none;
  }
    .pc{
    display: block;
  }
@media screen and (max-width: 850px){
  .sp{
    display: block;
  }
    .pc{
    display: none;
  }
}