/* ------------------------------------------------------------------------- */
/* reset */

h1,h2,h3,h4,h5,h6,
p,ol,ul,li,dl,dt,dd,figure {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

ol,ul {
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* utility */

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.designed {
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  line-height: 2;
}

/* ------------------------------------------------------------------------- */
/* base */

html {
  font-size: 16px;
}

body {
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  /* font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; */
  /* font-family: '游明朝', 'YuMincho', 'Yu Mincho', 'Hiragino Mincho ProN', 'MSP Mincho', serif, sans-serif; */
  color: #000;

}

img {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:visited{
	color: #000;
}

/* a:hover, a:active {
  color: #000;
  text-decoration: underline;
} */

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  html,
  body {
    min-width: 320px;
    font-size: 3.2vw;

  }
}

@media only screen and (min-width: 768px), print {
  .smt {
    display: none !important;
  }

  html {
    font-size: 1rem;
    /* min-width: 1200px; */

  }
  .main {
    padding: 80px;
  }
  #toppage .main {
    padding: 0;
  }
}


/* ------------------------------------------------------------------------- */
header#top {
  height:  auto;
  width: 100%;
  position: absolute;
  margin-bottom: 0;
  left: 0;
  top: 0;
  z-index: 1000;
}
header#top > section {
  width: calc(100% - 60px);
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header#top h1 {
  font-weight: 200;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-size: 50px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.3em;
  margin-top: 26px;
}
header#top h1 strong {
  font-weight: 200;
  font-size: 65px;
  line-height: 0.9em;
  margin-left: 0.3em;
}
header#top h1 span {
  font-size: 14px;
margin-left: 15px;
}
header#top h1 a {
  color: #000;
  width: 260px;
  display: block;
}


@media only screen and (min-width: 768px) and (max-width: 1000px), print {
  header#top h1 a {
    width: 25vw;
  }
}

@media only screen and (min-width: 1400px), print {
  header#top h1 a {
    color: #000;
    width: 20vw;
    display: block;
  }

}

header#top h1 a img {
  width: 100%;
  height: auto;
  max-width: 380px;
}
header#top > section > p {
  font-size: 10px;
  color: #000;
}
#site-nav {
  margin-top: 30px;
}

.recruit-btn {
  background: rgba(255, 0, 144, 1);
  color: #fff;
  width: 250px;
  line-height: 50px;
  display: inline-block;
  border-radius: 3px;
}
.recruit-btn a,
.calender-btn a,
.insta-btn a {
  width: 100%;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.insta-btn {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 20px;
  vertical-align: top;
}
.insta-btn a img {
  width: 50px;
  height: auto;
}
.btn-area {
  position: absolute;
  right: 3px;
  top: 35px;
}
#site-nav nav ul {
  display: flex;
  align-items: center;
}
#site-nav nav ul li {
  width: auto;
  line-height: 1em;
}
.tel-area {
  /* float: right; */
}
.tel-area p {
  display: inline-block;
  width: 240px;
  line-height: 30px;
  background-color: #5ca100;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  margin-left: 5px;
}
.tel-area p:nth-child(2) {
  background-color: #0064c1;
}
.tel-area p strong {
  display: inline-block;
  vertical-align: middle;
}
.tel-area p span {
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
}

footer#common-footer {
  width: 100%;
  padding: 180px 0 50px;
  margin-top: 0;
  box-sizing: border-box;
  color: #333;
}
footer#common-footer p {
  text-align: center;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-size: 13px;
  color: #222;
  margin-top: 40px;
  letter-spacing: 1px;
}
/* #site-nav ul li {
	border-left: 1px solid #000;
}
#site-nav ul li:last-child {
	border-right: 1px solid #000;
} */
#site-nav ul li {
  margin-left: 40px;
}
#site-nav ul li a {
  border-radius: 0;
  font-size: 14px;
  /* color: #6E4E44; */
  color: #000;
  line-height: 1em;
  text-align: center;
  display: block;
  /* font-weight: bold; */
  transition: all 0.3s;
  /* background-color: #4e697a; */
  letter-spacing: 0.1em;
  width: 100%;
  margin: 0 auto;
  padding: 0 ;
  font-family: 'Jost', 'Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;
  position: relative;
}
#site-nav ul li a::after {
  position: absolute;
  bottom: -10px;
  height: 3px;
  width: 100%;
  content: '';
  display: block;
  background-color: #4E697A;
  transform: scale(0, 1);
  transition: all 0.3s;
  transform-origin: left center;
}
#site-nav ul li:hover a::after {
  transform: scale(1, 1);
}
#site-nav ul li.contact a::after,
#site-nav ul li.calendar a::after ,
#site-nav ul li.insta a::after {
  display: none;
}
#site-nav ul li.contact,
#site-nav ul li.calendar,
#site-nav ul li.insta {
  height: 50px;
  width: 50px;
  background-color: #4E697A;
  border-radius: 50%;
  transition: all 0.3s;
}
#site-nav ul li.contact:hover,
#site-nav ul li.calendar:hover,
#site-nav ul li.insta:hover {
  opacity: 0.6;
}
#site-nav ul li.calendar,
#site-nav ul li.insta{
  margin-left: 20px;
}
#site-nav ul li.contact a,
#site-nav ul li.calendar a,
#site-nav ul li.insta a {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}
#site-nav ul li.contact a i {
  width: 28px;
  height: 28px;
  background-image: url(../../assets/images/common/icon-line.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#site-nav ul li.calendar a i {
  width: 28px;
  height: 28px;
  background-image: url(../../assets/images/common/icon-calendar.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#site-nav ul li.insta a i {
  width: 28px;
  height: 28px;
  background-image: url(../../assets/images/common/icon-insta.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#totop {
  width: 70px;
  display: block;
  position: fixed;
  bottom: -200px;
  right: 30px;
  opacity: 0.7;
  z-index: 990;

  -webkit-transition: all .5s;
      transition: all .5s;
-webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
      transform: translate(0, 200px);
}
#totop:hover {
  opacity: 1;
}
#totop img {
  width: 70px;
  height: auto;
  border-radius: 50%;
}
#totop.on {
  bottom: 60px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s;
      transition: all .5s;
}

