@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

th {
  text-align: left;
  font-weight: normal;
}

a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #BBB;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo;
  margin: 0;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

li {
  list-style: none;
}

p.dan1 {
  margin-bottom: 1em;
    line-height: 1.8;
    letter-spacing: 0;
}

p.dan2 {
  margin-bottom: 2em;
}

p.dan3 {
  margin-bottom: 3em;
}

p.dan-i1 {
  text-indent: 1em;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  background: #FFF;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 80px;
  }
}
.l-header-container {
  display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .l-header-container {
    margin: 0 auto;
    max-width: 1000px;
    height: 80px;
  }
}
.l-header-logo {
  /*width: calc(95% - 121px);*/
    letter-spacing: 0;
    flex:1;
}
@media screen and (min-width: 769px) {
  .l-header-logo {
    margin: 0 auto;
    /*max-width: 200px;*/
  }
}
.l-header-logo__link {
  display: block;
  margin: 8px 0 0 5%;
  color: #000;
  font-size: 1rem;
  font-family: "ヒラギノ明朝 ProN", "Yu Mincho";
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .l-header-logo__link {
    margin: 15px 0 0;
    text-align: center;
  }
}
.l-header-logo__img {
  display: block;
  width: 100%;
  max-width: 130px;
}
@media screen and (min-width: 769px) {
  .l-header-logo__img {
    margin: 0 auto;
    max-width: 200px;
  }
}

.l-nav {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 60px;
}
@media screen and (min-width: 769px) {
  .l-nav {
    width: 100%;
    height: 60px;
    background: #FFF;
    filter: drop-shadow(0 1.5px 1px rgba(0, 0, 0, 0.15));
    top: 80px;
  }
}
.l-nav-list {
  position: absolute;
  top: 60px;
  right: -100%;
  opacity: 0;
  height: calc(100vh - 60px);
  transition: right 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-nav-list {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 1000px;
    height: 60px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.l-nav-list.is-open {
  position: fixed;
  top: 60px;
  right: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 60px);
  opacity: 1;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.9);
}
.l-nav-list__link {
  display: block;
  width: 100%;
  padding: 10px 10%;
}
@media screen and (min-width: 769px) {
  .l-nav-list__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    padding: 0 15px;
    font-size: 1.5rem;
    transition: background 0.5s ease, color 0.5s ease;
  }
  .l-nav-list__link:link, .l-nav-list__link:visited {
    color: #333;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .l-nav-list__link:hover {
    color: #000;
    text-decoration: none;
  }
}

.l-main-form__lead {
  margin: 0 0 30px;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .l-main-form__lead {
    margin: 0 0 50px;
    padding: 0 30px;
  }
}

