    @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }

.inrWidth2 {
  width: 800px;
  margin-right: auto !important;
  margin-left: auto !important; }

.inrWidth {
  width: 1000px;
  margin-right: auto !important;
  margin-left: auto !important; }

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.fullWidth {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%; }
  .outerWidth {
    width: 1200px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .full-spw100 {
    width: 100% !important; }
  .fullWidth {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outer-spw100 {
    width: 100% !important; }
  .outerWidth {
    width: 90% !important; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inr-spw100 {
    width: 100% !important; }
  .inrWidth {
    width: 90% !important; } }

@media screen and (max-width: 800px) {
  .inrWidth2 {
    width: 90%; } }

@media screen and (max-width: 768px) {
  .spw100 {
    width: 100% !important; }
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 90% !important; } }

a.scroll {
  color: #444;
  font-weight: 500;
  padding-top: 50px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -18px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 99; }

a.scroll span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0); } }

#area_mv {
 /* position: relative;*/
  margin-top: 0 !important; }

/* -----
PC
----- */
@media print, screen and (min-width: 769px) {
  header {
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px); }
    header.show {
      -webkit-animation: navigation 0.5s forwards;
              animation: navigation 0.5s forwards; }
  @-webkit-keyframes navigation {
    0% {
      -webkit-transform: translateY(-72px);
              transform: translateY(-72px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  @keyframes navigation {
    0% {
      -webkit-transform: translateY(-72px);
              transform: translateY(-72px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .fixedFt {
    -webkit-transform: translateY(85px);
            transform: translateY(85px); }
  .show2 {
    -webkit-animation: fixedft 0.5s forwards;
            animation: fixedft 0.5s forwards; }
  @-webkit-keyframes fixedft {
    0% {
      -webkit-transform: translateY(85px);
              transform: translateY(85px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  @keyframes fixedft {
    0% {
      -webkit-transform: translateY(85px);
              transform: translateY(85px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  main {
    background: #fff;
    position: relative;
    top: -6px;
    margin-bottom: -6px; }
  .bnrslide {
    position: relative;
    margin-top: 25px; }
  .slick-slide {
    margin: 0 10px; }
  .slick-dots li button:before {
    width: 45px !important;
    border-bottom: 7px solid #006e45;
    content: "" !important;
    opacity: 1 !important; }
  .slick-dots li {
    width: 45px !important; }
  .slick-active button:before {
    border-bottom: 7px solid #ea9598 !important; }
  #area_update {
    background: #fffbc0;
    padding: 30px 0 260px; }
    #area_update .update {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
      #area_update .update section {
        width: 70%;
	}
	#area_update .update #area_topics{
		width: 100%;
	}
	#area_topics .more{
		display: block!important;
	}
  .topic_blog {
    /*padding: 25px;
    border: 2px solid #047047;
    border-radius: 15px;
    background: #ffffff;
    position: relative;*/
	}
    .topic_blog h2 {
      text-align: center;
      margin-bottom: 25px; }
      .topic_blog h2 img {
        height: 50px; }
    .topic_blog .more {
      width: 190px;
      display: block;
      margin: 20px auto 0;
      background: #222222;
      color: #fff;
      line-height: 1;
      text-align: center;
      border-radius: 25px;
      padding: 16px 0;
      font-size: 1.6rem; }
	.topic_blog .article{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
    .topic_blog .article__blk--date {
      font-size: 1.2rem;
      margin-bottom: 6px;
		margin-top: 10px;
      line-height: 1; }
    .topic_blog .article__blk--ttl {
	width: 90%;
	}
	.topic_blog .article__blk{
		display: block;
		margin-bottom: 20px;
		width: 23.8%;
	}
    .topic_blog .article__blk:first-of-type {
      margin-bottom: 0px;
	order: 1;}
    .topic_blog .article__blk.important dt {
      background: #ea9598;
      font-size: 2.2rem; }
    .topic_blog .article__blk.news dt {
      background: #2b87b0;
      font-size: 1.35rem; }
    .topic_blog .article__blk dl {
      font-size: 1.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .topic_blog .article__blk dl:after {
        /*content: "";
        background: url(../img/common/ico-arrow.svg) no-repeat;
        background-size: contain;
        height: 20px;
        width: 12px;
        right: 0;
        top: 50%;
        margin-top: -6px;
        position: absolute;*/
	}
      .topic_blog .article__blk dl dt {
        height: 75px;
        width: 75px;
        border-radius: 50%;
        margin-right: 5.45455%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: bold;
        line-height: 1; }
      .topic_blog .article__blk dl dd {
        /*width: 60%; */
	}
      .topic_blog .article__blk dl dd img{
            object-fit: cover;
    height: 240px;
	}
  #area_omoroi {
    margin: 120px auto 70px; }
    #area_omoroi h2 {
      margin-bottom: 25px; }
      #area_omoroi h2 img {
        height: 60px; }
    #area_omoroi .omoroi {
      position: relative; }
      #area_omoroi .omoroi--txt {
        line-height: 2;
        margin-bottom: 25px;
        font-size: 1.8rem; }
        #area_omoroi .omoroi--txt.sign {
          margin-bottom: 70px; }
      #area_omoroi .omoroi--pt {
        position: absolute;
        top: 0;
        right: 0; }
        #area_omoroi .omoroi--pt img {
          width: 300px; }
    #area_omoroi .whyfukurou {
      padding: 20px;
      border: 2px solid #000;
      border-radius: 25px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #area_omoroi .whyfukurou__blk.LFT {
        width: 70.5%;
        margin-right: 2.5%; }
        #area_omoroi .whyfukurou__blk.LFT .info__blk--ttl {
          text-align: right; }
      #area_omoroi .whyfukurou__blk.RGT {
        width: 27%;
        position: relative; }
        #area_omoroi .whyfukurou__blk.RGT p.wow img {
          width: 100%; }
        #area_omoroi .whyfukurou__blk.RGT .info__blk--ttl {
          text-align: left; }
      #area_omoroi .whyfukurou h3 {
        margin-bottom: 15px; }
        #area_omoroi .whyfukurou h3 img {
          height: 25px; }
      #area_omoroi .whyfukurou .reason {
        color: #006e45;
        font-weight: bold;
        padding: 10px 1px;
        line-height: 1.3; }
      #area_omoroi .whyfukurou--txt {
        font-size: 1.4rem;
        letter-spacing: 0.015em;
        line-height: 1.8; }
      #area_omoroi .whyfukurou__blk--pt {
        position: absolute;
        bottom: 0;
        left: -15px; }
        #area_omoroi .whyfukurou__blk--pt img {
          width: 70px; }
      #area_omoroi .whyfukurou span {
        color: #e99598; }
  #area_bnr {
    padding: 90px 0 30px;
    background: #fffbc0; }
    #area_bnr .bnr--campus {
      padding-bottom: 25px; }
    #area_bnr .bnrslide li img {
      border: 8px solid #006e45; }
  #area_info {
    background: #bfe2db;
    position: relative; }
    #area_info .grncircle {
      border-radius: 100% 100% 0 0;
      width: 110%;
      height: 300px;
      left: 50%;
      margin-left: -55%;
      background: #bfe2db;
      position: absolute;
      z-index: 0;
      top: -150px;
      overflow: hidden; }
    #area_info .info {
      position: relative;
      z-index: 10;
      margin-bottom: 130px; }
      #area_info .info--pt01 {
        text-align: center;
        position: absolute;
        top: -170px;
        left: 50%;
        margin-left: -65px; }
        #area_info .info--pt01 img {
          width: 130px; }
      #area_info .info h2 {
        padding-top: 0;
        margin-bottom: 35px;
        text-align: center; }
        #area_info .info h2 img {
          height: 40px; }
      #area_info .info--txt {
        text-align: center;
        margin: 0 auto 30px;
        line-height: 2.5;
        width: 53.33333%; }
      #area_info .info__blk {
        position: relative;
        width: 44.375%;
        margin-bottom: 0;
        display: block; }
        #area_info .info__blk--img img {
          width: 100%; }
        #area_info .info__blk--ttl {
          width: 59.86842%; }
        #area_info .info__blk--pt01, #area_info .info__blk--pt02 {
          position: absolute;
          z-index: 20;
          width: 23.94366%; }
          #area_info .info__blk--pt01 img, #area_info .info__blk--pt02 img {
            width: 100%; }
        #area_info .info__blk--ch01, #area_info .info__blk--ch02, #area_info .info__blk--ch03, #area_info .info__blk--ch04 {
          position: absolute; }
        #area_info .info__blk.LFT .info__blk--ttl {
          position: absolute;
          right: -6.57895%;
          bottom: -5.26316%; }
        #area_info .info__blk.RGT {
          margin-left: auto; }
          #area_info .info__blk.RGT .info__blk--ttl {
            position: absolute;
            left: -6.57895%;
            bottom: -6.57895%; }
        #area_info .info__blk.info01 .info__blk--pt01 {
          bottom: 28.30189%;
          right: -8.4507%; }
        #area_info .info__blk.info01 .info__blk--ch01 {
          left: 40.84507%;
          bottom: -15.09434%;
          width: 21.12676%; }
        #area_info .info__blk.info02 {
          top: -180px;
          margin-bottom: -180px; }
          #area_info .info__blk.info02 .info__blk--pt02 {
            bottom: 18.86792%;
            left: -11.97183%; }
          #area_info .info__blk.info02 .info__blk--pt01 {
            bottom: 33.96226%;
            left: -2.11268%; }
          #area_info .info__blk.info02 .info__blk--ch01 {
            left: 45.07042%;
            bottom: -0.9434%;
            width: 21.83099%; }
          #area_info .info__blk.info02 .info__blk--ch02 {
            top: -32.07547%;
            left: -8.4507%;
            width: 12.67606%; }
          #area_info .info__blk.info02 .info__blk--ch03 {
            top: -9.43396%;
            left: -0.70423%;
            width: 11.26761%; }
        #area_info .info__blk.info03 {
          top: -180px;
          margin-bottom: -180px; }
          #area_info .info__blk.info03 .info__blk--pt02 {
            bottom: 20.75472%;
            right: -1.40845%; }
          #area_info .info__blk.info03 .info__blk--pt01 {
            bottom: 39.62264%;
            right: -10.56338%; }
          #area_info .info__blk.info03 .info__blk--ch01 {
            left: 28.16901%;
            bottom: -32.07547%;
            width: 22.53521%; }
          #area_info .info__blk.info03 .info__blk--ch02 {
            right: -5.07042%;
            top: 7.54717%;
            width: 11.26761%; }
        #area_info .info__blk.info04 {
          top: -135px;
          margin-bottom: -135px; }
          #area_info .info__blk.info04 .info__blk--ch01 {
            left: 11.26761%;
            top: -12.26415%;
            width: 32.39437%; }
          #area_info .info__blk.info04 .info__blk--ch02 {
            left: -3.52113%;
            bottom: 24.5283%;
            width: 12.67606%; }
        #area_info .info__blk.info05 {
          top: -90px;
          margin-bottom: -90px; }
          #area_info .info__blk.info05 .info__blk--pt02 {
            bottom: 33.01887%;
            right: -23.94366%; }
          #area_info .info__blk.info05 .info__blk--pt01 {
            bottom: 50.9434%;
            right: -20.42254%; }
          #area_info .info__blk.info05 .info__blk--ch01 {
            right: -16.19718%;
            bottom: -9.43396%;
            width: 27.60563%; }
          #area_info .info__blk.info05 .info__blk--ch02 {
            right: 8.4507%;
            top: -3.77358%;
            width: 11.26761%; }
    #area_info .gallery {
      padding-bottom: 100px;
      overflow: hidden; }
      #area_info .gallery h3 {
        margin-left: 18.75%;
        margin-bottom: 20px; }
        #area_info .gallery h3 img {
          width: 180px; }
      #area_info .gallery ul li {
        border: 4px solid #006e45; } }

