@charset "UTF-8";

/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"),
    url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/NotoSansJP-Regular.woff")
      format("woff"); /* Modern Browsers */
}
/* noto-sans-jp-500 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"),
    url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/NotoSansJP-Medium.woff")
      format("woff"); /* Modern Browsers */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"),
    url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/NotoSansJP-Bold.woff")
      format("woff"); /* Modern Browsers */
}

/* noto-serif-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP"), local("NotoSerifJP-Regular"),
    url("../fonts/NotoSerifCJKjp-Regular.min.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/NotoSerifCJKjp-Regular.min.woff")
      format("woff"); /* Modern Browsers */
}
/* noto-serif-jp-500 - latin_japanese */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium"),
    url("../fonts/NotoSerifCJKjp-Medium.min.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/NotoSerifCJKjp-Medium.min.woff")
      format("woff"); /* Modern Browsers */
}
/* noto-serif-jp-600 - latin_japanese */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif JP SemiBold"), local("NotoSerifJP-SemiBold"),
    url("../fonts/NotoSerifCJKjp-SemiBold.min.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/NotoSerifCJKjp-SemiBold.min.woff")
      format("woff"); /* Modern Browsers */
}

/* barlow-600 - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: local("Barlow SemiBold"), local("Barlow-SemiBold"),
    url("../fonts/barlow-v4-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/barlow-v4-latin-600.woff")
      format("woff"); /* Modern Browsers */
}
/* barlow-700 - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: local("Barlow Bold"), local("Barlow-Bold"),
    url("../fonts/barlow-v4-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/barlow-v4-latin-700.woff")
      format("woff"); /* Modern Browsers */
}

/* crimson-text-regular - latin */
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  src: local("Crimson Text Regular"), local("CrimsonText-Regular"),
    url("../fonts/crimson-text-v10-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/crimson-text-v10-latin-regular.woff") format("woff"); /* Modern Browsers */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #4c4948;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

/* FONT
***************************************************************/

.sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

.crimson {
  font-family: "Crimson Text", serif;
  font-weight: 400;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

/* LINK
***************************************************************/

a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #4c4948;
}

a:active,
a:focus {
  outline: none;
}

a img {
  transition: 0.3s ease;
}

.textLink {
  color: #b81c2b;
  text-decoration: underline;
}

/* NONE
***************************************************************/

.none {
  display: none;
}

.linkNone {
  pointer-events: none;
}

@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}

@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/

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

/* Load Effect
***************************************************************/

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  animation: opacity ease 1s forwards;
}

/* lazyload
***************************************************************/

.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity ease 0.3s;
}

/* GoogleMap
***************************************************************/

.gm-style-pbt {
  text-align: center;
}

