@charset "UTF-8";
/* Scss Document */
/*===============================
base
===============================*/
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .sp {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html:before, html:after {
  content: "";
  position: fixed;
  z-index: 1000;
  background: #9acc71;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
}
html:before {
  top: 0;
}
html:after {
  bottom: 0;
}

body {
  font-family: source-han-sans-japanese;
  font-size: 1.6em;
  line-height: 2.6rem;
  letter-spacing: 0.04;
  min-width: 1200px;
}
body:before, body:after {
  content: "";
  position: fixed;
  z-index: 1000;
  background: #9acc71;
  height: 100%;
  width: 6px;
  top: 0;
  bottom: 0;
}
body:before {
  left: 0;
}
body:after {
  right: 0;
}

img {
  max-width: 100%;
  flex-shrink: 0;
}

#wrapper {
  overflow: hidden;
  padding: 6px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
a[href^="tel:"]:hover:after {
  display: none;
}

.line_bnr {
  margin-bottom: 10px;
}

/*===============================
parts
===============================*/
/* line
-------------------------------*/
/* background
-------------------------------*/
/* hamburger
-------------------------------*/
.drawer-hidden {
  display: none;
}

.btn_menu {
  font-family: ff-providence-web-pro;
  display: block;
  width: 35px;
  cursor: pointer;
  z-index: 1000;
}
.btn_menu .line {
  width: 35px;
  display: block;
  height: 4px;
  background: #000;
  margin: 0 auto;
  transition: 0.3s;
}
.btn_menu .line:nth-of-type(2) {
  margin: 5px auto;
}
.btn_menu .close {
  display: none;
}
.btn_menu span {
  display: block;
  text-align: center;
}

#drawer-check:checked ~ .btn_menu .close {
  display: block;
  padding-bottom: 1px;
}
#drawer-check:checked ~ .btn_menu .open {
  display: none;
}
#drawer-check:checked ~ .btn_menu .line:nth-of-type(1) {
  transform: rotate(45deg);
  margin-top: 10px;
}
#drawer-check:checked ~ .btn_menu .line:nth-of-type(2) {
  opacity: 0;
}
#drawer-check:checked ~ .btn_menu .line:nth-of-type(3) {
  transform: rotate(-45deg);
  margin-top: -18px;
  margin-bottom: 10px;
}

/* button
-------------------------------*/
.buttonA {
  font-family: ff-providence-web-pro, source-han-sans-japanese, sans-serif;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  min-width: 250px;
  padding: 15px 0 10px;
  border-radius: 20px;
  background: #9acc71;
  color: #FFF;
  border: 2px solid #9acc71;
  font-size: 2.4rem;
}
.buttonA:after {
  content: ">>";
  font-size: 2.4rem;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  .buttonA:after {
    /*IE10以上*/
    margin-top: 15px;
  }
}
.buttonA i {
  margin-right: 5px;
}
.buttonA:hover {
  background: #FFF;
  border: 2px solid #ffe050;
  color: #9acc71;
}
.buttonA.mini {
  padding: 15px 20px 10px 10px;
  min-width: auto;
}

.buttonB {
  font-family: ff-providence-web-pro, source-han-sans-japanese, sans-serif;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  min-width: 250px;
  padding: 15px 0 10px;
  border-radius: 20px;
  background: #ffe050;
  color: #000;
  border: 2px solid #ffe050;
  font-size: 1.8rem;
}
.buttonB:after {
  content: ">>";
  font-size: 2.4rem;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  .buttonB:after {
    /*IE10以上*/
    margin-top: 15px;
  }
}
.buttonB:hover {
  background: #000;
  border: 2px solid #000;
  color: #ffe050;
}

.buttonC {
  font-family: ff-providence-web-pro, source-han-sans-japanese, sans-serif;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  min-width: 300px;
  padding: 15px 0 10px;
  border-radius: 20px;
  background: #ff004e;
  color: #FFF;
  border: 2px solid #ff004e;
  font-size: 1.8rem;
}
.buttonC:after {
  content: ">>";
  font-size: 2.4rem;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  .buttonC:after {
    /*IE10以上*/
    margin-top: 15px;
  }
}
.buttonC:hover {
  background: #FFF;
  border: 2px solid #ffe050;
  color: #ff004e;
}

.menu_button {
  font-family: ff-providence-web-pro, source-han-sans-japanese, sans-serif;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 0px 0px 4px #e5e5e5;
  background: #FFF;
  border: 2px solid #9acc71;
  padding: 10px 10px 5px;
}
.menu_button:after {
  content: ">>";
  font-size: 2.4rem;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  .menu_button:after {
    /*IE10以上*/
    margin-top: 15px;
  }
}
.menu_button .img {
  position: relative;
  display: inline-block;
}
.menu_button .img img {
  display: block;
}
.menu_button .img .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.menu_button .sub_title {
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_button .sub_title .img {
  margin-left: 10px;
}
.menu_button:hover {
  border: 2px solid #ffe050;
  color: #9acc71;
}
.menu_button:hover .img .default {
  opacity: 0;
}
.menu_button:hover .img .hover {
  opacity: 1;
}

#top_button {
  position: fixed;
  z-index: 900;
  right: 2vw;
  bottom: 2vw;
}