.privacy.main {
  width: 900px;
  margin: 160px auto 0;
  /* background-color: #fff; */
  box-sizing: border-box;
  padding: 0;
}
.contact.main {
  width: 900px;
  margin: 160px auto 0;
  /* background-color: #fff; */
  box-sizing: border-box;
  padding: 0;
}
.contact.main .page-title {
  text-align: center;
  font-size: 50px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact.main .page-title img {
  height: 70px;
  width: auto;
}
.contact.main .page-title span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}

.contact.main .page-intro {
  text-align: center;
  margin-bottom: 80px;
}
.contact-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:40px;
}
.contact-nav ul li {
  width: 32%;
  height: 120px;
  background-color: #4E697A;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  background-image: url(../../assets/images/common/triangle-white.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: bottom 30px center;
}
.contact-nav ul li.nav01 {
  background-color: #00bfb3;
}
.contact-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 120px;
  width: 100%;
  padding-bottom: 25px;
}
.contact-contents > h3 {
  background-color: #4E697A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 50px;
  font-size: 26px;
  border-radius: 10px;
  width: 100%;
}
.line-contact.contact-contents > h3 {
  background-color: #00bfb3;
}
.line-contact.contact-contents .contents-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.line-contact.contact-contents .contents-inner .text {
  width: 620px;
}
.line-contact.contact-contents .contents-inner .text p {
  margin: 15px 0;
  line-height: 2em;
}
.line-contact.contact-contents .contents-inner figure {
  height: 220px;
  width: 220px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-contact.contact-contents .contents-inner figure img {
  width: 190px;
  height: auto;
}
.contact.main > a.ill-insta {
  background-color: #f16ab6;
  width: 550px;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  color: #fff !important;
  font-weight: bold;
}
.contact.main > a.ill-insta img {
  width: 30px;
  margin-right: 20px;
}

.contact-contents > h3 i {
  background-image: url(../../assets/images/common/tel-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.line-contact.contact-contents > h3 i {
  background-image: url(../../assets/images/common/line-icon.png);
}
.tel-contact.contact-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tel-contact.contact-contents h4 {
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 300;
  font-size: 70px;
  line-height: 1em;
}
.tel-contact.contact-contents p {
  font-size: 18px;
  margin-left: 20px;
}
.form.contact-contents > p {
  text-align: center;
  margin-bottom: 50px;
}
.privacy.main section {
  margin-top: 120px;
}
.privacy .page-title,
.contact .page-title,
#post-109 .page-title {

  text-align: center;
  font-size: 50px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 80px;
}
.contact .inner {
  /* border-top: 1px solid #ccc;
  padding-top: 40px; */
margin-top: 40px;
}
.contact .inner.notes {
  border: 1px solid #ccc;
  height: 400px;
  overflow-y: scroll;
  padding: 60px 40px;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.3);
}
.contact .inner.notes h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 0;
}

.contact .tel-contact,
.contact .form {
  border-top: 1px solid #ccc;
  padding: 90px 0 0;
  margin-top: 90px;
}
.privacy .page-title span,
.contact .page-title span,
#post-109 .page-title span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}
.privacy .inner h3,
.contact .inner h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 60px;
}
.privacy .inner p,
.contact .inner p {
  line-height: 2em;
}
.contact .inner p {
  font-size: 15px;
  margin-bottom: 30px;
}
/* #primary. #secondary {
  display: none;
} */
.contact .inner h4 {
  margin-bottom: 13px;
}
.privacy .inner p strong,
.contact .inner p strong {
  display: block;
  margin: 3.2em 0 1em;
}
.contact.main > p {
	text-align: center;
	margin-bottom: 40px
}
.contact.main form {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.contact.main form label {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.contact.main form label input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.contact.main form label select {
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.contact.main form input[type="submit"] {
	display: block;
	margin: 60px auto;
	width: 300px;
	line-height: 40px;
	background-color: #4e697a;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2em;
}
.contact.main form label span {
	display: flex;
  align-items: center;
	width: 280px;
}
.contact.main form label span.wpcf7-not-valid-tip {
	width: auto
}
.contact.main form label span.wpcf7-form-control-wrap {
		display: block;
	width: calc(100% - 280px);
}
.contact.main form label span.wpcf7-form-control-wrap.menu-220 {
  padding: 0 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 3px;
}
.contact.main form label span strong {
  font-size: 0.8em;
  line-height: 24px;
  padding: 0 10px;
  background-color: #95afc0;
  display: block;
  border-radius: 0;
  color: #fff;
  margin-right: 15px;
  width: 48px;
}
#primary,
.single-format-standard #primary,
.news-index {
  width: 950px;
  margin: 160px auto 0;
  /* background-color: #fff; */
  padding: 0;
  box-sizing: border-box;
}
#primary.news-index {
  margin-top: 160px;
}
.news-index .page-title img {
  height: 70px;
  width: auto;
}
#primary .page-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}
#primary .page-title img {
  height: 70px;
  width: auto;
}
#primary .page-title span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 15px;

}