@media all and (max-width: 680px) {
  .gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*---------------------------- グローバルエリア ----------------------------*/

/* ヘッダー
***************************************************************/

body {
  min-width: 1120px;
}

.head .inner {
  position: fixed;
  top: 30px;
  z-index: 5000;
  width: 100%;
  min-width: 1120px;
}

.mainNav {
  background-color: rgba(255, 255, 255, 0.8);
  width: calc(100% - 135px);
  height: 90px;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
}

.mainNav .block1 {
  display: flex;
  align-items: center;
}

.mainNav .block1 .h1 {
  height: 100%;
}

.mainNav .block1 .h1 a {
  width: 210px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainNav .block1 .h1 a img {
  width: 100%;
}

.mainNav .block1 .gNav .ul1 {
  display: flex;
  font-size: 12.5px;
  letter-spacing: 0.02em;
}

.mainNav .block1 .gNav .ul1 > li {
  position: relative;
  padding: 0 12px;
  height: 90px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
}

.mainNav .block1 .gNav .ul1 > li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4c4948;
  margin-top: 2px;
  margin-bottom: -3px;
  opacity: 0;
}

.mainNav .block1 .gNav .ul1 > li.current::after {
  opacity: 1;
}

.mainNav .block1 .gNav .ul1 .tit1 {
  display: block;
  min-width: 80px;
}

.mainNav .block1 .gNav .ul1 span.tit1 {
  cursor: default;
}

.mainNav .subNav {
  position: absolute;
  top: 90px;
  left: 0;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
}

.mainNav .subNav .ul2 {
  padding: 10px 0;
}

.mainNav .subNav .ul2 > li {
  width: 100%;
}

.mainNav .subNav .ul2 > li a {
  color: #4c4948;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  padding: 15px 20px;
}

.mainNav .subNav .ul2 > li a .sml {
  font-size: 11px;
  letter-spacing: 0.38em;
}

.mainNav .subNav .ul2 > li.sub1 a {
  text-align: left;
  padding-left: 80px;
  position: relative;
}
.mainNav .subNav .ul2 > li.sub1 a::before {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 63px;
  margin: auto;
  width: 10px;
  height: 54px;
  border-left: 1.5px solid #a3a3a3;
  border-bottom: 1.5px solid #a3a3a3;
}
.mainNav .subNav .ul2 > li.sub1.fst a::before {
  height: 38px;
}

.mainNav .block2 {
  display: flex;
  align-items: center;
}

.mainNav .block2 .item a {
  text-align: center;
  font-size: 11px;
  display: block;
  width: 90px;
  height: 90px;
  padding-top: 44px;
  position: relative;
}

.mainNav .block2 .item a::before {
  content: "";
  background-image: url(../img/common/ico_house.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 45px;
  height: 29px;
  margin: auto;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}

.mainNav .block2 .item2 a::before {
  background-image: url(../img/common/ico_tent.svg);
  width: 30px;
  height: 29px;
  top: 12px;
}

.mainNav .block2 .item3 a {
  display: block;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ca5560;
}

.mainNav .block2 .item3 a.btn2 {
  background-color: #4c4948;
}

.mainNav .block2 .item3 a img {
  width: 24.5px;
}

.mainNav .block2 .item3 a.btn2 img {
  width: 24.5px;
}

.mainNav .block2 .item4 a::before {
  background-image: url(../img/common/ico_news_02.svg);
  width: 30px;
  height: 29px;
  top: 12px;
}

.mainNav .block2 .item5 a {
  letter-spacing: 0;
  display: block;
  width: 85px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainNav .block2 .item5 a.btn2 {
  letter-spacing: 0;
}

.mainNav .block2 .item5 a img {
  width: 20px;
}

.mainNav .block2 .item5 a.btn2 img {
  width: 20px;
}

@media screen and (min-width: 681px) and (max-width: 1280px) {
  .mainNav .block2 .item a {
    width: 77px;
  }
  .mainNav .block1 .gNav .ul1 > li {
    padding: 0 8.5px;
  }
  .mainNav .block1 .gNav .ul1 .tit1 {
    min-width: 64px;
  }
}
@media screen and (min-width: 681px) {
  .mainNav .block2 .item5 {
    font-size: 10px;
  }
  .mainNav .block2 .item5 a img {
    margin-right: 5px;
  }
  .mainNav .block2 .item5 a:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 680px) {
  .mainNav {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}

/* SNS */
@media screen and (max-width: 680px) {
  .h_sns {
    padding-right: 60px;
  }

  .h_sns ul.h_sns_list {
    display: flex;
    gap: 18px;
  }

  .h_sns ul.h_sns_list li {
    position: relative;
  }

  .h_sns ul.h_sns_list li a {
    width: 30px;
    display: inline-block;
  }

  .h_sns ul.h_sns_list li a img {
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
  }
}

@media screen and (max-width: 360px) {
  .mainNav {
    gap: 10px;
  }

  .h_sns ul.h_sns_list {
    gap: 10px;
  }

  .h_sns ul.h_sns_list li a {
    width: 26px;
  }

  .h_sns ul.h_sns_list li a img {
    width: 26px;
  }
}
/* toggle */

.toggleBtn {
  position: absolute;
  right: 30px;
  top: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 101;
  padding: 0 14px;
  box-sizing: border-box;
  transition: 0.3s ease;
  background-color: #fff;
}

.toggleBtn::after {
  content: "MENU";
  color: #4c4948;
  font-size: 10px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s ease;
}

.open .toggleBtn::after {
  content: "CLOSE";
}

.toggleBtn div {
  position: relative;
  width: 100%;
  height: 100%;
}

.toggleBtn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease;
  background: #4c4948;
  border-radius: 10px;
}

.toggleBtn span:nth-child(1) {
  top: 18px;
}

.toggleBtn span:nth-child(2) {
  top: 26px;
}

.open .toggleBtn span {
  height: 3px;
  width: 26px;
}

.open .toggleBtn span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
  top: 14px;
}

.open .toggleBtn span:nth-child(2) {
  transform: translateY(-8px) rotate(45deg);
  top: 30px;
}

/* conversion */

.conversion {
  position: fixed;
  bottom: 0;
  z-index: 6000;
  width: 100%;
  height: 45px;
}

.conversion .ul1 {
  width: 100%;
  display: flex;
}

.conversion .ul1 li {
  width: 28%;
}

.conversion .ul1 li.li4 {
  width: 16%;
}

.conversion .ul1 li a {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
}

.conversion .ul1 li.li1 a {
  background-color: #496d8f;
  color: #fff;
}

.conversion .ul1 li.li2 a {
  background-color: #788560;
  color: #fff;
}

.conversion .ul1 li.li4 a {
  background-color: #4c4948;
}

.conversion .ul1 li.li4 a img {
  width: 19px;
  background-color: #4c4948;
}

/* 物件情報のコンバージョン */

.conversion.bukkenCnv .ul1 li.li1,
.conversion.bukkenCnv .ul1 li.li2 {
  width: 42%;
  letter-spacing: 0.02em;
}

.conversion.bukkenCnv .ul1 li.li1 a {
  background-color: #de5d4c;
}

.conversion.bukkenCnv .ul1 li.li2 a {
  background-color: #eb9445;
}

/* イベント・採用 */

.conversion .ul1 li.li5 {
  width: 84%;
}

.conversion .ul1 li.li5 a {
  background-color: #eb9445;
  color: #fff;
  position: relative;
}

@media all and (min-width: 1390px) {
  .mainNav .block1 .gNav .ul1 .tit1 br {
    display: none;
  }
}

@media all and (min-width: 681px) {
  .mainNav .block1 .h1 a:hover {
    background-color: #fff;
  }
  .mainNav .block1 .gNav .ul1 > li:hover {
    background-color: #fff;
  }
  .mainNav .block1 .gNav .ul1 a.tit1:hover {
    background-color: #fff;
  }
  .mainNav .block2 .item a:hover {
    background-color: #fff;
  }
  .mainNav .block2 .item3 a.btn1:hover {
    background-color: #b41c2b;
  }
  .mainNav .block2 .item3 a.btn2:hover {
    background-color: #111;
  }
  .mainNav .ul1 > li:hover .subNav {
    opacity: 1;
    pointer-events: auto;
  }
  .mainNav .subNav .ul2 > li a:hover {
    background-color: #888;
    color: #fff;
  }
  /* drawerMenu */
  body.open .mainNav .gNav,
  body.open .mainNav .block2 {
    display: none;
  }
  .drawerMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 4000;
    background-color: #ededed;
    padding: 150px 0 20px;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: auto;
  }
  .drawerMenu .dInner {
    width: 880px;
    margin: 0 auto;
    position: relative;
  }
  body.open {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .open .mainNav {
    background-color: transparent;
  }
  .open .drawerMenu {
    pointer-events: auto;
    opacity: 1;
  }
  .drawerNav .ul1 {
    display: flex;
    flex-flow: column wrap;
    height: 600px;
  }
  .drawerNav .homeBtn {
    margin-bottom: 30px;
  }
  .drawerNav .homeBtn a {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #4c4948;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.32em;
    padding: 3px 0;
  }
  .drawerNav .homeBtn a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    transform: rotate(-45deg);
  }
  .drawerNav .homeBtn a:hover {
    background-color: #fff;
  }
  .drawerNav .ul1 > li {
    width: 240px;
  }
  .drawerNav .ul1 > li.border {
    border-top: 1px solid #4c4948;
    padding-top: 12px;
    margin-top: 10px;
  }
  .drawerNav .ul1 > li.m8 {
    margin-left: 80px;
  }
  .drawerNav .ul1 > li.mb1 {
    margin-bottom: 250px;
  }
  .drawerNav .ul1 .btn1 {
    pointer-events: none;
    font-size: 22px;
    letter-spacing: 0.2em;
  }
  .drawerNav .ul2 {
    display: block !important;
    padding-top: 10px;
  }
  .drawerNav .ul2.p0 {
    padding-top: 0;
  }
  .drawerNav .ul2 > li .btn2 {
    display: block;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.14em;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
      "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
      Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    padding: 4px 0 4px 20px;
  }
  .drawerNav .ul2 > li .btn2 .sml {
    display: block;
    font-size: 11px;
    letter-spacing: 0.24em;
  }
  .drawerNav .ul2 > li .btn2:hover {
    background-color: #fff;
  }
  .drawerNav .ul2 > li .btn2::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    transform: rotate(-45deg);
  }
  /* contactBox */
  .drawerMenu .contactBox {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 350px;
    right: 0;
    width: 240px;
  }
  .drawerMenu .contactBox .item.tel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 10px;
  }
  .drawerMenu .contactBox .item.mail {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .drawerMenu .contactBox .item .s1 {
    font-weight: 600;
    line-height: 1;
    display: block;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.18em;
    width: 100%;
  }
  .drawerMenu .contactBox .item.tel .s2 {
    position: relative;
    font-size: 32.5px;
    letter-spacing: 0.04em;
    line-height: 1.2;
    width: 100%;
    padding-left: 42px;
  }
  .drawerMenu .contactBox .item.tel .s2::before {
    content: "";
    width: 33px;
    height: 20px;
    background-image: url(../img/common/ico_freedial.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
  .drawerMenu .contactBox .item.mail .s2 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    background-color: #4b4a48;
    border: 1px solid #4b4a48;
    width: 100%;
    height: 60px;
    margin: 8px auto 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    padding-left: 40px;
  }
  .drawerMenu .contactBox .item.mail .s2:hover {
    background-color: #111;
  }
  .drawerMenu .contactBox .item.mail .s2::before {
    content: "";
    width: 27px;
    height: 20px;
    background-image: url(../img/common/ico_mail_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -75px;
  }
  .drawerMenu .contactBox .item.faq .s2 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    border: 1px solid #707070;
    width: 100%;
    height: 60px;
    margin: 8px auto 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/common/drawer_nav_link_faq.jpg) no-repeat center /
      cover;
    position: relative;
    color: #fff;
  }
  .drawerMenu .contactBox .item.faq .s2 span {
    position: relative;
    z-index: 1;
  }
  .drawerMenu .contactBox .item.faq .s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4c4948;
    opacity: 0.59;
    transition: opacity 0.3s;
    z-index: 0;
  }
  .drawerMenu .contactBox .item.faq:hover .s2::before {
    opacity: 0.9;
  }

  .drawerMenu .contactBox .item.request .s2 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    background-color: #ca565f;
    border: 1px solid #ca565f;
    width: 100%;
    height: 60px;
    margin: 8px auto 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    padding-left: 40px;
  }
  .drawerMenu .contactBox .item.request .s2:hover {
    background-color: #b41c2b;
  }
  .drawerMenu .contactBox .item.request .s2::before {
    content: "";
    width: 34px;
    height: 23px;
    background-image: url(../img/common/ico_request.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -75px;
  }

  .drawerMenu .contactBox .item.rent .s2 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    background-color: #fff;
    border: 1px solid #707070;
    width: 100%;
    height: 60px;
    margin: 8px auto 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #111;
    padding-right: 22px;
  }
  .drawerMenu .contactBox .item.rent .s2:hover {
    background-color: #ededed;
  }
  .drawerMenu .contactBox .item.rent .s2::before {
    content: "";
    width: 22px;
    height: 24px;
    background-image: url(../img/common/ico_key.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -10px;
    margin-right: -80px;
  }

  .drawerMenu .contactBox .h_sns_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .drawerMenu .contactBox .h_sns_list li {
    width: 30px;
  }
  .drawerMenu .contactBox .h_sns_list li a {
    transition: opacity 0.3s;
  }
  .drawerMenu .contactBox .h_sns_list li a:hover {
    opacity: 0.7;
  }
  .drawerMenu .contactBox .h_sns_list li + li {
    margin-left: 20px;
  }
  .drawerMenu .contactBox .h_sns_list li img {
    vertical-align: baseline;
  }
}