/* table
-------------------------------*/
.dl_tableA {
  display: flex;
}
.dl_tableA dl {
  text-align: center;
  border-right: 4px solid #FFF;
  width: 100%;
}
.dl_tableA dl:last-child {
  border: none;
}
.dl_tableA dt {
  background: #9acc71;
  color: #FFF;
  padding: 10px 20px;
}
.dl_tableA dd {
  background: #f3f3f3;
  padding: 10px 20px;
}

/* title
-------------------------------*/
.sec_titleA {
  background: #9acc71;
  color: #FFF;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 3rem;
  padding: 20px 60px 20px 40px;
  display: inline-block;
  position: relative;
}
.sec_titleA:before {
  content: "";
  background: #9acc71;
  display: block;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 100%;
}

.sec_titleB {
  font-size: 2.6rem;
  color: #9acc71;
  font-weight: 700;
  line-height: 3rem;
  padding-left: 10px;
  border-left: 3px solid #9acc71;
}

.sec_titleC {
  text-align: center;
}
.sec_titleC span {
  background: linear-gradient(transparent 60%, #ffe050 60%);
}
.sec_titleC .title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5.4rem;
}
.sec_titleC .title i {
  font-style: italic;
}
.sec_titleC .sub_title {
  font-size: 3rem;
  font-family: ff-providence-web-pro;
  margin-top: 15px;
}

