<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*------------------------------------------------------------
  Normalize
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, 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%; font:inherit; vertical-align:baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}body{line-height:1;}ol, ul{list-style:none;}blockquote, q{quotes:none;}blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse; border-spacing:0;}h1,h2,h3,h4,h5,h6{font-weight:normal;}img{vertical-align:bottom; line-hegiht:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,var{font-weight:normal; font-style:normal;}caption,th{text-align:left;}abbr,acronym{border:0;}

/*------------------------------------------------------------
  Style
------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&amp;display=swap");

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

html, body{
  font-size: 62.5%;
  line-height:1.2;
  font-weight: 400;
  font-family:'Noto Serif JP', serif;
  color: #5a5a5a;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
a{
  text-decoration:none;
  color: #333;
}
img{
  width: 100%;
}
*{
  box-sizing: border-box;
}

header{
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header h1{
  font-size: 1.3rem;
  line-height: 1.4;
  color: #7e7e7e;
}
header .logo{
  width: 106px;
}
@media only screen and (max-width: 768px) {
  header{
    padding: 15px;
  }
  header h1{
    font-size: 1rem;
  }
  header .logo{
    width: 90px;
  }
}

.sec01{
  position: relative;
}
.sec01:after{
  content: '';
  width: 100%;
  height: 86%;
  background-color: #f8f8f8;
  position: absolute;
  top: 10%;
  left: 0;
}
.sec01 .img{
  max-width: 1305px;
  width: 96%;
  margin: -5% auto 0;
  position: relative;
  z-index: 1;
}
.sec01 .img .txt{
  color: #60c2b6;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  bottom: 19%;
  width: 100%;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 1350px) {
  .sec01 .img .txt{
    font-size: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec01:after{
    height: 88%;
    top: 6%;
  }
  .sec01 .img{
    max-width: 1305px;
    width: 90%;
    margin: -5% auto 0;
    position: relative;
    z-index: 1;
  }
  .sec01 .img .txt{
    font-size: 4.2vw;
    bottom: 23%;
  }
}

.sec02{
  max-width: 768px;
  width: 94%;
  margin: 0 auto;
  padding: 60px 0;
}
.sec02 .inner{
  background-color: #7e7e7e;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  align-items: center;
  position: relative;
}
.sec02 .inner:before{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 2%;
}
.sec02 .inner .img{
  width: 58%;
}
.sec02 .inner .txt-box{
  width: 42%;
  color: #fff;
  padding: 0 2% 0 4%;
  font-size: 1.2rem;
  line-height: 2;
}
.sec02 .inner .txt-box .tit{
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 3%;
}
.sec02 .period{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.sec02 .period .t1{
  display: block;
  border: solid 1px rgba(0,0,0,.3);
  padding: 5px;
  font-size: 1.1rem;
  line-height: 1.4;
  min-width: 110px;
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.sec02 .period .t2{
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
}
.sec02 .period .t2 span{
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .sec02{
    width: 90%;
    padding: 40px 0;
  }
  .sec02 .inner{
    background-color: #7e7e7e;
    display: block;
  }
  .sec02 .inner:before{
    left: 5%;
  }
  .sec02 .inner .img{
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .sec02 .inner .txt-box{
    width: 100%;
    padding: 8% 2% 8% 10%;
    font-size: 3.4vw;
  }
  .sec02 .inner .txt-box .tit{
    font-size: 4.8vw;
  }
  .sec02 .period{
    display: block;
    margin: 8% 0 0;
    text-align: center;
  }
  .sec02 .period .t1{
    font-size: 3.4vw;
    min-width: auto;
    width: fit-content;
    margin: 0 auto 3%;
  }
  .sec02 .period .t2{
    font-size: 4.8vw;
  }
  .sec02 .period .t2 span{
    font-size: 3.4vw;
  }
}

.present{
  padding: 60px 0;
}
.present .box{
  background-color: #f2f0e5;
  text-align: center;
}
.present .box .in{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
.present .box .tit{
  max-width: 104px;
  margin: 0 auto 20px;
}
.present .box .txt{
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 auto;
}
.present .box.p1 .img{
  max-width: 700px;
  width: 100%;
  margin: -50px auto 0;
}
.present .box.p1 .sub{
  position: absolute;
  width: 118px;
  top: 0;
  left: 0;
  transform: translateY(-20%);
}
.present .box.p2 .img{
  max-width: 520px;
  width: 100%;
  margin: 20px auto 0;
}
.present .more {
  display: flex;
  align-items: center;
  max-width: 300px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 auto;
  padding: 60px 0;
}
.present .more:before,
.present .more:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.present .more:before {
  margin-right: 1rem;
}
.present .more:after {
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .present{
    padding: 8% 0;
  }
  .present .box .in{
    width: 100%;
    padding: 8% 0;
  }
  .present .box .tit{
    max-width: 30%;
    margin: 0 auto 4%;
  }
  .present .box .txt{
    font-size: 3.4vw;
  }
  .present .box.p1 .img{
    margin: 2% auto 0;
  }
  .present .box.p1 .sub{
    width: 25%;
    left: 5%;
  }
  .present .box.p2 .img{
    width: 90%;
    margin: 4% auto 0;
  }
  .present .more {
    max-width: 70%;
    font-size: 5vw;
    padding: 8% 0;
  }
}

.btn{
  padding: 0 0 60px;
  text-align: center;
}
.btn p{
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto 25px;
}
.btn a{
  display: block;
  max-width: 240px;
  width: 240px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1;
  padding: 15px 5px;
  background-color: #60c2b6;
  color: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,.5);
  transition: .3s;
}
.btn a:hover{
  box-shadow: 0 0 1px rgba(0,0,0,.2);
}
@media only screen and (max-width: 768px) {
  .btn{
    padding: 0 0 8%;
  }
  .btn p{
    font-size: 1rem;
  }
  .btn a{
    font-size: 1.6rem;
  }
}

footer .inner{
  background-color: #f8f8f8;
  padding: 30px 0;
}
footer .inner .txt{
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.4;
}
footer .logo{
  max-width: 214px;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  footer .inner{
    padding: 5% 0;
  }
  footer .logo{
    max-width: 160px;
    padding: 8% 0;
  }
}</pre></body></html>