@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
/* ====================================================
animation
==================================================== */
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes sliderFade {
  from {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes sliderFade {
  from {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html.on {
  position: relative;
  overflow: hidden;
}

html.on:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
}

html.is-locked #header.fixed .logo .logo-01 {
  opacity: 1 !important;
  visibility: visible !important;
}

html.is-locked #header.fixed .logo .logo-02 {
  opacity: 0 !important;
  visibility: hidden !important;
}

body {
  color: #333333;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  position: relative;
  background:#f4f4f3;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  #header {
/*    background:#f4f4f3;*/
    border-bottom: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header {
    display: block;
  }
/*
  #header .logo {
    float: left;
    margin-top: 36px;
  }
*/
  #header .header-box::after {
    float: right;
  }
}



#header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .logo {
  display: inline-block;
  position: relative;
  z-index: 9;
}

#header .logo,
#footer .footer-logo{
    min-width:180px;
    
}





@media screen and (min-width: 835px) and (max-width: 1200px) {
  #header .logo {
/*    padding-left: 10px;*/
  }
}

@media screen and (max-width: 834px) {
  #header .logo {
/*    display: inline;*/
  }
}
#header .logo img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 640px) {
  #header .logo img {
    width: 140px;
  }
}
#header .logo .logo-02 {
  position: absolute;
  top: 0;
  left: 30px;
  opacity: 0;
  visibility: hidden;
}

#header .logo .logo-03 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 640px) {
  #header .logo .logo-03 {
    width: 125px;
  }
}
#header .header-show .pc-menu {
  position: relative;
  z-index: 8;
  /*display: none;*/
}

@media screen and (max-width: 1024px) {
  #header .header-show .pc-menu {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #header .header-show .pc-menu.active {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
}
#header .header-show .pc-menu .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

#header .header-show .pc-menu .show-menu li {
  position: relative;
  padding: 0 15px;
}

#header .header-show .pc-menu .show-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%;
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

#header .header-show .pc-menu .show-menu li a.disabled {
  pointer-events: none;
}

#header .header-show .pc-menu .show-menu li.parent .child-menu {
  display: none;
  position: absolute;
  top: 86px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1em 1.5em;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(178, 142, 124, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#header .header-show .pc-menu .show-menu li.parent .child-menu a {
  display: block;
  padding: 0.5em 0;
  color: #fff;
  white-space: nowrap;
}

#header .header-show .pc-menu .show-menu li.parent:hover .child-menu {
  display: block;
}

#header .header-show .pc-menu .show-menu li > a:hover {
  opacity: 1;
}

#header .header-show .pc-menu .show-menu li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #bb9987;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .header-show .pc-menu .show-menu li.active a:after, #header .header-show .pc-menu .show-menu li:hover > a:after {
  width: 27px;
}

#header .header-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 8;
}

#header .header-show .nav-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #1f1e1f;
  padding: 100px 10px;
  overflow-y: scroll;
}

#header .header-show .nav-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*overflow: hidden;*/
  overflow-y: scroll;
}

#header .header-show .nav-menu .menu-head {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 130px;
  background: #1f1e1f;
  z-index: 10;
}

#header .header-show .nav-menu .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 834px) {
  #header .header-show .nav-menu .show-menu {
    position: static;
    padding-top: 130px;
  }
}
#header .header-show .nav-menu .show-menu li {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header .header-show .nav-menu .show-menu li.item-parent a {
  height: auto;
}

#header .header-show .nav-menu .show-menu li .item-child {
  padding-left: 75px;
  width: 100%;
}

#header .header-show .nav-menu .show-menu li .item-child a {
  margin-top: 0.5em;
  margin-left: auto;
  height: auto;
  color: #fff !important;
}

#header .header-show .nav-menu .show-menu li .item-child a:before {
  width: 15px;
  background: #fff;
}

@media screen and (max-width: 834px) {
  #header .header-show .nav-menu .show-menu li {
    margin-bottom: 15px;
  }
  #header .header-show .nav-menu .show-menu li a {
    height: auto !important;
  }
  #header .header-show .nav-menu .show-menu li .item-child {
    padding-left: 4em;
  }
  #header .header-show .nav-menu .show-menu li .item-child a {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-top: 0.7em;
    font-size: 2rem;
  }
  #header .header-show .nav-menu .show-menu li .item-child a:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 0.7em;
    height: 1px;
    background: #fff;
  }
}
@media screen and (max-width: 374px) {
  #header .header-show .nav-menu .show-menu li {
    margin-bottom: 10px;
  }
}
#header .header-show .nav-menu .show-menu li:nth-child(1) a, #header .header-show .nav-menu .show-menu li:nth-child(2) a, #header .header-show .nav-menu .show-menu li:nth-child(3) a {
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 640px) {
  #header .header-show .nav-menu .show-menu li {
    margin-bottom: 15px;
  }
  #header .header-show .nav-menu .show-menu li a {
    font-size: min(2.3rem, 3.59vw) !important;
  }
}
#header .header-show .nav-menu .show-menu li.active a, #header .header-show .nav-menu .show-menu li:hover > a {
  color: #bb9987;
}

#header .header-show .nav-menu .show-menu li.active a:before, #header .header-show .nav-menu .show-menu li:hover a:before {
  width: 15px;
}

#header .header-show .nav-menu .show-menu li.active .img, #header .header-show .nav-menu .show-menu li:hover .img {
  z-index: 2;
}

#header .header-show .nav-menu .show-menu li.active .img img, #header .header-show .nav-menu .show-menu li:hover .img img {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

#header .header-show .nav-menu .show-menu li:hover .img {
  z-index: 3;
}

@media screen and (max-width: 834px) {
  #header .header-show .nav-menu .show-menu li .img {
    display: none;
  }
}
#header .header-show .nav-menu .show-menu li .img {
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 57%;
  top: 65%;
}

@media screen and (max-width: 1260px) {
  #header .header-show .nav-menu .show-menu li .img {
    top: 57%;
  }
}
#header .header-show .nav-menu .show-menu li .img img {
  opacity: 0;
  z-index: 10;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.56, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0, 0.56, 0.44, 1);
  transition-timing-function: cubic-bezier(0, 0.56, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

#header .header-show .nav-menu .show-menu li .img .over-img {
  max-width: 699px;
  margin: 0 auto;
  overflow: hidden;
}

#header .header-show .nav-menu .show-menu li .img.img-default .over-img img {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

#header .header-show .nav-menu .show-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%;
  color: white;
  font-family: "Source Serif Pro", serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  width: 45%;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0 30px;
}

@media screen and (max-width: 834px) {
  #header .header-show .nav-menu .show-menu li a {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  #header .header-show .nav-menu .show-menu li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#header .header-show .nav-menu .show-menu li a span {
  display: block;
  width: 100%;
}

#header .header-show .nav-menu .show-menu li a span.jp {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

#header .header-show .nav-menu .show-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #bb9987;
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .header-show .nav-menu .show-menu li a:hover + .img img {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#header .header-show .viewing{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #af4146;
  color: white;
  text-align: center;
  padding: 15px 60px;
/*  width: 200px;*/
  position: relative;
  z-index: 9;
}

#header .header-show .viewing.contact {
  margin-left: 0;
  background: #cdcdcd;
  color:#333;
}




@media screen and (max-width: 9999px) {
  #header .header-show .viewing {
/*    padding: 20px 30px;*/
  }
}
@media screen and (max-width: 1300px) {
  #header .header-show .viewing {
    width: auto;
  }
}
@media screen and (max-width: 834px) {
  #header .header-show .viewing {
/*    padding: 17px 10px 17px 10px;*/
/*    margin-left: 8px;*/
  }
}


#header .header-show .viewing span {
  display: block;
}

#header .header-show .viewing span.en {
  font-size: 20px;
  font-size: 2rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 300;
  margin-bottom: 7px;
  letter-spacing: .02em;
}

@media screen and (max-width: 834px) {
  #header .header-show .viewing span.en {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
#header .header-show .viewing span.jp {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 834px) {
  #header .header-show .viewing span.jp {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#header .mobile-icon {
  width: 40px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 9;
  padding: 0 11px;
  position: relative;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #header .mobile-icon {
    /*padding: 0 16px;*/
    margin: 0px 20px 0px 0px;
  }
}
#header .mobile-icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#header .mobile-icon span:before, #header .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bb9987;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}

#header .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  transform: translateY(-250%);
  top: -1px;
}

#header .mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
  transform: translateY(250%);
  bottom: -5px;
}

@media screen and (max-width: 640px) {
  #header .mobile-icon span:after {
    bottom: -2px;
  }
}
#header .mobile-icon.mobile-close span {
  background-color: transparent;
}

#header .mobile-icon.mobile-close span:before, #header .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #bb9987;
}

#header .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 2px;
}

#header .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

@media screen and (min-width: 1025px) {
  #header.fixed {
    border-bottom: none;
  }
  #header.fixed:after {
    height: 100%;
  }
  #header.fixed .logo .logo-01 {
    opacity: 0;
    visibility: hidden;
  }
  #header.fixed .logo .logo-02 {
    opacity: 1;
    visibility: visible;
  }
  #header.fixed .header-show .pc-menu .show-menu li a {
    color: black;
  }
}
#footer {
  position: relative;
  z-index: 500;
  background: #0f0f0f;
}

  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 60px;
}

@media screen and (max-width: 1450px) {
  .list-plan__list {
    margin-bottom: 40px;
  }
}
.list-plan__list li {
  margin-right: 30px;
  display: inline-block;
  width: 65px;
}

@media screen and (max-width: 834px) {
  .list-plan__list li {
    width: 74px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.list-plan__list li img {
  margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
  .list-plan__list li img {
    margin-bottom: 10px;
  }
}
.list-plan__list li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
  .list-plan__list li span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.list-plan__list li.disable span {
  color: #5e5e5e;
}

.list-plan__note {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 48px;
}

@media screen and (max-width: 1450px) {
  .list-plan__note {
    margin-bottom: 30px;
  }
}
/*.list-plan__note li {
  margin-bottom: 10px;
}*/
.list-plan__note li {
  margin-bottom: 20px;
  font-weight: bold;
}

.list-plan__note li.brown {
  color: #94786b;
}

.list-plan__note li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .list-plan__note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.list-plan__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .list-plan__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list-plan__btn li {
  margin-right: 60px;
}

.list-plan__btn li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1450px) {
  .list-plan__btn li {
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
  .list-plan__btn li .btn-comp01 {
    width: 100%;
    max-width: 100%;
    min-width: 100px;
  }
}
@media screen and (max-width: 834px) {
  .list-plan__btn li {
    margin-right: 20px;
    width: 100%;
    max-width: 150px;
  }
}
.list-plan__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-top: 122px;
  margin-bottom: 120px;
}

.list-plan__item > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .list-plan__item {
    padding-top: 50px;
    margin-bottom: 70px;
  }
}
.list-plan__img {
  width: 61%;
}

@media screen and (max-width: 834px) {
  .list-plan__img {
    width: 100%;
    padding-right: 20px;
  }f
}
.list-plan__content {
  margin-top: 9%;
  width: calc(39% + 340px);
  margin-left: -340px;
  padding: 80px 50px 115px 90px;
  background: #323232;
}

@media screen and (max-width: 1450px) {
  .list-plan__content {
    width: calc(39% + 200px);
    margin-left: -200px;
    padding: 50px 50px 50px;
  }
}
@media screen and (max-width: 990px) {
  .list-plan__content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 834px) {
  .list-plan__content {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: -10%;
  }
}
.table01 {
  border: solid 1px #434343;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 65px;
  max-width: 1300px;
}

.table01:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .table01 {
    margin-bottom: 40px;
  }
}
.table01 tr {
  border-bottom: solid 1px #434343;
}

.table01 tr:last-child {
  border-bottom: 0;
}
/*

.table01 tr td {
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 28px 10px;
  letter-spacing: 2px;
  border-right: solid 1px #434343;
}

.table01 tr td:last-child {
  border-right: 0;
}

@media screen and (max-width: 834px) {
  .table01 tr td {
    font-size: 10px;
    font-size: 1rem;
    padding: 18px 5px;
  }
}
@media screen and (max-width: 640px) {
  .table01 tr td {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
.table01 tr td .check {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (max-width: 834px) {
  .table01 tr td .check {
    width: 8px;
    height: 8px;
  }
}
.table01 tr td .uncheck {
  display: inline-block;
  width: 23px;
  height: 2px;
  background: #434343;
}

@media screen and (max-width: 834px) {
  .table01 tr td .uncheck {
    width: 20px;
  }
}
.table01 tr td:nth-child(1) {
  width: 26%;
}

.table01 tr td:nth-child(2) {
  width: 24.5%;
}

.table01 tr td:nth-child(3) {
  width: 24.5%;
}

.table01 tr td:nth-child(4) {
  width: 25%;
}

.table01 tr td.first {
  background: #292929;
}
*/

/*
.table01 thead {
  background: #353435;
}

.table01 thead tr td {
  padding: 22px 10px;
}
*/