.sec_titleD {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.sec_titleD span {
  flex-shrink: 0;
}
.sec_titleD:before {
  content: url("../images/i_star_g.png");
  margin-right: 5px;
}
.sec_titleD:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-left: 10px;
  background-size: 18px 3px;
  background-image: linear-gradient(to right, #c3c3c3, #c3c3c3 12px, transparent 12px, transparent 18px);
  background-repeat: repeat-x;
}

/* block
-------------------------------*/
.contact_bnr {
  background: #ff004e;
  padding: 4px;
}
.contact_bnr .wrap {
  border: 2px solid #FFF;
  display: flex;
}
.contact_bnr .wrap .title {
  background: #FFF;
  color: #ff004e;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  font-size: 2.6rem;
  font-weight: 700;
  flex-shrink: 0;
}
.contact_bnr .wrap .block_con {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  width: 100%;
}
.contact_bnr .wrap .block_con .tel {
  color: #FFF;
  font-size: 3.6rem;
  font-family: ff-providence-web-pro;
}
.contact_bnr .wrap .block_con .tel a {
  color: #FFF;
}
.contact_bnr .wrap .block_con .buttonB {
  margin-left: auto;
  padding: 10px 0 5px;
}

/* pagenation
-------------------------------*/
.pagenation {
  width: 100%;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation ul li {
  margin: 0 20px;
  overflow: hidden;
}

.wp-pagenavi, .pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .pages, .pagenation .pages {
  order: 2;
  margin-top: 0;
  color: #9acc71;
}
.wp-pagenavi a, .pagenation a {
  text-align: center;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #9acc71;
  font-size: 1.4rem;
}
.wp-pagenavi a.nextpostslink, .pagenation a.nextpostslink {
  order: 3;
}
.wp-pagenavi a.nextpostslink:after, .pagenation a.nextpostslink:after {
  content: "〉";
  font-size: 2.4rem;
  margin-left: 5px;
  margin-top: 3px;
}
.wp-pagenavi a.previouspostslink, .pagenation a.previouspostslink {
  order: 1;
}
.wp-pagenavi a.previouspostslink:before, .pagenation a.previouspostslink:before {
  content: "〈";
  font-size: 2.4rem;
  margin-right: 5px;
  margin-top: 3px;
}

/*===============================
style
===============================*/
/*===============================
contents
===============================*/
.contents {
  padding: 120px 0 0;
}

.pages {
  margin-top: 58px;
}

.page_title {
  background-color: #f9f9f9;
  background-image: radial-gradient(#f1f1f1 22%, transparent 25%), radial-gradient(#f1f1f1 22%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  padding: 80px 0;
  height: calc(100vh - 58px);
  min-height: 800px;
}
.page_title .inner {
  position: relative;
  height: 100%;
}
.page_title .inner:before {
  content: "";
  display: block;
  width: 60vw;
  height: 400px;
  min-width: 820px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 35%;
  z-index: 1;
}
.page_title .inner .title_wrap {
  position: relative;
  z-index: 2;
  top: 45%;
}
.page_title .inner .title_wrap .title {
  font-size: 6rem;
  color: #9acc71;
  font-weight: 700;
  line-height: 7.8rem;
  border-left: 10px solid #9acc71;
  padding-left: 20px;
  overflow: hidden;
}
.page_title .inner .title_wrap .title span {
  background: #FFF;
  padding: 0 10px 10px;
}
.page_title .inner .title_wrap p {
  padding: 40px 20px;
  border-left: 10px solid #e5e5e5;
  width: 45%;
}

.titleB {
  min-height: 600px;
  height: 600px;
}
.titleB .inner .title_wrap {
  top: 35%;
}
.titleB .inner:before {
  background-image: url("../images/bg_news.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.content_menu {
  margin-top: -100px;
}
.content_menu ul {
  display: flex;
  justify-content: center;
}
.content_menu ul li {
  width: 260px;
  height: 260px;
  box-sizing: content-box;
  margin-right: 50px;
}
.content_menu ul li:last-child {
  margin-right: 0;
}
.content_menu ul li a {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  border-radius: 100%;
  background: #FFF;
  border: 35px solid #eaeaea;
  position: relative;
}
.content_menu ul li a img {
  margin: 0 auto 5px;
  display: block;
}
.content_menu ul li a:after {
  content: url("../images/i_arrow_b.png");
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.2s;
}
.content_menu ul li a:hover:after {
  bottom: 25px;
}

/* section block
-------------------------------*/
.sec_blockA .inner {
  padding: 40px;
  display: flex;
  align-items: flex-start;
}
.sec_blockA .left_con {
  padding-right: 30px;
}
.sec_blockA .left_con .sec_titleB {
  padding-right: 0;
  margin-bottom: 20px;
}
.sec_blockA .left_con .note {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
}
.sec_blockA .sec_titleB {
  width: 100%;
  padding-right: 30px;
}
.sec_blockA .block_con {
  width: 780px;
  flex-shrink: 0;
}

/* profile block
-------------------------------*/
.profile_block {
  display: flex;
  flex-direction: column;
}
.profile_block .img {
  margin-bottom: 20px;
}
.profile_block .img.no-img {
  margin-bottom: 130px;
}
.profile_block .detail {
  margin-bottom: 20px;
}
.profile_block .detail .name {
  border-left: 3px solid #9acc71;
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 5px;
}
.profile_block .detail .name span {
  font-size: 1.6rem;
  margin-left: 10px;
}
.profile_block .detail .name span.ml00 {
  margin-left: 0;
}
.profile_block .detail .sns {
  margin-top: 5px;
  display: flex;
}
.profile_block .detail .sns li {
  margin-right: 5px;
}
.profile_block .detail .sns li:last-child {
  margin-right: 0;
}
.profile_block .window {
  display: none;
}
.profile_block .buttonA {
  margin-top: auto;
}

.profile_wrap {
  display: flex;
  flex-wrap: wrap;
}
.profile_wrap .profile_block {
  width: calc(33.3333333333% - 53.3333333333px);
  margin-right: 80px;
  margin-top: 100px;
}
.profile_wrap .profile_block:nth-child(3n) {
  margin-right: 0;
}
.profile_wrap .profile_block:nth-child(-n+3) {
  margin-top: 0;
}

.modaal-container {
  width: 50vw;
  height: 80vh;
}
@media all and (-ms-high-contrast: none) {
  .modaal-container {
    /*IE10以上*/
    width: 100%;
  }
}

.profile_page {
  padding: 50px 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile_page .profile_block {
  margin: 0 auto 20px;
}
.profile_page .wrap {
  margin-left: 1em;
}
.profile_page p {
  margin-bottom: 20px;
}
.profile_page dl {
  margin-bottom: 20px;
}
.profile_page dl dd {
  margin-left: 1em;
}
.profile_page dl dd a {
  text-decoration: underline;
}
.profile_page ul {
  margin-left: 1em;
  list-style: disc;
  margin-bottom: 20px;
}

/* box block
-------------------------------*/
.box_block {
  width: 535px;
  min-height: 520px;
  background: #FFF;
  position: relative;
}
.box_block .image img {
  display: block;
}
.box_block .block_con {
  padding: 40px 120px 40px 40px;
}
.box_block .block_con dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.box_block .block_con dl dd {
  text-align: justify;
}
.box_block .block_con .button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 100%;
  text-align: right;
}

/* article
-------------------------------*/
.category_select {
  font-family: fontA;
  margin-left: auto;
}
.category_select select {
  min-width: 200px;
  background-color: #FFF;
  border: thin solid #e5e5e5;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #FFF 50%), linear-gradient(135deg, #FFF 50%, transparent 50%), linear-gradient(to right, #9acc71, #9acc71);
  background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
@supports (-ms-ime-align: auto) {
  .category_select select {
    /* Edge のみ適用される */
    padding-bottom: 0.2em;
  }
}
@media all and (-ms-high-contrast: none) {
  .category_select select {
    /*IE10以上*/
    padding-bottom: 0.2em;
  }
}
.category_select select::-ms-expand {
  display: none;
}

.article_wrap {
  display: flex;
  flex-wrap: wrap;
}

.article_block {
  width: 346px;
  margin-right: 40px;
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}
.article_block:nth-child(3n) {
  margin-right: 0;
}
.article_block .image {
  margin-bottom: 10px;
  transition: 0.2s;
  width: 346px;
  height: 240px;
  overflow: hidden;
}
.article_block .image img {
  transition: 1s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_block .wrap {
  display: flex;
}
.article_block .category {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-right: 5px;
  color: #ff004e;
}
.article_block .date {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 5px;
  color: #7f7f7f;
}
.article_block .title {
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.3s;
}
.article_block a:hover {
  opacity: 1;
}
.article_block a:hover .image img {
  transform: scale(1.2, 1.2);
}
.article_block a:hover .title {
  text-decoration: underline;
}

/*===============================
header
===============================*/
#header {
  background-color: #f9f9f9;
  background-image: radial-gradient(#f1f1f1 22%, transparent 25%), radial-gradient(#f1f1f1 22%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  position: fixed;
  width: 100%;
  min-width: 100%;
  top: 6px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 16px 50px;
  z-index: 999;
}
#header .logo {
  flex-shrink: 0;
  margin-right: 10px;
}
#header .header_menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.icon_menu {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.icon_menu ul {
  display: flex;
  align-items: center;
}
.icon_menu ul li {
  margin-right: 30px;
  font-family: ff-providence-web-pro;
}
.icon_menu ul li a {
  display: flex;
  align-items: center;
  line-height: 1.6rem;
}
.icon_menu ul li a:hover {
  color: #ff004e;
}
.icon_menu ul li span {
  margin-top: 5px;
}
.icon_menu ul li i {
  font-size: 2.4rem;
  margin-right: 5px;
}
.icon_menu ul li:last-child {
  margin-right: 0;
}
.icon_menu .sns {
  margin-right: 30px;
}
.icon_menu .sns li:nth-child(-n+3) {
  margin-right: 20px;
}
.icon_menu .sns li a img {
  width: 32px;
}

/*===============================
menu
===============================*/
#btn_home {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1000;
  display: none;
}

#menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #f9f9f9;
  background-image: radial-gradient(#f1f1f1 22%, transparent 25%), radial-gradient(#f1f1f1 22%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  z-index: 998;
  padding: 60px 20px 0;
}
#menu .inner {
  display: flex;
  padding: 50px;
  min-width: 1200px;
  width: 100%;
  max-width: 1550px;
}
#menu .left_area {
  width: 27%;
  display: flex;
  flex-direction: column;
}
#menu .left_area .bnr {
  margin-top: auto;
  margin-bottom: 10px;
}
#menu .left_area .contact_box {
  background: #ff004e;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 4px #ff004e;
  margin: 4px;
  font-family: ff-providence-web-pro;
  text-align: center;
  padding: 20px;
  color: #FFF;
}
#menu .left_area .contact_box .title {
  font-size: 3rem;
}
#menu .left_area .contact_box .title:before, #menu .left_area .contact_box .title:after {
  content: url("../images/i_star.png");
  margin: 0 10px;
}
#menu .left_area .contact_box .tel {
  font-size: 3rem;
  margin: 10px auto;
}
#menu .left_area .contact_box .tel a {
  color: #FFF;
}
#menu .menu {
  width: calc(75% - 50px);
  margin-left: 50px;
}
#menu .menu_wrap {
  display: flex;
  margin-bottom: 40px;
}
#menu .menu_wrap > div {
  width: 100%;
}
#menu .menu_wrap ul:not(.img) {
  display: flex;
}
#menu .menu_wrap a {
  margin: 4px;
}
#menu .menu_wrap:nth-child(1) ul li {
  width: calc(33.3333333333% - 6.6666666667px);
  margin-right: 10px;
}
#menu .menu_wrap:nth-child(1) ul li:last-child {
  margin-right: 0;
}
#menu .menu_wrap:nth-child(1) ul li a {
  width: calc(100% - 8px);
  padding: 40px 5px 30px;
}
#menu .menu_wrap:nth-child(2) > div {
  width: 60%;
  margin-right: 30px;
  flex-shrink: 0;
}
#menu .menu_wrap:nth-child(2) > div ul {
  height: calc(100% - 64px);
}
#menu .menu_wrap:nth-child(2) > div ul li {
  width: calc(50% - 10px);
  margin-right: 20px;
}
#menu .menu_wrap:nth-child(2) > div ul li:last-child {
  margin-right: 0;
}
#menu .menu_wrap:nth-child(2) > div ul li a {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .menu_wrap:nth-child(2) > a {
  width: 100%;
  padding: 20px;
}
#menu .menu_wrap:nth-child(3) > ul {
  width: 100%;
}
#menu .menu_wrap:nth-child(3) > ul > li {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-right: auto;
}
#menu .menu_wrap:nth-child(3) > ul > li:nth-child(3) {
  min-width: 250px;
}
#menu .menu_wrap:nth-child(3) > ul > li:last-child {
  margin-right: 0;
}
#menu .menu_wrap:nth-child(3) > ul > li a {
  width: calc(100% - 8px);
  padding: 20px 10px 10px;
}
#menu .menu_wrap:nth-child(3) > ul > li .menu_button .sub_title {
  font-size: 2.6rem;
}
#menu .menu_wrap:nth-child(4) {
  margin-bottom: 0;
}
#menu .menu_wrap:nth-child(4) ul {
  width: 100%;
}
#menu .menu_wrap:nth-child(4) ul li {
  width: calc(50% - 25px);
  margin-right: auto;
}
#menu .menu_wrap:nth-child(4) ul li:last-child {
  margin-right: 0;
}
#menu .menu_wrap:nth-child(4) ul li a {
  width: calc(100% - 8px);
}