/* PC End */
@media screen and (max-width: 1400px) and (min-width: 1051px) {
  #area_info .info__blk.info02, #area_info .info__blk.info03 {
    top: -130px;
    margin-bottom: -130px; }
  #area_info .info__blk.info04 {
    top: -80px;
    margin-bottom: -80px; }
  #area_info .info__blk.info05 {
    top: -40px;
    margin-bottom: -40px; } }

@media screen and (max-width: 1050px) and (min-width: 769px) {
  header .drawer-menu li {
    margin-right: 15px;
    letter-spacing: 0;
    font-size: 1.4rem; }
  header .drawer-menu li .logo {
    margin-right: 0; }
  #area_info .info__blk.info02, #area_info .info__blk.info03 {
    top: -100px;
    margin-bottom: -100px; }
  #area_info .info__blk.info04 {
    top: -50px;
    margin-bottom: -50px; }
  #area_info .info__blk.info05 {
    top: -40px;
    margin-bottom: -40px; } }

/* -----
SP
----- */
@media screen and (max-width: 768px) {
  a.scroll {
    bottom: 3%; }
  header {
   /* -webkit-transform: translateY(-140px);
            transform: translateY(-140px);*/
    z-index: 1;
	}
    header.show {
      /*-webkit-animation: navigation 0.5s forwards;
              animation: navigation 0.5s forwards;*/
	}
  @-webkit-keyframes navigation {
    0% {
      -webkit-transform: translateY(-140px);
              transform: translateY(-140px); }
    100% {
      -webkit-transform: initial;
              transform: initial; } }
  @keyframes navigation {
    0% {
      -webkit-transform: translateY(-140px);
              transform: translateY(-140px); }
    100% {
      -webkit-transform: initial;
              transform: initial; } }
  .fixedFt {
    -webkit-transform: translateY(85px);
            transform: translateY(85px); }
  .show2 {
    -webkit-animation: fixedft 0.5s forwards;
            animation: fixedft 0.5s forwards; }
  @-webkit-keyframes fixedft {
    0% {
      -webkit-transform: translateY(85px);
              transform: translateY(85px); }
    100% {
      -webkit-transform: initial;
              transform: initial; } }
  @keyframes fixedft {
    0% {
      -webkit-transform: translateY(85px);
              transform: translateY(85px); }
    100% {
      -webkit-transform: initial;
              transform: initial; } }
  main {
    top: -6px;
    margin-bottom: -6px;
    position: relative;
    z-index: 9;
    background: #fff;
    padding-top: 55px; }
  .bnrslide {
    position: relative;
    margin-top: 25px; }
  .slick-slide {
    margin: 0 10px; }
  .slick-dots li button:before {
    width: 45px !important;
    border-bottom: 7px solid #006e45;
    content: "" !important;
    opacity: 1 !important; }
  .slick-dots li {
    width: 45px !important; }
  .slick-active button:before {
    border-bottom: 7px solid #ea9598 !important; }
  #area_update {
    background: #fffbc0;
    padding: 30px 0 105px; }
  .topic_blog {
    /*padding: 25px 25px 30px;
    border: 4px solid #006e45;
    border-radius: 15px;
    background: #ffffff;
    position: relative; */
	}
    .topic_blog h2 {
      text-align: center;
      margin-bottom: 25px; }
      .topic_blog h2 img {
        height: 50px; }
    .topic_blog .more {
      width: 190px;
      margin: 15px auto 0;
      display: block;
      background: #000;
      color: #fff;
      line-height: 1;
      text-align: center;
      border-radius: 18px;
      padding: 15px 0;
      font-size: 1.5rem; }
    .topic_blog .article__blk--date {
      font-size: 1.2rem;
      margin-bottom: 6px;
		margin-top: 10px;
      line-height: 1;
		
	}
    .topic_blog .article__blk--ttl {
      line-height: 1.4;
		width: 100%;
	}
	
	.topic_blog .article{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.topic_blog .article__blk{
		display: block;
		margin-bottom: 20px;
		width: 48%;
	}
    .topic_blog .article__blk:first-of-type {
      margin-bottom: 0px;
	order: 1;}
    .topic_blog .article__blk.important dt {
      background: #ea9598;
      font-size: 2.2rem; }
    .topic_blog .article__blk.news dt {
      background: #2b87b0;
      font-size: 1.35rem; }
    .topic_blog .article__blk dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .topic_blog .article__blk dl:after {
        /*content: "";
        background: url(../img/common/ico-arrow.svg) no-repeat;
        background-size: contain;
        height: 20px;
        width: 12px;
        right: 0;
        top: 50%;
        margin-top: -6px;
        position: absolute;*/
	}
      .topic_blog .article__blk dl dt {
        height: 75px;
        width: 75px;
        border-radius: 50%;
        margin-right: 3.63636%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: bold;
        line-height: 1; }
      .topic_blog .article__blk dl dd {
        /*width: 60%; */
	}
	.topic_blog .article__blk dl dd img {
    object-fit: cover;
    min-height: 162px;
}
  #area_topics {
    /*padding: 0 0 25px;*/
	}
	#area_topics .more {
    display: block!important;
}
  #area_omoroi {
    margin: 0 auto 50px; }
    #area_omoroi h2 {
      margin-bottom: 40px; }
      #area_omoroi h2 img {
        height: 100px; }
    #area_omoroi .omoroi_intro {
      max-width: 84%;
      margin: auto; }
    #area_omoroi .omoroi--txt {
      line-height: 2;
      margin-bottom: 25px; }
      #area_omoroi .omoroi--txt.sign {
        text-align: right; }
    #area_omoroi .omoroi--pt {
      text-align: center; }
      #area_omoroi .omoroi--pt img {
        width: 250px; }
    #area_omoroi .whyfukurou {
      padding: 20px;
      border: 2px solid #000;
      border-radius: 15px;
      margin: 25px auto 30px; }
      #area_omoroi .whyfukurou__blk.LFT {
        margin-bottom: 30px; }
      #area_omoroi .whyfukurou__blk.RGT {
        position: relative; }
      #area_omoroi .whyfukurou h3 {
        margin-bottom: 20px;
        text-align: center; }
        #area_omoroi .whyfukurou h3 img {
          height: 25px; }
      #area_omoroi .whyfukurou .reason {
        text-align: center;
        color: #006e45;
        font-weight: bold;
        padding: 20px 1px;
        line-height: 1.5; }
      #area_omoroi .whyfukurou--txt {
        font-size: 1.4rem;
        letter-spacing: 0.015em;
        line-height: 1.8; }
      #area_omoroi .whyfukurou__blk--pt {
        position: absolute;
        bottom: -15px;
        left: -0; }
        #area_omoroi .whyfukurou__blk--pt img {
          width: 70px; }
      #area_omoroi .whyfukurou span {
        color: #e99598; }
  #area_bnr {
    padding: 50px 0 0px;
    background: #fffbc0; }
    #area_bnr .bnr--campus {
      padding-bottom: 25px; }
  #area_info {
    background: #bfe2db;
    position: relative; }
    #area_info .grncircle {
      border-radius: 50% 50% 0 0;
      width: 100%;
      height: 30px;
      background: #bfe2db;
      position: absolute;
      top: -30px; }
    #area_info .info--pt01 {
      text-align: center;
      position: absolute;
      top: -70px;
      left: 50%;
      margin-left: -55px; }
      #area_info .info--pt01 img {
        width: 110px; }
    #area_info .info h2 {
      padding-top: 70px;
      margin-bottom: 30px;
      text-align: center; }
      #area_info .info h2 img {
        height: 20px; }
    #area_info .info--txt {
      margin: 0 auto 40px;
      width: 53.33333%;
      text-align: center; }
    #area_info .info__blk {
      position: relative;
      width: 81.33333%; }
      #area_info .info__blk .info__blk--ch01 {
        position: absolute; }
      #area_info .info__blk.LFT .info__blk--ttl {
        position: absolute;
        right: -6.66667%;
        bottom: -6.66667%; }
      #area_info .info__blk.RGT {
        margin-left: auto; }
        #area_info .info__blk.RGT .info__blk--ttl {
          position: absolute;
          left: -6.66667%;
          bottom: -6.66667%; }
      #area_info .info__blk.info01 {
        margin-bottom: 110px; }
        #area_info .info__blk.info01 .info__blk--pt01 {
          bottom: 20%;
          right: -8%; }
        #area_info .info__blk.info01 .info__blk--ch01 {
          bottom: -63px;
          left: 25px; }
          #area_info .info__blk.info01 .info__blk--ch01 img {
            width: 95px; }
      #area_info .info__blk.info02 {
        margin-bottom: 105px; }
        #area_info .info__blk.info02 .info__blk--pt02 {
          bottom: 70px;
          left: -16%; }
        #area_info .info__blk.info02 .info__blk--pt01 {
          bottom: 130px;
          left: -3.33333%; }
        #area_info .info__blk.info02 .info__blk--ch01 {
          bottom: -50px;
          right: 19px; }
          #area_info .info__blk.info02 .info__blk--ch01 img {
            width: 105px; }
        #area_info .info__blk.info02 .info__blk--ch02 {
          top: -57px;
          right: 32px;
          -webkit-transform: rotate(-13deg);
                  transform: rotate(-13deg); }
          #area_info .info__blk.info02 .info__blk--ch02 img {
            width: 65px; }
        #area_info .info__blk.info02 .info__blk--ch03 {
          display: none; }
      #area_info .info__blk.info03 {
        margin-bottom: 110px; }
        #area_info .info__blk.info03 .info__blk--pt02 {
          bottom: 70px;
          right: -8%; }
        #area_info .info__blk.info03 .info__blk--pt01 {
          bottom: 135px;
          right: -19.33333%; }
        #area_info .info__blk.info03 .info__blk--ch01 {
          bottom: -100px;
          left: 0; }
          #area_info .info__blk.info03 .info__blk--ch01 img {
            width: 95px; }
        #area_info .info__blk.info03 .info__blk--ch02 {
          top: 70px;
          right: -60px; }
          #area_info .info__blk.info03 .info__blk--ch02 img {
            width: 50px; }
      #area_info .info__blk.info04 {
        margin-bottom: 110px; }
        #area_info .info__blk.info04 .info__blk--pt02 {
          bottom: 17.33333%;
          left: -16%; }
        #area_info .info__blk.info04 .info__blk--pt01 {
          bottom: 33.33333%;
          left: -3.33333%; }
        #area_info .info__blk.info04 .info__blk--ch01 {
          bottom: -107px;
          right: -24px; }
          #area_info .info__blk.info04 .info__blk--ch01 img {
            width: 185px; }
        #area_info .info__blk.info04 .info__blk--ch02 {
          bottom: 75px;
          left: -28px; }
          #area_info .info__blk.info04 .info__blk--ch02 img {
            width: 40px; }
      #area_info .info__blk.info05 {
        margin-bottom: 90px; }
        #area_info .info__blk.info05 .info__blk--pt02 {
          bottom: 75px;
          right: -5.7377%; }
        #area_info .info__blk.info05 .info__blk--pt01 {
          bottom: 36%;
          right: -19.33333%; }
        #area_info .info__blk.info05 .info__blk--ch01 {
          bottom: -43px;
          left: 5px; }
          #area_info .info__blk.info05 .info__blk--ch01 img {
            width: 135px; }
        #area_info .info__blk.info05 .info__blk--ch02 {
          top: -18px;
          right: 15px; }
          #area_info .info__blk.info05 .info__blk--ch02 img {
            width: 67px; }
      #area_info .info__blk--ttl {
        width: 91.80328%; }
      #area_info .info__blk--pt01 img {
        width: 105px; }
      #area_info .info__blk--pt02 img {
        width: 105px; }
      #area_info .info__blk--pt01, #area_info .info__blk--pt02, #area_info .info__blk--ch01, #area_info .info__blk--ch02, #area_info .info__blk--ch03 {
        position: absolute; }
    #area_info .gallery {
      padding-bottom: 80px;
      overflow: hidden; }
      #area_info .gallery h3 {
        margin-bottom: 18px;
        margin-left: 25px; }
        #area_info .gallery h3 img {
          width: 90px; }
      #area_info .gallery ul li {
        border: 4px solid #006e45; } }

/* SP End */

/*# sourceMappingURL=maps/index.css.map */
