@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
  background-color: #e5eceb;
}
@media screen and (min-width: 769px) {
  html,
body,
#wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
body,
#wrapper {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

div.main {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.main {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  div.main {
    background: url(../images/pctop2.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center center;
  }
}
div.main .maintitle {
  width: 55%;
  position: absolute;
  top: 45%;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  div.main .maintitle {
    width: 42%;
    top: 39%;
  }
}

.lead {
  text-align: center;
  margin: 120px auto 70px;
  line-height: 1.6em;
}
.lead h1 {
  font-size: 32px;
  width: 550px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    font-size: 24px;
    width: 90%;
  }
}
.lead h2 {
  line-height: 1.8em;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    font-size: 14px;
    margin: 0 auto 110px;
    line-height: 1.8em;
  }
}
.lead .lead_blue {
  color: #59998f;
}

.prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 180px;
  width: 600px;
  font-size: 14px;
  background-color: #eff5f4;
}
@media screen and (max-width: 768px) {
  .prof {
    width: 100%;
    display: block;
    padding: 30px 0;
    margin: 0 auto 100px;
  }
}
.prof .left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .prof .left {
    margin: 0 auto;
  }
}
.prof .left img {
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .prof .left img {
    width: 200px;
    padding: 20px 20px 0 20px;
  }
}
.prof .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65%;
  padding: 40px 15px 30px 0;
  font-size: 12px;
}
.prof .right span {
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .prof .right {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 25px 0;
    width: 100%;
  }
}
.prof .right .btn {
  border: solid 1px #000;
  width: 300px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .prof .right .btn {
    width: 70%;
    margin: 20px auto 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.prof .right .btn:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #d1dedc;
}
.prof .right .btn a {
  color: #000;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 769px) {
  div.block {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  div.block {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  div.block div.side {
    width: 28%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
  }
}
div.block div.side div.inner {
  width: 100%;
  background-color: #eff5f4;
}
@media screen and (min-width: 769px) {
  div.block div.side div.inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side div.inner {
    padding: 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
div.block div.side .keyword {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  div.block div.side .keyword {
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side .keyword {
    line-height: 20px;
    border-right: 1px solid #000;
    padding-right: 25px;
  }
}
@media screen and (min-width: 769px) {
  div.block div.side .keyword span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side .keyword span {
    font-size: 26px;
  }
}
div.block div.side .title_box {
  position: relative;
}
div.block div.side .title_box .clock {
  margin: 30px 0 50px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  div.block div.side .title_box .clock {
    width: 18%;
    margin: 0 auto 20px;
  }
}
div.block div.side .title_box h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  div.block div.side .title_box h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
  }
}
div.block div.side .title_box h4 {
  margin-bottom: 56px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  div.block div.side .title_box h4 {
    text-align: center;
    font-size: 14px;
  }
}
div.block div.side .title_box h5 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.block div.side .title_box h5 {
    text-align: center;
  }
}
div.block div.side .title_box h6 {
  margin-bottom: 50px;
  line-height: 1.7em;
}
@media screen and (min-width: 769px) {
  div.block div.side .title_box h6::after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #000;
    display: block;
    bottom: -10%;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side .title_box h6 {
    text-align: center;
  }
}
div.block div.side ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.block div.side ul li {
  width: 45%;
  border: 1px solid #000;
  margin: 0 auto;
}
div.block div.side ul li a {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  div.block div.side ul li a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side ul li a {
    padding: 10px 0;
  }
}
div.block div.item_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div.block div.item_list::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border: 1px solid #000;
    position: absolute;
    bottom: -5%;
  }
}
@media screen and (min-width: 769px) {
  div.block div.item_list {
    width: 72%;
    margin-bottom: 10px;
  }
}
div.block div.item_list .mainimg {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  div.block div.item_list .mainimg {
    margin-bottom: 70px;
  }
}
div.block div.item_list ul.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  div.block div.item_list ul.category li {
    margin-bottom: 50px;
    width: 48.2%;
  }
  div.block div.item_list ul.category li:nth-child(2n) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list ul.category li {
    margin-bottom: 20px;
    width: 48%;
  }
}
div.block div.item_list ul.category li a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  div.block div.item_list ul.category li a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list ul.category li a img {
    margin-bottom: 10px;
  }
}
div.block div.item_list ul.category li a div {
  width: 100%;
  margin-bottom: 0;
}
div.block div.item_list p {
  width: 500px;
  height: 50px;
  border: 1px solid #000;
  line-height: 50px;
  margin: 0px auto 180px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div.block div.item_list p a {
  color: #000;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 768px) {
  div.block div.item_list p {
    width: 90%;
    margin: 40px auto 160px;
    font-size: 16px;
  }
}
div.block div.item_list p:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #eff5f4;
}
@media screen and (min-width: 769px) {
  div.block .all_btn {
    margin: 100px auto 50px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  div.block .all_btn {
    width: 50%;
    margin: 0 auto 20%;
  }
}
@media screen and (min-width: 769px) {
  div.block .all_btn li {
    width: 20%;
    padding: 15px 0;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  div.block .all_btn li {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
div.block .all_btn li a {
  width: 50%;
  text-decoration: none;
}

.footer {
  text-align: center;
  margin-bottom: 50px;
}
.footer ul {
  width: 120px;
  margin: 50px auto 30px;
}

p.text2 {
  margin-top: 50px;
  width: 85%;
  background-color: #d1dedc;
  padding: 10px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  p.text2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
p.text2.bottom-text {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  p.text2.bottom-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  p.text2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}