@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.f_serif, .text {
  font-family: "Noto Serif JP", serif;
}

.f_en {
  font-family: "Jost", sans-serif !important;
}

.f_count {
  font-family: "Monda", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba, .scr_in_bar a, .scr_bar a {
  position: relative;
}
.u_ba::before, .scr_in_bar a::before, .scr_bar a::before, .u_ba::after, .scr_in_bar a::after, .scr_bar a::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25vw;
  line-height: 1;
}

@media (max-width: 1199px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 749px) {
  html {
    font-size: 4.26666666vw;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #000000;
  background: url(../img/bg_line.svg) repeat-y center top;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto 	 JP", serif;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

@media (max-width: 1199px) {
  body {
    min-width: 1200px;
  }
}
@media (max-width: 749px) {
  body {
    min-width: 100%;
  }
}
main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 750px) {
  a, button {
    transition: opacity 0.3s;
  }
  a:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover, button:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover {
    opacity: 0.8;
  }
}
button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.u-ta-c {
  text-align: center;
}

.u-mt40 {
  margin-top: 2.5rem;
}

.u-mb40 {
  margin-bottom: 2.5rem;
}

.u-mb20 {
  margin-bottom: 1.25rem;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.scr_bar {
  width: 1.875rem;
  height: 4.25rem;
  z-index: 3000;
  overflow-y: hidden;
  position: fixed;
  bottom: 2rem;
  right: 0.625rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.scr_bar.show.fix_bar {
  opacity: 1;
  pointer-events: auto;
}
.scr_bar a {
  height: 4.25rem;
  display: block;
}
.scr_bar a::before, .scr_bar a::after {
  background: #000000;
}
.scr_bar a::before {
  width: 1px;
  height: 100%;
  left: 50%;
}
.scr_bar a::after {
  width: 3px;
  height: 2.125rem;
  margin-left: calc(50% - 1px);
  animation: bdr_scr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform: translate(0, -50%);
}

@media (max-width: 749px) {
  .scr_bar {
    bottom: 6.125rem;
  }
}
.scr_in_bar {
  width: 3.125rem;
  height: 4.25rem;
  z-index: 3000;
  overflow-y: hidden;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 1;
  pointer-events: auto;
  padding-bottom: 0.9375rem;
}
.scr_in_bar span {
  font-size: 0.625rem;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.scr_in_bar a {
  height: 4.25rem;
  display: block;
}
.scr_in_bar a::before, .scr_in_bar a::after {
  background: #000000;
}
.scr_in_bar a::before {
  width: 1px;
  height: 78%;
  left: 50%;
}
.scr_in_bar a::after {
  width: 3px;
  height: 1.125rem;
  margin-left: calc(50% - 1px);
  animation: bdr_scr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform: translate(0, -50%);
}

@media (max-width: 749px) {
  .scr_in_bar {
    bottom: 6.125rem;
  }
}
@keyframes bdr_animation {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@keyframes bdr_scr_animation {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 200%);
  }
}
.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .pc {
    display: none !important;
  }
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-wrap {
  position: fixed;
  right: 3%;
  z-index: 999;
  top: 5vw;
}

.menu-trigger {
  width: 30px;
  height: 20px;
}
@media (min-width: 750px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger p {
  position: relative;
  top: 1.5rem;
  left: -0.1875rem;
  font-size: 0.625rem;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media (min-width: 750px) {
  .sp_menu {
    display: none;
  }
}

@media (min-width: 750px) {
  nav {
    position: absolute;
    right: 2.5rem;
    top: 0;
  }
}
@media (max-width: 749px) {
  nav {
    background: #31928C;
    z-index: 5000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 885;
    bottom: 0;
    overflow-y: auto;
  }
}
@media (max-width: 749px) {
  nav .menu_info_wrap {
    display: block;
    max-width: 21.875rem;
    margin: 0 auto;
    position: relative;
    padding: 3.125rem;
  }
}
@media (min-width: 750px) {
  nav ul {
    display: flex;
    align-items: center;
  }
}
nav ul li {
  padding-bottom: 0.625rem;
  font-size: 0.6875rem;
}
@media (min-width: 750px) {
  nav ul li {
    margin-right: 1.75rem;
  }
}
@media (max-width: 749px) {
  nav ul li {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 750px) {
  nav ul li:last-child {
    margin-right: 0;
  }
}
nav ul li.current {
  border-bottom: 1px solid #31928C;
}
@media (max-width: 749px) {
  nav ul li.current {
    border-bottom: 1px solid #ffffff;
  }
}
nav ul li a {
  color: #ffffff;
}
@media (max-width: 749px) {
  nav ul li a {
    color: #ffffff;
  }
}
nav ul li.contact {
  text-align: center;
  padding: 0.75rem 0.125rem;
  background: #31928C;
}
@media (max-width: 749px) {
  nav ul li.contact {
    background: #ffffff;
  }
  nav ul li.contact a {
    color: #31928C;
  }
}
nav ul li.contact i {
  margin-bottom: 0.625rem;
  display: block;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-14px) rotate(-45deg);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.wrapper {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wrapperm {
    min-width: 75rem;
  }
}
@media (max-width: 749px) {
  .wrapper, .menu_area {
    min-width: inherit;
  }
}
#header {
  position: fixed;
  background: #50be6f;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  z-index: 500;
  text-align: center;
}
@media (max-width: 749px) {
  #header #logo {
    width: 3.75rem;
    margin-left: 0.625rem;
  }
}

main {
  position: relative;
  margin-bottom: 1.25rem;
}

main {
  margin-top: 9.375rem;
}

@media (max-width: 749px) {
  article.page_contents {
    padding: 31.25rem 1.25rem 2.5rem;
  }
}
article.page_contents.sub {
  padding-top: 24.5rem;
}
@media (max-width: 749px) {
  article.page_contents.sub {
    padding: 25.25rem 1.25rem 2.5rem;
  }
}
article.page_contents .works_wrap {
  max-width: 62rem;
  margin: 0 auto;
  position: relative;
  padding: 1.875rem 0;
}
article.page_contents .works_wrap header {
  margin-bottom: 3.125rem;
}
article.page_contents .works_wrap header .cat {
  display: inline-block;
  border: 1px solid #707070;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
article.page_contents .works_wrap header .txt {
  line-height: 2;
}
@media (min-width: 750px) {
  article.page_contents .works_wrap header .txt {
    width: 33.75rem;
  }
}
article.page_contents .works_wrap .post figure.main_img {
  margin-bottom: 2.5rem;
}
article.page_contents .works_wrap .post figure.main_img img {
  width: 100%;
}
article.page_contents .works_wrap .post ul {
  display: flex;
  justify-content: space-between;
}
article.page_contents .works_wrap .post ul li {
  width: calc(100% / 2 - 20px);
}
article.page_contents .works_wrap .post ul li figure img {
  width: 100%;
}

.page_footer {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 750px) {
  .page_footer .in_wrap {
    max-width: 62rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (max-width: 749px) {
  .page_footer .in_wrap {
    text-align: center;
  }
}
@media (min-width: 750px) {
  .page_footer .footer_left {
    display: flex;
  }
}
@media (min-width: 750px) {
  .page_footer .footer_left .footer_logo {
    margin-right: 2.5rem;
  }
}
@media (max-width: 749px) {
  .page_footer .footer_left .footer_logo {
    width: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
  }
}
.page_footer .footer_left .footer_address .name {
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
}
@media (max-width: 749px) {
  .page_footer .footer_left .footer_address .name {
    font-size: 1.25rem;
  }
}
.page_footer .footer_left .footer_address .name small {
  font-size: 1.125rem;
}
@media (max-width: 749px) {
  .page_footer .footer_left .footer_address .name small {
    font-size: 0.9375rem;
  }
}
.page_footer .footer_left .footer_address address {
  line-height: 1.5;
}
@media (max-width: 749px) {
  .page_footer .footer_left .footer_address address {
    font-size: 0.75rem;
  }
}
.page_footer .footer_copyright {
  font-size: 0.6875rem;
}
@media (max-width: 749px) {
  .page_footer .footer_copyright {
    margin-top: 0.9375rem;
  }
}

.wrap {
  max-width: 59.375rem;
  margin: 0 auto;
  position: relative;
}

figure img {
  width: 100%;
}

.corona {
  text-align: center;
  margin-bottom: 2.5rem;
}

.hoken {
  text-align: center;
}

.about_kaiketsu {
  padding: 60px 0;
  background: url(../img/top/bg_about.jpg);
  margin-bottom: 2.5rem;
}
.about_kaiketsu .wrap {
  text-align: center;
}

.contact_wrap {
  padding: 60px 0;
  background: url(../img/top/bg_about.jpg);
}
.contact_wrap .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 64.375rem;
  margin: 0 auto;
  position: relative;
}
.contact_wrap .col:nth-of-type(1) {
  width: 676px;
}

.news {
  background: #e8faed;
  padding: 3.125rem 0;
}
.news h2 {
  margin-bottom: 1.875rem;
}
.news h2 small {
  font-size: 0.8125rem;
}
.news .wrap {
  width: 900px;
}
.news .col {
  margin-bottom: 3.125rem;
}
.news .col:last-child {
  margin-bottom: 0;
}
.news .col ul {
  display: flex;
  justify-content: space-between;
}
.news .col ul li figure {
  margin-bottom: 0.75rem;
}

.shop {
  margin-bottom: 3.75rem;
}
.shop .wrap {
  width: 1040px;
}
.shop .flex {
  margin-bottom: 2.5rem;
}
.shop .flex:last-child {
  margin-bottom: 0;
}
.shop .flex .left {
  width: 21.25rem;
  font-size: 0.75rem;
}
.shop .flex .left .label {
  background: #50be6f;
  border-radius: 100px;
  color: #ffffff;
  padding: 12px;
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.shop .flex .left ul li {
  display: flex;
  padding: 12px 10px;
  border-bottom: 1px dotted #50be6f;
}
.shop .flex .left ul li .cat {
  margin-right: 12px;
  width: 120px;
}

.green_btn {
  background: #31928C;
  color: #fff;
  padding: 1.25rem 2.5rem;
}
.green_btn a {
  color: #fff;
}
.green_btn i {
  margin-right: 0.625rem;
}

.top_mv_catch {
  padding: 0rem 0;
  position: relative;
}
.top_mv_catch .main_catch {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  z-index: 10;
  padding-top: 62.5rem;
  color: #ffffff;
}
@media (max-width: 749px) {
  .top_mv_catch .main_catch {
    padding-top: 30rem;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.top_mv_catch .main_catch .btn {
  margin-top: 1.875rem;
}
.top_mv_catch .main_catch .btn p {
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 749px) {
  .top_mv_catch .main_catch .btn p {
    font-size: 0.8125rem;
    padding: 0.375rem 2.5rem;
  }
}
.top_mv_catch .main_catch .btn p a {
  color: #fff;
}

@media (min-width: 750px) {
  .works_wrap {
    max-width: 77.625rem;
    margin: 0 auto;
    position: relative;
  }
}
.works_wrap .works_list_wrap .head {
  text-align: right;
  margin-bottom: 1.875rem;
}
@media (max-width: 749px) {
  .works_wrap .works_list_wrap .head {
    text-align: center;
    margin-top: 1.875rem;
  }
}
.works_wrap .works_list_wrap .more_btn {
  text-align: right;
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  margin-right: 0.625rem;
}
@media (max-width: 749px) {
  .works_wrap .works_list_wrap .more_btn {
    margin-right: 0;
    display: inline-block;
    text-align: center;
  }
}
.works_wrap .works_list_wrap .more_btn:after {
  content: "";
  position: absolute;
  width: 140%;
  height: 0.9375rem;
  right: -2.5rem;
  bottom: -1.25rem;
  background-size: cover;
  background: url(../img/bottom_arrow.svg) no-repeat;
}
.works_wrap .works_list_wrap ul {
  margin-top: 0.75rem;
}
@media (min-width: 750px) {
  .works_wrap .works_list_wrap ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 750px) {
  .works_wrap .works_list_wrap ul li {
    margin-right: 0.625rem;
  }
  .works_wrap .works_list_wrap ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 749px) {
  .works_wrap .works_list_wrap ul li {
    margin-bottom: 1.875rem;
  }
  .works_wrap .works_list_wrap ul li:last-child {
    margin-bottom: 0;
  }
}
.works_wrap .works_list_wrap ul li figure img {
  width: 100%;
}
.works_wrap .works_list_wrap ul li figure figcaption {
  margin-top: 0.625rem;
}

@media (min-width: 750px) {
  .online_wrap {
    max-width: 77.625rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.125rem;
    margin-top: 6.25rem;
  }
}
@media (max-width: 749px) {
  .online_wrap {
    margin-top: 6.25rem;
  }
}
@media (max-width: 749px) {
  .online_wrap .page_ttl span {
    height: 12rem;
  }
}
.online_wrap .img_wrap {
  flex: 1;
}
@media (max-width: 749px) {
  .online_wrap .img_wrap {
    margin-top: -2.125rem;
  }
}
.online_wrap .img_wrap img {
  width: 100%;
}
.online_wrap .inner {
  position: relative;
  z-index: 5;
}
.online_wrap .inner .inner_in {
  z-index: 6;
  position: relative;
  display: flex;
  padding-left: 7.5rem;
}
@media (max-width: 749px) {
  .online_wrap .inner .inner_in {
    padding-left: 0.625rem;
  }
}
.online_wrap .inner .page_ttl {
  position: relative;
  top: -2.5rem;
}
@media (max-width: 749px) {
  .online_wrap .inner .page_ttl {
    left: 0.625rem;
  }
}
@media (min-width: 750px) {
  .online_wrap .inner .right {
    padding: 7.5rem 0 0 2.5rem;
  }
}
@media (max-width: 749px) {
  .online_wrap .inner .right {
    padding: 2.875rem 0.9375rem 0 2.5rem;
  }
}
.online_wrap .inner .right .txt {
  line-height: 1.8;
  margin-bottom: 1.875rem;
}
@media (max-width: 749px) {
  .online_wrap .inner .right .txt br {
    display: none;
  }
}
.online_wrap .inner:before {
  position: absolute;
  left: 0;
  bottom: 2.375rem;
  background: #F2F2F2;
  content: "";
  height: 17.5rem;
  width: 33rem;
}
@media (max-width: 749px) {
  .online_wrap .inner:before {
    height: 12.5rem;
    width: 100%;
  }
}

.bnr_pinterest {
  text-align: center;
  margin: 2.5rem 0;
}
@media (max-width: 749px) {
  .bnr_pinterest {
    margin: 0.9375rem 0;
  }
}

.access_wrap {
  margin-bottom: 3.125rem;
}
@media (min-width: 750px) {
  .access_wrap {
    max-width: 77.625rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 749px) {
  .access_wrap .page_ttl span {
    height: 6rem;
  }
}
@media (max-width: 749px) {
  .access_wrap {
    flex-wrap: wrap;
    margin-top: 3.125rem;
  }
}
.access_wrap .img {
  flex: 1;
}
@media (max-width: 749px) {
  .access_wrap .img {
    order: 2;
  }
}
.access_wrap .inner {
  width: 30%;
  text-align: center;
}
@media (max-width: 749px) {
  .access_wrap .inner {
    width: 100%;
  }
}

.map_wrap #gmap {
  margin-top: 2.5rem;
}
@media (max-width: 749px) {
  .map_wrap #gmap {
    margin-top: 0rem;
  }
  .map_wrap #gmap iframe {
    height: 280px;
  }
}
@media (min-width: 750px) {
  .map_wrap {
    max-width: 77.625rem;
    margin: 0 auto;
    position: relative;
  }
}