.menu_title {
  font-family: ff-providence-web-pro;
  font-size: 3.6rem;
  line-height: 4rem;
  background: #e5e5e5;
  margin-bottom: 5px;
  padding: 10px 20px 0;
  border-left: 6px solid #9acc71;
}
@media all and (-ms-high-contrast: none) {
  .menu_title {
    /*IE10以上*/
    padding: 20px 20px 0;
    font-size: 2.6rem;
  }
}

/*===============================
index
===============================*/
/* top
-------------------------------*/
#top {
  padding-top: 58px;
  background-color: #f9f9f9;
  background-image: radial-gradient(#f1f1f1 22%, transparent 25%), radial-gradient(#f1f1f1 22%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  height: calc(100vh - 12px);
  position: relative;
}
#top .top {
  display: flex;
  background: #FFF;
  height: calc(100% - 100px);
  overflow: hidden;
  min-width: 1600px;
}
#top .top .logo_area {
  flex-direction: column;
  flex-shrink: 0;
  padding: 5%;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top .top .movie {
  width: 65%;
  position: relative;
}
#top .top .movie video {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
#top .badge {
  margin-top: 40px;
  width: 40vh;
}

/* intro
-------------------------------*/
#index_intro {
  text-align: center;
  margin-bottom: 120px;
}
#index_intro .inner {
  padding: 0 40px;
}
#index_intro .sec_titleC {
  margin-bottom: 40px;
}
#index_intro .sec_titleC .mini_title {
  color: #9acc71;
  font-family: ff-providence-web-pro;
  font-size: 3rem;
}
#index_intro .sec_titleC .mini_title:after {
  content: url("../images/img_star.png");
  padding-left: 0.2em;
}
#index_intro .wrap p {
  margin-bottom: 40px;
}