.c-btn-sp__border {
  position: absolute;
  width: 24px;
  height: 2px;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-50%);
  background: #FFF;
}
.c-btn-sp__border:nth-child(1) {
  top: 25%;
  left: 50%;
}
.c-btn-sp__border:nth-child(2) {
  top: 36%;
  left: 50%;
}
.c-btn-sp__border:nth-child(3) {
  top: 48%;
  left: 50%;
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(1) {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(2) {
  display: none;
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(3) {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-form-container {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #CCC;
  clear: both;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .c-form-container {
    padding: 30px;
    margin-top: 30px;
  }
}
.c-form-container .mwform-radio-field {
  margin-right: 1em;
}
@media screen and (min-width: 769px) {
  .c-form-container .mwform-radio-field {
    margin-right: 30px;
  }
}
.c-form__note01 .c-form__required {
  margin-left: 0;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .c-form__note01 .c-form__required {
    font-size: 16px;
  }
}
.c-form__note02 {
  font-size: 13px;
}
.c-form__required {
  color: #F00;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}
.c-form__pp {
  width: 100%;
  height: 120px;
  margin: 0 0 0.5em;
  padding: 10px 10px 20px 10px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #888888;
  font-size: 14px;
  line-height: 1.4;
}
.c-form__inputText {
  width: 100%;
  max-width: 410px;
}
.c-form__inputTextZip {
  max-width: 123px;
  margin: 0 0 5px;
}
@media screen and (min-width: 769px) {
  .c-form__inputTextZip {
    margin: 0 0 5px 10px;
  }
}
.c-form__inputTextAddr1 {
  width: 100%;
  max-width: 150px;
  margin: 0 0 5px;
}
@media screen and (min-width: 769px) {
  .c-form__inputTextAddr1 {
    margin: 0 0 5px 10px;
  }
}
.c-form__inputTextAddr2 {
  width: 100%;
  max-width: 300px;
  margin: 0 0 5px;
}
@media screen and (min-width: 769px) {
  .c-form__inputTextAddr2 {
    margin: 0 0 5px 10px;
  }
}
.c-form__inputTextAddr3 {
  width: 100%;
  max-width: 300px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .c-form__inputTextAddr3 {
    margin: 0 0 0 10px;
  }
}
.c-form__textArea {
  min-height: 130px;
}
.c-form__btn input[type=submit] {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 100%;
  max-width: 240px;
  height: 48px;
  margin: 20px auto 0;
  border-radius: 8px;
  border: 1px solid #56991B;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(0deg, #62A724, #80D338);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .c-form__btn input[type=submit] {
    margin: 30px 0 0;
  }
}
.c-form__btn a {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 100%;
  max-width: 240px;
  height: 48px;
  margin: 20px auto 0;
  border-radius: 8px;
  border: 1px solid #56991B;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(0deg, #62A724, #80D338);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .c-form__btn a {
    margin: 30px 0 0;
  }
}

.c-list-nav-sp {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .c-list-nav-sp {
    display: none;
  }
}
.c-list-nav-sp__item {
  width: 50px;
  height: 60px;
  margin-left: 1px;
  background: #6EB92C;
}
@media screen and (min-width: 350px) {
    .c-list-nav-sp__item {
      width: 60px;
    }
}

.c-list-nav-sp__item:nth-child(1) {
  background: #6EB92C url(../img/common/nav_tel.png) center 14px no-repeat;
  background-size: 13px 19px;
}
.c-list-nav-sp__link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 60px;
  position: relative;
}
@media screen and (min-width: 350px) {
    .c-list-nav-sp__link {
      width: 60px;
    }
}
.c-list-nav-sp__text {
  font-size: 1rem;
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 9px;
  letter-spacing: 0.05em;
}
.c-list-subnav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 50px;
  z-index: 9998;
}
@media screen and (min-width: 769px) {
  .c-list-subnav {
    display: none;
  }
}
.c-list-subnav__item.trial {
  width: calc((100% - 50px) / 3);
  background: #81B846;
}
.c-list-subnav__item.recruit {
  width: calc((100% - 50px) / 3);
  background: #8B6BAC;
}
.c-list-subnav__item.rental {
  width: calc((100% - 50px) / 3);
  background: #000;
}
.c-list-subnav__item.contact {
  width: 50px;
  background: #459CDF;
}
.c-list-subnav__img {
  width: 21px;
}
.c-list-subnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  line-height: 1.2;
  font-size: 1.2rem;
}
.c-list-subnav__link:link, .c-list-subnav__link:visited {
  color: #FFF;
}
.c-list-inquiry {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-list-inquiry {
    display: block;
  }
}
.c-list-inquiry__item:nth-child(1) a {
  background: url(../../assets/img/common/icon_trial.png) no-repeat center top 12px #6eb92c;
  background-size: 20px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 60px;
  height: 230px;
  padding: 40px 0 20px;
  line-height: 3.7;
  position: fixed;
  right: 0;
  color: #fff;
  top: calc(50vh - 190px);
  z-index: 1000;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.c-list-inquiry__item:nth-child(2) a {
  background: url(../../assets/img/common/icon_inst.png) no-repeat center top 15px #8c6bad;
  background-size: 20px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 60px;
  padding: 50px 0 20px;
  line-height: 3.7;
  position: fixed;
  right: 0;
  color: #fff;
  top: calc(50vh + 40px);
  height: 175px;
  z-index: 1000;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.c-list-bnr01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .c-list-bnr01 {
    margin-bottom: 40px;
  }
}
.c-list-bnr01__item {
  width: 48%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .c-list-bnr01__item {
    margin: 0;
    width: 100%;
    max-width: 230px;
  }
}
.c-list-form {
  display: flex;
  flex-wrap: wrap;
}
.c-list-form dt {
  width: 100%;
  line-height: 1.4;
}
.c-list-form dd {
  width: 100%;
  line-height: 1.4;
  margin: 0 0 25px;
  padding: 5px 0;
}
.c-list-trial01 {
  margin: 0 0 20px;
}
@media screen and (min-width: 769px) {
  .c-list-trial01 {
    margin: 0 0 40px;
  }
}
.c-list-trial01__item {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 1em;
}
.c-list-trial01__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
@media screen and (min-width: 769px) {
  .c-list-trial01__item::before {
    top: 13px;
  }
}
.c-list-things-to-bring__item {
  position: relative;
  padding-left: 1em;
}
.c-list-things-to-bring__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.c-list-things-to-bring__item > li {
  padding-left: 1em;
}

.c-table-recruit {
  border: 0;
  background: #FAFAFA;
}
.c-table-recruit tr {
  border: 0;
}
.c-table-recruit th {
  border: 0;
  border-right: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  vertical-align: top;
  font-weight: bold;
  background: #E6E6E6;
}
.c-table-recruit td {
  border: 0;
  margin: 0 0 1px;
  border-bottom: 1px solid #FAFAFA;
  background: #F4EEEE;
}

.c-title-form01 {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0;
  padding: 10px 0 0 15px;
  height: 35px;
  background: #15C360;
}
@media screen and (min-width: 769px) {
  .c-title-form01 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 50px;
    padding: 15px 0 0 20px;
  }
}
.c-title-form01__deco {
  position: relative;
}
.c-title-form01__deco::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -35px;
  width: 28px;
  height: 27px;
  background: url(../../assets/img/common/icon01.webp) no-repeat;
  background-size: contain;
}
.c-title-form02 {
  padding: 0 0 5px;
  margin: 0 0 20px;
  border-bottom: 1px dotted #BBB;
}
@media screen and (min-width: 769px) {
  .c-title-form02 {
    font-size: 19px;
  }
}
.c-title-page01 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding-left: 1.25em;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 769px) {
  .c-title-page01 {
    font-size: 32px;
  }
}
.c-title-page01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../assets/img/common/icon_clover.webp) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-title-page01::before {
    width: 26px;
    height: 26px;
  }
}
.c-title-page01 span {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .c-title-page01 span {
    font-size: 20px;
  }
}
.c-title-terms {
  margin-bottom: 0;
}
.c-title-terms span {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .c-title-terms span {
    font-size: 14px;
  }
}