#post-main,
.news-index-inner{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
#post-main .post-left,
.news-index-left{
  width: calc(100% - 320px);
}
#post-main .post-left header {
	margin-bottom: 40px;
}
#post-main .post-left header h1 {
	font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
	color: #4e697a;
}
#post-main .post-left header .entry-meta span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	 font-family: 'Jost', 'Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
#post-main .post-left header .entry-meta span.entry-meta-cate ul li a {
	font-size: 11px;
    padding: 2px 15px;
    background-color: #555;
    color: #fff;
    display: inline-block;
	font-weight: normal;
}
#post-main #secondary,
.news-index-inner #secondary {
  width: 250px;
  margin-left: 70px;
}
#post-main #secondary > section h2,
.news-index-inner #secondary > section h2{
	background-color: #4e697a;
	padding: 10px 15px;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 20px;
}
#post-main .post-left .entry-content p {
	line-height: 2em;
	margin-bottom: 2em;
}
#post-main .post-left .entry-content p img {
	margin: 3em auto 0;
}
#recent-posts-2 ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	line-height: 1.6em;
}
#categories-2 ul li,
#archives-2 ul li{
	margin-bottom: 20px
}
#recent-posts-2 ul li a,
#categories-2 ul li a,
#archives-2 ul li a {
	font-size: 13px
}
.widget {
    margin: 0 0 3em;
}
.nav-links {
	margin-top: 100px;
}
.post-navigation .nav-previous {
    flex: 50%;
	background-image: url(../../assets/images/common/arrow-post-prev.png);
	background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left 10px center;

    width: 48%;
    height: 70px;
    background-color: rgba(0,0,0,0.1);
    display: table;
    line-height: 1.4em;
    padding: 0 15px 0 35px;
	margin-right: 4%;
		transition: all 0.3s;
}
.post-navigation .nav-next {
    flex: 50%;
	background-image: url(../../assets/images/common/arrow-post-next.png);
	background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: right 10px center;
    width: 48%;
    height: 70px;
    background-color: rgba(0,0,0,0.1);
    display: table;
    line-height: 1.4em;
    padding: 0 35px 0 15px;
	transition: all 0.3s;
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	 background-color: rgba(0,0,0,0.4);
	color: #fff;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a{
	vertical-align: middle;
	display: table-cell;
	font-size: 13px;
}

.archive .news-index .page-title {
  text-align: center;
  font-size: 50px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 80px;
}
.archive .news-index .page-title span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}
.archive .news-index > a,
.news-index .posts-index-head {
    display: block;
    margin: 40px auto 100px;
    width: 220px;
    padding: 13px 0;
    text-align: center;
    font-size: 18px;
    color: #4e697a;
    border-top: 2px solid #4e697a;
    border-bottom: 2px solid #4e697a;
    line-height: 1em;
    font-weight: bold;
}
.news-index-left > a {
	display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
	color: #000;
}
.news-index-left a:visited {
	color: #000;
}
.news-index-left > .blog-post,
.news-index-left .category-list li,
.news-index-left .archive-list li{
	border-bottom: 1px solid #ddd;
	padding: 0 0 18px;
	margin-bottom: 18px;
}
.news-index-left > .blog-post > .blog-post__date,
.news-index-left .category-list li > p,
.news-index-left .archive-list li > p {
	display: inline-block;
    width: 100px;
    vertical-align: middle;
	    color: #aaa;
	font-size: 16px;
	font-family: 'Jost', 'Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;
}
.post-categories,
.post-categories li {
	display: block;
}
.post-categories a,
.news-index-left .archive-list li .category{
	font-size: 11px;
	width: 100px;
	text-align: center;
	background-color: #555;
	color: #fff;
	display: inline-block;
	font-weight: normal;
}

.news-index-left .post-categories a:visited {
  color: #fff;
}
/* .news-index-left > .blog-post a,
.news-index-left .archive-list li a,
.news-index-left .category-list li a{
	display: block;
	margin-top: 15px;
} */
.news-index-left .post-categories a {
  margin-top: 0;
}
.news-index-left > .blog-post a .blog-post__title {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.4em;
}

.site-nav-button {
  z-index: 100000;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  pointer-events: auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #4E697A;
  border: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 0 120px;
}
.site-nav-button.fixed {
  position: fixed;
  visibility: visible;
  opacity: 1;
}
.site-nav-button > i {
  position: absolute;
  top: 40%;
  left: 60%;
  height: 2px;
  margin-top: 0px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
  width: 25px;
  margin-left: -15px;
}
.site-nav-button.on > i {
  background: #fff;
}
.site-nav-button > i:nth-child(1) {
  -webkit-transform: translate(0, -8px);
      -ms-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.site-nav-button > i:nth-child(3) {
  -webkit-transform: translate(0, 8px);
      -ms-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.site-nav-button.on > i:nth-child(1) {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.site-nav-button.on > i:nth-child(2) {
  opacity: 0;
}
.site-nav-button.on > i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-inner ul {
  display: flex;
  align-items: center;
}
.footer-inner ul li {
  margin-left: 60px;
  line-height: 1em;
}
.footer-inner ul li a {
  display: block;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
}



#menu-nav {
  background-color: #4E697A;
  float: none;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 60px 7vw;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-nav.on {
  opacity: 1;
  visibility: visible;
}
#menu-nav nav ul {
  display: block;
}
#menu-nav nav ul li {
  width: 400px;
  line-height: 90px;
}

#menu-nav ul li a {
  font-size: 20px;
  color: #fff;
  line-height: 90px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;

}


#menu-nav ul li a:hover, #menu-nav ul li a.current {
  background-color: transparent;
  color: #fff;
}