/* information
-------------------------------*/
#index_information {
  margin-bottom: 150px;
}
#index_information .inner {
  padding: 0 40px;
}
#index_information .info_title {
  font-family: ff-providence-web-pro;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
}
#index_information .info_title:after {
  content: "";
  background-size: 18px 3px;
  background-image: linear-gradient(to right, #c3c3c3, #c3c3c3 12px, transparent 12px, transparent 18px);
  background-repeat: repeat-x;
  display: block;
  height: 3px;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
}
#index_information .button_area {
  display: flex;
  align-items: center;
}
#index_information .button_area:before {
  content: "";
  content: "";
  background-size: 18px 3px;
  background-image: linear-gradient(to right, #c3c3c3, #c3c3c3 12px, transparent 12px, transparent 18px);
  background-repeat: repeat-x;
  display: block;
  height: 3px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* concept
-------------------------------*/
#index_concept {
  min-width: 1200px;
  position: relative;
  margin-bottom: 170px;
}
#index_concept:after {
  content: "";
  height: 650px;
  width: 50%;
  display: block;
  background-image: url("../images/bg_concept.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -2;
}
#index_concept .concept {
  width: calc(50% + 10px);
  border: 1px solid #9acc71;
  border-left: 0;
  position: relative;
  padding: 50px 140px 50px 40px;
  background: #FFF;
}
#index_concept .concept:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #FFF;
  border: 1px solid #9acc71;
  border-right: 0;
  position: absolute;
  right: 100%;
  top: -1px;
}
#index_concept .concept:after {
  content: "";
  width: 200%;
  height: 100%;
  display: block;
  background: #9acc71;
  position: absolute;
  z-index: -1;
  top: 5px;
  right: -5px;
}
#index_concept .concept .wrap p {
  margin-bottom: 40px;
}
#index_concept .sec_titleC {
  margin-bottom: 40px;
  text-align: left;
}
#index_concept .sec_titleC .mini_title {
  color: #9acc71;
  font-family: ff-providence-web-pro;
  font-size: 3rem;
}
#index_concept .sec_titleC .mini_title:before {
  content: url("../images/img_star.png");
  display: block;
}

/* service
-------------------------------*/
#index_service {
  padding: 80px 0 130px;
  background-color: #f9f9f9;
  background-image: radial-gradient(#f1f1f1 22%, transparent 25%), radial-gradient(#f1f1f1 22%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
}
#index_service .inner {
  padding: 0 40px;
}
#index_service .sec_titleC {
  margin-bottom: 60px;
}
#index_service .block_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
#index_service .box_block {
  border: 1px solid #c3c3c3;
  margin-bottom: 70px;
}
#index_service .box_block:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

