﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:500,600&display=swap&subset=japanese");
@import url("https://use.typekit.net/ygf6mvv.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-display: optional
}

*, ::before, ::after {
  background-repeat: no-repeat
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit
}

html, body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1em
}

ol, ul, li {
  list-style: none
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

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

th {
  font-weight: normal
}

td, th {
  padding: 0
}

blockquote {
  quotes: none
}

blockquote:before, blockquote:after {
  content: '';
  content: none
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer
}

a:active, a:hover {
  outline-width: 0
}

a:focus, *:focus {
  outline: none
}

img {
  border-style: none;
  vertical-align: bottom
}

[type="text"], [type="tel"], [type="email"], [type="date"], [type="number"], [type="submit"], [type="button"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type="number"] {
  -moz-appearance: textfield
}

input, select {
  vertical-align: middle
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select::-ms-expand {
  display: none
}

button, select {
  text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer
}

input::-ms-clear {
  visibility: hidden
}

input::-ms-reveal {
  visibility: hidden
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FontAwesome5/fa-regular-400.eot");
  src: url("../fonts/FontAwesome5/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome5/fa-regular-400.woff2") format("woff2"), url("../fonts/FontAwesome5/fa-regular-400.woff") format("woff"), url("../fonts/FontAwesome5/fa-regular-400.ttf") format("truetype"), url("../fonts/FontAwesome5/fa-regular-400.svg#fontawesome") format("svg")
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/FontAwesome5/fa-solid-900.eot");
  src: url("../fonts/FontAwesome5/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome5/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesome5/fa-solid-900.woff") format("woff"), url("../fonts/FontAwesome5/fa-solid-900.ttf") format("truetype"), url("../fonts/FontAwesome5/fa-solid-900.svg#fontawesome") format("svg")
}

html {
  font-size: 62.5%
}

body {
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden
}

@media screen and (min-width: 751px) {
  body {
    font-size: calc(16 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em
  }
}

a {
  -webkit-transition: all .3s;
  transition: all .3s
}

a.opacity:hover {
  opacity: 0.7
}

.header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 7777;
  padding: 1rem 0 1.5rem 0;
}

.header__logo {
  display: flex;
  align-items: center;
  width: calc(307 / 750 * 100vw);
  height: 100%
}

.header__logo img {
  width: calc(307 / 750 * 100vw);
  height: auto
}

.header__logo a {
  display: flex;
  align-items: flex-end
}

.header__inner {
  position: relative;
  margin: 0 auto;
  width: calc(690 / 750 * 100vw);
}

#header .number__tel1 {
  color: #fff;
  font-size: calc(74 / 750 * 100vw);
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .header__separate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: calc(15 / 1440 * 100vw);
    align-items: baseline;
  }

  .header__logo {
    justify-content: center;
    margin: calc(30 / 1440 * 100vw) 0 0 0;
    width: calc(250 / 1440 * 100vw)
  }

  .header__logo img {
    width: calc(200 / 1440 * 100vw)
  }

  .header__navi {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header__first {
    display: flex;
    align-items: center;
    position: relative;
  }

  .header__first_sns {
    display: flex;
    align-items: center;
    /* margin: 2rem 0 0 0;             */
  }

  .header__first_sns a {
    display: block;
  }

  .header__first_sns a img {
    width: 2.5vw;
    height: 2.5vw;
  }

  .header__first_sns a:nth-of-type(2) {
    margin: 0 1rem;
  }

  .header__first_bnr {
    display: flex;
    align-items: center;
    margin: 0 0 0 1vw;
  }

  .header__first_bnr a:nth-of-type(2) {
    margin: 0 0 0 1vw;
  }

  .header__first_bnr a {
    width: calc(170 / 1440 * 100vw);
  }

  .header__inner {
    width: calc(1200 / 1440 * 100vw);
  }

  .header__btn {
    display: none !important;
  }

  .header__txt {
    font-size: 10px;
  }

  .header__first_contact {
    display: flex;
    align-items: center;
    margin: 2rem 0 0 0;
  }
}

@media screen and (min-width: 1441px) {
  .header__logo {
    margin: 0 0 0 20px;
    width: 250px
  }

  .header__logo img {
    width: 200px
  }

  .header__navi {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }

  .header__first_bnr a {
    width: 184px;
  }

  .header__separate {
    margin-bottom: calc(12 / 1440 * 100vw);
  }

  .header__first_sns a img {
    width: 30px;
    height: 30px;
  }

  .header__inner {
    width: 1200px;
  }

}

@media screen and (max-width: 750px) {
  .header.is-open {
    background-color: #333
  }

  .header.is-open .header__logo {
    opacity: 0
  }

  .header__first,
  .header__first_sns,
  .header__first_bnr,
  .header__txt {
    display: none;
  }

}

.header__navi.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width: 750px) {
  .header__navi {
    position: fixed;
    top: calc(120 / 750 * 100vw);
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
    overflow: hidden
  }

  .header__navi.is-open {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible
  }
}

@media screen and (max-width: 750px) {
  .navigation__inner {
    position: relative;
    margin-left: auto;
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    z-index: 999
  }

  .navigation__content {
    position: relative;
    padding: 0 4vw 12vw 4vw;
    width: 100%;
    background-color: #46744b;
    background-image: url(../img/header/bg_sp.jpg);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat
  }

  .header__btn {
    margin-top: calc(50 / 750 * 100vw);
    width: 100%
  }

  .header__btn a {
    margin-bottom: calc(40 / 750 * 100vw)
  }

  .header__btn a:last-of-type {
    margin-bottom: 0
  }
}

.navigation__inner {
  height: 100%;
}

@media screen and (min-width: 751px) {
  .navigation__content {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .header__btn {
    width: 27.43vw
  }
}

@media screen and (min-width: 1441px) {
  .header__btn {
    width: 395px
  }
}

.navi>li>div:not(.navi__submenu) span:first-of-type {
  font-weight: 600
}

.navi>li>div:not(.navi__submenu) span:last-of-type {
  font-weight: 700
}

@media screen and (max-width: 750px) {
  .navi {
    margin: 0 auto
  }

  .navi>li>div {
    position: relative
  }

  .navi>li>div:not(.navi__submenu):after {
    content: '→';
    position: absolute;
    top: .5em;
    right: 0;
    color: #fff;
    font-size: calc(48 / 750 * 100vw)
  }

  .navi>li>div:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: calc(6 / 750 * 100vw);
    background-image: url(../img/header/line_sp.png);
    background-repeat: repeat-x
  }

  .navi>li:last-child>div:before {
    background-image: none
  }

  .navi>li>.navi__parent, .navi>li>div:not(.navi__submenu) a {
    display: block;
    display: flex;
    align-items: flex-end;
    padding: 1em .5em;
    width: 100%;
    height: 100%
  }

  .navi>li>div span:first-of-type {
    margin-left: 1.5em;
    color: #dae3db;
    font-family: futura-pt, sans-serif;
    font-size: calc(28 / 750 * 100vw);
    font-weight: 600;
    order: 11
  }

  .navi>li>div span:last-of-type {
    color: #fff;
    font-size: calc(36 / 750 * 100vw);
    order: 1
  }

  .navi__submenu {
    display: none;
    padding: 4vw 0 6vw 0
  }

  .navi__submenu__list a {
    position: relative;
    padding: .8em .5em .8em 1.5em;
    display: block;
    width: 100%;
    color: #dae3db;
    font-size: calc(34 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: .1em
  }

  .navi__submenu__list a:after {
    content: '';
    width: 2vw;
    height: 2vw;
    display: block;
    border-top: 0.6vw solid;
    border-right: 0.6vw solid;
    transform: rotate(45deg);
    position: absolute;
    top: 1vw;
    bottom: 0;
    right: .5em;
    margin: auto
  }

  .navi>li>.navi__parent.is-open:after {
    transform: rotate(90deg)
  }

  .header__btn>a {
    height: calc(120 / 750 * 100vw)
  }
}

@media screen and (min-width: 751px) {
  .navi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap
  }

  .navi>li {
    position: relative;
    display: block;
    margin: 0 1.45rem;
  }

  .navi>li>div:not(.navi__submenu) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center
  }

  .navi>li>div:not(.navi__submenu):hover {
    color: #822433;
    opacity: 1;
    cursor: pointer
  }

  .navi>li>div:not(.navi__submenu) a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    height: 100%
  }

  .navi>li>div:not(.navi__submenu) span {
    display: block;
    width: 100%
  }

  .navi>li>div:not(.navi__submenu) span:first-of-type {
    font-size: calc(18 / 1440 * 100vw)
  }

  .navi__submenu {
    position: absolute;
    padding: 0 1.73611vw 1.73611vw 1.73611vw;
    top: 1.5vw;
    width: 20.13889vw;
    background-color: rgba(0, 0, 0, 0.8);
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 20
  }

  .navi>li:hover .navi__submenu {
    visibility: visible;
    opacity: 1
  }

  .navi__submenu__list a {
    position: relative;
    display: block;
    padding: 1.2em 0;
    width: 100%;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 1.11111vw;
    font-weight: 600;
    text-align: left
  }

  .navi__submenu__list a:hover {
    color: #822433
  }

  .navi__submenu__list a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: calc(3 / 1440 * 100vw);
    background-image: url(../img/header/line.png);
    background-repeat: repeat-x;
    background-size: auto calc(3 / 1440 * 100vw)
  }

  .header__btn {
    display: flex;
    align-items: center
  }

  .header__btn>a {
    height: calc(120 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1000px) {
  .navi>li {
    margin: 0 2.1rem;
  }
}

@media screen and (min-width: 1441px) {
  .navi>li>div:not(.navi__submenu) span:first-of-type {
    font-size: 16px;
    font-size: 1.6rem
  }

  .navi>li>div:not(.navi__submenu) span:last-of-type {
    font-size: 16px;
    font-size: 1.6rem
  }

  .navi__submenu {
    padding: 0 25px 25px 25px;
    top: 22px;
    width: 290px;
    background-color: rgba(0, 0, 0, 0.8)
  }

  .navi__submenu__inner {
    width: 1000px
  }

  .navi__submenu__list a {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem
  }

  .header__btn>a {
    height: 120px
  }

}

.header__bottom {
  padding: calc(60 / 750 * 100vw) 0 calc(150 / 750 * 100vw) 0
}

@media screen and (min-width: 751px) {
  .header__bottom {
    display: none
  }
}

.header__time {
  display: block;
  margin-top: calc(20 / 750 * 100vw);
  padding: .5em 1em;
  border-radius: 2.5em;
  background-color: #333;
  color: #fff;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.6em
}

.toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(120 / 750 * 100vw);
  height: calc(120 / 750 * 100vw);
  background-color: #EDE9E5;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.25s ease;
}

.toggle.is-active {
  width: 100%;
  background-color: #333;
  display: flex;
  align-items: center;
}

.is-active .ghost {
  position: absolute;
  top: calc(20 / 750 * 100vw);
  right: calc(20 / 750 * 100vw);
  width: calc(74 / 750 * 100vw);
  height: calc(74 / 750 * 100vw);
  border-radius: 100%;
  background-color: #fff;
}

.toggle span {
  position: absolute;
  left: calc(29 / 750 * 100vw);
  width: calc(62 / 750 * 100vw);
  height: calc(6 / 750 * 100vw);
  background-color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer
}

.toggle.is-active span {
  left: calc(8 / 750 * 100vw);
  width: calc(60 / 750 * 100vw);
  background-color: #46744b;
}

.toggle span:nth-of-type(1) {
  top: calc(26 / 750 * 100vw)
}

.toggle span:nth-of-type(2) {
  top: calc(44 / 750 * 100vw)
}

.toggle span:nth-of-type(3) {
  top: calc(63 / 750 * 100vw)
}

.toggle.is-active span:nth-of-type(1) {
  top: calc(36 / 750 * 100vw);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.toggle.is-active span:nth-of-type(2) {
  display: none
}

.toggle.is-active span:nth-of-type(3) {
  top: calc(36 / 750 * 100vw);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.toggle__text {
  position: absolute;
  left: 50%;
  bottom: calc(15 / 750 * 100vw);
  color: #222;
  font-family: futura-pt, sans-serif;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0.05em;
}

.toggle.is-active .toggle__text {
  left: -15.33vw;
  bottom: calc(17 / 750 * 100vw);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #fff;
}

.header__txt_sp {
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  display: block;
  width: calc(450 / 750 * 100vw);
  padding: 2vmin;
  box-sizing: border-box;
  z-index: 10000;
  position: relative;
}

.sp_line_wrap {
  position: fixed;
  top: 0;
  right: calc(125 / 750 * 100vw);
  width: calc(120 / 750 * 100vw);
  height: calc(120 / 750 * 100vw);
  background-color: #00b900;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.25s ease;
}

.sp_line_wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/line.png);
  background-size: 60%;
  background-position: center;
  color: transparent;
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }

  .sp_line_wrap {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .floathing {
    position: fixed;
    right: 0;
    top: 420px;
    width: calc(130 / 1440 * 100vw);
    z-index: 10
  }

  .floathing>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(130 / 1440 * 100vw);
    height: calc(130 / 1440 * 100vw);
    font-size: calc(10 / 1440 * 100vw);
    font-weight: 700;
    text-align: center
  }

  .floathing__icon {
    margin-bottom: .5em
  }

  .floathing__icon:after {
    content: '';
    display: inline-block;
    width: calc(35 / 1440 * 100vw);
    height: calc(35 / 1440 * 100vw);
    background-size: contain;
    background-repeat: no-repeat
  }

  .floathing__contact {
    border: 1px solid #822433;
    background-color: #822433;
    color: #fff
  }

  .floathing__book {
    border: 1px solid #46744b;
    background-color: #46744b;
    color: #fff
  }

  .floathing__reserve {
    border: 1px solid #822433;
    background-color: #822433;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
  }

  .floathing__line {
    border: 1px solid #00b900;
    background-color: #00b900;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
  }

  .floathing__contact:hover {
    background-color: #fff;
    color: #822433;
    opacity: 1
  }

  .floathing__book:hover {
    background-color: #fff;
    color: #46744b;
    opacity: 1
  }

  .floathing__reserve:hover {
    background-color: #fff;
    color: #b98855;
    opacity: 1
  }

  .floathing__line:hover {
    background-color: #fff;
    color: #00b900;
    opacity: 1;
  }

  .floathing__contact .floathing__icon:after {
    background-image: url(../img/common/mail.png)
  }

  .floathing__book .floathing__icon:after {
    background-image: url(../img/common/book.png)
  }

  .floathing__reserve .floathing__icon:after {
    background-image: url(../img/common/reserve.png)
  }

  .floathing__line .floathing__icon:after {
    background-image: url(../img/common/line.png);
  }

  .floathing__contact:hover .floathing__icon:after {
    background-image: url(../img/common/mail_h.png)
  }

  .floathing__book:hover .floathing__icon:after {
    background-image: url(../img/common/book_h.png)
  }

  .floathing__reserve:hover .floathing__icon:after {
    background-image: url(../img/common/reserve_h.png)
  }

  .floathing__line:hover .floathing__icon:after {
    background-image: url(../img/common/line_h.png);
  }
}

@media screen and (min-width: 1000px) {
  .floathing {
    width: calc(100 / 1440 * 100vw)
  }

  .floathing>a {
    width: calc(100 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .floathing {
    top: 420px;
    width: 100px
  }

  .floathing>a {
    width: 100px;
    height: 100px;
    font-size: 10px;
    font-size: 1.0rem
  }

  .floathing__icon:after {
    width: 35px;
    height: 35px
  }
}

.floathing.is-fixed {
  display: none !important
}

@media screen and (max-width: 750px) {
  .floathing {
    display: none !important
  }
}

/* 追跡サイドバナーNEW */
#rightside_siryo {
  position: fixed;
  top: 60px;
  right: 0;
  text-align: right;
  z-index: 99999;
}

#rightside_raiten {
  position: fixed;
  top: 240px;
  right: 0;
  text-align: right;
  z-index: 99999;
}

#rightside_siryo a:hover, #rightside_raiten a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #rightside_siryo, #rightside_raiten {
    display: none;
  }
}

.footer {
  position: relative;
}

.footer__top {
  position: relative;
  padding: calc(140 / 750 * 100vw) 0 calc(160 / 750 * 100vw) 0;
  background-color: #fff;
  width: 100%;
}

.footer__left {
  position: relative;
  width: 100%;
  z-index: 2
}

.footer__right {
  position: relative;
  z-index: 2
}

.footer__logo {
  margin: 0 auto calc(30 / 750 * 100vw) auto;
  width: calc(400 / 750 * 100vw)
}

.footer__logo__ecofield {
  margin: 0 auto calc(30 / 750 * 100vw) auto;
  width: calc(400 / 750 * 100vw);
}

.footer__add {
  font-size: calc(30 / 750 * 100vw);
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 2rem;
}

.footer__time {
  display: block;
  margin-top: 1.5em;
  margin-bottom: .8em;
  padding: .7em .5em;
  border-radius: 1.5em;
  background-color: #313131;
  color: #fff;
  font-size: calc(22 / 750 * 100vw);
  font-weight: 700;
  text-align: center
}

@media screen and (max-width: 750px) {
  .footer__add.is-front {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  .footer__top {
    display: flex;
    align-items: center;
    padding: 0;
  }

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

  .footer__left {
    width: calc(100% - 34.03vw)
  }

  .footer__right {
    display: block;
    width: calc(490 / 1440 * 100vw)
  }

  .footer__left__area {
    width: calc(100% - 34.03vw)
  }

  .footer__right__area {
    display: block;
    width: calc(490 / 1440 * 100vw)
  }

  .footer__logo {
    margin: 0 0 calc(15 / 1440 * 100vw) 0;
    width: calc(212 / 1440 * 100vw)
  }

  .footer__logo__ecofield {
    margin: 0 0 calc(15 / 1440 * 100vw) 0;
    width: calc(270 / 1440 * 100vw)
  }

  .footer__add {
    font-size: calc(16 / 1440 * 100vw);
    text-align: left;
    margin-bottom: 2rem;
  }

  .footer__time {
    margin-top: 0;
    margin-bottom: .8em;
    padding: .5em 0;
    border-radius: 1.5em;
    font-size: calc(16 / 1440 * 100vw)
  }

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

  .footer__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(80 / 1440 * 100vw);
    color: #fff;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 700;
    text-align: center
  }

  .footer__btn a span {
    display: block;
    margin-bottom: .3em;
    font-family: futura-pt, sans-serif;
    font-size: calc(14 / 1440 * 100vw);
    font-weight: 600
  }
}

@media screen and (min-width: 1441px) {
  .footer__top {
    padding: 0;
  }

  .footer__left {
    width: calc(100% - 450px)
  }

  .footer__right {
    width: 450px
  }

  .footer__left__area {
    width: calc(100% - 450px)
  }

  .footer__right__area {
    width: 450px
  }

  .footer__logo {
    margin: 0 0 15px 0;
    width: 212px
  }

  .footer__logo__ecofield {
    margin: 0 0 15px 0;
    width: 260px
  }

  .footer__add {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .footer__time {
    font-size: 16px;
    font-size: 1.6rem
  }

  .footer__btn a {
    height: 80px;
    font-size: 16px;
    font-size: 1.6rem
  }

  .footer__btn a span {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.footer__bottom {
  position: relative;
  padding: calc(50 / 750 * 100vw) 0 calc(80 / 750 * 100vw) 0;
  background-color: rgba(32, 27, 23, 0.96)
}

.footer__bottom__inner {
  margin: 0 auto;
  width: 92vw
}

@media screen and (min-width: 751px) {
  .footer__bottom {
    padding: calc(25 / 1440 * 100vw) 0 calc(20 / 1440 * 100vw) 0
  }

  .footer__bottom__inner {
    width: 90.27778vw
  }
}

@media screen and (min-width: 1441px) {
  .footer__bottom {
    padding: 25px 0 20px 0
  }

  .footer__bottom__inner {
    width: 1000px
  }
}

.footer__navi {
  display: flex;
  justify-content: space-around
}

.footer__navi li a {
  padding: .5em 0;
  color: #fff;
  font-size: calc(30 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .footer__navi__container {
    display: flex;
    justify-content: space-between
  }

  .footer__navi__head, .footer__navi__head a {
    color: #fff;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 700
  }

  .footer__navi {
    display: block;
    padding: 1em 0 0 0
  }

  .footer__navi li a {
    position: relative;
    display: inline-block;
    padding: .5em 0;
    color: #f2f2f2;
    font-size: calc(14 / 1440 * 100vw)
  }

  .footer__navi li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #f2f2f2;
    transition: .3s
  }

  .footer__navi li a:hover::after {
    width: 100%
  }
}

@media screen and (min-width: 1441px) {
  .footer__navi__head, .footer__navi__head a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem
  }

  .footer__navi li a {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.footer__sns {
  margin: calc(95 / 750 * 100vw) auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(140 / 750 * 100vw)
}

.footer__sns a {
  width: calc(50 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .footer__sns {
    margin: calc(80 / 1440 * 100vw) 0 0 auto;
    width: calc(75 / 1440 * 100vw)
  }

  .footer__sns a {
    width: calc(25 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .footer__sns {
    margin: 80px 0 0 auto;
    width: 75px
  }

  .footer__sns a {
    width: 25px
  }
}

.footer__copy {
  padding: 1em 0;
  background-color: #46744b;
  color: #0d4914;
  font-weight: 700
}

.footer__copy p {
  font-size: calc(20 / 750 * 100vw);
  text-align: center
}

@media screen and (min-width: 751px) {
  .footer__copy p {
    font-size: calc(13 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .footer__copy p {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.footer__tree1 {
  position: absolute;
  bottom: -21vw;
  right: 0;
  width: calc(339 / 750 * 100vw);
  height: calc(131 / 750 * 100vw)
}

.footer__tree2 {
  position: absolute;
  left: -4vw;
  bottom: -21vw;
  width: calc(240 / 750 * 100vw);
  height: calc(476 / 750 * 100vw)
}

.footer__tree3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(156 / 750 * 100vw);
  height: calc(290 / 750 * 100vw);
  z-index: -1
}

.footer__dog {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(273 / 750 * 100vw);
  height: calc(290 / 750 * 100vw);
  z-index: -1
}

@media screen and (min-width: 751px) {
  .footer__tree1 {
    right: -13.89vw;
    bottom: -4.03vw;
    width: calc(162 / 1440 * 100vw);
    height: calc(63 / 1440 * 100vw)
  }

  .footer__tree2 {
    left: -13.54vw;
    bottom: -4.1vw;
    width: calc(130 / 1440 * 100vw);
    height: calc(238 / 1440 * 100vw)
  }

  .footer__tree3 {
    right: 0;
    bottom: -1.39vw;
    width: calc(124 / 1440 * 100vw);
    height: calc(325 / 1440 * 100vw)
  }

  .footer__dog {
    left: 1.73611vw;
    bottom: -1.39vw;
    width: calc(203 / 1440 * 100vw);
    height: calc(221 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .footer__tree1 {
    right: -210px;
    bottom: -58px;
    width: 162px;
    height: 63px
  }

  .footer__tree2 {
    left: -200px;
    bottom: -59px;
    width: 130px;
    height: 238px
  }

  .footer__tree3 {
    bottom: -20px;
    width: 124px;
    height: 325px
  }

  .footer__dog {
    left: 25px;
    bottom: -20px;
    width: 203px;
    height: 221px
  }
}

.pagetop {
  display: block;
  position: fixed;
  bottom: calc(20 / 750 * 100vw);
  right: calc(15 / 750 * 100vw);
  width: calc(90 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  transition: .3s;
  z-index: 999;
  /*margin-bottom: 100px;*/
}

.pagetop:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .pagetop {
    bottom: calc(20 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(90 / 1440 * 100vw);
    height: calc(90 / 1440 * 100vw);
  }
}

@media screen and (min-width: 1441px) {
  .pagetop {
    bottom: 20px;
    right: 15px;
    width: 90px;
    height: 90px;
  }

  .pagetop:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

@media screen and (max-width: 751px) {
  .pagetop {
    margin-bottom: 70px;
  }
}

.container {
  margin: 0 auto;
  width: 100%
}

.container__inner, .container__Sinner {
  position: relative;
  margin: 0 auto;
  width: calc(690 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .container__inner {
    width: calc(1000 / 1440 * 100vw)
  }

  .container__Sinner {
    width: calc(800 / 1440 * 100vw)
  }

  #header .footer__time {
    padding: .5em;
    font-size: 10px;
    position: absolute;
    display: block;
    top: -2px;
  }
}

@media screen and (min-width: 1000px) {
  #header .footer__time {
    padding: .5em;
    font-size: 10px;
    position: absolute;
    display: block;
    top: 0;
  }

}

@media screen and (min-width: 1441px) {
  .container__inner {
    width: 1000px
  }

  .container__Sinner {
    width: 800px
  }
}

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: calc(20 / 1440 * 100vw); */
  margin-right: calc(20 / 1440 * 100vw);

}

.number__tel {
  font-family: futura-pt, sans-serif;
  font-weight: 600
}

#header .number__icon {
  margin-right: calc(7 / 750 * 100vw);
  width: calc(17 / 750 * 100vw);
}

#header .number__icon1 {
  margin-right: calc(30 / 750 * 100vw);
  width: calc(58 / 750 * 100vw);
}

#footer .number__icon {
  margin-right: calc(30 / 750 * 100vw);
  width: calc(58 / 750 * 100vw)
}

#footer .number__tel {
  color: #333;
  font-size: calc(74 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  #footer .number__icon {
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(37 / 1440 * 100vw)
  }

  #footer .number__tel {
    color: #333;
    font-size: calc(48 / 1440 * 100vw)
  }

  #header .number__tel {
    color: #000;
    font-size: calc(20 / 750 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  #footer .number__icon {
    margin-right: 15px;
    width: 37px
  }

  #footer .number__tel {
    font-size: 48px;
    font-size: 4.8rem
  }

  #header .number__tel {
    font-size: 32px;
  }

  #header .footer__time {
    padding: .5em;
    font-size: 10px;
    position: absolute;
    top: 4px;
  }
}

@media all and (-ms-high-contrast: none) {
  #footer .number__tel {
    letter-spacing: .08em
  }
}

.navi__btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%
}

#header .navi__btn>p>span:nth-of-type(1) {
  position: relative;
  margin-right: calc(25 / 750 * 100vw)
}

.header__btn__icon:after {
  content: '';
  display: inline-block;
  width: calc(70 / 750 * 100vw);
  height: calc(70 / 750 * 100vw);
  background-size: contain;
  background-repeat: no-repeat
}

.navi__btn--contact .header__btn__icon:after {
  background-image: url(../img/common/mail.png)
}

.navi__btn--book .header__btn__icon:after {
  background-image: url(../img/common/book.png)
}

.navi__btn--reserve .header__btn__icon:after {
  background-image: url(../img/common/reserve.png)
}

.navi__btn--line .header__btn__icon:after {
  background-image: url(../img/common/line.png)
}

.navi__btn--contact:hover .header__btn__icon:after {
  background-image: url(../img/common/mail_h.png)
}

.navi__btn--book:hover .header__btn__icon:after {
  background-image: url(../img/common/book_h.png)
}

.navi__btn--reserve:hover .header__btn__icon:after {
  background-image: url(../img/common/reserve_h.png)
}

.navi__btn--line:hover .header__btn__icon:after {
  background-image: url(../img/common/line_h.png)
}

#header .navi__btn>p>span:nth-of-type(2), #footer .navi__btn>p>span:nth-of-type(1) {
  display: none;
  font-family: futura-pt, sans-serif;
  font-weight: 600
}

#header .navi__btn>p>span:nth-of-type(3), #footer .navi__btn>p>span:nth-of-type(2) {
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700
}

.navi__btn--contact {
  background-color: #822433
}

.navi__btn--contact:hover {
  background-color: #fff;
  color: #822433;
  opacity: 1
}

#header .navi__btn--contact {
  width: 100%
}

#footer .navi__btn--contact {
  border: 1px solid #822433
}

.navi__btn--book {
  border: 1px solid #fff;
  background-color: #46744b
}

.navi__btn--book:hover {
  background-color: #fff;
  color: #46744b;
  opacity: 1
}

.navi__btn--reserve {
  background-color: #a6937c
}

.navi__btn--reserve:hover {
  background-color: #fff;
  color: #a6937c;
  opacity: 1
}

#header .navi__btn--reserve {
  width: 100%
}

#footer .navi__btn--reserve {
  border: 1px solid #a6937c
}

.navi__btn--line {
  background-color: #00b900
}

.navi__btn--line:hover {
  background-color: #fff;
  color: #00b900;
  opacity: 1
}

#header .navi__btn--line {
  width: 100%
}

#footer .navi__btn--line {
  border: 1px solid #00b900
}

@media screen and (min-width: 751px) {
  .navi__btn>p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  #header .navi__btn>p>span:nth-of-type(1) {
    display: none
  }

  #header .navi__btn>p>span:nth-of-type(2), #footer .navi__btn>p>span:nth-of-type(1) {
    display: block;
    margin: 0 0 .5em 0;
    font-size: calc(14 / 1440 * 100vw)
  }

  #header .navi__btn>p>span:nth-of-type(3), #footer .navi__btn>p>span:nth-of-type(2) {
    font-size: calc(16 / 1440 * 100vw)
  }

  #header .navi__btn--contact {
    width: calc(155 / 1440 * 100vw)
  }

  #footer .navi__btn--contact {
    width: calc(174 / 1440 * 100vw)
  }

  #header .navi__btn--reserve {
    width: calc(110 / 1440 * 100vw)
  }

  #footer .navi__btn--reserve {
    width: calc(127 / 1440 * 100vw)
  }

  #header .navi__btn--line {
    width: calc(129 / 1440 * 100vw)
  }

  #footer .navi__btn--line {
    width: calc(145 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  #header .navi__btn>p>span:nth-of-type(2), #footer .navi__btn>p>span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem
  }

  #header .navi__btn>p>span:nth-of-type(3), #footer .navi__btn>p>span:nth-of-type(2) {
    font-size: 16px;
    font-size: 1.6rem
  }

  #header .navi__btn--contact {
    width: 155px
  }

  #footer .navi__btn--contact {
    width: 164px
  }

  #header .navi__btn--reserve {
    width: 110px
  }

  #footer .navi__btn--reserve {
    width: 117px
  }

  #header .navi__btn--line {
    width: 129px
  }

  #footer .navi__btn--line {
    width: 137px
  }

  #header .number__icon {
    width: 30px;
    height: 30px;
    margin-right: calc(4 / 750 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  #header .navi__btn {
    display: flex;
    justify-content: center;
    align-items: center
  }

  #header .navi__btn>p {
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.img__scale {
  width: 100%;
  height: auto;
  overflow: hidden
}

.img__scale img {
  width: 100%;
  transition-duration: 0.5s;
  object-fit: contain;
}

.img__scale__hover, .img__scale img:hover, .renovF__container a:hover .img__scale img, .eventA__container a:hover .img__scale img, .sekoA__container a:hover .img__scale img, .sekoS__point a:hover .img__scale img, .voiceA__container a:hover .img__scale img, .blogA__container a:hover .img__scale img, .staffA__container a:hover .img__scale img, .letterA__container a:hover .img__scale img, .movieA__container a:hover .img__scale img, .recruitA__container a:hover .img__scale img, .blogM__container a:hover .img__scale img, .awardA__container a:hover .img__scale img {
  transform: scale(1.1, 1.1);
  cursor: pointer
}

.list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em
}

.list li:before {
  content: '※'
}

.list__dot li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em
}

.list__dot li:before {
  content: '・'
}

.list__dot__laege li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em
}

.list__dot__laege li:before {
  content: '●'
}

.ggmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.sec__mig {
  position: relative;
  padding: calc(120 / 750 * 100vw) 0 calc(220 / 750 * 100vw) 0;
  background-image: url(../img/migration/bg.jpg);
  background-size: cover
}

@media screen and (min-width: 751px) {
  .sec__mig {
    padding: 5.55556vw 0
  }
}

@media screen and (min-width: 1441px) {
  .sec__mig {
    padding: 80px 0
  }
}

.mig__line {
  position: relative;
  margin: 9.33333vw 0;
  width: 100%;
  height: .8vw;
  background-image: url(../img/migration/line.png);
  background-size: 100%;
  background-repeat: repeat-x
}

@media screen and (min-width: 751px) {
  .mig__line {
    margin: 2.43056vw 0;
    height: .20833vw
  }
}

@media screen and (min-width: 1441px) {
  .mig__line {
    margin: 35px 0;
    height: 3px
  }
}

.mig__container {
  position: relative
}

.mig__container a {
  position: relative;
  display: block;
  margin-bottom: 6.66667vw
}

.mig__container a:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .mig__container {
    display: flex;
    margin-left: -1.38889vw
  }

  .mig__container a {
    margin: 0 0 0 1.38889vw;
    width: calc(33.33333% - 1.38889vw)
  }
}

@media screen and (min-width: 1441px) {
  .mig__container {
    margin-left: -20px
  }

  .mig__container a {
    margin: 0 0 0 20px;
    width: calc(33.33333% - 20px)
  }
}

.mig__head__box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(260 / 750 * 100vw);
  background-color: #faf9f8
}

.mig__head__box:after {
  content: '→';
  position: absolute;
  top: calc(160 / 750 * 100vw);
  left: 50%;
  display: inline-block;
  font-size: calc(48 / 750 * 100vw);
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.mig__head {
  margin-top: -1.5em;
  padding: 0 2em;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .mig__head__box {
    height: calc(135 / 1440 * 100vw)
  }

  .mig__head__box:after {
    top: calc(80 / 1440 * 100vw);
    font-size: calc(24 / 1440 * 100vw)
  }

  .mig__head {
    font-size: calc(18 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .mig__head__box {
    height: 135px
  }

  .mig__head__box:after {
    top: 80px;
    font-size: 24px;
    font-size: 2.4rem
  }

  .mig__head {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.hero {
  position: relative;
  width: 100%;
  z-index: 2
}

.hero--front {
  height: calc(1200 / 750 * 100vw)
}

.hero__inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(690 / 750 * 100vw);
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.hero__content {
  position: absolute;
  bottom: calc(65 / 750 * 100vw);
  left: 0;
  width: 100%
}

.hero--front .swiper-slide {
  background: #fff;
}

.hero--front .swiper-slide a,
.pickup .swiper-wrapper li a {
  transition: .5s;
}

.hero--front .swiper-slide a:hover,
.pickup .swiper-wrapper li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 751px) {
  .hero--front {
    height: calc(800 / 1440 * 100vw)
  }

  .hero__inner {
    width: calc(1030 / 1440 * 100vw)
  }

  #hero1 .hero__content {
    left: 0;
    bottom: calc(140 / 1440 * 100vw)
  }

  #hero2 .hero__inner {
    width: calc(1030 / 1440 * 100vw)
  }

  #hero2 .hero__content {
    left: -2.08333vw;
    bottom: calc(65 / 1440 * 100vw)
  }

  .hero__text1 {
    margin-left: 1em
  }
}

@media screen and (min-width: 1441px) {
  .hero--front {
    height: 800px
  }

  .hero__inner {
    width: 1000px
  }

  #hero1 .hero__content {
    left: 0;
    bottom: 140px
  }

  #hero2 .hero__inner {
    width: 1030px
  }

  #hero2 .hero__content {
    left: -30px;
    bottom: 65px
  }
}

.hero__catch {
  position: relative;
  margin-bottom: calc(30 / 750 * 100vw);
  display: inline-block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: calc(58 / 750 * 100vw);
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: .3em;
}

.hero__text1 {
  width: calc(524 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .hero__catch {
    margin-bottom: calc(15 / 1440 * 100vw);
    font-size: calc(36 / 1440 * 100vw);
  }

  .hero__text1 {
    width: calc(262 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .hero__catch {
    margin-bottom: 15px;
    font-size: 36px;
    font-size: 3.6rem;
  }

  .hero__text1 {
    width: 262px
  }
}

.hero--page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3)
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: .7em
}

.swiper-pagination-bullet {
  width: .3em;
  height: .3em;
  background: #fff
}

.swiper-pagination-bullet-active {
  background: #822433
}

@media screen and (min-width: 751px) {
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2em
  }

  .swiper-pagination-bullet {
    width: .5em;
    height: .5em
  }
}

.hero--page {
  height: 66.66667vw
}

.hero__inner--page {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92vw;
  height: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3
}

@media screen and (min-width: 751px) {
  .hero--page {
    height: calc(350 / 1440 * 100vw)
  }

  .hero__inner--page {
    width: 69.44444vw
  }
}

@media screen and (min-width: 1441px) {
  .hero--page {
    height: 350px
  }

  .hero__inner--page {
    width: 1000px
  }
}

.sec {
  position: relative
}

.sectionF__head {
  position: relative;
  font-size: calc(60 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.4em;
  z-index: 2
}

.sectionF__head--font2 {
  font-family: "Noto Serif JP", serif
}

.sectionF__subhead {
  position: relative;
  margin-bottom: .5em;
  font-family: futura-pt, sans-serif;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 600;
  z-index: 2
}

@media screen and (min-width: 751px) {
  .sectionF__head {
    font-size: calc(30 / 1440 * 100vw)
  }

  .sectionF__subhead {
    font-size: calc(24 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .sectionF__head {
    font-size: 30px;
    font-size: 3.0rem
  }

  .sectionF__subhead {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.sec__info {
  position: relative;
  padding: calc(125 / 750 * 100vw) 0 calc(170 / 750 * 100vw) 0
}

.sec__info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede9e5;
  z-index: -2
}

@media screen and (min-width: 751px) {
  .sec__info {
    padding: calc(60 / 1440 * 100vw) 0 0 0
  }
}

@media screen and (min-width: 1441px) {
  .sec__info {
    padding: 60px 0 0 0
  }
}

.infoF__container {
  position: relative;
  margin: calc(50 / 750 * 100vw) 0 0 0;
  z-index: 2
}

.infoF__container>div:nth-of-type(1) {
  margin: 0 0 calc(50 / 1440 * 100vw) 0
}

@media screen and (min-width: 751px) {
  .infoF__container {
    display: flex;
    justify-content: space-between;
    margin: calc(25 / 1440 * 100vw) 0 0 0
  }

  .infoF__container>div {
    width: calc(490 / 1440 * 100vw)
  }

  .infoF__container>div:nth-of-type(1) {
    margin: 0
  }
}

@media screen and (min-width: 1441px) {
  .infoF__container {
    margin: 25px 0 0 0
  }

  .infoF__container>div {
    width: 490px
  }
}

.infoF__head__container {
  position: relative
}

.infoF__head__container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6)
}

.infoF__head {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: calc(60 / 750 * 100vw);
  font-weight: 600;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.infoF__content {
  padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw);
  background-color: #fff
}

.infoF__content>a {
  display: block;
  position: relative;
  padding: .8em 0
}

.infoF__content>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  background-image: url(../img/front/info/line.png);
  background-repeat: repeat-x
}

@media screen and (min-width: 751px) {
  .infoF__head {
    font-size: calc(30 / 1440 * 100vw)
  }

  .infoF__content {
    padding: calc(40 / 1440 * 100vw) calc(25 / 1440 * 100vw);
    min-height: calc(397 / 1440 * 100vw)
  }

  .infoF__content>a:before {
    height: calc(3 / 750 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .infoF__head {
    font-size: 30px;
    font-size: 3.0rem
  }

  .infoF__content {
    padding: 40px 25px;
    min-height: 395px
  }

  .infoF__content>a:before {
    height: 3px
  }
}

.newsF__date {
  color: #a6937c;
  font-family: futura-pt, sans-serif;
  font-weight: 600
}

.eventF__date {
  margin-bottom: .5em;
  color: #a6937c;
  font-weight: 700
}

.infoF__tree1 {
  position: absolute;
  top: calc(60 / 750 * 100vw);
  left: 0;
  width: calc(436 / 750 * 100vw);
  height: calc(416 / 750 * 100vw);
  z-index: -1
}

.infoF__tree2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(428 / 750 * 100vw);
  height: calc(830 / 750 * 100vw);
  z-index: -1
}

@media screen and (min-width: 751px) {
  .infoF__tree1 {
    top: calc(95 / 1440 * 100vw);
    width: calc(218 / 1440 * 100vw);
    height: calc(208 / 1440 * 100vw)
  }

  .infoF__tree2 {
    width: calc(224 / 1440 * 100vw);
    height: calc(415 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .infoF__tree1 {
    top: 95px;
    width: 218px;
    height: 208px
  }

  .infoF__tree2 {
    width: 224px;
    height: 415px
  }
}

.sec__modelhouse {
  position: relative;
  padding: calc(30 / 750 * 100vw) 0 0 0
}

@media screen and (min-width: 751px) {
  .sec__modelhouse {
    padding: calc(95 / 1440 * 100vw) 0
  }
}

@media screen and (min-width: 1441px) {
  .sec__modelhouse {
    padding: 95px 0
  }
}

.modelhouseF {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: -4vw;
  width: calc(100% + 8vw);
  background-color: #ede9e5
}

.modelhouseF__head {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 8vw);
  background-image: url(../img/front/modelhouse/pattern.png);
  background-position: center;
  background-size: calc(356 / 750 * 100vw);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.modelhouseF__subhead:before {
  content: 'ー';
  margin-right: .5em
}

.modelhouseF__subhead:after {
  content: 'ー';
  margin-left: .5em
}

.modelhouseF__image {
  width: calc(215 / 750 * 100vw)
}

.modelhouseF__catch {
  margin-top: .6em;
  font-size: calc(48 / 750 * 100vw);
  text-align: center;
  line-height: 1.4em
}

@media screen and (max-width: 750px) {
  #raiten-merit .modelhouseF {
    margin-bottom: 13.33333vw
  }

  .modelhouseF__btn {
    width: 90.66667vw
  }
}

@media screen and (min-width: 751px) {
  .modelhouseF {
    margin-left: 0;
    width: 100%
  }

  .modelhouseF__head {
    width: calc(445 / 1440 * 100vw);
    background-size: calc(178 / 1440 * 100vw)
  }

  .modelhouseF__image {
    width: calc(300 / 1440 * 100vw)
  }

  .modelhouseF__catch {
    font-size: calc(24 / 1440 * 100vw)
  }

  .modelhouseF__btn {
    margin-left: 0
  }
}

@media screen and (min-width: 1441px) {
  .modelhouseF__head {
    width: 445px;
    background-size: 178px
  }

  .modelhouseF__image {
    width: 300px
  }

  .modelhouseF__catch {
    font-size: 24px;
    font-size: 2.4rem
  }
}

@media screen and (max-width: 750px) {
  .modelhouseF__head__shadow {
    text-shadow: .53vw .53vw 0 #FFF, -.53vw -.53vw 0 #FFF, -.53vw .53vw 0 #FFF, .53vw -.53vw 0 #FFF, 0 .53vw 0 #FFF, 0 -.3vw 0 #FFF, -.53vw 0 0 #FFF, .53vw 0 0 #FFF
  }

  .modelhouseF__catch {
    font-weight: 700;
    text-shadow: .3vw .3vw 0 #FFF, -.3vw -.3vw 0 #FFF, -.3vw .3vw 0 #FFF, .3vw -.3vw 0 #FFF, 0 .3vw 0 #FFF, 0 -.3vw 0 #FFF, -.3vw 0 0 #FFF, .3vw 0 0 #FFF
  }
}

.modelhouseF__tree {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(282 / 750 * 100vw);
  height: calc(418 / 750 * 100vw);
  z-index: -1
}

@media screen and (min-width: 751px) {
  .modelhouseF__tree {
    width: calc(245 / 1440 * 100vw);
    height: calc(370 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .modelhouseF__tree {
    width: 245px;
    height: 370px
  }
}

.sec__seko {
  position: relative;
  padding: calc(220 / 750 * 100vw) 0 calc(380 / 750 * 100vw) 0
}

.sec__seko::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -2
}

.sec__seko::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(1850 / 750 * 100vw);
  background-image: url(../img/front/seko/bg_sp.jpg);
  background-size: cover;
  z-index: -3
}

@media screen and (min-width: 751px) {
  .sec__seko {
    padding: calc(90 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw) 0
  }

  .sec__seko::after {
    background-image: url(../img/front/seko/bg.jpg)
  }

  .sec__seko::after {
    height: calc(530 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .sec__seko {
    padding: 90px 0 70px 0
  }

  .sec__seko::after {
    height: 530px
  }
}

.sekoF__tree1 {
  position: absolute;
  top: calc(60 / 750 * 100vw);
  left: 0;
  width: calc(320 / 750 * 100vw);
  height: calc(509 / 750 * 100vw);
  z-index: -1
}

.sekoF__tree2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(292 / 750 * 100vw);
  height: calc(783 / 750 * 100vw);
  z-index: -1
}

@media screen and (min-width: 751px) {
  .sekoF__tree1 {
    top: calc(415 / 1440 * 100vw);
    width: calc(262 / 1440 * 100vw);
    height: calc(264 / 1440 * 100vw)
  }

  .sekoF__tree2 {
    width: calc(180 / 1440 * 100vw);
    height: calc(390 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .sekoF__tree1 {
    top: 415px;
    width: 262px;
    height: 264px
  }

  .sekoF__tree2 {
    width: 185px;
    height: 390px
  }
}

@media screen and (min-width: 751px) {
  .seko__image {
    overflow: hidden;
    border-radius: .8em
  }

  .seko__image__scale {
    width: 100%;
    height: auto
  }

  .seko__image__scale img {
    width: 100%;
    transition-duration: 0.5s
  }

  .sekoF__container a:hover .seko__image__scale img {
    transform: scale(1.1, 1.1)
  }
}

.sec__voice {
  position: relative;
  padding: calc(80 / 750 * 100vw) 0 calc(140 / 750 * 100vw) 0
}

.sec__voice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -2
}

.sec__voice::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/front/voice/bg_sp.jpg);
  background-size: cover;
  z-index: -3
}

@media screen and (min-width: 751px) {
  .sec__voice {
    padding: calc(40 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw) 0
  }

  .sec__voice::after {
    background-image: url(../img/front/voice/bg.jpg)
  }
}

@media screen and (min-width: 1441px) {
  .sec__voice {
    padding: 40px 0 70px 0
  }
}

.sec__about {
  position: relative;
  padding: calc(120 / 750 * 100vw) 0 calc(220 / 750 * 100vw) 0
}

@media screen and (min-width: 751px) {
  .sec__about {
    padding: calc(70 / 1440 * 100vw) 0 calc(100 / 1440 * 100vw) 0
  }
}

@media screen and (min-width: 1441px) {
  .sec__about {
    padding: 70px 0 100px 0
  }
}

.aboutF__container {
  position: relative;
  margin: calc(60 / 750 * 100vw) 0 0 0
}

.aboutF__container a {
  position: relative;
  display: block;
  margin-bottom: calc(115 / 750 * 100vw)
}

.aboutF__container a:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .aboutF__container {
    display: flex;
    margin: calc(60 / 1440 * 100vw) 0 0 -1.39vw
  }

  .aboutF__container a {
    margin: 0 0 0 1.39vw;
    width: calc(50% - 1.39vw)
  }
}

@media screen and (min-width: 1441px) {
  .aboutF__container {
    margin: 60px 0 0 -20px
  }

  .aboutF__container a {
    margin: 0 0 0 20px;
    width: calc(50% - 20px)
  }
}

.aboutF__head {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(120 / 750 * 100vw);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 500;
  letter-spacing: .2em
}

@media screen and (min-width: 751px) {
  .aboutF__head {
    height: calc(60 / 1440 * 100vw);
    font-size: calc(24 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .aboutF__head {
    height: 60px;
    font-size: 24px;
    font-size: 2.4rem
  }
}

.aboutF__tree1 {
  position: absolute;
  top: -19.73vw;
  right: 0;
  width: calc(360 / 750 * 100vw);
  height: calc(148 / 750 * 100vw);
  z-index: -1
}

.aboutF__tree2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(216 / 750 * 100vw);
  height: calc(470 / 750 * 100vw);
  z-index: -1
}

@media screen and (min-width: 751px) {
  .aboutF__tree1 {
    top: -5.14vw;
    width: calc(180 / 1440 * 100vw);
    height: calc(74 / 1440 * 100vw)
  }

  .aboutF__tree2 {
    left: calc(25 / 1440 * 100vw);
    width: calc(130 / 1440 * 100vw);
    height: calc(238 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .aboutF__tree1 {
    top: -74px;
    width: 180px;
    height: 74px
  }

  .aboutF__tree2 {
    left: 25px;
    width: 130px;
    height: 238px
  }
}

.sec__showroom {
  position: relative;
  padding: calc(100 / 750 * 100vw) 0 calc(140 / 750 * 100vw) 0
}

.sec__showroom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.2);
  z-index: -2
}

.sec__showroom::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/front/showroom/bg_sp.jpg);
  background-size: cover;
  z-index: -3
}

@media screen and (min-width: 751px) {
  .sec__showroom {
    padding: calc(70 / 1440 * 100vw) 0 calc(95 / 1440 * 100vw) 0
  }

  .sec__showroom::after {
    background-image: url(../img/front/showroom/bg.jpg)
  }
}

@media screen and (min-width: 1441px) {
  .sec__showroom {
    padding: 70px 0 95px 0
  }
}

.showroomF__container {
  position: relative;
  margin: calc(80 / 750 * 100vw) 0 0 0;
  padding: calc(40 / 750 * 100vw) 0 calc(80 / 750 * 100vw) 0;
  background-image: url(../img/front/showroom/pattern.png);
  background-repeat: repeat-y
}

.showroomF__container a {
  position: relative;
  display: block;
  margin: 0 auto calc(140 / 750 * 100vw) auto;
  width: calc(600 / 750 * 100vw)
}

.showroomF__container a:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .showroomF__container {
    display: flex;
    justify-content: space-around;
    margin: calc(80 / 1440 * 100vw) auto 0 auto;
    padding: 0;
    width: calc(960 / 1440 * 100vw);
    background-image: none
  }

  .showroomF__container:after {
    content: '';
    position: absolute;
    top: calc(70 / 1440 * 100vw);
    left: -1.39vw;
    width: calc(1000 / 1440 * 100vw);
    height: calc(450 / 1440 * 100vw);
    background-image: url(../img/front/showroom/pattern.png);
    z-index: -1
  }

  .showroomF__container a {
    margin-bottom: 0;
    width: calc(300 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .showroomF__container {
    margin: 80px auto 0 auto;
    width: 960px
  }

  .showroomF__container:after {
    top: 70px;
    left: -20px;
    width: 1000px;
    height: 450px
  }

  .showroomF__container a {
    width: 300px
  }
}

.showroom__box {
  position: relative;
  padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 2
}

.showroom__box__image {
  position: relative;
  top: -3.33vw;
  margin-bottom: -3.33vw;
  width: 100%
}

.showroom__box__head {
  font-family: "Noto Serif JP", serif;
  font-size: calc(42 / 750 * 100vw);
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: .2em
}

.showroom__box__image1 {
  margin-right: auto;
  margin-bottom: calc(10 / 750 * 100vw);
  width: calc(634 / 750 * 100vw)
}

.showroom__box__image2 {
  margin-left: auto;
  width: calc(634 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .showroom__box__container {
    display: flex
  }

  .showroom__box {
    padding: calc(30 / 1440 * 100vw);
    width: calc(540 / 1440 * 100vw)
  }

  .showroom__box__image {
    top: -6.94vw;
    margin-bottom: -6.94vw;
    width: calc(100% - 37.5vw)
  }

  .showroom__box__head {
    font-size: calc(24 / 1440 * 100vw)
  }

  .showroom__box__image1 {
    margin-bottom: 0.69vw;
    width: calc(425 / 1440 * 100vw)
  }

  .showroom__box__image2 {
    width: calc(425 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .showroom__box {
    padding: 30px;
    width: 540px
  }

  .showroom__box__image {
    top: -100px;
    margin-bottom: -100px;
    width: calc(100% - 540px)
  }

  .showroom__box__head {
    font-size: 24px;
    font-size: 2.4rem
  }

  .showroom__box__image1 {
    margin-bottom: 10px;
    width: 425px
  }

  .showroom__box__image2 {
    width: 425px
  }
}

.cafe__logo {
  margin: 0 auto;
  width: calc(586 / 750 * 100vw);
  text-align: center
}

.cafe__logo img {
  width: auto;
}

.cafe__head {
  margin-top: calc(50 / 750 * 100vw)
}

.cafe__box {
  padding: calc(60 / 750 * 100vw) calc(35 / 750 * 100vw);
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100%
}

.cafe__gallery>div {
  margin-bottom: calc(25 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .cafe__head__container {
    display: flex;
    align-items: center
  }

  .cafe__logo {
    width: calc(270 / 1440 * 100vw)
  }

  .cafe__logo img {
    width: calc(229 / 1440 * 100vw)
  }

  .cafe__head {
    margin: 0;
    width: calc(100% - 18.75vw)
  }

  .cafe__box {
    padding: calc(55 / 1440 * 100vw) calc(40 / 1440 * 100vw)
  }

  .cafe__gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.69vw
  }

  .cafe__gallery>div {
    margin: 0 0 0.69vw 0.69vw;
    width: calc(33.33333% - 0.69vw)
  }
}

@media screen and (min-width: 1441px) {
  .cafe__logo {
    width: 270px
  }

  .cafe__logo img {
    width: 229px
  }

  .cafe__head {
    width: calc(100% - 270px)
  }

  .cafe__box {
    padding: 55px 40px
  }

  .cafe__gallery {
    margin-left: -10px
  }

  .cafe__gallery>div {
    margin: 0 0 10px 10px;
    width: calc(33.33333% - 10px)
  }
}

.sec__renov {
  position: relative;
  padding: calc(180 / 750 * 100vw) 0 calc(0 / 750 * 100vw) 0;
  /*background-color: #f6f8f6*/
}

.sec__renov::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: rgba(255, 255, 255, 0.6);*/
  z-index: 1
}

@media screen and (min-width: 751px) {
  .sec__renov {
    padding: calc(70 / 1440 * 100vw) 0 calc(100 / 1440 * 100vw) 0
  }
}

@media screen and (min-width: 1441px) {
  .sec__renov {
    padding: 70px 0 0 0
  }
}

.renovF__container {
  position: relative;
  margin: calc(60 / 750 * 100vw) 0 0 0;
  z-index: 2
}

.renovF__container a {
  position: relative;
  display: block;
  margin-bottom: calc(50 / 750 * 100vw)
}

.renovF__container a:last-of-type {
  margin-bottom: 0
}

.renovF__container a:after {
  content: '';
  position: absolute;
  right: .5em;
  bottom: .5em;
  display: inline-block;
  width: calc(75 / 750 * 100vw);
  height: calc(75 / 750 * 100vw);
  background-image: url(../img/front/renov/arrow.png);
  background-size: contain;
  background-repeat: no-repeat
}

@media screen and (min-width: 751px) {
  .renovF__container {
    display: flex;
    margin: calc(28 / 1440 * 100vw) 0 0 -1.39vw
  }

  .renovF__container a {
    margin: 0 0 0 1.39vw;
    width: calc(33.33333% - 1.39vw)
  }

  .renovF__container a:after {
    width: calc(38 / 1440 * 100vw);
    height: calc(38 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .renovF__container {
    margin: 26px 0 0 -20px
  }

  .renovF__container a {
    margin: 0 0 0 20px;
    width: calc(33.33333% - 20px)
  }

  .renovF__container a:after {
    width: 38px;
    height: 38px
  }
}

.renovF__box {
  position: absolute;
  top: .5em;
  left: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: rgba(0, 0, 0, 0.5)
}

.renovF__box__inner {
  text-align: center
}

.renovF__head {
  color: #fff;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700
}

.renovF__subhead {
  display: inline-block;
  margin-bottom: .6em;
  padding: .2em 1em;
  border-radius: 1.5em;
  background-color: #fff;
  color: #46744b;
  font-family: futura-pt, sans-serif;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 600
}

@media screen and (min-width: 751px) {
  .renovF__head {
    font-size: calc(18 / 1440 * 100vw)
  }

  .renovF__subhead {
    font-size: calc(24 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .renovF__head {
    font-size: 18px;
    font-size: 1.8rem
  }

  .renovF__subhead {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.renovF__dog {
  position: absolute;
  top: 0;
  left: 4vw;
  width: calc(536 / 750 * 100vw);
  height: calc(556 / 750 * 100vw);
  z-index: 0
}

.renovF__tree {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(416 / 750 * 100vw);
  height: calc(436 / 750 * 100vw);
  z-index: 0
}

@media screen and (min-width: 751px) {
  .renovF__dog {
    top: calc(40 / 1440 * 100vw);
    left: calc(20 / 1440 * 100vw);
    width: calc(268 / 1440 * 100vw);
    height: calc(278 / 1440 * 100vw)
  }

  .renovF__tree {
    width: calc(208 / 1440 * 100vw);
    height: calc(218 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .renovF__dog {
    top: 40px;
    left: 20px;
    width: 268px;
    height: 278px
  }

  .renovF__tree {
    width: 208px;
    height: 218px
  }
}

.sec__company {
  position: relative;
  padding: calc(120 / 750 * 100vw) 0 calc(220 / 750 * 100vw) 0;
  background-image: url(../img/front/company/bg_sp.jpg);
  background-size: cover
}

.sec__company::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(191, 191, 191, 0.3)
}

@media screen and (min-width: 751px) {
  .sec__company {
    padding: calc(70 / 1440 * 100vw) 0 calc(100 / 1440 * 100vw) 0;
    background-image: url(../img/front/company/bg.jpg)
  }
}

@media screen and (min-width: 1441px) {
  .sec__company {
    padding: 70px 0 100px 0
  }
}

.companyF__container {
  position: relative;
  margin: calc(70 / 750 * 100vw) 0 0 0
}

.companyF__container a {
  position: relative;
  display: block;
  margin-bottom: calc(100 / 750 * 100vw)
}

.companyF__container a:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .companyF__container {
    display: flex;
    margin: calc(80 / 1440 * 100vw) 0 0 -1.39vw
  }

  .companyF__container a {
    margin: 0 0 0 1.39vw;
    width: calc(33.33333% - 1.39vw)
  }
}

@media screen and (min-width: 1441px) {
  .companyF__container {
    margin: 80px 0 0 -20px
  }

  .companyF__container a {
    margin: 0 0 0 20px;
    width: calc(33.33333% - 20px)
  }
}

.companyF__head__box {
  position: absolute;
  bottom: -.8em;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(260 / 750 * 100vw);
  background-color: #faf9f8
}

.companyF__head__box:after {
  content: '→';
  position: absolute;
  top: calc(160 / 750 * 100vw);
  left: 50%;
  display: inline-block;
  font-size: calc(48 / 750 * 100vw);
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.companyF__head {
  margin-top: -1.5em;
  padding: 0 2em;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .companyF__head__box {
    height: calc(135 / 1440 * 100vw)
  }

  .companyF__head__box:after {
    top: calc(80 / 1440 * 100vw);
    font-size: calc(24 / 1440 * 100vw)
  }

  .companyF__head {
    font-size: calc(18 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .companyF__head__box {
    height: 135px
  }

  .companyF__head__box:after {
    top: 80px;
    font-size: 24px;
    font-size: 2.4rem
  }

  .companyF__head {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.companyF__tree1 {
  position: absolute;
  top: -19.73vw;
  right: 0;
  width: calc(360 / 750 * 100vw);
  height: calc(148 / 750 * 100vw);
  z-index: -1
}

.companyF__tree2 {
  position: absolute;
  left: -4vw;
  bottom: -29.33vw;
  width: calc(216 / 750 * 100vw);
  height: calc(470 / 750 * 100vw);
  z-index: -1
}

@media screen and (min-width: 751px) {
  .companyF__tree1 {
    top: -5.14vw;
    width: calc(180 / 1440 * 100vw);
    height: calc(74 / 1440 * 100vw)
  }

  .companyF__tree2 {
    left: -13.54vw;
    bottom: -6.94vw;
    width: calc(130 / 1440 * 100vw);
    height: calc(238 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .companyF__tree1 {
    top: -74px;
    width: 180px;
    height: 74px
  }

  .companyF__tree2 {
    left: -195px;
    bottom: -100px;
    width: 130px;
    height: 238px
  }
}

.newsA__container>a {
  position: relative;
  display: block;
  padding: 1.5em 1em;
  width: 100%
}

.newsA__container>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: .8vw;
  background-image: url(../img/company/line.png);
  background-size: auto .8vw;
  background-repeat: repeat-x
}

.newsA__container>a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f054';
  color: #822433;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.newsA__date {
  margin-bottom: .5em;
  color: #822433;
  font-family: futura-pt, sans-serif;
  font-weight: 700
}

.newsA__title {
  padding-right: 2em;
  font-weight: 700;
  line-height: 1.6em
}

@media screen and (min-width: 751px) {
  .newsA__container>a {
    display: flex;
    align-items: center;
    padding: 1.5em 1em
  }

  .newsA__container>a:before {
    width: 100%;
    height: .20833vw;
    background-size: auto .20833vw
  }

  .newsA__container>a:after {
    right: 1em
  }

  .newsA__date {
    margin-bottom: 0;
    width: 9.72222vw
  }

  .newsA__title {
    width: calc(100% - 9.72222vw)
  }
}

@media screen and (min-width: 1441px) {
  .newsA__container>a:before {
    height: 3px;
    background-size: auto 3px
  }

  .newsA__date {
    margin-bottom: 0;
    width: 140px
  }

  .newsA__title {
    width: calc(100% - 140px)
  }
}

.newsS__date {
  margin-bottom: 1.5em;
  color: #a6937c;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-align: right
}

.eventA__container a {
  position: relative;
  display: block;
  margin-bottom: 8vw;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
}

.eventA__container a.complete::after {
  content: "終了しました";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.eventA__date__container {
  display: flex;
  align-items: center;
  margin-bottom: 2.66667vw;
  height: 17.33333vw
}

.eventA__label {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: #822433;
  padding: 0;
  width: 5em;
  color: #fff;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center
}

.eventA__date {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: .6em .8em;
  width: calc(100% - 5em);
  font-size: 3.73333vw;
  line-height: 1.6em
}

.eventA__content {
  padding: 1em 0 17.66667vw 0
}

.eventA__title {
  margin-bottom: .7em;
  font-size: 4.26667vw;
  font-weight: 700
}

.eventA__btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: calc(100% - 20px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width: 751px) {
  .eventA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.04167vw
  }

  .eventA__container a {
    margin-left: 1.04167vw;
    margin-bottom: 2.77778vw;
    width: calc(33.33333% - 1.04167vw)
  }

  .eventA__date__container {
    margin-bottom: 1.38889vw;
    height: 4.51389vw
  }

  .eventA__label {
    width: 3.6em;
    font-size: 1.25vw
  }

  .eventA__date {
    width: calc(100% - 3.6em);
    font-size: 1.11111vw
  }

  .eventA__content {
    padding: 1em 0 6.90278vw 0
  }

  .eventA__title {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .eventA__container {
    margin-left: -15px
  }

  .eventA__container a {
    margin-left: 15px;
    margin-bottom: 40px;
    width: calc(33.33333% - 15px)
  }

  .eventA__date__container {
    margin-bottom: 20px;
    height: 65px
  }

  .eventA__label {
    font-size: 1.8rem
  }

  .eventA__date {
    font-size: 1.6rem
  }

  .eventA__content {
    padding: 1em 0 95px 0
  }

  .eventA__title {
    font-size: 1.8rem
  }
}

.eventS__image {
  margin: 0 auto;
  width: 100%
}

@media screen and (min-width: 751px) {
  .eventS__image {
    width: 55.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .eventS__image {
    width: 800px
  }
}

.event__info__container {
  margin-left: -4vw;
  padding: 4vw;
  width: calc(100% + 8vw);
  background-color: #fbf6f7
}

.event__info__inner {
  margin: 0 auto;
  width: 100%
}

.event__data__container {
  padding: 4vw
}

.event__map {
  margin-top: 5.33333vw
}

.event__map__container {
  padding: .5em;
  background-color: #fff
}

@media screen and (min-width: 751px) {
  .event__info__container {
    margin-left: 0;
    padding: 2.43056vw 2.08333vw;
    width: 100%
  }

  .event__info__inner {
    display: flex;
    align-content: space-between;
    margin-left: 0;
    width: 100%
  }

  .event__data__container {
    padding: 1.73611vw;
    width: calc(100% - 34.02778vw);
    align-self: flex-start
  }

  .event__data__container--ful {
    width: 100% !important
  }

  .event__map {
    margin-top: 0;
    margin-left: 1.38889vw;
    width: 32.63889vw
  }
}

@media screen and (min-width: 1441px) {
  .event__info__container {
    padding: 35px 30px
  }

  .event__data__container {
    padding: 25px;
    width: calc(100% - 490px)
  }

  .event__map {
    margin-left: 20px;
    width: 470px
  }
}

.event__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: -2.66667vw
}

.event__cat li {
  display: block;
  margin-left: 2.66667vw;
  margin-bottom: 2.66667vw;
  padding: .8em 1em;
  width: calc(50% - 2.66667vw);
  border-radius: .3em;
  color: #fff;
  font-size: 3.73333vw;
  text-align: center;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .event__cat {
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: nowrap
  }

  .event__cat li {
    margin: 0 .5em 0 0;
    padding: 1em 1.6em;
    width: auto;
    font-size: 1.25vw
  }

  .event__cat li:last-child {
    margin: 0
  }
}

@media screen and (min-width: 1441px) {
  .event__cat li {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.event__cat1 {
  background-color: #469d02;
}

.event__cat2 {
  background-color: #d08f33
}

.event__cat3 {
  background-color: #4e3d31
}

.event__cat4 {
  background-color: #4f739d
}

.event__cat5 {
  background-color: #734f83
}

.event__cat6 {
  background-color: #639958
}

.event__data__container {
  background-color: #fff
}

.event__data dt {
  display: inline-block;
  padding: .5em 0;
  width: 8em;
  background-color: #822433;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em
}

.event__data dd {
  margin-bottom: .5em;
  padding: .5em 0;
  width: 100%;
  font-size: 4.26667vw;
  line-height: 1.6em
}

.event__data dt:last-of-type, .event__data dd:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .event__data {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
  }

  .event__data dt {
    align-items: flex-start;
    display: block;
    margin: 0 1.38889vw 1.5em 0;
    width: 9.02778vw;
    font-size: 1.11111vw
  }

  .event__data dd {
    margin-bottom: 1.5em;
    width: calc(100% - 10.41667vw);
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .event__data dt {
    margin: 0 20px 1.5em 0;
    width: 130px;
    font-size: 16px;
    font-size: 1.6rem
  }

  .event__data dd {
    margin-bottom: 1.5em;
    width: calc(100% - 150px);
    font-size: 16px;
    font-size: 1.6rem
  }
}

.event__summary__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%
}

@media screen and (min-width: 751px) {
  .event__summary__inner {
    padding: 2em 0;
    width: calc(800 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .event__summary__inner {
    width: 800px
  }
}

.event__detail__image {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.33333vw;
  margin-left: -2.66667vw
}

.event__detail__image a {
  margin-left: 2.66667vw;
  margin-bottom: 2.66667vw;
  width: calc(50% - 2.66667vw)
}

@media screen and (min-width: 751px) {
  .event__detail__image {
    margin-top: 1.38889vw;
    margin-left: -1.38889vw
  }

  .event__detail__image a {
    margin-left: 1.38889vw;
    margin-bottom: 1.38889vw;
    width: calc(33.33333% - 1.38889vw)
  }
}

@media screen and (min-width: 1441px) {
  .event__detail__image {
    margin-top: 20px;
    margin-left: -20px
  }

  .event__detail__image a {
    margin-left: 20px;
    margin-bottom: 20px;
    width: calc(33.33333% - 20px)
  }
}

.ggmap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.sekoA__container {
  position: relative;
  margin: 0 auto;
  width: 85.33333vw
}

.sekoA__container a {
  position: relative;
  display: block;
  margin-bottom: 16vw;
  background-color: #ede9e5
}

@media screen and (min-width: 751px) {
  .sekoA__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-left: -1.38889vw;
    width: 100%
  }

  .sekoA__container a {
    margin-left: 1.38889vw;
    margin-bottom: 3.47222vw;
    width: calc(33.33333% - 1.38889vw)
  }
}

@media screen and (min-width: 1441px) {
  .sekoA__container {
    margin-left: -20px
  }

  .sekoA__container a {
    margin-left: 20px;
    margin-bottom: 50px;
    width: calc(33.33333% - 20px)
  }
}

#seko .sekoA__container {
  margin-top: calc(40 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  #seko .sekoA__container {
    margin-top: calc(35 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  #seko .sekoA__container {
    margin-top: 35px
  }
}

.seko__cat__head {
  position: relative;
  margin-bottom: .5em;
  font-size: 5.06667vw;
  font-weight: 700;
  line-height: 1.4em
}

@media screen and (min-width: 751px) {
  .seko__cat__head {
    margin-bottom: 2em;
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .seko__cat__head {
    font-size: 24px;
    font-size: 2.4rem
  }
}

@media screen and (max-width: 750px) {
  .seko__cat__head {
    padding-bottom: .5em;
    border-bottom: 1px solid #333
  }

  .seko__cat__head:after {
    position: absolute;
    top: 50%;
    right: .5em;
    content: '';
    margin-top: -1.6vw;
    width: 1.6vw;
    height: 1.6vw;
    border: 0;
    border-bottom: .53333vw solid #333;
    border-right: .53333vw solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }
}

.seko__cat__menu {
  font-weight: 700;
  line-height: 1.4em
}

.seko__cat__menu a {
  display: block;
  margin-right: 3em;
  padding: .8em 1em;
  width: 100%
}

.seko__cat__menu a:hover {
  color: #822433
}

.seko__cat__menu a:before {
  content: '・'
}

@media screen and (min-width: 751px) {
  .seko__cat__menu {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    justify-content: space-between;
  }

  .seko__cat__menu a {
    margin-right: 1em;
    padding: 2em 0;
    width: auto
  }

  .seko__cat__menu a:last-of-type {
    margin-right: 0
  }
}

.sekoF__cat, .sekoA__cat, .sekoR__cat {
  position: absolute;
  top: 2em;
  left: 0;
  padding: .5em 1em;
  border-radius: 0 1em 1em 0;
  color: #fff;
  font-weight: 700
}

.seko__cat--jikka {
  background-color: #822433
}

.seko__cat--hiraya {
  background-color: #638c0b
}

.seko__cat--nikai {
  background-color: #a6937c
}

.seko__cat--office {
  background-color: #00736d
}

.seko__cat--nisetai {
  background-color: #333
}

.seko__cat--mansion {
  background-color: #333
}

.sekoR {
  display: block;
  background-color: #ede9e5
}

.sekoA__content, .sekoR__content {
  padding: 5.33333vw 5.33333vw 6.66667vw 5.33333vw
}

.sekoA__title, .sekoR__title {
  position: relative;
  padding: 1em 0;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.2;
}

.sekoA__title:before, .sekoR__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  background-image: url(../img/seko/line.png);
  background-size: auto .8vw;
  background-repeat: repeat-x
}

.sekoA__text, .sekoR__text {
  margin-top: .8em;
  font-size: 4vw;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .sekoA__content, .sekoR__content {
    padding: 1.04167vw
  }

  .sekoA__title, .sekoR__title {
    padding: .7em 0;
    font-size: 1.25vw
  }

  .sekoA__title:before, .sekoR__title:before {
    height: calc(3 / 750 * 100vw);
    background-size: auto .20833vw
  }

  .sekoA__text, .sekoR__text {
    margin-top: .5em;
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .sekoA, .sekoR__content {
    padding: 15px
  }

  .sekoA__title, .sekoR__title {
    font-size: 18px;
    font-size: 1.8rem
  }

  .sekoA__title:before, .sekoR__title:before {
    height: 3px;
    background-size: auto 3px
  }

  .sekoA__text, .sekoR__text {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.sekoS__container {
  margin: 0 auto;
  width: 100%
}

@media screen and (min-width: 751px) {
  .sekoS__container {
    width: 55.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .sekoS__container {
    width: 800px
  }
}

.sekoS__after__full {
  position: relative;
  margin-bottom: 2vw;
  width: 100%;
  height: 56vw;
  background-size: cover;
  background-position: center center
}

.sekoS__after__thumb__item__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2vw
}

.sekoS__after__thumb__item {
  margin-left: 2vw;
  margin-bottom: 2vw;
  width: calc(25% - 2vw);
  height: 18.66667vw;
  background-size: cover;
  background-position: center center;
  transition: .3s
}

.sekoS__after__thumb__item:hover {
  opacity: 0.7;
  cursor: pointer
}

@media screen and (min-width: 751px) {
  .sekoS__after__full {
    margin-bottom: calc(10 / 1440 * 100vw);
    height: calc(450 / 1440 * 100vw)
  }

  .sekoS__after__thumb__item__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.69444vw
  }

  .sekoS__after__thumb__item {
    margin-left: .69444vw;
    margin-bottom: .69444vw;
    width: calc(10% - .69444vw);
    height: 4.86111vw
  }
}

@media screen and (min-width: 1441px) {
  .sekoS__after__full {
    margin-bottom: 10px;
    height: 450px
  }

  .sekoS__after__thumb__item__container {
    margin-left: -10px
  }

  .sekoS__after__thumb__item {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(10% - 10px);
    height: 70px
  }
}

.sekoS__before__full {
  position: relative;
  margin-bottom: 2vw;
  width: 100%;
  height: 56vw;
  background-size: cover;
  background-position: center center
}

.sekoS__before__thumb__item__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2vw
}

.sekoS__before__thumb__item {
  margin-left: 2vw;
  margin-bottom: 2vw;
  width: calc(25% - 2vw);
  height: 18.66667vw;
  background-size: cover;
  background-position: center center;
  transition: .3s
}

.sekoS__before__thumb__item:hover {
  opacity: 0.7;
  cursor: pointer
}

@media screen and (min-width: 751px) {
  .sekoS__before {
    display: flex;
    justify-content: space-between
  }

  .sekoS__before__full {
    margin-bottom: 0;
    width: 26.38889vw;
    height: 18.05556vw
  }

  .sekoS__before__thumb {
    width: 27.77778vw
  }

  .sekoS__before__thumb__item__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.69444vw
  }

  .sekoS__before__thumb__item {
    margin-left: .69444vw;
    margin-bottom: .69444vw;
    width: calc(25% - .69444vw);
    height: 5.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .sekoS__before__full {
    width: 380px;
    height: 260px
  }

  .sekoS__before__thumb {
    width: 400px
  }

  .sekoS__before__thumb__item__container {
    margin-left: -10px
  }

  .sekoS__before__thumb__item {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(25% - 10px);
    height: 80px
  }
}

.sekoS__data {
  border-top: .53333vw solid #000
}

.sekoS__data dt {
  display: block;
  padding: .8em 1em;
  background-color: #333;
  color: #fff;
  width: 100%;
  border-left: .53333vw solid #000;
  border-right: .53333vw solid #000;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  text-align: left;
  line-height: 1.6em
}

.sekoS__data dd {
  display: block;
  padding: .8em 1em;
  background-color: #fff;
  border: .53333vw solid #000;
  width: 100%;
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.6em
}

@media screen and (min-width: 751px) {
  .sekoS__data {
    display: flex;
    flex-wrap: wrap;
    border-top: .13889vw solid #000
  }

  .sekoS__data dt {
    padding: 1em;
    width: 13.54167vw;
    border-left: .13889vw solid #000;
    border-right: .13889vw solid #000;
    border-bottom: .13889vw solid #000;
    font-size: .97222vw
  }

  .sekoS__data dt:last-of-type {
    border-bottom: 1px solid #000
  }

  .sekoS__data dd {
    padding: 1em;
    width: calc(100% - 13.54167vw);
    border: none;
    border-right: .13889vw solid #000;
    border-bottom: .13889vw solid #000;
    font-size: .97222vw
  }
}

@media screen and (min-width: 1441px) {
  .sekoS__data {
    border-top: 2px solid #000
  }

  .sekoS__data dt {
    width: 195px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 14px;
    font-size: 1.4rem
  }

  .sekoS__data dd {
    width: calc(100% - 195px);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 14px;
    font-size: 1.4rem
  }
}

.sekoS__comment {
  padding: 1em;
  background-color: #ede9e5
}

@media screen and (min-width: 751px) {
  .sekoS__comment {
    padding: 1.5em
  }
}

.sekoS__madori__container {
  position: relative
}

.sekoS__madori__before, .sekoS__madori__after {
  position: relative;
  width: 100%
}

.sekoS__madori__before {
  margin-bottom: 8vw
}

.seko__madori__label {
  position: absolute;
  top: 2em;
  left: 0;
  padding: .8em 1em;
  border: .8vw solid #333;
  font-family: futura-pt, sans-serif;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center
}

.seko__madori__label--before {
  background-color: #fff
}

.seko__madori__label--after {
  background-color: #333;
  color: #fff
}

.sekoS__madori__arrow:before {
  content: '↓';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #822433;
  font-size: 21.33333vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 751px) {
  .sekoS__madori__container {
    display: flex;
    justify-content: space-between
  }

  .sekoS__madori__before, .sekoS__madori__after {
    margin: 0;
    width: 33.33333vw
  }

  .seko__madori__label {
    border: .20833vw solid #333;
    font-size: 1.25vw
  }

  .sekoS__madori__arrow:before {
    content: '→';
    font-size: 5.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .sekoS__madori__before, .sekoS__madori__after {
    width: 480px
  }

  .seko__madori__label {
    border: 3px solid #333;
    font-size: 18px;
    font-size: 1.8rem
  }

  .sekoS__madori__arrow:before {
    font-size: 80px;
    font-size: 8.0rem
  }
}

.sekoS__point {
  margin-bottom: 6.66667vw;
  width: 100%
}

.sekoS__point a {
  display: block
}

.sekoS__point__content {
  padding: .8em 0
}

@media screen and (min-width: 751px) {
  .sekoS__point__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.38889vw
  }

  .sekoS__point {
    margin-left: 1.38889vw;
    margin-bottom: 3.47222vw;
    width: calc(33.33333% - 1.38889vw)
  }
}

@media screen and (min-width: 1441px) {
  .sekoS__point__container {
    margin-left: -20px
  }

  .sekoS__point {
    margin-left: 20px;
    margin-bottom: 50px;
    width: calc(33.33333% - 20px)
  }
}

.voiceF__container {
  position: relative;
  margin: calc(40 / 750 * 100vw) 0 0 0;
  padding: calc(40 / 750 * 100vw) 0 calc(80 / 750 * 100vw) 0;
  background-image: url(../img/front/voice/pattern.png);
  background-repeat: repeat-y;
  z-index: 2
}

.voiceF__container a {
  position: relative;
  display: block;
  margin: 0 auto calc(140 / 750 * 100vw) auto;
  width: calc(600 / 750 * 100vw)
}

.voiceF__container a:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .voiceF__container {
    display: flex;
    justify-content: space-around;
    margin: calc(40 / 1440 * 100vw) auto 0 auto;
    padding: 0;
    width: calc(960 / 1440 * 100vw);
    background-image: none
  }

  .voiceF__container:after {
    content: '';
    position: absolute;
    top: calc(70 / 1440 * 100vw);
    left: -1.39vw;
    width: calc(1000 / 1440 * 100vw);
    height: calc(450 / 1440 * 100vw);
    background-image: url(../img/front/voice/pattern.png);
    z-index: -1
  }

  .voiceF__container a {
    margin-bottom: 0;
    width: calc(300 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .voiceF__container {
    margin: 40px auto 0 auto;
    width: 960px
  }

  .voiceF__container:after {
    top: 70px;
    left: -20px;
    width: 1000px;
    height: 450px
  }

  .voiceF__container a {
    width: 300px
  }
}

.voiceF__image {
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  width: calc(600 / 750 * 100vw);
  height: calc(600 / 750 * 100vw)
}

.voiceF__image:after {
  content: '';
  position: absolute;
  top: calc(32 / 750 * 100vw);
  left: calc(32 / 750 * 100vw);
  display: inline-block;
  width: calc(536 / 750 * 100vw);
  height: calc(536 / 750 * 100vw);
  background-image: url(../img/front/voice/line.png);
  background-size: contain;
  background-repeat: no-repeat
}

.voiceF__title {
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .voiceF__image {
    width: calc(300 / 1440 * 100vw);
    height: calc(300 / 1440 * 100vw)
  }

  .voiceF__image:after {
    top: calc(16 / 1440 * 100vw);
    left: calc(16 / 1440 * 100vw);
    width: calc(268 / 1440 * 100vw);
    height: calc(268 / 1440 * 100vw) x
  }

  .voiceF__title {
    font-size: calc(18 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .voiceF__image {
    width: 300px;
    height: 300px
  }

  .voiceF__image:after {
    top: 16px;
    left: 16px;
    width: 268px;
    height: 268px
  }

  .voiceF__title {
    font-size: 18px;
    font-size: 1.8rem
  }
}

@media screen and (min-width: 751px) {
  .voiceF__image {
    overflow: hidden
  }

  .voiceF__image__scale {
    width: 100%;
    height: auto
  }

  .voiceF__image__scale img {
    width: 100%;
    transition-duration: 0.5s
  }

  .voiceF__container a:hover .voice__image__scale img {
    transform: scale(1.1, 1.1)
  }
}

.voiceA__container a {
  display: block;
  position: relative;
  margin-bottom: 10.66667vw;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

.voiceA__content {
  position: relative;
  padding: 5.33333vw 5.33333vw 33.33333vw 5.33333vw
}

.voiceA__title {
  margin-bottom: 1em;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700
}

.voiceA__name {
  margin-bottom: 1em;
  color: #a6937c;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700
}

.voiceA__btn {
  position: absolute;
  bottom: 8vw;
  left: 50%;
  width: 100%;
  padding: 0 5.33333vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width: 751px) {
  .voiceA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.77778vw
  }

  .voiceA__container a {
    margin-left: 2.77778vw;
    margin-bottom: 5.90278vw;
    width: calc(50% - 2.77778vw)
  }

  .voiceA__content {
    padding: 1.38889vw 1.73611vw 9.02778vw 1.73611vw
  }

  .voiceA__title, .voiceA__name {
    margin-bottom: 1em;
    font-size: 1.11111vw
  }

  .voiceA__btn {
    bottom: 2.08333vw;
    padding: 0 3.33333vw
  }
}

@media screen and (min-width: 1441px) {
  .voiceA__container {
    margin-left: -40px
  }

  .voiceA__container a {
    margin-left: 40px;
    margin-bottom: 85px;
    width: calc(50% - 40px)
  }

  .voiceA__content {
    padding: 20px 25px 130px 25px
  }

  .voiceA__title, .voiceA__name {
    font-size: 16px;
    font-size: 1.6rem
  }

  .voiceA__btn {
    bottom: 30px;
    padding: 0 25px
  }
}

.voiceS__container {
  margin: 0 auto;
  width: 100%
}

@media screen and (min-width: 751px) {
  .voiceS__container {
    width: 55.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .voiceS__container {
    width: 800px
  }
}

.btn__voice {
  display: block;
  position: relative;
  padding: 0 1.5em;
  width: 100%;
  background-color: #822433;
  border: calc(8 / 750 * 100vw) solid #822433;
  color: #fff;
  font-size: calc(42 / 750 * 100vw);
  font-weight: 700;
  line-height: calc(104 / 750 * 100vw);
  text-align: left
}

.btn__voice:hover {
  opacity: 1;
  background-color: #fff;
  color: #822433
}

.btn__voice:after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(33 / 750 * 100vw);
  display: inline-block;
  width: calc(186 / 750 * 100vw);
  height: calc(34 / 750 * 100vw);
  background-image: url(../img/common/arrow_w.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.btn__voice:hover::after {
  background-image: url(../img/common/arrow_b.png)
}

@media screen and (min-width: 751px) {
  .btn__voice {
    border: calc(8 / 1440 * 100vw) solid #822433;
    font-size: calc(36 / 1440 * 100vw);
    line-height: calc(104 / 1440 * 100vw)
  }

  .btn__voice:after {
    right: calc(32 / 1440 * 100vw);
    width: calc(168 / 1440 * 100vw);
    height: calc(30 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .btn__voice {
    border: 4px solid #822433;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 52px
  }

  .btn__voice:after {
    right: 20px;
    width: 93px;
    height: 17px
  }
}

.voice__data {
  display: flex;
  flex-wrap: wrap;
  border-top: .53333vw solid #0a0a0a
}

.voice__data dt {
  padding: 1em;
  background-color: #333;
  color: #fff;
  width: 32vw;
  border-left: .53333vw solid #0a0a0a;
  border-right: .53333vw solid #0a0a0a;
  border-bottom: .53333vw solid #0a0a0a;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.6em
}

.voice__data dt:last-of-type {
  border-bottom: .53333vw solid #0a0a0a
}

.voice__data dd {
  display: block;
  padding: 1em;
  background-color: #fff;
  border-right: .53333vw solid #0a0a0a;
  border-bottom: .53333vw solid #0a0a0a;
  width: calc(100% - 32vw);
  font-size: 4vw;
  line-height: 1.6em
}

@media screen and (min-width: 751px) {
  .voice__data {
    border-top: .13889vw solid #0a0a0a
  }

  .voice__data dt {
    width: 13.54167vw;
    border-left: .13889vw solid #0a0a0a;
    border-right: .13889vw solid #0a0a0a;
    border-bottom: .13889vw solid #0a0a0a;
    font-size: .97222vw
  }

  .voice__data dt:last-of-type {
    border-bottom: .13889vw solid #0a0a0a
  }

  .voice__data dd {
    width: calc(100% - 13.54167vw);
    border: none;
    border-right: .13889vw solid #0a0a0a;
    border-bottom: .13889vw solid #0a0a0a;
    font-size: .97222vw
  }
}

@media screen and (min-width: 1441px) {
  .voice__data {
    border-top: 2px solid #0a0a0a
  }

  .voice__data dt {
    width: 195px;
    border-left: 2px solid #0a0a0a;
    border-right: 2px solid #0a0a0a;
    border-bottom: 2px solid #0a0a0a;
    font-size: 14px;
    font-size: 1.4rem
  }

  .voice__data dt:last-of-type {
    border-bottom: 2px solid #0a0a0a
  }

  .voice__data dd {
    width: calc(100% - 195px);
    border-right: 2px solid #0a0a0a;
    border-bottom: 2px solid #0a0a0a;
    font-size: 14px;
    font-size: 1.4rem
  }
}

.voice__message {
  background-color: #f2f2f2
}

.voice__message__inner {
  margin: 0 auto;
  padding: 1.5em 4.27vw;
  width: 100%
}

.voice__message__inner p {
  font-size: calc(42 / 750 * 100vw);
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .voice__message__inner {
    padding: 2em 0;
    width: calc(1600 / 1440 * 100vw)
  }

  .voice__message__inner p {
    font-size: calc(32 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .voice__message__inner {
    width: 800px
  }

  .voice__message__inner p {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.blogA__container a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10.66667vw
}

.blogA__container a:last-of-type {
  margin-bottom: 0
}

.blogA__image {
  width: 24vw
}

.blogA__content {
  width: 65.33333vw
}

@media screen and (min-width: 751px) {
  .blogA__container a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.16667vw
  }

  .blogA__image {
    width: 20.83333vw
  }

  .blogA__content {
    width: 47.22222vw
  }
}

@media screen and (min-width: 1441px) {
  .blogA__container a {
    margin-bottom: 60px
  }

  .blogA__image {
    width: 300px
  }

  .blogA__content {
    width: 680px
  }
}

.blogA__date {
  margin-bottom: .5em;
  color: #a6937c;
  font-family: futura-pt, sans-serif;
  font-weight: 700
}

.blogA__title {
  margin-bottom: .5em;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.6em
}

.blogA__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #46744b;
  margin-top: 1em;
  font-size: 3.73333vw;
  font-weight: 700;
  transition: .3s
}

.blogA__container a:hover .blogA__btn {
  color: #a6937c
}

.blogA__btn:before {
  content: '→';
  margin-right: 1em;
  font-size: 4.26667vw;
  font-weight: 400
}

@media screen and (min-width: 751px) {
  .blogA__date {
    margin-bottom: 1.3em
  }

  .blogA__title {
    margin-bottom: .8em;
    font-size: 1.25vw
  }

  .blogA__btn {
    font-size: 1.25vw
  }

  .blogA__btn:before {
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .blogA__title {
    font-size: 18px;
    font-size: 1.8rem
  }

  .blogA__btn {
    font-size: 18px;
    font-size: 1.8rem
  }

  .blogA__btn:before {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.blogS__date {
  margin-bottom: 1.5em;
  color: #a6937c;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-align: right
}

.staffA__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4vw
}

.staffA__container a {
  position: relative;
  margin-left: 4vw;
  margin-bottom: 8vw;
  width: calc(50% - 4vw)
}

.staffA__content {
  padding: 1.3em .7em;
  background-color: #faf9f8
}

.staffA__tantou {
  font-size: 3.73333vw;
  color: #822433;
  font-weight: 700
}

.staffA__name {
  margin-top: .6em;
  font-size: 4.26667vw;
  font-weight: 700
}

.staffA__enname {
  margin-top: 1em;
  font-family: futura-pt, sans-serif;
  color: #a6937c;
  font-size: 3.2vw;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .staffA__container {
    margin-left: -1.38889vw
  }

  .staffA__container a {
    margin-left: 1.38889vw;
    margin-bottom: 5.20833vw;
    width: calc(33.33333% - 1.38889vw)
  }

  .staffA__date {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: .6em .8em;
    width: calc(100% - 3.6em);
    font-size: 1.11111vw
  }

  .staffA__content {
    padding: 1.3em 1em
  }

  .staffA__tantou {
    font-size: 1.11111vw
  }

  .staffA__name {
    font-size: 1.66667vw
  }

  .staffA__enname {
    margin-top: .7em;
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .staffA__container {
    margin-left: -20px
  }

  .staffA__container a {
    margin-left: 20px;
    margin-bottom: 75px;
    width: calc(33.33333% - 20px)
  }

  .staffA__tantou {
    font-size: 16px;
    font-size: 1.6rem
  }

  .staffA__name {
    font-size: 24px;
    font-size: 2.4rem
  }

  .staffA__enname {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.staffS {
  width: 100%
}

.staffS__image {
  margin: 0 auto 5.33333vw auto;
  width: 80vw
}

@media screen and (min-width: 751px) {
  .staffS {
    display: flex;
    justify-content: space-between
  }

  .staffS__image {
    margin: 0;
    margin-bottom: 0;
    width: 22.22222vw
  }

  .staffS__content {
    width: 43.75vw
  }
}

@media screen and (min-width: 1441px) {
  .staffS__image {
    width: 320px
  }

  .staffS__content {
    width: 630px
  }
}

.staffS__name {
  display: flex;
  align-items: center;
  margin-left: -4vw;
  margin-bottom: .5em;
  padding: 1.2em 6.66667vw;
  width: calc(100% + 8vw);
  background-color: #faf9f8;
  font-size: 4.8vw;
  font-weight: 700
}

.staffS__name span {
  position: relative;
  top: .2em;
  margin-left: 1.5em;
  color: #a6937c;
  font-family: futura-pt, sans-serif;
  font-size: 3.73333vw
}

@media screen and (min-width: 751px) {
  .staffS__name {
    margin: 0;
    padding: .9em 1em;
    width: 100%;
    font-size: 1.66667vw
  }

  .staffS__name span {
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .staffS__name {
    font-size: 24px;
    font-size: 2.4rem
  }

  .staffS__name span {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.staffS__table dt {
  padding: .7em 1em .7em 1em;
  width: 100%;
  background-color: #faf9f8;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6em
}

.staffS__table dd {
  padding: 1em;
  width: 100%;
  font-size: 4vw;
  line-height: 1.6em
}

@media screen and (min-width: 751px) {
  .staffS__table {
    display: flex;
    flex-wrap: wrap
  }

  .staffS__table dt {
    padding: 1.2em .7em;
    background: none;
    width: 10.41667vw;
    font-size: 1.11111vw
  }

  .staffS__table dd {
    align-self: stretch;
    padding: 1.2em .7em;
    width: calc(100% - 10.41667vw);
    font-size: 1.11111vw
  }

  .staffS__table dt:nth-of-type(even), .staffS__table dd:nth-of-type(even) {
    background-color: #faf9f8
  }
}

@media screen and (min-width: 1441px) {
  .staffS__table dt {
    width: 150px;
    font-size: 16px;
    font-size: 1.6rem
  }

  .staffS__table dd {
    width: calc(100% - 150px);
    font-size: 16px;
    font-size: 1.6rem
  }
}

.seko__reration__container {
  position: relative;
  margin: 0 auto;
  width: 85.33333vw;
  overflow: hidden
}

.seko__reration__prev, .seko__reration__next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10.66667vw;
  height: 10.4vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 111;
  transition: .3s
}

.seko__reration__prev:hover, .seko__reration__next:hover {
  opacity: 0.7
}

.seko__reration__prev {
  left: 0;
  background-image: url(../img/staff/arrow_prev.png)
}

.seko__reration__next {
  right: 0;
  background-image: url(../img/staff/arrow_next.png)
}

@media screen and (min-width: 751px) {
  .seko__reration__container {
    width: 100%
  }

  .seko__reration__prev, .seko__reration__next {
    width: 3.61111vw;
    height: 3.54167vw
  }
}

@media screen and (min-width: 1441px) {
  .seko__reration__prev, .seko__reration__next {
    width: 52px;
    height: 51px
  }
}

.letterA__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.66667vw
}

.letterA__container a {
  display: block;
  position: relative;
  margin-left: 2.66667vw;
  margin-bottom: 10.66667vw;
  width: calc(50% - 2.66667vw);
  background-color: #faf9f8
}

.letterA__content {
  position: relative;
  padding: 4vw 2.66667vw 7.33333vw 2.66667vw
}

.letterA__date {
  margin-bottom: 1em;
  color: #822433;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700
}

.letterA__title {
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.6em
}

@media screen and (min-width: 751px) {
  .letterA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.38889vw
  }

  .letterA__container a {
    margin-left: 1.38889vw;
    margin-bottom: 2.77778vw;
    width: calc(33.33333% - 1.38889vw)
  }

  .letterA__content {
    padding: 1.38889vw 1.04167vw 3.125vw 1.04167vw
  }

  .letterA__date {
    margin-bottom: 1em;
    font-size: 1.11111vw
  }

  .letterA__title {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .letterA__container {
    margin-left: -20px
  }

  .letterA__container a {
    margin-left: 20px;
    margin-bottom: 40px;
    width: calc(33.33333% - 20px)
  }

  .letterA__content {
    padding: 20px 15px 45px 15px
  }

  .letterA__date {
    font-size: 16px;
    font-size: 1.6rem
  }

  .letterA__title {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.movieA__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.66667vw
}

.movieA__container a {
  position: relative;
  margin-left: 2.66667vw;
  margin-bottom: 5.33333vw;
  width: calc(50% - 2.66667vw);
  background-color: #faf9f8
}

.movieA__content {
  padding: 2.66667vw 2.66667vw 16vw 2.66667vw
}

.movieA__title {
  margin-bottom: .7em;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.6em
}

.movieA__btn {
  position: absolute;
  bottom: 2.66667vw;
  left: 50%;
  width: calc(100% - 5.33333vw);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width: 751px) {
  .movieA__container {
    margin-left: -1.38889vw
  }

  .movieA__container a {
    margin-left: 1.38889vw;
    margin-bottom: 3.47222vw;
    width: calc(33.33333% - 1.38889vw)
  }

  .movieA__content {
    padding: 1.38889vw 1.38889vw 5.55556vw 1.38889vw
  }

  .movieA__title {
    font-size: 1.25vw
  }

  .movieA__btn {
    bottom: 1.38889vw;
    width: calc(100% - 2.77778vw)
  }
}

@media screen and (min-width: 1441px) {
  .movieA__container {
    margin-left: -20px
  }

  .movieA__container a {
    margin-left: 20px;
    margin-bottom: 50px;
    width: calc(33.33333% - 20px)
  }

  .movieA__content {
    padding: 20px 20px 80px 20px
  }

  .movieA__title {
    font-size: 18px;
    font-size: 1.8rem
  }

  .movieA__btn {
    bottom: 20px;
    width: calc(100% - 40px)
  }
}

.recruit__hero {
  position: relative;
  width: 100%;
  height: 51.73333vw;
  background-image: url(../img/recruit/hero.jpg);
  background-size: auto 51.73333vw;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit__hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
}

.recruit__hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recruit__hero__catch {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 11.33333vw;
  font-weight: 900;
  white-space: nowrap;
}

.recruit__hero__head {
  margin-top: 1em;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .recruit__hero {
    height: 35.90278vw;
    background-image: url(../img/recruit/hero-2x.jpg);
    background-size: auto 35.90278vw;
  }

  .recruit__hero__catch {
    font-size: 11.11111vw
  }

  .recruit__hero__head {
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .recruit__hero {
    height: 517px;
    background-image: url(../img/recruit/hero-2x.jpg);
    background-size: auto 517px;
  }

  .recruit__hero__catch {
    font-size: 160px;
    font-size: 16.0rem
  }

  .recruit__hero__head {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.recruit__intro__head {
  margin: 12vw 0 9.33333vw 0;
  color: #822433;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
  letter-spacing: .3em
}

.recruit__intro__box {
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
  background-image: url(../img/recruit/tree.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat
}

@media screen and (min-width: 751px) {
  .recruit__intro__head {
    margin: 6.25vw 0 4.86111vw 0;
    font-size: 1.66667vw
  }

  .recruit__intro__box {
    width: 55.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .recruit__intro__head {
    margin: 90px 0 70px 0;
    font-size: 24px;
    font-size: 2.4rem
  }

  .recruit__intro__box {
    width: 800px
  }
}

.recruit__intro__item {
  position: relative;
  margin-bottom: 21.33333vw
}

.recruit__intro__item:first-of-type {
  margin-top: 21.33333vw
}

.recruit__intro__item:before {
  content: '';
  position: absolute;
  top: -8vw;
  width: 80vw;
  height: 80vw;
  background-color: #faf9f8;
  z-index: -1
}

.recruit__intro__item:nth-child(even)::before {
  right: 0
}

.recruit__intro__item:nth-child(odd)::before {
  left: 0
}

.recruit__intro__content {
  margin-bottom: 5.33333vw;
  width: 100%
}

.recruit__intro__image {
  width: 100%
}

.recruit__intro__logo {
  margin-bottom: 1.5em;
  width: 64vw
}

@media screen and (min-width: 751px) {
  .recruit__intro__item {
    position: relative;
    margin-bottom: 11.11111vw
  }

  .recruit__intro__item:first-of-type {
    margin-top: 4.86111vw
  }

  .recruit__intro__item:last-of-type {
    margin-bottom: 17.36111vw
  }

  .recruit__intro__item:before {
    content: '';
    position: absolute;
    top: 5.55556vw;
    width: 69.44444vw;
    height: 25.69444vw;
    background-color: #faf9f8;
    z-index: -1
  }

  .recruit__intro__item:nth-child(even)::before {
    right: 0
  }

  .recruit__intro__item:nth-child(odd)::before {
    left: 0
  }

  .recruit__intro__container {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .recruit__intro__content {
    margin-bottom: 0;
    width: 31.94444vw
  }

  .recruit__intro__image {
    width: 35.06944vw
  }

  .recruit__intro__logo {
    margin-bottom: 1.5em;
    width: 22.22222vw
  }

  .recruit__intro__item:nth-child(even) .recruit__intro__image {
    order: 1
  }

  .recruit__intro__item:nth-child(odd) .recruit__intro__content {
    order: 2
  }
}

@media screen and (min-width: 1441px) {
  .recruit__intro__item {
    margin-bottom: 160px
  }

  .recruit__intro__item:first-of-type {
    margin-top: 70px
  }

  .recruit__intro__item:last-of-type {
    margin-bottom: 250px
  }

  .recruit__intro__item:before {
    top: 80px;
    width: 1000px;
    height: 370px
  }

  .recruit__intro__content {
    width: 460px
  }

  .recruit__intro__image {
    width: 505px
  }

  .recruit__intro__logo {
    width: 320px
  }
}

.recruit__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 9.33333vw
}

.recruit__menu a:nth-of-type(1), .recruit__menu a:nth-of-type(2) {
  margin-bottom: 2.66667vw;
  width: calc(50% - 1.33333vw)
}

.recruit__menu a:nth-of-type(2) {
  margin-left: 1.33333vw;
  width: calc(50% - vw-sp(5))
}

.recruit__menu a:nth-of-type(3) {
  width: 100%
}

@media screen and (min-width: 751px) {
  .recruit__menu {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -2.5vw;
    margin-bottom: 4.86111vw
  }

  .recruit__menu a {
    margin-left: 2.5vw !important;
    margin-bottom: 0 !important;
    width: calc(33.33333% - 2.5vw) !important
  }
}

@media screen and (min-width: 1441px) {
  .recruit__menu {
    margin-left: -25px;
    margin-bottom: 70px
  }

  .recruit__menu a {
    margin-left: 25px !important;
    width: calc(33.33333% - 25px) !important
  }
}

.recruitA__container a {
  display: block;
  margin-bottom: 13.33333vw;
  width: 100%
}

.recruitA__content {
  padding: 4vw 0 0 0
}

@media screen and (min-width: 751px) {
  .recruitA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.38889vw
  }

  .recruitA__container a {
    margin-left: 1.38889vw;
    margin-bottom: 2.43056vw;
    width: calc(33.33333% - 1.38889vw)
  }

  .recruitA__content {
    padding: 1.38889vw 0 0 0
  }
}

@media screen and (min-width: 1441px) {
  .recruitA__container {
    margin-left: -20px
  }

  .recruitA__container a {
    margin-left: 20px;
    margin-bottom: 35px;
    width: calc(33.33333% - 20px)
  }

  .recruitA__content {
    padding: 20px 0 0 0
  }
}

.recruitA__cat {
  margin-bottom: .7em;
  font-size: 4.26667vw;
  font-weight: 700
}

.recruitA__jobtype {
  margin-bottom: 1em;
  color: #a6937c;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .recruitA__cat {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .recruitA__cat {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.recruitA__data {
  display: flex;
  align-items: center
}

.recruitA__data dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em;
  width: 18.66667vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em
}

.recruitA__data dd {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: .5em .7em;
  width: calc(100% - 18.66667vw);
  line-height: 1.6em
}

.recruitA__data--place dt {
  height: 18.66667vw;
  background-color: #46744b
}

.recruitA__data--salary dt {
  height: 23.33333vw;
  background-color: #822433
}

.recruitA__data--place dd {
  background-color: #ecf1ed
}

.recruitA__data--salary dd {
  background-color: #f2e9ea
}

@media screen and (min-width: 751px) {
  .recruitA__data dt {
    width: 4.86111vw
  }

  .recruitA__data dd {
    width: calc(100% - 4.86111vw)
  }

  .recruitA__data--place dt {
    height: 4.86111vw
  }

  .recruitA__data--salary dt {
    height: 7.29167vw
  }
}

@media screen and (min-width: 1441px) {
  .recruitA__data dt {
    width: 70px
  }

  .recruitA__data dd {
    width: calc(100% - 70px)
  }

  .recruitA__data--place dt {
    height: 70px
  }

  .recruitA__data--salary dt {
    height: 105px
  }
}

.recruit__summary__image {
  margin-bottom: 5.33333vw
}

@media screen and (min-width: 751px) {
  .recruit__summary {
    display: flex;
    justify-content: space-between
  }

  .recruit__summary__image {
    margin-bottom: 0;
    width: 41.66667vw;
    order: 2
  }

  .recruit__summary__content {
    width: 26.38889vw;
    order: 1
  }
}

@media screen and (min-width: 1441px) {
  .recruit__summary__image {
    width: 600px
  }

  .recruit__summary__content {
    width: 380px
  }
}

.recruitS__cat {
  margin-bottom: 1em;
  display: flex;
  align-items: center
}

.recruitS__cat li {
  color: #822433;
  font-size: 4.26667vw;
  font-weight: 700
}

.recruitS__cat li:after {
  content: ','
}

.recruitS__cat li:last-child::after {
  content: ''
}

.recruitS__jobtype {
  display: block;
  margin-bottom: 1.5em;
  padding: .8em .5em;
  background-color: #f6f4f2;
  color: #a6937c;
  font-weight: 700
}

.recruitS__title {
  margin-bottom: 1em;
  font-size: 4.26667vw;
  font-weight: 700
}

.recruitS__btn {
  margin-top: 5.33333vw;
  width: 100%
}

@media screen and (min-width: 751px) {
  .recruitS__cat li {
    font-size: 1.25vw
  }

  .recruitS__jobtype {
    margin-bottom: 1.38889vw;
    padding: .8em 1em
  }

  .recruitS__title {
    font-size: 1.25vw
  }

  .recruitS__btn {
    margin-top: 2.08333vw;
    width: 22.22222vw
  }
}

@media screen and (min-width: 1441px) {
  .recruitS__cat li {
    font-size: 18px;
    font-size: 1.8rem
  }

  .recruitS__jobtype {
    margin-bottom: 20px
  }

  .recruitS__title {
    font-size: 18px;
    font-size: 1.8rem
  }

  .recruitS__btn {
    margin-top: 30px;
    width: 320px
  }
}

.recruit__pr {
  margin-bottom: 10.66667vw
}

.recruit__pr__image {
  margin-bottom: 5.33333vw
}

.recruit__pr__title {
  margin-bottom: 1em;
  font-size: 4.26667vw;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .recruit__pr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.16667vw
  }

  .recruit__pr__image {
    margin-bottom: 0;
    width: 22.22222vw;
    order: 2
  }

  .recruit__pr__content {
    width: 44.79167vw;
    order: 1
  }

  .recruit__pr__content--fyll {
    width: 100% !important
  }

  .recruit__pr__title {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .recruit__pr {
    margin-bottom: 60px
  }

  .recruit__pr__image {
    width: 320px
  }

  .recruit__pr__content {
    width: 645px
  }

  .recruit__pr__title {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.recruit__gallery li {
  margin-bottom: 9.33333vw;
  width: 100%
}

.recruit__gallery__image {
  margin-bottom: 4vw
}

@media screen and (min-width: 751px) {
  .recruit__gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.38889vw
  }

  .recruit__gallery li {
    margin-left: 1.38889vw;
    margin-bottom: 3.47222vw;
    width: calc(33.33333% - 1.38889vw)
  }

  .recruit__gallery__image {
    margin-bottom: 1em
  }
}

@media screen and (min-width: 1441px) {
  .recruit__gallery {
    margin-left: -20px
  }

  .recruit__gallery li {
    margin-left: 20px;
    margin-bottom: 50px;
    width: calc(33.33333% - 20px)
  }
}

.recruitS__data {
  margin: 0 auto;
  width: 100%
}

.recruitS__data th {
  padding: .7em 1em;
  background-color: #f6f4f2;
  font-weight: 700;
  text-align: left
}

.recruitS__data td {
  padding: .7em 1em 1.5em 1em;
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .recruitS__data th {
    padding: 1.3em 1.5em;
    width: 15.97222vw;
    background: none
  }

  .recruitS__data td {
    padding: 1.3em 1em 1.3em 0;
    width: calc(100% - 15.97222vw)
  }

  .recruitS__data tr:nth-child(odd) {
    background-color: #f6f4f2
  }
}

@media screen and (min-width: 1441px) {
  .recruitS__data th {
    width: 230px
  }

  .recruitS__data td {
    width: calc(100% - 230px)
  }
}

@media screen and (max-width: 750px) {
  .recruitS__data th {
    display: block;
    width: 100%
  }

  .recruitS__data td {
    display: block;
    width: 100%
  }
}

.page__container {
  position: relative;
  padding: calc(75 / 750 * 100vw) 0 calc(170 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .page__container {
    padding: calc(75 / 1440 * 100vw) 0 calc(170 / 1440 * 100vw) 0
  }
}

@media screen and (min-width: 1441px) {
  .page__container {
    padding: 75px 0 170px 0
  }
}

.page__title__container {
  position: absolute;
  left: 50%;
  bottom: 18.66667vw;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.page__title {
  position: relative;
  color: #fff;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4em;
  /*white-space:nowrap*/
}

.page__subtitle {
  position: relative;
  margin-bottom: .5em;
  font-family: futura-pt, sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  text-transform: capitalize
}

@media screen and (min-width: 751px) {
  .page__title__container {
    bottom: 5.55556vw
  }

  .page__title {
    font-size: 2.08333vw
  }

  .page__subtitle {
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .page__title__container {
    bottom: 80px
  }

  .page__title {
    font-size: 30px;
    font-size: 3.0rem
  }

  .page__subtitle {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.page__head {
  position: relative;
  margin-bottom: 1.2em;
  padding: .8em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 5.06667vw;
  font-weight: 700;
  line-height: 1.6em
}

.page__head__strong {
  color: #46744b;
  font-size: 1.5em
}

.page__head--indent {
  padding-left: 1.2em;
  text-indent: -1.4em
}

.page__subhead {
  margin-bottom: 1.2em;
  padding: .5em 0 .5em .5em;
  border-left: 2vw solid #333;
  font-size: 5.06667vw;
  font-weight: 700;
  line-height: 1.4em
}

@media screen and (min-width: 751px) {
  .page__head {
    margin-bottom: 2em;
    font-size: 1.66667vw
  }

  .page__subhead {
    margin-bottom: 2em;
    padding: .3em 0 .3em 1em;
    border-left: .69444vw solid #333;
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .page__head {
    font-size: 24px;
    font-size: 2.4rem
  }

  .page__subhead {
    border-left: 10px solid #333;
    font-size: 24px;
    font-size: 2.4rem
  }
}

.cmn__bf__container {
  position: relative
}

.cmn__bf__before, .cmn__bf__after {
  position: relative;
  width: 100%
}

.cmn__bf__label {
  position: absolute;
  top: 2em;
  left: 0;
  padding: .5em .8em;
  border: .8vw solid #333;
  font-family: futura-pt, sans-serif;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center
}

.cmn__bf__label--before {
  background-color: #fff
}

.cmn__bf__label--after {
  background-color: #333;
  color: #fff
}

.cmn__bf__arrow:before {
  content: '↓';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #822433;
  font-size: 21.33333vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cmn__bf__head {
  display: block;
  padding: .8em 1em;
  background-color: #46744b;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em
}

@media screen and (min-width: 751px) {
  .cmn__bf__container {
    display: flex;
    justify-content: space-between
  }

  .cmn__bf__before, .cmn__bf__after {
    width: 50%
  }

  .cmn__bf__label {
    border: .20833vw solid #333;
    font-size: 1.25vw
  }

  .cmn__bf__arrow:before {
    content: '→';
    font-size: 5.55556vw
  }

  .cmn__bf__head {
    padding: .8em 2em;
    font-size: 1.66667vw;
    text-align: left
  }
}

@media screen and (min-width: 1441px) {
  .cmn__bf__label {
    border: 3px solid #333;
    font-size: 18px;
    font-size: 1.8rem
  }

  .cmn__bf__arrow:before {
    font-size: 80px;
    font-size: 8.0rem
  }

  .cmn__bf__head {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.company__message__image {
  position: relative;
  margin: 0 auto 5.33333vw auto;
  width: 100%
}

.company__message__ceo {
  position: absolute;
  bottom: 9.33333vw;
  left: 0;
  padding: 1.5em 1em;
  width: 80vw;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 4.26667vw
}

.company__message__ceo span {
  margin-left: 1em;
  font-size: 6.4vw;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .company__message {
    display: flex;
    justify-content: space-between
  }

  .company__message__image {
    margin: 0;
    width: 27.77778vw;
    order: 2
  }

  .company__message__content {
    width: 37.5vw;
    order: 1
  }

  .company__message__ceo {
    bottom: 1.73611vw;
    padding: 2em 1em;
    width: 20.83333vw;
    font-size: 1.11111vw
  }

  .company__message__ceo span {
    margin-left: 2em;
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .company__message__image {
    width: 400px
  }

  .company__message__content {
    width: 540px
  }

  .company__message__ceo {
    bottom: 25px;
    width: 300px;
    font-size: 16px;
    font-size: 1.6rem
  }

  .company__message__ceo span {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.company__outline th {
  padding: 1em 1em .5em 1em;
  width: 100%;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.8em;
  vertical-align: top
}

.company__outline td {
  padding: 0 1em 1em 1em;
  width: 100%;
  border-bottom: .53333vw solid #46744b;
  font-size: 4vw;
  line-height: 1.8em
}

.company__outline tr:last-child td, .company__outline tr:last-child th {
  border-bottom: none;
}

@media screen and (min-width: 751px) {
  .company__outline th {
    padding: 1em 2em;
    width: 20.83333vw;
    border-bottom: .20833vw solid #46744b;
    font-size: 1.11111vw
  }

  .company__outline td {
    padding: 1em 2em;
    width: calc(100% - 20.83333vw);
    border-bottom: .06944vw solid #46744b;
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .company__outline th {
    width: 300px;
    border-bottom: 3px solid #46744b;
    font-size: 16px;
    font-size: 1.6rem
  }

  .company__outline td {
    width: calc(100% - 300px);
    border-bottom: 1px solid #46744b;
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media screen and (max-width: 750px) {
  .company__outline th, .company__outline td {
    display: block
  }
}

.company__outline__list li {
  display: block;
  padding-left: 1em;
  text-indent: -1em
}

.company__outline__list li:before {
  content: '・'
}

@media screen and (min-width: 751px) {
  .company__outline__list li {
    display: inline-block;
    margin-right: 1em;
    padding-left: 1em;
    text-indent: -1em
  }
}

.company__history {
  position: relative
}

.company__history dt {
  align-self: stretch;
  padding: 1em 1em .5em 1em;
  width: 100%;
  color: #46744b;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.8em
}

.company__history dd {
  align-self: stretch;
  padding: 0 1em 1em 1em;
  width: 100%;
  font-size: 4vw;
  line-height: 1.8em
}

.company__history:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: .8vw;
  background-image: url(../img/company/line.png);
  background-size: auto .8vw;
  background-repeat: repeat-x
}

@media screen and (min-width: 751px) {
  .company__history {
    display: flex;
    width: 100%
  }

  .company__history dt {
    padding: 1em 0;
    width: 11.80556vw;
    font-size: 1.11111vw
  }

  .company__history dd {
    padding: 1em 1em 1em 0;
    width: calc(100% - 11.80556vw);
    font-size: 1.11111vw
  }

  .company__history:before {
    width: 100%;
    height: .20833vw;
    background-size: auto .20833vw
  }
}

@media screen and (min-width: 1441px) {
  .company__history dt {
    width: 170px;
    font-size: 16px;
    font-size: 1.6rem
  }

  .company__history dd {
    width: calc(100% - 170px);
    font-size: 16px;
    font-size: 1.6rem
  }

  .company__history:before {
    height: 3px;
    background-size: auto 3px
  }
}

.company__access__image {
  margin-bottom: 8vw
}

.company__access__head {
  margin: 1em 0;
  font-size: 4.8vw;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .company__access__container {
    display: flex;
    justify-content: space-between
  }

  .company__access__image {
    margin-bottom: 0;
    width: 33.33333vw
  }

  .company__access__content {
    width: 34.02778vw
  }

  .company__access__head {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .company__access__image {
    width: 480px
  }

  .company__access__content {
    width: 490px
  }

  .company__access__head {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.about__sora__container {
  margin: 0 auto;
  width: 100%
}

@media screen and (min-width: 751px) {
  .about__sora__container {
    width: 55.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .about__sora__container {
    width: 800px
  }
}

.about__goal__container {
  display: block;
  margin-top: 6.66667vw;
  width: 100%
}

.about__goal {
  display: flex;
  align-items: center;
  margin-bottom: 4.66667vw
}

.about__goal__haed {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.66667vw;
  height: 26.66667vw;
  background-color: #46744b;
  color: #fff;
  font-weight: 700
}

.about__goal:nth-of-type(2) .about__goal__haed {
  height: 36vw
}

.about__goal__text {
  padding-left: 3.33333vw;
  width: calc(100% - 18.66667vw)
}

.about__goal__text--1 {
  color: #46744b;
  font-size: 6.4vw;
  font-weight: 700
}

.img__about--sora {
  display: block;
  position: absolute;
  top: 6.66667vw;
  right: 2.66667vw;
  width: 26.66667vw
}

@media screen and (min-width: 751px) {
  .about__goal__container {
    display: flex;
    margin-top: 3.47222vw
  }

  .about__goal {
    margin: 0
  }

  .about__goal--1 {
    width: 29.16667vw
  }

  .about__goal--2 {
    width: calc(100% - 29.16667vw)
  }

  .about__goal__haed {
    margin: 0;
    width: 6.94444vw;
    height: 6.94444vw
  }

  .about__goal:nth-of-type(2) .about__goal__haed {
    height: 6.94444vw
  }

  .about__goal__text {
    padding-left: 1.04167vw;
    width: calc(100% - 6.94444vw)
  }

  .about__goal__text--1 {
    font-size: 1.66667vw
  }

  .img__about--sora {
    top: .69444vw;
    right: 20.83333vw;
    width: 12.70833vw
  }
}

@media screen and (min-width: 1441px) {
  .about__goal__container {
    margin-top: 50px
  }

  .about__goal--1 {
    width: 420px
  }

  .about__goal--2 {
    width: calc(100% - 420px)
  }

  .about__goal__haed {
    width: 100px;
    height: 100px
  }

  .about__goal:nth-of-type(2) .about__goal__haed {
    height: 100px
  }

  .about__goal__text {
    padding-left: 15px;
    width: calc(100% - 100px)
  }

  .about__goal__text--1 {
    font-size: 24px;
    font-size: 2.4rem
  }

  .img__about--sora {
    top: 10px;
    right: 300px;
    width: 183px
  }
}

.about__service__head {
  display: block;
  color: #46744b;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center
}

.about__service__image {
  margin: 5.33333vw auto 0 auto;
  width: 100%
}

.img__about__tree {
  position: absolute;
  bottom: 0;
  right: 2.66667vw;
  width: 30.66667vw
}

@media screen and (min-width: 751px) {
  .about__service__head {
    font-size: 1.25vw
  }

  .about__service__image {
    margin: 2.08333vw auto 0 auto;
    width: 49.02778vw
  }

  .img__about__tree {
    position: absolute;
    bottom: 0;
    right: .69444vw;
    width: 12.77778vw
  }
}

@media screen and (min-width: 1441px) {
  .about__service__head {
    font-size: 18px;
    font-size: 1.8rem
  }

  .about__service__image {
    margin: 30px auto 0 auto;
    width: 706px
  }

  .img__about__tree {
    right: 10px;
    width: 184px
  }
}

.about__message__head {
  margin-bottom: 1em;
  /*padding-left: 1.5em;*/
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.8em
}

.about__sign {
  margin-left: auto;
  margin-bottom: 117.33333vw;
  width: 38.66667vw
}

@media screen and (min-width: 751px) {
  .about__message__head {
    padding-left: 0;
    font-size: 1.66667vw
  }

  .about__sign {
    margin-bottom: 0;
    width: 20.13889vw
  }
}

@media screen and (min-width: 1441px) {
  .about__message__head {
    font-size: 24px;
    font-size: 2.4rem
  }

  .about__sign {
    width: 290px
  }
}

.about__image__tree1 {
  position: absolute;
  bottom: -9.33333vw;
  right: 0;
  width: 54.93333vw;
  height: 89.2vw;
  z-index: -1
}

.about__image__tree2 {
  position: absolute;
  top: -9.33333vw;
  left: 0;
  width: 50vw;
  height: 105.2vw;
  z-index: -1
}

.about__image__tree3 {
  position: absolute;
  bottom: 0;
  right: -40vw;
  width: 120.66667vw;
  height: 212.66667vw;
  z-index: -1
}

.about__image__tree4 {
  position: absolute;
  bottom: -146.66667vw;
  left: 0;
  width: 67.2vw;
  height: 151.06667vw;
  z-index: -1
}

@media screen and (min-width: 751px) {
  .about__image__tree1 {
    bottom: -4.86111vw;
    width: 28.61111vw;
    height: 46.45833vw
  }

  .about__image__tree2 {
    top: -4.86111vw;
    width: 26.04167vw;
    height: 54.79167vw
  }

  .about__image__tree3 {
    right: 0;
    width: 31.66667vw;
    height: 55.83333vw
  }

  .about__image__tree4 {
    bottom: 0;
    width: 15.34722vw;
    height: 34.51389vw
  }
}

@media screen and (min-width: 1441px) {
  .about__image__tree1 {
    bottom: -70px;
    width: 412px;
    height: 669px
  }

  .about__image__tree2 {
    top: -70px;
    width: 375px;
    height: 789px
  }

  .about__image__tree3 {
    width: 456px;
    height: 804px
  }

  .about__image__tree4 {
    width: 221px;
    height: 497px
  }
}

.reason__intro {
  position: relative;
  margin-bottom: 10.66667vw;
  height: 146.66667vw
}

.reason__intro:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  width: 100vw;
  height: 50vw;
  background-image: url(../img/reason/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.reason__intro__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%
}

.reason__intro__box {
  position: relative;
  top: 18.66667vw;
  left: 0;
  padding: 5.33333vw 5.33333vw;
  width: 92vw;
  background-color: #fff
}

.reason__intro__box p {
  font-size: 4.8vw;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .reason__intro {
    margin-bottom: 5.55556vw;
    height: 27.77778vw
  }

  .reason__intro:before {
    width: 56.94444vw;
    height: 100%
  }

  .reason__intro__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%
  }

  .reason__intro__box {
    top: 0;
    left: 0;
    margin-bottom: 0;
    padding: 2.77778vw 0 2.77778vw 3.47222vw;
    width: auto
  }

  .reason__intro__box p {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .reason__intro {
    margin-bottom: 80px;
    height: 400px
  }

  .reason__intro__inner {
    height: 100%
  }

  .reason__intro__box {
    padding: 40px 0 40px 50px
  }

  .reason__intro__box p {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.reason {
  margin-bottom: 10.66667vw
}

.reason:last-of-type {
  margin-bottom: 0
}

.reason__content {
  margin-bottom: 5.33333vw
}

@media screen and (min-width: 751px) {
  .reason {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.55556vw
  }

  .reason__content {
    margin-bottom: 0;
    width: 38.19444vw
  }

  .reason__image {
    width: 29.16667vw
  }

  .reason:nth-of-type(even) .reason__content {
    order: 2
  }

  .reason:nth-of-type(even) .reason__image {
    order: 1
  }
}

@media screen and (min-width: 1441px) {
  .reason {
    margin-bottom: 80px
  }

  .reason__content {
    width: 550px
  }

  .reason__image {
    width: 420px
  }
}

.reason__head__container {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5.33333vw;
  height: 26.66667vw
}

.reason__head {
  position: relative;
  margin-left: 25.33333vw;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.6em;
  white-space: nowrap;
  z-index: 2
}

.reason__head__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-style: solid;
  border-width: 26.66667vw 26.66667vw 0 0;
  border-color: #46744b #fff #46744b #46744b;
  z-index: 1
}

.reason__label {
  position: absolute;
  top: 4vw;
  left: 5.33333vw;
  display: inline-block;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  z-index: 2
}

@media screen and (min-width: 751px) {
  .reason__head__container {
    margin-bottom: 2.08333vw;
    height: 6.94444vw
  }

  .reason__head {
    margin-left: 5.20833vw;
    font-size: 1.66667vw
  }

  .reason__head__container:before {
    border-width: 6.94444vw 6.94444vw 0 0
  }

  .reason__label {
    top: 1.04167vw;
    left: 1.38889vw;
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .reason__head__container {
    margin-bottom: 30px;
    height: 100px
  }

  .reason__head {
    margin-left: 75px;
    font-size: 24px;
    font-size: 2.4rem
  }

  .reason__head__container:before {
    border-width: 100px 100px 0 0
  }

  .reason__label {
    top: 15px;
    left: 20px;
    font-size: 24px;
    font-size: 2.4rem
  }
}

.renov__container {
  margin: 0 auto;
  width: 100%
}

@media screen and (min-width: 751px) {
  .renov__container {
    width: 55.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .renov__container {
    width: 800px
  }
}

.renov__intro__head {
  margin-bottom: 1.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .renov__intro__head {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .renov__intro__head {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.renov__excellent {
  margin: 0 0 12.66667vw 0
}

.renov__excellent__image {
  margin-top: 8vw
}

@media screen and (min-width: 751px) {
  .renov__excellent {
    display: flex;
    justify-content: space-between;
    margin: 0 0 4.16667vw 0;
    width: 62.5vw
  }

  .renov__excellent__content {
    width: 32.77778vw
  }

  .renov__excellent__image {
    margin: 0;
    width: 27.91667vw
  }
}

@media screen and (min-width: 1441px) {
  .renov__excellent {
    margin: 0 0 60px 0
  }

  .renov__excellent {
    width: 900px
  }

  .renov__excellent__content {
    width: 472px
  }

  .renov__excellent__image {
    width: 402px
  }
}

.renov__difference {
  margin-bottom: 4vw
}

.renov__difference:last-of-type {
  margin-bottom: 0
}

.renov__difference dt {
  padding: .7em 0;
  background-color: #46744b;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center
}

.renov__difference dd {
  padding: .7em 1em;
  background-color: #ebf0ec;
  font-size: 4.26667vw;
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .renov__difference {
    display: flex;
    align-items: stretch;
    margin-bottom: 1.04167vw
  }

  .renov__difference dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.625vw;
    font-size: 1.25vw
  }

  .renov__difference dd {
    width: calc(100% - 15.625vw);
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .renov__difference {
    margin-bottom: 15px
  }

  .renov__difference dt {
    width: 225px;
    font-size: 18px;
    font-size: 1.8rem
  }

  .renov__difference dd {
    width: calc(100% - 225px);
    font-size: 16px;
    font-size: 1.6rem
  }
}

.after__container {
  margin: 0 auto;
  width: 100%
}

@media screen and (min-width: 751px) {
  .after__container {
    width: 55.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .after__container {
    width: 800px
  }
}

.after__intro__head {
  margin-bottom: 1.5em;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .after__intro__head {
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .after__intro__head {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.after__service {
  margin: 10.66667vw 0 12.66667vw 0
}

.after__service__image {
  margin-bottom: 8vw
}

@media screen and (min-width: 751px) {
  .after__service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5.55556vw 0 4.16667vw 0
  }

  .after__service__content {
    width: 34.72222vw
  }

  .after__service__image {
    margin: 0;
    width: 29.51389vw
  }
}

@media screen and (min-width: 1441px) {
  .after__service {
    margin: 80px 0 60px 0
  }

  .after__service__content {
    width: 500px
  }

  .after__service__image {
    width: 425px
  }
}

.after__guarantee {
  margin-bottom: 16vw
}

.after__guarantee:last-of-type {
  margin-bottom: 0
}

.after__guarantee__head__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8vw
}

.after__guarantee__label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 23.46667vw;
  height: 23.46667vw
}

.after__guarantee__label span {
  color: #fff;
  font-size: 5.86667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em
}

.after__guarantee--1 .after__guarantee__label, .after__guarantee--2 .after__guarantee__label {
  background-color: #53a4d5
}

.after__guarantee--3 .after__guarantee__label {
  background-color: #822433
}

.after__guarantee__head {
  width: 65.33333vw;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.8em
}

.after__guarantee__subhead {
  margin-bottom: 1.5em;
  padding-left: 1.3em;
  color: #46744b;
  font-size: 4.8vw;
  font-weight: 700;
  text-indent: -1.3em;
  line-height: 1.8em
}

.after__guarantee__subhead:before {
  margin-right: .3em;
  content: '■'
}

@media screen and (min-width: 751px) {
  .after__guarantee {
    margin-bottom: 5.55556vw
  }

  .after__guarantee__head__container {
    margin-bottom: 2.43056vw
  }

  .after__guarantee__label {
    width: 7.84722vw;
    height: 7.84722vw
  }

  .after__guarantee__label span {
    font-size: 1.66667vw
  }

  .after__guarantee__head {
    width: 60.06944vw;
    font-size: 1.25vw
  }

  .after__guarantee__subhead {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .after__guarantee {
    margin-bottom: 80px
  }

  .after__guarantee__head__container {
    margin-bottom: 35px
  }

  .after__guarantee__label {
    width: 113px;
    height: 113px
  }

  .after__guarantee__label span {
    font-size: 24px;
    font-size: 2.4rem
  }

  .after__guarantee__head {
    width: 865px;
    font-size: 18px;
    font-size: 1.8rem
  }

  .after__guarantee__subhead {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.jikka__sec__header {
  position: relative
}

.jikka__sec__header--1 {
  height: 120vw
}

.jikka__sec__header--2 {
  height: 180vw
}

.jikka__sec__header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #46744b;
  z-index: 1
}

.jikka__sec__header--1:before {
  width: 100%;
  height: 65.33333vw
}

.jikka__sec__header--2:before {
  width: 100%;
  height: 127.73333vw
}

.jikka__sec__head__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%
}

.jikka__sec__head__inner {
  position: relative;
  top: 10.66667vw
}

.jikka__sec__head__inner>div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.jikka__sec__head {
  display: block;
  margin: 0 auto;
  width: 92vw;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 7.73333vw;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: .3em
}

.jikka__sec__head__inner--1 {
  height: 41.33333vw
}

.jikka__sec__head__inner--2 {
  height: 104.66667vw
}

.jikka__sec__text {
  position: relative;
  margin-top: 1.5em;
  padding: 0 4vw;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  line-height: 1.8em;
  letter-spacing: .1em
}

.jikka__sec__head__image {
  position: absolute;
  top: 65.33333vw;
  left: 0;
  width: 100%;
  height: 43.46667vw
}

.jikka__sec__head__image--1 {
  top: 65.33333vw
}

.jikka__sec__head__image--2 {
  top: 127.73333vw
}

.jikka__sec__head__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom
}

.jikka__sec__head__image--1:after {
  background-image: url(../img/jikka/main1-2x.jpg)
}

.jikka__sec__head__image--2:after {
  background-image: url(../img/jikka/main2-2x.jpg)
}

@media screen and (min-width: 751px) {
  .jikka__sec__header--1 {
    height: 37.84722vw
  }

  .jikka__sec__header--2 {
    height: 38.88889vw
  }

  .jikka__sec__header:before {
    content: '';
    position: absolute;
    top: 3.47222vw;
    left: 0;
    background-color: #46744b;
    z-index: 1
  }

  .jikka__sec__header--1:before {
    width: 50vw;
    height: 17.01389vw
  }

  .jikka__sec__header--2:before {
    width: 55.90278vw;
    height: 24.65278vw
  }

  .jikka__sec__head__container {
    position: relative;
    margin: 0 auto;
    width: 69.44444vw;
    height: 100%
  }

  .jikka__sec__head__inner {
    position: relative;
    top: 3.47222vw
  }

  .jikka__sec__head__inner>div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
  }

  .jikka__sec__head {
    display: inline-block;
    margin: 0;
    width: 40.27778vw;
    font-size: 2.08333vw
  }

  .jikka__sec__head__inner--1 {
    height: 17.01389vw
  }

  .jikka__sec__head__inner--2 {
    height: 24.65278vw
  }

  .jikka__sec__text {
    padding: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.25vw
  }

  .jikka__sec__head__image {
    position: absolute;
    left: 6.94444vw;
    width: 77.91667vw;
    height: 33.47222vw
  }

  .jikka__sec__head__image--1 {
    top: 0
  }

  .jikka__sec__head__image--2 {
    top: 0
  }

  .jikka__sec__head__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center bottom
  }
}

@media screen and (min-width: 1441px) {
  .jikka__sec__header:before {
    top: 50px
  }

  .jikka__sec__header--1:before {
    height: 245px
  }

  .jikka__sec__header--2:before {
    height: 355px
  }

  .jikka__sec__head__container {
    width: 1000px
  }

  .jikka__sec__head__inner {
    top: 50px
  }

  .jikka__sec__head {
    width: 580px;
    font-size: 30px;
    font-size: 3.0rem
  }

  .jikka__sec__head__inner--1 {
    height: 245px
  }

  .jikka__sec__head__inner--2 {
    height: 355px
  }

  .jikka__sec__text {
    font-size: 18px;
    font-size: 1.8rem
  }

  .jikka__sec__head__image {
    left: 100px
  }
}

.jikka__intro {
  position: relative;
  padding: 8vw 0;
  background-image: url(../img/jikka/bg1-2x.jpg);
  background-size: cover;
  background-position: center
}

.jikka__intro__head {
  margin-bottom: 1.5em;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: .3em
}

.jikka__intro__text {
  font-size: 4vw;
  line-height: 2em
}

@media screen and (min-width: 751px) {
  .jikka__intro {
    padding: 3.81944vw 0
  }

  .jikka__intro__head {
    font-size: 1.66667vw
  }

  .jikka__intro__text {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__intro {
    padding: 55px 0
  }

  .jikka__intro__head {
    font-size: 24px;
    font-size: 2.4rem
  }

  .jikka__intro__text {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.jikka__voice {
  position: relative;
  margin-bottom: 13.33333vw
}

.jikka__voice__item {
  position: relative;
  margin-bottom: 13.33333vw
}

.jikka__voice__item:last-child {
  margin-bottom: 0
}

.jikka__voice__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.jikka__voice__content {
  width: 100%
}

.jikka__voice__image {
  position: relative;
  width: 96vw;
  height: 64vw
}

.jikka__voice__image:after {
  content: '';
  position: absolute;
  top: 0;
  width: 96vw;
  height: 100%;
  background-size: cover
}

.jikka__voice__item:nth-child(odd) .jikka__voice__image {
  order: 2
}

.jikka__voice__item:nth-child(odd) .jikka__voice__content {
  margin-bottom: 5.33333vw;
  order: 1
}

.jikka__voice__item:nth-child(even) .jikka__voice__content {
  margin-top: 5.33333vw
}

.jikka__voice__item:nth-child(even) .jikka__voice__image:after {
  right: 0
}

.jikka__voice__item:nth-child(odd) .jikka__voice__image:after {
  left: 0
}

.jikka__voice__item--1 .jikka__voice__image:after {
  background-image: url(../img/jikka/voice01-2x.jpg)
}

.jikka__voice__item--2 .jikka__voice__image:after {
  background-image: url(../img/jikka/voice02-2x.jpg)
}

.jikka__voice__item--3 .jikka__voice__image:after {
  background-image: url(../img/jikka/voice03-2x.jpg)
}

@media screen and (min-width: 751px) {
  .jikka__voice {
    position: relative;
    margin-bottom: 9.375vw
  }

  .jikka__voice__item {
    position: relative;
    margin-bottom: 9.375vw
  }

  .jikka__voice__item:last-child {
    margin-bottom: 0
  }

  .jikka__voice__container {
    justify-content: space-between
  }

  .jikka__voice__content {
    margin-bottom: 0;
    width: 32.29167vw
  }

  .jikka__voice__image {
    position: relative;
    width: 34.72222vw;
    height: 33.33333vw
  }

  .jikka__voice__image:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background-size: cover
  }

  .jikka__voice__item:nth-child(odd) .jikka__voice__content {
    margin-bottom: 0
  }

  .jikka__voice__item:nth-child(even) .jikka__voice__content {
    margin-top: 0
  }
}

@media screen and (min-width: 1441px) {
  .jikka__voice {
    margin-bottom: 135px
  }

  .jikka__voice__item {
    margin-bottom: 135px
  }

  .jikka__voice__content {
    width: 465px
  }

  .jikka__voice__image {
    width: 500px;
    height: 33.33333vw
  }

  .jikka__voice__image:after {
    width: 50vw
  }
}

.jikka__point__menu {
  margin: 0 auto 12vw;
  width: 50.26667vw
}

.jikka__point__menu li {
  margin-bottom: 6vw;
  padding: 6.66667vw 4vw;
  width: 100%;
  background-color: #a6937c
}

.jikka__point__menu__num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 23.2vw;
  height: 23.2vw;
  background-color: #fff;
  border-radius: 50%
}

.jikka__point__menu__num span {
  color: #a6937c;
  font-family: futura-pt, sans-serif;
  font-size: 9.6vw;
  font-weight: 600
}

.jikka__point__menu__content {
  padding-top: 1em
}

.jikka__point__menu__content>p {
  color: #fff;
  text-align: center
}

.jikka__list {
  counter-reset: cnt;
  line-height: 2em
}

.jikka__list li:before {
  counter-increment: cnt;
  content: counter(cnt) "."
}

@media screen and (min-width: 751px) {
  .jikka__point__menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 6.25vw;
    width: 100%
  }

  .jikka__point__menu li {
    margin: 0;
    padding: 1.73611vw 1.04167vw;
    width: 13.19444vw
  }

  .jikka__point__menu__num {
    width: 6.04167vw;
    height: 6.04167vw
  }

  .jikka__point__menu__num span {
    font-size: 2.5vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__point__menu {
    margin-bottom: 90px
  }

  .jikka__point__menu li {
    padding: 25px 15px;
    width: 190px
  }

  .jikka__point__menu__num {
    width: 87px;
    height: 87px
  }

  .jikka__point__menu__num span {
    font-size: 36px;
    font-size: 3.6rem
  }
}

.jikka__point__head__container {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10vw;
  height: 26.66667vw
}

.jikka__point__head {
  position: relative;
  display: block;
  margin-left: 25.33333vw;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.6em;
  z-index: 2
}

@media screen and (max-width: 750px) {
  .jikka__point__head__container {
    width: calc(100% + 2em)
  }

  .jikka__point__head {
    top: 1.5em;
    left: -1.5em;
    width: calc(100% - 26.66667vw);
    letter-spacing: .2em
  }
}

.jikka__point__head__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-style: solid;
  border-width: 26.66667vw 26.66667vw 0 0;
  border-color: #46744b #fff #46744b #46744b;
  z-index: 1
}

.jikka__point__head__label {
  position: absolute;
  top: 4vw;
  left: 5.33333vw;
  display: inline-block;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  z-index: 2
}

@media screen and (min-width: 751px) {
  .jikka__point__head__container {
    margin-bottom: 2.08333vw;
    height: 6.94444vw
  }

  .jikka__point__head {
    margin-left: 5.20833vw;
    font-size: 1.25vw
  }

  .jikka__point__head__container:before {
    border-width: 6.94444vw 6.94444vw 0 0
  }

  .jikka__point__head__label {
    top: 1.04167vw;
    left: 1.38889vw;
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__point__head__container {
    margin-bottom: 30px;
    height: 100px
  }

  .jikka__point__head {
    margin-left: 75px;
    font-size: 18px;
    font-size: 1.8rem
  }

  .jikka__point__head__container:before {
    border-width: 100px 100px 0 0
  }

  .jikka__point__head__label {
    top: 15px;
    left: 20px;
    font-size: 24px;
    font-size: 2.4rem
  }
}

.jikka__point__item {
  margin-bottom: 18.66667vw
}

.jikka__point__data {
  width: 100%
}

.jikka__point__data dt {
  display: block;
  padding: .7em 1.3em;
  background-color: #a6937c;
  color: #fff;
  font-weight: 700
}

.jikka__point__data dd {
  display: block;
  padding: 1.2em 1.3em;
  background-color: #ede9e5;
  line-height: 1.8em
}

.jikka__point__box {
  display: block;
  padding: 1.2em 1.3em;
  background-color: #ede9e5;
  line-height: 1.8em
}

.jikka__point__subhead {
  margin-right: 1em;
  color: #46744b;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .jikka__point__item {
    margin-bottom: 9.33333vw
  }

  .jikka__point__content--center {
    margin: 0 auto;
    width: 55.55556vw
  }

  .jikka__point__content--left {
    width: 65.97222vw
  }

  .jikka__point__content--right {
    margin-left: auto
  }

  .jikka__point__content--right--800 {
    width: 55.55556vw
  }

  .jikka__point__content--right--900 {
    width: 62.5vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__point__item {
    margin-bottom: 70px
  }

  .jikka__point__content--center {
    width: 800px
  }

  .jikka__point__content--left {
    width: 900px
  }

  .jikka__point__content--right--800 {
    width: 800px
  }

  .jikka__point__content--right--900 {
    width: 900px
  }
}

.jikka__natural__image {
  margin-bottom: 5.33333vw;
  width: 100%
}

.jikka__natural__content {
  width: 100%
}

@media screen and (min-width: 751px) {
  .jikka__natural {
    display: flex;
    justify-content: space-between
  }

  .jikka__natural__image {
    margin-bottom: 0;
    width: 24.30556vw
  }

  .jikka__natural__content {
    width: 43.40278vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__natural__image {
    width: 350px
  }

  .jikka__natural__content {
    width: 625px
  }
}

.jikka__natural__table {
  width: 100%;
  border: 1px solid #ccc
}

.jikka__natural__table thead {
  text-align: center
}

.jikka__natural__table tr {
  border-bottom: 1px solid #ccc
}

.jikka__natural__table th {
  padding: 1em 0;
  width: 13.33333vw;
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: 400;
  line-height: 1.6em
}

.jikka__natural__table td {
  padding: 1em .5em;
  line-height: 1.6em;
  border-right: 1px solid #ccc
}

.jikka__natural__table td:nth-of-type(1), .jikka__natural__table td:nth-of-type(2), .jikka__natural__table td:nth-of-type(3) {
  width: 19.33333vw
}

.jikka__natural__table td:nth-of-type(4) {
  padding: 1em .2em;
  width: calc(100% - 71.33333vw)
}

.jikka__natural__table tbody tr:last-of-type {
  border-bottom: none
}

.jikka__natural__table td:last-of-type {
  border-right: none
}

@media screen and (min-width: 751px) {
  .jikka__natural__table th {
    padding: 1em 0;
    width: 5.90278vw;
    border-right: 1px solid #ccc;
    text-align: center;
    font-weight: 400;
    line-height: 1.6em
  }

  .jikka__natural__table td {
    padding: 1em .5em;
    line-height: 1.6em;
    border-right: 1px solid #ccc
  }

  .jikka__natural__table td:last-of-type {
    border-right: none
  }

  .jikka__natural__table td:nth-of-type(1) {
    width: 12.84722vw
  }

  .jikka__natural__table td:nth-of-type(2), .jikka__natural__table td:nth-of-type(3) {
    width: 5.97222vw
  }

  .jikka__natural__table td:nth-of-type(4) {
    padding: 1em .5em;
    width: calc(100% - 24.79167vw)
  }
}

@media screen and (min-width: 1441px) {
  .jikka__natural__table {
    border: 1px solid #ccc
  }

  .jikka__natural__table tr {
    border-bottom: 1px solid #ccc
  }

  .jikka__natural__table th {
    width: 85px;
    border-right: 1px solid #ccc
  }

  .jikka__natural__table td:nth-of-type(1) {
    width: 185px
  }

  .jikka__natural__table td:nth-of-type(2), .jikka__natural__table td:nth-of-type(3) {
    width: 86px
  }

  .jikka__natural__table td:nth-of-type(4) {
    width: calc(100% - 357px)
  }
}

.jikka__air__image {
  margin-bottom: 5.33333vw;
  width: 100%
}

.jikka__air__content {
  width: 100%
}

.jikka__air__content__image {
  width: 100%
}

@media screen and (min-width: 751px) {
  .jikka__air {
    display: flex;
    justify-content: space-between
  }

  .jikka__air__image {
    margin-bottom: 0;
    width: 23.61111vw
  }

  .jikka__air__content {
    width: 43.40278vw
  }

  .jikka__air__content__image {
    width: 34.02778vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__air__image {
    width: 340px
  }

  .jikka__air__content {
    width: 625px
  }

  .jikka__air__content__image {
    width: 490px
  }
}

.jikka__taishin__container>div {
  margin-bottom: 5.33333vw;
  width: 100%
}

.jikka__taishin__container>div:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .jikka__taishin__container {
    display: flex;
    justify-content: space-between
  }

  .jikka__taishin__container>div {
    margin-bottom: 0;
    width: 34.58333vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__taishin__container>div {
    width: 498px
  }
}

.jikka__taishin__egree {
  margin: 0 auto;
  width: 100%
}

.jikka__taishin__higai {
  width: 100%
}

@media screen and (min-width: 751px) {
  .jikka__taishin__egree {
    width: 38.75vw
  }

  .jikka__taishin__higai {
    width: 62.5vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__taishin__egree {
    width: 558px
  }

  .jikka__taishin__higai {
    width: 900px
  }
}

.jikka__highbest__content {
  margin-bottom: 5.33333vw
}

@media screen and (min-width: 751px) {
  .jikka__highbest {
    display: flex;
    justify-content: space-between
  }

  .jikka__highbest__content {
    margin-bottom: 0;
    width: 29.51389vw
  }

  .jikka__highbest__image {
    width: 38.19444vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__highbest__content {
    width: 425px
  }

  .jikka__highbest__image {
    width: 550px
  }
}

.jikka__magnifi>div {
  margin-bottom: 5.33333vw
}

.jikka__magnifi>div:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .jikka__magnifi {
    display: flex
  }

  .jikka__magnifi>div {
    margin-bottom: 0;
    width: 50%
  }
}

@media screen and (max-width: 750px) {
  .jikka__ondokei {
    margin: 0 auto;
    width: 83.33333vw
  }
}

.jikka__insulation {
  margin-top: 11.33333vw;
  margin-bottom: 10.66667vw
}

.jikka__insulation__image {
  margin-bottom: 8vw
}

@media screen and (min-width: 751px) {
  .jikka__insulation {
    display: flex;
    justify-content: space-between;
    margin-top: 5.90278vw;
    margin-bottom: 0
  }

  .jikka__insulation__content {
    width: 31.25vw
  }

  .jikka__insulation__image {
    margin-bottom: 0;
    width: 36.52778vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__insulation {
    margin-top: 85px
  }

  .jikka__insulation__content {
    width: 450px
  }

  .jikka__insulation__image {
    width: 526px
  }
}

.jikka__apw330 {
  margin: 0 auto;
  width: 100%
}

@media screen and (min-width: 751px) {
  .jikka__apw330 {
    display: flex;
    justify-content: space-between;
    margin-top: 4.16667vw;
    width: 55.55556vw
  }

  .jikka__apw330__image {
    width: 55.55556vw
  }

  .jikka__apw330__image {
    width: 23.26389vw
  }

  .jikka__apw330__image__inner {
    width: 18.68056vw
  }

  .jikka__apw330__content {
    width: 32.63889vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__apw330 {
    margin-top: 60px;
    width: 800px
  }

  .jikka__apw330__image {
    width: 335px
  }

  .jikka__apw330__image__inner {
    width: 269px
  }

  .jikka__apw330__content {
    width: 470px
  }
}

.jikka__Apw330__data {
  position: relative
}

.jikka__Apw330__data__label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5.33333vw;
  width: 16.53333vw;
  height: 16.53333vw;
  background-color: #136db6;
  border-radius: 50%
}

.jikka__Apw330__data__label span {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center
}

.jikka__Apw330__data__head {
  margin-bottom: 1em;
  color: #46744b;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .jikka__Apw330__data__label {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 4.30556vw;
    height: 4.30556vw
  }

  .jikka__Apw330__data__label span {
    font-size: 1.66667vw
  }

  .jikka__Apw330__data__content {
    padding-left: 5.20833vw
  }

  .jikka__Apw330__data__head {
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__Apw330__data__label {
    width: 62px;
    height: 62px
  }

  .jikka__Apw330__data__label span {
    font-size: 24px;
    font-size: 2.4rem
  }

  .jikka__Apw330__data__content {
    padding-left: 75px
  }

  .jikka__Apw330__data__head {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.jikka__Apw330__fuel>div {
  margin-bottom: 8vw;
  width: 100%
}

.jikka__Apw330__fuel__label {
  position: relative;
  margin: 0 auto 5.33333vw auto;
  border-width: .8vw;
  border-color: #46744b;
  border-style: solid;
  width: 40vw;
  height: 40vw;
  border-radius: 50%
}

.jikka__Apw330__fuel__label>div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.jikka__Apw330__fuel__label__text {
  color: #46744b;
  font-size: 4.8vw;
  font-weight: 700
}

.jikka__Apw330__fuel__label__num {
  margin: .1em 0;
  color: #822433;
  font-family: futura-pt, sans-serif;
  font-size: 9.6vw;
  font-weight: 700;
  letter-spacing: 0
}

.jikka__Apw330__fuel__content {
  width: 100%
}

.jikka__Apw330__fuel__content__text {
  font-size: 3.73333vw;
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .jikka__Apw330__fuel {
    display: flex
  }

  .jikka__Apw330__fuel>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    width: 50%
  }

  .jikka__Apw330__fuel__label {
    margin: 0;
    border-width: .20833vw;
    width: 7.63889vw;
    height: 7.63889vw
  }

  .jikka__Apw330__fuel__label__text {
    font-size: 1.11111vw
  }

  .jikka__Apw330__fuel__label__num {
    font-size: 2.36111vw
  }

  .jikka__Apw330__fuel__content {
    width: 26.38889vw
  }

  .jikka__Apw330__fuel__content__text {
    font-size: .97222vw;
    line-height: 1.8em
  }
}

@media screen and (min-width: 1441px) {
  .jikka__Apw330__fuel {
    display: flex
  }

  .jikka__Apw330__fuel>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%
  }

  .jikka__Apw330__fuel__label {
    border-width: 3px;
    width: 150px;
    height: 150px
  }

  .jikka__Apw330__fuel__label__text {
    font-size: 18px;
    font-size: 1.8rem
  }

  .jikka__Apw330__fuel__label__num {
    font-family: futura-pt, sans-serif;
    font-size: 36px;
    font-size: 3.6rem
  }

  .jikka__Apw330__fuel__content {
    width: 340px
  }

  .jikka__Apw330__fuel__content__text {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.jikka__aquaria {
  margin-top: 14.66667vw
}

.jikka__aquaria__image {
  margin: 0 auto 5.33333vw auto;
  width: 72.66667vw
}

.jikka__aquaria__image__inner {
  width: 100%
}

@media screen and (min-width: 751px) {
  .jikka__aquaria {
    display: flex;
    justify-content: space-between;
    margin-top: 6.25vw
  }

  .jikka__aquaria__image {
    margin: 0;
    width: 20.83333vw
  }

  .jikka__aquaria__image__inner {
    width: 20.83333vw
  }

  .jikka__aquaria__content {
    width: 40.97222vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__aquaria {
    margin-top: 90px
  }

  .jikka__aquaria__image {
    width: 300px
  }

  .jikka__aquaria__image__inner {
    width: 300px
  }

  .jikka__aquaria__content {
    width: 590px
  }
}

.jikka__aquria__table {
  position: relative;
  width: 100%;
  border: 1px solid #ccc
}

.jikka__aquria__table1 tr {
  border-bottom: 1px solid #ccc
}

.jikka__aquria__table1 tr:last-of-type {
  border-bottom: none
}

.jikka__aquria__table1 th {
  padding: 1em 0;
  width: 12.66667vw;
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: 400;
  line-height: 1.6em
}

.jikka__aquria__table1 td {
  padding: 1em .5em;
  line-height: 1.6em
}

.jikka__aquria__table1 td:nth-of-type(1) {
  width: 44.8vw;
  border-right: 1px solid #ccc
}

.jikka__aquria__table1 td:nth-of-type(2) {
  width: calc(100% - 12.66667vw - 44.8vw)
}

.jikka__aquaria__data__head {
  margin-bottom: 1em;
  font-size: 4.26667vw;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .jikka__aquria__table {
    border: 1px solid #ccc
  }

  .jikka__aquria__table tr {
    border-bottom: 1px solid #ccc
  }

  .jikka__aquria__table1 th {
    padding: 1em 0;
    width: 9.375vw;
    border-right: 1px solid #ccc;
    text-align: center;
    font-weight: 400;
    line-height: 1.6em
  }

  .jikka__aquria__table1 td {
    padding: 1em 1em;
    line-height: 1.6em
  }

  .jikka__aquria__table1 td:nth-of-type(1) {
    width: 14.23611vw;
    border-right: 1px solid #ccc
  }

  .jikka__aquria__table1 td:nth-of-type(2) {
    width: calc(100% - 9.375vw - 14.23611vw)
  }

  .jikka__aquaria__data__head {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__aquria__table {
    border: 1px solid #ccc
  }

  .jikka__aquria__table tr {
    border-bottom: 1px solid #ccc
  }

  .jikka__aquria__table1 th {
    width: 135px;
    border-right: 1px solid #ccc
  }

  .jikka__aquria__table1 td:nth-of-type(1) {
    width: 205px;
    border-right: 1px solid #ccc
  }

  .jikka__aquria__table1 td:nth-of-type(2) {
    width: calc(100% - 135px - 205px)
  }

  .jikka__aquaria__data__head {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.jikka__aquaria__data {
  position: relative;
  padding: 1.5em 0
}

@media screen and (min-width: 751px) {
  .jikka__aquaria__data {
    position: relative;
    padding: 1.5em 0
  }
}

.jikka__highbest__container {
  margin: 0 auto;
  width: 100%
}

.jikka__highbest__gallery>div {
  margin-bottom: 5.33333vw
}

.jikka__highbest__gallery>div:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .jikka__highbest__gallery {
    display: flex;
    justify-content: space-between
  }

  .jikka__highbest__container {
    width: 55.55556vw
  }

  .jikka__highbest__gallery>div {
    margin-bottom: 0;
    width: 27.08333vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__highbest__container {
    width: 800px
  }

  .jikka__highbest__gallery>div {
    width: 390px
  }
}

.jikka__graph {
  margin: 0 auto;
  width: 100%
}

.jikka__graph__head span {
  display: block;
  margin-bottom: 1em;
  margin-right: 1em;
  color: #46744b;
  font-size: 1.125em;
  font-weight: 700
}

.jikka__housework {
  margin-top: 10.66667vw
}

.jikka__housework__content {
  margin-bottom: 5.33333vw
}

@media screen and (min-width: 751px) {
  .jikka__graph {
    width: 62.5vw
  }

  .jikka__graph__head span {
    display: inline-block;
    margin-bottom: 0
  }

  .jikka__housework {
    display: flex;
    justify-content: space-between;
    margin-top: 5.55556vw
  }

  .jikka__housework__content {
    width: 34.72222vw
  }

  .jikka__housework__image {
    width: 34.02778vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__graph {
    width: 900px
  }

  .jikka__housework {
    margin-top: 80px
  }

  .jikka__housework__content {
    width: 500px
  }

  .jikka__housework__image {
    width: 490px
  }
}

.jikka__works {
  margin-bottom: 8vw
}

.jikka__works:last-of-type {
  margin-bottom: 0
}

.jikka__works__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: .3em
}

.jikka__works__head span {
  position: relative;
  top: .1em;
  margin-left: .5em;
  font-family: futura-pt, sans-serif;
  font-size: 8.53333vw
}

.jikka__works__comment {
  margin: 0 auto;
  padding: 2em 0;
  width: 100%
}

@media screen and (min-width: 751px) {
  .jikka__works {
    margin-bottom: 3.47222vw
  }

  .jikka__works__head {
    font-size: 1.25vw
  }

  .jikka__works__head span {
    font-size: 2.5vw
  }

  .jikka__works__comment {
    width: 55.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__works {
    margin-bottom: 50px
  }

  .jikka__works__head {
    font-size: 18px;
    font-size: 1.8rem
  }

  .jikka__works__head span {
    font-size: 36px;
    font-size: 3.6rem
  }

  .jikka__works__comment {
    width: 800px
  }
}

.jikka__money__image {
  margin-bottom: 5.33333vw
}

@media screen and (min-width: 751px) {
  .jikka__money {
    display: flex;
    justify-content: space-between
  }

  .jikka__money__image {
    margin-bottom: 0;
    width: 25vw
  }

  .jikka__money__content {
    width: 42.01389vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__money__image {
    width: 360px
  }

  .jikka__money__content {
    width: 605px
  }
}

.jikka__monay__data dt {
  align-self: flex-start;
  margin-bottom: .7em;
  padding: .8em 0;
  width: 33.06667vw;
  background-color: #a6937c;
  color: #fff;
  font-weight: 700;
  text-align: center
}

.jikka__monay__data dd {
  margin-bottom: 1em;
  padding: 0 1em;
  width: 100%;
  line-height: 1.6em
}

@media screen and (min-width: 751px) {
  .jikka__monay__data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .jikka__monay__data dt {
    align-self: flex-start;
    margin-bottom: 1em;
    padding: .5em 0;
    width: 8.68056vw
  }

  .jikka__monay__data dd {
    margin-bottom: 1em;
    padding: 0;
    width: 31.94444vw
  }
}

@media screen and (min-width: 1441px) {
  .jikka__monay__data dt {
    width: 125px
  }

  .jikka__monay__data dd {
    width: 460px
  }
}

.flow__step__navi {
  position: relative
}

.flow__step__navi__border {
  position: absolute;
  top: 0;
  left: 13.6vw;
  width: .8vw;
  height: 100%;
  background-color: #46744b;
  z-index: 1
}

.flow__step__navi a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 4vw;
  width: 84vw;
  z-index: 2
}

.flow__step__navi a:hover {
  opacity: 0.9
}

@media screen and (min-width: 751px) {
  .flow__step__navi {
    display: flex;
    justify-content: space-between;
    margin-top: 4.86111vw
  }

  .flow__step__navi {
    margin-bottom: 0
  }

  .flow__step__navi a {
    display: block;
    margin: 0;
    width: 5vw
  }

  .flow__step__navi__border {
    top: 2.29167vw;
    left: 0;
    width: 100%;
    height: .20833vw
  }
}

@media screen and (min-width: 1441px) {
  .flow__step__navi {
    margin-top: 70px
  }

  .flow__step__navi a {
    width: 72px
  }

  .flow__step__navi__border {
    top: 33px;
    height: 3px
  }
}

.flow__step__navi__head {
  display: block;
  padding-left: 1em;
  width: calc(100% - 19.2vw);
  color: #46744b;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4em
}

@media screen and (min-width: 751px) {
  .flow__step__navi__head {
    margin-top: 1em;
    padding-left: 0;
    width: auto;
    font-size: 1.25vw;
    line-height: 5vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }
}

@media screen and (min-width: 1441px) {
  .flow__step__navi__head {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 72px
  }
}

.flow__step__num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 19.2vw;
  height: 18.93333vw;
  background-image: url(../img/flow/circle.png);
  background-size: contain
}

.flow__step__num p {
  margin-top: .3em;
  font-family: futura-pt, sans-serif;
  font-size: 4.26667vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em
}

.flow__step__num span {
  font-size: 6.4vw
}

@media screen and (min-width: 751px) {
  .flow__step__num {
    margin: 0;
    width: 5vw;
    height: 4.93056vw
  }

  .flow__step__num p {
    font-size: .90278vw
  }

  .flow__step__num p span {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .flow__step__num {
    width: 72px;
    height: 71px
  }

  .flow__step__num p {
    font-size: 13px;
    font-size: 1.3rem
  }

  .flow__step__num p span {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.flow__step__box {
  position: relative;
  margin: 0 0 9.33333vw 0;
  padding: 8vw 6.66667vw;
  background-color: #faf9f8
}

.flow__step__box__content {
  margin: 6vw 0
}

.flow__step__box__image {
  margin: 0 auto;
  width: 74.66667vw
}

.flow__step__box__image img {
  border-radius: 50%
}

.flow__step__head {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 .8em 0;
  color: #46744b;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em
}

.flow__step__head:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: .8vw;
  background-image: url(../img/company/line.png);
  background-size: auto .8vw;
  background-repeat: repeat-x
}

@media screen and (min-width: 751px) {
  .flow__step__box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 3.81944vw 0;
    padding: 2.08333vw 1.73611vw 1.73611vw 2.08333vw
  }

  .flow__step__box__content {
    margin: 1em 0 0 0;
    width: 36.11111vw
  }

  .flow__step__box__image {
    margin: 0;
    margin-left: 2.08333vw;
    width: 19.44444vw
  }

  .flow__step__head {
    font-size: 1.66667vw;
    text-align: left
  }

  .flow__step__head:before {
    width: 30.55556vw;
    height: .20833vw;
    background-size: auto .20833vw
  }
}

@media screen and (min-width: 1441px) {
  .flow__step__box {
    margin: 0 0 55px 0;
    padding: 30px 25px 25px 30px
  }

  .flow__step__box__content {
    width: 520px
  }

  .flow__step__box__image {
    margin-left: 30px;
    width: 280px
  }

  .flow__step__head {
    font-size: 24px;
    font-size: 2.4rem
  }

  .flow__step__head:before {
    width: 440px;
    height: 3px;
    background-size: auto 3px
  }
}

.modelh__before {
  margin: 0 auto;
  width: 100%
}

.modelh__before__full {
  position: relative;
  margin-bottom: 2vw;
  width: 100%;
  height: 56vw;
  background-size: cover;
  background-position: center center
}

.modelh__before__thumb__item__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2vw
}

.modelh__before__thumb__item {
  margin-left: 2vw;
  margin-bottom: 2vw;
  width: calc(20% - 2vw);
  height: 11.06667vw;
  background-size: cover;
  background-position: center center;
  transition: .3s
}

.modelh__before__thumb__item:hover {
  opacity: 0.7;
  cursor: pointer
}

@media screen and (min-width: 751px) {
  .modelh__before {
    width: 55.55556vw
  }

  .modelh__before__full {
    margin-bottom: calc(10 / 1440 * 100vw);
    height: calc(450 / 1440 * 100vw)
  }

  .modelh__before__thumb__item__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.69444vw
  }

  .modelh__before__thumb__item {
    margin-left: .69444vw;
    margin-bottom: .69444vw;
    width: calc(10% - .69444vw);
    height: 3.47222vw
  }
}

@media screen and (min-width: 1441px) {
  .modelh__before {
    width: 800px
  }

  .modelh__before__full {
    margin-bottom: 10px;
    height: 450px
  }

  .modelh__before__thumb__item__container {
    margin-left: -10px
  }

  .modelh__before__thumb__item {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(10% - 10px);
    height: 50px
  }
}

.blogM__container a {
  position: relative;
  display: block;
  margin-bottom: 10.66667vw
}

.blogM__container a:last-of-type {
  margin-bottom: 0
}

.blogM__content {
  position: relative;
  padding: 5.33333vw 5.33333vw 24vw 5.33333vw;
  background-color: #faf9f8
}

@media screen and (min-width: 751px) {
  .blogM__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.38889vw
  }

  .blogM__container a {
    margin-left: 1.38889vw;
    margin-bottom: 4.86111vw;
    width: calc(33.33333% - 1.38889vw)
  }

  .blogM__content {
    padding: 1.38889vw 1.04167vw 6.25vw 1.04167vw
  }
}

@media screen and (min-width: 1441px) {
  .blogM__container {
    margin-left: -20px
  }

  .blogM__container a {
    margin-left: 20px;
    margin-bottom: 70px;
    width: calc(33.33333% - 20px)
  }

  .blogM__content {
    padding: 20px 15px 90px 15px
  }
}

.blogM__title {
  min-height: calc(1.6em * 2);
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.6em
}

.blogM__btn {
  position: absolute;
  bottom: 5.33333vw;
  left: 50%;
  width: 100%;
  padding: 0 5.33333vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width: 751px) {
  .blogM__title {
    min-height: calc(1.6em * 3);
    font-size: 1.25vw
  }

  .blogM__btn {
    bottom: 1.73611vw;
    padding: 0 1.73611vw
  }
}

@media screen and (min-width: 1441px) {
  .blogM__title {
    font-size: 18px;
    font-size: 1.8rem
  }

  .blogM__btn {
    bottom: 25px;
    padding: 0 25px
  }
}

.showroom__cmn__head {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: .3em
}

@media screen and (min-width: 751px) {
  .showroom__cmn__head {
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__cmn__head {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.showroom__intro__subhead {
  color: #46744b;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: .3em
}

.showroom__intro__head {
  margin: 5.33333vw auto 9.33333vw auto;
  width: 85.33333vw
}

.showroom__intro__image {
  margin-left: -4vw;
  width: calc(100% + 8vw)
}

@media screen and (min-width: 751px) {
  .showroom__intro__subhead {
    font-size: 1.25vw
  }

  .showroom__intro__head {
    margin: 1.73611vw auto 3.125vw auto;
    width: 22.22222vw
  }

  .showroom__intro__image {
    margin-left: 0;
    width: 100%
  }
}

@media screen and (min-width: 1441px) {
  .showroom__intro__subhead {
    font-size: 18px;
    font-size: 1.8rem
  }

  .showroom__intro__head {
    margin: 25px auto 45px auto;
    width: 320px
  }
}

.showroom__intro1 {
  position: relative
}

.showroom__intro1__image {
  position: relative;
  margin-bottom: 8vw;
  width: 82vw
}

.showroom__intro1__image:after {
  content: '';
  position: absolute;
  right: -16.66667vw;
  bottom: -14.66667vw;
  display: inline-block;
  width: 53.33333vw;
  height: 53.33333vw;
  background-image: url(../img/showroom/circle_g.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1
}

.showroom__intro1__content {
  position: relative;
  padding: 13.33333vw 0;
  background-color: #fff
}

.showroom__cafe1__subhead {
  font-size: 4.8vw;
  font-weight: 700
}

@media screen and (min-width: 751px) {
  .showroom__intro1 {
    display: flex;
    justify-content: space-between;
    height: 47.22222vw
  }

  .showroom__intro1__image {
    position: absolute;
    top: 0;
    right: 0;
    order: 2;
    width: 41.66667vw;
    height: 27.77778vw
  }

  .showroom__intro1__image:after {
    right: -8.68056vw;
    bottom: -7.98611vw;
    width: 27.77778vw;
    height: 27.77778vw
  }

  .showroom__intro1__content {
    position: relative;
    top: 7.29167vw;
    padding: 3.125vw 3.47222vw 3.125vw 0;
    width: 34.72222vw;
    height: 24.65278vw;
    order: 1
  }

  .showroom__cafe1__subhead {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__intro1 {
    height: 680px
  }

  .showroom__intro1__image {
    width: 600px;
    height: 400px
  }

  .showroom__intro1__image:after {
    right: -125px;
    bottom: -115px;
    width: 400px;
    height: 400px
  }

  .showroom__intro1__content {
    top: 105px;
    padding: 45px 50px 45px 0;
    width: 500px;
    height: 355px
  }

  .showroom__cafe1__subhead {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.showroom__intro2 {
  margin: 0 0 16.66667vw 0
}

.showroom__intro2__content {
  position: relative
}

.showroom__intro2__image {
  position: relative;
  margin-bottom: 10vw;
  width: 92vw;
  height: 38.66667vw
}

.showroom__intro2__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: -4vw;
  width: 96vw;
  height: 100%;
  background-image: url(../img/showroom/main02-2x.jpg);
  background-size: cover;
  background-position: center center
}

.showroom__intro2__head {
  margin-top: 2em;
  font-family: "Noto Serif JP", serif;
  font-size: 6.4vw;
  font-weight: 800
}

@media screen and (min-width: 751px) {
  .showroom__intro2 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2.77778vw 0
  }

  .showroom__intro2__content {
    width: 27.77778vw
  }

  .showroom__intro2__image {
    margin-bottom: 0;
    width: 40.06944vw;
    height: 22.43056vw
  }

  .showroom__intro2__image:after {
    left: -15.27778vw;
    width: 55.55556vw
  }

  .showroom__intro2__head {
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__intro2 {
    margin: 0 0 40px 0
  }

  .showroom__intro2__content {
    width: 400px
  }

  .showroom__intro2__image {
    width: 577px;
    height: 323px
  }

  .showroom__intro2__image:after {
    left: -220px;
    width: 800px
  }

  .showroom__intro2__head {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.showroom__intro3 {
  margin: 9.33333vw 0 16.66667vw 0
}

.showroom__intro3__image {
  position: relative;
  margin-left: auto;
  width: 92vw;
  height: 34.66667vw
}

.showroom__intro3__image:before {
  content: '';
  position: absolute;
  left: -17.33333vw;
  bottom: -13.33333vw;
  display: inline-block;
  width: 33.73333vw;
  height: 33.73333vw;
  background-image: url(../img/showroom/circle_g.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1
}

.showroom__intro3__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 12vw;
  width: 84vw;
  height: 100%;
  background-image: url(../img/showroom/main03-2x.jpg);
  background-size: cover;
  background-position: center center
}

@media screen and (min-width: 751px) {
  .showroom__intro3 {
    margin: 4.16667vw 0 7.98611vw 0
  }

  .showroom__intro3__image {
    width: 69.44444vw;
    height: 28.81944vw
  }

  .showroom__intro3__image:before {
    left: -8.68056vw;
    bottom: -10.41667vw;
    width: 27.77778vw;
    height: 27.77778vw
  }

  .showroom__intro3__image:after {
    left: 13.88889vw;
    width: 69.44444vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__intro3 {
    margin: 60px 0 115px 0
  }

  .showroom__intro3__image {
    width: 1000px;
    height: 415px
  }

  .showroom__intro3__content:before {
    left: -125px;
    bottom: -150;
    width: 400px;
    height: 400px
  }

  .showroom__intro3__image:after {
    left: 200px;
    width: 1000px
  }
}

.showroom__intro4 {
  margin-bottom: 78vw
}

.showroom__intro4__image {
  margin-bottom: 9.33333vw;
  width: 100%
}

.showroom__intro4__content {
  position: relative
}

.showroom__intro4__content:before {
  content: '';
  position: absolute;
  right: -42.66667vw;
  bottom: -66vw;
  display: inline-block;
  width: 106.66667vw;
  height: 106.66667vw;
  background-image: url(../img/showroom/circle_g.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1
}

@media screen and (min-width: 751px) {
  .showroom__intro4 {
    margin-bottom: 5.55556vw
  }

  .showroom__intro4__image {
    margin-bottom: 4.16667vw;
    width: 48.61111vw
  }

  .showroom__intro4__content {
    width: 55.55556vw
  }

  .showroom__intro4__content:before {
    right: -25vw;
    bottom: -11.45833vw;
    width: 27.77778vw;
    height: 27.77778vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__intro4 {
    margin-bottom: 80px
  }

  .showroom__intro4__image {
    margin-bottom: 60px;
    width: 700px
  }

  .showroom__intro4__content {
    width: 800px
  }

  .showroom__intro4__content:before {
    right: -360px;
    bottom: -165px;
    width: 400px;
    height: 400px
  }
}

.showroom__intro5 {
  margin: 0 0 16.66667vw 0
}

.showroom__intro5__content {
  position: relative;
  margin-bottom: 20vw
}

.showroom__intro5__content:after {
  content: '';
  position: absolute;
  top: -8vw;
  left: -17.33333vw;
  display: inline-block;
  width: 106.66667vw;
  height: 106.66667vw;
  background-image: url(../img/showroom/circle_g.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1
}

.showroom__intro5__image {
  position: relative;
  width: 92vw;
  height: 53.33333vw
}

.showroom__intro5__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96vw;
  height: 100%;
  background-image: url(../img/showroom/main05-2x.jpg);
  background-size: cover;
  background-position: center center
}

.showroom__intro5__head {
  margin: 0 auto;
  width: 12vw
}

@media screen and (min-width: 751px) {
  .showroom__intro5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 9.375vw 0
  }

  .showroom__intro5__content {
    margin-bottom: 0;
    width: 31.25vw
  }

  .showroom__intro5__content:after {
    top: -2.77778vw;
    left: -10.41667vw;
    width: 27.77778vw;
    height: 27.77778vw
  }

  .showroom__intro5__image {
    margin-bottom: 0;
    width: 38.19444vw;
    height: 28.81944vw
  }

  .showroom__intro5__image:after {
    width: 53.47222vw
  }

  .showroom__intro5__head {
    width: 3.125vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__intro5 {
    margin: 0 0 135px 0
  }

  .showroom__intro5__content {
    width: 450px
  }

  .showroom__intro5__content:after {
    top: -40px;
    left: -150px;
    width: 400px;
    height: 400px
  }

  .showroom__intro5__image {
    width: 550px;
    height: 415px
  }

  .showroom__intro5__image:after {
    width: 770px
  }

  .showroom__intro5__head {
    width: 45px
  }
}

.showroom__showroom1 {
  margin: 12vw 0 16.66667vw 0
}

.showroom__showroom1__content {
  position: relative;
  margin-bottom: 12vw
}

.showroom__showroom1__content:after {
  content: '';
  position: absolute;
  top: 0;
  left: -4vw;
  display: inline-block;
  width: 106.66667vw;
  height: 106.66667vw;
  background-image: url(../img/showroom/circle_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1
}

.showroom__showroom1__image {
  position: relative;
  width: 92vw;
  height: 64vw
}

.showroom__showroom1__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96vw;
  height: 100%;
  background-image: url(../img/showroom/showroom_main01-2x.jpg);
  background-size: cover;
  background-position: center center
}

.showroom__showroom__head {
  color: #822433;
  font-size: 9.6vw;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: .3em
}

@media screen and (min-width: 751px) {
  .showroom__showroom1 {
    display: flex;
    justify-content: space-between;
    margin: 7.29167vw 0
  }

  .showroom__showroom1__content {
    margin-bottom: 0;
    width: 32.29167vw
  }

  .showroom__showroom1__content:after {
    left: -2.77778vw;
    width: 27.77778vw;
    height: 27.77778vw
  }

  .showroom__showroom1__image {
    margin-bottom: 0;
    width: 34.72222vw;
    height: 33.33333vw
  }

  .showroom__showroom1__image:after {
    width: 50vw
  }

  .showroom__showroom__head {
    font-size: 2.5vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__showroom1 {
    margin: 105px 0
  }

  .showroom__showroom1__content {
    width: 465px
  }

  .showroom__showroom1__content:after {
    left: -40px;
    width: 400px;
    height: 400px
  }

  .showroom__showroom1__image {
    width: 500px;
    height: 480px
  }

  .showroom__showroom1__image:after {
    width: 720px
  }

  .showroom__showroom__head {
    font-size: 36px;
    font-size: 3.6rem
  }
}

.showroom__showroom2 {
  margin-bottom: 9.33333vw
}

.showroom__showroom2__image {
  margin-bottom: 8vw
}

@media screen and (min-width: 751px) {
  .showroom__showroom2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.125vw
  }

  .showroom__showroom2__image {
    margin-bottom: 0;
    width: 34.72222vw
  }

  .showroom__showroom2__content {
    width: 32.29167vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__showroom2 {
    margin-bottom: 45px
  }

  .showroom__showroom2__image {
    width: 500px
  }

  .showroom__showroom2__content {
    width: 465px
  }
}

.showroom__cafe__logo {
  margin: 18.66667vw auto 0 auto
}

.showroom__cafe__logo__image {
  margin: 0 auto 8.66667vw auto;
  width: 58.66667vw
}

.showroom__cafe__logo__head {
  font-family: "Noto Serif JP", serif;
  font-size: 8vw;
  font-weight: 800;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: .2em
}

.showroom__cafe1 {
  margin: 10.66667vw 0 13.33333vw 0
}

.showroom__cafe1__image {
  margin-bottom: 8vw
}

.showroom__cafe1__content {
  position: relative;
  margin-bottom: 29.33333vw
}

.showroom__cafe1__content:after {
  content: '';
  position: absolute;
  top: 0;
  right: -40vw;
  display: inline-block;
  width: 80vw;
  height: 80vw;
  background-image: url(../img/showroom/circle_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1
}

.showroom__cafe2 {
  margin: 13.33333vw 0 10.66667vw 0
}

.showroom__cafe2__content {
  margin-bottom: 8vw
}

@media screen and (min-width: 751px) {
  .showroom__cafe__logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 8.68056vw auto 0 auto;
    width: 47.91667vw
  }

  .showroom__cafe__logo__image {
    margin-bottom: 0;
    width: 15.27778vw
  }

  .showroom__cafe__logo__content {
    width: 30.20833vw
  }

  .showroom__cafe__logo__head {
    font-size: 2.08333vw
  }

  .showroom__cafe1 {
    display: flex;
    justify-content: space-between;
    margin: 4.16667vw 0 6.94444vw 0
  }

  .showroom__cafe1__image {
    margin-bottom: 0;
    width: 38.88889vw
  }

  .showroom__cafe1__content {
    margin-bottom: 0;
    width: 28.125vw
  }

  .showroom__cafe1__content:after {
    right: -8.68056vw;
    width: 27.77778vw;
    height: 27.77778vw
  }

  .showroom__cafe2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6.94444vw 0 6.94444vw 0
  }

  .showroom__cafe2__content {
    margin-bottom: 0;
    width: 29.51389vw
  }

  .showroom__cafe2__image {
    width: 34.72222vw
  }
}

@media screen and (min-width: 1441px) {
  .showroom__cafe__logo {
    margin: 125px auto 0 auto;
    width: 690px
  }

  .showroom__cafe__logo__image {
    width: 220px
  }

  .showroom__cafe__logo__content {
    width: 435px
  }

  .showroom__cafe1__content:after {
    right: -125px;
    width: 400px;
    height: 400px
  }

  .showroom__cafe__logo__head {
    font-size: 30px;
    font-size: 3.0rem
  }

  .showroom__cafe1 {
    margin: 60px 0 100px 0
  }

  .showroom__cafe1__image {
    width: 560px
  }

  .showroom__cafe1__content {
    width: 405px
  }

  .showroom__cafe2 {
    margin: 100px 0 60px 0
  }

  .showroom__cafe2__content {
    width: 425px
  }

  .showroom__cafe2__image {
    width: 500px
  }
}

.showroom__gallery {
  margin-top: 10.66667vw
}

.showroom__gallery li {
  margin: 0 auto 3.33333vw auto;
  width: 85.33333vw
}

@media screen and (min-width: 751px) {
  .showroom__gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.55556vw;
    margin-left: -1.38889vw
  }

  .showroom__gallery li {
    margin: 0 0 1.38889vw 1.38889vw;
    width: calc(33.33333% - 1.38889vw)
  }
}

@media screen and (min-width: 1441px) {
  .showroom__gallery {
    margin-top: 80px;
    margin-left: -20px
  }

  .showroom__gallery li {
    margin: 0 0 20px 20px;
    width: calc(33.33333% - 20px)
  }
}

.awardA__container a {
  display: block;
  position: relative;
  margin-bottom: 10.66667vw;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

.awardA__image {
  position: relative
}

.awardA__content {
  position: relative;
  padding: 5.33333vw 5.33333vw 29.33333vw 5.33333vw
}

.awardA__title {
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.6em
}

.awardA__icon {
  position: absolute;
  top: 2.66667vw;
  left: 2.66667vw;
  display: flex;
  align-items: center
}

.awardA__icon__image {
  position: relative;
  width: 10.66667vw;
  height: 10.66667vw;
  z-index: 3
}

.awardA__icon__name {
  position: relative;
  left: -2em;
  display: flex;
  align-items: center;
  padding: 0 1em 0 3em;
  border-radius: 0 1.5em 1.5em 0;
  background-color: #fff;
  font-size: .8em;
  height: 8vw;
  font-weight: 700;
  z-index: 2
}

.awardA__btn {
  position: absolute;
  bottom: 8vw;
  left: 50%;
  width: 100%;
  padding: 0 5.33333vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width: 751px) {
  .awardA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.77778vw
  }

  .awardA__container a {
    margin-left: 2.77778vw;
    margin-bottom: 4.51389vw;
    width: calc(50% - 2.77778vw)
  }

  .awardA__content {
    padding: 1.38889vw 1.73611vw 8.33333vw 1.73611vw;
    min-height: 13.19444vw
  }

  .awardA__title {
    font-size: 1.11111vw
  }

  .awardA__icon {
    top: .69444vw;
    left: .69444vw
  }

  .awardA__icon__image {
    width: 4.16667vw;
    height: 4.16667vw
  }

  .awardA__icon__name {
    height: 2.77778vw
  }

  .awardA__btn {
    bottom: 1.73611vw;
    padding: 0 vw-px(25)
  }
}

@media screen and (min-width: 1441px) {
  .awardA__container {
    margin-left: -40px
  }

  .awardA__container a {
    margin-left: 40px;
    margin-bottom: 65px;
    width: calc(50% - 40px)
  }

  .awardA__content {
    padding: 20px 25px 120px 25px;
    min-height: 190px
  }

  .awardA__title {
    font-size: 16px;
    font-size: 1.6rem
  }

  .awardA__icon {
    top: 10px;
    left: 10px
  }

  .awardA__icon__image {
    width: 60px;
    height: 60px
  }

  .awardA__icon__name {
    height: 40px
  }

  .awardA__btn {
    bottom: 25px;
    padding: 0 25px
  }
}

.raiten__intro {
  position: relative;
  margin-left: -4vw;
  width: calc(100% + 8vw)
}

.raiten__intro a {
  display: block
}

.raiten__intro__btn {
  position: absolute;
  text-align: center;
  right: 15vw;
  bottom: 7.33333vw;
  width: 61.33333vw;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .raiten__intro {
    margin-left: 0;
    width: 100%
  }

  .raiten__intro__btn {
    right: 6.2vw;
    bottom: 2.77778vw;
    width: 21.52778vw;
  }
}

@media screen and (min-width: 1441px) {
  .raiten__intro__btn {
    right: 90px;
    bottom: 40px;
    width: 310px
  }
}

.merit__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 8vw 0
}

.merit {
  margin: 0 0 8vw 0
}

@media screen and (min-width: 751px) {
  .merit__container {
    margin-left: -1.04167vw
  }

  .merit {
    margin: 0 0 1.38889vw 1.04167vw;
    width: calc(33.33333% - 1.04167vw)
  }
}

@media screen and (min-width: 1441px) {
  .merit__container {
    margin-left: -15px
  }

  .merit {
    margin: 0 0 20px 15px;
    width: calc(33.33333% - 15px)
  }
}

.merit__head__container {
  display: flex;
  align-items: center;
  height: 16vw
}

.merit__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 100%;
  background-color: #46744b;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center
}

.merit__label span {
  font-size: 6.4vw
}

.merit__head {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding-left: .7em;
  width: calc(100% - 16vw);
  background-color: #faf9f8;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.4em
}

.merit__content {
  padding: 1em 1em 2em 1em;
  background-color: #faf9f8
}

@media screen and (min-width: 751px) {
  .merit__head__container {
    height: 4.51389vw
  }

  .merit__label {
    width: 4.51389vw;
    font-size: .97222vw
  }

  .merit__label span {
    font-size: 2.08333vw
  }

  .merit__head {
    width: calc(100% - 4.51389vw);
    font-size: 1.11111vw
  }

  .merit__content {
    min-height: 11.80556vw
  }
}

@media screen and (min-width: 1441px) {
  .merit__head__container {
    height: 60px
  }

  .merit__label {
    width: 60px;
    font-size: 14px;
    font-size: 1.4rem
  }

  .merit__label span {
    font-size: 30px;
    font-size: 3.0rem
  }

  .merit__head {
    width: calc(100% - 60px);
    font-size: 16px;
    font-size: 1.6rem
  }

  .merit__content {
    min-height: 170px
  }
}

.book__container {
  margin: 0 0 10.66667vw 0
}

.book__container>div {
  margin: 0 auto;
  margin-bottom: 4vw;
  width: 85.33333vw
}

.book__right p {
  line-height: 2;
}

.book__container .book {
  display: flex;
}

.book__right {
  margin: 0 0 0 5vw;
}

@media screen and (max-width: 750px) {
  .book__right p {
    font-size: 1.2rem;
  }

  .book__right span {
    font-size: 1.2rem;
  }

  .book__image {
    width: 45vw;
  }

  .book__container .book:first-of-type {
    margin: 0 auto 5rem;
  }
}

@media screen and (min-width: 751px) {
  .book__container {
    margin-left: 0;
    margin-bottom: 2vw
  }

  .book__image {
    margin-bottom: .69444vw
  }

}

@media screen and (min-width: 1441px) {
  .book__container {
    margin-bottom: 120px
  }

  .book__image {
    margin-bottom: 10px
  }
}

.line__container {
  margin-bottom: 32vw
}

@media screen and (min-width: 751px) {
  .line__container {
    margin-bottom: 8.33333vw
  }
}

@media screen and (min-width: 751px) {
  .line__container {
    margin-bottom: 120px
  }
}

.line__cmn__text {
  padding-left: 1em;
  font-size: 4.66667vw;
  font-weight: 700;
  text-indent: -1em;
  line-height: 1.8em
}

.line__cmn__text-2 {
  min-height: calc(1.8em * 2)
}

.line__cmn__text--mark:before {
  content: '・'
}

@media screen and (min-width: 751px) {
  .line__cmn__text {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .line__cmn__text {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.line__kantan {
  margin: 0 auto 5.33333vw auto;
  width: 50.66667vw
}

.line__kantan__intro {
  color: #00b900;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.8em
}

@media screen and (min-width: 751px) {
  .line__kantan {
    margin: 0 auto 1.38889vw auto;
    width: 13.19444vw
  }

  .line__kantan__intro {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .line__kantan {
    margin: 0 auto 20px auto;
    width: 190px
  }

  .line__kantan__intro {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.line__head__container {
  position: relative;
  margin: 10vw 0 10.66667vw 0;
  padding: 0.5em 1em 0.5em 32.66667vw;
  display: block;
  background-color: #f6f6f6
}

.line__head__container:before {
  position: absolute;
  left: 4vw;
  content: '';
  display: inline-block;
  width: 24.8vw;
  height: 21.33333vw;
  background-image: url(../img/line/head.png);
  background-size: contain;
  background-repeat: no-repeat
}

.line__head {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.8em
}

.line__head .line__head__color {
  color: #00b900
}

@media screen and (max-width: 750px) {
  .line__head__container:before {
    top: -9.33333vw
  }
}

@media screen and (min-width: 751px) {
  .line__head__container {
    margin: 2.43056vw 0 3.47222vw 0;
    padding: 0.5em 1em 0.5em 9.375vw
  }

  .line__head__container:before {
    left: 1.04167vw;
    bottom: 0;
    width: 6.45833vw;
    height: 5.55556vw
  }

  .line__head {
    font-size: 1.66667vw
  }
}

@media screen and (min-width: 1441px) {
  .line__head__container {
    margin: 35px 0 50px 0;
    padding: .5em 1em .5em 135px
  }

  .line__head__container:before {
    left: 15px;
    width: 93px;
    height: 80px
  }

  .line__head {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.line__sp__container {
  margin-top: 21.33333vw
}

@media screen and (min-width: 751px) {
  .line__sp__container {
    margin-top: 5.55556vw
  }
}

@media screen and (min-width: 1441px) {
  .line__sp__container {
    margin-top: 80px
  }
}

.line1__content {
  margin: 0 0 8vw 0
}

.line1__btn {
  margin-top: 10vw;
  width: 36.26667vw
}

.line1__image {
  margin: 0 auto;
  width: 62.13333vw
}

@media screen and (min-width: 751px) {
  .line1 {
    display: flex;
    justify-content: space-between
  }

  .line1__content {
    margin: 0;
    width: 25vw
  }

  .line1__btn {
    margin-top: 2.43056vw;
    width: 9.51389vw
  }

  .line1__image {
    margin: 0;
    width: 16.31944vw
  }
}

@media screen and (min-width: 1441px) {
  .line1__content {
    width: 360px
  }

  .line1__btn {
    margin-top: 35px;
    width: 137px
  }

  .line1__image {
    width: 235px
  }
}

.line2__top {
  margin-bottom: 18vw
}

.line2__top li {
  margin-bottom: 14.66667vw
}

.line2__image {
  margin: 0 auto;
  width: 48vw
}

.line2__hand {
  margin: 13.33333vw auto 0 auto;
  width: 60vw
}

@media screen and (min-width: 751px) {
  .line2__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.55556vw
  }

  .line2__top li {
    margin-bottom: 0;
    width: 15.625vw
  }

  .line2__image {
    width: 12.5vw
  }

  .line2__hand {
    margin: 3.125vw 0 0 0;
    width: 100%
  }
}

@media screen and (min-width: 1441px) {
  .line2__top {
    margin-bottom: 80px
  }

  .line2__top li {
    width: 225px
  }

  .line2__image {
    width: 180px
  }

  .line2__hand {
    margin: 45px 0 0 0
  }
}

.line3__image {
  margin: 0 auto 18vw auto;
  width: 48vw
}

.line__caution {
  padding-left: 1em;
  color: #c30d23;
  text-indent: -1em
}

.line__caution:before {
  content: '※'
}

@media screen and (min-width: 751px) {
  .line3 {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .line3__image {
    margin: 0;
    width: 12.5vw
  }

  .line3__content {
    width: 40.27778vw
  }
}

@media screen and (min-width: 1441px) {
  .line3__image {
    width: 180px
  }

  .line3__content {
    width: 580px
  }
}

.line__example__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.66667vw
}

.line__example__gallery li {
  margin: 0 0 2.66667vw 2.66667vw;
  width: calc(50% - 2.66667vw)
}

@media screen and (min-width: 751px) {
  .line__example__gallery {
    flex-wrap: nowrap;
    margin-left: -.69444vw
  }

  .line__example__gallery li {
    margin: 0 0 0 .69444vw;
    width: calc(25% - .69444vw)
  }
}

@media screen and (min-width: 1441px) {
  .line__example__gallery {
    margin-left: -10px
  }

  .line__example__gallery li {
    margin: 0 0 0 10px;
    width: calc(25% - 10px)
  }
}

.line__add {
  padding: 5.33333vw 0;
  background-color: #d8e2da
}

.line__add__box {
  padding: 6.66667vw 4vw;
  background-color: #fff;
  border: 2.13333vw #00b900 solid
}

.line__add__head {
  position: relative;
  display: inline-block;
  color: #00b900;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.8em
}

.line__add__head:before, .line__add__head:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.66667vw;
  height: 5.06667vw;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.line__add__head:before {
  left: -.5em;
  background-image: url(../img/line/arrow_l.png)
}

.line__add__head:after {
  right: -.5em;
  background-image: url(../img/line/arrow_r.png)
}

@media screen and (min-width: 751px) {
  .line__add {
    padding: 2.77778vw 0
  }

  .line__add__box {
    padding: 2.43056vw 9.02778vw;
    border: .55556vw #00b900 solid
  }

  .line__add__head {
    font-size: 1.25vw
  }

  .line__add__head:before, .line__add__head:after {
    width: .69444vw;
    height: 1.31944vw
  }

  .line__add__head:before {
    left: -2em
  }

  .line__add__head:after {
    right: -2em
  }
}

@media screen and (min-width: 1441px) {
  .line__add {
    padding: 40px 0
  }

  .line__add__box {
    padding: 35px 130px;
    border: 8px #00b900 solid
  }

  .line__add__head {
    font-size: 18px;
    font-size: 1.8rem
  }

  .line__add__head:before, .line__add__head:after {
    width: 10px;
    height: 19px
  }

  .line__add__head:before {
    left: -2em
  }

  .line__add__head:after {
    right: -2em
  }
}

.line__add__content {
  margin-top: 9.6vw
}

.line__add__content li {
  margin-bottom: 10.66667vw
}

.line__add__content li:last-child {
  margin-bottom: 0
}

.line__add__qr {
  margin: 0 auto;
  width: 43.46667vw
}

.line__add__btn {
  margin: 0 auto;
  width: 36.26667vw
}

.line__add__illust3 {
  margin: 0 auto;
  width: 26.8vw
}

@media screen and (min-width: 751px) {
  .line__add__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.43056vw
  }

  .line__add__content li {
    margin-bottom: 0
  }

  .line__add__qr {
    width: 11.31944vw
  }

  .line__add__btn {
    width: 9.44444vw
  }

  .line__add__illust3 {
    width: 6.94444vw
  }
}

@media screen and (min-width: 1441px) {
  .line__add__content {
    margin-top: 35px
  }

  .line__add__qr {
    width: 163px
  }

  .line__add__btn {
    width: 136px
  }

  .line__add__illust3 {
    width: 100px
  }
}

.sitemap__box {
  margin-bottom: calc(100 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .sitemap__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.75vw
  }

  .sitemap__box {
    margin-left: 1.75vw;
    margin-bottom: calc(100 / 1440 * 100vw);
    width: calc(33.33333% - 1.75vw)
  }
}

@media screen and (min-width: 1441px) {
  .sitemap__container {
    margin-left: -35px
  }

  .sitemap__box {
    margin-left: 35px;
    margin-bottom: 50px;
    width: calc(33.33333% - 35px)
  }
}

.sitemap__title {
  display: block;
  margin-bottom: 1em;
  padding: 1em 0;
  background-color: #822433;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center
}

.sitemap a {
  position: relative;
  display: block;
  padding: 1.5em 1em;
  font-size: 4vw;
  font-weight: 700
}

.sitemap a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: .8vw;
  background-image: url(../img/company/line.png);
  background-size: auto .8vw;
  background-repeat: repeat-x
}

.sitemap a:hover {
  opacity: 0.6
}

@media screen and (min-width: 751px) {
  .sitemap__title {
    font-size: 1.25vw
  }

  .sitemap a {
    font-size: 1.11111vw
  }

  .sitemap a:before {
    height: .20833vw;
    background-size: auto .20833vw
  }
}

@media screen and (min-width: 1441px) {
  .sitemap__title {
    font-size: 18px;
    font-size: 1.8rem
  }

  .sitemap a {
    font-size: 16px;
    font-size: 1.6rem
  }

  .sitemap a:before {
    height: 3px;
    background-size: auto 3px
  }
}

.policy__content {
  margin-bottom: 13.33333vw
}

.policy__content a {
  text-decoration: underline
}

.policy__content a:hover {
  color: #822433
}

.policy__content strong {
  font-weight: 700
}

.policy__content>p, .policy__content ul, .policy__content ol {
  padding: 0 .5em
}

.policy__content p {
  margin-bottom: 1.5em;
  line-height: 1.6em
}

.policy__content p:last-of-type {
  margin-bottom: 0
}

.policy__content ol {
  margin-bottom: 3em;
  counter-reset: number 0
}

.policy__content ol li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2em;
  line-height: 1.6em
}

.policy__content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "("counter(number, decimal) ")"
}

.policy__content:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .policy__content {
    margin-bottom: 3.47222vw
  }

  .policy__content>p, .policy__content ul, .policy__content ol {
    padding: 0 1.5em
  }
}

@media screen and (min-width: 1441px) {
  .policy__content {
    margin-bottom: 50px
  }
}

.breadcrumb__container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.breadcrumb {
  display: flex;
  align-items: center;
  padding: .6em 0
}

.breadcrumb li {
  position: relative;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.4em;
  white-space: nowrap
}

.breadcrumb li a {
  position: relative
}

.breadcrumb li:after {
  margin: 0 1em;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

.breadcrumb li:last-child:after {
  margin-right: 0;
  content: none
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    margin: 0 auto;
    padding: .8em 0;
    flex-wrap: wrap
  }

  .breadcrumb li {
    font-size: .90278vw;
    white-space: wrap
  }
}

@media screen and (min-width: 1441px) {
  .breadcrumb li {
    font-size: 13px;
    font-size: 1.3rem
  }
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
  }
}

.pagecount__container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.pagecount__container .pagecount {
  width: 10em;
  color: #822433;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700
}

.pagecount__container .pagenation__container {
  width: calc(100% - 10em)
}

@media screen and (min-width: 751px) {
  .pagecount__container .pagecount {
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .pagecount__container .pagecount {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.pagenation {
  width: 100%
}

.pagenation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.pagenation ul li {
  margin-right: 2vw
}

.pagenation ul li:last-child {
  margin-right: 0
}

.pagenation ul li span, .pagenation ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.66667vw;
  height: 8.66667vw;
  background-color: #ccc;
  color: #333;
  font-family: futura-pt, sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700
}

.pagenation ul li.is-active span {
  background-color: #822433;
  color: #fff
}

.pagenation ul li span:hover, .pagenation ul li a:hover {
  background-color: #822433;
  color: #fff
}

.pagenation__prev a:before {
  content: '\f104';
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

.pagenation__next a:before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

@media screen and (min-width: 751px) {
  .pagenation ul li {
    margin-right: 1.04167vw
  }

  .pagenation ul li span, .pagenation ul li a {
    width: 3.47222vw;
    height: 4.51389vw;
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  .pagenation ul li {
    margin-right: 15px
  }

  .pagenation ul li span, .pagenation ul li a {
    width: 50px;
    height: 65px;
    font-size: 18px;
    font-size: 1.8rem
  }
}

.pagenavi {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: calc(240 / 750 * 100vw)
}

.pagenavi a {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100 / 750 * 100vw);
  border: .53333vw solid #822433;
  border-radius: 2.5em;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700
}

.pagenavi__prev, .pagenavi__next {
  position: absolute;
  bottom: 0;
  width: calc(340 / 750 * 100vw)
}

.pagenavi__prev {
  left: 0
}

.pagenavi__next {
  right: 0
}

.pagenavi__prev a, .pagenavi__next a {
  background-color: #fff;
  color: #822433
}

.pagenavi__prev a {
  padding-left: .5em
}

.pagenavi__next a {
  padding-right: .5em
}

.pagenavi__prev a:hover, .pagenavi__next a:hover {
  background-color: #822433;
  color: #fff
}

.pagenavi__prev a:before, .pagenavi__next a:before {
  position: absolute;
  top: 50%;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.pagenavi__prev a:before {
  left: .7em;
  content: '←'
}

.pagenavi__next a:before {
  right: .7em;
  content: '→'
}

.pagenavi__back a {
  width: calc(600 / 750 * 100vw);
  background-color: #822433;
  color: #fff;
  text-align: center;
  transition: all .3s
}

.pagenavi__back a:hover {
  background-color: #fff;
  color: #822433
}

@media screen and (min-width: 751px) {
  .pagenavi {
    justify-content: center;
    height: 4.86111vw
  }

  .pagenavi a {
    height: 4.86111vw;
    border: .20833vw solid #822433;
    font-size: 1.25vw
  }

  .pagenavi__prev, .pagenavi__next {
    top: 0;
    width: 12.5vw
  }

  .pagenavi__prev a, .pagenavi__next a {
    font-size: 1.25vw
  }

  .pagenavi__prev a:before, .pagenavi__next a:before {
    font-size: 1.66667vw
  }

  .pagenavi__back a {
    width: 33.33333vw
  }
}

@media screen and (min-width: 1441px) {
  .pagenavi {
    height: 70px
  }

  .pagenavi a {
    height: 70px;
    border: 3px solid #822433;
    font-size: 18px;
    font-size: 1.8rem
  }

  .pagenavi__prev, .pagenavi__next {
    width: 180px
  }

  .pagenavi__back a {
    width: 480px
  }
}

#event-post .pagenavi__back {
  position: relative
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 2em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: .3s
}

.btn>span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4em;
  z-index: 3
}

.btn>span:before {
  content: '→';
  margin-right: .5em;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 400
}

.btn--accent {
  height: calc(120 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw)
}

.btn--accent:before {
  content: '';
  position: absolute;
  top: .4em;
  left: .4em;
  width: 100%;
  height: 100%;
  border-radius: 2em;
  z-index: 1 !important;
  transition: .3s
}

.btn--accent:hover::before {
  top: 0;
  left: 0
}

.btn--accent:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2em;
  z-index: 2 !important
}

.btn--high {
  height: calc(140 / 750 * 100vw);
  font-size: calc(34 / 750 * 100vw)
}

.btn--law {
  height: calc(100 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw)
}

.btn--full {
  width: 100%
}

.btn--240, .btn--440 {
  width: 100%
}

@media screen and (min-width: 751px) {
  .btn>span:before {
    font-size: calc(24 / 1440 * 100vw)
  }

  .btn--accent {
    height: calc(70 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw)
  }

  .btn--high {
    height: calc(70 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw)
  }

  .btn--law {
    height: calc(50 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw)
  }

  .btn--240 {
    width: calc(240 / 1440 * 100vw)
  }

  .btn--440 {
    width: calc(440 / 1440 * 100vw)
  }

  .btn--480 {
    width: calc(480 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .btn>span:before {
    font-size: 24px;
    font-size: 2.4rem
  }

  .btn--accent {
    height: 70px;
    font-size: 18px;
    font-size: 1.8rem
  }

  .btn--high {
    height: 70px;
    font-size: 18px;
    font-size: 1.8rem
  }

  .btn--law {
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem
  }

  .btn--240 {
    width: 240px
  }

  .btn--440 {
    width: 440px
  }

  .btn--480 {
    width: 480px
  }
}

.btn--dark {
  background-color: #333
}

.btn--dark:hover {
  background-color: #ccc;
  color: #333
}

.btn--main {
  background-color: #822433
}

.btn--main:hover {
  background-color: #e6d3d6;
  color: #822433
}

.btn--main:after {
  background-color: #822433
}

.btn--main:hover::after {
  background-color: #e6d3d6
}

.btn--main:before {
  background-color: #e6d3d6
}

.btn--green:hover {
  color: #46744b
}

.btn--green:after {
  background-color: #46744b
}

.btn--green:hover::after {
  background-color: #dae3db
}

.btn--green:before {
  background-color: #dae3db
}

.btn--beige:hover {
  color: #a6937c
}

.btn--beige:after {
  background-color: #a6937c
}

.btn--beige:hover::after {
  background-color: #ede9e5
}

.btn--beige:before {
  background-color: #ede9e5
}

.form__head__container {
  text-align: center
}

.form__head {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: calc(46 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: .1em
}

.form__head:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 86.25vw;
  height: 1px;
  border-bottom: 1px dashed #5b5b5b;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 751px) {
  .form__head {
    font-size: calc(36 / 1440 * 100vw)
  }

  .form__head:after {
    width: calc(350 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .form__head {
    font-size: 36px;
    font-size: 3.6rem
  }

  .form__head:after {
    width: 350px
  }
}

.form {
  width: 100%;
  letter-spacing: .1em
}

.form tr {
  border-bottom: 1px solid #cccccc
}

.form tr:last-child {
  border-bottom: none
}

.form th {
  position: relative;
  padding: 1.1em 1em;
  padding-right: 1em;
  background-color: #f6f6f6;
  width: 250px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  line-height: 1.4em
}

.form td {
  position: relative;
  padding: .5em 1em;
  vertical-align: middle;
  width: calc(100% - 250px)
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="date"], .form select {
  padding: 1em .5em;
  background-color: #f7f7f7;
  border-radius: 0;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: .1em
}

.form .input__required {
  background-color: #fbf6f7 !important
}

.form select {
  width: 100%
}

.form input[type="radio"], .form input[type="checkbox"] {
  margin-right: .3em
}

.form textarea {
  padding: 1em .5em;
  width: 100%;
  height: 180px;
  background-color: #f7f7f7;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8em
}

@media screen and (max-width: 1440px) {
  .form th {
    width: 25vw;
    font-size: 1.11111vw
  }

  .form td {
    width: calc(100% - 25vw)
  }

  .form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="date"], .form select {
    font-size: .97222vw
  }

  .form textarea {
    height: 23.1vw;
    font-size: .97222vw
  }
}

.form {
  margin-top: 30px;
}

.form small {
  display: block;
  font-weight: 500;
  margin: 1rem 1rem 1rem 1.5rem;
}

@media screen and (max-width: 750px) {
  .form {
    /*margin-left:-4vw;width:calc(100% + 8vw);*/
    width: 100%;
  }

  .form tr {
    border-bottom: none
  }

  .form th {
    display: block;
    margin-bottom: 2.6vw;
    padding: .7em 1em;
    width: 100%;
    font-size: calc(32 / 750 * 100vw)
  }

  .form td {
    display: block;
    padding: 0 4vw 1em 4vw;
    width: 100%
  }

  .form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="date"], .form select {
    padding: 1em .5em;
    background-color: #eee;
    border: 0;
    border-radius: 0;
    width: 100%;
    color: #666;
    font-size: calc(30 / 750 * 100vw)
  }

  .form textarea {
    height: 50vw;
    font-size: calc(30 / 750 * 100vw)
  }
}

.form__hosoku {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: .5em;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.6em
}

.form__hosoku:before {
  content: '※'
}

.form__hosoku__top {
  margin-top: 0
}

.form__hosoku--red {
  color: #e60012
}

@media screen and (min-width: 751px) {
  .form__hosoku {
    font-size: .90278vw
  }
}

@media screen and (min-width: 1441px) {
  .form__hosoku {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.form__required {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1em;
  display: inline-block;
  padding: 0 .8em;
  background-color: #e60012;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  text-align: center;
  line-height: 2em
}

.form__unrequired {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1em;
  display: inline-block;
  padding: 0 .8em;
  background-color: #d2d2d2;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  text-align: center;
  line-height: 2em
}

@media screen and (min-width: 751px) {
  .form__required, .form__unrequired {
    top: 1.5em;
    right: 1em;
    margin-top: 0;
    font-size: calc(12 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .form__required, .form__unrequired {
    font-size: 12px;
    font-size: 1.2rem
  }
}

.form__date {
  display: flex;
  align-items: flex-end
}

.form__date li {
  margin-right: .3em
}

.form__date li:last-child {
  margin-right: 0
}

.form__multi__sp__block div:last-child {
  margin-top: 5px
}

.form__multi__sp__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form__multi__sp__block li {
  margin-right: 5px
}

.form__multi__sp__block li:last-child {
  margin-right: 0
}

.form__input--small {
  width: 4em
}

.form__input--middle {
  max-width: 100%
}

@media screen and (min-width: 751px) {
  .form__input--small {
    width: 5em
  }

  .form__input--middle {
    width: 22vw !important
  }
}

@media screen and (min-width: 1441px) {
  .form__input--middle {
    width: 250px !important
  }
}

.form__select {
  position: relative;
  line-height: 1em
}

.form__select:before {
  position: absolute;
  right: .5em;
  top: 50%;
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc
}

.wpcf7-list-item-label {
  font-size: calc(28 / 750 * 100vw);
  font-weight: 600
}

@media screen and (min-width: 751px) {
  .wpcf7-list-item-label {
    font-size: .97222vw
  }
}

@media screen and (min-width: 1441px) {
  .wpcf7-list-item-label {
    font-size: 14px;
    font-size: 1.4rem
  }
}

#book-type span.wpcf7-list-item {
  margin: 0 !important
}

#book-type .wpcf7-list-item-label {
  font-size: 4.8vw;
  font-weight: 600
}

@media screen and (min-width: 751px) {
  #book-type .wpcf7-list-item-label {
    font-size: 1.25vw
  }
}

@media screen and (min-width: 1441px) {
  #book-type .wpcf7-list-item-label {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.form__checkbox__block span.wpcf7-list-item {
  display: block;
  margin-top: .5em;
  line-height: 1.8em
}

.form__checkbox__block span.wpcf7-list-item:last-child {
  margin-bottom: .5em
}

@media screen and (min-width: 751px) {
  .form__checkbox__block span.wpcf7-list-item {
    display: inline-block;
    margin-top: 0
  }

  .form__checkbox__block span.wpcf7-list-item:last-child {
    margin-bottom: 0
  }
}

.form__checkbox__block .wpcf7-checkbox label {
  display: inline-block
}

.wpcf7-checkbox label {
  line-height: 2.6em
}

.form__confirm, .form__back, .form__submit {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 1em
}

.form__btn__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%
}

@media screen and (min-width: 751px) {
  .form__confirm {
    width: calc(370 / 1440 * 100vw)
  }

  .form__btn__container {
    width: calc(650 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .form__confirm {
    width: 370px
  }

  .form__btn__container {
    width: 650px
  }
}

@media screen and (max-width: 750px) {
  .form__btn__container {
    margin-bottom: 12vw
  }
}

.form__back {
  margin-right: 1em;
  width: calc(40% - 1em)
}

.form__submit {
  width: calc(100% - 40% - 1em)
}

.form__btn__submit {
  position: relative;
  display: block;
  padding: .7em 0;
  width: 100%;
  background-color: #822433;
  border: 3px solid #822433;
  border-radius: 2.5em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  transition: .3s
}

.form__btn__submit:hover {
  background-color: #fff;
  color: #822433
}

.form__btn__back {
  position: relative;
  display: block;
  padding: .7em 0;
  color: #822433;
  border: 3px solid #822433;
  border-radius: 2.5em;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .1em
}

.form__btn__back:hover {
  background-color: #822433;
  color: #fff
}

@media screen and (min-width: 751px) {
  .form__btn__submit {
    padding: .7em 0;
    font-size: calc(18 / 1440 * 100vw)
  }

  .form__btn__back {
    padding: .7em 0;
    font-size: 18px;
    font-size: 1.6rem
  }
}

@media screen and (min-width: 1441px) {
  .form__btn__submit {
    font-size: 18px;
    font-size: 1.8rem
  }

  .form__btn__back {
    font-size: 18px;
    font-size: 1.8rem
  }
}

div.wpcf7 .ajax-loader {
  display: none !important
}

.form__step__container {
  margin: calc(60 / 750 * 100vw) 0
}

.form__step>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 9.06667vw;
  padding: 1em .8em;
  width: 100%;
  height: calc(140 / 750 * 100vw);
  background-color: #fbf6f7
}

.form__step>div:last-of-type {
  margin-bottom: 0
}

.form__step1:after, .form__step2:after {
  content: '';
  position: absolute
}

.form__step__num {
  color: #822433;
  font-family: futura-pt, sans-serif;
  font-size: calc(45 / 750 * 100vw);
  font-weight: 700
}

.form__step__title {
  color: #822433;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.2em
}

@media screen and (max-width: 750px) {
  .form__step1:after, .form__step2:after {
    bottom: -5.86667vw;
    left: 50%;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    border-top: 6vw solid #fbf6f7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media screen and (min-width: 751px) {
  .form__step__container {
    margin: calc(45 / 1440 * 100vw) 0
  }

  .form__step {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .form__step>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 1em;
    width: calc(310 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw)
  }

  .form__step1:after, .form__step2:after {
    top: 0;
    right: -1.80556vw;
    border-left: 1.80556vw solid #fbf6f7;
    border-top: 2.08333vw solid transparent;
    border-bottom: 2.08333vw solid transparent
  }

  .form__step__num {
    font-size: calc(24 / 1440 * 100vw)
  }

  .form__step__num span {
    font-size: calc(18 / 1440 * 100vw)
  }

  .form__step__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 1em
  }
}

@media screen and (min-width: 1441px) {
  .form__step__container {
    margin: 45px 0
  }

  .form__step>div {
    width: 310px;
    height: 60px
  }

  .form__step1:after, .form__step2:after {
    content: '';
    position: absolute;
    top: 0;
    right: -26px;
    border-left: 26px solid #fbf6f7;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent
  }

  .form__step__num {
    font-size: 24px;
    font-size: 2.4rem
  }

  .form__step__num span {
    font-size: 18px;
    font-size: 1.8rem
  }

  .form__step__title {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.wpcf7c-elm-step1 .form__step1 {
  background-color: #822433
}

.wpcf7c-elm-step1 .form__step1 .form__step__num, .wpcf7c-elm-step1 .form__step1 .form__step__title {
  color: #fff
}

.wpcf7c-elm-step2 .form__step2 {
  background-color: #822433
}

.wpcf7c-elm-step2 .form__step2 .form__step__num, .wpcf7c-elm-step2 .form__step2 .form__step__title {
  color: #fff
}

.wpcf7c-elm-step3 .form__step3 {
  background-color: #822433
}

.wpcf7c-elm-step3 .form__step3 .form__step__num, .wpcf7c-elm-step3 .form__step3 .form__step__title {
  color: #fff
}

@media screen and (min-width: 751px) {
  .wpcf7c-elm-step1 .form__step1:after {
    border-left: 1.80556vw solid #822433
  }

  .wpcf7c-elm-step2 .form__step2:after {
    border-left: 1.80556vw solid #822433
  }
}

@media screen and (min-width: 1441px) {
  .wpcf7c-elm-step1 .form__step1:after {
    border-left: 26px solid #822433
  }

  .wpcf7c-elm-step2 .form__step2:after {
    border-left: 26px solid #822433
  }
}

@media screen and (max-width: 750px) {
  .wpcf7c-elm-step1 .form__step1:after {
    border-top: 6vw solid #822433
  }

  .wpcf7c-elm-step2 .form__step2:after {
    border-top: 6vw solid #822433
  }
}

.wpcf7-not-valid-tip {
  color: #dc3232!important;
  padding-top: .5em;
  font-size: 0.7em !important
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #822433 !important
}

.editor {
  margin: 0 auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif
}

.editor h2 {
  background: #333;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0.5em;
  margin: 0.5em 0;
}

.editor h3 {
  border-left: solid 8px #333;
  font-size: 1.7em;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0.4em 0 0.4em 0.5em;
}

.editor h4 {
  position: relative;
  display: block;
  margin-bottom: .5em;
  padding: .3em 0;
  border-bottom: 1px solid #822433;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.4em
}

.editor p {
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.8em
}

.editor a {
  font-weight: 700
}

.editor a:hover {
  opacity: 0.7
}

.editor strong {
  font-weight: 700
}

.editor ul {
  margin: 1em 0 1.5em 0
}

.editor ul li {
  margin-left: 1.5em;
  list-style-type: square;
  line-height: 2em
}

.editor ol {
  margin: 1em 0 1.5em 0
}

.editor ol li {
  margin-left: 2.5em;
  list-style-type: decimal-leading-zero;
  line-height: 2em
}

.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #f9f8f8;
  font-style: italic
}

.editor img {
  margin: 1em 0;
  max-width: 100%;
  height: auto
}

.editor .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.editor .iframe-wrap iframe, .editor .iframe-wrap object, .editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width: 751px) {
  .editor h4 {
    font-size: 1.38889vw
  }

  .editor p {
    font-size: 1.11111vw
  }
}

@media screen and (min-width: 1441px) {
  .editor h4 {
    font-size: 20px;
    font-size: 2.0rem
  }

  .editor p {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.fcolor--base {
  color: #fff
}

.fcolor--main {
  color: #822433
}

.fcolor--green {
  color: #46744b
}

.bold {
  font-weight: 700
}

.paragraph p {
  margin-bottom: 1.5em
}

.paragraph p:last-child {
  margin-bottom: 0
}

.text {
  line-height: 1.8em
}

.text2 {
  min-height: calc(1.8em * 2)
}

.text3 {
  min-height: calc(1.8em * 3)
}

.mt05 {
  margin-top: calc(8 / 750 * 100vw)
}

.mt10 {
  margin-top: calc(13 / 750 * 100vw)
}

.mt12 {
  margin-top: calc(15 / 750 * 100vw)
}

.mt15 {
  margin-top: calc(18 / 750 * 100vw)
}

.mt20 {
  margin-top: calc(23 / 750 * 100vw)
}

.mt25 {
  margin-top: calc(28 / 750 * 100vw)
}

.mt30 {
  margin-top: calc(33 / 750 * 100vw)
}

.mt35 {
  margin-top: calc(38 / 750 * 100vw)
}

.mt40 {
  margin-top: calc(43 / 750 * 100vw)
}

.mt45 {
  margin-top: calc(48 / 750 * 100vw)
}

.mt50 {
  margin-top: calc(53 / 750 * 100vw)
}

.mt55 {
  margin-top: calc(58 / 750 * 100vw)
}

.mt60 {
  margin-top: calc(63 / 750 * 100vw)
}

.mt65 {
  margin-top: calc(68 / 750 * 100vw)
}

.mt70 {
  margin-top: calc(73 / 750 * 100vw)
}

.mt80 {
  margin-top: calc(83 / 750 * 100vw)
}

.mt90 {
  margin-top: calc(93 / 750 * 100vw)
}

.mt100 {
  margin-top: calc(103 / 750 * 100vw)
}

.mb05 {
  margin-bottom: calc(8 / 750 * 100vw)
}

.mb10 {
  margin-bottom: calc(13 / 750 * 100vw)
}

.mb12 {
  margin-bottom: calc(15 / 750 * 100vw)
}

.mb15 {
  margin-bottom: calc(18 / 750 * 100vw)
}

.mb20 {
  margin-bottom: calc(23 / 750 * 100vw)
}

.mb25 {
  margin-bottom: calc(28 / 750 * 100vw)
}

.mb30 {
  margin-bottom: calc(33 / 750 * 100vw)
}

.mb35 {
  margin-bottom: calc(38 / 750 * 100vw)
}

.mb40 {
  margin-bottom: calc(43 / 750 * 100vw)
}

.mb45 {
  margin-bottom: calc(48 / 750 * 100vw)
}

.mb50 {
  margin-bottom: calc(53 / 750 * 100vw)
}

.mb55 {
  margin-bottom: calc(58 / 750 * 100vw)
}

.mb60 {
  margin-bottom: calc(63 / 750 * 100vw)
}

.mb65 {
  margin-bottom: calc(68 / 750 * 100vw)
}

.mb70 {
  margin-bottom: calc(73 / 750 * 100vw)
}

.mb80 {
  margin-bottom: calc(83 / 750 * 100vw)
}

.mb90 {
  margin-bottom: calc(93 / 750 * 100vw)
}

.mb100 {
  margin-bottom: calc(103 / 750 * 100vw)
}

.mb120 {
  margin-bottom: calc(123 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .mt05 {
    margin-top: calc(5 / 1440 * 100vw)
  }

  .mt10 {
    margin-top: calc(10 / 1440 * 100vw)
  }

  .mt15 {
    margin-top: calc(15 / 1440 * 100vw)
  }

  .mt20 {
    margin-top: calc(20 / 1440 * 100vw)
  }

  .mt25 {
    margin-top: calc(25 / 1440 * 100vw)
  }

  .mt30 {
    margin-top: calc(30 / 1440 * 100vw)
  }

  .mt35 {
    margin-top: calc(35 / 1440 * 100vw)
  }

  .mt40 {
    margin-top: calc(40 / 1440 * 100vw)
  }

  .mt45 {
    margin-top: calc(45 / 1440 * 100vw)
  }

  .mt50 {
    margin-top: calc(50 / 1440 * 100vw)
  }

  .mt60 {
    margin-top: calc(60 / 1440 * 100vw)
  }

  .mt70 {
    margin-top: calc(70 / 1440 * 100vw)
  }

  .mt80 {
    margin-top: calc(80 / 1440 * 100vw)
  }

  .mt90 {
    margin-top: calc(90 / 1440 * 100vw)
  }

  .mt100 {
    margin-top: calc(100 / 1440 * 100vw)
  }

  .mb05 {
    margin-bottom: calc(5 / 1440 * 100vw)
  }

  .mb10 {
    margin-bottom: calc(10 / 1440 * 100vw)
  }

  .mb15 {
    margin-bottom: calc(15 / 1440 * 100vw)
  }

  .mb20 {
    margin-bottom: calc(20 / 1440 * 100vw)
  }

  .mb25 {
    margin-bottom: calc(25 / 1440 * 100vw)
  }

  .mb30 {
    margin-bottom: calc(30 / 1440 * 100vw)
  }

  .mb35 {
    margin-bottom: calc(35 / 1440 * 100vw)
  }

  .mb40 {
    margin-bottom: calc(40 / 1440 * 100vw)
  }

  .mb45 {
    margin-bottom: calc(45 / 1440 * 100vw)
  }

  .mb50 {
    margin-bottom: calc(50 / 1440 * 100vw)
  }

  .mb60 {
    margin-bottom: calc(60 / 1440 * 100vw)
  }

  .mb70 {
    margin-bottom: calc(70 / 1440 * 100vw)
  }

  .mb80 {
    margin-bottom: calc(80 / 1440 * 100vw)
  }

  .mb90 {
    margin-bottom: calc(90 / 1440 * 100vw)
  }

  .mb100 {
    margin-bottom: calc(100 / 1440 * 100vw)
  }

  .mb120 {
    margin-bottom: calc(120 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .mt05 {
    margin-top: 5px
  }

  .mt10 {
    margin-top: 10px
  }

  .mt15 {
    margin-top: 15px
  }

  .mt20 {
    margin-top: 20px
  }

  .mt25 {
    margin-top: 25px
  }

  .mt30 {
    margin-top: 30px
  }

  .mt35 {
    margin-top: 35px
  }

  .mt40 {
    margin-top: 40px
  }

  .mt45 {
    margin-top: 45px
  }

  .mt50 {
    margin-top: 50px
  }

  .mt60 {
    margin-top: 60px
  }

  .mt70 {
    margin-top: 70px
  }

  .mt80 {
    margin-top: 80px
  }

  .mt90 {
    margin-top: 90px
  }

  .mt100 {
    margin-top: 100px
  }

  .mb05 {
    margin-bottom: 5px
  }

  .mb10 {
    margin-bottom: 10px
  }

  .mb15 {
    margin-bottom: 15px
  }

  .mb20 {
    margin-bottom: 20px
  }

  .mb25 {
    margin-bottom: 25px
  }

  .mb30 {
    margin-bottom: 30px
  }

  .mb35 {
    margin-bottom: 35px
  }

  .mb40 {
    margin-bottom: 40px
  }

  .mb45 {
    margin-bottom: 45px
  }

  .mb50 {
    margin-bottom: 50px
  }

  .mb60 {
    margin-bottom: 60px
  }

  .mb70 {
    margin-bottom: 70px
  }

  .mb80 {
    margin-bottom: 80px
  }

  .mb90 {
    margin-bottom: 90px
  }

  .mb100 {
    margin-bottom: 100px
  }

  .mb120 {
    margin-bottom: 120px
  }
}

.left {
  text-align: left
}

.right {
  text-align: right
}

.center {
  text-align: center
}

@media screen and (max-width: 750px) {
  .none__sp {
    display: none !important
  }

  .br__pc {
    display: inline
  }

  .br__sp {
    display: block
  }

  .leftS {
    text-align: center
  }
}

@media screen and (min-width: 751px) {
  .none__pc {
    display: none !important
  }

  .br__pc {
    display: block
  }

  .br__sp {
    display: inline
  }

  .leftS {
    text-align: left
  }
}

.img__maxfit {
  max-width: 100%;
  height: auto
}

.img__fit {
  width: 100%;
  max-width: 100%;
  height: auto
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto
}

.ofi, .gallery__main img, .gallery__thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  height: auto;
}

.hero--front .ofi--hero {
  height: 160vw
}

.hero--page .ofi--hero {
  height: 66.66667vw
}

.gallery__main img {
  width: 100%;
  height: 74.66667vw
}

.gallery__thumb img {
  width: 100%;
  height: 12vw
}

.ofi--eventA {
  height: auto;
}

.ofi--eventD {
  height: 32vw
}

.ofi--sekoF {
  border-radius: .8em;
  height: 42vw
}

.ofi--sekoA {
  height: 60vw;
}

.ofi--sekoR {
  height: 56vw;
}

.ofi--sekoM {
  height: 56vw
}

.ofi--sekoP {
  height: 56vw
}

.ofi--voiceF {
  border-radius: 50%;
  width: 80vw;
  height: 80vw
}

.ofi--voiceA {
  height: 56vw
}

.ofi--blogA {
  height: 24vw
}

.ofi--blogM {
  height: 56vw
}

.ofi--letterA {
  height: 56vw
}

.ofi--staffA {
  height: 56vw
}

.ofi--awardA {
  height: 56vw
}

.ofi--recruitP, .ofi--recruitG {
  height: 56vw
}

.ofi--recruitA {
  height: 56vw
}

.ofi--jikka {
  height: 64.26667vw
}

@media screen and (min-width: 751px) {
  .hero--front .ofi--hero {
    height: 55.55556vw
  }

  .hero--page .ofi--hero {
    height: 24.30556vw
  }

  .gallery__main img {
    height: 75vw
  }

  .gallery__thumb img {
    height: 12.5vw
  }

  .ofi--eventA {
    height: 16.66667vw
  }

  .ofi--eventD {
    height: 16.31944vw
  }

  .ofi--sekoF {
    height: 11.11111vw
  }

  .ofi--sekoA {
    height: 15.23vw
  }

  .ofi--sekoR {
    height: 17.36111vw
  }

  .ofi--sekoM {
    height: 22.22222vw
  }

  .ofi--sekoP {
    height: 14.58333vw
  }

  .ofi--voiceF {
    width: 20.83333vw;
    height: 20.83333vw
  }

  .ofi--voiceA {
    height: 22.22222vw
  }

  .ofi--blogA {
    height: 13.88889vw
  }

  .ofi--blogM {
    height: 15.27778vw
  }

  .ofi--letterA {
    height: 26.38889vw
  }

  .ofi--staffA {
    height: 26.38889vw
  }

  .ofi--awardA {
    height: 22.22222vw
  }

  .ofi--recruitP, .ofi--recruitG {
    height: 14.58333vw
  }

  .ofi--recruitA {
    height: 16.66667vw
  }

  .ofi--jikka {
    height: 33.47222vw
  }
}

@media screen and (min-width: 1441px) {
  .hero--front .ofi--hero {
    height: 800px
  }

  .hero--page .ofi--hero {
    height: 350px
  }

  .gallery__main img {
    height: 560px
  }

  .gallery__thumb img {
    height: 90px
  }

  .ofi--eventA {
    height: 240px
  }

  .ofi--eventD {
    height: 235px
  }

  .ofi--sekoF {
    height: 160px
  }

  .ofi--sekoA {
    height: 220px
  }

  .ofi--sekoR {
    height: 250px
  }

  .ofi--sekoM {
    height: 320px
  }

  .ofi--sekoP {
    height: 210px
  }

  .ofi--voiceF {
    width: 300px;
    height: 300px
  }

  .ofi--voiceA {
    height: 320px
  }

  .ofi--blogA {
    height: 200px
  }

  .ofi--blogM {
    height: 220px
  }

  .ofi--letterA {
    height: 380px
  }

  .ofi--staffA {
    height: 380px
  }

  .ofi--awardA {
    height: 320px
  }

  .ofi--recruitP, .ofi--recruitG {
    height: 210px
  }

  .ofi--recruitA {
    height: 240px
  }
}

.renov_kaiyu {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 3rem auto 1rem;
}

.renov_kaiyu .btn_k {
  width: 100%;
  background-color: #822433;
  border: 1px solid #822433;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  padding: 3rem;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .renov_kaiyu {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 40px auto 20px;
    width: 850px;
  }

  .renov_kaiyu .btn_k {
    width: calc(500 / 1440 * 100vw);
    background-color: #822433;
    border: 1px solid #822433;
    color: #fff;
    font-size: calc(18 / 1440 * 100vw);
    font-weight: 700;
    text-align: center;
    padding: 3rem;
  }

  .renov_kaiyu .btn_k:hover {
    background-color: #fff;
    border: 1px solid #822433;
    color: #822433;
    font-size: calc(18 / 1440 * 100vw);
    font-weight: 700;
    text-align: center;
  }
}

.btn-oshirase {
  padding: 1em 2em;
  border: 2px solid #822633;
  background-color: #822633;
  color: #fff;
  width: auto;
}

.oshirase_c2_wrap {
  padding: 0 150px;
}

.oshirase_c2 {
  background-color: #fff;
  border: 2px solid #666;
  padding: 10px 20px;
  text-align: left;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oshirase_c2 p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.oshirase_c2 .tit {
  font-size: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .btn-oshirase {
    padding: 1em 2em;
    border: 2px solid #822633;
    background-color: #822633;
    color: #fff;
    width: 100%;
    text-align: center;
  }

  .oshirase_c2_wrap {
    padding: 0;
  }

  .oshirase_c2 {
    background-color: #fff;
    border: 2px solid #666;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 50px;
    display: block;
  }

  .oshirase_c2 p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .oshirase_c2 .tit {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}

.event__detail__image__big {
  width: 100%;
  margin-bottom: 1.4vw
}

.event__detail__image__big img {
  width: 100%;
}

#oshirase {
  max-width: 1000px;
  border: double 5px #F00;
  padding: 10px;
  margin: 20px auto 40px;
  line-height: 1.6em;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #oshirase {
    width: 100%;
    border: double 5px #F00;
    padding: 10px;
    margin: 20px auto 40px;
    line-height: 1.6em;
    background: #fff;
  }
}

.top-covid-info {
  background: #E5F1D7;
  padding: 10px 30px;
  margin-bottom: 50px;
}

.top-covid-info p {
  margin-bottom: 20px;
  line-height: 1.6;
  margin-top: 20px;
  font-size: 14px;
}

.top-covid-info .tit {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
}

.top-covid-info .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-covid-info .btn-wrap a {
  padding: 15px 0;
  text-align: center;
}

.top-covid-info .btn-wrap.btn-wrap01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-covid-info .btn-wrap.btn-wrap01 a {
  width: 45%;
}

.top-covid-info .btn-wrap.btn-wrap01 a:hover {
  opacity: 0.7;
}

.top-covid-info .btn-wrap.btn-wrap02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-covid-info .btn-wrap.btn-wrap02 a {
  width: 32%;
}

.top-covid-info .btn-wrap.btn-wrap02 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-covid-info {
    padding: 20px;
  }

  .top-covid-info .tit {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .top-covid-info .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-covid-info .btn-wrap a {
    font-size: 1rem;
    padding: 5px 0;
  }

  .top-covid-info .btn-wrap.btn-wrap01 a {
    width: 100%;
  }

  .top-covid-info .btn-wrap.btn-wrap02 a {
    width: 100%;
  }
}

.bnr_hover a:hover {
  opacity: 0.7;
}

.scroll_y {
  overflow-y: scroll;
  height: calc(210 / 1440 * 100vw);
}

.infoF__content .scroll_y .pict {
  width: 30%;
  display: inline-block;
}

.infoF__content .scroll_y h4.text2 {
  width: 66%;
  display: inline-block;
  vertical-align: top;
}

.scroll_y a {
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  background-image: url(../img/front/info/line.png);
  background-repeat: repeat-x;
  background-position-y: bottom;
}

@media screen and (max-width: 414px) {
  .scroll_y {
    height: calc(600 / 1440 * 100vw);
  }
}

.infoF__container .btn {
  position: absolute;
  bottom: 2rem;
}

@media screen and (max-width: 414px) {
  .infoF__container .btn {
    position: relative;
    bottom: inherit;
  }
}

.sp_float {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  /*bottom: calc(70 / 750 * 100vw);
    right: calc(15 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    transition: .3s;*/
  z-index: 999;
  width: 100%;
}

.spf_tel {
  background: #222;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 80%;
  display: block;
  padding: 5% 1%;
}

.spf_tel img {
  margin-bottom: 0.5rem;
  width: 30%;
  height: auto;
}

.spf_book {
  background: #46744b;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 80%;
  display: block;
  padding: 5% 1%;
}

.spf_book img {
  margin-bottom: 0.5rem;
  width: 30%;
  height: auto;
}

.spf_contact {
  background: #822433;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 80%;
  display: block;
  padding: 5% 1%;
}

.spf_contact img {
  margin-bottom: 0.5rem;
  width: 30%;
  height: auto;
}

.spf_raiten {
  background: #b98855;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 80%;
  display: block;
  padding: 5% 1%;
}

.spf_raiten img {
  margin-bottom: 0.5rem;
  width: 30%;
  height: auto;
}

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

.raiten_bnr_wrap .raiten__intro {
  width: 48%;
}

@media screen and (max-width: 414px) {
  .raiten_bnr_wrap {
    display: block;
  }

  .raiten_bnr_wrap .raiten__intro {
    width: 96%;
    margin: 0 auto 3rem auto;
  }
}

#modelhouseopen {
  width: 100%;
  margin: 70px auto 170px;
}

#modelhouseopen p {
  /*font-size: 1em;*/
  line-height: 1.6em;
}

#modelhouseopen .page__subtitle {
  position: relative;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 1.6em !important;
  font-weight: 600;
  text-transform: capitalize;
}

#modelhouseopen .newmodelhouse_logo {
  width: 20%;
  margin: 0 auto 20px;
}

#modelhouseopen .newmodelhouse_logo img {
  width: 100%;
}

#modelhouseopen .container__inner {
  width: 1000px;
}

.newmodelhouse_tit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8em;
}

.newmodelhouse_txtbox {
  width: 700px;
  text-align: left;
  margin: 0 auto 30px;
}

.newmodelhouse_txtbox a:hover {
  opacity: 0.8;
}

.newmodelhouse_txtbox p {
  margin-bottom: 1em;
}

.newmodelhouse_txtbox img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.newmodelhouse_flexbox {
  display: flex;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.newmodelhouse_flexbox img {
  width: 30%;
  align-self: flex-start;
}

/* CSSアニメーションの指定 */
.move_right {
  animation: SlideIn 1.6s forwards;
}

.move_left {
  animation: SlideIn2 1.6s forwards;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    transform: translateX(150px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes SlideIn2 {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    transform: translateX(-150px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.newmodelhouse_pointbox {
  width: 900px;
  position: relative;
  height: 554px;
}

.newmodelhouse_pointbox .img01 {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}

.newmodelhouse_pointbox .img02 {
  z-index: 99;
  position: absolute;
  top: 354px;
  left: 200px;
}

.newmodelhouse_pointbox .txtbox {
  background-color: #e4dfdc;
  padding: 40px 40px 40px 150px;
  width: 490px;
  position: absolute;
  right: 0;
  top: 50px;
}

.newmodelhouse_pointbox .txtbox .tit {
  font-size: 2.4rem !important;
  font-weight: 700;
  line-height: 1.8em;
}

.newmodelhouse_pointbox2 {
  width: 900px;
  height: 1076px;
  position: relative;
  left: 100px;
  top: -100px;
}

.newmodelhouse_pointbox2 .img01 {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
}

.newmodelhouse_pointbox2 .img03 {
  z-index: 999;
  position: absolute;
  top: 558px;
  right: 0;
}

.newmodelhouse_pointbox2 .img02 {
  z-index: 99;
  position: absolute;
  top: 358px;
  right: 220px;
}

.newmodelhouse_pointbox2 .img04 {
  z-index: 99;
  position: absolute;
  top: 916px;
  right: 220px;
}

.newmodelhouse_pointbox2 .txtbox {
  background-color: #e4dfdc;
  padding: 40px 200px 40px 40px;
  width: 590px;
  position: absolute;
  left: 0;
  top: 290px;
}

.newmodelhouse_pointbox2 .txtbox .tit {
  font-size: 2.4rem !important;
  font-weight: 700;
  line-height: 1.8em;
}

.newmodelhouse_pointbox3 {
  width: 900px;
  height: 565px;
  position: relative;
  right: 0;
  top: -100px;
}

.newmodelhouse_pointbox3 .img01 {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}

.newmodelhouse_pointbox3 .img02 {
  z-index: 99;
  position: absolute;
  top: 358px;
  left: 220px;
}

.newmodelhouse_pointbox3 .txtbox {
  background-color: #e4dfdc;
  padding: 40px 40px 40px 160px;
  width: 490px;
  position: absolute;
  right: 0;
  top: 100px;
}

.newmodelhouse_pointbox3 .txtbox .tit {
  font-size: 2.4rem !important;
  font-weight: 700;
  line-height: 1.8em;
}

.newmodelhouse_pointbox4 {
  width: 900px;
  height: 896px;
  position: relative;
  left: 100px;
  top: -50px;
}

.newmodelhouse_pointbox4 .img01 {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
}

.newmodelhouse_pointbox4 .img03 {
  z-index: 999;
  position: absolute;
  top: 358px;
  right: 0;
}

.newmodelhouse_pointbox4 .img02 {
  z-index: 99;
  position: absolute;
  top: 716px;
  right: 200px;
}

.newmodelhouse_pointbox4 .txtbox {
  background-color: #e4dfdc;
  padding: 40px 210px 40px 40px;
  width: 590px;
  position: absolute;
  left: 0;
  top: 160px;
}

.newmodelhouse_pointbox4 .txtbox .tit {
  font-size: 2.4rem !important;
  font-weight: 700;
  line-height: 1.8em;
}

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

.newmodelhouse_flexbox2 div {
  width: 480px;
  margin-bottom: 20px;
}

.newmodelhouse_flexbox2 .tit {
  font-size: 2.5rem !important;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 10px;
}

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

.newmodelhouse_flexbox2 .s_flexbox img {
  width: 200px;
  margin-right: 20px;
}

.newmodelhouse_fullpoint {
  margin-bottom: 5%;
  padding: 14.444444% 5% 15.555555%;
  background: url(../img/modelhouseopen/point_full.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.newmodelhouse_fullpoint.lasicu_fullpoint {
  background: url(../img/lasicu/point_full.jpg) no-repeat center center;
  background-size: cover;
}

.newmodelhouse_fullpoint .tit {
  color: #fff;
  font-weight: 700;
  font-size: 3rem !important;
}

.swiper-container-renov {
  width: calc(1000 / 1440 * 100vw);
  margin: 0 auto 60px;
}

.swiper-container-renov img {
  width: calc(300 / 1440 * 100vw);
}

@media screen and (max-width: 759px) {
  #modelhouseopen {
    width: 100%;
    margin: 70px auto 170px;
  }

  #modelhouseopen p {
    /*font-size: 1em;*/
    /*line-height: 1.6em;*/
  }

  #modelhouseopen .container__inner {
    width: 90%;
  }

  .newmodelhouse_tit {
    font-size: 2rem;
  }

  .newmodelhouse_txtbox {
    width: 90%;
    text-align: left;
    margin: 0 auto 20px;
  }

  .newmodelhouse_pointbox, .newmodelhouse_pointbox2, .newmodelhouse_pointbox3, .newmodelhouse_pointbox4 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    height: auto;
    top: 0;
    left: 0;
  }

  .newmodelhouse_pointbox .img01, .newmodelhouse_pointbox2 .img01, .newmodelhouse_pointbox2 .img03, .newmodelhouse_pointbox3 .img01, .newmodelhouse_pointbox4 .img01, .newmodelhouse_pointbox4 .img03 {
    position: relative;
    top: 0;
  }

  .newmodelhouse_pointbox .img02, .newmodelhouse_pointbox2 .img02, .newmodelhouse_pointbox2 .img04, .newmodelhouse_pointbox3 .img02, .newmodelhouse_pointbox4 .img02 {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
  }

  .newmodelhouse_pointbox img, .newmodelhouse_pointbox2 img, .newmodelhouse_pointbox3 img, .newmodelhouse_pointbox4 img {
    width: 100%;
  }

  .newmodelhouse_pointbox .txtbox, .newmodelhouse_pointbox2 .txtbox, .newmodelhouse_pointbox3 .txtbox, .newmodelhouse_pointbox4 .txtbox {
    background-color: #e4dfdc;
    padding: 10px;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }

  .newmodelhouse_flexbox2 div {
    width: 96%;
    margin: 0 auto 20px;
  }

  .newmodelhouse_flexbox2 .s_flexbox {
    display: block;
  }

  .newmodelhouse_flexbox2 .s_flexbox img {
    width: 100%;
    margin-bottom: 20px;
  }
}

#modelhouseopen .pc {
  display: block !important;
}

#modelhouseopen .sp {
  display: none !important;
}

@media only screen and (max-width: 759px) {
  #modelhouseopen .pc {
    display: none !important;
  }

  #modelhouseopen .sp {
    display: block !important;
  }
}

.aboutF__container2 {
  position: relative;
  margin: calc(230 / 750 * 100vw) 0 0 0
}

.aboutF__container2 a {
  position: relative;
  display: block;
  margin-bottom: calc(115 / 750 * 100vw)
}

.aboutF__container2 a:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .aboutF__container2 {
    display: flex;
    margin: calc(60 / 1440 * 100vw) 0 0 -1.39vw
  }

  .aboutF__container2 a {
    margin: 0 0 0 1.39vw;
    width: calc(50% - 1.39vw)
  }
}

@media screen and (min-width: 1441px) {
  .aboutF__container2 {
    margin: 60px 0 0 -20px
  }

  .aboutF__container2 a {
    margin: 0 0 0 20px;
    width: calc(50% - 20px)
  }
}

.book_move {
  text-align: center;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 700px;
}

.book_move .tit {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
}

.book_move .tit:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.book_move .tit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.book_move .tit:before {
  left: 0;
}

.book_move .tit:after {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .book_move .tit {
    font-size: 1em;
  }

  .book_move {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20%;
  }

  .book_move iframe {
    position: absolute;
    top: 3em;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#hero3 .hero__inner {
  display: none;
}

@media screen and (min-width: 751px) {
  #hero3 {
    position: relative;
  }

  #hero3 .hero__inner {
    width: calc(1030 / 1440 * 100vw);
    text-align: center;
  }

  #hero3 .hero__inner img {
    width: 70%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 160px;
  }
}

#slide_contest .hero__inner {
  display: none;
}

@media screen and (min-width: 751px) {
  #slide_contest {
    position: relative;
  }

  #slide_contest .hero__inner {
    width: calc(1030 / 1440 * 100vw);
    text-align: center;
  }

  #slide_contest .hero__inner img {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    margin-top: 160px;
  }
}

.blog-cat-link {
  margin-bottom: 60px;
}

.blog-cat-link>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.blog-cat-link>ul>li {
  width: 24%;
  margin-bottom: 20px;
  margin-right: 1%;
}

.blog-cat-link>ul>li a {
  display: block;
  background: #822433;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 15px 20px 17px;
  border-radius: 30px;
  position: relative;
  border: 2px solid #822433;
}

.blog-cat-link>ul>li a:hover {
  background: #fff;
  color: #822433;
}

.blog-cat-link>ul>li a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  display: block;
  width: 34px;
  height: 34px;
  background: #fff;
  color: #822433;
  border-radius: 50%;
  text-align: center;
  padding-top: 0.6rem;
  padding-left: 0;
  border: 2px solid #822433;
  letter-spacing: 0;
}

@media only screen and (max-width: 414px) {
  .blog-cat-link>ul>li {
    width: 49%;
    margin-bottom: 10px;
  }

  .blog-cat-link>ul>li a {
    font-size: 1rem;
    padding: 15px 15px 17px;
  }

  .blog-cat-link>ul>li a span {
    font-size: 1.5rem;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .sp_container__inner {
    width: 90%;
    margin: 0 auto;
  }
}

.renov_compare_tit {
  margin-bottom: 1.5em;
  font-size: 3.8vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: .3em;
}

.renov_compare_list {
  list-style: none;
  font-weight: 700;
  line-height: 3em;
  font-size: 2.8vw;
}

.fcolor--glay {
  color: #a5947c
}

.renov_compare_list li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 2px #666;
  border-radius: 2px;
}

.fw700 {
  font-weight: 700;
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

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

.renov_compare_fbox2 picture {
  width: 48%;
  margin: 1%;
}

.renov_compare_fbox2 img {
  width: 100%;
}

.renov_compare_tit2 {
  padding: .7em 0;
  background-color: #46744b;
  color: #fff;
  font-size: 4vw;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .renov_compare_tit {
    margin-bottom: 1.5em;
    font-size: 1.6em;
    text-align: left;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: .3em;
  }

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

  .renov_compare_fbox_rr {
    flex-direction: row-reverse;
  }

  .renov_compare_fbox_img {
    width: 30%;
  }

  .renov_compare_fbox_detail {
    width: 65%;
  }

  .renov_compare_list {
    list-style: none;
    font-weight: 700;
    line-height: 2em;
    font-size: 1.2em;
  }

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

  .renov_compare_fbox2 picture {
    width: 30%;
  }

  .renov_compare_fbox2 img {
    width: 100%;
  }

  .renov_compare_tit2 {
    padding: .7em 0;
    background-color: #46744b;
    color: #fff;
    font-size: 1.6vw;
    font-weight: 700;
    text-align: center;
  }
}

.for-modelhouse .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.for-modelhouse .flex-wrap .img {
  width: 48%;
}

.for-modelhouse .flex-wrap .txt {
  width: 48%;
}

.for-modelhouse .flex-wrap .txt h3 {
  font-weight: 700;
  text-align: center;
  font-size: 1.4vw;
  margin-bottom: 1.4vw;
}

.for-modelhouse .flex-wrap .txt .logo {
  width: 30%;
  margin: 0 auto 1.4vw;
}

.for-modelhouse .flex-wrap .txt p {
  line-height: 1.8;
}

.for-modelhouse .flex-wrap .txt .btn-wrap {
  text-align: center;
  margin-top: 1.4vw;
}

.for-modelhouse .flex-wrap .txt .btn-wrap a {
  display: inline-block;
  background: #822433;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 1.5em 3em;
  border: 2px solid #822433;
}

.for-modelhouse .flex-wrap .txt .btn-wrap a:hover {
  background: #fff;
  color: #822433;
}

.for-modelhouse-last {
  margin-top: 120px;
}

@media(max-width: 750px) {
  .for-modelhouse .flex-wrap .img {
    width: 100%;
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .for-modelhouse .flex-wrap .txt {
    width: 100%;
  }

  .for-modelhouse .flex-wrap .txt h3 {
    font-size: 2rem;
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .for-modelhouse .flex-wrap .txt .logo {
    width: 40%;
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .for-modelhouse .flex-wrap .txt .btn-wrap {
    margin-top: calc(30 / 750 * 100vw);
  }

  .for-modelhouse .flex-wrap .txt .btn-wrap a {
    display: block;
    padding: 1.5em 0;
  }

  .for-modelhouse-last {
    margin-top: calc(120 / 750 * 100vw);
  }
}

.covid_wrap {
  background: #eaf4db;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 3rem auto;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #eaf4db;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 20px 60px 20px 10px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 3rem;
}

.acd-label:after {
  background: #eaf4db;
  box-sizing: border-box;
  content: '＋';
  display: block;
  /*height: 52px;*/
  padding: 10px 10px;
  position: absolute;
  right: 0;
  top: 0px;
  border: 1px solid #333;
  line-height: 90%;
  margin: 1.4rem;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 30px;
  transition: .2s;
  visibility: hidden;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #eaf4db;
  margin-top: -1px;
}

.acd-check:checked+.acd-label:after {
  content: '―';
}

.acd-check:checked+.acd-label+.acd-content {
  height: 50px;
  opacity: 1;
  /*padding: 30px;*/
  visibility: visible;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.acd-content .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acd-content .btn-wrap a {
  padding: 15px 0;
  text-align: center;
}

.acd-content .btn-wrap.btn-wrap01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.acd-content .btn-wrap.btn-wrap01 p {
  padding-top: 10px;
}

.acd-content .btn-wrap.btn-wrap01 a {
  width: 45%;
}

.acd-content .btn-wrap.btn-wrap01 a:hover {
  opacity: 0.7;
}

.acd-content .btn-wrap.btn-wrap02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.acd-content .btn-wrap.btn-wrap02 a {
  width: 32%;
}

.acd-content .btn-wrap.btn-wrap02 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .acd-content {
    padding: 0;
  }

  .acd-label {
    font-size: 1.2rem;
  }

  .acd-content .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .acd-content .btn-wrap a {
    font-size: 1rem;
    padding: 5px 0;
  }

  .acd-content .btn-wrap.btn-wrap01 a {
    width: 100%;
  }

  .acd-content .btn-wrap.btn-wrap01 p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .acd-content .btn-wrap.btn-wrap02 a {
    width: 100%;
  }

  .acd-check:checked+.acd-label+.acd-content {
    width: 88%;
  }
}

.emigrate__container p {
  line-height: 2.4rem;
  font-size: 1.6rem;
}

.emigrate__container .c__box {
  background-color: #fbfaf9;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6vw;
}

.emigrate__container .c__box .w80 {
  width: 80%;
}

.emigrate__container .c__box .c__tit {
  display: flex;
  color: #006a35;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  align-items: center;
}

.emigrate__container .c__box .c__tit .c__maru {
  height: 50px;
  width: 50px;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  line-height: 50px;
  text-align: center;
  background-color: #006a35;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 1rem;
}

.emigrate__container .c__box .c__img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-left: 2rem;
}

.emigrate__container .g__tit {
  color: #006a35;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.emigrate__container .c__box2 {
  background-color: #fbfaf9;
  padding: 4rem;
}

.emigrate__container .c__box2 .emigratelist {
  font-size: 1.6rem;
  font-weight: 700;
}

.emigrate__container .c__box2 .emigratelist li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.emigrate__container .c__box2 .emigratelist li:before {
  content: "";
  position: absolute;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
}

.emigrate__container .c__box2 .emigratelist li:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ff0000;
  border-radius: 2px;
}

.sec--measures {
  width: 92vw;
  margin: calc(30 / 750 * 100vw) auto 0;
  padding: calc(40 / 750 * 100vw);
  border: solid 2px #006a35;
}

.sec--measures .sec__in {
  width: 100%;
}

.sec--measures .tit {
  font-size: calc(24 / 750 * 100vw);
  font-weight: 600;
  color: #006a35;
  line-height: 1.666;
  letter-spacing: 0.075em;
  position: relative;
}

.sec--measures .tit:after {
  content: '＋';
  display: block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  color: #006a35;
  border: 2px solid #006a35;
  line-height: 100%;
}

.sec--measures .tit.open:after {
  content: 'ー';
}

@media screen and (min-width: 751px) {
  .sec--measures {
    margin: calc(30 / 1200 * 100vw) auto 0;
    padding: calc(40 / 1200 * 100vw) calc(60 / 1200 * 100vw);
  }
}

@media screen and (min-width: 1201px) {
  .sec--measures {
    width: 1000px;
    margin: 30px auto 0;
    padding: 20px 40px;
    border: solid 3px #006a35;
  }
}

/* ------------------------------------------- content - */
.sec--measures .accordion_body {
  display: none;
  padding-top: calc(60 / 750 * 100vw);
}

.measures_txt {
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.666;
  letter-spacing: 0.075em;
  padding-bottom: calc(20 / 750 * 100vw);
}

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

@media screen and (min-width: 751px) {
  .sec--measures .tit {
    font-size: calc(18 / 1200 * 100vw);
  }

  .measures_txt {
    font-size: calc(15 / 1200 * 100vw);
    padding-bottom: calc(30 / 1200 * 100vw);
  }
}

@media screen and (min-width: 1201px) {
  .sec--measures .tit {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .sec--measures h2:after {
    padding: 10px 10px;
    font-size: 2.4rem;
  }

  .sec--measures .accordion_body {
    display: none;
    padding-top: 20px;
  }

  .measures_txt {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .emigrate__container .c__box {
    background-color: #fbfaf9;
    padding: 2rem;
    margin-bottom: 6vw;
    display: block;
  }

  .emigrate__container .c__box .w80 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .emigrate__container .c__box .c__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
  }
}

.jr_w68 {
  width: 68%;
}

.jr_w63 {
  width: 63%;
}

.jr_w48 {
  width: 48%;
}

.jr_w33 {
  width: 33%;
}

.jr_w28 {
  width: 28%;
}

.jr_btn {
  width: 80%;
  background-color: #c8bd9c;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  font-weight: 700;
}

.jr_btn:hover {
  background-color: #aaa187;
}

.jr_compare_list {
  list-style: none;
  font-weight: 700;
  line-height: 2em;
  font-size: 1.2em;
}

.jr_compare_list li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 2px #666;
  border-radius: 2px;
}

.jr__message__head {
  margin-bottom: 1em;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.8em;
}

@media screen and (max-width: 768px) {
  #japanese-renovation {
    margin-bottom: 0;
  }

  .jr_w68 {
    width: 100%;
  }

  .jr_w63 {
    width: 100%;
  }

  .jr_w48 {
    width: 100%;
  }

  .jr_w33 {
    width: 100%;
  }

  .jr_w28 {
    width: 100%;
  }

  .jr_btn {
    width: 100%;
  }

  .jr_compare_list {
    list-style: none;
    font-weight: 700;
    line-height: 3em;
    font-size: 3.8vw;
  }

  .jr__message__head {
    font-size: 6.4vw;
  }
}

#japanese-renovation {
  margin-bottom: -6em;
}

@media screen and (min-width: 751px) {
  #japanese-renovation {
    margin-bottom: -110px;
  }
}

@media screen and (min-width: 1201px) {
  #japanese-renovation {
    margin-bottom: -170px;
  }
}

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

.shindan_f-box .wf {
  width: fit-content;
}

.shindan_f-box img {
  width: 340px;
  margin-left: 20px;
}

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

.shindan_f-box2 div {
  width: 30%;
}

.shindan_f-box2 img {
  width: 100%;
  margin-bottom: 10px;
}

.shindan_f-box2 .fcc {
  font-size: 1.2vw;
  line-height: 1.4em;
  font-weight: 700;
  background: #ededed;
  padding: .6vw;
  margin-bottom: 1vw;
  text-align: center;
  color: #5c372c;
  height: 6vw;
}

.shindan_f-box2 .fcc span {
  font-size: .8vw;
}

.shindan_f-box2 .fcc2 {
  font-size: 1.2vw;
  line-height: 1.4em;
  font-weight: 700;
  background: #ededed;
  padding: .6vw;
  margin-bottom: 1vw;
  text-align: center;
  color: #5c372c;
  height: 6vw;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

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

.shindan_f-box3 div {
  width: 48%;
}

.shindan_before {
  font-size: 1.66667vw;
  font-weight: 700;
  line-height: 1.6em;
  border: 2px solid #000;
  margin-bottom: 1.5em;
  padding: .4vw 1vw;
  width: fit-content;
  font-family: futura-pt, sans-serif;
}

.shindan_after {
  font-size: 1.66667vw;
  font-weight: 700;
  line-height: 1.6em;
  background-color: #333;
  color: #fff;
  margin-bottom: 1.5em;
  padding: .4vw 1vw;
  width: fit-content;
  font-family: futura-pt, sans-serif;
}

.shindan_movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.shindan_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.shindan_f-box4 div {
  width: 24%;
}

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

.shindan_f-box5 div {
  width: 48%;
}

@media screen and (min-width: 1201px) {
  .shindan_f-box2 .fcc, .shindan_f-box2 .fcc2 {
    font-size: 18px;
    height: 95px;
  }

  .shindan_before, .shindan_after {
    font-size: 24px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .shindan_f-box {
    display: block;
  }

  .shindan_f-box img {
    width: 100%;
    margin-left: 0;
  }

  .shindan_f-box2 {
    display: block;
  }

  .shindan_f-box2 div {
    width: 100%;
    margin-bottom: 3vw;
  }

  .shindan_f-box3 {
    display: block;
  }

  .shindan_f-box3 div {
    width: 100%;
  }

  .shindan_before {
    font-size: 6.4vw;
  }

  .shindan_after {
    font-size: 6.4vw;
  }

  .shindan_f-box2 .fcc, .shindan_f-box2 .fcc2 {
    font-size: 4vw;
    line-height: 1.4em;
    font-weight: 700;
    background: #ededed;
    padding: 2vw;
    margin-bottom: 1vw;
    text-align: center;
    color: #5c372c;
    height: auto;
  }

  .shindan_f-box2 .fcc span {
    font-size: 3vw;
  }

  .shindan_f-box4 div {
    width: 49%;
    margin-bottom: 20px;
  }

  .shindan_f-box5 div {
    width: 100%;
  }

  .shindan_f-box5 img {
    margin-bottom: 20px;
  }
}

.homeNews__inner {}

.homeNews__content {
  background: #fff;
  padding: 0 20px 20px;
  margin: calc(15 / 1440 * 100vw) 0 0 0;
}

.homeNews__content a {
  position: relative;
  padding: 1em 0 1.5em 0;
}

.homeNews__content>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  background-image: url(../img/front/info/line.png);
  background-repeat: repeat-x;
}

.homeNews__content>a:after {
  content: '→';
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: calc(10 / 750 * 100vw);
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.homeNews__date {
  color: #a6937c;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  margin-right: 20px;
}

@media screen and (min-width: 751px) {
  .homeNews__content a {
    display: flex;
  }

  .homeNews__content>a:after {
    top: 26%;
  }
}

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

  .homeNews__content a {
    display: block;
  }

  .homeNews__text {
    width: 95%;
  }

  .homeNews__content>a:after {
    top: 45%;
  }

  .aboutF__container2 {
    margin: calc(60 / 750 * 100vw) 0 0 0;
  }

  #about.sec__about {
    padding: calc(120 / 750 * 100vw) 0 calc(60 / 750 * 100vw) 0;
  }
}

.homeLasicu {
  background-image: url('../img/front/lasicu/bg_lasicu01.png');
  background-size: cover;
  background-color: #fff;
  padding: 20px;
}

.homeLasicu__contents {
  line-height: 1.5;
}

.homeLasicu__heading {
  position: relative;
}

.homeLasicu__heading .comment {
  font-family: "Noto Serif JP", serif;
  font-size: calc(24 / 1440 * 100vw);
}

.homeLasicu__heading:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  background: #000;
}

.homeLasicu__img {
  background-image: url('../img/front/lasicu/bg_lasicu02.png');
  background-size: 100% 100%;
  background-position: center bottom;
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 751px) {
  .homeLasicu {
    padding: 40px 20px;
  }

  .homeLasicu__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }

  .homeLasicu__heading h3 {
    width: 48.5%;
  }

  .homeLasicu__heading img {
    max-width: 100%;
  }

  .homeLasicu__heading:after {
    bottom: 0;
    width: 210px;
  }

  .homeLasicu__heading .comment {
    font-size: calc(24 / 1440 * 100vw);
    line-height: 1.5;
    width: 48.5%;
  }

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

  .homeLasicu__contents .text {
    width: 48.5%;
  }

  .homeLasicu__img {
    width: 48.5%;
  }

  .homeLasicu__more a {
    margin: 30px 0 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .homeLasicu__heading {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }

  .homeLasicu__heading h3 {
    order: 2;
  }

  .homeLasicu__heading .comment {
    order: 1;
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.5;
    margin-bottom: 1em;
  }

  .homeLasicu__heading:after {
    bottom: 0;
    width: 48%;
  }

  .homeLasicu__heading h3 img {
    width: 80%;
  }

  .homeLasicu__contents .text {
    margin-bottom: 2em;
  }

  .homeLasicu__img {
    padding-top: 20px;
  }

  .homeLasicu__img picture {
    width: 100%;
  }

  .homeLasicu__more {
    margin-top: 1em;
  }
}

.home-what_logo {
  width: 20vw;
  margin: 6vw auto 0;
}

.home-what_logo img {
  max-width: 100%;
  height: auto;
}

.home-what__text {
  border: 1px solid #000;
  position: relative;
  line-height: 1.8em;
}

.home-what__text strong {
  color: #0dac67;
}

.home-what__img {
  position: absolute;
  top: -50px;
  right: 20px;
}

.home-what__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
}

.home-what__list .list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home-what__list .list-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.home-what__list .list-item:hover:before {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.home-what__list .list-item.is-first:before {
  background-image: url("../img/front/what/img_02@2x.png");
}

.home-what__list .list-item.is-second:before {
  background-image: url("../img/front/what/img_03@2x.png");
}

.home-what__list .list-item.is-third:before {
  background-image: url("../img/front/what/img_04@2x.png");
}

.home-what__list .list-item .text {
  position: relative;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  margin: auto 0 0 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .home-what {
    margin-top: 12vw;
  }

  .home-what__text {
    padding: 6.03865vw;
    margin-bottom: 4.83092vw;
  }

  .home-what__img {
    position: absolute;
  }

  .home-what__ttl {
    font-size: calc(42 / 750 * 100vw);
    margin-bottom: 3.62319vw;
  }

  .home-what__list .list-item {
    height: 24.15459vw;
    margin-bottom: 4.83092vw;
  }
}

@media screen and (min-width: 751px) {
  .home-what_logo {
    width: 8vw;
    margin: 2vw auto 0;
  }

  .home-what {
    padding: calc(50 / 1440 * 100vw) 0 0 0;
  }

  .home-what__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-what__text {
    padding: 2.85714vw 2.5vw 2.5vw;
    width: calc(540 / 1440 * 100vw);
    margin-bottom: 1.42857vw;
  }

  .home-what__ttl {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: 1.07143vw;
  }

  .home-what__list .list-item {
    width: calc(425 / 1440 * 100vw);
    height: calc(120 / 1440 * 100vw);
    margin-bottom: 1.42857vw;
  }

  .home-what__list .list-item .text {
    font-size: calc(24 / 1440 * 100vw);
  }
}

@media screen and (min-width: 1441px) {
  .home-what_logo {
    width: 100px;
    margin: 30px auto 0;
  }

  .home-what {
    padding: 50px 0 0 0;
  }

  .home-what__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-what__text {
    padding: 40px 35px 35px;
    width: 540px;
    margin-bottom: 20px;
  }

  .home-what__ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .home-what__list .list-item {
    width: 425px;
    height: 119px;
    margin-bottom: 20px;
  }

  .home-what__list .list-item .text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

div.top_read_quote {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 3rem auto 0 auto;
}

div.top_read_quote>span {
  flex: 0 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0;
  line-height: 2rem;
}

div.top_read_quote::before,
div.top_read_quote::after {
  content: "";
  flex: 0 0 3px;
  height: auto;
  margin: 0px 20px;
  background: #333;
}

div.top_read_quote::before {
  transform: rotate(-30deg)
}

div.top_read_quote::after {
  transform: rotate(30deg)
}

div.top_read_quote_nosp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 2rem auto;
}

div.top_read_quote_nosp>span {
  flex: 0 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0;
  line-height: 3rem;
}

div.top_read_quote_nosp::before,
div.top_read_quote_nosp::after {
  content: "";
  flex: 0 0 3px;
  height: auto;
  margin: 0px 20px;
  background: #333;
}

div.top_read_quote_nosp::before {
  transform: rotate(-30deg)
}

div.top_read_quote_nosp::after {
  transform: rotate(30deg)
}

p.top_read {
  line-height: 2.4rem;
  margin: 1.5rem auto 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 414px) {
  p.top_read {
    line-height: 2.0rem;
    font-size: 90%;
    margin-bottom: 2rem;
  }

  div.top_read_quote>span {
    line-height: 2.4rem;
    font-size: 120%;
  }

  div.top_read_quote_nosp>span {
    line-height: 2.4rem;
    font-size: 120%;
  }

  div.top_read_quote::before,
  div.top_read_quote::after {
    margin: 0px 5px;
  }

  div.top_read_quote::before {
    transform: rotate(-10deg)
  }

  div.top_read_quote::after {
    transform: rotate(10deg)
  }

  div.top_read_quote_nosp::before,
  div.top_read_quote_nosp::after {
    margin: 0px 5px;
  }

  div.top_read_quote_nosp::before {
    transform: rotate(-10deg)
  }

  div.top_read_quote_nosp::after {
    transform: rotate(10deg)
  }
}

.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 5px solid #46744B;
  margin-bottom: 3vh;
}

.lineArrow {
  color: #000;
  height: 20px;
  /*border-bottom: 5px solid #46744B;*/
  border-right: 7px solid #46744B;
  /*傾きを調節*/
  transform: skew(40deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -3px 5px -5px -25px;
}

.moreLinkText div.read {
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  padding-left: 30px;
  letter-spacing: 0.5rem;
}

.moreLinkText div.read span {
  font-size: 120%;
}

.moreLinkText div.read .area_pin {
  display: inline-flex;
  height: 34px;
  position: absolute;
  left: 0;
}

.footer__left__area p.area {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 1rem;
  line-height: 140%;
}

.footer_area_wrap {
  align-items: center;
  margin-top: 3rem;
}

.footer__left__area p.kome {
  line-height: 140%;
}

@media screen and (max-width: 414px) {
  .moreLinkText div.read {
    font-size: 90%;
  }

  .moreLinkText div.read .area_pin {
    height: 24px;
  }

  .footer__left__area p.area {
    font-size: 100%;
    margin-bottom: 1rem;
    line-height: 120%;
  }
}

@media screen and (max-width: 1180px) {
  .moreLinkText div.read {
    letter-spacing: 0.2rem;
  }
}


.sns--page {
  height: 115vw;
  background-color: #f5eedc;
}

.sns__inner--page {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92vw;
  height: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3
}

.sns_main {
  margin-top: 18vw;
}

.eco_logo {
  position: absolute;
  left: 15.5%;
  bottom: -8vw;
  width: 70%;
}

.c-bnr {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  padding: 15px;
  border: 5px solid #ad1c20;
}

.c-bnr .circle {
  max-width: 30vw;
  width: 30vw;
  position: absolute;
  top: -5vw;
  left: -5vw;
  z-index: 999;
}

.c-bnr .c-bnr_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #ad1c20;
  display: block;
  background-color: #fff;
}

.c-bnr .c-bnr_inner img {
  width: 100%;
  margin-right: 15px;
}

.c-bnr .sub {
  position: relative;
  display: block;
  display: inline-block;
  padding: 0 30px;
  font-size: 1.6rem;
}

.c-bnr .sub:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.c-bnr .sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.c-bnr .sub:before {
  left: 0;
}

.c-bnr .sub:after {
  right: 0;
}

.c-bnr .tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: normal;
}

.book_d {
  font-size: 1.4rem;
  text-align: left;
}

.book_d li {
  margin-bottom: 5px;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #006935;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6%;
  color: #fff;
  font-size: 5vw;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  margin: 10px auto;
  border-radius: 5px;
}

a.btn_02:hover {
  background: #018d48;
  color: #fff;
}

a.btn_02:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -3px;
}

a.btn_02:hover:after {
  border-color: #fff transparent transparent transparent;
}

.snsbook_jitsugen {
  padding: 5%;
  background: url(../img/book-sns/background01.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.snsbook_jitsugen .tit {
  color: #fff;
  font-weight: 500;
  font-size: 6vw;
}

.snsbook_jitsugen p {
  color: #fff;
  line-height: 2;
  font-size: 3.2vw;
}

.snsbook_jitsugen_inner {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.snsbook_jitsugen_inner .g_box,
.snsbook_jitsugen_inner .y_box2 {
  background-color: #cce2d6;
  padding: 20px;
  margin: 0;
  width: 100%;
}

.snsbook_jitsugen_inner .y_box,
.snsbook_jitsugen_inner .g_box2 {
  background-color: #f5eedc;
  padding: 20px;
  margin: 0;
  width: 100%;
}

.snsbook_jitsugen_inner .g_box .tit,
.snsbook_jitsugen_inner .y_box .tit,
.snsbook_jitsugen_inner .g_box2 .tit,
.snsbook_jitsugen_inner .y_box2 .tit {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.snsbook_jitsugen_inner .g_box p,
.snsbook_jitsugen_inner .y_box p,
.snsbook_jitsugen_inner .g_box2 p,
.snsbook_jitsugen_inner .y_box2 p {
  line-height: 1.4;
}

.snsbook_jitsugen_inner .g_box .imgphoto,
.snsbook_jitsugen_inner .y_box .imgphoto,
.snsbook_jitsugen_inner .g_box2 .imgphoto,
.snsbook_jitsugen_inner .y_box2 .imgphoto {
  width: 100%;
}

.snsbook_bnrback {
  padding: 5%;
  background: url(../img/book-sns/background02.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.snsbook_bnrback2 {
  padding: 5%;
  background: url(../img/book-sns/background03.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.triangle {
  position: relative;
  background: #cce2d6;
}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vw 10vw 0 10vw;
  border-color: #cce2d6 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.triangle p {
  font-weight: 700;
  font-size: 6vw;
  text-align: center;
  padding: 5vw 2vw;
}

.triangle2 {
  position: relative;
  background: #006934;
}

.triangle2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vw 10vw 0 10vw;
  border-color: #006934 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.triangle2 p {
  font-weight: 700;
  font-size: 6vw;
  color: #fff;
  text-align: center;
  padding: 5vw 2vw;
}

.triangle2 .book {
  position: absolute;
  top: -30px;
  right: 10%;
}

.p_detail_box {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p_detail_box .title {
  display: block;
}

.p_detail_box .title p {
  font-size: 1.4rem;
}

.p_detail_box .title .t_left {
  width: 100%
}

.p_detail_box .title .t_left .tit {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}

.p_detail_box .title .t_left .tit span {
  color: #006934;
}

.p_detail_box .title .t_right {
  width: 100%
}

.p_detail_box .title .t_right .detail_btn {
  background-color: #cce2d6;
  width: 100%;
  border-radius: 3px;
  padding: 5px;
  color: #000;
  position: relative;
}

.p_detail_box .title .t_right .detail_btn p {
  font-size: 1.4rem;
  padding-left: 1.5em;
}

.p_detail_box .title .t_right .detail_btn p::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff000;
  border-bottom: 2px solid #fff000;
  transform: rotate(-45deg);
}

.p_detail_box img {
  width: 100%;
}

.renov_jirei {
  font-weight: 700;
  font-size: 5vw;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}

.renov_jirei .jirei_tit {
  font-weight: 700;
  font-size: 2rem;
}

#book_sns .swiper-container-renov {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#book_sns .swiper-container-renov img {
  width: 92%;
  margin: 0 auto;
}

#book_sns .swiper-container-renov img:hover {
  opacity: 0.7;
}

#book_sns .swiper-container-renov .jirei_tit {
  line-height: 1.2;
  font-weight: 700;
  font-size: 3vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#book_sns .swiper-container-renov p {
  font-size: 3vw;
}

#book_sns .w96 {
  width: 96%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .sns--page {
    height: calc(550 / 1440 * 100vw)
  }

  .sns__inner--page {
    width: 69.44444vw
  }

  .snsbook_jitsugen_inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 850px;
  }

  .snsbook_jitsugen_inner .g_box,
  .snsbook_jitsugen_inner .g_box2 {
    background-color: #cce2d6;
    padding: 20px;
    margin: 0;
    width: 50%;
  }

  .snsbook_jitsugen_inner .y_box,
  .snsbook_jitsugen_inner .y_box2 {
    background-color: #f5eedc;
    padding: 20px;
    margin: 0;
    width: 50%;
  }

  .sns_main {
    margin-top: 13vw;
  }

  .eco_logo {
    position: absolute;
    left: 37.5%;
    bottom: -40px;
    width: 50%;
    max-width: 250px;
  }

  .c-bnr {
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
    padding: 15px;
  }

  .c-bnr .circle {
    max-width: 100px;
    width: 20%;
    top: -30px;
    left: -30px;
  }

  .c-bnr .c-bnr_inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    align-items: center;
  }

  .c-bnr .c-bnr_inner img {
    max-width: 180px;
    width: 30%;
    margin-right: 15px;
  }

  .c-bnr .sub {
    padding: 0 30px;
    font-size: 1.6rem;
    display: inline-block;
  }

  .c-bnr .sub:before {
    top: 50%;
    width: 24px;
    height: 2px;
  }

  .c-bnr .sub:after {
    top: 50%;
    width: 24px;
    height: 2px;
  }

  .c-bnr .tit {
    font-size: 2rem;
    line-height: 1.8em;
  }

  a.btn_02 {
    font-size: 18px;
  }

  .snsbook_jitsugen .tit {
    font-size: 3rem;
  }

  .snsbook_jitsugen p {
    line-height: 2em;
    font-size: 1rem;
  }

  .triangle p,
  .triangle2 p {
    font-size: 4rem;
    padding: 40px;
  }

  .triangle::before,
  .triangle2::before {
    border-width: 50px 100px 0 100px;
  }

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

  .p_detail_box .title p {
    font-size: 1.6rem;
  }

  .p_detail_box .title .t_left {
    width: 49%
  }

  .p_detail_box .title .t_left .tit {
    font-weight: 700;
    font-size: 2rem;
    color: #000;
  }

  .p_detail_box .title .t_right {
    width: 49%
  }

  .p_detail_box .title .t_right .detail_btn p {
    font-size: 1.6rem;
    padding-left: 1.5em;
  }

  .renov_jirei {
    font-size: 4rem;
  }

  #book_sns .swiper-container-renov .jirei_tit {
    font-weight: 700;
    font-size: 1em;
  }

  #book_sns .swiper-container-renov p {
    font-size: 1em;
  }
}

@media screen and (min-width: 1441px) {
  .sns--page {
    height: 550px
  }

  .sns__inner--page {
    width: 1000px
  }

  .sns_main {
    margin-top: 160px;
  }

  .eco_logo {
    position: absolute;
    left: 37.5%;
    bottom: -40px;
    width: 50%;
    max-width: 250px;
  }

  .c-bnr {
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
    padding: 15px;
  }

  .c-bnr .circle {
    max-width: 100px;
    width: 20%;
    top: -30px;
    left: -30px;
  }

  .c-bnr .c-bnr_inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    align-items: center;
  }

  .c-bnr .c-bnr_inner img {
    max-width: 180px;
    width: 30%;
    margin-right: 15px;
  }

  .c-bnr .sub {
    display: inline-block;
    padding: 0 30px;
    font-size: 1.6rem;
  }

  .c-bnr .sub:before {
    top: 50%;
    width: 24px;
    height: 2px;
  }

  .c-bnr .sub:after {
    top: 50%;
    width: 24px;
    height: 2px;
  }

  .c-bnr .tit {
    font-size: 2rem;
    line-height: 1.8em;
  }

  .snsbook_jitsugen .tit {
    font-size: 3rem;
  }

  .snsbook_jitsugen p {
    line-height: 2em;
    font-size: 14px;
  }
}

#book_sns .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -1em
}

#book_sns .swiper-pagination-bullet {
  width: .3em;
  height: .3em;
  background: #999
}

#book_sns .swiper-pagination-bullet-active {
  background: #000
}

#book_sns .swiper-button-next::after,
#book_sns .swiper-button-prev::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#book_sns .swiper-button-prev::after {
  content: "\f137";
}

#book_sns .swiper-button-next::after {
  content: "\f138";
}

@media screen and (min-width: 751px) {
  #book_sns .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -2em
  }

  #book_sns .swiper-pagination-bullet {
    width: .5em;
    height: .5em
  }
}

.mt-70 {
  margin-top: calc(-73 / 750 * 100vw)
}

@media screen and (min-width: 751px) {
  .mt-70 {
    margin-top: calc(-70 / 1440 * 100vw)
  }
}

@media screen and (min-width: 1441px) {
  .mt-70 {
    margin-top: -70px
  }
}

#book_sns .pc {
  display: block !important;
}

#book_sns .sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  #book_sns .pc {
    display: none !important;
  }

  #book_sns .sp {
    display: block !important;
  }
}


.sec__blog {
  position: relative;
  padding: calc(180 / 750 * 100vw) 0 calc(270 / 750 * 100vw) 0;
  margin: 0;
}

.blog__head__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog__head__container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.blog__head {
  position: absolute;
  top: 75%;
  left: 50%;
  color: #fff;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 600;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog__subhead {
  position: absolute;
  display: inline-block;
  margin-bottom: 0.6em;
  padding: 0.2em 1em;
  border-radius: 1.5em;
  background-color: #fff;
  color: #46744b;
  font-family: futura-pt, sans-serif;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 600;
  top: 10%;
}

.blog__content {
  padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw);
  background-color: #fff;
}

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

.blog__content .b_box a {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  background-image: url(../img/front/info/line.png);
  background-repeat: repeat-x;
  background-position-y: bottom;
}

.blog__content .b_box .blog__img {
  width: 30%;
  height: 18vw;
  overflow: hidden;
  float: left;
  margin-right: 2%;
}

.blog__content .b_box .blog__img img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .sec__blog {
    padding: calc(70 / 1440 * 100vw) 0 calc(100 / 1440 * 100vw) 0;
  }

  .blog__head {
    font-size: calc(18 / 1440 * 100vw);
  }

  .blog__subhead {
    font-size: calc(24 / 1440 * 100vw);
  }

  .blog__content {
    padding: calc(40 / 1440 * 100vw) calc(25 / 1440 * 100vw);
    min-height: calc(397 / 1440 * 100vw);
  }

  .blog__content .b_box a {
    width: 49%;
  }

  .blog__subhead {
    top: 20%;
  }

  .blog__content .b_box .blog__img {
    height: 7vw;
  }
}

@media screen and (min-width: 1441px) {
  .sec__blog {
    padding: 70px 0 100px 0;
  }

  .blog__head {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .blog__subhead {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .blog__content {
    padding: 40px 25px;
    min-height: 395px;
  }
}

/* こどもみらい住宅支援事業 */
#kodomomirai p {
  line-height: 1.6;
}

#kodomomirai .img-fit {
  width: 100%;
}

#kodomomirai .tit01 {
  width: 50%;
  border: 3px solid #887467;
  color: #887467;
  padding: .6rem;
  text-align: center;
  font-size: 160%;
  font-weight: 700;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin: 20px auto;
}

#kodomomirai .tit02 {
  color: #000;
  text-align: center;
  font-size: 400%;
  font-weight: 700;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

#kodomomirai .read {
  background: #ededed;
  position: relative;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding: 2rem;
}

#kodomomirai .read img {
  position: absolute;
  display: block;
  margin: 0;
  width: 23%;
  bottom: 0;
  left: 1rem;
}

#kodomomirai .read p {
  margin-left: 25%;
  font-size: 140%;
  line-height: 2;
}

#kodomomirai .read p span {
  color: #887467;
  font-weight: bold;
}

#kodomomirai .subtit {
  border-bottom: 2px solid #e5e5e5;
  padding: 0 0 0.5rem 0;
  margin-bottom: 2rem;
  font-size: 120%;
}

#kodomomirai h5 {
  border: 1px solid #e5e5e5;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 120%;
  text-align: center;
}

#kodomomirai .fsz140 {
  font-size: 140%;
  font-weight: bold;
}

#kodomomirai .tit03 {
  font-size: 140%;
  font-weight: 700;
  background: linear-gradient(transparent 90%, #887467 60%);
  width: fit-content;
  text-align: center;
  margin: 3rem auto;
  padding-bottom: 0.6rem;
  display: inline;
  line-height: 2;
}

#kodomomirai .tit03 span {
  color: #887467;
}

#kodomomirai .tit04 {
  font-size: 120%;
  font-weight: 700;
  background: linear-gradient(transparent 90%, #887467 60%);
  width: fit-content;
  text-align: center;
  margin: 3rem auto;
  padding-bottom: 0.6rem;
  display: inline;
  line-height: 3;
}

#kodomomirai .tit04 span {
  position: relative;
  padding-top: 0.2em;
}

#kodomomirai .tit04 span::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: orange;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#kodomomirai table {
  width: 100%;
  border: 2px solid #999;
  margin-bottom: 1rem;
}

#kodomomirai table td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 1rem;
  text-align: center;
}

#kodomomirai table td span {
  color: #b71c1c;
}

#kodomomirai table td span.attention {
  color: #333333;
  font-size: 80%;
}

#kodomomirai table td.gray {
  background: #f3f1f0;
}

#kodomomirai table td.ta_left {
  text-align: left;
}

#kodomomirai table td.w10p {
  width: 10%;
}

#kodomomirai table td.w15p {
  width: 20%;
}

#kodomomirai table td.w25p {
  width: 25%;
}

#kodomomirai table td.bbold {
  border-bottom: 2px solid #999;
}

#kodomomirai table td.rbold {
  border-right: 2px solid #999;
}

#kodomomirai .ta_center {
  text-align: center;
}

#kodomomirai table td.lh_120 {
  line-height: 120%;
}

#kodomomirai table td.gray2 {
  background: #887467;
  color: #fff;
}

#kodomomirai section p.caution span {
  color: #b71c1c;
  font-size: 120%;
  font-weight: bold;
}

#kodomomirai section p.kikan {
  color: #000;
  font-size: 120%;
  font-weight: bold;
}

#kodomomirai section p.kikan span {
  color: #b71c1c;
  font-size: 140%;
  font-weight: bold;
}

#kodomomirai .form td {
  text-align: left;
}

#modelhouseopen-form table {
  border: none;
}

#modelhouseopen-form table td {
  border: none;
}

#modelhouseopen-form .form tr {
  border-bottom: none;
}

#modelhouseopen-form .form td span {
  color: #000;
}

@media print, screen and (max-width: 751px) {
  #kodomomirai .img-fit {
    width: 100%;
  }

  #kodomomirai .tit01 {
    width: 90%;
    font-size: 5vw;
  }

  #kodomomirai .tit02 {
    font-size: 210%;
  }

  #kodomomirai .read {
    text-align: left;
    padding: 0.4em;
  }

  #kodomomirai .read img {
    margin: 0 30%;
    top: -10%;
    width: 40%;
    left: auto
  }

  #kodomomirai .read p {
    margin-left: 0;
    margin-top: 10rem;
    font-size: 4vw;
    line-height: 1.6;
  }

  #kodomomirai .tit04 {
    line-height: 2.4;
  }

  #modelhouseopen-form table {
    border: none;
  }

  #modelhouseopen-form table td {
    border: none;
  }
}


.emigrate-intro {
  position: relative;
  margin-bottom: 10.66667vw;
  height: auto;
}

.emigrate-intro:before {
  position: absolute;
  content: '';
  display: inline-block;
  right: 0;
  width: 100vw;
  height: 50vw;
  background-image: url(../img/emigrate/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.emigrate-intro .container__inner {
  display: block;
  height: auto;
  padding-top: 20vw;
}

.intro__box {
  position: relative;
  padding: 5.33333vw 5.33333vw;
  width: 92vw;
  background-color: rgba(255, 255, 255, 0.7);
}

.intro__box p {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.8;
}


.emigrate__container .text {
  line-height: 1.8;
  margin-bottom: 2rem;
}

.emigrate__container .link__txt a {
  padding-left: 3rem;
  background: url(../img/common/link_arw.png) no-repeat left 2px;
  background-size: 2rem;
  text-decoration: underline;
  color: #46744b;
  position: relative;
  display: block;
}

.emigrate__container .link__txt a:after {
  content: '';
  background: url(../img/common/ico_link_blank.png) no-repeat center center;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-size: contain;
  position: absolute;
  bottom: 2%;
  margin-left: 1em;
}

.emigrate__container .text:last-of-type {
  margin-bottom: 0;
}

.emigrate__bnr a {
  position: relative;
  display: block;
  margin: 0 0 9.33333vw 0;
}

.emigrate__bnr a:hover .img__scale img {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}

.emigrate__bnr .img__scale {
  height: 50vw;
}

.emigrate__bnr .img__scale .img__fit {
  max-width: inherit;
  height: 100%;
  object-fit: cover;
}

.emigrate__bnr .renovF__head {
  font-size: 6.4vw;
}

.emigrate__attractive {
  background: #46744b;
  padding: 9.33333vw 0;
  margin: 0 0 9.33333vw 0;
}

.emigrate__attractive h3 {
  font-weight: 700;
  text-align: center;
  font-size: 6.4vw;
  margin-bottom: 1em;
  color: #fff;
}

.emigrate__attractive .flex-wrap .txt p {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.8;
}

.emigrate__attractive .flex-wrap .txt ol {
  margin: 0 0 15px 30px;
  font-size: 1.6rem;
}

.emigrate__attractive .flex-wrap .txt li {
  list-style: decimal;
  color: #fff;
  margin-bottom: 10px;
}

.emigrate_bnr_fbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.emigrate_bnr_fbox li {
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}

.emigrate_bnr_fbox li:nth-child(2n),
.emigrate_bnr_fbox li:last-child {
  margin-right: 0;
}


.emigrate_bnr_fbox li a {
  margin-bottom: 0;
}

.emigrate_bnr_fbox li a:after {
  content: '';
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  display: inline-block;
  width: calc(60 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  background-image: url(../img/front/renov/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.emigrate_bnr_fbox li .img__scale {
  height: 35vw;
}

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

.emigrate_pict_fbox li {
  width: calc(50% - 10px);
}

.emigrate_ttl_first {
  font-size: 5.06667vw;
  font-weight: 700;
  line-height: 1.6em;
  position: relative;
  margin-bottom: 1.2em;
}

.emigrate_ttl_first:first-letter {
  color: #006934;
  font-size: 7vw;
}

.emigrate_access dl {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.emigrate_access dt {
  font-size: 4.615vw;
  font-weight: bold;
  padding: 0 0 3vw;
}

.emigrate_access dd {
  padding: 0 0 3vw;
  margin-bottom: 3vw;
  border-bottom: #ccc solid 1px;
  font-size: 4.103vw;
  line-height: 1.5;
}

.emigrate_access dt:last-of-type,
.emigrate_access dd:last-of-type {
  border: none;
  margin-bottom: 0;
}

.emigrate_subsidysystem .sec--measures .tit {
  display: flex;
  align-items: center;
  min-height: 35px;
  line-height: 1.4;
}

.emigrate_subsidysystem .sec--measures {
  width: 100%;
}


.emigrate__container .c__box2 .emigratelist li {
  line-height: 1.6;
}

.emigrate__container .c__box2 .emigratelist li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .emigrate-intro {
    margin-bottom: 5.55556vw;
    height: 27.77778vw
  }

  .emigrate-intro:before {
    width: 56.94444vw;
    height: 100%
  }

  .emigrate-intro .container__inner {
    display: flex;
    align-items: center;
    height: 27.77778vw;
    padding-top: 0;
  }

  .intro__box {
    top: 0;
    left: 0;
    margin-bottom: 0;
    padding: 2.77778vw 3.47222vw 2.77778vw 0;
    width: 70%;
  }

  .intro__box p {
    font-size: 1.25vw
  }

  .emigrate__bnr a {
    margin: 0 0 3.81944vw 0;
  }

  .emigrate__bnr .img__scale {
    height: auto;
  }

  .emigrate__bnr .renovF__head {
    font-size: 2.08333vw;
  }

  .emigrate__attractive {
    padding: 3.81944vw 0;
    margin: 0 0 3.81944vw 0;
  }

  .emigrate__attractive h3 {
    font-size: 1.66667vw;
  }

  .emigrate__attractive .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .emigrate__attractive .flex-wrap .img {
    width: 48%;
  }

  .emigrate__attractive .flex-wrap .txt {
    width: 48%;
  }

  .emigrate_bnr_fbox li {
    width: calc(100%/3 - 14px);
    margin: 0 20px 20px 0;
  }

  .emigrate_bnr_fbox li:nth-child(2n) {
    margin: 0 20px 20px 0;
  }

  .emigrate_bnr_fbox li:nth-child(3n),
  .emigrate_bnr_fbox li:last-child {
    margin-right: 0;
  }

  .emigrate_bnr_fbox li a:after {
    width: calc(38 / 1440 * 100vw);
    height: calc(38 / 1440 * 100vw);
  }

  .emigrate_bnr_fbox li .img__scale {
    height: auto;
  }

  .emigrate_ttl_first {
    margin-bottom: 1em;
    font-size: 1.66667vw;
  }

  .emigrate_ttl_first:first-letter {
    font-size: 3vw;
  }

  .emigrate_access dl {
    width: 55.55556vw;
  }

  .emigrate_access dt {
    font-size: 1.249vw;
    padding: 0 0.694vw 0.694vw;
    clear: both;
    float: left;
    width: 15em;
  }

  .emigrate_access dd {
    padding: 0 0 0.694vw;
    margin-bottom: 0.694vw;
    font-size: 1.11vw;
  }

  .sec--measures .accordion_body {
    padding-top: 2vw;
  }

  .emigrate__container .c__box2 .emigratelist li {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1441px) {
  .emigrate-intro {
    margin-bottom: 80px;
    height: 350px;
  }

  .emigrate-intro .container__inner {
    height: 350px
  }

  .intro__box {
    padding: 40px 50px 40px 0;
  }

  .intro__box p {
    font-size: 18px;
    font-size: 1.8rem
  }

  .emigrate__bnr a {
    margin: 0 0 50px 0;
  }

  .emigrate__bnr .renovF__head {
    font-size: 30px;
    font-size: 3.0rem;
  }

  .emigrate__attractive {
    padding: 50px 0;
    margin: 0 0 50px 0;
  }

  .emigrate__attractive h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }


  .emigrate_bnr_fbox li a:after {
    width: 38px;
    height: 38px;
  }

  .emigrate_ttl_first {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .emigrate_ttl_first:first-letter {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .emigrate_access dl {
    width: 800px;
  }

  .emigrate_access dt {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .emigrate_access dd {
    padding: 0 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#event p {
  line-height: 1.8em;
}


.fixed_phrase .box {
  margin-bottom: calc(75 / 750 * 100vw);
}

.fixed_phrase .box a:hover {
  opacity: 0.8;
}

.fixed_phrase>p {
  margin-bottom: calc(75 / 750 * 100vw);
}

.fixed_phrase .box p {
  line-height: 1.8;
  margin-bottom: calc(30 / 750 * 100vw);
}

.fixed_phrase .box p a {
  font-weight: 700;
}

.fixed_phrase .box img {
  max-width: 100%;
  height: auto;
}

.fixed_phrase .box h5 {
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: calc(30 / 750 * 100vw);
}

.fixed_phrase .box p.spacer {
  margin: calc(30/ 750 * 100vw) 0;
}

@media screen and (min-width: 751px) {

  .fixed_phrase .box {
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .fixed_phrase>p {
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .fixed_phrase .box p {
    margin-bottom: calc(15 / 750 * 100vw);
  }

  .fixed_phrase .box h5 {
    margin-bottom: calc(15/ 750 * 100vw);
  }

  .fixed_phrase .box p.spacer {
    margin: calc(15 / 750 * 100vw) 0;
  }

  .fixed_phrase .box a img {
    width: 640px;
  }

}

@media screen and (min-width: 1441px) {

  .fixed_phrase .box {
    margin-bottom: 30px;
  }

  .fixed_phrase>p {
    margin-bottom: 30px;
  }

  .fixed_phrase .box p {
    margin-bottom: 15px;
  }

  .fixed_phrase .box h5 {
    margin-bottom: 15px;
  }

  .fixed_phrase .box p.spacer {
    margin: 15px 0;
  }

}

#kodomomirai .message {
  border: 1px solid #b71c1c;
  padding: 2vw;
  margin-bottom: 5vw;
}

#kodomomirai .message p {
  color: #b71c1c;
  margin-bottom: 1em;
}

#kodomomirai p {
  line-height: 1.6;
}


.wpcf7-response-output {
  background: #dc3232;
  color: #fff;
  border-color: #dc3232 !important;
}


/*3つの補助金を上手に活用してお得にリフォーム*/
.hojyokin_page {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.6;
  margin-bottom: 30px;
}

.hojyokin_page .container {
  display: block;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

.hojyokin_page .mv {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px;
}

.hojyokin_page .btn_h_contact {
  margin-left: 80px;
}

.h-btn:hover {
  border: 2px solid #00A599;
  background: #00A599;
  color: #fff;
}

.hojyokin_page .btn_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hojyokin_page .btn_flex a {
  width: 33%;
}

.hojyokin_page .lg_bg {
  background: #eef4f4;
  padding: 50px 0;
  background-image: url(../img/3hojyokin/bg_house.png);
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

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

.hojyokin_page .c_flex img {
  width: 95%;
}

.hojyokin_page .fw7 {
  font-weight: 700;
}

.hojyokin_page h3 {
  line-height: 1.2;
}

.hojyokin_page .fcp {
  color: #E66F78;
}

.hojyokin_page .fcb {
  color: #65A1DA;
}

.hojyokin_page .fco {
  color: #F09229;
}

.hojyokin_page .fcg {
  color: #00A599;
}

.hojyokin_page .title_hukidashi_p {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #E66F78;
  background: #fff;
}

.hojyokin_page .title_hukidashi_p:before {
  position: absolute;
  bottom: -28px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #E66F78 transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_p:after {
  position: absolute;
  bottom: -24px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_b {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #65A1DA;
  background: #fff;
}

.hojyokin_page .title_hukidashi_b:before {
  position: absolute;
  bottom: -28px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #65A1DA transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_b:after {
  position: absolute;
  bottom: -24px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_o {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #F09229;
  background: #fff;
}

.hojyokin_page .title_hukidashi_o:before {
  position: absolute;
  bottom: -28px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #F09229 transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_o:after {
  position: absolute;
  bottom: -24px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .table_box {
  display: flex;
}

.hojyokin_page .kagi_box {
  --x-gradient: linear-gradient(90deg, #333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
  --y-gradient: linear-gradient(#333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
  padding: 3rem;
  background-image:
    var(--x-gradient),
    var(--y-gradient),
    var(--x-gradient),
    var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
  background-position: top, right, bottom, left;
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
}

.hojyokin_page .kagi_box .tit01 {
  background: #00A599;
  border: 2px solid #00A599;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  width: 300px;
}

.hojyokin_page .kagi_box .tit02 {
  background: #fff;
  border: 2px solid #00A599;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #00A599;
  width: 300px;
}

.hojyokin_page .kagi_box .tit03 {
  background: #65A1DA;
  border: 2px solid #65A1DA;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  width: 300px;
}

.hojyokin_page .kagi_box .tit04 {
  background: #fff;
  border: 2px solid #65A1DA;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #65A1DA;
  width: 300px;
}

.hojyokin_page .lp_bg {
  background: #f9f0f1;
  padding: 50px 0;
}

.hojyokin_page .seko_jirei_box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.hojyokin_page .seko_jirei_box .tit {
  background: #E66F78;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 1rem;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  position: relative;
}

.hojyokin_page .seko_jirei_box .tit .hissu {
  background: #fff;
  border-radius: 20px;
  color: #E66F78;
  text-align: center;
  padding: .5rem 2rem;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  top: 10px;
  right: 10px;
  position: absolute;
}

.hojyokin_page .seko_jirei_box .tit .nini {
  background: #fff;
  border-radius: 20px;
  color: #808080;
  text-align: center;
  padding: .5rem 2rem;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  top: 10px;
  right: 10px;
  position: absolute;
}

.hojyokin_page .seko_jirei_box .jirei {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 3rem;
}

.hojyokin_page .seko_jirei_box .jirei .box {
  width: 31%;
  margin: 0 1% 20px;
  text-align: center;
  font-size: 1.4rem;
}

.hojyokin_page .seko_jirei_box .jirei .box img {
  width: 100%;
  margin-bottom: 8px;
}

.hojyokin_page .mado_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hojyokin_page .mado_flex .m_box {
  width: 48%;
  margin: 1%;
  text-align: center;
}

.hojyokin_page .mado_flex .m_box img {
  width: 100%;
  margin-bottom: 8px;
}

.hojyokin_page .lo_bg {
  background: #f9f8ef;
  padding: 50px 0;
}

.hojyokin_page .mb20 {
  margin-bottom: 20px;
}

.hojyokin_page .mb30 {
  margin-bottom: 30px;
}

.hojyokin_page .mb50 {
  margin-bottom: 50px;
}

.hojyokin_page .mb80 {
  margin-bottom: 80px;
}

.hojyokin_page .footer-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: 40px;
}

.hojyokin_page .footer-btns {
  justify-content: center;
}

.hojyokin_page .toi__time {
  display: block;
  margin: 1.5em auto 0.8em;
  padding: 0.7em 1em;
  border-radius: 1.5em;
  background-color: #313131;
  color: #fff;
  font-size: calc(22 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: fit-content;
}

.hojyokin_page .number__tel {
  color: #333;
  font-size: calc(74 / 750 * 100vw);
}

.hojyokin_page .number__icon {
  margin-right: calc(30 / 750 * 100vw);
  width: calc(58 / 750 * 100vw);
}

.hojyokouji_fbox {
  display: flex;
  justify-content: flex-start;
}

.txt_tal {
  text-align: left;
}

.hojyokin_page .g_link {
  color: #00A599 !important;
}

.hojyokin_page .g_link:hover {
  color: #ccc;
}

@media screen and (min-width: 751px) {
  .hojyokin_page .mv .btn_h {
    position: absolute;
    right: 0;
    bottom: 1.38888vw;
    width: 22vw;
    display: flex;
  }

  .h-btn {
    border: 3px solid #00A599;
    background: #fff;
    color: #00A599;
    padding: 0.902777vw 2.777777vw;
    border-radius: 30px;
    width: 100%;
    font-size: 1.6vw;
    text-align: center;
    font-weight: 700;
  }

  .hojyokin_page .p_btn {
    border: 2px solid #E66F78;
    background: #E66F78;
    color: #fff;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
    font-size: 1.38888vw;
    font-weight: 700;
  }

  .hojyokin_page .p_btn:hover {
    border: 2px solid #E66F78;
    background: #fff;
    color: #E66F78;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .b_btn {
    border: 2px solid #65A1DA;
    background: #65A1DA;
    color: #fff;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
    font-size: 1.38888vw;
    font-weight: 700;
  }

  .hojyokin_page .b_btn:hover {
    border: 2px solid #65A1DA;
    background: #fff;
    color: #65A1DA;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .o_btn {
    border: 2px solid #F09229;
    background: #F09229;
    color: #fff;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
    font-size: 1.38888vw;
    font-weight: 700;
  }

  .hojyokin_page .o_btn:hover {
    border: 2px solid #F09229;
    background: #fff;
    color: #F09229;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .g_tit {
    color: #00A599;
    font-weight: 700;
    font-size: 3vw;
    line-height: 1.2;
  }

  .hojyokin_page .fsz2 {
    font-size: 2vw;
  }

  .hojyokin_page .fsz3 {
    font-size: 3vw;
  }

  .hojyokin_page .fsz4 {
    font-size: 4vw;
  }

  .hojyokin_page .table_box img {
    width: 100%;
  }

  .hojyokin_page .toi__time {
    font-size: calc(16 / 1440 * 100vw);
  }

  .hojyokin_page .number__tel {
    font-size: calc(48 / 1440 * 100vw);
  }

  .hojyokin_page .number__icon {
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(37 / 1440 * 100vw);
  }
}

@media screen and (min-width: 1441px) {
  .hojyokin_page .mv .btn_h {
    position: absolute;
    right: 0;
    bottom: 20px;
    max-width: 300px;
    width: 300px;
    display: flex;
  }

  .h-btn {
    border: 3px solid #00A599;
    background: #fff;
    color: #00A599;
    padding: 13px 40px;
    border-radius: 30px;
    width: 100%;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
  }

  .hojyokin_page .p_btn {
    border: 2px solid #E66F78;
    background: #E66F78;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
  }

  .hojyokin_page .p_btn:hover {
    border: 2px solid #E66F78;
    background: #fff;
    color: #E66F78;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .b_btn {
    border: 2px solid #65A1DA;
    background: #65A1DA;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
  }

  .hojyokin_page .b_btn:hover {
    border: 2px solid #65A1DA;
    background: #fff;
    color: #65A1DA;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .o_btn {
    border: 2px solid #F09229;
    background: #F09229;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
  }

  .hojyokin_page .o_btn:hover {
    border: 2px solid #F09229;
    background: #fff;
    color: #F09229;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .g_tit {
    color: #00A599;
    font-weight: 700;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.2;
  }

  .hojyokin_page .fsz2 {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .hojyokin_page .fsz3 {
    font-size: 30px;
    font-size: 3.0rem;
  }

  .hojyokin_page .fsz4 {
    font-size: 40px;
    font-size: 4.0rem;
  }

  .hojyokin_page .toi__time {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .hojyokin_page .number__tel {
    font-size: 48px;
    font-size: 4.8rem;
  }

  .hojyokin_page .number__icon {
    margin-right: 15px;
    width: 37pxpx;
  }
}

@media screen and (max-width: 750px) {
  .hojyokin_page {
    margin-bottom: calc(33 / 750 * 100vw);
  }

  .hojyokin_page .container {
    display: block;
    margin: 0 auto;
    width: 96%;
    max-width: 96%;
  }

  .hojyokin_page .mv .btn_h {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 4vw;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .h-btn {
    border: 2px solid #00A599;
    background: #fff;
    color: #00A599;
    padding: 3vw 7vw;
    border-radius: 30px;
    width: 100%;
    font-size: 5vw;
    text-align: center;
  }

  .hojyokin_page .p_btn {
    border: 2px solid #E66F78;
    background: #E66F78;
    color: #fff;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
  }

  .hojyokin_page .p_btn:hover {
    border: 2px solid #E66F78;
    background: #fff;
    color: #E66F78;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .b_btn {
    border: 2px solid #65A1DA;
    background: #65A1DA;
    color: #fff;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
  }

  .hojyokin_page .b_btn:hover {
    border: 2px solid #65A1DA;
    background: #fff;
    color: #65A1DA;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .o_btn {
    border: 2px solid #F09229;
    background: #F09229;
    color: #fff;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
  }

  .hojyokin_page .o_btn:hover {
    border: 2px solid #F09229;
    background: #fff;
    color: #F09229;
    padding: 2vw;
    border-radius: 5px;
    text-align: center;
  }

  .hojyokin_page .g_tit {
    color: #00A599;
    font-weight: 700;
    font-size: 6vw;
    line-height: 1.2;
  }

  .hojyokin_page .fsz2 {
    font-size: 4vw;
  }

  .hojyokin_page .fsz3 {
    font-size: 4vw;
  }

  .hojyokin_page .fsz4 {
    font-size: 7vw;
  }

  .hojyokin_page .btn_flex {
    display: block;
  }

  .hojyokin_page .btn_flex a {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .hojyokin_page .btn_flex img {
    width: 100%;
  }

  .hojyokin_page .lg_bg {
    background: #eef4f4;
    padding: 50px 0;
    background-image: url(../img/3hojyokin/bg_house_sp.png);
    background-position: bottom 0 right 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .hojyokin_page .c_flex {
    display: block;
  }

  .hojyokin_page .c_flex img {
    margin-bottom: 20px;
  }

  .hojyokin_page .seko_jirei_box .jirei {
    padding: 1rem;
  }

  .hojyokin_page .seko_jirei_box .tit {
    font-size: 2rem;
    display: grid;
  }

  .hojyokin_page .seko_jirei_box .tit .hissu {
    font-size: 2rem;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
  }

  .hojyokin_page .seko_jirei_box .tit .nini {
    font-size: 2rem;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
  }

  .hojyokin_page .seko_jirei_box .jirei .box {
    width: 48%;
    text-align: center;
    font-size: 1.6rem;
  }

  .hojyokin_page .title_hukidashi_p:before {
    left: 45%;
  }

  .hojyokin_page .title_hukidashi_p:after {
    left: 45%;
  }

  .hojyokin_page .btn_h {
    width: 96%;
    margin: 1em auto 3em;
  }

  .hojyokin_page .mb20 {
    margin-bottom: calc(23 / 750 * 100vw);
  }

  .hojyokin_page .mb30 {
    margin-bottom: calc(33 / 750 * 100vw);
  }

  .hojyokin_page .mb50 {
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .hojyokin_page .mb80 {
    margin-bottom: calc(60 / 750 * 100vw);
  }

  .hojyokin_page .reserve-cta {
    margin-top: calc(80 / 750 * 100vw);
  }

  .hojyokin_page .table_box {
    display: flex;
    overflow-x: auto;
  }

  .hojyokin_page .table_box img {
    width: 160%;
  }

  .hojyokouji_fbox {
    display: block;
  }

  .txt_tal {
    text-align: left;
    font-size: 1rem;
  }
}

.topBanner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #fff;
}

.topBanner a {
  display: block;
  width: 48%;
}

.topBanner a:hover {
  opacity: .8;
}

.topBanner a img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .topBanner {
    display: block;
    padding-bottom: 45px;
  }

  .topBanner a {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

}


.hojokin_news {
  text-align: center;
  border: 1px solid #B71C1C;
  padding: calc(40 / 750 * 100vw);
}

.hojokin_news h4 {
  display: inline-block;
  background: #B71C1C;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0.5em 2em;
  border-radius: 2em;
  margin: 0 auto 0.75em;
}

.hojokin_news p {
  margin: 0;
}

.hojokin_news p:nth-child(2) {
  margin-bottom: 1em;
}

.hojokin_news p:nth-child(2) span {
  font-weight: 700;
  font-size: 1.25em;
  color: #B71C1C;
  text-decoration: underline;
}

.hojokin_news p:nth-child(3) span {
  font-weight: 700;
  font-size: 1.25em;
  background: linear-gradient(transparent 60%, #FFEA3B 60%);
}

@media screen and (min-width: 751px) {

  .hojokin_news {
    padding: calc(20 / 750 * 100vw);
  }

  .hojokin_news h4 {
    font-size: 1.25rem;
  }

}

@media screen and (min-width: 1441px) {

  .hojokin_news {
    padding: 40px 0;
  }

  .hojokin_news h4 {
    font-size: 1.75rem;
  }

}

/* pickup */

.sec--pickup {
  padding-bottom: 8vw;
  z-index: 2
}

.pickup {
  position: relative;
  padding-bottom: 18px;
}

.pickup:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #fbf0ca;
  transform: translateX(-50%);
  z-index: -1
}

.pickup .swiper-wrapper {
  position: relative;
  padding: 6.66667vw 0 3.333335vw
}

.pickup .swiper-wrapper li {
  aspect-ratio: 305 / 220;
  overflow: hidden;
}

.pickup .swiper-wrapper li a {
  display: block;
  aspect-ratio: 305 / 220;
  overflow: hidden;
}

.pickup .swiper-wrapper li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 41.33333vw;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup .swiper-wrapper {
  margin-bottom: 0
}

.pickup .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.pickup .swiper-pagination-bullet-active {
  background-color: #822433 !important;
}

.pickup .swiper-pagination-bullet {
  width: 10.66667vw;
  height: 0.53333vw;
}

@media screen and (max-width: 750px) {
  .pickup {
    margin: 0 auto;
    width: 92vw;

  }
}

@media screen and (min-width: 751px) {
  .sec--pickup {
    padding-bottom: 0
  }

  .pickup {
    padding-bottom: 30px;
  }

  .pickup:after {
    height: 100%;
  }

  .pickup .swiper-wrapper {
    padding: 3.47222vw 0 1.73611vw
  }

  .pickup .swiper-wrapper li img {
    /* height: 27.77778vw */
  }

  .pickup .swiper-wrapper {
    margin-bottom: 0
  }

  .sec--pickup .swiper-pagination-bullet {
    width: 2.77778vw;
    height: 0.27778vw;
  }
}

@media screen and (min-width: 1441px) {
  .sec--pickup {
    padding-bottom: 0
  }

  .pickup:after {
    height: 100%;
  }

  .pickup .swiper-wrapper {
    padding: 50px 0 25px
  }

  .pickup .swiper-wrapper li img {
    /* height: 400px */
  }

  .pickup .swiper-wrapper {
    margin-bottom: 0
  }
}

.sec--pickup .swiper-pagination-fraction>.swiper-pagination-bullets,
.sec--pickup .swiper-pagination-custom>.swiper-pagination-bullets,
.sec--pickup .swiper-container-horizontal>.swiper-pagination-bullets {
  width: 100%;
}

.sec--pickup .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: 0;
}

.sec--pickup .slide-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.front_info {
  border: 1px solid #333;
  padding: 5vw;
  margin-bottom: 5vw;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 751px) {

  .front_info {
    padding: 1.5vw;
  }

}

@media screen and (min-width: 1441px) {

  .front_info {
    padding: 20px;
    margin-bottom: 60px;
  }

}


/*event*/
.event__header {
  padding-top: 100px;
}

.event_main .breadcrumb__container {
  position: relative;
  left: auto;
  bottom: auto;

}

.event_main .breadcrumb {
  margin-bottom: 20px;
}

.event_main .breadcrumb li {
  color: #666;
}

.event__summary__inner.editor h2 {
  background: #333;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0.5em;
  margin: 0.5em 0;
}

.event__summary__inner.editor h3 {
  border-left: solid 8px #333;
  font-size: 1.7em;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0.4em 0 0.4em 0.5em;
}

.event__summary__inner.editor h4 {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.3em 0;
  border-bottom: 1px solid #822433;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4em;
}

.event__summary__inner.editor ul {
  margin: 1em 0 1.5em 0;
}

.event__summary__inner.editor ul li {
  margin-left: 1.5em;
  list-style-type: square;
  line-height: 2em;
}

.event__summary__inner.editor ol {
  margin: 1em 0 1.5em 0;
}

.event__summary__inner.editor ol li {
  margin-left: 2.5em;
  list-style-type: decimal-leading-zero;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .event__header {
    padding-top: 35px;
  }

  .event__summary__inner.editor h2 {
    background: #333;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em;
    margin: 0.5em 0;
  }

  .event__summary__inner.editor h3 {
    border-left: solid 8px #333;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.4em 0 0.4em 0.5em;
  }

  .event__summary__inner.editor h4 {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
    padding: 0.3em 0;
    border-bottom: 1px solid #822433;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4em;
  }

  .event__summary__inner.editor ul {
    margin: 1em 0 1.5em 0;
  }

  .event__summary__inner.editor ul li {
    margin-left: 1.5em;
    list-style-type: square;
    line-height: 2em;
  }

  .event__summary__inner.editor ol {
    margin: 1em 0 1.5em 0;
  }

  .event__summary__inner.editor ol li {
    margin-left: 2.5em;
    list-style-type: decimal-leading-zero;
    line-height: 2em;
  }
}

@media screen and (min-width: 751px) {
  .event__header {
    padding-top: 8cqw
  }
}

@media screen and (min-width: 1450px) {
  .event__header {
    padding-top: 100px;
  }
}

.link-blue {
  color: #00f;
  text-decoration: underline;
}


/*三島ページ*/
.mishima .sec__about p {
  line-height: 1.8;
}

.mishima .home-what__inner img {
  width: 100%;
  height: auto;
}

.retouch-concept .container__inner {
  display: flex;
  gap: 40px;
}

.retouch-concept .container__inner figure {
  width: 50%;
  flex-shrink: 0;
}

.retouch-concept .container__inner p {
  font-size: 1.8rem;
  line-height: 2;
}





/*footer*/
.footer__top.mishima {
  padding: 0;
}

.footer__top.mishima .moreLinkText div.read {
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  padding-left: 30px;
  letter-spacing: 0.5rem;
}

.footer__top.mishima .access-info {
  line-height: 1.4;
}

.footer_area_wrap.mishima .icon__wrap {
  display: flex;
}

.footer_area_wrap.mishima .icon__wrap img {
  width: 40px;
  height: auto;
}

.footer_area_wrap.mishima .icon__wrap li {
  width: 18%;
}

.sec--access {
  padding: 10vw 0 10vw 0;
  background-color: #fbf9f6;
  width: 100%;
}

.sec--access .access {}


.sec--access .sec__in {
  width: 66.666666vw;
  margin: 0 auto;
}

.sec--access .footer__time {
  font-size: calc(22 / 750 * 100vw);
}

.sec--areamap {
  padding: 12.66667vw 0 10.66667vw 0;
}

.sec--areamap .sec__in {
  width: 66.666666vw;
  margin: 0 auto;
}

.sec--areamap .flex-wrap,
.sec--areamap .content_wrap {
  display: flex;
  flex-wrap: wrap;
}

.sec--areamap .content_wrap .txt {
  width: 100%;
  margin-bottom: 9.999999vw;
}

.sec--areamap .content_wrap .txt h2 {
  font-size: 4.5vw;
  line-height: 1.2;
  padding-bottom: 3.666666vw;
  margin-bottom: 3.666666vw;
  padding-left: 7vw;
  font-weight: bold;
  position: relative;
  border-bottom: 1.5vw solid #46744b;
}

.sec--areamap .content_wrap .txt h2 span {
  display: block;
  font-size: 5.5vw;
}

.sec--areamap .content_wrap .txt h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5.87vw;
  height: 9.07vw;
  background: url("./../img/footer/pin.png") 0 0 no-repeat;
  background-size: cover;
}

.sec--areamap .content_wrap .txt h2::after {
  position: absolute;
  bottom: -1.5vw;
  right: 1.5vw;
  content: "";
  width: 1.5vw;
  height: 40%;
  background: #46744b;
  transform: skewX(40deg);
}

.sec--areamap .content_wrap .txt h3 {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.sec--areamap .content_wrap .txt p {
  line-height: 1.6;
}

.sec--areamap .content_wrap .img {
  width: 100%;
  margin-bottom: 9.999999vw;
}

.sec--areamap .content_wrap .img img {
  width: 100%;
  height: auto;
}

.sec--areamap .content_wrap .box {
  width: 100%;
}

.sec--areamap .content_wrap .box ul {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.sec--areamap .content_wrap .box ul li {
  width: 30%;
  margin-bottom: 3vw;
}

.sec--areamap .content_wrap .box ul li a {
  display: block;
  text-align: center;
}

.sec--areamap .content_wrap .box ul li a i {
  font-size: 20vw;
}

.sec--areamap .content_wrap .box ul li a span {
  display: inline-block;
  background: #050607;
  border-radius: 2vw;
  padding: 2vw 3vw;
}

.sec--areamap .content_wrap .box ul li a span i {
  color: #fff;
  font-size: 14vw;
}

.sec--areamap .content_wrap .box ul li:nth-child(4) a i {
  font-size: 17vw;
}

.sec--areamap .content_wrap .box ul li:nth-child(6) a i {
  font-size: 18vw;
}

.access-content {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .mishima .home-what__inner>div {
    width: 100% !important;
    margin-bottom: 4vw !important;
  }

  #footer .sec--access .number__tel {}

  .access-map {
    left: -4vw;
    border-color: #fff;
    border-style: solid;
    border-width: 1.33333vw;
  }

  .access-map .ggmap {
    padding-bottom: 65%
  }

  .access-content {
    margin: 0 auto;
    padding: 5vw 2vw;
  }


}

@media screen and (min-width: 751px) {
  .mishima .home-what__inner .img {
    width: 48%;
    margin-bottom: 0;
  }

  .mishima .home-what__inner .concept-desc {
    width: 50%;
  }

  .mishima .home-what__inner .concept-img {
    width: 45%;
  }

  .sec--access {
    padding: 10.41667vw 0 6.94444vw 0
  }

  .sec--access .sec__in {
    width: 88.888888vw;
  }

  .sec--access .access {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .sec--access .footer__time {
    font-size: calc(15 / 1440 * 100vw)
  }

  #footer .sec--access .number__tel {
    font-size: 3.5rem;
  }

  .access-map {
    margin-bottom: 0;
    width: 48%;
  }

  .access-map>div {
    border-color: #fff;
    border-style: solid;
    border-width: .69444vw
  }

  .access-content {
    width: 48%;
    padding: 2vw;
  }

  .access-info p {
    font-size: 1.11111vw
  }

  .access-head {
    font-size: 1.52778vw
  }

  .access-btn {
    margin: 5.90278vw 0 0 0;
    width: 24.30556vw
  }

  #footer .sec--access .navi__btn--contact {
    width: calc(160/ 1440 * 100vw);
  }

  #footer .sec--access .navi__btn--reserve {
    width: calc(115 / 1440 * 100vw);
  }

  #footer .sec--access .navi__btn--line {
    width: calc(135 / 1440 * 100vw);
  }


  .sec--areamap {
    padding: 8.33333vw 0 6.94444vw 0;
  }

  .sec--areamap .sec__in {
    width: 88.888888vw;
  }

  .sec--areamap .content_wrap {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  .sec--areamap .content_wrap .txt {
    width: 37%;
    margin-bottom: 0;
  }

  .sec--areamap .content_wrap .txt h2 {
    font-size: 2.25vw;
    padding-bottom: 1.888888vw;
    margin-bottom: 1.888888vw;
    padding-left: 3.25vw;
    border-bottom: 0.75vw solid #46744b;
  }

  .sec--areamap .content_wrap .txt h2 span {
    font-size: 2.75vw;
  }

  .sec--areamap .content_wrap .txt h2::before {
    width: 2.94vw;
    height: 4.54vw;
  }

  .sec--areamap .content_wrap .txt h2::after {
    bottom: -0.75vw;
    right: 0.75vw;
    width: 0.75vw;
    height: 40%;
  }

  .sec--areamap .content_wrap .txt h3 {
    font-size: 1.75vw;
  }

  .sec--areamap .content_wrap .img {
    width: 31%;
    margin-bottom: 0;
  }

  .sec--areamap .content_wrap .box {
    width: 24%;
  }

  .sec--areamap .content_wrap .box ul li {
    width: 33%;
    margin-bottom: 1vw;
  }

  .sec--areamap .content_wrap .box ul li a i {
    font-size: 5.678vw;
  }

  .sec--areamap .content_wrap .box ul li a span {
    border-radius: 0.8vw;
    padding: 0.8vw 1.2vw;
  }

  .sec--areamap .content_wrap .box ul li a span i {
    color: #fff;
    font-size: 3.343vw;
  }

  .sec--areamap .content_wrap .box ul li:nth-child(4) a i {
    font-size: 5.092vw;
  }

  .sec--areamap .content_wrap .box ul li:nth-child(6) a i {
    font-size: 5.817vw;
  }




}

@media screen and (min-width: 1441px) {


  .access-map {}

  .access-map>div {
    border-width: 10px
  }

  .access-content {
    padding: 30px;
  }

  .access-info p {
    font-size: 16px;
    font-size: 1.6rem
  }


  .sec--access {
    padding: 150px 0 100px 0
  }

  .sec--access .access {}

  .sec--access .footer__time {
    font-size: 15px;
    font-size: 1.5rem
  }

  #footer .sec--access .number__tel {
    font-size: 4.5rem;
  }

  #footer .sec--access .navi__btn--contact {
    width: 160px;
  }

  #footer .sec--access .navi__btn--reserve {
    width: 113px
  }

  #footer .sec--access .navi__btn--line {
    width: 133px
  }


  .sec--areamap {
    padding: 120px 0 100px 0;
  }

  .sec--areamap .sec__in {
    width: calc(100vw - 150px);
  }

  .sec--areamap .content_wrap .txt {
    width: 48%;
    margin-bottom: 0;
  }

  .sec--areamap .content_wrap .txt h2 {
    font-size: 20px;
    padding-bottom: 0.75em;
    margin-bottom: 1em;
    padding-left: 32px;
    border-bottom: 5px solid #46744b;
  }

  .sec--areamap .content_wrap .txt h2 span {
    display: inline-block;
    font-size: 24px
  }

  .sec--areamap .content_wrap .txt h2::before {
    width: 22px;
    height: 34px;
  }

  .sec--areamap .content_wrap .txt h2::after {
    bottom: -5px;
    right: 7px;
    width: 5px;
    height: 60%;
  }

  .sec--areamap .content_wrap .txt h3 {
    font-size: 20px;
  }

  .sec--areamap .content_wrap .img {
    width: 29%;
    margin-bottom: 0;
  }

  .sec--areamap .content_wrap .box {
    width: 22%;
  }

  .sec--areamap .content_wrap .box ul li {
    width: 15%;
    margin-bottom: 0
  }

  .sec--areamap .content_wrap .box ul li a i {
    font-size: 53px;
  }

  .sec--areamap .content_wrap .box ul li a span {
    border-radius: 7px;
    padding: 9px;
  }

  .sec--areamap .content_wrap .box ul li a span i {
    font-size: 28px;
  }

  .sec--areamap .content_wrap .box ul li:nth-child(4) a i {
    font-size: 46px;
  }

  .sec--areamap .content_wrap .box ul li:nth-child(6) a i {
    font-size: 55px;
  }





}


.retouch-concept .container__inner {
  display: flex;
  gap: 40px;
}

.retouch-concept .container__inner figure {
  width: 50%;
  flex-shrink: 0;
}

.retouch-concept .container__inner p {
  font-size: 1.8rem;
  line-height: 2;
}



.service .service-wrap {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.service-head {
  position: absolute;
  top: 44vw;
  left: 9.33333vw;
  color: #fff;
  font-size: 4.4vw;
  font-weight: 500;
  line-height: 1.66em;
}

.service-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.service .swiper-wrapper>li:nth-child(2) a {}

.service li a {
  position: relative;
  display: block;
  width: 100%;
  height: 66vw;
  background-size: contain;
  background-repeat: no-repeat;
}

.service li a:hover {
  opacity: .7;
}

.service .service-wrap>li:nth-child(1) a {
  background-image: url(../img/concept/renovation.png);
  background-image: image-set(url(../img/concept/renovation.png) 1x, url(../img/concept/renovation-2x.png) 2x);
  background-image: -webkit-image-set(url(../img/concept/renovation.png) 1x, url(../img/concept/renovation-2x.png) 2x);
}

.service .service-wrap>li:nth-child(2) a {
  background-image: url(../img/concept/exterior.png);
  background-image: image-set(url(../img/concept/exterior.png) 1x, url(../img/concept/exterior-2x.png) 2x);
  background-image: -webkit-image-set(url(../img/concept/exterior.png) 1x, url(../img/concept/exterior-2x.png) 2x);
}

.service .service-wrap>li:nth-child(3) a {
  background-image: url(../img/concept/realestate.png);
  background-image: image-set(url(../img/concept/realestate.png) 1x, url(../img/concept/realestate-2x.png) 2x);
  background-image: -webkit-image-set(url(../img/concept/realestate.png) 1x, url(../img/concept/realestate-2x.png) 2x);
}



@media screen and (min-width: 751px) {

  .service .service-wrap {
    display: flex;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: calc(50/1440*100vw);
  }

  .service .service-wrap>li {
    width: 20.83333vw;
  }

  .service li a {
    height: 19.09722vw;
  }

  .service-head {
    top: 12.5vw;
    left: 2.77778vw;
    font-size: 1.25vw;
  }

}

@media screen and (min-width: 1441px) {

  .service .service-wrap {
    margin-top: 50px;
  }

  .service .service-wrap>li {
    width: 300px;
  }

  .service li a {
    height: 275px;
  }

  .service-head {
    top: 180px;
    left: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }


}

@media screen and (max-width: 1180px) {
  .retouch-concept .container__inner {
    flex-direction: column;
  }

  .retouch-concept .container__inner figure {
    width: 100%;
  }

  .service-wrap {
    overflow: scroll;
    margin: 20px 35px;
  }

  .companyinfo__left__area {
    width: 80%;
  }
}

/*三島ページ バナー*/
.sec--banner {
  padding-top: calc(50/750*100vw);
}

.sec--banner .home-what__list .list-item:before {
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .sec--banner {
    padding-top: calc(50/1440*100vw);
  }

  .sec--banner .home-what__list {
    display: flex;
    justify-content: space-between;
    column-gap: calc(20/1440*100vw);
  }

  .sec--banner .home-what__list .list-item:before {
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 1441px) {
  .sec--banner {
    padding-top: 50px;
  }

  .sec--banner .home-what__list {
    column-gap: 20px;
  }
}

.header_contact_btn {
  position: fixed;
  top: 0;
  right: calc(125 / 750 * 100vw);
  width: calc(120 / 750 * 100vw);
  height: calc(120 / 750 * 100vw);
  background-color: #822433;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.25s ease;
}

.header_contact_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10.933vw;
  color: #fff;
  font-weight: 900;
  font-size: calc(17 / 750* 100vw);
  text-align: center;
  letter-spacing: 0.05em;
}

.header_contact_btn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 3.733vw;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/header/icon_contact.svg) no-repeat;
  background-size: 100%;
  width: 6.133vw;
  height: 4.8vw;
}

.header_tel_btn {
  position: fixed;
  top: 0;
  right: calc(250 / 750 * 100vw);
  width: calc(120 / 750 * 100vw);
  height: calc(120 / 750 * 100vw);
  background-color: #222;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.25s ease;
}

.header_tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10.933vw;
  color: #fff;
  font-weight: 900;
  font-size: calc(17 / 750* 100vw);
  text-align: center;
  letter-spacing: 0.05em;
}

.header_tel_btn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 3.467vw;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/header/icon_tel.svg) no-repeat;
  background-size: 100%;
  width: 5.6vw;
  height: 5.6vw;
}

@media screen and (max-width: 750px) {
  .header {
    height: 16vw;
    padding: 2.667vw 0 4vw 0;
  }
}

@media screen and (min-width: 751px) {

  .header_tel_btn,
  .header_contact_btn {
    display: none;
  }
}

.faq .faq-list {
  margin-top: 8vw;
}

.faq .faq-item:not(:first-of-type) {
  margin-top: 8vw;
}

.faq .faq-title {
  position: relative;
  padding: 0 9.333vw 2.667vw 12.333vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 0.533vw solid #46744b;
  cursor: pointer;
}


.faq .faq-title::before {
  content: "Q.";
  position: absolute;
  top: -1.867vw;
  left: 1.333vw;
  color: #46744b;
  font-size: 7.467vw;
  font-weight: 700;
  width: auto;
  font-family: futura-pt, sans-serif;
}
.faq .faq-title::after {
  color: #46744b;
  content: "+";
  position: absolute;
  top: -3.5vw;
  right: 1.333vw;
  font-size: 9.467vw;
  font-weight: 500;
  width: auto;
}
.faq .faq-title.open::after {
  content: "ー";
  font-size: 6vw;
  top: -1.8vw;
}


.faq .faq-ans {
  position: relative;
  margin-top: 5.333vw;
  padding: 0 0 0 12.333vw;
  font-size: 3.733vw;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: none;
}

.faq .faq-ans::after {
  content: "A.";
  position: absolute;
  top: -3.2vw;
  left: 1.333vw;
  color: #822433;
  font-size: 7.467vw;
  font-weight: 700;
  width: auto;
  font-family: futura-pt, sans-serif;

}

.faq .faq-ans a {
  color: #1d3994;
  text-decoration: underline;
}

.faq .faq-ans a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 751px) {
  .faq {
    margin-bottom: 6.94vw;
  }

  .faq .faq-list {
    margin-top: 3.47vw;
  }

  .faq .faq-item:not(:first-of-type) {
    margin-top: 2.429vw;
  }

  .faq .faq-title {
    padding: 0 0 1.041vw 3.817vw;
    font-size: 1.388vw;
    border-bottom: 0.139vw solid #46744b;
  }
  .faq .faq-title::after {
    color: #46744b;
    content: "+";
    position: absolute;
    top: -1.267vw;
    right: 1.333vw;
    font-size: 3vw;
    font-weight: 300;
    width: auto;
  }
  
  .faq .faq-title::before {
    top: -0.763vw;
    left: 0.347vw;
    font-size: 2.082vw;
  }
  .faq .faq-title.open::after {
    content: "ー";
    font-size: 1.6vw;
    font-weight: 400;
    top: -0.2vw;
  }

  .faq .faq-ans {
    margin-top: 1.735vw;
    padding: 0 0 0 3.817vw;
    font-size: 1.11vw;
  }

  .faq .faq-ans::after {
    top: -0.972vw;
    left: 0.347vw;
    font-size: 2.082vw;
  }
}

@media screen and (min-width: 1441px) {
  .faq {
    margin-bottom: 100px;
  }

  .faq .faq-list {
    margin-top: 50px;
  }

  .faq .faq-item:not(:first-of-type) {
    margin-top: 35px;
  }

  .faq .faq-title {
    padding: 0 0 15px 55px;
    font-size: 20px;
    border-bottom: 2px solid #46744b;
  }
  .faq .faq-title::after {
    top: -20px;
    right: 20px;
    font-size: 46px;
  }
  .faq .faq-title::before {
    top: -11px;
    left: 5px;
    font-size: 30px;
  }
  .faq .faq-title.open::after {
    font-size: 26px;
    top: -3px;
  }
  .faq .faq-ans {
    margin-top: 25px;
    padding: 0 0 0 55px;
    font-size: 16px;
  }

  .faq .faq-ans::after {
    top: -14px;
    left: 5px;
    font-size: 30px;
  }
}

.sec__event {}

.sec__event .eventA__container {
  margin-top: 2em;
}

.sec__event .eventA__container a {
  background-color: #fff;
}

.sec__event .eventA__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: normal;
  line-height: 1.5;
  font-size: calc(16/375 * 100vw);
  margin-bottom: 0;
}

.sec__event .eventA__content {
  padding: 0;
}
.sec__event .eventA__date{
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  color: #a6937c;
  font-family: futura-pt, sans-serif;
  border-bottom: 1px solid #a6937c;
  margin-bottom: 0.5em;
  padding-bottom:0.3em;
  width: 100%;
  line-height: 1;
}
.sec__event .img__scale img{
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 751px) {
  .sec__event {}

  .sec__event .eventA__content {
    padding: 0;
  }

  .sec__event .eventA__title {
    font-size: calc(16/1440 * 100vw);
  }
  .sec__event .eventA__date{

  }
  }

@media screen and (min-width: 1441px) {
  .sec__event {}

  .sec__event .eventA__content {
    padding: 0;
  }

  .sec__event .eventA__title {
    font-size: 1.6rem;
  }
  .sec__event .eventA__date{

  }
  }

.form__name {
  display: flex;
  align-items: center;
}

.form__name .name-input {
  margin: 0 10px;
}

.form__name .name-input:last-child {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 750px) {
  .form__submit {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .swiper-container {
    padding-bottom: 12vw;
  }
  .swiper-button-prev, .swiper-button-next {
    top: 97%;
    background: #000;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 5vw;
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 5vw;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 15vw;
  }
  #book_sns .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2em;
  }
  .swiper-pagination-bullet {
    width: 1.5em;
    height: .3em;
    border-radius: 0;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 4.5vw;
    left: 0;
    width: 70%;
  }
}

.areamap-link {
  transition: opacity 0.3s;
}

.areamap-link:hover {
  opacity: 0.8;
}