@media only screen and (max-width: 767px) {

.news-index-left > .blog-post a {
  display: block;
  width: 100%;
  text-decoration: underline;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-size: 4vw;
  line-height: 1.4em;
  margin-top: 3vw;
}
.news-index-left .post-categories a {
  margin-top: 0;
  font-size: 3vw;
  width: 30vw;
  color: #fff;
  background-color: #4E697A;
  text-align: center;
  line-height: 5vw;
  margin-right: 3vw;
  text-decoration: none;
}
#recent-posts-2 ul li a, #categories-2 ul li a, #archives-2 ul li a {
  font-size: 3.4vw;
  line-height: 1.3em;
}
#post-main .post-left header .entry-meta span.entry-meta-cate ul li a {
  font-size: 2.6vw;
  padding: 0.8vw 3vw;
  background-color: #4E697A;
  color: #fff;
  display: block;
  line-height: 1em;
}
.archive .news-index > a, .news-index .posts-index-head {
  display: block;
  margin: 6vw auto 13vw;
  width: 60%;
  padding: 3vw 0;
  text-align: center;
  font-size: 3vw;
  color: #4e697a;
  border-top: 2px solid #4e697a;
  border-bottom: 2px solid #4e697a;
  line-height: 1em;
  font-weight: bold;
}
.news-index-left > a {
  display: block;
  margin-bottom: 25px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  color: #000;
  border-bottom: none;
  padding-bottom: 0;
}
.archive .news-index .page-title {
  text-align: center;
  font-size: 8vw;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 12vw;
}
.archive .news-index .page-title span {
  display: block;
  font-size: 2.5vw;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
}

footer#common-footer p {
  text-align: center;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-size: 2.6vw;
  color: #222;
  margin-top: 3vw;
}
header#top {
  height: 60px;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 19px;
  box-sizing: border-box;
  padding-bottom: 0;
  z-index: 100000;
}

header#top > section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  box-sizing: border-box;
}

header#top h1 {
  font-weight: 200;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-size: 6vw;
  color: #fff;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0px;
}
header#top h1 span {
  font-size: 12px;
  margin-left: 0;
  display: none;
}
header#top h1 strong {
  font-weight: 200;
  font-size: 40px;
  line-height: 0.9em;
}
header#top h1 a {
  color: #fff;
  padding-top: 0;
  width: 30vw;
}
button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  border: 0;
}

#site-nav {
  background-color: #4e697a;
  float: none;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 60px 7vw;
}
#site-nav.on {
  opacity: 1;
  visibility: visible;
}
#site-nav nav ul {
  display: block;
}
#site-nav nav ul li {
  width: 80%;
  line-height: 8vw;
}

#site-nav ul li a {
  font-size: 3.2vw;
  color: #fff;
  line-height: 4em;
  text-align: center;
  display: block;
  background-color: transparent;
}
#site-nav ul li a:hover, #site-nav ul li a.current {
  background-color: transparent;
  color: #fff;
}
.btn-area {
  position: static;
  text-align: center;
margin-top: 4vw;
}
.recruit-btn a, .calender-btn a {
  width: 100%;
  line-height: 14vw;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.3vw;
}
.recruit-btn {
  background: rgba(255, 0, 144, 1);
  color: #fff;
  width: 80%;
	margin: 0 auto;
  line-height: 14vw;
  display: block;
  border-radius: 1vw;
}
.insta-btn {
  width: 15vw;
  height: 15vw;
  display: block;
  border-radius: 1vw;
  margin: 7vw auto 0;
}
.insta-btn a {
  display: block;
}
.insta-btn a img {
  width: 15vw;
  height: auto;
}

#site-nav h2 {
  position: absolute;
  top: 23px;
  left: 15px;
}
#site-nav h2 a {
  padding-top: 18px;
  width: 172px;
  display: block;
  background-image: url(./../images/common/logo_white.png);
  background-size: contain;
}
#site-nav ul li {
  display: block;
  margin-left: 0;
  margin: 0 auto;
  width: 70%;
  border-top: 1px solid #fff;
  font-size: 3.6vw;
  color: #fff;
  line-height: 4.2em;
  text-align: center;
  font-weight: bold;
}
#site-nav ul li:nth-child(1) {
  border-top: none;
}
#site-nav ul li a {
  font-size: 3.6vw;
  color: #fff;
  line-height: 4.2em;
  text-align: center;
  display: block;
  padding-bottom: 0;
	font-weight: 200;
}
#menu-nav nav ul li {
  width: 100%;
  line-height: 17vw;
}
#menu-nav ul li a {
  font-size: 4.5vw;
  color: #fff;
  line-height: 15vw;
}
#site-nav ul li a.tel-btn {
  width: 100%;
  border-radius: 1.6vw;
  background-color: #fff;
  color: #5ca100;
  margin-bottom: 4vw;
  line-height: 3.6em;
  font-size: 3.5vw;
}
#site-nav ul li a.tel-btn span {
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: bold;
  font-size: 6vw;
  display: inline-block;
  vertical-align: middle;
  line-height: 6vw;
  margin-left: 2vw;
  padding-left: 7vw;
  margin-bottom: 0.15em;
  background-image: url(../../assets/images/common/tel-icon_green.png);
  background-repeat: no-repeat;
  background-size: 6vw auto;
  background-position: left center;
}
#site-nav ul li a.mail-btn {
  width: 100%;
  border-radius: 1.6vw;
  color: #fff;
  background-color: #5ca100;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 3.5em;
  display: block;
}
#site-nav ul li a.mail-btn span {
  background-image: url(../../assets/images/common/mail-icon.png);
  background-repeat: no-repeat;
  background-size: 5vw auto;
  background-position: left center;
  padding-left: 7vw;
}