@media all and (max-width: 680px) {
  body {
    min-width: 100%;
  }
  .head .inner {
    top: 0;
    width: 100%;
    min-width: 100%;
  }
  .mainNav {
    width: 100%;
    height: 50px;
    margin-left: 0;
  }
  .mainNav .block1 {
    display: flex;
    align-items: center;
  }
  .mainNav .block1 .h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .mainNav .block1 .h1 a {
    width: 158px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* toggle */
  .toggleBtn {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding: 0 12px;
  }
  .toggleBtn::after {
    bottom: 8px;
    letter-spacing: 0.05em;
  }
  .toggleBtn span {
    height: 2px;
  }
  .toggleBtn span:nth-child(1) {
    top: 14px;
  }
  .toggleBtn span:nth-child(2) {
    top: 21px;
  }
  .open .toggleBtn span {
    height: 2px;
    width: 20px;
  }
  .open .toggleBtn span:nth-child(1) {
    top: 9px;
  }
  .open .toggleBtn span:nth-child(2) {
    top: 25px;
  }
  /* drawerMenu */
  .drawerMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 4000;
    background-color: #dfdfdf;
    padding: 70px 0 120px;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  body.open {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .open .mainNav,
  .open .toggleBtn {
    background-color: #dfdfdf;
  }
  .open .drawerMenu {
    pointer-events: auto;
    opacity: 1;
  }
  .drawerNav .ul1 > li {
    border-top: 1px solid #fff;
  }
  .drawerNav .ul1 > li:last-child {
    border-bottom: 1px solid #fff;
  }
  .drawerNav .ul1 .btn1,
  .drawerNav .ul2 .btn2 {
    width: 100%;
    height: 60px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    font-size: 15px;
    position: relative;
  }
  .drawerNav .ul2 {
    background-color: #fff;
    padding: 10px 0;
    display: none;
  }
  .drawerNav .ul2 > li .btn2 {
    height: 40px;
  }
  .drawerNav .ul2 > li .btn2.type2 {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    height: 55px;
  }
  .drawerNav .ul2 > li .btn2.type2 .sml {
    font-size: 11px;
    letter-spacing: 0.4em;
  }
  .drawerNav .ul1 .btn1.link1::after,
  .drawerNav .ul2 > li .btn2::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    transform: rotate(-45deg);
  }
  .drawerNav .ul1 .btn1:not(.link1)::before,
  .drawerNav .ul1 .btn1:not(.link1)::after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #4c4948;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    transition: 0.3s ease;
  }
  .drawerNav .ul1 .btn1:not(.link1)::after {
    transform: rotate(90deg);
  }
  .drawerNav .ul1 .btn1.on:not(.link1)::before {
    transform: rotate(90deg);
  }
  .drawerNav .ul1 .btn1.on:not(.link1)::after {
    opacity: 0;
  }
  /* p_sub_m1_dr */
  .drawerNav .ul2 > li.p_sub_m1_dr {
    position: relative;
  }
  .drawerNav .ul2 > li.p_sub_m1_dr .btn2::after {
    display: none;
  }
  .p_sub_m1_ico {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7.5px;
    margin: auto;
  }
  .p_sub_m1_ico::before,
  .p_sub_m1_ico::after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #4c4948;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease;
  }
  .p_sub_m1_ico::after {
    transform: rotate(90deg);
  }
  .p_sub_m1_dr.on .p_sub_m1_ico::before {
    transform: rotate(90deg);
  }
  .p_sub_m1_dr.on .p_sub_m1_ico::after {
    opacity: 0;
  }
  .p_sub_m1 {
    display: none;
  }
  .p_sub_m1 a.btn2 {
    padding-left: 30px !important;
  }
  /* contactBox */
  .drawerMenu .contactBox {
    display: flex;
    flex-flow: column;
  }
  .drawerMenu .contactBox .item {
    display: flex;
    align-items: center;
    height: 45px;
  }
  .drawerMenu .contactBox .item.tel {
    padding-right: 0;
    margin: 20px auto 0;
    justify-content: center;
    width: 288px;
  }
  .drawerMenu .contactBox .item.mail {
    border-left: none;
    padding-left: 0;
    margin: 10px auto 0;
    width: 288px;
  }
  .drawerMenu .contactBox .item .s1 {
    font-weight: 600;
    line-height: 1.5;
    display: block;
    font-size: 10px;
    letter-spacing: 0.03em;
    padding-right: 8px;
  }
  .drawerMenu .contactBox .item.tel .s2 {
    position: relative;
    font-size: 29px;
    letter-spacing: 0.05em;
    padding-left: 40px;
  }
  .drawerMenu .contactBox .item.tel .s2::before {
    content: "";
    width: 33px;
    height: 20px;
    background-image: url(../img/common/ico_freedial.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
  .drawerMenu .contactBox .item.mail .s2 {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #4c4948;
    height: 45px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .drawerMenu .contactBox .item.mail .s2::before {
    content: "";
    width: 25px;
    height: 18px;
    background-image: url(../img/common/ico_mail_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 14px;
    top: 1px;
    bottom: 0;
    margin: auto;
  }
  .drawerMenu .contactBox .item.mail .s2::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/common/ico_arrow_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 1px;
    bottom: 0;
    margin: auto;
  }
  .drawerMenu .contactBox .eventLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 288px;
    margin: 30px auto 0;
  }
  .drawerMenu .contactBox .eventLink + .eventLink {
    margin-top: 15px;
  }
  .drawerMenu .contactBox .eventLink .s1 {
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    width: 135px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #4c4948;
    height: 45px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .drawerMenu .contactBox .eventLink .s4 {
    width: 100%;
  }
  .drawerMenu .contactBox .eventLink .s1::before {
    content: "";
    width: 25px;
    height: 18px;
    background-image: url(../img/common/ico_tent.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 6px;
    top: 1px;
    bottom: 0;
    margin: auto;
  }
  .drawerMenu .contactBox .eventLink .s1::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    transform: rotate(-45deg);
  }
  .drawerMenu .contactBox .eventLink .s2::before {
    background-image: url(../img/common/ico_report.svg);
  }
  .drawerMenu .contactBox .eventLink .s3::before {
    background-image: url(../img/common/ico_blog.svg);
  }

  .drawerMenu .contactBox .item.request {
    border-left: none;
    padding-left: 0;
    margin: 15px auto 0;
    width: 288px;
  }
  .drawerMenu .contactBox .item.request .s2 {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #ca565f;
    height: 45px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .drawerMenu .contactBox .item.request .s2::before {
    content: "";
    width: 25px;
    height: 18px;
    background-image: url(../img/common/ico_request.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 14px;
    top: 1px;
    bottom: 0;
    margin: auto;
  }
  .drawerMenu .contactBox .item.request .s2::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/common/ico_arrow_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 1px;
    bottom: 0;
    margin: auto;
  }

  .drawerMenu .contactBox .item.rent {
    border-left: none;
    padding-left: 0;
    margin: 15px auto 0;
    width: 288px;
  }
  .drawerMenu .contactBox .item.rent .s2 {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    color: #707070;
    background-color: #fff;
    border: 1px solid #707070;
    height: 45px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .drawerMenu .contactBox .item.rent .s2::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/common/ico_key.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 14px;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
  .drawerMenu .contactBox .item.rent .s2::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/common/ico_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 1px;
    bottom: 0;
    margin: auto;
  }

  .drawerMenu .contactBox .item.faq {
    border-left: none;
    margin: 15px auto 0;
    width: 288px;
  }
  .drawerMenu .contactBox .item.faq .s2 {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #4b4a48;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../img/common/drawer_nav_link_faq.jpg) no-repeat center /
      cover;
    position: relative;
    color: #fff;
  }
  .drawerMenu .contactBox .item.faq .s2 span {
    position: relative;
    z-index: 1;
  }
  .drawerMenu .contactBox .item.faq .s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4c4948;
    opacity: 0.59;
    z-index: 0;
  }

  .drawerMenu .contactBox .h_sns_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .drawerMenu .contactBox .h_sns_list li {
    width: 30px;
    margin: 10px 10px 0;
  }
  .drawerMenu .contactBox .h_sns_list li img {
    vertical-align: baseline;
  }
}

@media all and (max-width: 370px) {
}

/* フッター
***************************************************************/

/* block1 */
.foot {
  position: relative;
}

.foot .block1 {
  padding: 90px 0;
  border-bottom: 2px solid #d2d2d2;
}

.foot .block1 .blkIn {
  width: 1120px;
  margin: 0 auto;
}

.foot .block1 .ul1 {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.foot .block1 .ul1 > li {
  width: calc(100% / 3);
}

.foot .block1 .ul1 > li + li {
  border-left: 2px solid #d2d2d2;
}

.foot .block1 .ul1 > li a {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 32px;
  display: flex;
  flex-flow: column;
  text-align: center;
  position: relative;
}

.foot .block1 .ul1 > li a .ico {
  width: 66px;
  height: 48px;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot .block1 .ul1 > li.type3 a .ico {
  width: 48px;
}

.foot .block1 .ul1 > li a::before {
  content: "";
  width: 55px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  bottom: 10px;
  right: 160px;
  transition: width 0.3s ease;
}

.foot .block1 .ul1 > li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  bottom: 10px;
  left: 58px;
  right: 0;
  margin: auto;
}

/* block2 */

.foot .block2 {
  padding: 60px 0;
}

.foot .block2 .blkIn {
  width: 870px;
  margin: 0 auto;
}

_:-ms-lang(x)::-ms-backdrop,
.foot .block2 .blkIn {
  width: 940px;
}

.foot .block2 .contactTit {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.foot .block2 .contactBox {
  display: flex;
}

.foot .block2 .contactBox .item {
  width: 50%;
  height: 42px;
  display: flex;
  align-items: center;
}

.foot .block2 .contactBox .item .s1 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  padding-right: 16px;
}

.foot .block2 .contactBox .item.tel {
  padding-right: 30px;
  justify-content: flex-end;
}

.foot .block2 .contactBox .item.mail {
  border-left: 2px solid #d2d2d2;
  padding-left: 30px;
}

.foot .block2 .contactBox .item.tel .s2 {
  position: relative;
  font-size: 43px;
  padding-left: 60px;
}

.foot .block2 .contactBox .item.tel .s2::before {
  content: "";
  width: 49px;
  height: 30px;
  background-image: url(../img/common/ico_freedial.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.foot .block2 .contactBox .item.mail .s2 {
  flex-grow: 1;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  color: #fff;
  background-color: #4c4948;
  width: 145px;
  height: 40px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.foot .block2 .contactBox .item.mail .s2 + .s2 {
  margin-left: 6px;
}

_:-ms-lang(x)::-ms-backdrop,
.foot .block2 .contactBox .item.mail .s2 {
  padding-top: 8px;
}

.foot .block2 .contactBox .item.mail .s2::before {
  content: "";
  width: 22px;
  height: 15px;
  background-image: url(../img/common/ico_mail_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.foot .block2 .contactBox .item.mail .s2::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.foot .block2 .contactBox .item.mail .s2.request {
  background-color: #ca565f;
}

.foot .block2 .contactBox .item.mail .s2.request::before {
  content: "";
  width: 22px;
  height: 15px;
  background-image: url(../img/common/ico_request.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.foot .block2 .addressBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.foot .block2 .addressBox .fLogo {
  width: 294px;
  margin-right: 30px;
}

.foot .block2 .addressBox .fLogo a {
  display: block;
}

.foot .block2 .addressBox .address {
  font-weight: 600;
}

.foot .block2 .addressBox .address .tit1 {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.foot .block2 .addressBox .address .p1 {
  font-size: 13px;
  margin-top: 6px;
  letter-spacing: 0.2em;
}

/* block3 */

.foot .block3 {
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 200px;
  padding: 50px 0;
}

.foot .block3 .blkIn {
  width: 870px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.foot .block3 .item {
  font-size: 11px;
  font-weight: 600;
  width: 182px;
  text-align: center;
  border-right: 2px solid #fff;
  /* height: 134px; */
}

.foot .block3 .item.type4 {
  border-right: none;
}

.foot .block3 .item .ul {
  text-align: left;
  height: 100%;
  display: inline-flex;
  flex-flow: column;
}

.foot .block3 .item .ul li + li {
  margin-top: 11px;
}

.foot .block3 .item .ul li a {
  width: 100%;
}

.foot .block3 .fBnr {
  width: 140px;
  flex-grow: 1;
}

.foot .block3 .fBnr .blk2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}

.foot .block3 .fBnr a {
  display: block;
  position: relative;
}

.foot .block3 .fBnr .blk2 a.type2 {
  width: 100px;
}

.foot .block3 .fBnr .blk2 a.type3 {
  width: 30px;
  height: 30px;
}

.foot .cRight {
  font-size: 11px;
  text-align: center;
  padding: 30px 0;
}

.foot .f_sns_list_box {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 100%;
  pointer-events: none;
}
.foot .f_sns_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 870px;
  margin: auto;
  pointer-events: none;
}
.foot .f_sns_list li {
  width: 20px;
  pointer-events: all;
}
.foot .f_sns_list li + li {
  margin-left: 10px;
}
.foot .f_sns_list li img {
  vertical-align: middle;
}

@media all and (min-width: 681px) {
  .foot .block1 .ul1 > li a:hover {
    background-color: #eee;
  }
  .foot .block1 .ul1 > li a:hover::before {
    width: 45px;
  }
  .foot .block2 .addressBox .fLogo a:hover {
    opacity: 0.7;
  }
  .foot .block2 .contactBox .item.mail a.s2:hover {
    background-color: #111;
  }
  .foot .block2 .contactBox .item.mail .s2.request:hover {
    background-color: #b41c2b;
  }
  .foot .block3 .item .ul li a:hover {
    text-decoration: underline;
  }
  .foot .block3 .fBnr a:not(.type3)::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .foot .block3 .fBnr a:not(.type3):hover::before {
    opacity: 1;
  }
  .foot .block3 .fBnr a.type3::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/common/ico_fb_o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .foot .block3 .fBnr a.type3:hover::after {
    opacity: 1;
  }
  .foot .block3 .fBnr a.type3:hover img {
    opacity: 0;
  }

  .foot .block3 .fBnr .blk1 + .blk1 {
    margin-top: 5px;
  }

  .foot .f_sns_list li a {
    transition: opacity 0.3s;
  }
  .foot .f_sns_list li a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 680px) {
  .foot {
    padding-bottom: 45px;
  }
  /* block1 */
  .foot .block1 {
    padding: 0 0;
    border-bottom: none;
  }
  .foot .block1 .blkIn {
    width: 100%;
    padding: 0 5%;
  }
  .foot .block1 .ul1 {
    display: block;
  }
  .foot .block1 .ul1 > li {
    width: 100%;
    border-bottom: 2px solid #d2d2d2;
  }
  .foot .block1 .ul1 > li + li {
    border-left: none;
  }
  .foot .block1 .ul1 > li a {
    width: 100%;
    height: 64px;
    padding: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    text-align: left;
    font-size: 15px;
  }
  .foot .block1 .ul1 > li a .ico {
    width: 38px;
    height: 24px;
    margin: 0 12px;
  }
  .foot .block1 .ul1 > li.type3 a .ico {
    width: 38px;
  }
  .foot .block1 .ul1 > li.type3 a .ico img {
    width: 24px;
  }
  .foot .block1 .ul1 > li a::before {
    width: 32px;
    height: 1px;
    top: 0;
    bottom: 0;
    right: 7px;
  }
  .foot .block1 .ul1 > li a::after {
    border-width: 5px 0 0 9px;
    top: -4px;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
  }
  /* block2 */
  .foot .block2 {
    padding: 0 0 20px;
  }
  .foot .block2 .blkIn {
    width: 100%;
    padding: 0 5%;
  }
  .foot .block2 .contactBox {
    display: flex;
    flex-flow: column;
  }
  .foot .block2 .contactBox .item {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .foot .block2 .contactBox .item .s1 {
    font-size: 10px;
    letter-spacing: 0.03em;
    padding-right: 8px;
  }
  .foot .block2 .contactBox .item.tel {
    padding-right: 0;
    order: 1;
    margin: 20px auto 0;
    justify-content: center;
    width: 288px;
  }
  .foot .block2 .contactBox .item.mail {
    border-left: none;
    padding-left: 0;
    margin: 40px auto 0;
    width: 288px;
  }
  .foot .block2 .contactBox .item.tel .s2 {
    font-size: 29px;
    letter-spacing: 0.05em;
    padding-left: 40px;
  }
  .foot .block2 .contactBox .item.tel .s2::before {
    width: 33px;
    height: 20px;
    left: 0;
    top: 2px;
    bottom: 0;
  }
  .foot .block2 .contactBox .item.mail .s2 {
    font-size: 16px;
    height: 45px;
    padding-left: 16px;
  }
  .foot .block2 .contactBox .item.mail .s2::before {
    width: 25px;
    height: 18px;
    left: 14px;
    top: 1px;
  }
  .foot .block2 .contactBox .item.mail .s2::after {
    right: 10px;
    top: 1px;
  }
  .foot .block2 .contactBox .item.mail .s2 + .s2 {
    margin-left: 0;
    margin-top: 15px;
  }
  .foot .block2 .addressBox {
    display: block;
    margin-top: 55px;
  }
  .foot .block2 .addressBox .fLogo {
    width: 168px;
    margin: 0 auto;
  }
  .foot .block2 .addressBox .address .tit1 {
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
  }
  .foot .block2 .addressBox .address .p1 {
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: 0.025em;
    text-align: center;
  }
  /* block3 */
  .foot .block3 {
    padding: 25px 0;
  }
  .foot .block3 .blkIn {
    width: 288px;
    padding: 0;
    display: block;
  }
  .foot .block3 .item {
    font-size: 15px;
    letter-spacing: 0.18em;
    width: 100%;
    text-align: left;
    border-right: none;
    height: auto;
  }
  .foot .block3 .item .ul {
    height: auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
  .foot .block3 .item.type4 {
    font-size: 11px;
  }
  .foot .block3 .item.type4 .ul {
    flex-wrap: wrap;
  }
  .foot .block3 .item.type4 ul li a {
    position: relative;
    padding-left: 12px;
  }
  .foot .block3 .item.type4 ul li a::before {
    content: "";
    width: 7px;
    height: 6px;
    background-image: url(../img/common/ico_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .foot .block3 .fBnr {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-flow: wrap;
  }
  .foot .block3 .fBnr .blk1 {
    margin-bottom: 10px;
  }
  .foot .block3 .fBnr .blk1:nth-child(2n) {
    margin-left: 10px;
  }
  .foot .block3 .fBnr .blk1:last-child,
  .foot .block3 .fBnr .blk1:nth-last-child(2) {
    margin-bottom: 0;
  }
  .foot .block3 .fBnr .blk2 {
    width: 140px;
    margin-top: 15px;
  }
  .foot .block3 .fBnr .blk1 {
    width: calc((100% - 10px) / 2);
  }
  .foot .block3 .fBnr .blk1 a.type1 {
    width: 100%;
  }
  .foot .block3 .fBnr .blk2 a.type2 {
    width: 100px;
  }
  .foot .block3 .fBnr .blk2 a.type3 {
    width: 32px;
    height: 32px;
  }
  .foot .cRight {
    font-size: 10px;
    text-align: center;
    padding: 12px 0 16px;
  }

  .foot .f_sns_list_box {
    background-image: url(../img/common/bg_paper.jpg);
    padding-bottom: 30px;
    position: relative;
    bottom: 0;
  }
  .foot .f_sns_list {
    width: 288px;
    justify-content: center;
    margin-top: -10px;
  }
  .foot .f_sns_list li {
    width: 30px;
  }
  .foot .f_sns_list li {
    margin: 10px 10px 0;
  }
  .foot .f_sns_list li + li {
    margin-left: 10px;
  }
}

@media all and (max-width: 370px) {
  .foot .block2 .addressBox .address .p1 {
    font-size: 12px;
  }
}

/* フェード
***************************************************************/

@media all and (min-width: 681px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: ease 1000ms;
    transition-delay: 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: ease 1000ms;
    transition-delay: 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: ease 1000ms;
    transition-delay: 0.25s;
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1 {
    transition-delay: 0.5s;
  }
  .action.delay2 {
    transition-delay: 0.75s;
  }
  .action.delay3 {
    transition-delay: 1s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: ease 750ms;
    transition-delay: 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: ease 750ms;
    transition-delay: 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: ease 750ms;
    transition-delay: 0.25s;
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1_sp {
    transition-delay: 0.5s;
  }
  .action.delay2_sp {
    transition-delay: 0.75s;
  }
  .action.delay3_sp {
    transition-delay: 1s;
  }
}

@media all and (max-width: 370px) {
}

/* widget
***************************************************************/

/* w_pageTitle */

.w_pageTitle {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/common/clear.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

.w_pageTitle .h1 {
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.w_pageTitle .h1 .t1 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.22em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.w_pageTitle .h1 .t1::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.w_pageTitle .h1 .t2 {
  font-size: 11.5px;
  letter-spacing: 0.25em;
}

@media all and (min-width: 681px) {
}

@media all and (max-width: 680px) {
  .w_pageTitle {
    height: 180px;
    padding-top: 50px;
  }
  .w_pageTitle .h1 {
  }
  .w_pageTitle .h1 .t1 {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 2px;
  }
  .w_pageTitle .h1 .t1::after {
    width: 16px;
  }
  .w_w_pageTitle .h1 .t2 {
    font-size: 10px;
  }
}

@media all and (max-width: 370px) {
}

/* link1 */

.w_link1 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.23em;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  width: 326px;
  height: 45px;
  margin: 0 auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.w_link1::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

@media all and (min-width: 681px) {
  .w_link1:hover {
    background-color: #eee;
  }
}

@media all and (max-width: 680px) {
  .w_link1 {
    font-size: 14px;
    width: 288px;
  }
}

@media all and (max-width: 370px) {
}

/* link2 */

.w_link2 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.23em;
  color: #fff;
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  width: 326px;
  height: 45px;
  margin: 0 auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.w_link2::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

@media all and (min-width: 681px) {
  .w_link2:hover {
    color: #4c4948;
    background-color: #eee;
  }
}

@media all and (max-width: 680px) {
  .w_link2 {
    font-size: 14px;
    width: 288px;
  }
}

@media all and (max-width: 370px) {
}

/* arrow */

.w_arrow {
  font-size: 10px;
  width: 85px;
  margin: 0 auto;
  padding-bottom: 2px;
  position: relative;
  transition: 0.3s ease;
}

.w_arrow::before {
  content: "";
  width: 75px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
  right: 10px;
  transition: width 0.3s ease;
}

.w_arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media all and (min-width: 681px) {
  a:hover .w_arrow {
    width: 75px;
  }
  a:hover .w_arrow::before {
    width: 65px;
  }
}

@media all and (max-width: 680px) {
  .w_arrow {
    width: 58px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .w_arrow::before {
    width: 38px;
    height: 1px;
    right: 8px;
  }
  .w_arrow::after {
    border-width: 5px 0 0 9px;
  }
}

@media all and (max-width: 370px) {
}

/*link_wrap*/
body figure {
  margin: 0;
}

.link_wrap {
  margin-top: 180px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.link_wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 25px 20px;
}

/* .link_wrap ul::after {
  content: "";
  width: 320px;
  display: block;
} */

.link_wrap ul li {
  width: 320px;
}

.link_wrap ul li a {
  display: block;
}

.link_wrap ul li a .thumb {
  width: 100%;
  overflow: hidden;
}

.link_wrap ul li a .thumb .img {
  width: 100%;
  height: 155px;
  background-image: url(../img/common/clear.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease;
}

.link_wrap ul li a .tit {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 40px 0 15px;
  position: relative;
  font-size: 17px;
  line-height: 1.51em;
  overflow: hidden;
  letter-spacing: 0.13em;
  background-image: url(../img/making_flow/btn_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.link_wrap ul li a .tit::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

@media all and (min-width: 681px) {
  .link_wrap ul li a .thumb {
    position: relative;
  }
  .link_wrap ul li a .thumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #665e51;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .link_wrap ul li a:hover .thumb::before {
    opacity: 0.4;
  }
}

@media all and (max-width: 680px) {
  .link_wrap {
    margin-top: 45px;
    margin-bottom: 30px;
    width: 100%;
  }
  .link_wrap ul {
    display: flex;
    padding: 0 5%;
    gap: 10px;
  }
  .link_wrap ul li {
    max-width: calc((100% - 10px) / 2);
    margin-left: 0;
    margin-right: 0;
  }
  .link_wrap ul li a .thumb .img {
    height: 80px;
  }
  .link_wrap ul li a .tit {
    height: 48px;
    font-size: 13px;
    padding: 0 10px 0 10px;
    text-align: center;
    justify-content: center;
  }
  .link_wrap ul li a .tit::after {
    display: none;
  }
}

@media all and (max-width: 370px) {
  .link_wrap ul li a .tit {
    font-size: 11.5px;
  }
}

/* タイトル */

.inner_ttl {
  margin-bottom: 40px;
  text-align: center;
}

.inner_ttl .t1 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.inner_ttl .t2 {
  font-size: 12px;
  letter-spacing: 0.25em;
  display: block;
  margin-top: 5px;
}

.inner_ttl .t3 {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

/* type2 */

.inner_ttl.type2 .t1 {
  font-weight: 500;
}

.inner_ttl.type2 .t2 {
  font-weight: 400;
}

/* type3 */

.inner_ttl.type3 .t1 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
}

.inner_ttl.type3 .t2 {
  font-size: 19px;
  font-weight: 400;
  margin-top: 16px;
  letter-spacing: 0.07em;
}

.inner_ttl.type3 .t1::before,
.inner_ttl.type3 .t1::after {
  content: "";
  width: 125px;
  height: 1px;
  background-color: #4c4948;
  position: absolute;
  left: -155px;
  top: 0;
  bottom: -4px;
  margin: auto;
}

.inner_ttl.type3 .t1::after {
  left: auto;
  right: -155px;
}

@media all and (min-width: 681px) {
}

@media all and (max-width: 680px) {
  .inner_ttl {
    margin-bottom: 30px;
  }
  .inner_ttl .t1 {
    font-size: 20px;
    line-height: 1;
  }
  .inner_ttl .t2 {
    font-size: 10px;
    line-height: 1;
  }
  .inner_ttl .t3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* type3 */
  .inner_ttl.type3 .t1 {
    font-size: 16px;
  }
  .inner_ttl.type3 .t2 {
    font-size: 11px;
    margin-top: 10px;
  }
  .inner_ttl.type3 .t1::before,
  .inner_ttl.type3 .t1::after {
    width: 20px;
    left: -30px;
    top: 0;
    bottom: -2px;
  }
  .inner_ttl.type3 .t1::after {
    left: auto;
    right: -30px;
  }
}

@media all and (max-width: 370px) {
  .inner_ttl .t1 {
    font-size: 16px;
  }
  .inner_ttl.type3 .t1 {
    font-size: 14px;
  }
  .inner_ttl.type3 .t2 {
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* productMenu */
.productMenu {
  width: 1000px;
  margin: 120px auto;
}
.productMenu .product_h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.22em;
}
.productMenu .ul1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.productMenu .ul1 > li {
  width: 23%;
}
.productMenu .ul1 > li a {
  display: block;
}
.productMenu .ul1 > li a img {
  width: 100%;
}
@media all and (min-width: 681px) {
  .productMenu .ul1 > li a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 680px) {
  .productMenu {
    width: 100%;
    padding: 0 10%;
    margin: 60px auto;
  }
  .productMenu .product_h2 {
    font-size: 16px;
  }
  .productMenu .ul1 {
    margin-top: 12px;
  }
  .productMenu .ul1 > li {
    width: 48%;
  }
  .productMenu .ul1 > li:nth-of-type(1n + 3) {
    margin-top: 3vw;
  }
}
@media all and (max-width: 370px) {
}

/* bnrBox */
.bnrBox {
  width: 600px;
  margin: 100px auto 0;
}
.bnrBox .bnr_item1 a {
  display: block;
}
.bnrBox .mhLink1 {
  margin-top: 30px;
}
@media all and (min-width: 681px) {
  .bnrBox .bnr_item1 a:hover {
    opacity: 0.7;
  }
  /* type */
  .bnrBox.mb1 {
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .bnrBox.mb2 {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 680px) {
  .bnrBox {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 5%;
  }
  .bnrBox .mhLink1 {
    font-size: 13px;
  }
  /* type */
  .bnrBox.mb1 {
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 370px) {
}

/* requesdtBnrBox */
.requesdtBnrBox {
  width: 814px;
  margin: 100px auto 0;
}

.requesdtBnrBox .requesdtBnrBoxTitle {
  margin-bottom: 10px;
  text-align: center;
}

.requesdtBnrBox .requesdtBnrBoxTitle span {
  display: block;
}

.requesdtBnrBox .requesdtBnrBoxTitle .jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.22em;
}

.requesdtBnrBox .requesdtBnrBoxTitle .en {
  font-size: 10px;
  letter-spacing: 0.25em;
  font-weight: 400;
}

.requesdtBnrBox .requesdtBnrBoxImg {
  width: 661px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.requesdtBnrBox .requesdtBnrBoxCont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -23px;
  position: relative;
  z-index: 0;
}

.requesdtBnrBox .bnr_item1 {
  width: 400px;
}

.requesdtBnrBox .bnr_item1 a {
  display: block;
}

.requesdtBnrBox .mhLink1 {
  margin-top: 30px;
}

@media all and (min-width: 681px) {
  .requesdtBnrBox .bnr_item1 a:hover {
    opacity: 0.7;
  }
  /* type */
  .requesdtBnrBox.mb1 {
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .requesdtBnrBox.mb2 {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .requesdtBnrBox .requesdtBnrBoxImg.type2 {
    width: 880px;
    margin-bottom: -82px;
  }
  .requesdtBnrBox .bnr_item1.type2 {
    width: 430px;
  }
  .requesdtBnrBox .requesdtBnrBoxImg.type3 {
    width: 890px;
    margin-bottom: -66px;
  }
}
@media all and (max-width: 680px) {
  .requesdtBnrBox {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 5%;
  }

  .requesdtBnrBox .mhLink1 {
    font-size: 13px;
  }

  .requesdtBnrBox .requesdtBnrBoxImg {
    width: 100%;
  }

  .requesdtBnrBox .requesdtBnrBoxImg.type2 {
    width: 330px;
    margin-bottom: -26px;
    margin-left: 15px;
  }
  .requesdtBnrBox .bnr_item1.type2 {
    margin: 0;
    margin-left: 5%;
    width: 95.5%;
  }
  .requesdtBnrBox .requesdtBnrBoxImg.type3 {
    width: 330px;
    margin-bottom: -26px;
    margin-left: 15px;
  }

  .requesdtBnrBox .requesdtBnrBoxCont {
    display: block;
    margin-top: 0;
  }

  .requesdtBnrBox .bnr_item1 {
    width: 90%;
    margin: 0 auto;
  }

  .requesdtBnrBox .bnr_item1 + .bnr_item1 {
    margin-top: 10px;
  }

  .requesdtBnrBox .mhLink1 {
    margin-top: 30px;
  }

  /* type */
  .requesdtBnrBox.mb1 {
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

/* reauestConversionWrap */
.reauestConversionWrap {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}

.reauestConversionWrap .item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1380px;
  width: calc(100% - 60px);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 28px 0 38px;
  z-index: 1;
}

.reauestConversionWrap .itemTitle {
  text-align: center;
  position: relative;
}

.reauestConversionWrap .itemTitle span {
  display: block;
  color: #fff;
}

.reauestConversionWrap .itemTitle .jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.22em;
  padding-bottom: 6px;
  margin-bottom: 10px;
  position: relative;
}

.reauestConversionWrap .itemTitle .jp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 1px;
  background: #fff;
}

.reauestConversionWrap .itemTitle .en {
  font-size: 10px;
  letter-spacing: 0.25em;
  font-weight: 400;
}

.reauestConversionWrap .p1 {
  font-size: 23px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.reauestConversionWrap .p1 span {
  display: inline-block;
  font-size: 30px;
  position: relative;
  z-index: 0;
}

.reauestConversionWrap .p1 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ca565f;
}

.reauestConversionWrap .itemLink {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 3px;
  background: #b31c2b;
  border: 1px solid #b31c2b;
  margin-top: 20px;
}

.reauestConversionWrap .itemLink::after {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_arrow_w.svg);
}

.reauestConversionWrap .icon {
  width: 95px;
  position: absolute;
  right: calc((100% - 475px) / 2);
  top: -16px;
  pointer-events: none;
}

.reauestConversionWrap .thumb {
  width: 100%;
  height: 380px;
}

.reauestConversionWrap .thumb .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 681px) {
  .reauestConversionWrap .item {
    transition: background-color 0.3s;
  }

  .reauestConversionWrap .item:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media all and (max-width: 680px) {
  .reauestConversionWrap {
    margin-top: 25px;
  }

  .reauestConversionWrap .item {
    max-width: 100%;
    width: 90%;
    padding: 20px 15px 30px;
  }

  .reauestConversionWrap .p1 {
    font-size: 16px;
    margin-top: 15px;
  }

  .reauestConversionWrap .p1 span {
    font-size: 22px;
  }

  .reauestConversionWrap .p1 span::before {
    bottom: 3px;
  }

  .reauestConversionWrap .itemLink {
    font-size: 14px;
    padding-bottom: 2px;
    margin-top: 20px;
  }

  .reauestConversionWrap .icon {
    width: 70px;
    right: -6px;
    top: 33px;
    z-index: -1;
  }

  .reauestConversionWrap .thumb {
    width: 100%;
    height: 380px;
  }

  .reauestConversionWrap .thumb .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}

/* insta */
.drawerMenu .contactBox .item.insta a {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.23em;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  width: 100%;
  height: 45px;
  margin: 30px auto 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 20px;
}
.drawerMenu .contactBox .item.insta a::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.drawerMenu .contactBox .item.insta a::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/top/glyph-logo_May2016.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -72px;
}
@media all and (min-width: 681px) {
  .drawerMenu .contactBox .item.insta a:hover {
    background-color: #eee;
  }
}
@media all and (max-width: 680px) {
  .drawerMenu .contactBox .item.insta a {
    font-size: 14px;
    width: 288px;
    margin: 30px auto 0;
  }
}
@media all and (max-width: 370px) {
}

/* contactBox */
.foot .block2.type2 .contactBox .item {
  display: block;
  height: auto;
  text-align: center;
}
.foot .block2.type2 .contactBox .item .s1-1 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  display: block;
}
.foot .block2.type2 .contactBox .item .s1-2 {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}

.foot .block2.type2 .contactBox .item.tel .s2-1 {
  position: relative;
  font-size: 45px;
  padding-left: 42px;
  display: inline-block;
  line-height: 1.1;
}

.foot .block2.type2 .contactBox .item.tel .s2-1::before {
  content: "";
  width: 35px;
  height: 34px;
  background-image: url(../img/common/ico_tel2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.foot .block2.type2 .contactBox .item.tel .s2-2 {
  position: relative;
  font-size: 34px;
  padding-left: 48px;
  display: inline-block;
  line-height: 1.1;
}

.foot .block2.type2 .contactBox .item.tel .s2-2::before {
  content: "";
  width: 40px;
  height: 24px;
  background-image: url(../img/common/ico_freedial.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.foot .block2.type2 .contactBox .item.mail .s2-1 {
  flex-grow: 1;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background-color: #4c4948;
  height: 80px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 312px;
  margin: 20px auto 0;
}

_:-ms-lang(x)::-ms-backdrop,
.foot .block2.type2 .contactBox .item.mail .s2-1 {
  padding-top: 8px;
}

.foot .block2.type2 .contactBox .item.mail .s2-1::before {
  content: "";
  width: 25px;
  height: 18px;
  background-image: url(../img/common/ico_mail_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.foot .block2.type2 .contactBox .item.mail .s2-1::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .foot .block2.type2 .contactBox .item.mail .s2-1:hover {
    background-color: #000;
  }
}
@media all and (max-width: 680px) {
  .foot .block2.type2 .contactBox .item .s1-1 {
    font-size: 16px;
  }
  .foot .block2.type2 .contactBox .item .s1-2 {
    font-size: 12px;
    letter-spacing: 0;
  }

  .foot .block2.type2 .contactBox .item.tel .s2-1 {
    font-size: 38px;
  }

  .foot .block2.type2 .contactBox .item.tel .s2-2 {
    font-size: 28px;
    margin-top: 4px;
  }

  .foot .block2.type2 .contactBox .item.mail .s2-1 {
    font-size: 15px;
    width: 100%;
    height: 60px;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .foot .block2.type2 .contactBox .item.mail .s2-1 {
    padding-top: 8px;
  }

  .foot .block2.type2 .contactBox .item.mail .s2-1::before {
    content: "";
    width: 25px;
    height: 18px;
    background-image: url(../img/common/ico_mail_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 14px;
    top: 2px;
    bottom: 0;
    margin: auto;
  }

  .foot .block2.type2 .contactBox .item.mail .s2-1::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/common/ico_arrow_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 14px;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
}
@media all and (max-width: 370px) {
}

.planPriceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: -75px;
}

.planPriceBox.mb0 {
  margin-bottom: 0;
}

.planPriceBox .planPriceTitle {
  width: 103px;
  margin-top: 6px;
  margin-right: 15px;
}

.planPriceBox .planPriceText {
  font-size: 65px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.planPriceBox .planPriceText .comma {
  font-size: 48px;
}

.planPriceBox .planPriceText .priceSml {
  font-size: 41px;
}

.planPriceBox .planPriceText .mid {
  font-size: 33px;
}

.planPriceBox .planPriceText .sml {
  font-size: 25px;
  margin-left: -10px;
}

.planPriceBox.green .planPriceText {
  color: #7eb18f;
}

@media all and (max-width: 680px) {
  .planPriceBox {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .planPriceBox .planPriceTitle {
    width: 73px;
    margin-top: 0;
    margin-right: 7px;
  }

  .planPriceBox .planPriceText {
    font-size: 35px;
  }

  .planPriceBox .planPriceText .comma {
    font-size: 28px;
  }

  .planPriceBox .planPriceText .priceSml {
    font-size: 23px;
  }

  .planPriceBox .planPriceText .mid {
    font-size: 21px;
  }

  .planPriceBox .planPriceText .sml {
    font-size: 16px;
    margin-left: -4px;
  }
}

/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
