@charset "UTF-8";
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #F4F0E9;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

header, section, nav, footer {
  display: block;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea, select {
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address {
  line-height: 2;
  letter-spacing: 0;
  color: #716E67;
}

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #716E67;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 15px;
  right: 25px;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    right: 10px;
  }
}

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  cursor: pointer;
}
.menu-button i {
  display: block;
  width: 40px;
  height: 1px;
  background: #716E67;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 0;
  top: 20px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #716E67;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  width: 20px;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.menu-button i:after {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  background: #716E67;
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  background: #716E67;
  width: 41px;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.page_wrap {
  overflow-x: hidden;
}

.header {
  width: 100%;
  z-index: 1000;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 48px;
    padding: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .hlogo img {
    width: 77px;
  }
}

.gnavi {
  position: fixed;
  top: 0;
  width: calc(100% - 216px);
  height: 100%;
  background: #F4F0E9;
  z-index: 1000;
  right: -100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  padding: 0 25px 0 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .gnavi {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .gnavi {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gnavi {
    padding: 60px 20px;
    overflow: auto;
    display: block;
  }
}
.gnavi.active {
  right: 0;
  opacity: 1;
}
.gnavi.active .wrap .cnt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gnavi.active .fudo_btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gnavi.active .en {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gnavi .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gnavi .wrap {
    display: block;
  }
}
.gnavi .wrap .cnt {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 1200px) {
  .gnavi .wrap .cnt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi .wrap .cnt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.gnavi .wrap .cnt:first-of-type {
  margin-right: 110px;
}
@media screen and (max-width: 1200px) {
  .gnavi .wrap .cnt:first-of-type {
    margin-right: 70px;
  }
}
.gnavi .wrap .cnt:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-right: 110px;
}
@media screen and (max-width: 1200px) {
  .gnavi .wrap .cnt:nth-of-type(2) {
    margin-right: 60px;
  }
}
.gnavi .wrap .cnt:last-of-type {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-right: 0;
}
.gnavi .wrap .cnt .ttl {
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .gnavi .wrap .cnt .ttl {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.gnavi .wrap .cnt .ttl span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  font-weight: normal;
  color: #9F9F9F;
}
@media screen and (max-width: 767px) {
  .gnavi .wrap .cnt .ttl span {
    font-size: 11px;
  }
}
.gnavi .wrap .cnt .ttl.fworks_ttl {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #9F9F9F;
  padding-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gnavi .wrap .cnt .ttl.fworks_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi .wrap ul {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi .wrap ul.fworks {
    margin-bottom: 24px;
    margin-top: 0;
  }
}
.gnavi .wrap ul.fworks li {
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gnavi .wrap ul.fworks li {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.gnavi .wrap ul.fworks li span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #9F9F9F;
}
@media screen and (max-width: 767px) {
  .gnavi .wrap ul.fworks li span {
    font-size: 11px;
  }
}
.gnavi .wrap ul li {
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .gnavi .wrap ul li {
    font-size: 18px;
    line-height: 1.6;
  }
}
.gnavi .fudo_btn {
  position: absolute;
  bottom: 172px;
  right: 60px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .gnavi .fudo_btn {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 60px;
    padding-right: 16px;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 32px;
    margin-right: -20px;
  }
}
.gnavi .fudo_btn a {
  color: #9F9F9F;
}
.gnavi .fudo_btn a span {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-right: 8px;
  color: #716E67;
}
.gnavi .en {
  position: absolute;
  bottom: 99px;
  right: 97px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .gnavi .en {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 540px) {
  .gnavi .en {
    right: 32px;
    bottom: 24px;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

.footer {
  border-top: 1px solid #707070;
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 42px;
  }
}
.footer .fnavi {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .fnavi {
    display: block;
    padding: 0 20px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .footer .fnavi .cnt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer .fnavi .cnt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer .fnavi .cnt:first-of-type {
  margin-right: 110px;
}
@media screen and (max-width: 1080px) {
  .footer .fnavi .cnt:first-of-type {
    margin-right: 70px;
  }
}
.footer .fnavi .cnt:nth-of-type(2) {
  margin-right: 110px;
}
@media screen and (max-width: 1080px) {
  .footer .fnavi .cnt:nth-of-type(2) {
    margin-right: 60px;
  }
}
.footer .fnavi .cnt:last-of-type {
  margin-right: 0;
}
.footer .fnavi .cnt .ttl {
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .footer .fnavi .cnt .ttl {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.footer .fnavi .cnt .ttl span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #9F9F9F;
}
@media screen and (max-width: 767px) {
  .footer .fnavi .cnt .ttl span {
    font-size: 11px;
  }
}
.footer .fnavi .cnt .ttl.fworks_ttl {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #9F9F9F;
  padding-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .fnavi .cnt .ttl.fworks_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer .fnavi ul.fworks {
    margin-bottom: 40px;
  }
}
.footer .fnavi ul.fworks li {
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer .fnavi ul.fworks li {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.footer .fnavi ul.fworks li span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #9F9F9F;
}
@media screen and (max-width: 767px) {
  .footer .fnavi ul.fworks li span {
    font-size: 11px;
  }
}
.footer .fnavi ul li {
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer .fnavi ul li {
    font-size: 18px;
    line-height: 1.6;
  }
}
.footer .fnavi .pagetop {
  position: absolute;
  right: 32px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .footer .fnavi .pagetop {
    top: auto;
    right: 16px;
    bottom: 60px;
  }
}
.footer .fnavi .pagetop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 118px;
  position: relative;
  opacity: 1 !important;
}
.footer .fnavi .pagetop a:hover::before {
  -webkit-animation: 0.6s ease ptop;
          animation: 0.6s ease ptop;
}
.footer .fnavi .pagetop a::before {
  content: "";
  display: block;
  background: url("../img/common/pagetop_arrow.svg") no-repeat top center;
  background-size: 19px;
  width: 19px;
  height: 110px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 58px;
  left: calc(50% - 10px);
}
.footer .fcnt {
  border-top: 1px solid #707070;
  padding: 40px 20px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .fcnt {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer .fcnt .flogo img {
    width: 77px;
  }
}

@-webkit-keyframes ptop {
  0% {
    height: 0;
  }
  100% {
    height: 110px;
  }
}

@keyframes ptop {
  0% {
    height: 0;
  }
  100% {
    height: 110px;
  }
}
.more_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.more_btn a {
  width: 157px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #716E67;
  border-radius: 21px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  opacity: 1 !important;
}
.more_btn a::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  background: #716E67;
  position: absolute;
  left: calc(100% - 20px);
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more_btn a:hover::after {
  -webkit-animation: 0.4s ease btn_ef;
          animation: 0.4s ease btn_ef;
}

@-webkit-keyframes btn_ef {
  0% {
    width: 0;
  }
  100% {
    width: 76px;
  }
}

@keyframes btn_ef {
  0% {
    width: 0;
  }
  100% {
    width: 76px;
  }
}
body, html {
  height: 100%;
}

body.opennavi {
  position: fixed;
  top: 0;
  left: 0;
}
body.opennavi::before {
  opacity: 0.7;
  pointer-events: all;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F4F0E9;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top .hnavi_btn {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .top .hnavi_btn {
    right: 10px;
  }
}
.top .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
.top .menu-button i {
  background: #FFF;
}
.top .menu-button i:before, .top .menu-button i:after {
  background: #FFF;
}

.top_hlogo {
  position: fixed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_hlogo.hide {
  opacity: 0;
  pointer-events: none;
}

.wrap_mv {
  position: relative;
}
.wrap_mv.hide .top_philosophy {
  opacity: 0;
  pointer-events: none;
}
.wrap_mv .top_philosophy {
  position: fixed;
  right: 25px;
  top: 48vh;
  padding-right: 100px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wrap_mv .top_philosophy {
    right: auto;
    left: 20px;
    padding-right: 0;
    top: 38%;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .wrap_mv .top_philosophy b {
    width: 250px;
    display: block;
  }
}
.wrap_mv .top_philosophy span {
  font-size: 0;
  position: absolute;
  left: 264px;
  top: 128px;
}
@media screen and (max-width: 767px) {
  .wrap_mv .top_philosophy span {
    left: 200px;
    top: 120px;
  }
}
.wrap_mv .top_philosophy span:before {
  content: "";
  display: block;
  background: url("../img/top/top_philosophy_icon.svg") no-repeat;
  background-size: 88px;
  width: 88px;
  height: 91px;
  position: absolute;
  left: -100px;
  bottom: 8px;
}

.top_sec {
  position: relative;
}
.top_sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #E8D9B7;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.top_sec.top_mv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.top_sec .cnt {
  position: absolute;
  left: 25px;
  bottom: 30px;
  z-index: 500;
}
.top_sec .cnt .sec_ttl {
  color: #FFF;
  font-size: 28px;
  font-family: "EB Garamond", serif;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_sec .cnt .sec_ttl {
    font-size: 21px;
  }
}
.top_sec .cnt .data {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .top_sec .cnt .data {
    font-size: 13px;
  }
}
.top_sec .cnt .more_btn a {
  width: 129px;
  height: 40px;
  border-radius: 20px;
  border-color: #FFF;
  color: #FFF;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_sec .cnt .more_btn a {
    font-size: 13px;
    height: 36px;
    border-radius: 18px;
  }
}
.top_sec .cnt .more_btn a::after {
  width: 41px;
  right: -25px;
  background: #FFF;
}
.top_sec .cnt .more_btn a:hover::after {
  -webkit-animation: 0.4s ease btn_mv;
          animation: 0.4s ease btn_mv;
}

@-webkit-keyframes btn_mv {
  0% {
    width: 0;
  }
  100% {
    width: 41px;
  }
}

@keyframes btn_mv {
  0% {
    width: 0;
  }
  100% {
    width: 41px;
  }
}
.top_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 55px 100px 25px;
}
@media screen and (max-width: 767px) {
  .top_news {
    display: block;
    height: 100vh;
    padding: 60px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top_news .top_news_ttl {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 75px;
  display: none;
}
@media screen and (max-width: 767px) {
  .top_news .top_news_ttl {
    margin-bottom: 48px;
    font-size: 20px;
    display: block;
  }
}
.top_news .top_news_ttl span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_news .top_news_ttl span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .top_news_list {
    margin-bottom: 60px;
  }
}
.top_news .top_news_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_news .top_news_list li {
    display: block;
    margin-bottom: 16px;
  }
}
.top_news .top_news_list li .date {
  width: 90px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_news .top_news_list li .date {
    width: 100%;
  }
}
.top_news .top_news_list li .ttl {
  font-size: 14px;
}

/*/// COMMON ////////////////////////////////////////*/
.page_ttl {
  margin-bottom: 130px;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .page_ttl {
    padding: 0 20px;
    margin-bottom: 54px;
  }
}
.page_ttl span {
  display: block;
}
.page_ttl .ttl {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_ttl .ttl {
    font-size: 28px;
    display: block;
    margin-bottom: 12px;
  }
}
.page_ttl .ttl span:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_ttl .ttl span:first-of-type {
    line-height: 1.5;
    display: block;
    font-size: 26px;
  }
}
.page_ttl .ttl span:first-of-type::after {
  content: "";
  display: block;
  height: 33px;
  width: 1px;
  background: #707070;
  margin-right: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .page_ttl .ttl span:first-of-type::after {
    display: none;
  }
}
.page_ttl .ttl span:last-of-type {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_ttl .ttl span:last-of-type {
    font-size: 16px;
  }
}
.page_ttl .txt {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  display: block;
  margin-top: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_ttl .txt {
    font-size: 13px;
    margin-top: 0;
  }
}

/*/// ABOUT ////////////////////////////////////////*/
.about_sec {
  padding: 0 25px;
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .about_sec {
    padding: 0 20px;
    padding-top: 50px;
    margin-top: -50px;
  }
}
.about_sec .about_copy {
  font-size: 58px;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-bottom: 80px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about_sec .about_copy {
    font-size: 28px;
    margin-bottom: 56px;
  }
}
.about_sec .about_sec_ttl {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .about_sec .about_sec_ttl {
    margin-bottom: 48px;
    font-size: 20px;
  }
}
.about_sec .about_sec_ttl span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about_sec .about_sec_ttl span {
    font-size: 13px;
  }
}
.about_sec.sec_15 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec_15 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec .txt {
    text-align: justify;
  }
}
.about_sec.sec_philosophy {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec_philosophy {
    margin-bottom: 72px;
  }
}
.about_sec.sec_philosophy .wrap2 {
  border-bottom: 1px solid #CAC8C4;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec_philosophy .wrap2 {
    padding-bottom: 80px;
  }
}
.about_sec.sec_philosophy .wrap2 .ttl_box .about_sec_ttl {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec_philosophy .wrap2 .ttl_box .about_sec_ttl {
    margin-bottom: 40px;
  }
}
.about_sec.sec_philosophy .wrap2 .ttl_box .copy {
  margin-bottom: 56px;
}
.about_sec .wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_sec .wrap2 {
    display: block;
  }
}
.about_sec .wrap2 .ttl_box {
  width: 35%;
  min-width: 480px;
  position: relative;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .about_sec .wrap2 .ttl_box {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_sec .wrap2 .ttl_box {
    width: 100%;
    min-width: 0;
    padding: 0;
    margin-bottom: 42px;
    min-height: 0;
  }
}
.about_sec .wrap2 .ttl_box .about_sec_ttl {
  margin-bottom: 40px;
}
.about_sec .wrap2 .ttl_box .copy {
  font-family: "EB Garamond", serif;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .about_sec .wrap2 .ttl_box .copy {
    font-size: 20px;
  }
}
.about_sec .wrap2 .img {
  width: 59%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .about_sec .wrap2 .img {
    width: 100%;
    margin-top: 0;
  }
}
.about_sec .wrap2 .img img {
  width: 100%;
}
.about_sec .wrap2 .cntr {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .about_sec .wrap2 .cntr {
    width: 100%;
  }
}
.about_sec .challenges_list li {
  padding-left: 62px;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .about_sec .challenges_list li {
    padding-left: 32px;
  }
}
.about_sec .challenges_list li::before {
  content: "";
  display: block;
  background: #9F9F9F;
  width: 41px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .about_sec .challenges_list li::before {
    width: 18px;
    top: 16px;
  }
}
.about_sec .challenges_list li .ttl {
  font-family: "EB Garamond", serif;
  font-size: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .about_sec .challenges_list li .ttl {
    font-size: 18px;
  }
}
.about_sec .challenges_list li .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .about_sec .challenges_list li .txt {
    font-size: 15px;
  }
}
.about_sec .action_list li {
  border: 1px solid #CAC8C4;
  padding: 24px 40px;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about_sec .action_list li {
    padding: 24px;
  }
}
.about_sec .action_list li .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about_sec .action_list li .ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.about_sec .action_list li .ttl b {
  font-size: 37px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-right: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about_sec .action_list li .ttl b {
    font-size: 24px;
  }
}
.about_sec.sec1 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 {
    margin-bottom: 80px;
  }
}
.about_sec.sec1 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap {
    display: block;
  }
}
.about_sec.sec1 .wrap .cnt {
  width: 43%;
  min-width: 580px;
  background: #F4F0E9;
  margin-right: -226px;
  position: relative;
  z-index: 20;
  padding: 50px 50px 96px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .about_sec.sec1 .wrap .cnt {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap .cnt {
    width: 100%;
    min-width: 0;
    padding: 0;
    margin-bottom: 42px;
    min-height: 0;
  }
}
.about_sec.sec1 .wrap .cnt .about_box {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap .cnt .about_box {
    margin-bottom: 72px;
  }
}
.about_sec.sec1 .wrap .cnt .about_box:last-of-type {
  margin-bottom: 0;
}
.about_sec.sec1 .wrap .cnt .about_box .about_sec_ttl {
  margin-bottom: 32px;
}
.about_sec.sec1 .wrap .cnt .about_box .copy {
  font-size: 44px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap .cnt .about_box .copy {
    font-size: 24px;
  }
}
.about_sec.sec1 .wrap .cnt .about_box .txt {
  margin-bottom: 0;
}
.about_sec.sec1 .wrap .cnt .copy {
  font-family: "EB Garamond", serif;
  font-size: 28px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap .cnt .copy {
    font-size: 20px;
  }
}
.about_sec.sec1 .wrap .cnt .txt {
  font-size: 18px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap .cnt .txt {
    font-size: 15px;
    margin-bottom: 48px;
  }
}
.about_sec.sec1 .wrap .cnt .yurai .ttl {
  font-size: 18px;
  margin-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap .cnt .yurai .ttl {
    font-size: 16px;
  }
}
.about_sec.sec1 .wrap .cnt .yurai .ttl::after {
  content: "";
  display: block;
  background: #707070;
  width: 44px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -21px;
}
.about_sec.sec1 .wrap .cnt .yurai .txt {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap .cnt .yurai .txt {
    font-size: 14px;
  }
}
.about_sec.sec1 .wrap .img {
  margin-top: 142px;
  width: calc(50% + 360px);
  margin-right: -25px;
}
@media screen and (max-width: 980px) {
  .about_sec.sec1 .wrap .img {
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  .about_sec.sec1 .wrap .img {
    width: 100%;
    margin-top: 0;
  }
}
.about_sec.sec1 .wrap .img img {
  width: 100%;
}
.about_sec.sec2 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 {
    margin-bottom: 80px;
  }
}
.about_sec.sec2 .staff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 .staff_list {
    display: block;
    margin-bottom: 16px;
  }
}
.about_sec.sec2 .staff_list li {
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 .staff_list li {
    width: 48%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 .staff_list li.staff2 {
    width: 100%;
  }
}
.about_sec.sec2 .staff_list li .img {
  font-size: 0;
  margin-bottom: 13px;
}
.about_sec.sec2 .staff_list li .name {
  font-size: 20px;
  line-height: 1.5;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 .staff_list li .name {
    font-size: 16px;
  }
}
.about_sec.sec2 .staff_list li .names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_sec.sec2 .staff_list li .names > div {
  width: 50%;
}
.about_sec.sec2 .staff_list li .names p {
  font-size: 20px;
  line-height: 1.5;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 .staff_list li .names p {
    font-size: 16px;
  }
}
.about_sec.sec2 .staff_list li .txt {
  font-size: 14px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 .staff_list li .txt {
    font-size: 12px;
  }
}
.about_sec.sec2 .profile {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 .profile {
    width: 100%;
  }
}
.about_sec.sec2 .profile .ttl {
  margin-bottom: 4px;
}
.about_sec.sec2 .profile .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec2 .profile .name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.about_sec.sec2 .profile .name span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.about_sec.sec2 .profile .txt p {
  margin-bottom: 10px;
}
.about_sec.sec3 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec3 {
    margin-bottom: 80px;
  }
}
.about_sec.sec3 .overview {
  border-top: 1px solid #9F9F9F;
  width: 64%;
}
@media screen and (max-width: 767px) {
  .about_sec.sec3 .overview {
    width: 100%;
  }
}
.about_sec.sec3 .overview li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9F9F9F;
  padding: 24px 0;
}
@media screen and (max-width: 480px) {
  .about_sec.sec3 .overview li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about_sec.sec3 .overview li p {
    font-size: 13px;
  }
}
.about_sec.sec3 .overview li .ttl {
  width: 146px;
  margin-right: 60px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about_sec.sec3 .overview li .ttl {
    font-size: 14px;
    width: 100px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .about_sec.sec3 .overview li .ttl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.about_sec.sec4 {
  padding: 0;
  max-width: none;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec4 {
    margin-bottom: 80px;
  }
}
.about_sec.sec4 .about_sec_ttl {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec4 .about_sec_ttl {
    padding: 0 20px;
  }
}
.about_sec.sec4 .txt {
  margin-bottom: 30px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec4 .txt {
    padding: 0 20px;
  }
}
.about_sec.sec4 .gmap {
  width: 100%;
  height: 468px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec4 .gmap {
    height: 320px;
  }
}
.about_sec.sec4 .gmap iframe {
  width: 100%;
  height: 100%;
}
.about_sec.sec5 {
  margin-bottom: 150px;
  width: 64%;
}
@media screen and (max-width: 767px) {
  .about_sec.sec5 {
    width: 100%;
    margin-bottom: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.about_sec.sec5 .about_sec_ttl {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec5 .about_sec_ttl {
    margin-bottom: 40px;
  }
}
.about_sec.sec5 .copy {
  font-family: "EB Garamond", serif;
  font-size: 28px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec5 .copy {
    font-size: 20px;
  }
}
.about_sec.sec5 .lead {
  margin-bottom: 58px;
}
.about_sec.sec5 .lead p {
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec5 .lead p {
    font-size: 15px;
  }
}
.about_sec.sec5 .outline {
  border-top: 1px solid #9F9F9F;
  margin-bottom: 48px;
}
.about_sec.sec5 .outline li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9F9F9F;
  padding: 32px 0;
}
@media screen and (max-width: 480px) {
  .about_sec.sec5 .outline li {
    display: block;
  }
}
.about_sec.sec5 .outline li .ttl {
  width: 286px;
  margin-right: 38px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about_sec.sec5 .outline li .ttl {
    font-size: 14px;
    width: 200px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .about_sec.sec5 .outline li .ttl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.about_sec.sec5 .outline li .txt p {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec5 .outline li .txt p {
    font-size: 13px;
  }
}
.about_sec.sec5 .outline li .txt p:last-of-type {
  margin-bottom: 0;
}
.about_sec.sec5 .entry_txt p {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .about_sec.sec5 .entry_txt p {
    font-size: 15px;
  }
}
.about_sec.sec5 .entry a {
  width: 285px;
  font-size: 14px;
  height: 60px;
  border-radius: 30px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 480px) {
  .about_sec.sec5 .entry a {
    font-size: 13px;
    width: 270px;
  }
}
.about_sec.sec5 .entry a::after {
  width: 41px;
  left: calc(100% - 10px);
}
.about_sec.sec5 .entry a:hover::after {
  -webkit-animation: 0.4s ease btn_entry;
          animation: 0.4s ease btn_entry;
}

@-webkit-keyframes btn_entry {
  0% {
    width: 0;
  }
  100% {
    width: 41px;
  }
}

@keyframes btn_entry {
  0% {
    width: 0;
  }
  100% {
    width: 41px;
  }
}
/*/// WORKS ////////////////////////////////////////*/
.works_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .works_cat {
    padding: 0 20px;
    display: block;
    margin-bottom: 32px;
  }
}
.works_cat li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .works_cat li {
    margin: 0;
    font-size: 16px;
  }
}
.works_cat li:last-of-type {
  margin-right: 0;
}
.works_cat li.active {
  font-weight: 600;
}

.works_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .works_list {
    padding: 0 20px;
    display: block;
  }
}
.works_list li {
  width: calc(50% - 12px);
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .works_list li {
    width: 100%;
  }
}
.works_list li.item {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.works_list li.item.move {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.works_list li .img {
  font-size: 0;
  margin-bottom: 13px;
}
.works_list li .img img {
  width: 100%;
}
.works_list li .ttl {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  line-height: 1.6;
}
.works_list li .txt {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.page_ttl.works_single_ttl .ttl {
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
}
.page_ttl.works_single_ttl .txt {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}

.works_single {
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .works_single {
    display: block;
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.works_single .imgs {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .works_single .imgs {
    width: 100%;
    margin-bottom: 48px;
  }
}
.works_single .imgs p {
  font-size: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .works_single .imgs p {
    margin-bottom: 16px;
  }
}
.works_single .imgs li {
  font-size: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .works_single .imgs li {
    margin-bottom: 16px;
  }
}
.works_single .cnt {
  width: calc(30% - 46px);
}
@media screen and (max-width: 767px) {
  .works_single .cnt {
    width: 100%;
  }
}
.works_single .cnt p {
  margin-bottom: 48px;
}

.works_single_fcat {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .works_single_fcat {
    margin-bottom: 60px;
  }
}

/*/// NEWS ////////////////////////////////////////*/
.news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .news_list {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
}
.news_list li {
  width: calc(33.33% - 16px);
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .news_list li {
    max-width: 540px;
    width: 100%;
  }
}
.news_list li .img {
  font-size: 0;
  margin-bottom: 13px;
}
.news_list li .img img {
  width: 100%;
}
.news_list li .ttl {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news_list li .ttl {
    font-size: 16px;
  }
}
.news_list li .date {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #9F9F9F;
}
@media screen and (max-width: 767px) {
  .news_list li .date {
    font-size: 13px;
  }
}

.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin-bottom: 80px;
  }
}
.pagenation li {
  width: 90px;
}
.pagenation li.prev a::before {
  content: "";
  display: block;
  background: url("../img/common/prev.svg") no-repeat;
  background-size: 42px;
  width: 42px;
  height: 15px;
  margin-right: 11px;
}
.pagenation li.next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pagenation li.next a::after {
  content: "";
  display: block;
  background: url("../img/common/next.svg") no-repeat;
  background-size: 42px;
  width: 42px;
  height: 15px;
  margin-left: 11px;
}
.pagenation li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_single {
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news_single {
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.news_single .img {
  width: 38.5%;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news_single .img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.news_single .img img {
  width: 100%;
}
.news_single .news_entry {
  width: calc(61.5% - 55px);
}
@media screen and (max-width: 767px) {
  .news_single .news_entry {
    width: 100%;
  }
}
.news_single .news_entry .entry_ttl {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_ttl {
    font-size: 18px;
  }
}
.news_single .news_entry .date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #9F9F9F;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .date {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.news_single .news_entry .entry_body {
  border-top: 1px solid #9F9F9F;
  padding-top: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body {
    padding-top: 24px;
    margin-bottom: 60px;
  }
}
.news_single .news_entry .entry_body p {
  margin-bottom: 30px;
}
.news_single .news_entry .entry_body a {
  text-decoration: underline;
}
.news_single .news_entry .entry_body .wp-caption {
  max-width: 100%;
}
.news_single .news_entry .pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

/*/// CONTCT ////////////////////////////////////////*/
.contact_sec {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .contact_sec {
    padding: 0 20px;
  }
}
.contact_sec .contact_sec_ttl {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .contact_sec .contact_sec_ttl {
    margin-bottom: 48px;
    font-size: 20px;
  }
}
.contact_sec .contact_sec_ttl span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact_sec .contact_sec_ttl span {
    font-size: 13px;
  }
}
.contact_sec .faq_list {
  border-top: 1px solid #9F9F9F;
  max-width: 1000px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact_sec .faq_list {
    width: 100%;
    margin-bottom: 80px;
  }
}
.contact_sec .faq_list li {
  border-bottom: 1px solid #9F9F9F;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact_sec .faq_list li .q {
  position: relative;
  padding-left: 55px;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_sec .faq_list li .q {
    font-size: 16px;
    padding-left: 42px;
    padding-right: 50px;
  }
}
.contact_sec .faq_list li .q::after {
  content: "";
  display: block;
  background: url("../img/common/faq_arrow.svg") no-repeat;
  background-size: 19px;
  width: 19px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact_sec .faq_list li .q::after {
    background-size: 12px;
    width: 12px;
    height: 24px;
    right: 16px;
  }
}
.contact_sec .faq_list li .q.open {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_sec .faq_list li .q.open {
    margin-bottom: 16px;
  }
}
.contact_sec .faq_list li .q.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contact_sec .faq_list li .q span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .contact_sec .faq_list li .q span {
    font-size: 18px;
  }
}
.contact_sec .faq_list li .a {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_sec .faq_list li .a.open {
  opacity: 1;
  margin-bottom: 10px;
}
.contact_sec .faq_list li .a.open p {
  line-height: 2;
}
.contact_sec .faq_list li .a p {
  line-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_sec .wrap_form {
  margin-bottom: 130px;
  max-width: 1000px;
}
.contact_sec .wrap_form ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact_sec .wrap_form ul li {
    display: block;
    margin-bottom: 24px;
  }
}
.contact_sec .wrap_form ul li .ttl {
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_sec .wrap_form ul li .ttl {
    width: 100%;
  }
}
.contact_sec .wrap_form ul li .ttl .his {
  font-size: 14px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .contact_sec .wrap_form ul li .ttl .his {
    font-size: 14px;
  }
}
.contact_sec .wrap_form ul li .cnt {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .contact_sec .wrap_form ul li .cnt {
    width: 100%;
  }
}
.contact_sec .wrap_form ul li .cnt input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9F9F9F;
  background: #FFF;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact_sec .wrap_form ul li .cnt input {
    height: 48px;
  }
}
.contact_sec .wrap_form ul li .cnt textarea {
  width: 100%;
  height: 343px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9F9F9F;
  background: #FFF;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_sec .wrap_form ul li .cnt textarea {
    height: 280px;
  }
}
.contact_sec .wrap_form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact_sec .wrap_form .submit > span {
  width: 250px;
  height: 68px;
  border: 1px solid #716E67;
  border-radius: 34px;
  position: relative;
  opacity: 1 !important;
  text-align: center;
}
.contact_sec .wrap_form .submit > span::after {
  content: "";
  display: block;
  width: 41px;
  height: 1px;
  background: #716E67;
  position: absolute;
  left: calc(100% - 10px);
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_sec .wrap_form .submit > span input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #716E67;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact_sec .wrap_form .submit > span input {
    font-size: 15px;
  }
}
.contact_sec .wrap_form .submit > span .wpcf7-spinner {
  margin-top: 20px;
}
.contact_sec .wrap_form .submit > span:hover::after {
  -webkit-animation: 0.4s ease btn_submit;
          animation: 0.4s ease btn_submit;
}

@-webkit-keyframes btn_submit {
  0% {
    width: 0;
  }
  100% {
    width: 41px;
  }
}

@keyframes btn_submit {
  0% {
    width: 0;
  }
  100% {
    width: 41px;
  }
}/*# sourceMappingURL=style.css.map */