#menu-nav nav ul li.insta a i {
  width: 10vw;
  height: 10vw;
  background-image: url(../../assets/images/common/icon-insta.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
    margin: 5vw auto 0;
}


.site-nav-button {
  z-index: 100000;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  pointer-events: auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 18vw;
  height: 18vw;
  background-color: #4E697A;
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
}
.site-nav-button.on {
  position: fixed;
}
.site-nav-button > i {
  position: absolute;
  top: 0;
  left: 3vw;
  height: 2px;
  margin-top: 0px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
  width: 7vw;
  margin: auto;
  right: 0;
  bottom: 3vw;
}
.site-nav-button.on > i {
  background: #fff;
}
.site-nav-button > i:nth-child(1) {
  -webkit-transform: translate(0, -8px);
      -ms-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.site-nav-button > i:nth-child(3) {
  -webkit-transform: translate(0, 8px);
      -ms-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.site-nav-button.on > i:nth-child(1) {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.site-nav-button.on > i:nth-child(2) {
  opacity: 0;
}
.site-nav-button.on > i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tel-area {
  display: none;
}

footer#common-footer {
  background-color: transparent;
  width: 100%;
  padding: 2vw 5vw 20vw;
  margin-top: 10vw;
  box-sizing: border-box;
  color: #333;
}

#totop {
  width: 12vw;
  height: 12vw;
  right: 4vw;
}
#totop.on {
  bottom: 27vw;
}
#totop img {
  width: 12vw;
  display: block;
}


.privacy.main {
  width: 100%;
  margin: 0 auto;
  /* background-color: #fff; */
  padding: 10vw 8vw 6vw;
  box-sizing: border-box;
}
.contact.main {
  width: 100%;
  margin: 0 auto;
  /* background-color: #fff; */
  padding: 30vw 6vw 0;
  box-sizing: border-box;
}
.contact.main .page-title {
  margin-bottom: 15vw;
}
.contact.main .page-title img {
  height: 12vw;
  width: auto;
}
.contact.main .page-title span {
  display: block;
  font-size: 3vw;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 3vw;
}

.contact-contents > h3 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18vw;
  margin-bottom: 6vw;
  font-size: 4.5vw;
  border-radius: 1vw;
  width: 100%;
}
.contact-contents > h3 i {
  width: 10vw;
  height: 10vw;
  margin-right: 3vw;
}
.contact .tel-contact, .contact .form {
  /* border-top: 1px solid #ccc; */
  padding: 14vw 0 0;
  margin-top: 14vw;
}
.tel-contact.contact-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.tel-contact.contact-contents h4 {
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 300;
  font-size: 12vw;
  line-height: 1em;
}
.tel-contact.contact-contents p {
  font-size: 3.6vw;
  margin-left: 0;
  margin-top: 3vw;
}
.form.contact-contents > p {
  text-align: center;
  margin-bottom: 8vw;
}
.line-contact.contact-contents .contents-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.line-contact.contact-contents .contents-inner .text {
  width: 100%;
  order: 2;
}
.line-contact.contact-contents .contents-inner figure {
  height: 42vw;
  width: 42vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4vw;
  margin-top: 3vw;
  order: 3;
}
.line-contact.contact-contents .contents-inner figure img {
  width: 39vw;
  height: auto;
}
.contact.main > a.ill-insta {
  background-color: #f16ab6;
  width: 88vw;
  height: 11vw;
  border-radius: 6vw;
  margin: 0vw auto 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.6vw;
  color: #fff !important;
  font-weight: bold;
}
.contact.main > a.ill-insta img {
  width: 4vw;
  margin-right: 4vw;
}

.contact-nav ul li {
  width: 32%;
  height: 25vw;
  background-color: #4E697A;
  color: #fff;
  font-size: 3.4vw;
  border-radius: 3vw;
  background-image: url(../../assets/images/common/triangle-white.svg);
  background-repeat: no-repeat;
  background-size: 4vw auto;
  background-position: bottom 3.2vw center;
}
.contact-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6vw;
}
.contact-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 25vw;
  width: 100%;
  padding-bottom: 5vw;
  line-height: 1.2em;
  text-align: center;
}

.contact.main .page-intro {
  text-align: center;
  margin-bottom: 8vw;
  font-size: 3.4vw;
}

.contact .inner.notes {
  /* height: 50vw; */
  overflow-y: scroll;
    border: 1px solid #ccc;
    height: 60vw;
    overflow-y: scroll;
    padding: 7vw 6vw 2vw;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .contact .inner.notes h3 {
    text-align: center;
    font-size: 3.6vw;
    margin-bottom: 6vw;
    margin-top: 0;
  }

.privacy .page-title,
.contact .page-title,
#post-109 .page-title {
  text-align: center;
  font-size: 8vw;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 20vw;
}
.privacy.main section {
  margin-top: 20vw;
}
.contact .inner {
  border-top: 1px solid #ccc;
  padding-top: 7vw;
  margin-top: 7vw;
}
.privacy .page-title span,
.contact .page-title span,
#post-109 .page-title span {
  display: block;
  font-size: 3vw;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 3vw;
}
.privacy .inner h3,
.contact .inner h3 {
  text-align: center;
  font-size: 3.8vw;
  margin-bottom: 6vw;
  margin-top: 8vw;
}
.contact .inner h3 {
	margin-top: 3vw
}
.privacy .inner p,
.contact .inner p {
  line-height: 2em;
}
.contact .inner p {
  font-size: 3vw;
  margin-bottom: 6vw;
  line-height: 1.6em;
}
.contact .inner p a {
  display: inline-block;
  text-decoration: underline;
}
.contact .inner h4 {
  margin-bottom: 3vw;
}
.privacy .inner p strong,
.contact .inner p strong {
  display: block;
  margin: 3.2em 0 1em;
}
.contact.main form {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.contact.main form label {
    display: block;
    margin-top: 3vw;
}
.contact.main form label span {
  display: flex;
  width: 100%;
  margin-bottom: 3vw;
  align-items: center;
  font-size: 3.6vw;
}
.contact.main form label span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.contact.main form input[type="submit"] {
    display: block;
    margin: 10vw auto;
    width: 80%;
    line-height: 9vw;
    background-color: #4e697a;
    border: none;
    border-radius: 0.5vw;
    color: #fff;
    font-size: 1.2em;
}
.page-content, .entry-content, .entry-summary {
	margin-top: 0
}
#site-nav ul li {
	border-left: none;
}