.p-contact #content p.c-title-terms {
  margin-bottom: 0;
  font-weight: 500;
}
.p-contact #content p.c-title-terms span {
  font-weight: normal;
}

.lowcontents h3.c-title-form01 {
  color: #FFF;
  margin: 0;
  border-bottom: none;
  background: #15C360;
}
@media screen and (min-width: 769px) {
  .lowcontents h3.c-title-form01 {
    height: 50px;
  }
}

.lowcontents h3.c-title-form02 {
  margin: 0 0 20px;
  border-bottom: 1px dotted #BBB;
}
@media screen and (min-width: 769px) {
  .lowcontents h3.c-title-form02 {
    font-size: 19px;
  }
}

.p-contact p {
  font-size: inherit;
}
.p-contact p.p-contact__note02 {
  font-size: 13px;
  padding-left: 1em;
}
.p-contact p.p-contact__note02 span.c-form__required {
  margin-left: -1em;
}
@media screen and (min-width: 769px) {
  .p-contact p.p-contact__note02 {
    font-size: 15px;
  }
}
.p-contact p.p-contact__note02 span.note02 {
  margin-left: -1em;
}
.p-contact .pwrap {
  /*margin: 0 auto;
  padding: 20px 0 0;
  width: 90%;*/
}
@media screen and (min-width: 769px) {
  .p-contact .pwrap {
    padding: 60px 0 0;
    max-width: 1080px;
  }
}
.p-contact__container, .p-contact__container-mb {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo;
  padding: 25px 15px;
  font-size: 14px;
  color: #333;
  background: #FAFAFA;
}
@media screen and (min-width: 769px) {
  .p-contact__container, .p-contact__container-mb {
    padding: 30px;
    font-size: 16px;
  }
}
.p-contact__container-mb {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-contact__container-mb {
    margin-bottom: 40px;
  }
}
.p-contact__strong {
  font-weight: bold;
}
.p-contact .pwrap {
  /*max-width: 1080px;*/
}
.p-contact #content {
  /*margin-top: 0;*/
}
@media screen and (min-width: 769px) {
  .p-contact #content {
    margin-top: 20px;
  }
}
.p-contact #content p {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo;
  font-weight: normal;
}
.p-contact .lowcontents dl {
  line-height: 1.6;
  overflow: auto;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-contact .lowcontents dl dt {
  float: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  padding: 0;
  font-weight: 500;
  width: 100%;
  line-height: 1.6;
  color: #333;
}
.p-contact .lowcontents dl dd {
  float: none;
  width: auto;
  line-height: 1.6;
  border-top: 0;
  border-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  margin: 0 0 25px;
  padding: 5px 0;
  width: 100%;
}
.p-contact input[type=text], .p-contact input[type=password], .p-contact input[type=email], .p-contact input[type=url], .p-contact input[type=number], .p-contact input[type=tel], .p-contact input[type=date], .p-contact input[type=datetime], .p-contact select, .p-contact textarea {
  font-size: 16px;
  padding: 5px 5px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.p-contact header .utilarea #fix_btn li:nth-child(1) a {
  height: 230px;
}
.p-contact header .utilarea #fix_btn li:nth-child(2) a {
  height: 175px;
}
.p-contact footer .cont dl {
  padding-left: 0;
}
.p-contact h3.c-title-contact__pp {
  color: #333;
  font-size: 16px;
  border-bottom: 0;
  margin: 0 0 5px;
}
.p-contact .mwform-checkbox-field {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-contact .mwform-checkbox-field {
    margin: 0 0.5em 5px 0;
  }
}
.p-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.p-studio-rental-user h3 {
  color: #15C360;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #BBB;
}
@media screen and (min-width: 769px) {
  .p-studio-rental-user h3 {
    font-size: 19px;
  }
}
.p-studio-rental-user h4 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-studio-rental-user h4 {
    font-size: 16px;
  }
}
.p-studio-rental-user ul {
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .p-studio-rental-user ul {
    margin-bottom: 40px;
  }
}
.p-studio-rental-user ul > li {
  position: relative;
  padding-left: 1em;
  font-weight: normal;
}
.p-studio-rental-user ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.p-studio-rental-user p {
  margin-bottom: 1em;
}
.p-studio-rental-user table {
  width: 100%;
}
.p-studio-rental-user table td {
  vertical-align: top;
}
.p-studio-rental-user table td img {
  display: block;
  margin-left: auto;
}
.p-studio-rental-user img {
  width: 100%;
  padding: 0;
  max-width: 270px;
}
.p-studio-rental-terms {
  border: 1px solid #DDD;
  padding: 15px;
  height: 300px;
  overflow: auto;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .p-studio-rental-terms {
    padding: 30px;
  }
}

.entry-content img,
.nsingle img {
  max-width: 100%;
  min-width: auto;
  width: auto;
  height: auto;
  padding: 0;
}