/*
@media screen and (max-width: 834px) {
  .table01 thead tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .table01 thead tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 330px) {
  .table01 thead tr td {
    font-size: 7px;
    font-size: 0.7rem;
  }
}
.table01--style02 tr td:nth-child(1) {
  width: 26%;
}

.table01--style02 tr td:nth-child(2) {
  width: 24.5%;
}

.table01--style02 tr td:nth-child(3) {
  width: 49.5%;
}

.table01--style02 tr td.left {
  text-align: left;
}

@media screen and (min-width: 835px) {
  .table01--style02 tr td.left {
    padding-left: 83px;
  }
}
@media screen and (min-width: 835px) and (max-width: 990px) {
  .table01--style02 tr td.left {
    padding-left: 20px;
  }
}
.table01--style03 tr td:nth-child(1) {
  width: 26%;
}

.table01--style03 tr td:nth-child(2) {
  width: 74%;
  text-align: left;
  padding-left: 6.5%;
}
*/

.sec-news-main {
  padding: 120px 0;
}

@media screen and (max-width: 834px) {
  .sec-news-main {
    padding: 40px 0;
  }
}
.main-post .news-block {
  display: block;
  margin: 0;
}

.main-post .news-block .item {
  width: 100%;
  padding: 36px 0;
  border-bottom: 1px solid #4b4b4b;
}

@media screen and (max-width: 834px) {
  .main-post .news-block .item {
    padding: 15px 0;
  }
}
.main-post .news-block .item:first-of-type {
  padding-top: 0;
}

.main-post .news-block .item a {
  display: block;
  color: #fff;
}

.main-post .news-block .item p {
  color: #fff;
}

.box-filter-post {
  margin-bottom: 60px;
  max-width: 274px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-filter-post {
    max-width: 138px;
    margin-bottom: 24px;
  }
}
.box-filter-post:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #bb9987 transparent transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  z-index: 9;
}

@media screen and (max-width: 834px) {
  .box-filter-post:after {
    right: 15px;
  }
}
.box-filter-post select {
  height: 53px;
  width: 100%;
  border: 1px solid #4b4b4b;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #fff;
  background: #1f1e1f;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 834px) {
  .box-filter-post select {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding-left: 15px;
    height: 35px;
  }
}
.box-filter-post select::-ms-expand {
  display: none;
}