#site-nav ul li:last-child {
	border-right: none;
}

#post-main,
.news-index-inner{
	display: block;
}
#post-main .post-left,
.news-index-left{
	width: 100%;
}
#post-main .post-left header {
	margin-bottom: 40px;
}
#post-main .post-left header h1 {
	font-size: 4.5vw;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: 1px solid #ddd;
}
#post-main #secondary,
.news-index-inner #secondary {
  width: 100%;
  margin-top: 20vw;
  margin-left: 0;
  padding-top: 0;
}
#post-main #secondary > section h2,
.news-index-inner #secondary > section h2{
  background-color: #4e697a;
  padding: 3vw;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 5vw;
}
#post-main .post-left .entry-content p {
	line-height: 1.8em;
  font-size: 3.4vw;
}
#recent-posts-2 ul li {
	padding: 2.2vw 0;
	border-bottom: 1px solid #ddd;
	line-height: 1.6em;
}
#categories-2 ul li {
	margin-bottom: 20px
}
.widget {
  margin: 0 0 3em;
}
.nav-links {
	margin-top: 100px;
}
.post-navigation .nav-previous {
  /* flex: 50%; */
  background-image: url(../../assets/images/common/arrow-post-prev.png);
  background-repeat: no-repeat;
  background-size: 4vw auto;
  background-position: left 10px center;
  width: 48%;
  height: 20vw;
  background-color: rgba(0,0,0,0.1);
  display: table;
  line-height: 1.4em;
  padding: 0 4vw 0 8vw;
}
.post-navigation .nav-next {
  flex: 50%;
  background-image: url(../../assets/images/common/arrow-post-next.png);
  background-repeat: no-repeat;
  background-size: 4vw auto;
  background-position: right 3vw center;
  width: 48%;
  height: 20vw;
  background-color: rgba(0,0,0,0.1);
  display: table;
  line-height: 1.4em;
  padding: 0 8vw 0 4vw;
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	 background-color: rgba(0,0,0,0.4);
	color: #fff;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	vertical-align: middle;
	display: table-cell;
	font-size: 2.8vw;
}

#primary,
.single-format-standard #primary,
.news-index {
  width: 100%;
  margin: 0 auto;
  /* background-color: #fff; */
  padding: 30vw 8vw 0;
  box-sizing: border-box;
}
.news-index {
  padding: 30vw 8vw 0;
}
#primary .page-title,
.news-index .page-title {
  margin-bottom: 16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#primary .page-title img,
.news-index .page-title img {
  height: 12vw;
  width: auto;
}
#primary .page-title span {
  margin-top: 3vw;
  font-size: 3vw;
}
}
.entry-footer {
	display: none
}
.page-id-20 #secondary {
	display: none;
}