/* strength
-------------------------------*/
#index_strength {
  padding: 150px 0;
}
#index_strength .sec_titleC {
  margin-bottom: 90px;
}
#index_strength .strength_block {
  display: flex;
  margin-bottom: 100px;
}
#index_strength .strength_block:last-child {
  margin-bottom: 0;
}
#index_strength .strength_block .block_con {
  width: 40%;
  padding: 90px 40px;
}
#index_strength .strength_block .block_con .block_title .sub_title {
  font-size: 1.8rem;
  font-family: ff-providence-web-pro;
  color: #9acc71;
  margin-bottom: 10px;
}
#index_strength .strength_block .block_con .block_title .sub_title .num {
  font-size: 2.2rem;
}
#index_strength .strength_block .block_con .block_title .title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 20px;
}
#index_strength .strength_block .block_con p {
  margin-bottom: 40px;
}
#index_strength .strength_block .image {
  width: 60%;
  position: relative;
}
#index_strength .strength_block .image:after {
  content: "";
  background-color: #f9f9f9;
  background-image: radial-gradient(#f1f1f1 22%, transparent 25%), radial-gradient(#f1f1f1 22%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  display: block;
  width: 200%;
  height: 280px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
#index_strength .strength_block .image ul {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
#index_strength .strength_block .image ul li:nth-child(1) {
  margin-top: 50px;
}
#index_strength .strength_block:nth-child(even) {
  flex-direction: row-reverse;
}
#index_strength .strength_block:nth-child(even) .image ul li:nth-child(1) {
  margin-top: 0;
}
#index_strength .strength_block:nth-child(even) .image ul li:nth-child(2) {
  margin-top: 50px;
}
#index_strength .strength_block:nth-child(even) .image:after {
  right: 0;
}
#index_strength .bnr_area {
  text-align: center;
  margin-top: 50px;
  padding: 0 20px;
}

/* schedule
-------------------------------*/
#index_schedule {
  background-image: url("../images/bg_topchedule.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
#index_schedule .inner {
  padding: 0 40px;
}

/* access
-------------------------------*/
#index_access {
  padding: 160px 0 100px;
}
#index_access .inner {
  padding: 0 40px;
}
#index_access .sec_titleC {
  margin-bottom: 60px;
}
#index_access .block_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index_access .box_block {
  border: 1px solid #9acc71;
}

/* link
-------------------------------*/
#index_link {
  background-color: #f9f9f9;
  background-image: radial-gradient(#f1f1f1 22%, transparent 25%), radial-gradient(#f1f1f1 22%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  padding: 80px 0;
}
#index_link .link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#index_link .link li {
  margin-right: 40px;
}
#index_link .link li:nth-child(4n) {
  margin-right: 0;
}
#index_link .link li:nth-child(n+5) {
  margin-top: 40px;
}

