@charset "utf-8";
/*
Theme Name: pluscloud
Theme URI: http://www.plust.jp/
Description: プラスクラウド
Version: 1
Author: plust
Author URI: http://www.plust.jp/
License: GNU General Public License
License URI: license.txt
Tags: Two-columns
*/
/* 初期カラー・設定
----------------------------*/
/* css
----------------------------*/
html {
  font-size: 62.5%;
}
main {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
  padding: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
}
th {
  vertical-align: top;
  text-align: left;
}
td {
  vertical-align: top;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #352d21;
}
a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a.touch {
  opacity: 0.6;
}
a:hover img,
a.touch img {
  opacity: 0.6;
}
p {
  line-height: 1.5;
}
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #3f331f;
  line-height: 1.7em;
}
.sp {
  display: none;
}
/* Header
----------------------------*/
.global-header {
  height: 90px;
}
.global-header__inner {
  background: rgba(255,255,255,0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 90px;
}
.global-nav {
  width: 100%;
  height: 100%;
}
.global-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px auto;
  height: 100%;
}
.global-menu__item {
  padding: 10px;
}
.global-menu__item a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #009fe0;
}
.global-menu__item img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.global-menu__item:hover a {
  color: #6bddf7;
}
.global-menu__item:hover img {
  opacity: 1;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
/* Footer
----------------------------*/
.global-footer {
  position: relative;
  background: #8fe0f3 url("images/footer/bg.png") no-repeat center bottom;
  height: 500px;
  margin-top: 160px;
}
.global-footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  top: -55px;
  left: 0;
  background-attachment: inherit;
  background-position: center 15px;
  background-size: 3840px auto;
  background: url("images/footer/cloud_footer.png");
  -webkit-animation: footer-anime 100s linear infinite;
  animation: footer-anime 100s linear infinite;
}
.global-footer__inner {
  margin-left: auto;
  margin-right: auto;
  height: 480px;
}
.global-footer__logo {
  height: 418px;
  position: relative;
}
.global-footer__logo a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-footer__logo img {
  width: 320px;
  height: 101px;
}
.global-footer .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-footer .footer-menu__item {
  padding: 0 25px;
}
.global-footer .footer-menu__item a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.global-footer .footer-menu__item a:hover {
  opacity: 0.7;
}
.global-footer .copyright {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  background: #378302;
  height: 20px;
}
.global-footer .copyright p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2;
}
.global-footer .pagetop {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 1;
}
.global-footer .pagetop img {
  height: auto;
}
body.home .global-footer {
  margin-top: 0;
}
@-webkit-keyframes footer-anime {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1000px 0;
  }
  100% {
    background-position: -3840px 0;
  }
}
@-moz-keyframes footer-anime {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1000px 0;
  }
  100% {
    background-position: -3840px 0;
  }
}
@-webkit-keyframes footer-anime {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1000px 0;
  }
  100% {
    background-position: -3840px 0;
  }
}
@-o-keyframes footer-anime {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1000px 0;
  }
  100% {
    background-position: -3840px 0;
  }
}
/* Common
----------------------------*/
/*
.global-bg
   position:fixed;
   top:0;
   left:50%;
   transform(translateX(-50%))
   width:1900px;
   height:100vh;
   background:url("images/common/bg_global.png") left center no-repeat;
   background-size:contain;
*/
.global-title,
.sub-title {
  position: relative;
}
.global-title:after,
.sub-title:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.global-title {
  font-size: 3.2rem;
  margin-bottom: 55px;
  font-weight: normal;
  padding-bottom: 7px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.global-title:after {
  background: url("images/common/border-item1.png") no-repeat center/contain;
  bottom: -15px;
  width: 514px;
  height: 17px;
}
.sub-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.sub-title:after {
  background: url("images/common/border-item2.png") no-repeat center/contain;
  bottom: -15px;
  width: 260px;
  height: 34px;
  z-index: -1;
}
.global-btn a {
  padding: 10px 60px 12px;
  background: #ccc;
  border-radius: 40px;
  font-size: 2.4rem;
  color: #fff;
  border: 4px solid #c7d980;
  background: #5bbcda;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.global-btn span {
  position: relative;
}
.global-btn span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 8px;
  right: -25px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffe8a1;
}
.global-wrap {
  position: relative;
}
/* Home
----------------------------*/
.main-visual {
/*displayFlex(center,center)
   position:relative;
   max-width:1200px;
   {marginCenter}
   */
  position: relative;
  overflow: hidden;
  min-height: 1000px;
}
.main-visual ul {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.main-visual ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  animation-iteration-count: infinite;
  animation-duration: 21s;
  animation-name: slider-zoomin;
}
.main-visual ul li:nth-child(1) {
  background: url("images/home/main-img.jpg") no-repeat top/cover;
  animation-delay: -1s;
}
.main-visual ul li:nth-child(2) {
  background: url("images/home/main-img2.jpg") no-repeat top/cover;
  animation-delay: 6s;
  opacity: 0;
}
.main-visual ul li:nth-child(3) {
  background: url("images/home/main-img3.jpg") no-repeat bottom/cover;
  animation-delay: 13s;
  opacity: 0;
}
.main-visual__item {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-visual__item1 {
  top: 46%;
  top: -130px;
  left: 47%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
.main-visual__item2 {
  top: 50%;
  top: -140px;
  left: 39%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}
.main-visual__item3 {
  top: 47%;
  top: -134px;
  left: 42%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.main-visual__item4 {
  top: 45%;
  top: -152px;
  left: 56.5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.main-visual__item5 {
  top: 44%;
  top: -123px;
  left: 58%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.main-visual .global-btn {
  margin-top: 55px;
}
.main-visual .global-btn a {
  background: #c7d980;
  border-color: #fff;
  color: #3f331f;
}
.main-visual .global-btn span:after {
  border-color: transparent transparent transparent #0c90a6;
}
.main-visual-content {
  text-align: center;
  background: url("images/home/main-item1.png") no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 530px;
}
.main-visual-content:after {
  content: "";
  display: block;
}
.main-visual-content__wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.main-visual-logo {
  text-align: center;
  position: absolute;
  top: calc(50% - 250px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main-visual-logo img {
  width: 561px;
  height: 174px;
}
.main-visual-logo .item {
  -webkit-animation: header-anm 8s infinite linear;
  animation: header-anm 8s infinite linear;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-visual-logo .item1 {
  background: url("images/home/main-item3.png") no-repeat center/cover;
  width: 352px;
  height: 217px;
  top: calc(50% - 2px);
  left: -60%;
  animation-delay: -1s;
}
.main-visual-logo .item2 {
  background: url("images/home/main-item4.png") no-repeat center/cover;
  width: 175px;
  height: 110px;
  top: calc(50% - 170px);
  left: 93%;
  animation-delay: -4s;
}
.main-visual-logo .item3 {
  background: url("images/home/main-item5.png") no-repeat center/cover;
  width: 284px;
  height: 161px;
  top: calc(50% - 95px);
  left: 100%;
  animation-delay: -7s;
}
.main-visual-ttl {
  font-size: 3.2rem;
  margin-bottom: 55px;
  padding-top: 100px;
}
.main-visual-text {
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 0 10px;
}
.main-visual p {
  color: #fff;
}
body.home h2 {
  text-align: center;
}
body.home .top-shien {
  text-align: center;
  background: #fffdf3 url("images/home/item1.png") no-repeat center;
  background-attachment: fixed;
  padding: 55px 0;
}
body.home .top-shien .global-btn {
  margin: 30px 0;
}
body.home .top-shien__intro {
  font-size: 2.4rem;
}
body.home .top-shien .global-title {
  margin-bottom: 60px;
}
body.home .top-shien__icon {
  border-radius: 50%;
  width: 330px;
  height: 330px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center 90%;
  margin: 40px 45px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
body.home .top-shien__icon.active {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
body.home .top-shien__icon span {
  font-size: 1.6rem;
  display: block;
}
body.home .top-shien__icon h3 {
  font-size: 2.4rem;
  position: relative;
}
body.home .top-shien__icon h3:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 148px;
  height: 23px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50%;
  top: 13px;
}
body.home .top-shien__iconarea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1286px;
  margin: auto;
}
body.home .top-shien__icon p {
  font-size: 2rem;
}
body.home .top-shien__icon:nth-child(1) {
  background-color: #d9d4ff;
  background-image: url("images/home/icon1.png");
  border: 8px solid #846bfa;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body.home .top-shien__icon:nth-child(1) h3:after {
  background: rgba(148,135,245,0.5);
}
body.home .top-shien__icon:nth-child(2) {
  background-color: #b0f4ff;
  background-image: url("images/home/icon2.png");
  border: 8px solid #3bbcd1;
  -webkit-transition: all 1s 0.1s;
  -moz-transition: all 1s 0.1s;
  -ms-transition: all 1s 0.1s;
  -o-transition: all 1s 0.1s;
  transition: all 1s 0.1s;
}
body.home .top-shien__icon:nth-child(2) h3:after {
  background: rgba(59,188,209,0.5);
}
body.home .top-shien__icon:nth-child(3) {
  background-color: #e2f7e2;
  background-image: url("images/home/icon3.png");
  border: 8px solid #58c658;
  -webkit-transition: all 1s 0.2s;
  -moz-transition: all 1s 0.2s;
  -ms-transition: all 1s 0.2s;
  -o-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
}
body.home .top-shien__icon:nth-child(3) h3:after {
  background: rgba(88,198,88,0.5);
}
body.home .top-shien__icon:nth-child(4) {
  background-color: #ffefcc;
  background-image: url("images/home/icon4.png");
  border: 8px solid #ffce6c;
  -webkit-transition: all 1s 0.3s;
  -moz-transition: all 1s 0.3s;
  -ms-transition: all 1s 0.3s;
  -o-transition: all 1s 0.3s;
  transition: all 1s 0.3s;
}
body.home .top-shien__icon:nth-child(4) h3:after {
  background: rgba(255,206,108,0.5);
}
body.home .top-shien__icon:nth-child(5) {
  background-color: #ffd4f3;
  background-image: url("images/home/icon5.png");
  border: 8px solid #f98fe4;
  -webkit-transition: all 1s 0.4s;
  -moz-transition: all 1s 0.4s;
  -ms-transition: all 1s 0.4s;
  -o-transition: all 1s 0.4s;
  transition: all 1s 0.4s;
}
body.home .top-shien__icon:nth-child(5) h3:after {
  background: rgba(249,143,228,0.5);
}
body.home .top-hibi {
  background: url("images/common/cork_100.jpg") repeat center;
  display: block;
  padding: 75px 0;
  position: relative;
}
body.home .top-hibi:after,
body.home .top-hibi:before {
  position: absolute;
  content: "";
  top: 85%;
}
body.home .top-hibi:after {
  width: 370px;
  height: 725px;
  background: url("images/home/item3.png") no-repeat center/contain;
  left: calc(50% - 940px);
}
body.home .top-hibi:before {
  width: 435px;
  height: 714px;
  background: url("images/home/item4.png") no-repeat center/contain;
  left: calc(50% + 560px);
}
body.home .top-hibi h2,
body.home .top-hibi h3,
body.home .top-hibi h4 {
  color: #008ecf;
  text-align: center;
}
body.home .top-hibi h3 span {
  display: block;
  font-size: 1.6rem;
}
body.home .top-hibi__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: auto;
}
body.home .top-hibi__contents h3 {
  line-height: 1.4;
}
body.home .top-hibi .top-gallery h3 {
  background: url("images/home/gallery-ttl.png") no-repeat center/cover;
  width: 336px;
  height: 113px;
  padding: 26px;
  text-align: center;
  margin: auto;
}
body.home .top-hibi .top-gallery h3 span {
  display: block;
  font-size: 1.6rem;
}
body.home .top-hibi .top-gallery__thumbnail {
  width: 260px;
  height: 200px;
  background-size: cover;
  background-position: center;
}
body.home .top-hibi .top-gallery__post {
  background: url("images/home/gallery-bg.png") no-repeat center/contain;
  width: 612px;
  height: 425px;
  padding: 55px 158px 0 196px;
}
body.home .top-hibi .top-gallery__post a {
  display: inline-block;
}
body.home .top-hibi .top-gallery__post p {
  margin: 12px 0px;
}
body.home .top-hibi .top-gallery__post p a {
  border-bottom: dashed 2px #000;
  padding-bottom: 2px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}
body.home .top-hibi .top-blog {
  background: url("images/home/blog-bg.png") no-repeat center/contain;
  width: 688px;
  height: 569px;
  padding: 85px 150px 0px;
}
body.home .top-hibi .top-blog p {
  border-bottom: dashed 2px #000;
}
body.home .top-hibi .top-blog h3 {
  padding-top: 3px;
}
body.home .top-hibi .top-blog a {
  width: 380px;
  height: 290px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  overflow: hidden;
}
body.home .top-guide {
  background: url("images/common/cork_100.jpg") repeat center;
  display: block;
  padding: 100px 0 250px;
}
body.home .top-guide h2,
body.home .top-guide h3,
body.home .top-guide h4 {
  color: #008ecf;
}
body.home .top-guide__area {
  display: flex;
  max-width: 1230px;
  flex-wrap: wrap;
  margin: auto;
}
body.home .top-guide .link {
  width: 320px;
  height: 320px;
  border: 10px solid #fff;
  border-radius: 50%;
  position: relative;
  display: block;
  font-size: 2.4rem;
  margin: 20px auto;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
body.home .top-guide .link:hover {
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
body.home .top-guide .link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
body.home .top-guide .link span {
  display: block;
  border-bottom: 1px dashed #fff;
  text-align: left;
  padding-right: 45px;
  padding-bottom: 2px;
  width: 190px;
  margin: 80px 0 0 auto;
  position: relative;
}
body.home .top-guide .link span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  top: 6px;
  right: 25px;
}
body.home .top-guide .link1 {
  background: #df7dc7;
}
body.home .top-guide .link1:after {
  width: 204px;
  height: 141px;
  background: url("images/home/btn-item1.png") no-repeat center/contain;
  left: -4px;
  bottom: 23px;
}
body.home .top-guide .link2 {
  background: #4cb4bf;
}
body.home .top-guide .link2:after {
  width: 205px;
  height: 168px;
  background: url("images/home/btn-item2.png") no-repeat center/contain;
  left: 0;
  bottom: 23px;
}
body.home .top-guide .link3 {
  background: #79ca79;
}
body.home .top-guide .link3:after {
  width: 187px;
  height: 133px;
  background: url("images/home/btn-item3.png") no-repeat center/contain;
  left: 8px;
  bottom: 23px;
}
body.home .top-news {
  max-width: 1000px;
  margin: auto;
  padding: 0px 20px 60px;
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.home .top-news li {
  display: flex;
  border-bottom: 1px dashed #3f331f;
}
body.home .top-news li a {
  color: #3f331f;
}
body.home .top-news li p,
body.home .top-news li h3 {
  margin: 0;
  line-height: 1.5;
  padding: 10px 0;
}
body.home .top-news li p {
  color: #009fe0;
}
body.home .top-news p {
  width: 190px;
}
body.home .top-news__btn {
  text-align: center;
  padding: 30px 0 0;
  margin-top: 25px;
}
body.home .top-access {
  background: #fffdee;
  max-width: 1530px;
  margin: -70px auto 40px;
  padding: 40px 20px 50px;
  -webkit-box-shadow: 2px 2px 8px rgba(104,89,69,0.5);
  -moz-box-shadow: 2px 2px 8px rgba(104,89,69,0.5);
  box-shadow: 2px 2px 8px rgba(104,89,69,0.5);
  position: relative;
}
body.home .top-access:after,
body.home .top-access:before {
  content: "";
  position: absolute;
}
body.home .top-access:after {
  width: 159px;
  height: 154px;
  background: url("images/home/access-item1.png") no-repeat center/contain;
  left: calc(50% - 580px);
  top: -52px;
}
body.home .top-access:before {
  width: 201px;
  height: 148px;
  background: url("images/home/access-item2.png") no-repeat center/contain;
  right: calc(50% - 550px);
  top: -45px;
}
body.home .top-access .global-title {
  color: #008ecf;
}
body.home .top-access__cnt {
  background: url("images/home/access-bg.png") no-repeat center/cover;
  max-width: 1130px;
  padding: 45px 15px;
  margin: auto;
  display: flex;
}
body.home .top-access__cnt .map {
  width: 640px;
  height: 360px;
  border: 7px solid #89ca86;
}
body.home .top-access__cnt .map iframe {
  width: 100%;
  height: 100%;
}
body.home .top-access__cnt .text {
  margin-left: 90px;
  width: 340px;
}
body.home .top-access__cnt .text p {
  font-size: 2.4rem;
}
body.home .top-access__cnt .text p:nth-child(1) {
  margin: auto;
}
body.home .top-access__cnt .text li {
  font-size: 2rem;
}
body.home .top-access__cnt .item-text {
  width: 273px;
  height: 170px;
  background: url("images/home/access-item4.png") no-repeat center/contain;
  position: relative;
  padding: 45px 0 50px 15px;
  text-align: center;
  margin: 78px 0 0 66px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}
body.home .top-access__cnt .item-text:after {
  content: "";
  position: absolute;
  width: 126px;
  height: 140px;
  background: url("images/home/access-item3.png") no-repeat center/contain;
  left: -135px;
  top: 97px;
}
.page-title {
  height: 500px;
  background: url("images/common/header-bg.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.page-title:after {
  content: "";
  position: absolute;
  left: calc(50% - 650px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-title h2 {
  color: #fff;
  text-align: center;
  font-size: 4.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  line-height: 52px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
}
.page-title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 412px;
  height: 412px;
  background: url("images/common/teaser-item2.png") no-repeat center/contain;
  z-index: -1;
}
.page-title h2:before {
  content: "";
  position: absolute;
  top: -180px;
  right: -343px;
  width: 241px;
  height: 157px;
  background: url("images/common/teaser-item3.png") no-repeat center/contain;
}
.page .global-contents {
  background: url("images/common/page-bg.png") no-repeat top center;
}
.ttl-cloud {
  background: url("images/common/ttl-cloud.png") no-repeat center/contain;
  width: 398px;
  height: 120px;
  font-size: 2.4rem;
  color: #029fe0;
  padding: 50px 0;
  text-align: center;
}
body.concept .page-title:after {
  width: 413px;
  height: 374px;
  background: url("images/concept/header-item.png") no-repeat center/contain;
}
body.concept .global-contents h3 {
  text-align: center;
}
body.concept .sec1-content {
  background: url("images/concept/sec1-bg.jpg") no-repeat center/cover;
  padding: 150px 0 100px;
  margin: 130px 0 0;
}
body.concept .sec1-content__inner {
  padding: 0 20px;
}
body.concept .sec1-content .text {
  padding: 120px;
  line-height: 1.5;
  max-width: 1200px;
  margin: auto;
  background: rgba(255,255,255,0.9);
  border-radius: 20px;
  margin: 0 auto 100px;
}
body.concept .sec1-content .ttl-cloud {
  margin: -220px auto 100px;
}
body.concept .sec1-content .global-btn {
  text-align: center;
}
body.concept .sec1-content .global-btn a {
  border: 4px solid #fff;
}
body.concept .sec1-content .global-btn span:after {
  border-color: transparent transparent transparent #fff;
}
body.concept .sec2,
body.concept .sec3 {
  padding-top: 70px;
}
body.concept .sec2-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
body.concept .sec2-content .text {
  line-height: 1.5;
  max-width: 520px;
}
body.concept .sec2-content .text p {
  margin: 0 auto;
}
body.concept .sec2-content .img {
  max-width: 645px;
  width: 100%;
}
body.concept .sec3-intro {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 70px;
}
body.concept .sec3-block {
  padding: 0 0 70px;
}
body.concept .sec3-block__wrap {
  max-width: 1140px;
  margin: auto;
  padding: 0 10px;
}
body.concept .sec3-block .sub-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
body.concept .sec3-block__text {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 40px;
}
body.concept .sec3-block__img {
  width: 540px;
  height: 360px;
  margin: 10px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body.concept .sec3-block__img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffe8a1;
  bottom: -5px;
  z-index: -1;
}
body.concept .sec3-block__img:nth-child(2n-1):after {
  left: -5px;
}
body.concept .sec3-block__img:nth-child(2n):after {
  right: -5px;
}
body.concept .sec3-block .sec3-block__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.page .global-contents {
  padding: 70px 0 0;
}
body.page .global-contents section.footer-contact {
  background: url("images/common/cork_100.jpg") repeat center;
  padding: 100px 0 80px;
}
body.page .global-contents .footer-contact .footer-contact__inner h3 {
  margin-bottom: 0;
}
.footer-contact {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.footer-contact__inner {
  max-width: 700px;
  margin: auto;
  background: #5bbcda;
  border: 6px solid #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(104,89,69,0.5);
  -moz-box-shadow: 2px 2px 8px rgba(104,89,69,0.5);
  box-shadow: 2px 2px 8px rgba(104,89,69,0.5);
}
.footer-contact .ttl-cloud {
  margin: -70px auto 0;
}
.footer-contact p {
  color: #fff;
  line-height: 1.5;
  padding: 20px 0 20px 240px;
  position: relative;
}
.footer-contact p:after {
  content: "";
  position: absolute;
  width: 76px;
  height: 54px;
  background: url("images/concept/item.png") no-repeat center/contain;
  left: 120px;
  top: 20px;
}
.footer-contact a {
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  border-bottom: 1px dashed #fff;
  width: 270px;
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.footer-contact a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  top: 5px;
  right: 14px;
}
body.facility section#access {
  padding-top: 100px;
  margin-top: -100px;
}
body.facility .page-title:after {
  width: 419px;
  height: 368px;
  background: url("images/facility/header-item.png") no-repeat center/contain;
}
body.facility .global-contents h3 {
  text-align: center;
}
body.facility table {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
}
body.facility table th {
  background: #d6f0f5;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
}
body.facility table td {
  padding: 15px 0 15px 90px;
}
body.facility table tr {
  border-bottom: 1px dashed #3f331f;
}
body.facility table tr:first-child {
  border-top: 1px dashed #3f331f;
}
body.facility .facility-block {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}
body.facility .facility-block__content {
  margin-bottom: 70px;
}
body.facility .facility-block__access {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.facility .facility-block__access .img {
  width: 431px;
  height: 277px;
  background: url("images/facility/map.jpg") no-repeat center/contain;
  margin-right: 60px;
}
body.facility .facility-block__access .text {
  max-width: 500px;
  line-height: 1.7;
}
body.facility .facility-block h4 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
}
body.facility .access-block {
  width: 33.333%;
  width: calc(100% / 3);
  position: relative;
  margin-top: 70px;
}
body.facility .access-block span {
  display: block;
  padding: 13px 20px;
  color: #009fe0;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  width: 54px;
  height: 54px;
  left: -17px;
  top: -16px;
  background: url("images/facility/item.png") no-repeat center/contain;
}
body.facility .access-block__inner {
  padding: 20px 24px;
  border: #009fe0 solid 3px;
  margin: 0 auto;
  width: 94%;
  max-width: 314px;
  border-radius: 10px;
  position: relative;
}
body.facility .access-block__wrap {
  padding-bottom: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.facility .access-block .img {
  width: 100%;
  max-width: 260px;
  height: 200px;
  background: #ccc;
  margin: 15px auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.facility iframe {
  width: 100%;
  height: 500px;
}
body.guide .page-title:after {
  width: 472px;
  height: 333px;
  background: url("images/guide/header-item.png") no-repeat center/contain;
}
body.guide .global-contents h3 {
  text-align: center;
  margin-bottom: 60px;
}
body.guide .sub-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
body.guide .sec1 {
  padding: 0 10px 80px;
}
body.guide .sec1__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
}
body.guide .sec1 .left-table,
body.guide .sec1 .right-table {
  max-width: 540px;
  width: 100%;
  padding: 0 10px;
}
body.guide .sec1 table {
  width: 100%;
  max-width: 540px;
  border: 1px solid #3f331f;
}
body.guide .sec1 th {
  background: #cadc80;
  font-weight: normal;
  vertical-align: middle;
}
body.guide .sec1 th,
body.guide .sec1 td {
  padding: 20px 0;
  text-align: center;
}
body.guide .sec1 tr {
  /*border-bottom: 1px dashed #3f331f;*/
  border-bottom: 1px dashed #3f331f;
}
body.guide .sec1 .left-table th {
  width: 180px;
  border-right: 1px dashed #3f331f;
}
body.guide .sec1 .left-table td {
  text-align: left;
  padding-left: 90px;
}
body.guide .sec1 .right-table th,
body.guide .sec1 .right-table td {
  width: 50%;
}
body.guide .sec1 .right-table tr th:first-child,
body.guide .sec1 .right-table tr td:first-child {
  border-right: 1px dashed #3f331f;
}
body.guide .sec1 .right-table div {
  text-align: center;
}
body.guide .flow-content {
  background: url("images/common/cork_100.jpg") repeat center;
}
body.guide .flow-content__inner {
  max-width: 1180px;
  margin: auto;
  padding: 80px 5px 80px 15px;
  display: flex;
  flex-wrap: wrap;
}
body.guide .flow-content__inner .flow-block {
  width: 50%;
  margin-bottom: 55px;
}
body.guide .flow-content__inner .flow-block__inner {
  max-width: 540px;
  width: 92%;
  background: #fff;
  border: #009fe0 solid 3px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: auto;
}
body.guide .flow-content__inner .flow-block span {
  color: #fff;
  background: #5bbcda;
  width: 54px;
  height: 54px;
  font-weight: bold;
  font-size: 2.8rem;
  border-radius: 50%;
  display: inline-block;
  padding: 12px 19px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 0;
}
body.guide .flow-content__inner .flow-block p {
  line-height: 1.5;
}
body.guide .flow-content__inner .flow-block:nth-child(2n) {
  margin-top: 60px;
}
body.guide .flow-content__inner h4 {
  color: #5bbcda;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
body.guide .sec3 {
  max-width: 1200px;
  margin: auto;
  padding: 20px 10px;
}
body.guide .sec3 .sec3-intro {
  text-align: center;
  margin-bottom: 80px;
}
body.guide .sec3 .sec3-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 30px 20px;
}
body.guide .sec3 .sec3-block1 {
  background: #eaf7f9;
  -webkit-box-shadow: 1px 0 6px rgba(104,89,69,0.5);
  -moz-box-shadow: 1px 0 6px rgba(104,89,69,0.5);
  box-shadow: 1px 0 6px rgba(104,89,69,0.5);
  border-radius: 20px;
}
body.guide .sec3 .sec3-block1 .text {
  width: 50%;
  line-height: 2;
  max-width: 550px;
}
body.guide .sec3 .sec3-block1 h5 {
  text-align: center;
}
body.guide .sec3 .sec3-block2 {
  position: relative;
}
body.guide .sec3 .sec3-block2 img {
  width: 535px;
  height: 350px;
  margin-right: 20px;
}
body.guide .sec3 .sec3-block2:after {
  position: absolute;
  content: "";
  width: 535px;
  height: 350px;
  top: 35px;
  left: 15px;
  background: #9adb97;
  z-index: -1;
}
body.guide .sec3 .sec3-block2 h5 {
  text-align: left;
}
body.guide .sec3 .sec3-block2 .text {
  width: 50%;
  line-height: 2;
  max-width: 540px;
  padding-top: 60px;
}
body.guide .sec3 .sec3-block h5 {
  font-size: 2.5rem;
  color: #5bbcda;
  margin: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
}
body.guide .sec3 .sec3-bottom {
  text-align: center;
  margin: 120px auto;
}
body.guide .sec3 .sec3-bottom .sub-title:after {
  background: url("images/common/border-item3.png") no-repeat center/contain;
  width: 353px;
}
body.gallery .page-title:after {
  width: 453px;
  height: 429px;
  background: url("images/gallery/header-item.png") no-repeat center/contain;
}
body.gallery .gallery {
  padding: 70px 0 0;
}
body.gallery .gallery-cate {
  display: flex;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto 60px;
}
body.gallery .gallery-cate li {
  width: 25%;
  max-width: 200px;
  margin: 0 0 30px;
  position: relative;
  z-index: 0;
}
body.gallery .gallery-cate .current-cat {
  position: relative;
}
body.gallery .gallery-cate .current-cat a {
  background: #5bbcda;
  color: #fff;
}
body.gallery .gallery-cate .current-cat:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border-color: #5bbcda transparent transparent transparent;
}
body.gallery .gallery-cate a {
  color: #5bbcda;
  border: 3px solid #5bbcda;
  background: #fff;
  display: block;
  text-align: center;
  padding: 15px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0 2.5px;
  height: 100%;
  width: auto;
}
body.gallery .gallery-cate a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5bbcda;
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
body.gallery .gallery-cate a:hover {
  color: #fff;
  opacity: 1;
}
body.gallery .gallery-cate a:hover:before {
  bottom: 0;
}
body.gallery .gallery-block {
  margin: 0 15px 50px;
}
body.gallery .gallery-block p {
  margin: 0;
}
body.gallery .gallery-block a {
  display: block;
  width: 240px;
  height: 200px;
  background-size: cover;
  background-position: center;
}
body.gallery .gallery-block .item-list-time {
  font-size: 1.2rem;
  margin: 5px 0;
}
body.gallery .gallery-block .item-list-ttl {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  line-height: 1;
  border-bottom: 1px dashed #222;
  padding-bottom: 5px;
}
body.gallery .gallery-block__wrap {
  padding: 0 0 150px;
}
body.gallery .gallery-block__wrap ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: auto;
}
body.blog .page-title:after {
  width: 432px;
  height: 441px;
  background: url("images/blog/header-item.png") no-repeat center/contain;
}
body.blog .global-contents {
  background-color: #eefeff;
}
body.blog .global-contents section {
  background-color: #fff;
  max-width: 1350px;
  width: 100%;
  margin: auto;
  padding: 90px 20px;
}
body.blog .global-contents .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
body.blog .blog-block {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 50px;
}
body.blog .blog-block__cnt {
  display: flex;
}
body.blog .blog-img {
  width: 320px;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  overflow: hidden;
}
body.blog .blog-img:hover .hover-text {
  opacity: 1;
  top: 43%;
}
body.blog .blog-img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.blog .blog-img:before {
  background: rgba(166,191,16,0.4);
  width: 100%;
  height: 100%;
}
body.blog .blog-img:hover:before {
  opacity: 1;
}
body.blog .post-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  min-width: 230px;
}
.blog-block__textarea {
  margin-left: 15px;
  max-width: 410px;
  width: 100%;
  position: relative;
}
.blog-block__textarea span {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.blog-block__textarea span:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #352d21;
}
.blog-block__textarea .link {
  font-size: 1.4rem;
  position: absolute;
  bottom: -8px;
  right: 35px;
}
.blog-block__textarea .link a {
  color: #fff;
  background: #5bbcda;
  border: 3px solid #c7d980;
  font-size: 1.2rem;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-block__title {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.blog-block__title:after {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 1px dashed #3f331f;
  bottom: 0;
  right: 0;
}
.blog-block__title li {
  margin-right: 5px;
}
.blog-block__title li a {
  background: #009fe0;
  color: #fff;
  padding: 3px 10px;
  font-size: 1.2rem;
}
.blog-block__title p {
  margin: 0;
  font-size: 1.8rem;
  min-width: 110px;
}
.blog-block__title h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0 15px 0 0;
  width: 50%;
}
.blog-block__wrap {
  max-width: 745px;
  margin-right: 50px;
  width: 100%;
}
.blog-block__cate a {
  color: #fff;
  background: #8ab768;
  padding: 2px 30px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.blog-block__catelist {
  max-width: 200px;
  width: 100%;
}
.blog-block__catelist-inner {
  background: rgba(70,139,171,0.2);
  width: 100%;
  padding: 20px;
  display: inline-block;
}
.blog-block__catelist li {
  margin: 0 20px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #3f331f;
}
.blog-block__catelist .catelist {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.blog-block__catelist .catelist h2 {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
  display: block;
}
.blog-block__catelist .catelist:nth-child(1) {
  border: 3px solid #5bbcda;
}
.blog-block__catelist .catelist:nth-child(1) h2 {
  background: #5bbcda;
}
.blog-block__catelist .catelist:nth-child(2) {
  border: 3px solid #a6bf10;
}
.blog-block__catelist .catelist:nth-child(2) h2 {
  background: #a6bf10;
}
body.news .blog-block__catelist .catelist {
  border: 3px solid #a6bf10;
}
.blog-deteal {
  background: rgba(168,142,109,0.2);
  padding: 100px 10px;
}
.blog-deteal-inner {
  padding: 50px 20px 80px 50px;
  background: #fff;
  max-width: 1350px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.blog-deteal .blog-block__cnt {
  display: block;
}
.blog-deteal .blog-img {
  width: 100%;
  max-width: 900px;
  height: 480px;
  background-size: cover;
  background-position: center;
  display: block;
}
.blog-deteal .blog-block__title:after {
  content: none;
}
.blog-deteal .blog-block__textarea {
  max-width: 100%;
  padding-top: 5px;
  margin-left: 0;
}
body.news .page-title:after {
  width: 353px;
  height: 432px;
  background: url("images/news/header-item.png") no-repeat center/contain;
}
body.news .global-contents {
  background-color: #eefeff;
}
body.news .blog-block__catelist .catelist:nth-child(1) h2 {
  background: #a6bf10;
}
body.news .blog-block__catelist .catelist:nth-schild(1) {
  border: 3px solid #a6bf10;
}
.news-list {
  padding: 0 30px;
  max-width: 1350px;
  width: 100%;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.news-list__inner {
  max-width: 1000px;
  width: 100%;
  padding: 100px 0 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
}
.news-list__inner .news-list__left {
  width: 100%;
  max-width: 750px;
  margin-right: 50px;
}
.news-list__inner .news-list__left li {
  border-bottom: 1px solid #352d21;
  width: 100%;
  padding: 25px 0 20px;
  display: flex;
}
.news-list__inner h2 {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}
.news-list__inner .time {
  min-width: 165px;
  display: inline-block;
}
.news-list__inner .time span {
  padding: 5px 15px;
  color: #fff;
  background: #a6bf10;
}
.news-list.single-page {
  margin-bottom: 150px;
}
.single-page__inner {
  max-width: 1000px;
  width: 100%;
  padding: 100px 0 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
}
body.single .global-contents {
  padding: 70px 0 400px;
}
body.single .global-footer {
  margin-top: 0;
}
.single-deteal-btn {
  text-align: center;
  margin-top: 100px;
}
.single-deteal-btn .prev a,
.single-deteal-btn .next a {
  width: 45px;
  height: 45px;
  display: inline-block;
  color: #fff;
  background: #5bbcda;
  border-radius: 50%;
  padding: 9px 0;
  margin: 0 15px;
}
.single-deteal-btn .global-btn a {
  font-size: 1.8rem;
}
.wp-pagenavi {
  padding: 70px 0 130px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 16px;
  padding: 9px 0;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #02a2e3;
  border: none;
  margin: 0 4px;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: #000;
  background-color: #c7d980;
}
.wp-pagenavi a:hover {
  color: #000;
  background-color: #c7d980;
}
body.service .page-title:after {
  width: 500px;
  height: 453px;
  background: url("images/service/header-item.png") no-repeat center/contain;
}
body.service .service-block {
  max-width: 1200px;
  margin: auto;
}
body.service .service-block h3,
body.service .service-block h4 {
  text-align: center;
}
body.service .global-title {
  font-size: 3.2rem;
}
body.service .sub-title {
  font-size: 2.4rem;
}
body.service .sec1 {
  padding: 0 0 70px;
}
body.service .sec1 p {
  text-align: center;
}
body.service .sec1 .sub-title {
  font-size: 2.4rem;
  margin: 70px auto 45px;
}
body.service .sec1 .sub-title:after {
  width: 353px;
  height: 34px;
  background: url("images/common/border-item3.png") no-repeat center/contain;
}
body.service .sec2 {
  padding: 70px 0;
  background: url("images/common/cork_100.jpg") repeat center;
  display: block;
}
body.service .sec2 .service-block {
  text-align: center;
}
body.service .sec2 .service-intro {
  text-align: center;
  padding-bottom: 10px;
}
body.service .sec2 .sec2-service-block {
  vertical-align: top;
  padding: 0 30px 60px;
  width: 49%;
  display: inline-block;
  background: #fff;
}
body.service .sec2 .sec2-service-block p {
  text-align: left;
}
body.service .sec2 .sec2-service-block__wrap {
  display: flex;
  flex-wrap: wrap;
}
body.service .sec2 .sec2-top__block {
  max-width: 545px;
  border: 4px solid #5bbcda;
  background: #fff;
  margin: 10px auto;
  border-radius: 10px;
}
body.service .sec2 .sec2-top__block h4 {
  font-size: 2.4rem;
}
body.service .sec2 .sec2-bottom__block {
  width: 50%;
  max-width: 540px;
  margin: 60px auto 30px;
  height: 300px;
  border-style: solid;
  border-width: 8px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  border-radius: 15px;
  background-position: 88% 50%;
}
body.service .sec2 .sec2-bottom__block p {
  width: 45%;
  margin: 15px 0;
}
body.service .sec2 .sec2-bottom__block1 {
  border-color: #846bfa;
  background-color: #efeeff;
  background-image: url("images/service/item1.png");
  background-repeat: no-repeat;
}
body.service .sec2 .sec2-bottom__block1 h4 {
  color: #846bfa;
}
body.service .sec2 .sec2-bottom__block2 {
  border-color: #3bbcd1;
  background-color: #d0f8fc;
  background-image: url("images/service/item2.png");
  background-repeat: no-repeat;
}
body.service .sec2 .sec2-bottom__block2 h4 {
  color: #3bbcd1;
}
body.service .sec2 .sec2-bottom__block3 {
  border-color: #58c658;
  background-color: #e2f7e2;
  background-image: url("images/service/item3.png");
  background-repeat: no-repeat;
}
body.service .sec2 .sec2-bottom__block3 h4 {
  color: #58c658;
}
body.service .sec2 .sec2-bottom__block4 {
  border-color: #f98fe4;
  background-color: #ffeefc;
  background-image: url("images/service/item4.png");
  background-repeat: no-repeat;
}
body.service .sec2 .sec2-bottom__block4 h4 {
  color: #f98fe4;
}
body.service .sec2 .sec2-bottom__block5 {
  border-color: #ffc627;
  background-color: #fff9e1;
  background-image: url("images/service/item5.png");
  background-repeat: no-repeat;
}
body.service .sec2 .sec2-bottom__block5 h4 {
  color: #ffc627;
}
body.service .sec2 .sec2-bottom__block h4 {
  text-align: left;
  font-size: 2.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 20px auto 0;
}
body.service .sec2 .sec2-bottom__block .sec2-bottom__block-inner {
  width: 100%;
}
body.service .sec2 .ttl-cloud {
  margin: 80px auto 0;
}
body.service .sec3 {
  padding: 100px 0 200px;
}
body.service .sec3 .sub-title {
  margin-bottom: 50px;
}
body.service .sec3 .service-intro {
  text-align: center;
  padding-bottom: 10px;
}
body.service .sec3 .service-block {
  padding: 0 10px;
}
body.service .sec3 .sec3-block {
  width: 33.333%;
  margin-bottom: 30px;
  padding: 0 5px;
}
body.service .sec3 .sec3-block__inner {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  max-width: 380px;
  padding: 15px 30px;
  height: 100%;
  min-height: 200px;
  position: relative;
}
body.service .sec3 .sec3-block__inner:after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #8bb3c1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.service .sec3 .sec3-block__wrap {
  display: flex;
  flex-wrap: wrap;
}
body.service .sec3 .sec3-block h5 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin: 5px auto;
}
body.service .sec3 .sec3-block p {
  font-size: 1.4rem;
  line-height: 1.5;
}
body.service .sec3-flow {
  display: inline-block;
  width: 100%;
  max-width: 545px;
  padding: 0 10px;
}
body.service .sec3-flow__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.service .sec3-flow table {
  border-radius: 10px;
  padding: 55px;
  border: 6px solid #91d893;
  width: 100%;
  position: relative;
  display: inline-block;
}
body.service .sec3-flow table:after {
  position: absolute;
  content: "";
  background-color: #91d893;
  width: 10px;
  height: 75%;
  left: 129px;
  top: 64px;
}
body.service .sec3-flow table tr:nth-child(1) td {
  padding-bottom: 75px;
}
body.service .sec3-flow1 tr:nth-child(2) td {
  padding-bottom: 50px;
}
body.service .sec3-flow1 tr:nth-child(6) td {
  padding-bottom: 78px;
}
body.service .sec3-flow1 tr:nth-child(8) td {
  padding-bottom: 40px;
}
body.service .sec3-flow2 tr:nth-child(3) td {
  padding-bottom: 35px;
}
body.service .sec3-flow2 tr:nth-child(4) td {
  padding-bottom: 55px;
}
body.service .sec3-flow2 tr:nth-child(5) td {
  padding-bottom: 40px;
}
body.service .sec3-flow2 tr:nth-child(6) td {
  padding-bottom: 60px;
}
body.service .sec3-flow td {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 20px;
}
body.service .sec3-flow td:nth-child(1) {
  font-size: 2rem;
  color: #91d893;
  text-align: right;
  padding-right: 90px;
  position: relative;
}
body.service .sec3-flow td:nth-child(1):after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #91d893;
  border-radius: 50%;
  right: 50px;
  top: 0;
}
body.service .sec3-flow td:nth-child(2) {
  font-size: 1.6rem;
}
body.contact .page-title:after {
  width: 363px;
  height: 329px;
  background: url("images/contact/header-item.png") no-repeat center/contain;
}
body.contact .global-title {
  text-align: center;
}
body.contact .contact-intro {
  text-align: center;
}
body.contact .contact-tel,
body.contact .sub-title {
  font-size: 2.4rem;
  text-align: center;
}
body.contact .contact-tel {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.contact .contact-form {
  max-width: 640px;
  margin: auto;
  padding: 50px 0 140px;
}
body.contact .contact-form td {
  padding-bottom: 40px;
}
body.contact .mwContact__lef {
  min-width: 200px;
}
body.contact span.mwform-checkbox-field label {
  display: inline-block;
  background: #0c90a6;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 22px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.contact span.mwform-checkbox-field label:hover {
  opacity: 0.7;
}
.mwContact__need {
  position: relative;
}
.mwContact__need:after {
  content: "必須";
  position: absolute;
  color: #fff;
  background: #bc4220;
  font-size: 1.1rem;
  padding: 0 5px;
  border-radius: 5px;
  line-height: 1.5;
  margin: 6px 10px;
}
.mwContact__Bttxt__btn {
  text-align: center;
  margin-top: 60px;
}
.mwContact__Bttxt__btn input {
  background: #5bbcda;
  color: #fff;
  border: 4px solid #c7d980;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 25px;
  font-size: 2rem;
}
.mwContact__Bttxt__btn label {
  position: relative;
  display: inline-block;
}
.mwContact__Bttxt__btn label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffe8a1;
  top: 22px;
  right: 37px;
}
.mwContact__Bttxt01 {
  font-size: 2rem;
}
td.mwContact__rig input[type="text"],
td.mwContact__rig input[type="email"] {
  max-width: 440px;
  width: 100%;
  height: 35px;
  padding: 0 10px;
}
td.mwContact__rig textarea {
  padding: 0 10px;
}
body.home .global-wrap {
  overflow: hidden;
}
@media only screen and (max-width: 1530px) {
  body.home .top-access {
    margin: -70px 20px 40px;
  }
}
@media only screen and (max-width: 1350px) {
  body.blog .global-contents,
  body.news .global-contents {
    padding: 70px 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  body.home .top-hibi__contents {
    flex-wrap: wrap;
  }
  body.home .top-hibi:before,
  body.home lobal-menu__ite,
  body.home .top-hibi:after {
    content: none;
  }
  body.home .top-access:before {
    right: 20px;
  }
  body.home .top-access:after {
    left: 20px;
  }
  body.concept .sec2-content {
    padding: 0 10px;
  }
  body.concept .sec2-content .img {
    width: auto;
    margin: 0 10px auto 0;
  }
  body.concept .sec3-block__img {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 1100px) {
  body.service .sec2 .sec2-bottom__block {
    background-position: 50% 90%;
    height: 500px;
    width: 48%;
  }
  body.service .sec2 .sec2-bottom__block p {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  body.home .top-guide {
    padding: 100px 0 150px;
  }
  body.service .sec3-flow__wrap {
    padding: 0 10px;
  }
  .sp {
    display: inline-block;
  }
  .global-header .sp img {
    width: 115px;
    height: 70px;
    margin: 0 20px;
  }
  .main-visual-logo .item {
    display: none;
  }
  .global-header__inner {
    height: 70px;
  }
  .global-header {
    height: 70px;
  }
  .global-menu__item-logo {
    display: none;
  }
  .btn-global-menu {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 10000;
    background-color: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .btn-global-menu:hover {
    opacity: 1;
  }
  .btn-global-menu__item {
    width: 40px /*横線の幅*/;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    background-color: #5bbcda;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-global-menu__item1 {
    margin-top: -14px;
  }
  .btn-global-menu__item2 {
    margin-top: -2px;
  }
  .btn-global-menu__item3 {
    margin-top: 10px;
  }
  .btn-global-menu.active .btn-global-menu__item1 {
    margin: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-global-menu.active .btn-global-menu__item2 {
    opacity: 0;
  }
  .btn-global-menu.active .btn-global-menu__item3 {
    margin: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .global-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(199,217,128,0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .global-nav.active {
    opacity: 1;
    visibility: visible;
  }
  .global-nav .global-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 640px;
    width: 92%;
    display: block;
    padding: 50px 0;
  }
  .global-nav .global-menu__item {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8em;
    border-bottom: 1px solid #3f331f;
    padding: 2px 6px;
  }
  .global-nav .global-menu__item a {
    color: #3f331f;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
  .footer-nav {
    display: none;
  }
  .global-title {
    font-size: 2.8rem;
  }
  .page-title {
    height: 380px;
  }
  .page-title h2 {
    font-size: 3.2rem;
  }
  .page-title h2:after {
    width: 300px;
    height: 300px;
  }
  .page-title h2:before {
    width: 180px;
    right: -220px;
  }
  .page-title:after {
    left: calc(50% - 350px);
  }
  body.concept .page-title:after {
    width: 213px;
  }
  body.service .page-title:after {
    width: 200px;
  }
  body.guide .page-title:after {
    width: 272px;
  }
  body.facility .page-title:after {
    width: 219px;
  }
  body.blog .page-title:after {
    width: 232px;
  }
  body.contact .page-title:after {
    width: 213px;
  }
  body.gallery .page-title:after {
    width: 253px;
  }
  body.news .page-title:after {
    width: 153px;
  }
  .main-visual-ttl {
    font-size: 2.8rem;
  }
  .main-visual-text {
    font-size: 2rem;
  }
  body.home .top-shien__intro {
    font-size: 2rem;
  }
  body.home .top-access__cnt {
    display: block;
  }
  body.home .top-access__cnt .map {
    width: 100%;
  }
  body.home .top-access__cnt .text {
    margin-left: 0;
    margin-top: 30px;
  }
  body.home .top-access__cnt .item-text {
    margin: auto;
  }
  body.service .sec3-flow table {
    padding: 55px 25px;
  }
  body.service .sec3-flow table:after {
    left: 99px;
    height: 74%;
  }
  body.guide .sec1__content {
    display: block;
  }
  body.guide .sec1 .left-table,
  body.guide .sec1 .right-table,
  body.guide .sec1 table {
    max-width: 100%;
  }
  body.guide .sec1 .right-table {
    margin-top: 80px;
  }
  body.guide .sec3 .sec3-block {
    display: block;
  }
  body.guide .sec3 .sec3-block2:after {
    left: calc(50% - 5px);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
  body.guide .sec3 .sec3-block2 img {
    display: block;
    margin: auto;
  }
  body.guide .sec3 .sec3-block2 .text {
    margin: auto;
    width: 100%;
  }
  body.guide .sec3 .sec3-block2:after {
    height: 225px;
    width: 300px;
  }
  body.guide .sec3 .sec3-block2 img {
    width: 300px;
    height: auto;
  }
  body.facility .access-block {
    width: 50%;
  }
  body.facility .facility-block__access .img {
    margin-right: 20px;
  }
  body.guide .sec3 .sec3-block1 .text {
    width: 100%;
    max-width: 100%;
  }
  body.guide .sec3 .sec3-block1 .text:nth-child(1) {
    padding-bottom: 15px;
  }
  body.blog .global-contents .inner {
    display: block;
  }
  .blog-block__wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .main-visual-logo {
    top: 180px;
  }
  .main-visual-content {
    height: 600px;
  }
  .global-btn a {
    font-size: 2rem;
    padding: 10px 40px 12px;
  }
  .global-btn span:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-visual ul {
    height: 460px;
  }
  .main-visual ul li {
    height: 100%;
  }
  .main-visual__item img {
    max-width: none;
  }
  .main-visual__item1 {
    top: -40px;
  }
  .main-visual__item1 img {
    width: 150px;
  }
  .main-visual__item2 {
    top: -50px;
    left: 20%;
  }
  .main-visual__item2 img {
    width: 85px;
  }
  .main-visual__item3 {
    top: -72px;
    left: 32%;
  }
  .main-visual__item3 img {
    width: 85px;
  }
  .main-visual__item4 {
    top: -62px;
    left: 64%;
  }
  .main-visual__item4 img {
    width: 180px;
  }
  .main-visual__item5 {
    top: -60px;
    left: 73%;
  }
  .main-visual__item5 img {
    width: 76px;
  }
  .global-footer:after {
    width: 100%;
    height: 80px;
    top: -33px;
    background: url("images/footer/cloud_footer.png") center/cover;
  }
  .global-footer {
    height: 400px;
    margin-top: 80px;
  }
  .global-footer__inner {
    height: 380px;
  }
  .global-footer__logo {
    height: auto;
    padding: 120px 0;
  }
  .footer-contact p {
    padding: 60px 10px 10px;
  }
  .footer-contact p:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
  }
  .footer-contact p br {
    display: none;
  }
  body.page .global-contents section.footer-contact {
    padding: 80px 10px 50px;
  }
  body.home .top-shien__iconarea {
    display: block;
  }
  body.home .top-shien__icon {
    margin: 40px auto;
    width: 300px;
    height: 300px;
  }
  body.home .top-shien__icon p {
    padding: 0 15px;
  }
  body.home .top-shien__icon p br {
    display: none;
  }
  body.home .top-shien__icon h3 {
    margin-top: 35px;
  }
  body.home .top-shien__icon {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  body.home .top-shien__icon.active {
    opacity: 1;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  body.home .top-shien .global-btn {
    margin: 70px 0 40px;
  }
  body.home .top-shien {
    background-attachment: scroll;
    background-size: 130%;
    background-position: 50% 17%;
  }
  body.home .top-hibi .top-gallery h3 {
    width: 300px;
    height: 100px;
    padding: 22px;
  }
  body.home .top-hibi .top-gallery__post {
    background: url("images/home/gallery-bg-sp.png") no-repeat center/contain;
    width: 291px;
    margin: auto;
    height: 321px;
    padding: 15px;
  }
  body.home .top-hibi .top-gallery__post p {
    width: 180px;
  }
  body.home .top-hibi .top-gallery__thumbnail {
    width: 100%;
    height: 180px;
  }
  body.home .top-hibi__contents {
    display: block;
  }
  body.home .top-hibi .top-gallery {
    width: 300px;
    margin: auto;
    display: block;
  }
  body.home .top-hibi .top-blog {
    width: 370px;
    padding: 42px 70px;
    background-position: top;
    margin: 50px auto 0;
    height: auto;
  }
  body.home .top-hibi .top-blog a {
    height: 120px;
    width: 100%;
  }
  body.home .top-access:after {
    width: 89px;
    height: 94px;
  }
  body.home .top-access:before {
    width: 131px;
    height: 100px;
  }
  body.home .top-access {
    margin: -70px 10px 40px;
  }
  body.home .top-access__cnt {
    padding: 0;
  }
  body.home .top-access__cnt div.text p.item-text {
    margin: auto;
    width: 100%;
    font-size: 1.8rem;
    height: 125px;
    padding: 30px 0 30px 13px;
  }
  body.home .top-access__cnt .item-text:after {
    width: 65px;
    height: 80px;
    left: calc(50% - 145px);
    top: 90px;
  }
  body.home .top-access {
    padding: 40px 10px 50px;
  }
  body.home .top-access__cnt .text ul {
    margin-bottom: 20px;
  }
  body.home .top-access__cnt .text {
    width: 100%;
  }
  body.page .page-title:after {
    content: none;
  }
  .global-title {
    font-size: 2.2rem;
  }
  .global-title:after {
    width: 300px;
  }
  .page-title {
    height: 270px;
  }
  .page-title h2 {
    font-size: 2.8rem;
    line-height: 1.8;
  }
  .page-title h2:before {
    width: 100px;
    height: 65px;
    right: -60px;
    top: -80px;
  }
  .page-title h2:after {
    width: 250px;
    height: 250px;
  }
  .ttl-cloud {
    width: 280px;
    font-size: 1.8rem;
  }
  body.contact .global-contents {
    padding: 70px 10px 0;
  }
  body.service .global-title {
    font-size: 2.2rem;
  }
  body.service .sec2 {
    padding: 70px 0 100px;
  }
  body.service .sec3 {
    padding: 30px 0 200px;
  }
  body.service .sec2 .sec2-service-block {
    padding: 0 15px 120px;
    background-size: 90px;
    height: auto;
  }
  body.service .sec2 .sec2-bottom__block p br {
    display: none;
  }
  body.service .sub-title {
    font-size: 2.2rem;
  }
  body.service .sec2 .sec2-service-block {
    width: 100%;
    max-width: 100%;
    margin: 10px auto 30px;
  }
  body.service .sec2 .sec2-service-block .sec2-bottom__block {
    height: auto;
    padding-bottom: 270px;
  }
  body.service .sec3-flow {
    padding: 0;
    max-width: 100%;
  }
  body.service .sec3-flow__wrap {
    flex-wrap: wrap;
    padding: 0;
  }
  body.service .sec3 .sec3-block {
    width: 100%;
  }
  body.service .sec3 .sec3-block__inner {
    max-width: 100%;
  }
  body.service .sec3-flow td:nth-child(1) {
    padding-right: 38px;
  }
  body.service .sec3-flow table {
    padding: 40px 10px;
  }
  body.service .sec3-flow table:after {
    left: 81.5px;
    height: 560px;
    width: 6px;
    top: 46px;
  }
  body.service .sec3-flow td:nth-child(1):after {
    right: 7px;
    width: 20px;
    height: 20px;
  }
  body.service .sec3 .sub-title {
    margin: 30px 0 40px;
  }
  body.service .sec3 .global-title {
    margin: 40px 0 30px;
  }
  body.service .sec1 .sub-title {
    font-size: 1.9rem;
  }
  body.service .sec1 .sub-title:after {
    max-width: 353px;
    width: 100%;
  }
  body.service .sec2 .sec2-top__block {
    height: auto;
  }
  body.service .sec2 .service-block {
    padding: 0 10px;
  }
  body.concept .sec1-content .text {
    padding: 20px;
  }
  body.concept .sec2-content {
    display: block;
  }
  body.concept .sec3-block__img {
    height: 180px;
  }
  body.concept .sec1-content__inner {
    padding: 0 10px;
  }
  body.concept .sec1-content__inner .global-btn a {
    font-size: 1.6rem;
  }
  body.concept .sec1-content .ttl-cloud {
    margin: -220px auto 20px;
  }
  body.concept .sec1-content {
    margin: 90px 0 0;
  }
  body.concept .sec3-intro {
    margin-bottom: 40px;
  }
  body.concept .sec3-block {
    padding: 0 0 20px;
  }
  body.concept .sec3-block__text {
    margin: 0 auto 10px;
  }
  body.concept .sec3-block .sub-title {
    margin-bottom: 25px;
  }
  body.concept .sec3 {
    padding-bottom: 50px;
  }
  body.guide .sec1 .left-table th,
  body.guide .sec1 .left-table td {
    width: auto;
    padding: 20px 10px;
  }
  body.guide .sec1 .left-table,
  body.guide .sec1 .right-table {
    padding: 0;
  }
  body.guide .sec3 .sec3-bottom {
    margin: 0 auto 30px;
  }
  body.guide .sec3 .sec3-block1 {
    margin-bottom: 30px;
    padding: 30px 10px;
  }
  body.guide .sec3 .sec3-block2 {
    margin-bottom: 30px;
    padding: 30px 0px;
  }
  body.guide .sub-title {
    font-size: 2.2rem;
  }
  body.guide .sec3 .sec3-bottom .sub-title:after {
    width: 300px;
  }
  body.guide .flow-content__inner .flow-block {
    width: 100%;
    margin-bottom: 50px;
  }
  body.guide .flow-content__inner .flow-block:nth-child(2n) {
    margin-top: 0;
  }
  body.facility table td {
    padding: 15px 0 15px 15px;
  }
  body.facility table th {
    padding: 15px 5px;
  }
  body.facility .access-block {
    width: 100%;
  }
  body.facility .facility-block__access {
    display: block;
  }
  body.facility .facility-block__access .img {
    width: 100%;
  }
  body.facility .facility-block__access .img,
  body.facility .facility-block__access .text {
    margin: auto;
  }
  body.gallery .gallery-block a,
  body.gallery .gallery-block {
    width: 100%;
  }
  body.gallery .gallery-cate {
    padding: 0 10px;
  }
  body.gallery .gallery-cate li {
    width: 50%;
    max-width: 100%;
  }
  .blog-block__catelist,
  body.blog .blog-block {
    max-width: 500px;
  }
  .blog-block__title {
    flex-wrap: wrap;
  }
  .blog-block__title h2 {
    width: 100%;
    line-height: 1.8;
  }
  .blog-block__textarea .link {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
  }
  body.blog .blog-block__cnt {
    flex-wrap: wrap;
  }
  body.blog .post-categories {
    min-width: auto;
  }
  .blog-block__textarea {
    max-width: 100%;
  }
  .news-list {
    padding: 0 10px;
  }
  .news-list__inner {
    display: block;
    padding: 0 0 50px;
  }
  .blog-block__catelist {
    max-width: 100%;
    margin-top: 100px;
  }
  .news-list__inner .news-list__left li,
  .news-list__inner .time {
    display: block;
  }
  body.contact .contact-form td {
    float: left;
    padding-bottom: 30px;
    max-width: 100%;
  }
  body.contact .contact-form .mwContact__lef {
    padding-bottom: 5px;
  }
  body.contact .contact-form td.mwContact__rig input[type="text"],
  body.contact .contact-form td.mwContact__rig input[type="email"],
  body.contact .contact-form textarea {
    width: 100%;
  }
}
@-moz-keyframes footer-anime {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1000px 0;
  }
  100% {
    background-position: -3840px 0;
  }
}
@-webkit-keyframes footer-anime {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1000px 0;
  }
  100% {
    background-position: -3840px 0;
  }
}
@-o-keyframes footer-anime {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1000px 0;
  }
  100% {
    background-position: -3840px 0;
  }
}
@keyframes footer-anime {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1000px 0;
  }
  100% {
    background-position: -3840px 0;
  }
}
@-moz-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
  12.5% {
    opacity: 1;
  }
  28.5% {
    opacity: 1;
  }
  80.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
  12.5% {
    opacity: 1;
  }
  28.5% {
    opacity: 1;
  }
  80.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
  12.5% {
    opacity: 1;
  }
  28.5% {
    opacity: 1;
  }
  80.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
  12.5% {
    opacity: 1;
  }
  28.5% {
    opacity: 1;
  }
  80.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes header-anm {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  65% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes header-anm {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  65% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes header-anm {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  65% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes header-anm {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  65% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}





/* 20210309追記 */
body.recruit .page-title:after {
  width: 419px;
  height: 368px;
  background: url("images/recruit/header-item.png") no-repeat center/contain;
}
@media only screen and (max-width: 980px) {
  body.recruit .page-title:after {
    width: 213px;
  }
}

body.recruit .global-contents h3 {
  text-align: center;
}
@media only screen and (max-width: 700px) {
  body.recruit .global-contents {
    padding: 70px 10px 0;
  }
}

/* 採用情報 */
body.recruit #info {
  max-width: 1040px;
  margin: auto auto 50px;
  padding: 0 20px;
}
body.recruit #info .facility-block__content {
  margin-bottom: 70px;
}
body.recruit #info table {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  margin-bottom: 50px;
}
body.recruit #info table th {
  background: #d6f0f5;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  width: 20%;
}
body.recruit #info table td {
  padding: 15px 0 15px 90px;
}
body.recruit #info table tr {
  border-bottom: 1px dashed #3f331f;
}
body.recruit #info table tr:first-child {
  border-top: 1px dashed #3f331f;
}
body.recruit #info #no-info {
  text-align: center;
}
@media only screen and (max-width: 700px) {
  body.recruit #info table th {
    padding: 15px 5px;
  }
  body.recruit #info table td {
    padding: 15px 0 15px 15px;
  }
}






/* フォーム外テキスト */
body.recruit #form .sub-title {
  font-size: 2.4rem;
  text-align: center;
}
body.recruit #form .contact-intro {
  text-align: center;
}
body.recruit #form .contact-tel {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
}
/* フォーム本体 */
body.recruit #form .mw_wp_form {
  max-width: 640px;
  margin: auto;
  padding: 50px 0 140px;
}
body.recruit #form td {
  padding-bottom: 40px;
}
body.recruit #form .mwContact__need:after {
  width: 23px;
}
@media screen and (min-width: 701px) {
  body.recruit #form .mw_wp_form td.mwContact__lef {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  body.recruit #form table {
    margin: auto;
  }
  body.recruit #form td {
    display: block;
    padding-bottom: 30px;
    max-width: 100%;
  }
  body.recruit #form .mwContact__lef {
    padding-bottom: 5px;
  }
  body.recruit #form td.mwContact__rig input[type="text"],
  body.recruit #form td.mwContact__rig input[type="email"],
  body.recruit #form textarea {
    width: 100%;
  }
}


/* ヘッダーメニュー */
@media screen and (max-width: 1100px) {
  .global-menu__item {
    padding: 10px 5px;
    letter-spacing: -1px;
  }
}

/* top */
body.home .top-guide .link4 {
  background: #9a7f1b;
}
body.home .top-guide .link4:after {
  width: 190px;
  height: 190px;
  background: url(images/home/btn-item4.png) no-repeat center/contain;
  left: 9px;
}
body.home .top-guide__area {
  max-width: 1400px;
}
@media screen and (max-width: 1300px) {
  body.home .top-guide__area {
    max-width: 750px;
  }
}