.top-contact a {
  text-align: center;
  background-color: #00bfb3;
  height: 100px;
  width: 480px;
  margin: auto;
  position: fixed;
  border-radius: 10px 0 0 10px;
  right: 0;
  bottom: 40px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 25px 0 95px;
  background-image: url(../../assets/images/common/line-icon.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: left 25px center;
}
.top-contact h2 {
  font-size: 26px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 4px;
  line-height: 0.9em;
}
.top-contact h2 small {
  font-size: 0.6em;
}
.top-contact h3 {
  font-size: 50px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin-left: 20px;
  line-height: 1em;
  display: flex;
  align-items: center;
}
.top-contact h3 img {
  display: block;
  margin-right: 15px;
  width: 40px;
  height: auto;
}
.top-contact p {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  text-align: left;
  margin-left: 0;
  line-height: 1.2em;
}
.top-contact > div {
  display: inline-block;
  width: 400px;
  background-color: #5ca100;
  border-radius: 8px;
  color: #fff;
  margin: 0 15px;
  padding: 15px 25px;
  box-sizing: border-box;
}
.top-contact > div:nth-child(3) {
  background-color: #0064c1;
}
.top-contact > div p {
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}
.top-contact > div h4 {
  padding-left: 45px;
  text-align: center;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.1em;
  background-position: left center;
  background-image: url(../../assets/images/common/tel-icon.png);
  background-repeat: no-repeat;
  background-size: 41px;
}

@media only screen and (max-width: 767px) {
  .top-contact a {
    text-align: left;
    padding: 3vw;
    margin-top: 0;
    flex-wrap: wrap;
    height: 20vw;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    bottom: 0;
    background-size: 14vw auto;
  background-position: left 6vw center;
  align-items: flex-start;
  padding-left: 23vw;
  }

.top-contact h2 {
  font-size: 4.8vw;
  display: block;
  color: #fff;
  padding-bottom: 1vw;
  margin-bottom: 1.5vw;
  line-height: 1em;
  width: 72vw;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-contact h3 {
  font-size: 8vw;
  margin-bottom: 0;
  line-height: 1em;
  margin-left: 3vw;
}
.top-contact h3 img {
  width: 7vw;
  height: auto;
  margin-right: 2vw;
}
.top-contact > div {
  display: inline-block;
  width: 100%;
  background-color: #5ca100;
  border-radius: 2vw;
  color: #fff;
  margin: 0 auto 5vw;
  padding: 4vw;
  box-sizing: border-box;
}
.top-contact > div:nth-child(3) {
  background-color: #0064c1;
}
.top-contact > div p {
  border-bottom: 1px solid #fff;
  font-size: 4vw;
  font-weight: bold;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  line-height: 1em;

}
.top-contact > div h4 {
  padding-left: 10vw;
  text-align: center;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  font-size: 9vw;
  line-height: 1.1em;
  background-position: left center;
  background-image: url(../../assets/images/common/tel-icon.png);
  background-repeat: no-repeat;
  background-size: 9vw;
}
.top-contact p {
  display: block;
  color: #fff;
  font-size: 3.3VW;
  text-align: center;
  margin-left: 0;
  line-height: 1em;
  margin-top: 0;
  width: 100%;
}
.footer-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-inner h2 img {
  width: 80%;
  height: 22vw;
  display: block;
  margin: 0 auto;
}
.footer-inner p {
  margin-top: 3vw;
}
.contact.main > p {
  text-align: center;
  margin-bottom: 8vw;
}
.contact .form {
  border-top: 1px solid #ccc;
  border-bottom: none;
  padding: 14vw 0 0;
  margin-top: 12vw;
}
.contact #contact01 {
  padding-top: 14vw;
  margin-top: -14vw;
}
.contact.main form label span strong {
  font-size: 3vw;
  line-height: 6vw;
  padding: 0 3vw;
  background-color: #95afc0;
  display: block;
  border-radius: 0;
  color: #fff;
  margin-right: 3vw;
  width: auto;
}
.contact.main form p {
  margin-bottom: 7vw;
}


.news-index-left > .blog-post {
  padding: 0 0 5vw;
  margin-bottom: 5vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.news-index-left > .blog-post .entry-meta-cate {
  font-size: 3vw;
  width: 30vw;
  color: #fff;
  background-color: #4E697A;
  text-align: center;
  line-height: 5vw;
  margin-right: 3vw;
}

}

.contact #contact01 {
  padding-top: 90px;
  margin-top: -90px;
}

.error-404 {
  padding-top: 160px;
}

.error-404 h2 {
  text-align: center;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 60px;
}
.error-404 h2 span {
  display: block;
  font-weight: 200;
  font-size: 150px;
  line-height: 1em;
}
.error-404 h3 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 70px;
}
.error-404 p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}
.error-404 ul li {
  line-height: 50px;
  text-align: center;
  width: 500px;
  font-size: 18px;
  color: #222;
  background-color: #dfdfdf;
  border-radius: 3px;
  margin: 20px auto;
}

.error-404 a {
  width: 180px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background: transparent;
  font-size: 14px;
  letter-spacing: 0.03em;
  display: block;
  color: #222;
  /* overflow: hidden; */
  border-bottom: 1px solid #222;
  margin: 80px auto 0;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  position: relative;
}
.error-404 a::after {
  position: absolute;
  bottom: -1px;
  height: 3px;
  width: 100%;
  content: '';
  display: block;
  background-color: #4E697A;
  transform: scale(0, 1);
  transition: all 0.3s;
  transform-origin: left center;
}
.error-404 a:hover::after {
  transform: scale(1, 1);
}

#article #secondary {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  padding: 2em;
  margin-bottom: 100px;
  text-align: center;
  color: #dc3232;
  border-color: #dc3232;
  font-weight: bold;
  font-size: 18px;
}



.news-index .blog-post,
#category .category-post,
#archive .archive-post {
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.news-index .blog-post .blog-catch,
#category .category-post .blog-catch,
#archive .archive-post .blog-catch {
  width: 150px;
  height: 150px;
  margin-right: 40px;
}
.news-index .blog-post .blog-catch img,
#category .category-post .blog-catch img,
#archive .archive-post .blog-catch img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
}
.news-index .blog-post-inner,
#category .blog-post-inner,
#archive .blog-post-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 190px);
}
.news-index .blog-post-inner .blog-post__date,
#category .blog-post-inner .blog-post__date,
#archive .blog-post-inner .blog-post__date {
  margin-right: 15px;
  font-family: 'Jost', 'Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.news-index .blog-post-inner .entry-meta-cate,
#category .blog-post-inner .entry-meta-cate,
#archive .blog-post-inner .entry-meta-cate {
  font-size: 14px;
  padding: 0 20px;
  background-color: #4E697A;
  color: #fff;
  display: block;
  line-height: 22px;
  height: 22px;
}
.news-index-left > .blog-post a,
.news-index-left .archive-list li a,
.news-index-left .category-list li a,
.news-index .news-index-left > .blog-post a,
#category .news-index-left > .blog-post a,
#archive .news-index-left > .blog-post a {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3em;
  text-decoration: underline;
}
.news-index-left > .blog-post .blog-catch a {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
.wpcf7 form.invalid .wpcf7-response-output {
  padding: 1em;
  margin-bottom: 18vw;
  text-align: center;
  color: #dc3232;
  border-color: #dc3232;
  font-weight: bold;
  font-size: 3.6vw;
  margin-top: -10vw;
}
.error-404 {
  padding-top: 10vw;
}
.error-404 h2 {
  text-align: center;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 400;
  font-size: 6vw;
  line-height: 1em;
  margin-bottom: 10vw;
}
.error-404 h2 span {
  display: block;
  font-weight: 200;
  font-size: 31vw;
  line-height: 1em;
}
.error-404 h3 {
  text-align: center;
  font-size: 4vw;
  line-height: 1.4em;
  margin-bottom: 10vw;
}
.error-404 a {
  width: 50vw;
  line-height: 11vw;
  height: 11vw;
  text-align: center;
  background: transparent;
  font-size: 3.5vw;
  letter-spacing: 0.03em;
  display: block;
  color: #222;
  overflow: hidden;
  border-bottom: 1px solid #222;
  margin: 17vw auto 0;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  position: relative;
}

}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #fff;
  font-weight: 700;
  background-color: #4E697A;
}