/*===============================
course
===============================*/
#course .page_title .inner:before {
  background-image: url("../images/bg_course.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#course .sec_titleA {
  margin-bottom: 20px;
}
#course .sec_titleA span {
  display: flex;
  align-items: center;
}
#course .buttonA {
  font-size: 1.6rem;
}
#course #special_class {
  margin-top: -100px;
  padding-top: 100px;
}
#course #guide {
  margin-bottom: 50px;
}
#course #guide .sec_titleA span:after {
  content: url("../images/i_guide_w.png");
  margin-left: 10px;
}
#course #guide .sec_titleD {
  margin-bottom: 10px;
}
#course #guide .sec_blockA:nth-child(1) .block_con .flex_wrap {
  display: flex;
  margin-bottom: 50px;
}
#course #guide .sec_blockA:nth-child(1) .block_con .con_wrap ul {
  margin-left: 1em;
}
#course #guide .sec_blockA:nth-child(1) .block_con .con_wrap ul li {
  margin-bottom: 10px;
}
#course #guide .sec_blockA:nth-child(1) .block_con .con_wrap ul li:nth-child(n+2) {
  display: flex;
}
#course #guide .sec_blockA:nth-child(1) .block_con .con_wrap ul li:nth-child(n+2):before {
  content: "・";
}
#course #guide .sec_blockA:nth-child(1) .block_con .left_block {
  width: 15%;
  margin-right: 50px;
  flex-shrink: 0;
}
#course #guide .sec_blockA:nth-child(1) .block_con .left_block div {
  margin-bottom: 40px;
}
#course #guide .sec_blockA:nth-child(1) .block_con .left_block p, #course #guide .sec_blockA:nth-child(1) .block_con .left_block dl {
  padding-left: 20px;
}
#course #guide .sec_blockA:nth-child(1) .block_con .left_block dl {
  margin-bottom: 10px;
}
#course #guide .sec_blockA:nth-child(1) .block_con .left_block dd {
  margin-left: 0.5rem;
}
@media all and (-ms-high-contrast: none) {
  #course #guide .sec_blockA:nth-child(1) .block_con .right_block {
    /*IE10以上*/
    width: 85%;
  }
}
#course #guide .sec_blockA:nth-child(1) .block_con .right_block .wrap {
  margin-bottom: 30px;
}
#course #guide .sec_blockA:nth-child(1) .block_con .right_block .wrap:nth-of-type(1) .dl_tableA {
  margin-bottom: 5px;
}
#course #guide .sec_blockA:nth-child(1) .block_con .right_block .wrap:nth-of-type(1) .dl_tableA dl {
  width: 100%;
}
#course #guide .sec_blockA:nth-child(1) .block_con .right_block .wrap:last-child {
  margin-bottom: 0;
}
#course #guide .sec_blockA:nth-child(1) .block_con .right_block .wrap:last-child .dl_tableA dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#course #guide .sec_blockA:nth-child(1) .block_con .right_block .wrap:last-child .dl_tableA dl dt {
  width: 100%;
}
#course #guide .sec_blockA:nth-child(1) .block_con .right_block .wrap:last-child .dl_tableA dl dd {
  width: 100%;
  border-right: 4px solid #FFF;
}
#course #guide .sec_blockA:nth-child(1) .block_con .right_block .wrap:last-child .dl_tableA dl dd:last-child {
  border-right: 0;
}
#course #guide .sec_blockA:nth-child(1) .block_con .note {
  color: #887439;
  font-size: 1.4rem;
}
#course #guide .sec_blockA:nth-child(2) .sec_titleB {
  line-height: 3.8rem;
}
#course #guide .sec_blockA:nth-child(2) .block_con {
  display: flex;
  justify-content: space-between;
}
#course #guide .sec_blockA:nth-child(2) .left_block {
  width: 326px;
  display: flex;
  flex-direction: column;
}
#course #guide .sec_blockA:nth-child(2) .left_block img {
  margin-top: auto;
}
#course #guide .sec_blockA:nth-child(2) .left_block p {
  margin-bottom: 35px;
  text-align: justify;
}
#course #guide .sec_blockA:nth-child(2) img {
  display: block;
}
#course #guide .sec_blockA:nth-child(2) .img {
  flex-shrink: 0;
}
#course #abroad .line_bnr {
  margin-top: 30px;
}
.last_con {
  background-color: #f9f9f9;
  background-image: radial-gradient(#f1f1f1 22%, transparent 25%), radial-gradient(#f1f1f1 22%, transparent 25%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  padding: 80px 0;
}
.last_con .inner {
  padding: 0 40px;
}

.course {
  margin-bottom: 120px;
}
.course .sec_titleA span:after {
  content: url("../images/i_note_w.png");
  margin-left: 10px;
}
.course .course_wrap .sec_blockA:nth-child(even) .inner {
  background: #f9f9f4;
  position: relative;
}
.course .course_wrap .sec_blockA:nth-child(even) .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background: #f9f9f4;
}
.course .course_wrap .sec_blockA .sec_titleB {
  line-height: 3.8rem;
}
.course .course_wrap .sec_blockA .block_con {
  display: flex;
  justify-content: space-between;
}
.course .course_wrap .sec_blockA .left_block {
  width: 326px;
  display: flex;
  flex-direction: column;
}
.course .course_wrap .sec_blockA .left_block img {
  margin-top: auto;
}
.course .course_wrap .sec_blockA .left_block p {
  margin-bottom: 35px;
  text-align: justify;
}
.course .course_wrap .sec_blockA .left_block p span {
  color: #f00000;
  font-weight: 600;
}
.course .course_wrap .sec_blockA img {
  display: block;
}
.course .course_wrap .sec_blockA .img {
  flex-shrink: 0;
}
.course .buttonA {
  font-size: 1.6rem;
}

/* open class
-------------------------------*/
#open_class .page_title .inner:before {
  background-image: url("../images/bg_open_class.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#open_class .buttonA {
  font-size: 1.6rem;
}

/*===============================
studio
===============================*/
#studio .page_title .inner:before {
  background-image: url("../images/bg_studio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#studio .contents {
  padding: 0;
}
#studio .buttonA {
  font-size: 1.6rem;
}
#studio #studio_rental {
  margin-top: -50px;
  margin-bottom: 100px;
}
#studio #studio_rental .sec_titleA {
  margin-bottom: 50px;
}
#studio #studio_rental .sec_titleA span {
  display: flex;
  align-items: center;
}
#studio #studio_rental .sec_titleA span:after {
  content: url("../images/i_house.png");
  margin-left: 10px;
}
#studio #studio_rental .sec_blockA .wrap {
  display: flex;
  margin-top: 30px;
}
#studio #studio_rental .sec_blockA .wrap .text {
  max-width: 340px;
}
#studio #studio_rental .sec_blockA .wrap .img {
  margin-left: 100px;
  flex-shrink: 0;
}
#studio #studio_rental .sec_blockA .wrap .buttonA {
  padding: 10px 0 5px;
  margin-top: 40px;
  width: 100%;
}
#studio #studio_rental .bnr_area {
  margin-top: 50px;
}
#studio #studio_rental .bnr_area .inner {
  padding: 0 40px;
}
#studio #studio_rental .bnr_area ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#studio #time_table {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 50px;
}
#studio #time_table .sec_titleA {
  margin-bottom: 50px;
}
#studio #time_table .sec_titleA span {
  display: flex;
  align-items: center;
}
#studio #time_table .sec_titleA span:after {
  content: url("../images/i_calender.png");
  margin-left: 10px;
}
#studio #time_table .block_con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#studio #time_table .block_con ul li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
#studio #time_table .block_con ul li a {
  width: 100%;
  background: #4392b3;
  border: 2px solid #4392b3;
}
#studio #time_table .block_con ul li a:hover {
  background: #FFF;
  color: #4392b3;
  border: 2px solid #ffe050;
}
#studio #time_table .block_con ul li:nth-child(2) {
  pointer-events: none;
}
#studio #time_table .block_con ul li:nth-child(n+3) a {
  background: #db9612;
  border: 2px solid #db9612;
}
#studio #time_table .block_con ul li:nth-child(n+3) a:hover {
  background: #FFF;
  color: #db9612;
  border: 2px solid #ffe050;
}