.post-detail .box-meta-single {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .post-detail .box-meta-single {
    margin-bottom: 15px;
  }
}
.post-detail .post-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 34px;
  margin-bottom: 36px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 834px) {
  .post-detail .post-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.post-detail__content {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .post-detail__content {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
.post-detail a {
  color: #bb9987;
  text-decoration: underline;
}

.news__menu {
  margin-bottom: 60px;
  max-width: 274px;
  position: relative;
  border: 1px solid #4b4b4b;
  border-radius: 3px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .news__menu {
    max-width: 138px;
    margin-bottom: 24px;
  }
}
.news__menu .news__toggle {
  position: relative;
  padding: 15px 20px;
}

.news__menu .news__toggle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #bb9987 transparent transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  z-index: 9;
}

@media screen and (max-width: 834px) {
  .news__menu .news__toggle:after {
    right: 15px;
  }
}
.news__menu .news__links {
  display: none;
  position: absolute;
  top: 51px;
  border: 1px solid #4b4b4b;
  border-top: 0;
  width: calc(100% + 2px);
  left: -1px;
  background: #1f1e1f;
  z-index: 10;
}

.news__menu .news__links .item a {
  color: #fff;
  padding: 15px 20px;
  display: block;
}

.news__menu .news__links .item.active {
  background: #bb9987;
}

@media screen and (max-width: 834px) {
  .page-spec .main-visual:after {
    display: none;
  }
}
.sec-spec-content {
  padding: 115px 0 0;
}

@media screen and (max-width: 834px) {
  .sec-spec-content {
    padding: 50px 0 0;
  }
}
.floor-img {
  margin-bottom: 119px;
}

@media screen and (max-width: 834px) {
  .floor-img {
    margin-bottom: 35px;
  }
}
.floor-img .img {
  border-top: 1px solid #4b4b4b;
  padding: 67px 0 0 205px;
  margin-bottom: 59px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .floor-img .img {
    padding: 30px 4px 0 0;
    margin-bottom: 36px;
  }
}
.floor-img .img img {
  max-width: 700px;
  width: 100%;
}

.floor-img .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.1333;
  color: white;
  letter-spacing: 1.5px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .floor-img .txt {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.floor-map__list {
  position: relative;
  margin-bottom: 48px;
}

@media screen and (max-width: 834px) {
  .floor-map__list {
    margin-bottom: 25px;
  }
}
.floor-map__list .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 352px;
  height: 76px;
  font-size: 18px;
  padding: 0 38px;
  cursor: pointer;
  letter-spacing: 2px;
  background: #bb9989;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 834px) {
  .floor-map__list .ttl {
    width: 100%;
    max-width: 350px;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 0 15px;
  }
}
.floor-map__list .ttl:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url("../img/common/arrow-dow.png") no-repeat;
  position: absolute;
  right: 41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .floor-map__list .ttl:after {
    right: 15px;
  }
}
.floor-map__list .ttl:hover, .floor-map__list .ttl.active {
  background: #bb9989;
  opacity: 1;
}

.floor-map__list .ttl.active:after {
  background: url("../img/common/arrow-up.png") no-repeat;
}

.floor-map__list .desc {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 6px;
  width: 352px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .floor-map__list .desc {
    width: 100%;
    max-width: 350px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.floor-map__drop {
  position: absolute;
  top: calc(100% - 26px);
  left: 0;
  width: 352px;
  display: none;
}

@media screen and (max-width: 834px) {
  .floor-map__drop {
    width: 100%;
    top: calc(100% - 23px);
    max-width: 350px;
  }
}
.floor-map__drop .item {
  margin-bottom: 1px;
}

.floor-map__drop .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  padding: 0 38px;
  cursor: pointer;
  background: #4b4b4b;
  letter-spacing: 2px;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 834px) {
  .floor-map__drop .item a {
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
.floor-map__drop .item a:hover, .floor-map__drop .item a.active {
  background: #bb9987;
  border: 1px solid transparent;
  opacity: 1;
}

.floor-map__items .items {
  display: none;
}

.floor-map__items .items.active {
  display: block;
}

.floor-map__items .items .ttlcomp-02 {
  margin-bottom: 65px;
}

@media screen and (max-width: 834px) {
  .floor-map__items .items .ttlcomp-02 {
    margin-bottom: 30px;
  }
}
.floor-map__show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 123px;
}

@media screen and (max-width: 834px) {
  .floor-map__show {
    margin-bottom: 50px;
  }
}
.floor-map__show .txt {
  width: 41.25%;
  font-size: 15px;
  font-size: 1.5rem;
  color: white;
  padding-right: 79px;
  line-height: 1.46666;
}

@media screen and (max-width: 1024px) {
  .floor-map__show .txt {
    width: 50%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  .floor-map__show .txt {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.floor-map__show .txt table {
  width: 100%;
}

.floor-map__show .txt table tr {
  border-bottom: 1px solid #4b4b4b;
}

.floor-map__show .txt table tr th, .floor-map__show .txt table tr td {
  padding: 37px 0;
  vertical-align: top;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 1024px) {
  .floor-map__show .txt table tr th, .floor-map__show .txt table tr td {
    padding: 10px 0;
    letter-spacing: 0.5px;
  }
}
.floor-map__show .txt table tr th {
  font-weight: 500;
  width: 26%;
}

@media screen and (max-width: 834px) {
  .floor-map__show .txt table tr th {
    width: 30%;
  }
}
.floor-map__show .txt table tr td:nth-child(2) {
  width: 23%;
}

@media screen and (max-width: 834px) {
  .floor-map__show .txt table tr td:nth-child(2) {
    width: 26%;
  }
}
.floor-map__show .img {
  width: 58.75%;
}

@media screen and (max-width: 1024px) {
  .floor-map__show .img {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .floor-map__show .img {
    width: 100%;
  }
}
.link-spec {
  color: #94786b;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .link-spec {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.box-steps {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .box-steps {
    margin-bottom: 20px;
  }
}
.box-steps .txt-basic {
  color: #fff;
  text-align: center;
  line-height: 2.1;
  margin-bottom: 34px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 834px) {
  .box-steps .txt-basic {
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 17px;
  }
}
.box-steps .list-steps {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-steps .list-steps .item {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  background: #403f40;
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item {
    padding: 11px 0;
  }
}
.box-steps .list-steps .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 0 39px 15px;
  border-color: transparent transparent transparent #403f40;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item:after {
    border-width: 27px 0 27px 10px;
    right: -8px;
  }
}
.box-steps .list-steps .item span {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  opacity: 0.3;
  letter-spacing: 1px;
  position: relative;
  left: -4px;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item span {
    font-size: 10px;
    font-size: 1rem;
    left: 0;
  }
}
.box-steps .list-steps .item span strong {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
  margin-top: 2px;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item span strong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.box-steps .list-steps .item:nth-child(2) {
  background: #353435;
}

.box-steps .list-steps .item:nth-child(2) span {
  left: -10px;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item:nth-child(2) span {
    left: 0;
  }
}
.box-steps .list-steps .item:nth-child(2):before {
  content: "";
  width: 15px;
  height: 78px;
  position: absolute;
  left: -15px;
  top: 0;
  background: #353435;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item:nth-child(2):before {
    left: -2px;
    height: 54px;
    width: 10px;
  }
}
.box-steps .list-steps .item:nth-child(2):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 0 39px 15px;
  border-color: transparent transparent transparent #353435;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item:nth-child(2):after {
    border-width: 27px 0 27px 10px;
    right: -8px;
  }
}
.box-steps .list-steps .item:last-of-type {
  background: #2a292a;
}

.box-steps .list-steps .item:last-of-type span {
  left: 4px;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item:last-of-type span {
    left: 0;
  }
}
.box-steps .list-steps .item:last-of-type:before {
  content: "";
  width: 15px;
  height: 78px;
  position: absolute;
  left: -15px;
  top: 0;
  background: #2a292a;
}

@media screen and (max-width: 834px) {
  .box-steps .list-steps .item:last-of-type:before {
    left: -2px;
    height: 54px;
    width: 10px;
  }
}
.box-steps .list-steps .item:last-of-type:after {
  display: none;
}

.box-steps .list-steps .item.active span {
  opacity: 1;
}

.box-contact .box-note-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -4px;
}

@media screen and (max-width: 834px) {
  .box-contact .box-note-required {
    margin-bottom: 0;
  }
}
.box-contact .box-note-required .required {
  margin-right: 13px;
}

.box-contact .box-note-required .txt {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .box-contact .box-note-required .txt {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
.box-contact .form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #4b4b4b;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0;
  }
}
.box-contact .form dl dt {
  width: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  .box-contact .form dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 834px) {
  .box-contact .form dl dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.box-contact .form dl dt span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dt span {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
.box-contact .form dl dt span:last-of-type {
  margin-top: 0;
  letter-spacing: 0;
}

.box-contact .form dl dd {
  width: calc(100% - 425px);
  padding-right: 13.8vw;
}

@media screen and (max-width: 1200px) {
  .box-contact .form dl dd {
    width: 70%;
    padding-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .box-contact .form dl dd {
    width: 100%;
    padding-right: 0;
  }
}
.box-contact .form dl dd input {
  width: 100%;
  height: 38px;
  background: #fff;
  outline: 0;
  border-radius: 3px;
  border: none;
  padding: 0 21px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .box-contact .form dl dd input {
    height: 31px;
  }
}
@media screen and (max-width: 834px) {
  .box-contact .form dl dd input {
    border-radius: 1px;
    padding: 0 10px;
    height: 27px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.box-contact .form dl dd input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd input::-moz-placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd input:-ms-input-placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd input::-ms-input-placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd input::placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd textarea {
  border: none;
  outline: 0;
  height: 280px;
  width: 100%;
  border-radius: 3px;
  padding: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd textarea {
    font-size: 12px;
    font-size: 1.2rem;
    height: 130px;
    border-radius: 1px;
    padding: 10px;
  }
}
.box-contact .form dl dd textarea::-webkit-input-placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd textarea::-moz-placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd textarea:-ms-input-placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd textarea::-ms-input-placeholder {
  color: #c8c8c8;
}

.box-contact .form dl dd textarea::placeholder {
  color: #c8c8c8;
}

.c-select {
  position: relative;
  width: 100%;
  max-width: 290px;
  height: 38px;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #4b4b4b;
  font-size: 15px;
  font-size: 1.5rem;
}

.c-select:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.c-select select {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 21px;
  width: 100%;
  height: 100%;
  color: #666;
  text-align: center;
  background: none;
  outline: 0;
 z-index: 999;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.box-contact .form dl dd p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.box-contact .form dl dd .label-error {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  color: #bc252a;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd .label-error {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 0;
  }
}
.box-contact .form dl dd.txt-map {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  padding-top: 9px;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd.txt-map {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-contact .form dl dd.txt-map a {
  color: #fff;
  margin-left: 45px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd.txt-map a {
    margin-left: 5px;
  }
}
@media screen and (max-width: 374px) {
  .box-contact .form dl dd.txt-map a {
    display: block;
    margin-top: 5px;
  }
}
.box-contact .form dl dd.txt-map a img {
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd.txt-map a img {
    width: 10px;
    margin-top: -3px;
    margin-right: 5px;
  }
}
.box-contact .form dl dd .radio-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

@media screen and (max-width: 374px) {
  .box-contact .form dl dd .radio-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-contact .form dl dd .radio-form li {
  margin-right: 16px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd .radio-form li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .box-contact .form dl dd .radio-form li {
    width: 100%;
    margin-bottom: 5px;
  }
  .box-contact .form dl dd .radio-form li:last-of-type {
    margin-bottom: 0;
  }
}
.box-contact .form dl dd .radio-form li:last-of-type {
  margin-right: 0;
}

.box-contact .form dl dd .radio-form li input {
  display: none;
}

.box-contact .form dl dd .radio-form li label {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 23px;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd .radio-form li label {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-left: 15px;
  }
}
.box-contact .form dl dd .radio-form li label:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #4a4a4a;
  position: absolute;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd .radio-form li label:before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
}
.box-contact .form dl dd .radio-form li input:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #b28e7c;
  background: #b28e7c;
  position: absolute;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd .radio-form li input:checked + label:after {
    width: 8px;
    height: 8px;
    top: 5px;
  }
}
.box-contact .form dl dd .select-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd .select-form {
    padding-bottom: 20px;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .box-contact .form dl dd .select-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.box-contact .form dl dd .select-form .box-select {
  width: 75px;
  position: relative;
}

/*
@media screen and (max-width: 834px) {
  .box-contact .form dl dd .select-form .box-select {
    position: static;
  }
}
*/
@media screen and (max-width: 640px) {
  .box-contact .form dl dd .select-form .box-select {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 374px) {
  .box-contact .form dl dd .select-form .box-select {
    margin-bottom: 10px;
  }
}
.box-contact .form dl dd .select-form .box-select:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 14px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  /*
  top: 46%;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
          */
  right: 8px;
  z-index: 9;
}

@media screen and (max-width: 1024px) {
  .box-contact .form dl dd .select-form .box-select:after {
    right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .box-contact .form dl dd .select-form .box-select:after {
    top: 10px;
    right: 10px;
    width: 5px;
    height: 5px;
    /*display: none;*/
  }
}
.box-contact .form dl dd .select-form .box-select:first-of-type {
  width: 125px;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd .select-form .box-select:first-of-type {
    width: 110px;
  }
}
.box-contact .form dl dd .select-form .box-select:first-of-type select {
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .box-contact .form dl dd .select-form .box-select:first-of-type select {
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .box-contact .form dl dd .select-form .box-select:first-of-type select {
    padding-left: 10px;
  }
}
.box-contact .form dl dd .select-form .box-select select {
  width: 100%;
  height: 38px;
  border: 1px solid #4b4b4b;
  border-radius: 3px;
  background: #1f1e1f;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 10px;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 1024px) {
  .box-contact .form dl dd .select-form .box-select select {
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .box-contact .form dl dd .select-form .box-select select {
    height: 27px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 10px;
  }
}
.box-contact .form dl dd .select-form .box-select select::-ms-expand {
  display: none;
}

.box-contact .form dl dd .select-form span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  margin-left: 13px;
  margin-right: 33px;
}

@media screen and (max-width: 1024px) {
  .box-contact .form dl dd .select-form span {
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .box-contact .form dl dd .select-form span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 640px) {
  .box-contact .form dl dd .select-form span {
    margin-top: 6px;
  }
}
.box-contact .form dl dd .select-form span:last-of-type {
  margin-right: 0;
}

.box-contact .form dl dd .select-form-title:not(:first-of-type) {
  margin-top: 1.5em;
}

@media screen and (max-width: 834px) {
  .box-contact .form dl dd .select-form-title:not(:first-of-type) {
    margin-top: 0;
  }
}
.box-contact .form dl dd .select-form-title + .select-form {
  margin-top: 0.8em;
}

.box-contact .form dl dd.error input {
  background: #f8cdcd;
}

.box-contact .form dl dd.error textarea {
  background: #f8cdcd;
}

.box-contact .form dl dd.error .box-select select {
  background: #f8cdcd !important;
  color: #999899 !important;
}

.box-contact .form dl dd.error .box-select:after {
  border-color: #999899;
}

.box-contact .form .box-privacy {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 37px;
  display: block;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 834px) {
  .box-contact .form .box-privacy {
    padding-top: 15px;
    padding-bottom: 17px;
  }
}
.box-contact .form .box-privacy a {
  text-decoration: underline;
  color: #fff;
}

.box-contact .form .box-privacy input {
  display: none;
}

.box-contact .form .box-privacy label {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .box-contact .form .box-privacy label {
    padding-left: 17px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.box-contact .form .box-privacy label a {
  text-decoration: underline;
  color: #fff;
}

.box-contact .form .box-privacy label:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  border: 1px solid #b28e7c;
  position: absolute;
  left: 20px;
  top: 3px;
}

@media screen and (max-width: 834px) {
  .box-contact .form .box-privacy label:before {
    top: 3px;
    left: 17px;
  }
}
.box-contact .form .box-privacy input:checked + label:after {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 1px solid #b28e7c;
  border-right: 1px solid #b28e7c;
  position: absolute;
  left: 5px;
  top: 0;
}

.box-contact .form .box-privacy .label-error {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0;
  color: #bc252a;
  margin-top: 18px;
  position: relative;
  left: 3px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .box-contact .form .box-privacy .label-error {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.box-contact .form .link-contact {
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-contact .form .link-contact {
    padding-bottom: 35px;
  }
}
.box-contact .form .link-contact input {
  display: block;
}

.box-contact .form .link-contact label:before {
  top: 0;
  display: none !important;
}

.box-contact .form .link-contact .error {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 13px;
}

.box-contact .form .error .error {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0;
  color: #bc252a;
  margin-top: 18px;
  position: relative;
  left: 3px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .box-contact .form .error .error {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.box-contact .form .btn-contact {
  max-width: 947px;
  margin: 0 auto;
}

.box-contact .form .btn-contact .btn {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0px;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  .box-contact .form .btn-contact .btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.box-contact .form .btn-contact .btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 65px;
}

@media screen and (max-width: 834px) {
  .box-contact .form .btn-contact .btn:after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.box-contact .form .btn-download {
  margin-top: 120px;
  padding-top: 125px;
  border-top: 1px solid #4b4b4b;
}

@media screen and (max-width: 834px) {
  .box-contact .form .btn-download {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .box-contact .form .btn-download {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.box-contact .form .btn-download .btn {
  background: #403f40;
}

.box-contact .form .btn-download .btn:hover {
  background: #484848;
}

.box-contact .form-confirm dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .box-contact .form-confirm dl dt span:first-of-type {
    position: relative;
    top: -1px;
  }
}
.box-contact .form-confirm dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
}

.box-contact .form-finish {
  padding: 108px 20px 115px;
  border: 1px solid #4b4b4b;
}

@media screen and (max-width: 834px) {
  .box-contact .form-finish {
    padding: 20px 0;
    border: none;
    border-top: 1px solid #4b4b4b;
  }
}
.box-contact .form-finish .ttl-contact {
  font-size: 33px;
  font-size: 3.3rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .box-contact .form-finish .ttl-contact {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .box-contact .form-finish .ttl-contact {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.box-contact .form-finish .txt-thanks {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.15;
  margin-bottom: 50px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .box-contact .form-finish .txt-thanks {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
.box-contact .form-finish .btn-contact {
  max-width: 656px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 834px) {
  .box-contact .form-finish .btn-contact {
    margin-bottom: 25px;
  }
}
.box-contact .form-finish .box-info {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.15;
  margin-bottom: 36px;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .box-contact .form-finish .box-info {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.8;
  }
}
.box-contact .form-finish .box-info a {
  color: #fff;
}

.box-contact .form-finish .footer-item__share {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .box-contact .form-finish .footer-item__share li:first-of-type {
    width: auto;
    margin-bottom: 0;
  }
}
.box-contact .form-finish .footer-item__share li a {
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .box-contact .form-finish .footer-item__share li a {
    border-radius: 3px;
  }
}
.box-contact .form-finish .footer-item__share li:nth-child(1) img {
  width: 8px;
}

.box-contact .form-finish .footer-item__share li:nth-child(2) img {
  width: 18px;
}

.box-contact .form-finish .footer-item__share li:nth-child(3) img {
  width: 16px;
}

.btn-back {
  padding-top: 38px;
  padding-bottom: 32px;
}

.btn-back a, .btn-back button {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 28px;
  position: relative;
  letter-spacing: 1.5px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
}

@media screen and (max-width: 834px) {
  .btn-back a, .btn-back button {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 25px;
  }
}
.btn-back a:after, .btn-back button:after {
  content: "";
  display: block;
  width: calc(100% - 33px);
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 28px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .btn-back a:after, .btn-back button:after {
    width: calc(100% - 26px);
    left: 25px;
    background: #8e8e8f;
    bottom: -1px;
  }
}
.btn-back a:before, .btn-back button:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("../img/contact/arrow.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 834px) {
  .btn-back a:before, .btn-back button:before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 834px) {
  .btn-back {
    padding-top: 15px;
    padding-bottom: 17px;
    text-align: center;
  }
}
.required {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 9px 14px;
  border-radius: 3px;
  background: #b28e7c;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .required {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 834px) {
  .required {
    padding: 6px 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 2px;
  }
}
.confirm {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 7px 13px;
  border-radius: 3px;
  border: 1px solid #b28e7c;
  color: #b28e7c !important;
}

@media screen and (max-width: 1024px) {
  .confirm {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 834px) {
  .confirm {
    padding: 6px 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 2px;
  }
}
.any {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 9px 14px;
  border-radius: 3px;
  background: #8f8f8f;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .any {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 834px) {
  .any {
    padding: 6px 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 2px;
  }
}
.ipd {
  display: none;
}

@media screen and (max-width: 1024px) {
  .ipd {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .ipd {
    display: none;
  }
}
.xs {
  display: none;
}

@media screen and (max-width: 374px) {
  .xs {
    display: block;
  }
}
.mw_wp_form_input .btn-back {
  display: none;
}

.mw_wp_form_confirm .box-contact .form dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mw_wp_form_confirm .box-contact .form dl dd {
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  font-size: 1.5rem;
}

.mw_wp_form_confirm .menu_input {
  display: none;
}

.mw_wp_form_confirm .menu_confirm {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mw_wp_form_confirm .link-contact {
  display: none !important;
}

.mw_wp_form_confirm .box-contact .form dl dd .select-form .box-select {
  width: auto;
}

.mw_wp_form_confirm .box-select:after {
  display: none;
}

.mw_wp_form_confirm .box-contact .form dl dd .select-form span {
  margin-left: 0;
  margin-right: 4px;
}

.mw_wp_form_confirm .box-contact .form dl dt .required {
  display: none !important;
}

.mw_wp_form_confirm .box-contact .form dl dt .any {
  display: none !important;
}

.mw_wp_form_confirm .box-contact .form dl dt .confirm {
  display: block !important;
}

.mw_wp_form_confirm .box-contact .form dl dd .select-form {
  padding-bottom: 0;
}

.mw_wp_form_confirm .box-contact .form dl dd .select-form span {
  margin-top: 3px;
}

.mw_wp_form_confirm .c-select {
  max-width: 100%;
  height: auto;
  border: 0;
}

.mw_wp_form_confirm .c-select:before {
  display: none;
}


.box-contact .form dl dt .confirm {
  display: none !important;
}

.menu_confirm {
  display: none !important;
}

.radio_custom {
  padding-top: 4px !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio_custom .error {
  width: 100%;
  font-size: 15px !important;
  font-weight: 500;
  display: inline-block;
  margin-left: 0;
  color: #bc252a;
  margin-top: 18px;
  position: relative;
  left: 3px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .radio_custom .error {
    font-size: 12px !important;
    margin-top: 5px;
  }
}
.radio_custom .mwform-radio-field,
.radio_custom .mwform-checkbox-field {
  margin-right: 25px;
  font-weight: 500;
  color: #8c8c8c;
  margin-left: 0 !important;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

@media screen and (max-width: 834px) {
  .radio_custom .mwform-radio-field,
.radio_custom .mwform-checkbox-field {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.radio_custom .mwform-radio-field label,
.radio_custom .mwform-checkbox-field label {
  margin-right: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .radio_custom .mwform-radio-field label,
.radio_custom .mwform-checkbox-field label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.radio_custom .mwform-radio-field label input,
.radio_custom .mwform-checkbox-field label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio_custom .mwform-radio-field label .mwform-radio-field-text,
.radio_custom .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
}

.radio_custom .mwform-radio-field label .mwform-radio-field-text:before,
.radio_custom .mwform-checkbox-field label .mwform-checkbox-field-text:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #4a4a4a;
  position: absolute;
  top: 6px;
  left: -20px;
}

.radio_custom .mwform-radio-field label .mwform-radio-field-text:after,
.radio_custom .mwform-checkbox-field label .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  display: none;
}

.radio_custom .mwform-radio-field label input:checked ~ .mwform-radio-field-text:after,
.radio_custom .mwform-checkbox-field label input:checked ~ .mwform-checkbox-field-text:after {
  display: block;
}

.radio_custom .mwform-radio-field label .mwform-radio-field-text:after,
.radio_custom .mwform-checkbox-field label .mwform-checkbox-field-text:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #b28e7c;
  background: #b28e7c;
  position: absolute;
  top: 6px;
  left: -20px;
}

.box-select .error {
  /*position: absolute;*/
  margin-left: 0 !important;
  left: 0;
  /*width: 200px;*/
  width: auto;
  white-space: nowrap;
  color: #B70000 !important;
  bottom: -26px;
}

@media screen and (max-width: 834px) {
  .box-select .error {
    bottom: 4px;
  }
}
.box-select.on select {
  background: #f8cdcd !important;
}

.box-contact .form dl dt .confirm.block {
  display: block !important;
}

.box-popup {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

@media screen and (max-width: 640px) {
  .box-popup {
    width: 80%;
  }
}
.box-popup.on {
  display: block;
}

.box-popup .close-popup {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  font-size: 18px;
  font-size: 1.8rem;
}

.box-popup .content-popup {
  height: 70vh;
  border: 1px solid #1A1A1A;
  padding: 35px 40px 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  color: #333;
}

@media screen and (max-width: 1200px) {
  .box-popup .content-popup {
    height: 63vh;
    padding: 40px 15px 15px;
  }
}
@media screen and (max-width: 374px) {
  .box-popup .content-popup {
    height: 350px;
  }
}
.box-popup .content-popup .ttl-popup {
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .box-popup .content-popup .ttl-popup {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.box-popup .content-popup .box-popup__content {
  font-size: 13px;
  text-align: justify;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .box-popup .content-popup .box-popup__content {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.box-popup .content-popup .box-popup__content p {
  line-height: 1.3;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .box-popup .content-popup .box-popup__content p {
    margin-bottom: 5px;
  }
}
.box-popup .content-popup .box-popup__content p span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.box-popup .content-popup .box-popup__content p small {
  margin-top: 5px;
  margin-left: 20px;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

.box-popup .content-popup .box-popup__content p a {
  color: #333;
  text-decoration: underline;
}

.box-popup ::-webkit-scrollbar {
  display: none;
}

.txt-note {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*
@media screen and (max-width: 834px) {
  .txt-note {
    margin-top: -4px;
  }
}
*/
.sec-access-page {
  padding-top: 120px;
}

@media screen and (max-width: 834px) {
  .sec-access-page {
    padding-top: 40px;
  }
}
.box-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -43px;
}

@media screen and (max-width: 1024px) {
  .box-access {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 834px) {
  .box-access {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-access__left {
  width: 50%;
  padding: 0 0 0 43px;
  position: relative;
  top: -8px;
}

@media screen and (max-width: 1200px) {
  .box-access__left {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .box-access__left {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .box-access__left {
    width: 100%;
    top: 0;
    padding: 0;
    margin-bottom: 36px;
  }
}
.box-access__left dl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.875;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .box-access__left dl {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 374px) {
  .box-access__left dl {
    font-size: 10px;
    font-size: 1rem;
  }
}
.box-access__left dl:last-of-type {
  margin-bottom: 0;
}

.box-access__left dl dt {
  width: 160px;
}

@media screen and (max-width: 1024px) {
  .box-access__left dl dt {
    width: 80px;
  }
}
@media screen and (max-width: 834px) {
  .box-access__left dl dt {
    width: 100%;
    padding: 13px 20px;
    background: #2c2c2c;
    margin-bottom: 20px;
  }
}
.box-access__left dl dd {
  width: calc(100% - 160px);
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) {
  .box-access__left dl dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 834px) {
  .box-access__left dl dd {
    width: 100%;
    letter-spacing: 0;
  }
}
.box-access__left dl dd img {
  margin-right: 10px;
  margin-top: -3px;
}

@media screen and (max-width: 834px) {
  .box-access__left dl dd img {
    margin-left: 10px;
  }
}
.box-access__left dl dd a {
  color: #fff;
}

.box-access__right {
  width: 50%;
  padding: 0 43px;
}

@media screen and (max-width: 1200px) {
  .box-access__right {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .box-access__right {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .box-access__right {
    width: 100%;
    padding: 0;
  }
}
.box-access__right .img {
  padding-left: 115px;
}

@media screen and (max-width: 1200px) {
  .box-access__right .img {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .box-access__right .img {
    padding-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .box-access__right .img {
    padding-left: 0;
  }
}
.sec-company {
  padding-top: 114px;
}

@media screen and (max-width: 834px) {
  .sec-company {
    padding-top: 50px;
  }
}
.box-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -43px;
}

@media screen and (max-width: 1450px) {
  .box-company {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 834px) {
  .box-company {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
.box-company .item {
  padding: 0 43px;
  width: 50%;
}

@media screen and (max-width: 1450px) {
  .box-company .item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .box-company .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.box-company .item dl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33.5px 0;
  border-bottom: 1px solid #4b4b4b;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .box-company .item dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
    border-bottom: none;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .box-company .item dl:last-of-type {
    margin-bottom: 0;
  }
}
.box-company .item dl dt {
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .box-company .item dl dt {
    width: 80px;
  }
}
@media screen and (max-width: 834px) {
  .box-company .item dl dt {
    width: 100%;
    padding: 15px 20px;
    background: #2c2c2c;
    margin-bottom: 20px;
  }
}
.box-company .item dl dd {
  width: calc(100% - 150px);
}

@media screen and (max-width: 1024px) {
  .box-company .item dl dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 834px) {
  .box-company .item dl dd {
    width: 100%;
  }
}
.box-company .item dl dd img {
  margin-right: 10px;
  margin-top: -3px;
}

@media screen and (max-width: 834px) {
  .box-company .item dl dd img {
    margin-left: 0;
  }
}
.box-company .item dl dd a {
  color: #fff;
}

.box-company .item dl:first-of-type {
  padding-top: 0;
}

.box-company .item:nth-child(2) dl dt {
  width: 160px;
}

@media screen and (max-width: 1024px) {
  .box-company .item:nth-child(2) dl dt {
    width: 120px;
  }
}
@media screen and (max-width: 834px) {
  .box-company .item:nth-child(2) dl dt {
    width: 100%;
  }
}
.box-company .item:nth-child(2) dl dd {
  width: calc(100% - 160px);
}

@media screen and (max-width: 1024px) {
  .box-company .item:nth-child(2) dl dd {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 834px) {
  .box-company .item:nth-child(2) dl dd {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
.plan_text_05 {
  text-align: right;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 1.5rem;
}

.ttl_planver {
  text-transform: uppercase;
  color: white;
  background: #bb9987;
  padding: 7px 14px;
  border-radius: 20px;
  margin-right: 15px;
  font-size: 1.3rem;
}

.sm_plan_txt_co {
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 13px;
}

.txt_cen_sm_plan {
  padding: 0px 10px 0px 0px;
}

.tp_i_txt_24 {
  margin-bottom: 40px;
}

#header .header-show .tel_27_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0f0f0f;
  color: white;
  text-align: center;
  padding: 24px 72px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 9999px) {
  #header .header-show .tel_27_text {
    padding: 20px 30px;
    /*margin-left: 15px;*/
  }
}
@media screen and (max-width: 834px) {
  #header .header-show .tel_27_text {
    padding: 17px 28px;
  }
}
#header .header-show .tel_27_text span {
  display: block;
  width: 100%;
}

#header .header-show .tel_27_text span.en {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 7px;
}

@media screen and (max-width: 834px) {
  #header .header-show .tel_27_text span.en {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
#header .header-show .tel_27_text span.jp {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  #header .header-show .tel_27_text span.jp {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.lp-title01 {
  background: rgb(31, 30, 31);
  padding: 0px 0 100px;
  text-align: center;
  color: #b28e7c;
  font-size: 20px;
}

.lp-title02 {
  background: rgb(31, 30, 31);
  text-align: center;
  color: #b28e7c;
  font-size: 20px;
}

.lp-title-sub1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  font-family: "Source Serif Pro";
  padding: 10% 0% 5% 0%;
  font-size: 30px;
}

.lp-title-sub1:before,
.lp-title-sub1:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0px 50px;
}

.lp-title-sub1:before {
  margin-right: 2rem;
}

.lp-title-sub1:after {
  margin-left: 2rem;
}

.lp-title-h {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 3.4rem;
  color: white;
  letter-spacing: 4.5px;
  font-weight: 600;
  line-height: 5%;
}

.lp_text_sub {
  text-align: left;
  color: #fff;
  padding: 0% 5% 0% 5%;
  font-weight: 500;
  font-size: 1.5rem;
}

.lp_container_con {
  display: block;
  max-width: 1440px;
  padding: 30px 0px 0px 0px;
  margin: 0 auto;
}

.lp_servise_ltext_ {
  color: white;
  text-align: left;
  padding: 30px 60px 0px 50px;
  padding: 5% 0% 0% 5%;
}

.lp_icon_list_ {
  padding: 3% 5% 0% 5%;
}

.lp_btn_main {
  background-color: #b28e7c;
  width: 71%;
  height: 100px;
  display: inline-block;
  text-align: center;
  padding: 25px;
  font-size: 20px;
  margin: 45px 0px 0px 0px;
}

.lp_btn_txet_ {
  color: white;
  font-weight: 700;
}

.lp_sec-plan_con {
  background: #353435;
  padding: 110px 0 115px;
}

.lp_map_con_1 {
  color: white;
  display: block;
  padding: 0% 5% 0% 5%;
  letter-spacing: 2px;
}

.lp_photo_block1 {
  padding: 30px 0px;
  display: block;
}

.lp_photo_block2 {
  padding: 30px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.lp-title-sub1_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  font-family: "Source Serif Pro";
  padding: 50px 0px 0px 0px;
}

.lp-title-h_tl {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 3.4rem;
  letter-spacing: 4.5px;
  margin-bottom: 50px;
  font-weight: 600;
}

.table02 {
  border: solid 1px #434343;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 65px;
  max-width: 1300px;
}

.table02 tr td {
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 28px 10px;
  letter-spacing: 2px;
  border-right: solid 1px #434343;
}

.table02 thead {
  background: #353435;
}

.lp_map_con_3 {
  color: white;
  display: block;
  padding: 0% 5% 5% 5%;
  letter-spacing: 2px;
}

.box-tsumugi-txt .text-right_ {
  width: 50%;
  padding-left: 4%;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
}

.sub_text_right__ {
  font-size: 20px;
}

.box-tsumugi-txt .text-left_ {
  width: 50%;
  padding-right: 0%;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
}

.box-tsumugi-txt .text-left__ {
  width: 50%;
  padding-right: 0px;
  text-align: left;
  padding-top: 5%;
  font-size: 18px;
  line-height: 20px;
}

.box-tsumugi-txt .text-right__ {
  width: 50%;
  padding-left: 4%;
  text-align: left;
  padding-top: 5%;
  font-size: 18px;
  line-height: 20px;
}

.image_block_con_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image_block_con_main2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.image_block_con1 {
  width: 33.3%;
  height: 370px;
  border: solid 2px gray;
  border-radius: 10px;
  margin: 0px 20px 0px 20px;
}

.image_block_con2 {
  width: 33.3%;
  height: 370px;
  border: solid 2px gray;
  border-radius: 10px;
}

.image_block_con3 {
  width: 33.3%;
  height: 370px;
  border: solid 2px gray;
  border-radius: 10px;
  margin: 0px 20px 0px 20px;
}

.lp_image_con_title {
  display: block;
  padding: 30px 0px 0px 0px;
  font-size: 23px;
  font-weight: 500;
}

.lp_image_con_text {
  font-size: 15px;
  color: white;
  display: block;
  padding: 20px 25px 0px 25px;
}

.image_cl_all {
  padding: 40px 0px 0px 0px;
  width: 60px;
}

.lp_fot_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp_fot_main_1 {
  color: #595a5a;
}

.lpt_title_01 {
  -moz-text-align-last: left;
  text-align-last: left;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

#header .header-show .tel_22_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b28e7c;
  color: white;
  text-align: center;
  padding: 26px 72px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 834px) {
  #header .header-show .tel_22_text {
    /*padding: 17px 17px;*/
  }
}
#header .header-show .tel_22_text span {
  display: block;
  width: 100%;
}

#header .header-show .tel_22_text span.en {
  font-size: 16px;
  font-size: 2.4rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 7px;
}

@media screen and (max-width: 834px) {
  #header .header-show .tel_22_text span.en {
    font-size: 11px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
#header .header-show .tel_22_text span.jp {
  font-size: 14px;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  #header .header-show .tel_22_text span.jp {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#header .header-show .viewing22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #353435;
  color: white;
  text-align: left;
  padding: 24px 72px;
  margin-left: 43px;
  position: relative;
  z-index: 9;
}

#header .header-show .viewing22 span {
  display: block;
  width: 100%;
}

#header .header-show .viewing22 span.en {
  font-size: 16px;
  font-size: 2.4rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 7px;
}

@media screen and (max-width: 834px) {
  #header .header-show .viewing22 span.en {
    font-size: 11px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
#header .header-show .viewing22 span.jp {
  font-size: 13px;
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  #header .header-show .viewing22 span.jp {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*#header .header-show .pc-menu .show-menu li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    height: 100%;
    color: #b28e7c;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}*/
.top_hp_link_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  text-align: left;
  color: #595a5a;
  font-size: 20px;
  font-family: "Noto Sans JP";
  margin: 150px 0px 0px 0px;
  line-height: 30px;
}

.top_hp_link_block_child1 {
  background-color: white;
  width: 25%;
  margin-right: 30px;
  padding: 25px 0px 0px 75px;
  font-weight: 500;
  border-radius: 5px;
}

.top_hp_link_block_child2 {
  background-color: white;
  width: 25%;
  padding: 25px 0px 0px 75px;
  font-weight: 500;
  margin-right: 3px;
  border-radius: 5px;
}

.top_hp_link_block_child3 {
  background-color: white;
  width: 25%;
  margin-right: 30px;
  padding: 25px 0px 0px 75px;
  font-weight: 500;
  border-radius: 5px;
}

.top_hp_link_block_child4 {
  background-color: white;
  width: 25%;
  padding: 25px 0px 0px 75px;
  font-weight: 500;
  border-radius: 5px;
}

.lp_btn_line_ {
  margin: -55px 0px 0px 170px;
  width: 1px;
  height: 50px;
  background-color: #dcdcdc;
}

.lp_ft_sub22 {
  padding: 0px 0px 0px 70px;
}

.lp_fot_main lp_fot_main_1 {
  color: #595a5a;
}

.lp_hd_btn_22 {
  display: inline-block;
  margin: 0px 0px 0px 50px;
}

.lp-title-sub22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  font-family: "Source Serif Pro";
  padding: 80px 0px 20px 0px;
  font-size: 30px;
}

.btn_cl_2301 {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: -50px 0px 0px -100px;
}

.top_hp_link_block_child1_icon {
  background-image: url(https://theplace.co.jp/wp-content/themes/visbuilding/img/plan/btn_icon01_25.png);
  width: 97px;
  height: 97px;
  position: absolute;
  margin: -50px 0px 0px -110px;
}

.top_hp_link_block_child1_icon2 {
  background-image: url(https://theplace.co.jp/wp-content/themes/visbuilding/img/plan/btn_icon02.png);
  width: 97px;
  height: 97px;
  position: absolute;
  margin: -50px 0px 0px -110px;
}

.top_hp_link_block_child1_icon3 {
  background-image: url(https://theplace.co.jp/wp-content/themes/visbuilding/img/plan/btn_icon03.png);
  width: 97px;
  height: 97px;
  position: absolute;
  margin: -50px 0px 0px -110px;
}

.top_hp_link_block_child1_icon4 {
  background-image: url(https://theplace.co.jp/wp-content/themes/visbuilding/img/plan/btn_icon04.png);
  width: 97px;
  height: 97px;
  position: absolute;
  margin: -50px 0px 0px -110px;
}

.top_hp_link_block_child1_gd1 {
  background-image: url(https://theplace.co.jp/wp-content/themes/visbuilding/img/plan/icon_gd_23.png);
  position: absolute;
  width: 60px;
  height: 60px;
  margin: -70px 10px 10px 155px;
}

.lp_top_pop {
  background-image: url(https://theplace.co.jp/wp-content/themes/visbuilding/img/plan/pop_24_.jpg);
  width: 600px;
  height: 150px;
  position: absolute;
  margin: 0px 0px 0px 800px;
}

.lp_jumptext {
  color: #353435;
}

.table01_td_text {
  color: #b28e7c;
  font-size: 15px;
}

.vb_re_25 {
  margin: 0px 50px 0px 0px;
}

.list-plan__list li .lp_li_ai_25 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.lp_btn_new2 {
  padding: 5% 0% 0% 0%;
}

.lp_sp_hd_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.lpt_title_re01 {
  font-size: 60px;
  text-align: left;
  font-weight: 600;
  margin-top: 150px;
}

.lp_tel_title1 {
  color: #b28e7c;
  font-size: 2.2rem;
  margin: 10px 0px 0px 0px;
}

.lp_tel_title1_color {
  color: #b28e7c;
}

.photo_22_3f {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80%;
}

.txt_2_22_3f {
  padding: 0% 5% 0% 5%;
}

@media screen and (max-width: 768px) {
  #header .header-show .viewing {
    padding: 10px 10px 10px 10px;
    /*margin-left: -20px;*/
  }
/*
  #header .logo img {
    position: absolute;
    margin: 0px 0px 0px -80px;
  }
*/
}
@media screen and (max-width: 834px) {
  .lp_photo_block2 {
    display: block;
  }
  .lp_fot_main {
    display: block;
  }
  .lp_ft_sub22 {
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
  .lp_14_text_ft {
    text-align: left;
  }
  .lp-title-sub1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
    font-family: "Source Serif Pro";
    padding: 10% 0% 5% 0%;
    font-size: 0.8em;
    white-space: nowrap;
  }
  .lp_sp_hd_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .top_hp_link_block_child1 {
    display: none;
  }
  .top_hp_link_block_child2 {
    display: none;
  }
  .top_hp_link_block_child3 {
    display: none;
  }
  .top_hp_link_block_child4 {
    display: none;
  }
  .lp_map_con_3 {
    color: white;
    display: block;
    padding: 0% 5% 5% 5%;
    letter-spacing: 2px;
    font-size: 1.1rem;
    text-align: left;
  }
  .lp_map_con_1 {
    color: white;
    display: block;
    padding: 0% 5% 0% 5%;
    letter-spacing: 2px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
  }
  .lpt_title_01 {
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin: 120% 0% 0% 0%;
  }
  .image_block_con1 {
    height: 280px;
    border: solid 2px gray;
    border-radius: 10px;
    width: 88%;
  }
  .image_block_con2 {
    height: 300px;
    border: solid 2px gray;
    border-radius: 10px;
    width: 88%;
    margin: 6%;
  }
  .image_block_con3 {
    height: 280px;
    border: solid 2px gray;
    border-radius: 10px;
    width: 88%;
  }
  .image_block_con_main {
    display: inline-block;
  }
  .image_block_con_main2 {
    padding-top: 20px;
    display: inline-block;
  }
  .lp_photo_block1 {
    padding: 30px 0px;
    display: inline-grid;
    width: 850px;
    margin: 0px 0px 0px 30px;
  }
  .lp_sp_15 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
  }
  .lp-title-h {
    display: block;
    font-family: "Noto Sans JP";
    font-size: 2.5rem;
    color: white;
    letter-spacing: 4.5px;
    font-weight: 600;
    line-height: 5%;
    margin-bottom: 20px;
  }
  .box-tsumugi-txt .text-left_ {
    padding-right: 0%;
    text-align: left;
    font-size: 11px;
    line-height: 20px;
    width: 100%;
  }
  .box-tsumugi-txt .text-right_ {
    padding-left: 4%;
    text-align: left;
    font-size: 11px;
    line-height: 20px;
    width: 100%;
    margin-left: -4%;
  }
  .box-tsumugi-txt .text-left__ {
    padding-right: 0px;
    text-align: left;
    padding-top: 5%;
    font-size: 11px;
    line-height: 20px;
    width: 100%;
  }
  .box-tsumugi-txt .text-right__ {
    padding-right: 0px;
    text-align: left;
    padding-top: 5%;
    font-size: 11px;
    line-height: 20px;
    width: 100%;
    margin-left: -4%;
  }
  .list-plan__list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ttlcomp-02 span {
    display: inline-block;
    line-height: 1.5;
  }
  .lp_text_sub {
    text-align: left;
    color: #fff;
    padding: 0% 5% 0% 5%;
    font-weight: 500;
    font-size: 1.1rem;
  }
  .lp_servise_ltext_ {
    color: white;
    text-align: left;
    padding: 5% 0% 0% 5%;
    font-size: 11px;
  }
  .lp_image_con_title {
    display: block;
    padding: 20px 0px 0px 0px;
    font-size: 20px;
    font-weight: 500;
  }
  .lp_image_con_text {
    font-size: 11px;
    color: white;
    display: block;
    padding: 20px 25px 0px 25px;
  }
  .lp_tel_title1 {
    color: white;
    padding: 10px 0px 20px 0px;
  }
  .lpt_title_re01 {
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    margin-top: 270px;
    line-height: 50px;
  }
  .lpt_title_01 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0px 0px 0px;
  }
  .photo_22_3f {
    display: none;
  }
  .txt_2_22_3f {
    display: none;
  }
  .mb_de {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.logoss {
  max-width: 596px;
  margin: auto;
  padding: 0 50px;
}

.hw_new {
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  position: absolute;
  margin-top: 40px;
  width: 110px;
}

.sec-office {
  position: relative;
  padding: 115px 0 105px;
  background: #1f1e1f;
}

.sec-office .office-card__body-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.office-card-wrap {
  padding-bottom: 20px;
}

.office-card-wrap .office-card {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  min-width: 834px;
}

.office-card-wrap .office-card__item {
  min-width: calc(33.33% - 36.66px);
  max-width: 430px;
}

@media screen and (max-width: 1200px) {
  .office-card-wrap .office-card__item {
    min-width: calc(33.33% - 13px);
  }
}
@media screen and (max-width: 834px) {
  .office-card-wrap .office-card__item {
    min-width: calc(50% - 13px);
  }
}
@media screen and (max-width: 640px) {
  .office-card-wrap .office-card__item {
    max-width: calc(100% - 26px);
    min-width: 260px;
  }
  .office-card-wrap .office-card__body-desc{
    display: none;
  }
}
.office-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 55px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: calc(((100vw - 100%) / 2) * -1);
  width: calc(100% + ((100vw - 100%) / 2));*/
}

.office-card__item {
  width: calc(33.33% - 36.66px);
}

@media screen and (max-width: 1200px) {
  .office-card {
    gap: 40px 26px;
  }
  .office-card__item {
    width: calc(33.33% - 17.333px);
  }
}
@media screen and (max-width: 834px) {
  .sec-office {
    padding: 60px 0 40px;
  }
  .office-card__item {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 640px) {
  .office-card__item {
    width: 100%;
  }
}
.office-card__content {
  display: block;
  color: inherit;
  overflow: hidden;
  border-radius: 5px;
  background: #403f40;
}

.office-card__image {
  position: relative;
  padding-top: 62.9%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .office-card__image {
    padding-top: 51.64%;
  }
}
.office-card__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.office-card__body {
  padding: 9.3%;
}

.office-card__body-title {
  margin-bottom: 0.7em;
  color: #b28e7c;
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .office-card__body-title {
    font-size: 2rem;
  }
}
.office-card__body-desc {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 640px) {
  .office-card__body {
    padding: 5% 6%;
  }
  .office-card__body-title {
    font-size: 1.8rem;
  }
  .office-card__body-desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.office-card__item a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.scroll-hint-icon {
  left: auto;
  right: 0;
  width: 80px;
  border-radius: 50%;
}

.scroll-hint-icon:before {
  margin-top: 17px;
  width: 25px;
  height: 25px;
  opacity: 0.7;
}

.scroll-hint-icon:after {
  top: 20px;
  margin-left: -13px;
  width: 30px;
  height: 10px;
  opacity: 0.7;
  background-size: contain;
}

.scroll-hint-icon .scroll-hint-text {
  display: none;
}

/*-------------------
2023.新規追加ページ
-------------------*/
/* ====================================================
  Q&A
==================================================== */
.qa-block {
  padding: min(120px, 6.51vw) 0 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1333333333;
}

@media screen and (max-width: 834px) {
  .qa-block {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .qa-block {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.qa-block__title {
  margin-bottom: 1.8em;
  font-size: 3.3rem;
  line-height: 1.5757575758;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .qa-block__title {
    margin-bottom: 1em;
    font-size: max(2rem, 2.75vw);
  }
}
.qa-block__item:not(:last-of-type) {
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .qa-block__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.qa-block__item[open=true] .qa-block__head:before {
  content: "ー";
  background: #b28e7c;
}

.qa-block__head {
  position: relative;
  padding: 2em calc(80px + 2em) 2em 2em;
  line-height: 1.333;
  background: #2a292a;
  border-radius: 2px;
  cursor: pointer;
  list-style: none;
}

@media screen and (max-width: 640px) {
  .qa-block__head {
    padding: 1.5em calc(60px + 1.5em) 1.5em 1.5em;
  }
}
.qa-block__head:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  content: "＋";
  top: 0;
  right: 0;
  text-align: center;
  font-size: 2.4rem;
  background: #8f8f8f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 640px) {
  .qa-block__head:before {
    width: 60px;
    font-size: 2rem;
  }
}
.qa-block__head.is-open:before {
  content: "ー";
}

.qa-block__body {
  padding: 1em 2em 0;
}

@media screen and (max-width: 640px) {
  .qa-block__body {
    padding: 1em 1.5em 0.5em;
  }
}
/* ====================================================
  FLOW
==================================================== */
.flow-block {
  position: relative;
  padding: min(120px, 6.51vw) 0;
}

@media screen and (max-width: 834px) {
  .flow-block {
    padding: max(40px, 10.666vw) 0;
  }
}
.flow-block__title {
  margin-bottom: min(120px, 6.51vw);
  padding-bottom: 45px;
  border-bottom: 1px solid #4b4b4b;
}

@media screen and (max-width: 834px) {
  .flow-block__title {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
.flow-block .contact-block {
  margin-top: 65px;
}

@media screen and (max-width: 834px) {
  .flow-block .contact-block {
    margin-top: 30px;
  }
}
.flow-block:nth-child(odd) {
  background-color: #2a292a;
}

@media screen and (min-width: 835px) {
  .flow-block:nth-child(odd) .flow-content__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flow-block:nth-child(odd) .flow-content__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.flow-block:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .flow-block:not(:last-child):before {
    width: 16px;
    height: 16px;
  }
}
.flow-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 80px;
}

@media screen and (max-width: 1024px) {
  .flow-content {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 834px) {
  .flow-content {
    grid-template-columns: 1fr;
  }
}
.flow-content__body {
  color: #fff;
}

.flow-content__title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 3.3rem;
  line-height: 1.5454545455;
}

@media screen and (max-width: 1200px) {
  .flow-content__title {
    font-size: max(2rem, 2.75vw);
  }
}
.flow-content__title .no {
  display: inline-block;
  margin-right: 1.16em;
  width: 1.33em;
  font-family: "Source Serif Pro", serif !important;
  font-size: 90.9%;
  line-height: 1.33em;
  text-align: center;
  background: #b28e7c;
}

@media screen and (max-width: 834px) {
  .flow-content__title .no {
    margin-right: 1em;
    width: 1.6em;
    line-height: 1.6em;
  }
}
.flow-content__desc {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}

@media screen and (max-width: 640px) {
  .flow-content__desc {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.flow-forbidden {
  margin-top: min(120px, 6.51vw);
  padding: max(20px, 4.28%);
  color: #fff;
  border: 1px solid #8f8f8f;
}

@media screen and (max-width: 834px) {
  .flow-forbidden {
    margin-top: max(20px, 10.666vw);
  }
}
.flow-forbidden__title {
  margin-bottom: 0.7em;
  color: #b28e7c;
  line-height: 1;
}

/* ====================================================
  CASE STUDY
==================================================== */
.sec-casestudy {
  padding: 108px 0 0;
}

@media screen and (max-width: 834px) {
  .sec-casestudy {
    padding: 50px 0 0;
  }
}
.sec-casestudy .block-info__content-inner {
  max-width: 740px;
}

.sec-casestudy .contact-block {
  margin-bottom: min(115px, 5.9vw);
}

@media screen and (max-width: 834px) {
  .sec-casestudy .contact-block {
    margin-bottom: max(40px, 10vw);
  }
}
.sec-casestudy .block-info__image:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 67, 67, 0.5);
}

.block-info {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: min(120px, 6.51vw) 0 min(115px, 5.9vw);
}

@media screen and (max-width: 834px) {
  .block-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10vw 0 max(40px, 10vw);
  }
}
.block-info .txt-deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  color: transparent;
  font-size: min(338px, 17.6vw);
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 0.7;
  text-align: right;
  -webkit-text-stroke: 2px #313131;
}

@media screen and (max-width: 640px) {
  .block-info .txt-deco {
    -webkit-text-stroke: 1px #313131;
  }
}
.block-info__image {
  position: relative;
  width: 64.68vw;
}

@media screen and (max-width: 834px) {
  .block-info__image {
    width: 94.66%;
  }
}
.block-info__content {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 13vw;
  padding: min(120px, 6.25vw) min(110px, 5.729vw);
  width: 51.927vw;
  background-color: #323232;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .block-info__content {
    margin-top: -8.66vw;
    padding: 10.66vw;
    width: 94.66%;
  }
}
.block-info__content-inner {
  width: 100%;
  color: #fff;
}

.block-info:nth-child(odd) .block-info__image {
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .block-info:nth-child(odd) .block-info__image {
    margin-right: 0;
    margin-left: auto;
  }
}
.block-info:nth-child(odd) .block-info__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 835px) {
  .block-info:nth-child(odd) .block-info__content {
    margin-left: -16.5vw;
  }
}
@media screen and (max-width: 834px) {
  .block-info:nth-child(odd) .block-info__content {
    margin-right: auto;
  }
}
@media screen and (min-width: 835px) {
  .block-info:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.block-info:nth-child(even) .block-info__image {
  margin-left: auto;
}

@media screen and (max-width: 834px) {
  .block-info:nth-child(even) .block-info__image {
    margin-right: auto;
    margin-left: 0;
  }
}
.block-info:nth-child(even) .block-info__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: -12.753vw;
  margin-right: -17vw;
}

@media screen and (max-width: 834px) {
  .block-info:nth-child(even) .block-info__content {
    margin-right: 0;
    margin-left: auto;
  }
}
.block-info__title {
  margin-bottom: min(1.4em, 3.125vw);
  color: #b28e7c;
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 0.8;
}

@media screen and (max-width: 1200px) {
  .block-info__title {
    font-size: max(2.2rem, 2.9vw);
  }
}
@media screen and (max-width: 640px) {
  .block-info__title {
    margin-bottom: 1.2em;
  }
}
.block-info__sub-title {
  margin-bottom: 1.2em;
  font-size: 3.3rem;
  line-height: 1.5757575758;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .block-info__sub-title {
    margin-bottom: 1em;
    font-size: max(2rem, 2.75vw);
  }
}
.block-info__desc {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}

.block-info__tags {
  margin-top: min(50px, 2.6vw);
  padding-top: min(50px, 2.6vw);
  border-top: 1px solid #5e5e5e;
}

@media screen and (max-width: 834px) {
  .block-info__tags {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.block-info__tag-title {
  margin-bottom: 1.5em;
  font-size: 1.3rem;
  font-weight: 600;
}

.block-info__tag-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 12px;
}

@media screen and (max-width: 1200px) {
  .block-info__tag-list {
    gap: 10px;
  }
}
.block-info__tag-list li {
  padding: 0.58em 1em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #b28e7c;
  border-radius: 40px;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .block-info__tag-list li {
    padding: 0.4em 1em;
  }
}
.block-info__table {
  display: block;
  border-top: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  border-left: 1px solid #5e5e5e;
}

.block-info__table-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  border-bottom: 1px solid #5e5e5e;
}

@media screen and (max-width: 640px) {
  .block-info__table-inline {
    font-size: 1.3rem;
  }
}
.block-info__table-head {
  display: block;
  padding: 1em;
  width: 34%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #434343;
}

.block-info__table-desc {
  display: block;
  padding: 1.6em 2em;
  width: 66%;
  border-left: 1px solid #5e5e5e;
}

@media screen and (max-width: 640px) {
  .block-info__table-desc {
    padding: 1.3em;
  }
}
/* ====================================================
officeservice
==================================================== */
.page-officeservice {
  overflow: hidden;
}

.page-officeservice .desc {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1333333333;
}

.page-officeservice .sec-office .txt-deco,
.page-officeservice .office-service .txt-deco {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  color: transparent;
  font-size: min(446px, 23.2vw);
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 0.7;
  -webkit-text-stroke: 2px #313131;
}

@media screen and (max-width: 834px) {
  .page-officeservice .sec-office .txt-deco,
.page-officeservice .office-service .txt-deco {
    font-size: min(338px, 45vw);
  }
}
@media screen and (max-width: 640px) {
  .page-officeservice .sec-office .txt-deco,
.page-officeservice .office-service .txt-deco {
    -webkit-text-stroke: 1px #313131;
  }
}
.page-officeservice .sec-office {
  margin-top: min(120px, 6.51vw);
  padding: 0 0 105px;
}

@media screen and (max-width: 834px) {
  .page-officeservice .sec-office {
    margin-top: 10vw;
    padding-bottom: 30px;
  }
}
.page-officeservice .sec-office .txt-deco {
  top: 60px;
  left: -0.3em;
}

@media screen and (max-width: 834px) {
  .page-officeservice .sec-office .txt-deco {
    top: 30px;
  }
}
.page-officeservice .sec-office .office-card {
  margin-top: min(115px, 5.9vw);
}

.page-officeservice .container {
  position: relative;
}

.page-officeservice .title-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-officeservice .title-wrap {
    display: block;
    margin-bottom: 30px;
  }
}
.page-officeservice .title-wrap .note {
  margin-left: 1em;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .page-officeservice .title-wrap .note {
    display: block;
    margin-left: 0;
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 640px) {
  .page-officeservice .title-wrap .note {
    font-size: 1.2rem;
  }
}
.page-officeservice .title-wrap .ttlcomp-01 {
  margin-bottom: 0;
  line-height: 0.8;
}

.office-service {
  position: relative;
  padding-top: min(120px, 6.51vw);
  padding-bottom: min(120px, 6.51vw);
}

@media screen and (max-width: 834px) {
  .office-service {
    padding-top: 8vw;
    padding-bottom: max(70px, 10vw);
  }
}
.office-service .txt-deco {
  text-align: right;
  right: -0.4em;
}

@media screen and (max-width: 834px) {
  .office-service .txt-deco {
    left: -0.8em;
    right: 0;
    text-align: center;
  }
}
.office-service .office-card {
  margin-bottom: min(120px, 6.51vw);
}

@media screen and (max-width: 834px) {
  .office-service .office-card {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .office-plan .block-info__content {
    padding: max(25px, 6.66vw) max(20px, 5.33vw);
  }
}
@media screen and (max-width: 640px) {
  .office-plan .block-info__sub-title {
    margin-bottom: 1.5em;
  }
}
/* ====================================================
officeservice Detail
==================================================== */
.page-officeArticle {
  color: #fff;
}

.page-officeArticle .main-visual .logo {
/*  width: min(447px, 25vw);*/
}

@media screen and (max-width: 834px) {
  .page-officeArticle .main-visual .logo {
/*    width: max(150px, 25vw);*/
  }
}
.page-officeArticle .main-visual .slick-dots {
  z-index: 1;
}

@media screen and (min-width: 835px) {
  .page-officeArticle .main-visual .slick-dots {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(50% + 43px);
    bottom: 0;
    right: min(120px, 6.25%);
    width: 14px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .page-officeArticle .main-visual .slick-dots {
    top: 50%;
  }
}
@media screen and (max-width: 834px) {
  .page-officeArticle .main-visual .slick-dots {
    bottom: 15px;
  }
}
@media screen and (min-width: 835px) {
  .page-officeArticle .main-visual .slick-dots li {
    margin: 15px 0;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .page-officeArticle .main-visual .slick-dots li {
    margin: 10px 0;
  }
  .page-officeArticle .main-visual .slick-dots li button {
    padding: 4px;
  }
  .page-officeArticle .main-visual .slick-dots li button:before {
    margin: 0;
  }
}
@media screen and (min-width: 835px) {
  .page-officeArticle .main-visual .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
  }
  .page-officeArticle .main-visual .slick-dots li.slick-active button {
    padding: 7px;
  }
}
.page-officeArticle .main-visual .officeArticle-mv img {
  height: 48vw;
}

.page-officeArticle .txt-deco {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 100%;
  color: transparent;
  font-size: min(446px, 23.2vw);
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 0.7;
  -webkit-text-stroke: 2px #313131;
  z-index: -1;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .page-officeArticle .txt-deco {
    font-size: 23.2vw;
  }
}
@media screen and (max-width: 640px) {
  .page-officeArticle .txt-deco {
    -webkit-text-stroke: 1px #313131;
  }
}
.officeArticle-lead {
  position: relative;
  margin-top: min(115px, 5.98vw);
  padding: min(120px, 6.51vw) 0;
}

@media screen and (max-width: 834px) {
  .officeArticle-lead {
    margin-top: 8vw;
    padding: max(50px, 10vw) 0;
  }
}
.officeArticle-lead .txt-deco {
  right: -0.3em;
}

.officeArticle-lead__title {
  margin-bottom: 1.4em;
  color: #b28e7c;
  font-family: "Source Serif Pro", serif !important;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .officeArticle-lead__title {
    margin-bottom: 1em;
    font-size: max(2.4rem, 4.2vw);
  }
}
.officeArticle-lead__desc {
  padding-bottom: min(115px, 5.98vw);
  border-bottom: 2px solid #5e5e5e;
}

@media screen and (max-width: 834px) {
  .officeArticle-lead__desc {
    padding-bottom: max(40px, 5.98vw);
  }
}
.officeArticle-movie .mov-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.officeArticle-movie .mov-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.officeArticle-movie .mov-box__thumb {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.officeArticle-movie .mov-box__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.officeArticle-movie .mov-box__thumb:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: max(60px, 7.14%);
  height: max(60px, 12.698%);
  inset: 0;
  margin: auto;
  background: url(../img/common/circle-play-regular.svg) no-repeat center;
  background-size: contain;
  opacity: 0.4;
}

.officeArticle-information,
.officeArticle-floormap,
.officeArticle-contact,
.officeArticle-feature {
  position: relative;
  padding: min(120px, 6.51vw) 0;
}

@media screen and (max-width: 834px) {
  .officeArticle-information,
.officeArticle-floormap,
.officeArticle-contact,
.officeArticle-feature {
    padding: max(60px, 10.666vw) 0;
  }
}
.officeArticle-feature {
  background-color: #2a292a;
}

.officeArticle-feature .container {
  max-width: 1710px;
}

.c-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 45px;
}

@media screen and (max-width: 1024px) {
  .c-card {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 834px) {
  .c-card {
    grid-template-columns: 1fr;
  }
}
.c-card__item {
  overflow: hidden;
  border-radius: 5px;
  background: #403f40;
}

.c-card__image {
  position: relative;
  padding-top: 53.336%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .c-card__image {
    padding-top: 51.64%;
  }
}
.c-card__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card__body {
  padding: 5%;
}

.c-card__body a{
  text-decoration: underline;
  color: #fff;
}

.c-card__body-title {
  margin-bottom: 0.4em;
  color: #b28e7c;
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .c-card__body-title {
    font-size: 2rem;
  }
}
.c-card__body-desc {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 640px) {
  .c-card__body {
    padding: 5% 6%;
  }
  .c-card__body-title {
    font-size: 1.8rem;
  }
  .c-card__body-desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.officeArticle-floormap .txt-deco {
  left: -1.6em;
}

.officeArticle-floormap .floor-map__list {
  z-index: 1;
}

.officeArticle-floormap .floor-map__drop {
  top: 76px;
}

.officeArticle-floormap .floor-map__list {
  margin-bottom: min(110px, 5.73vw);
}

@media screen and (max-width: 834px) {
  .officeArticle-floormap .floor-map__list {
    margin-bottom: max(30px, 5.73vw);
  }
}
.officeArticle-floormap .floor-map__show {
  margin-bottom: 0;
}

.officeArticle-floormap .floor-map__show .txt {
  margin-top: 1.33em;
  width: 100%;
  line-height: 2.13;
}

.officeArticle-information {
  background: #2a292a;
}

.table-information {
  width: 100%;
  min-width: 1400px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  table-layout: fixed;
  border-top: 2px solid #5e5e5e;
  border-right: 2px solid #5e5e5e;
}

@media screen and (max-width: 834px) {
  .table-information {
    min-width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .table-information {
    font-size: 1.4rem;
    border-width: 1px;
  }
}
.table-information-wrap {
  padding-bottom: 20px;
}

.table-information .w170 {
  width: 170px;
}

.table-information__inline:nth-child(odd) {
  background: #343334;
}

.table-information__head, .table-information__desc {
  padding: 1.67em 1em;
  text-align: center;
  border-bottom: 2px solid #5e5e5e;
  border-left: 2px solid #5e5e5e;
}

@media screen and (max-width: 834px) {
  .table-information__head, .table-information__desc {
    padding: 1.3em 0.7em;
    border-width: 1px;
  }
}
.table-information__head {
  background-color: #434343;
}

.table-information__note {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

@media screen and (max-width: 640px) {
  .table-information__note {
    font-size: 1.4rem;
  }
}
.officeArticle-areainfo {
  padding: min(120px, 6.51vw) 0;
}

@media screen and (max-width: 834px) {
  .officeArticle-areainfo {
    padding: max(60px, 10.666vw) 0;
  }
  .officeArticle-areainfo .box-access__left dl {
    font-size: 1.4rem;
  }
}
.officeArticle-areainfo__block:not(:last-child) {
  margin-bottom: 65px;
  padding-bottom: 65px;
  border-bottom: 2px solid #5e5e5e;
}

@media screen and (max-width: 640px) {
  .officeArticle-areainfo__block:not(:last-child) {
    border-width: 1px;
  }
}
.officeArticle-areainfo__area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.officeArticle-areainfo__area-image {
  width: 47.14%;
}

@media screen and (max-width: 834px) {
  .officeArticle-areainfo__area-image {
    margin-bottom: 30px;
    width: 100%;
  }
}
.officeArticle-areainfo__area-content {
  width: 50%;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

@media screen and (max-width: 834px) {
  .officeArticle-areainfo__area-content {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .officeArticle-areainfo__area-content {
    font-size: 1.4rem;
  }
}
.slide-route {
  margin: 0 -25px;
}

@media screen and (max-width: 1024px) {
  .slide-route {
    margin: 0 -10px;
  }
}
.slide-route__item {
  padding: 0 25px;
}

@media screen and (max-width: 1024px) {
  .slide-route__item {
    padding: 0 10px;
  }
}
.slide-route__image {
  position: relative;
  padding-top: 72.6%;
  height: 0;
  overflow: hidden;
}

.slide-route__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-route__desc {
  margin-top: 1.33em;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

@media screen and (max-width: 640px) {
  .slide-route__desc {
    font-size: 1.4rem;
  }
}
.slide-route__desc:before {
  counter-increment: route;
  content: counter(route) ". ";
}

.slide-route .slick-arrow {
  margin-top: -2%;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1400px) {
  .slide-route .slick-arrow {
    margin-top: -3vw;
  }
}
@media screen and (max-width: 834px) {
  .slide-route .slick-arrow {
    margin-top: 0;
  }
}
.slide-route .slick-arrow:before {
  content: "";
}

.slide-route .slick-arrow.slick-disabled {
  display: none !important;
}

.slide-route .slick-arrow.slick-next {
  right: 13px;
  background-image: url(../img/common/arrow-right.png);
}

@media screen and (max-width: 1024px) {
  .slide-route .slick-arrow.slick-next {
    right: 0px;
  }
}
.slide-route .slick-arrow.slick-prev {
  left: 13px;
  background-image: url(../img/common/arrow-left.png);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .slide-route .slick-arrow.slick-prev {
    left: 0px;
  }
}
.slide-route .slick-track {
  counter-reset: route 0;
}

/*-------------------
Components
-------------------*/
.c-txt__01 {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}

@media screen and (max-width: 640px) {
  .c-txt__01 {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
/*-------------------
2023.新規追加ページ
-------------------*/
/* ====================================================
	Q&A
==================================================== */
.qa-block {
  padding: min(120px, 6.51vw) 0 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
@media screen and (max-width: 834px) {
  .qa-block {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .qa-block {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.qa-block__title {
  margin-bottom: 1.8em;
  font-size: 3.3rem;
  line-height: 1.5757575758;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .qa-block__title {
    margin-bottom: 1em;
    font-size: max(2rem, 2.75vw);
  }
}
.qa-block__item:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .qa-block__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.qa-block__item[open=true] .qa-block__head:before {
  content: "ー";
  background: #b28e7c;
}
.qa-block__head {
  position: relative;
  padding: 2em calc(80px + 2em) 2em 2em;
  line-height: 1.333;
  background: #2a292a;
  border-radius: 2px;
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .qa-block__head {
    padding: 1.5em calc(60px + 1.5em) 1.5em 1.5em;
  }
}
.qa-block__head:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  content: "＋";
  top: 0;
  right: 0;
  text-align: center;
  font-size: 2.4rem;
  background: #8f8f8f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .qa-block__head:before {
    width: 60px;
    font-size: 2rem;
  }
}
.qa-block__head.is-open:before {
  content: "ー";
}
.qa-block__body {
  padding: 1em 2em 0;
}
@media screen and (max-width: 640px) {
  .qa-block__body {
    padding: 1em 1.5em 0.5em;
  }
}
.qa-block__body a {
  color: #fff;
  text-decoration: underline;
}

/* ====================================================
	FLOW
==================================================== */
.flow-block {
  position: relative;
  padding: min(120px, 6.51vw) 0;
}
@media screen and (max-width: 834px) {
  .flow-block {
    padding: max(40px, 10.666vw) 0;
  }
}
.flow-block__title {
  margin-bottom: min(120px, 6.51vw);
  padding-bottom: 45px;
  border-bottom: 1px solid #4b4b4b;
}
@media screen and (max-width: 834px) {
  .flow-block__title {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
.flow-block .contact-block {
  margin-top: 65px;
}
@media screen and (max-width: 834px) {
  .flow-block .contact-block {
    margin-top: 30px;
  }
}
.flow-block:nth-child(odd) {
  background-color: #2a292a;
}
@media screen and (min-width: 835px) {
  .flow-block:nth-child(odd) .flow-content__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flow-block:nth-child(odd) .flow-content__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.flow-block:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flow-block:not(:last-child):before {
    width: 16px;
    height: 16px;
  }
}

.flow-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 80px;
}
@media screen and (max-width: 1024px) {
  .flow-content {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 834px) {
  .flow-content {
    grid-template-columns: 1fr;
  }
}
.flow-content__body {
  color: #fff;
}
.flow-content__title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 3.3rem;
  line-height: 1.5454545455;
}
@media screen and (max-width: 1200px) {
  .flow-content__title {
    font-size: max(2rem, 2.75vw);
  }
}
.flow-content__title .no {
  display: inline-block;
  margin-right: 1.16em;
  width: 1.33em;
  font-family: "Source Serif Pro", serif !important;
  font-size: 90.9%;
  line-height: 1.33em;
  text-align: center;
  background: #b28e7c;
}
@media screen and (max-width: 834px) {
  .flow-content__title .no {
    margin-right: 1em;
    width: 1.6em;
    line-height: 1.6em;
  }
}
.flow-content__desc {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
@media screen and (max-width: 640px) {
  .flow-content__desc {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.flow-forbidden {
  margin-top: min(120px, 6.51vw);
  padding: max(20px, 4.28%);
  color: #fff;
  border: 1px solid #8f8f8f;
}
@media screen and (max-width: 834px) {
  .flow-forbidden {
    margin-top: max(20px, 10.666vw);
  }
}
.flow-forbidden__title {
  margin-bottom: 0.7em;
  color: #b28e7c;
  line-height: 1;
}

/* ====================================================
	CASE STUDY
==================================================== */
.sec-casestudy {
  padding: 108px 0 0;
}
@media screen and (max-width: 834px) {
  .sec-casestudy {
    padding: 50px 0 0;
  }
}
.sec-casestudy .block-info__content-inner {
  max-width: 740px;
}
.sec-casestudy .contact-block {
  margin-bottom: min(115px, 5.9vw);
}
@media screen and (max-width: 834px) {
  .sec-casestudy .contact-block {
    margin-bottom: max(40px, 10vw);
  }
}
.sec-casestudy .block-info__image:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 67, 67, 0.5);
}

.block-info {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: min(120px, 6.51vw) 0 min(115px, 5.9vw);
}
@media screen and (max-width: 834px) {
  .block-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10vw 0 max(40px, 10vw);
  }
}
.block-info .txt-deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  color: transparent;
  font-size: min(338px, 17.6vw);
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 0.7;
  text-align: right;
  -webkit-text-stroke: 2px #313131;
}
@media screen and (max-width: 640px) {
  .block-info .txt-deco {
    -webkit-text-stroke: 1px #313131;
  }
}
.block-info__image {
  position: relative;
  width: 64.68vw;
}
@media screen and (max-width: 834px) {
  .block-info__image {
    width: 94.66%;
  }
}
.block-info__content {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 13vw;
  padding: min(120px, 6.25vw) min(110px, 5.729vw);
  width: 51.927vw;
  background-color: #323232;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .block-info__content {
    margin-top: -8.66vw;
    padding: 10.66vw;
    width: 94.66%;
  }
}
.block-info__content-inner {
  width: 100%;
  color: #fff;
}
.block-info:nth-child(odd) .block-info__image {
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .block-info:nth-child(odd) .block-info__image {
    margin-right: 0;
    margin-left: auto;
  }
}
.block-info:nth-child(odd) .block-info__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .block-info:nth-child(odd) .block-info__content {
    margin-left: -16.5vw;
  }
}
@media screen and (max-width: 834px) {
  .block-info:nth-child(odd) .block-info__content {
    margin-right: auto;
  }
}
@media screen and (min-width: 835px) {
  .block-info:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.block-info:nth-child(even) .block-info__image {
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .block-info:nth-child(even) .block-info__image {
    margin-right: auto;
    margin-left: 0;
  }
}
.block-info:nth-child(even) .block-info__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: -12.753vw;
  margin-right: -17vw;
}
@media screen and (max-width: 834px) {
  .block-info:nth-child(even) .block-info__content {
    margin-right: 0;
    margin-left: auto;
  }
}
.block-info__title {
  margin-bottom: min(1.4em, 3.125vw);
  color: #b28e7c;
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 1200px) {
  .block-info__title {
    font-size: max(2.2rem, 2.9vw);
  }
}
@media screen and (max-width: 640px) {
  .block-info__title {
    margin-bottom: 1.2em;
  }
}
.block-info__sub-title {
  margin-bottom: 1.2em;
  font-size: 3.3rem;
  line-height: 1.5757575758;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .block-info__sub-title {
    margin-bottom: 1em;
    font-size: max(2rem, 2.75vw);
  }
}
.block-info__desc {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
.block-info__tags {
  margin-top: min(50px, 2.6vw);
  padding-top: min(50px, 2.6vw);
  border-top: 1px solid #5e5e5e;
}
@media screen and (max-width: 834px) {
  .block-info__tags {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.block-info__tag-title {
  margin-bottom: 1.5em;
  font-size: 1.3rem;
  font-weight: 600;
}
.block-info__tag-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 12px;
}
@media screen and (max-width: 1200px) {
  .block-info__tag-list {
    gap: 10px;
  }
}
.block-info__tag-list li {
  padding: 0.58em 1em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #b28e7c;
  border-radius: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .block-info__tag-list li {
    padding: 0.4em 1em;
  }
}
.block-info__table {
  display: block;
  border-top: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  border-left: 1px solid #5e5e5e;
}
.block-info__table tbody {
  display: block;
}
.block-info__table-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  border-bottom: 1px solid #5e5e5e;
}
@media screen and (max-width: 640px) {
  .block-info__table-inline {
    font-size: 1.3rem;
  }
}
.block-info__table-head {
  display: block;
  padding: 1em;
  width: 34%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #434343;
}
.block-info__table-desc {
  display: block;
  padding: 1.6em 2em;
  width: 66%;
  border-left: 1px solid #5e5e5e;
}
@media screen and (max-width: 640px) {
  .block-info__table-desc {
    padding: 1.3em;
  }
}

/* ====================================================
officeservice
==================================================== */
.page-officeservice {
  overflow: hidden;
}
.page-officeservice .desc {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
.page-officeservice .sec-office .txt-deco,
.page-officeservice .office-service .txt-deco {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  color: transparent;
  font-size: min(446px, 23.2vw);
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 0.7;
  -webkit-text-stroke: 2px #313131;
}
@media screen and (max-width: 834px) {
  .page-officeservice .sec-office .txt-deco,
.page-officeservice .office-service .txt-deco {
    font-size: min(338px, 45vw);
  }
}
@media screen and (max-width: 640px) {
  .page-officeservice .sec-office .txt-deco,
.page-officeservice .office-service .txt-deco {
    -webkit-text-stroke: 1px #313131;
  }
}
.page-officeservice .sec-office {
  margin-top: min(120px, 6.51vw);
  padding: 0 0 105px;
}
@media screen and (max-width: 834px) {
  .page-officeservice .sec-office {
    margin-top: 10vw;
    padding-bottom: 30px;
  }
}
.page-officeservice .sec-office .txt-deco {
  top: 60px;
  left: -0.3em;
}
@media screen and (max-width: 834px) {
  .page-officeservice .sec-office .txt-deco {
    top: 30px;
  }
}
.page-officeservice .sec-office .office-card {
  margin-top: min(115px, 5.9vw);
}
.page-officeservice .container {
  position: relative;
}
.page-officeservice .title-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .page-officeservice .title-wrap {
    display: block;
    margin-bottom: 30px;
  }
}
.page-officeservice .title-wrap .note {
  margin-left: 1em;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .page-officeservice .title-wrap .note {
    display: block;
    margin-left: 0;
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 640px) {
  .page-officeservice .title-wrap .note {
    font-size: 1.2rem;
  }
}
.page-officeservice .title-wrap .ttlcomp-01 {
  margin-bottom: 0;
  line-height: 0.8;
}

.office-service {
  position: relative;
  padding-top: min(120px, 6.51vw);
  padding-bottom: min(120px, 6.51vw);
}
@media screen and (max-width: 834px) {
  .office-service {
    padding-top: 8vw;
    padding-bottom: max(70px, 10vw);
  }
}
.office-service .txt-deco {
  text-align: right;
  right: -0.4em;
}
@media screen and (max-width: 834px) {
  .office-service .txt-deco {
    left: -0.8em;
    right: 0;
    text-align: center;
  }
}
.office-service .office-card {
  margin-bottom: min(120px, 6.51vw);
}
@media screen and (max-width: 834px) {
  .office-service .office-card {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 834px) {
  .office-plan .block-info__content {
    padding: max(25px, 6.66vw) max(20px, 5.33vw);
  }
}
@media screen and (max-width: 640px) {
  .office-plan .block-info__sub-title {
    margin-bottom: 1.5em;
  }
}

/* ====================================================
officeservice Detail
==================================================== */
.page-officeArticle {
  color: #fff;
}
.page-officeArticle .main-visual .logo {
  width: min(447px, 25vw);
}
@media screen and (max-width: 834px) {
  .page-officeArticle .main-visual .logo {
    width: max(150px, 25vw);
  }
}
.page-officeArticle .main-visual .slick-dots {
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .page-officeArticle .main-visual .slick-dots {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(50% + 43px);
    bottom: 0;
    right: min(120px, 6.25%);
    width: 14px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .page-officeArticle .main-visual .slick-dots {
    top: 50%;
  }
}
@media screen and (max-width: 834px) {
  .page-officeArticle .main-visual .slick-dots {
    bottom: 15px;
  }
}
@media screen and (min-width: 835px) {
  .page-officeArticle .main-visual .slick-dots li {
    margin: 15px 0;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .page-officeArticle .main-visual .slick-dots li {
    margin: 10px 0;
  }
  .page-officeArticle .main-visual .slick-dots li button {
    padding: 4px;
  }
  .page-officeArticle .main-visual .slick-dots li button:before {
    margin: 0;
  }
}
@media screen and (min-width: 835px) {
  .page-officeArticle .main-visual .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
  }
  .page-officeArticle .main-visual .slick-dots li.slick-active button {
    padding: 7px;
  }
}
.page-officeArticle .main-visual .officeArticle-mv img {
  height: 48vw;
}
.page-officeArticle .txt-deco {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 100%;
  color: transparent;
  font-size: min(446px, 23.2vw);
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 0.7;
  -webkit-text-stroke: 2px #313131;
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .page-officeArticle .txt-deco {
    font-size: 23.2vw;
  }
}
@media screen and (max-width: 640px) {
  .page-officeArticle .txt-deco {
    -webkit-text-stroke: 1px #313131;
  }
}

.officeArticle-lead {
  position: relative;
  margin-top: min(115px, 5.98vw);
  padding: min(120px, 6.51vw) 0;
}
@media screen and (max-width: 834px) {
  .officeArticle-lead {
    margin-top: 8vw;
    padding: max(50px, 10vw) 0;
  }
}
.officeArticle-lead .txt-deco {
  right: -0.3em;
}
.officeArticle-lead__title {
  margin-bottom: 1.4em;
  color: #b28e7c;
  font-family: "Source Serif Pro", serif !important;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .officeArticle-lead__title {
    margin-bottom: 1em;
    font-size: max(2.4rem, 4.2vw);
  }
}
.officeArticle-lead__desc {
  padding-bottom: min(115px, 5.98vw);
  border-bottom: 2px solid #5e5e5e;
}
@media screen and (max-width: 834px) {
  .officeArticle-lead__desc {
    padding-bottom: max(40px, 5.98vw);
  }
}
.officeArticle-lead__desc a {
  color: #fff;
  text-decoration: underline;
}

.officeArticle-movie .mov-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.officeArticle-movie .mov-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.officeArticle-movie .mov-box__thumb {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.officeArticle-movie .mov-box__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.officeArticle-movie .mov-box__thumb:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: max(60px, 7.14%);
  height: max(60px, 12.698%);
  inset: 0;
  margin: auto;
  background: url(../img/common/circle-play-regular.svg) no-repeat center;
  background-size: contain;
  opacity: 0.4;
}

.officeArticle-information,
.officeArticle-floormap,
.officeArticle-contact,
.officeArticle-feature {
  position: relative;
  padding: min(120px, 6.51vw) 0;
}
@media screen and (max-width: 834px) {
  .officeArticle-information,
.officeArticle-floormap,
.officeArticle-contact,
.officeArticle-feature {
    padding: max(60px, 10.666vw) 0;
  }
}

.officeArticle-feature {
  background-color: #2a292a;
}
.officeArticle-feature .container {
  max-width: 1710px;
}

.officeArticle-floormap .txt-deco {
  left: -1.6em;
}
.officeArticle-floormap .floor-map__list {
  z-index: 1;
}
.officeArticle-floormap .floor-map__drop {
  top: 76px;
}
.officeArticle-floormap .floor-map__list {
  margin-bottom: min(110px, 5.73vw);
}
@media screen and (max-width: 834px) {
  .officeArticle-floormap .floor-map__list {
    margin-bottom: max(30px, 5.73vw);
  }
}
.officeArticle-floormap .floor-map__show {
  margin-bottom: 0;
}
.officeArticle-floormap .floor-map__show .txt {
  margin-top: 1.33em;
  width: 100%;
  line-height: 2.13;
}

.officeArticle-information {
  background: #2a292a;
}

.table-information {
  width: 100%;
  min-width: 1400px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  table-layout: fixed;
  border-top: 2px solid #5e5e5e;
  border-right: 2px solid #5e5e5e;
}
@media screen and (max-width: 834px) {
  .table-information {
    min-width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .table-information {
    font-size: 1.4rem;
    border-width: 1px;
  }
}
.table-information-wrap {
  padding-bottom: 20px;
}
.table-information .w170 {
  width: 170px;
}
.table-information__inline:nth-child(odd) {
  background: #343334;
}
.table-information__head, .table-information__desc {
  padding: 1.67em 0.5em;
  text-align: center;
  border-bottom: 2px solid #5e5e5e;
  border-left: 2px solid #5e5e5e;
}
@media screen and (max-width: 834px) {
  .table-information__head, .table-information__desc {
    padding: 1.3em 0.7em;
    border-width: 1px;
  }
}
.table-information__head {
  background-color: #434343;
}
.table-information__note {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 640px) {
  .table-information__note {
    font-size: 1.4rem;
  }
}

.officeArticle-areainfo {
  padding: min(120px, 6.51vw) 0;
}
@media screen and (max-width: 834px) {
  .officeArticle-areainfo {
    padding: max(60px, 10.666vw) 0;
  }
  .officeArticle-areainfo .box-access__left dl {
    font-size: 1.4rem;
  }
}
.officeArticle-areainfo__block:not(:last-child) {
  margin-bottom: 65px;
  padding-bottom: 65px;
  border-bottom: 2px solid #5e5e5e;
}
@media screen and (max-width: 640px) {
  .officeArticle-areainfo__block:not(:last-child) {
    border-width: 1px;
  }
}
.officeArticle-areainfo__area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.officeArticle-areainfo__area-image {
  width: 47.14%;
}
@media screen and (max-width: 834px) {
  .officeArticle-areainfo__area-image {
    margin-bottom: 30px;
    width: 100%;
  }
}
.officeArticle-areainfo__area-content {
  width: 50%;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 834px) {
  .officeArticle-areainfo__area-content {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .officeArticle-areainfo__area-content {
    font-size: 1.4rem;
  }
}

.slide-route {
  margin: 0 -25px;
}
@media screen and (max-width: 1024px) {
  .slide-route {
    margin: 0 -10px;
  }
}
.slide-route__item {
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  .slide-route__item {
    padding: 0 10px;
  }
}
.slide-route__image {
  position: relative;
  padding-top: 72.6%;
  height: 0;
  overflow: hidden;
}
.slide-route__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-route__desc {
  margin-top: 1.33em;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 640px) {
  .slide-route__desc {
    font-size: 1.4rem;
  }
}
.slide-route__desc:before {
  counter-increment: route;
  content: counter(route) ". ";
}
.slide-route .slick-arrow {
  margin-top: -2%;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .slide-route .slick-arrow {
    margin-top: -3vw;
  }
}
@media screen and (max-width: 834px) {
  .slide-route .slick-arrow {
    margin-top: 0;
  }
}
.slide-route .slick-arrow:before {
  content: "";
}
.slide-route .slick-arrow.slick-disabled {
  display: none !important;
}
.slide-route .slick-arrow.slick-next {
  right: 13px;
  background-image: url(../img/common/arrow-right.png);
}
@media screen and (max-width: 1024px) {
  .slide-route .slick-arrow.slick-next {
    right: 0px;
  }
}
.slide-route .slick-arrow.slick-prev {
  left: 13px;
  background-image: url(../img/common/arrow-left.png);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .slide-route .slick-arrow.slick-prev {
    left: 0px;
  }
}
.slide-route .slick-track {
  counter-reset: route 0;
}

/*-------------------
Components
-------------------*/
.c-txt__01 {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
@media screen and (max-width: 640px) {
  .c-txt__01 {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