.xo-event-calendar {
  font-family: 'Jost',Helvetica Neue,Helvetica,Hiragino Kaku Gothic ProN,Meiryo,MS PGothic,sans-serif;
}
.calendar.main {
  margin-top: 160px;
  padding-bottom: 0;
  padding-top: 0;
}
.bsy-calendar {
  width: 720px;
  margin: 100px auto 0;
}

.xo-month-wrap {
  margin-top: 80px;
}
.xo-event-calendar table.xo-month .month-header > span {
  display: inline-block;
  font-size: 170%;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1.6em;
}
.xo-event-calendar table.xo-month > thead th {
  border-width: 0 1px 0 0;
  font-size: 100%;
  font-weight: 700;
  padding: 0.3em 0 !important;
  text-align: center;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  border-width: 1px 1px 0 0;
  font-size: 120%;
  height: 1000px;
  line-height: 1.2em;
  padding: 0.5em;
  text-align: right;
}


.calendar .page-title {
  text-align: center;
  font-size: 50px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar .page-title img {
  height: 70px;
  width: auto;
}
.calendar .page-title span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}


p.holiday-title {
  font-size: 90%;
  padding: 2px 0;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
p.holiday-title span {
  /* border: 1px solid #ccc; */
  margin: 0 10px 0 0;
  /* padding: 0 0 0 18px; */
  background-color: #a9c2d2;
  width: 1.3em;
  height: 1.3em;
}
.xo-event-calendar p.holiday-title {
  display: none !important;
}

.holiday-day-off {
  background-color: #a9c2d2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .bsy-calendar {
    width: 90vw;
    margin: 15vw auto 0;
  }
  .xo-month-wrap {
    margin-top: 16vw;
  }
  p.holiday-title {
    font-size: 90%;
    padding: 2px 0;
    text-align: center;
    width: 40vw;
    margin: -6vw auto -2vw;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
  }
  #post-109 {
    padding-top: 10vw;
  }

  .calendar.main {
    margin-top: 30vw;
    padding-bottom: 0;
    padding-top: 0;
  }
  .calendar .page-title {
    margin-bottom: 17vw;
  }
  .calendar .page-title img {
    height: 12vw;
    width: auto;
  }
  .calendar .page-title span {
    display: block;
    font-size: 3vw;
    line-height: 1.2em;
    font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
    font-weight: bold;
    margin-top: 3vw;
  }

  body {
    margin-bottom: 1.5em;
  }
  .news-index-left > .blog-post a, .news-index-left .archive-list li a, .news-index-left .category-list li a, .news-index .news-index-left > .blog-post a, #category .news-index-left > .blog-post a, #archive .news-index-left > .blog-post a {
    width: 100%;
    margin-top: 4vw;
    font-size: 3.6vw;
    line-height: 1.4em;
    text-decoration: none;
  }
  .news-index-left > .blog-post .blog-catch a {
    margin-top: 0;
  }
  .news-index .blog-post, #category .category-post, #archive .archive-post {
    border-bottom: 1px solid #ddd;
    padding: 0 0 6vw;
    margin-bottom: 6vw;
    display: flex;
    align-items: center;
  }
  .news-index .blog-post-inner, #category .blog-post-inner, #archive .blog-post-inner {
    display: flex;
    flex-wrap: wrap;
    width: 40vw;
  }
  .news-index .blog-post .blog-catch, #category .category-post .blog-catch, #archive .archive-post .blog-catch {
    width: 32vw;
    height: 32vw;
    margin-right: 5vw;
  }
  .news-index .blog-post .blog-catch img, #category .category-post .blog-catch img, #archive .archive-post .blog-catch img {
    width: 32vw;
    height: 32vw;
    object-fit: cover;
    object-position: center center;
  }
  .news-index .blog-post-inner .blog-post__date, #category .blog-post-inner .blog-post__date, #archive .blog-post-inner .blog-post__date {
    margin-right: 15px;
    font-family: 'Jost', 'Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;
    font-size: 3.3vw;
    font-weight: 500;
    margin-bottom: 2vw;
  }
  .news-index .blog-post-inner .entry-meta-cate, #category .blog-post-inner .entry-meta-cate, #archive .blog-post-inner .entry-meta-cate {
    font-size: 3.2vw;
    padding: 0 4vw;
    background-color: #4E697A;
    color: #fff;
    display: block;
    line-height: 1em;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }

.news-index-left > .blog-post > .blog-post__date {
  color: #777;
  display: block;
  width: 22vw;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-size: 3.4vw;
  line-height: 5vw;
}
.news-index-left > .blog-post a .blog-post__title {
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-size: 3.6vw;
  line-height: 1.4em;
  /* margin-top: 2vw; */
}


}



body::after {
  background-image: url(../../assets/images/co-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
.error404 #primary {
  width: 100%;
  margin: 30vw auto 0;
}

#primary {
  width: 100%;
  padding: 0;
}
}

video {
  width: 100%;
}

.post .post-thumbnail {
  display: none;
}