/*===============================
staff
===============================*/
#staff .page_title .inner:before {
  background-image: url("../images/bg_staff.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#staff .sec_titleA {
  margin-bottom: 80px;
}
#staff .sec_titleA span {
  display: flex;
  align-items: center;
}
#staff .sec_titleA span:after {
  content: url("../images/i_staff_w.png");
  margin-left: 10px;
}
#staff .inner {
  padding: 0 40px;
}
#staff .staff_list {
  margin-bottom: 180px;
}
#staff .staff_list:nth-child(2) .profile_wrap {
  margin-bottom: 100px;
}

/*===============================
staff
===============================*/
#model .page_title .inner:before {
  background-image: url("../images/bg_model.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#model .bnr_area {
  margin-top: -100px;
}
#model .sec_titleA {
  margin-bottom: 80px;
}
#model .inner {
  padding: 0 40px;
}
#model .model_list {
  margin-bottom: 180px;
}

/*===============================
information
===============================*/
#information .blog_header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-family: ff-providence-web-pro;
}
#information .contents {
  margin-bottom: 100px;
}
#information .contents .inner {
  padding: 0 40px;
}
#information .article {
  margin-bottom: 100px;
}
#information .article .article_header {
  margin-bottom: 30px;
}
#information .article .article_header .wrap {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#information .article .article_header .date {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#information .article .article_header .category {
  color: #ff004e;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-right: 5px;
}
#information .article .article_header .title {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#information .article .article_inner p {
  margin-bottom: 10px;
}

/*===============================
contact
===============================*/
#contact .inner {
  padding: 0 100px;
}
#contact .form {
  padding: 0 80px 70px;
  text-align: center;
}
#contact .form h2 {
  font-size: 3rem;
  margin-bottom: 80px;
}
#contact .form .form_wrap {
  text-align: left;
  margin-bottom: 50px;
}
#contact .form .form_wrap dl {
  margin-bottom: 20px;
}
#contact .form .form_wrap dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#contact .form .form_wrap dl dt .require {
  margin-left: 20px;
  background: #f00000;
  color: #FFF;
  font-weight: normal;
  padding: 0 10px 3px;
}
#contact .form .form_wrap dl dd input, #contact .form .form_wrap dl dd textarea {
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  line-height: 2em;
}
@media all and (-ms-high-contrast: none) {
  #contact .form .form_wrap dl dd input, #contact .form .form_wrap dl dd textarea {
    /*IE10以上*/
    padding: 5px 10px 15px;
  }
}
#contact .form .form_wrap dl dd input {
  width: 100%;
}
#contact .form .form_wrap dl dd input[type=radio] {
  width: auto;
  margin-right: 5px;
}
#contact .form .form_wrap dl dd textarea {
  height: 170px;
}
#contact .form .form_wrap dl dd span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
#contact .form .policy {
  color: #b0b0b0;
  text-decoration: underline;
}

/*===============================
policy
===============================*/
#policy .policy_block {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0 180px;
}
#policy .policy_block h2 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 4px solid #9acc71;
  border-bottom: 1px solid #f9f9f9;
  padding: 10px 20px;
  position: relative;
}
#policy .policy_block h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 20px;
}
#policy .policy_block p:not(.wide) {
  margin-bottom: 15px;
  margin-left: 2em;
}
#policy .policy_block ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
  line-height: 2.6rem;
  margin-left: 2em;
}

/*===============================
pages
===============================*/
#pages {
  padding: 0 0 120px;
}
#pages .inner {
  padding: 0 40px;
}
#pages .sec_titleA {
  margin-bottom: 50px;
}
#pages p {
  margin-bottom: 20px;
}
#pages ul {
  list-style: disc;
  margin-left: 2em;
}
#pages h2 {
  font-size: 2.6rem;
  color: #9acc71;
  font-weight: 700;
  line-height: 3rem;
  padding-left: 10px;
  border-left: 3px solid #9acc71;
  margin-bottom: 20px;
}
#pages h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}
#pages h3:before {
  content: url("../images/i_star_g.png");
  margin-right: 5px;
}

/*===============================
footer
===============================*/
#footer {
  border-top: 6px solid #9acc71;
  padding: 60px 0;
  text-align: center;
}
#footer .logo {
  margin-bottom: 20px;
}
#footer .copyright {
  font-size: 1.4rem;
  color: #9acc71;
}