@charset "UTF-8";
/* ========================================================================================= ^^
	Reseter
============================================================================================ ^^ */
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="color"] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ========================================================================================= ^^
	Reset
============================================================================================ ^^ */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  padding: 0;
  background-color: #fff;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0 0 1.5rem;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dt,
dd {
  padding: 0;
  margin: 0;
}

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

figure {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

button {
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:focus {
  color: #000;
}

/* ======================================================================================== ^^
	Typography
=========================================================================================== ^^ */
html {
  height: auto;
  font-size: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 100%;
  color: #2e2624;
  font-weight: 400;
  line-height: 1.625;
}
@media print {
  body {
    margin: 0;
    width: 90%;
    height: auto;
  }  
    .print-area{
      border:2px solid #000;
    }	
      body > .print-off{
        display: none;
      }
    .copyTitle,.copyBtns{	
      display: none!important;
      }
      #site-header{
       display: none; 
      }
      .print-area figure{
        max-width:100%!important;
        width:100%!important;
        height: 100%;
      }
      .pdf figure img{
        width:100%!important;
        height: 100%;
        object-fit: contain;
      }
    }

sup {
  font-size: 0.9rem;
  top: -0.7em;
}

abbr[title] {
  text-decoration: none;
}

/* ======================================================================================== ^^
	Utilities
============================================================================================ ^^ */
body.is-menu-open{
  overflow: hidden;
}
.tel-link {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 768px) {
  .tel-link {
    pointer-events: all;
    cursor: pointer;
  }
}
.tel-link:link {
  color: #000;
  text-decoration: none;
}
.tel-link:visited {
  color: #000;
  text-decoration: none;
}
.tel-link:hover {
  color: #000;
  text-decoration: none;
}
.tel-link:focus {
  color: #000;
  text-decoration: none;
}
.pc {
  display: none;
}
@media (min-width: 769px) {
  .pc-hide-br {
    display: none;
  }
  .pc {
    display: block;
  }
}
.sp-hide-br {
  display: none;
}
@media (min-width: 769px) {
  .sp-hide-br {
    display: inline;
  }
  .sp {
    display: none;
  }
}

/* ======================================================================================== ^^
	Header
=========================================================================================== ^^ */
.site-header {
  width: 100%;
  height: 103.7333333333vw;
  margin-bottom: 11.3333333333vw;
  background: #2f2725 url(../images/common/bg-header_sp.svg) no-repeat 50% 50% /
    auto 100%;
}
.site-header.ul-site-header {
  height: calc(250 * 100vw / 750);
  background: #fff;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .site-header.ul-site-header {
    height: calc(107 * 100vw / 1600);
    height: auto;
  }
}
@media (min-width: 1101px) {
  .site-header.ul-site-header {
    height: calc(107 * 1rem / 16);
    height: auto;
  }
}
@media (min-width: 769px) {
  .site-header {
    height: 75vw;
    margin-bottom: 0;
    background: #2f2725 url(../images/common/bg-header.svg) no-repeat 50% 50% /
      auto 100%;
  }
}
@media (min-width: 1601px) {
  .site-header {
    height: 75rem;
  }
}
.site-header_inner {
  max-width: 100rem;
  width: 100%;
  height: 100%;
  padding: 18.6666666667vw 5.3333333333vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 769px) {
  .site-header_inner {
    padding: 0;
  }
}
.site-header.ul-site-header .site-header_inner {
  padding: 0;
}
.site-header_description {
  width: 100%;
  height: 11.3333333333vw;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (min-width: 769px) {
  .site-header_description {
    width: 29.5625vw;
    height: auto;
    background-color: transparent;
    top: 6.25vw;
    left: 5.875vw;
  }
}
@media (min-width: 1601px) {
  .site-header_description {
    width: 29.5625rem;
    top: 6.25rem;
    left: 5.875rem;
  }
}
.site-header_description img {
  width: 78.6666666667vw;
}
@media (min-width: 769px) {
  .site-header_description img {
    width: 100%;
  }
}
.site-header_text {
  width: 80vw;
  margin: 0;
  position: absolute;
  top: 31.4666666667vw;
  left: 10.1333333333vw;
}
@media (min-width: 769px) {
  .site-header_text {
    width: 2.5625vw;
    top: 27.4375vw;
    left: 56.0625vw;
  }
}
@media (min-width: 1601px) {
  .site-header_text {
    width: 2.5625rem;
    top: 27.4375rem;
    left: 56.0625rem;
  }
}
.site-header_image01 {
  width: 35.7333333333vw;
  margin: 0;
  position: absolute;
  top: 0;
  left: 42.4vw;
}
@media (min-width: 769px) {
  .site-header_image01 {
    width: 30.75vw;
    left: 41.875vw;
    display: block;
  }
}
@media (min-width: 1601px) {
  .site-header_image01 {
    width: 30.75rem;
    left: 41.875rem;
  }
}
.site-header_image02 {
  width: 35.4666666667vw;
  margin: 0;
  position: absolute;
  top: 74.4vw;
  left: 16.2666666667vw;
}
@media (min-width: 769px) {
  .site-header_image02 {
    width: 30.6875vw;
    top: 49.4375vw;
    left: 15.6875vw;
    display: block;
  }
}
@media (min-width: 1601px) {
  .site-header_image02 {
    width: 30.6875rem;
    top: 49.4375rem;
    left: 15.6875rem;
  }
}
.site-header_image03 {
  width: 36.5333333333vw;
  margin: 0;
  position: absolute;
  top: 52vw;
  right: 0;
}
@media (min-width: 769px) {
  .site-header_image03 {
    width: 31.5625vw;
    top: 29.9375vw;
    display: block;
  }
}
@media (min-width: 1601px) {
  .site-header_image03 {
    width: 31.5625rem;
    top: 29.9375rem;
  }
}
.site-header_image04 {
  width: 20.533333vw;
  margin: 0;
  position: absolute;
  top: 38vw;
  right: 8vw;
}
@media (min-width: 769px) {
  .site-header_image04 {
    width: 17.533333vw;
    top: 15vw;
    right: 6vw;
  }
}
@media (min-width: 1601px) {
  .site-header_image04 {
    width: 18.5625rem;
    top: 12.9375rem;
    right: 4rem;
  }
}
.site-header_arrow {
  width: 2.6666666667vw;
  margin: 0;
  position: absolute;
  top: 89.6vw;
  left: 10.1333333333vw;
}
@media (min-width: 769px) {
  .site-header_arrow {
    width: 2.25vw;
    top: 55.25vw;
    left: 8.375vw;
  }
}
@media (min-width: 1601px) {
  .site-header_arrow {
    width: 2.25rem;
    top: 55.25rem;
    left: 8.375rem;
  }
}
@media (min-width: 769px) {
  .site-header_arrow:hover img {
    transition: all 0.3s;
    transform: scale(1.3);
  }
}

.site-logo {
  width: 48.5333333333vw;
  margin: 0;
  position: absolute;
  top: 41.3333333333vw;
  left: 9.6vw;
}
@media (min-width: 769px) {
  .site-logo {
    width: 34.25vw;
    margin: 0;
    top: 25.125vw;
    left: 15.625vw;
  }
}
@media (min-width: 1601px) {
  .site-logo {
    width: 34.25rem;
    top: 25.125rem;
    left: 15.625rem;
  }
}

/* ======================================================================================== ^^
	Footer
=========================================================================================== ^^ */
.site-footer {
  width: 100%;
  background-color: #2f2725;
  position: relative;
}
.site-footer_inner {
  max-width: 68.75rem;
  width: 100%;
  height: 100%;
  padding: 10.9333333333vw 5.3333333333vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .site-footer_inner {
    padding: 0 0 10.4545454545vw;
    flex-direction: row;
  }
}
@media (min-width: 1101px) {
  .site-footer_inner {
    padding-bottom: 7.1875rem;
  }
}
@media (min-width: 769px) {
  .site-footer_content01 {
    padding-top: 9.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .site-footer_content01 {
    padding-top: 6.25rem;
  }
}
@media (min-width: 769px) {
  .site-footer_content02 {
    padding-top: 8.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .site-footer_content02 {
    padding-top: 5.875rem;
  }
}
.site-footer_company {
  margin-bottom: 1.8666666667vw;
  display: flex;
  justify-content: center;
  clear: both;
}
@media (min-width: 769px) {
  .site-footer_company {
    margin-bottom: 1.7272727273vw;
    justify-content: flex-end;
  }
}
@media (min-width: 1101px) {
  .site-footer_company {
    margin-bottom: 1.1875rem;
  }
}
.site-footer_company img {
  width: 38.6666666667vw;
}
@media (min-width: 769px) {
  .site-footer_company img {
    width: 26.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .site-footer_company img {
    width: 18.0625rem;
  }
}
.site-footer_tel {
  margin-bottom: 1.3333333333vw;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .site-footer_tel {
    margin-bottom: 0.9090909091vw;
    justify-content: flex-end;
  }
}
@media (min-width: 1101px) {
  .site-footer_tel {
    margin-bottom: 0.625rem;
  }
}
.site-footer_tel .tel img {
  width: 26.8vw;
  display: block;
}
@media (min-width: 769px) {
  .site-footer_tel .tel img {
    width: 17.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .site-footer_tel .tel img {
    width: 12.1875rem;
  }
}
.site-footer_tel .fax {
  margin-left: 1.3333333333vw;
}
@media (min-width: 769px) {
  .site-footer_tel .fax {
    margin-left: 1.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .site-footer_tel .fax {
    margin-left: 1.0625rem;
  }
}
.site-footer_tel .fax img {
  width: 26.9333333333vw;
  display: block;
}
@media (min-width: 769px) {
  .site-footer_tel .fax img {
    width: 17.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .site-footer_tel .fax img {
    width: 12.25rem;
  }
}
.site-footer_address {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .site-footer_address {
    justify-content: flex-end;
  }
}
.site-footer_address img {
  width: 54.8vw;
  display: block;
}
@media (min-width: 769px) {
  .site-footer_address img {
    width: 37.3636363636vw;
  }
}
@media (min-width: 1101px) {
  .site-footer_address img {
    width: 25.6875rem;
  }
}
.site-footer_text {
  width: 57.6vw;
  margin: 0 auto 4.2666666667vw;
}
@media (min-width: 769px) {
  .site-footer_text {
    width: 33.8181818182vw;
    margin: 0 0 7vw;
    float: right;
  }
}
@media (min-width: 1101px) {
  .site-footer_text {
    width: 23.25rem;
    margin-bottom: 4.8125rem;
  }
}

.footer-logo {
  width: 56vw;
  margin: 0 auto 20.2666666667vw;
  display: none;
}
@media (min-width: 769px) {
  .footer-logo {
    width: 19.0909090909vw;
    margin: 0 0 6.9090909091vw;
    display: block;
  }
}
@media (min-width: 1101px) {
  .footer-logo {
    width: 13.125rem;
    margin-bottom: 4.75rem;
  }
}

.fix-content {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 10000;
  background: rgba(255,255,255, .3);
}
@media (min-width: 769px) {
  .fix-content {
    display: none;
  }
}
.is-fixed .fix-content {
  position: fixed;
  bottom: 0;
}
.fix-content_logo {
  width: 36.1333333333vw;
  margin: 0 2.9333333333vw 1.0666666667vw 9.8666666667vw;
}
.fix-content_character {
  width: 43.2vw;
  margin: 0 0 -8vw;
  position: relative;
  z-index: 50;
}
.fix-content_menu {
  width: 100%;
  height: 9.9333333333vw;
  background-color: #479aba;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.fix-content_menu li {
  width: 50%;
  height: 100%;
}
.fix-content_menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fix-content_tel img {
  width: 42.1333333333vw;
}
.fix-content_tel a::after {
  width: 1px;
  height: 7.4666666667vw;
  background-color: #fff;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fix-content_mail img {
  width: 42.1333333333vw;
}

/* ======================================================================================== ^^
	Navigation
=========================================================================================== ^^ */
.site-navigation {
  width: 93.3333333333vw;
  height: 100vh;
  padding: 16vw 9.3333333333vw 8vw;
  background-color: #2f2725;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  transform: translateX(100%);
  transition: all 0.5s;
}
@media (min-width: 769px) {
  .site-navigation {
    width: 31.8181818182vw;
    padding: 9.0909090909vw 3.1818181818vw 2.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation {
    width: 21.875rem;
    padding: 6.25rem 2.1875rem 1.875rem;
  }
}
.is-menu-open .site-navigation {
  transform: translateX(0);
}
.site-navigation_title {
  width: 20vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 769px) {
  .site-navigation_title {
    width: 6.8181818182vw;
    margin-bottom: 6.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation_title {
    width: 4.6875rem;
    margin-bottom: 4.25rem;
  }
}
.site-navigation .menu-wrap {
  height: calc(100vh - 33.3333333333vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .site-navigation .menu-wrap {
    height: calc(100vh - 11.8181818182vw);
  }
}
@media (min-width: 1101px) {
  .site-navigation .menu-wrap {
    height: calc(100vh - 8.125rem);
  }
}
.site-navigation .menu li {
  margin-bottom: 8vw;
}
@media (min-width: 769px) {
  .site-navigation .menu li {
    margin-bottom: 4.3636363636vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation .menu li {
    margin-bottom: 3rem;
  }
}
.site-navigation .menu li:last-of-type {
  margin-bottom: 0;
}
.site-navigation .menu li.menu01 img {
  width: 31.4666666667vw;
}
@media (min-width: 769px) {
  .site-navigation .menu li.menu01 img {
    width: 11.3636363636vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation .menu li.menu01 img {
    width: 7.8125rem;
  }
}
.site-navigation .menu li.menu02 img {
  width: 43.7333333333vw;
}
@media (min-width: 769px) {
  .site-navigation .menu li.menu02 img {
    width: 21.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation .menu li.menu02 img {
    width: 15.0625rem;
  }
}
.site-navigation .menu li.menu03 img {
  width: 35.2vw;
}
@media (min-width: 769px) {
  .site-navigation .menu li.menu03 img {
    width: 22.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation .menu li.menu03 img {
    width: 15.4375rem;
  }
}
.site-navigation .menu li.menu04 img {
  width: 39.4666666667vw;
}
@media (min-width: 769px) {
  .site-navigation .menu li.menu04 img {
    width: 21.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation .menu li.menu04 img {
    width: 14.8125rem;
  }
}
.site-navigation .menu li.menu05 img {
  width: 36vw;
}
@media (min-width: 769px) {
  .site-navigation .menu li.menu05 img {
    width: 22.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation .menu li.menu05 img {
    width: 15.4375rem;
  }
}
.site-navigation .menu li.menu06 img {
  width: 33.6vw;
}
@media (min-width: 769px) {
  .site-navigation .menu li.menu06 img {
    width: 12.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .site-navigation .menu li.menu06 img {
    width: 8.4375rem;
  }
}

.site-header_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(347 * 100vw / 750);
  z-index: 1000;
}
@media (min-width: 769px) {
  .site-header_logo {
    position: fixed;
    top: 2.6875rem;
    width: calc(360 * 100vw / 1100);
    left: 2.6875rem;
    right: auto;
  }
}
@media (min-width: 1101px) {
  .site-header_logo {
    width: calc(360 * 1rem / 16);
  }
}
.site-header_ulBack {
  margin-top: calc(107 * 100vw / 1100);
  height: calc(210 * 100vw / 1100);
  margin: calc(107 * 100vw / 1100) calc(50% - 50vw) 0;
}
@media (min-width: 769px) {
  .site-header_ulBack {
    margin: calc(107 * 100vw / 1100) calc(50% - 50vw) 4vw;
  }
}
@media (min-width: 1101px) {
  .site-header_ulBack {
    height: calc(210 * 1rem / 16);
    width: 100vw;
    margin: calc(107 * 1rem / 16) calc(50% - 50vw) 5rem;
  }
}
.site-header_ulBack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.open-menu {
  width: 7.7333333333vw;
  height: 5.8666666667vw;
  border: none;
  position: absolute;
  top: 3.5vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .open-menu {
    width: 5.0909090909vw;
    height: 3.3636363636vw;
    top: 1.5rem;
  }
}
@media (min-width: 1101px) {
  .open-menu {
    width: 3.5rem;
    height: 2.3125rem;
  }
}
.open-menu-wrap {
  width: 15.7333333333vw;
  height: 15.7333333333vw;
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  z-index: 5000;
  background: rgba(0,0,0, .3);

}
@media (min-width: 769px) {
  .open-menu-wrap {
    width: 9vw;
    height: 9vw;
    top: 3.9090909091vw;
    right: 3.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .open-menu-wrap {
    width: 6rem;
    height: 6rem;
    top: 2.6875rem;
    right: 2.6875rem;
  }
}
.open-menu-wrap p {
  width: 76%;
  height: 1.8666666667vw;
  margin: 11.5vw auto 0;
}
@media (min-width: 769px) {
  .open-menu-wrap p {
    width: 3.5454545455vw;
    height: auto;
    margin-top: 6.3vw;
  }
}
@media (min-width: 1101px) {
  .open-menu-wrap p {
    width: 2.4375rem;
    margin-top: 4.5rem;
  }
}
.open-menu-wrap p img {
  filter: drop-shadow(0 0 2px #000);
}
.open-menu::before,
.open-menu::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.open-menu::after {
  top: auto;
  bottom: 0;
}
.open-menu span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.close-menu {
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  border: none;
  background: url(../images/common/menu-close.svg) no-repeat 50% 50% / cover;
  position: absolute;
  top: 11.4666666667vw;
  right: 11.4666666667vw;
}
@media (min-width: 769px) {
  .close-menu {
    width: 2.9090909091vw;
    height: 2.9090909091vw;
    top: 3.9090909091vw;
    right: 3.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .close-menu {
    width: 2rem;
    height: 2rem;
    top: 2.6875rem;
    right: 2.6875rem;
  }
}
.close-menu span {
  clip: rect(0, 0, 1px, 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* ======================================================================================== ^^
	Footer navigation
=========================================================================================== ^^ */
.footer-navigation {
  display: none;
}
@media (min-width: 769px) {
  .footer-navigation {
    display: block;
  }
}
.footer-navigation li {
  margin-bottom: 4.2666666667vw;
}
@media (min-width: 769px) {
  .footer-navigation li {
    margin-bottom: 1.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .footer-navigation li {
    margin-bottom: 1rem;
  }
}
.footer-navigation li:last-of-type {
  margin-bottom: 0;
}
.footer-navigation li.fmenu01 img {
  width: 22.4vw;
}
@media (min-width: 769px) {
  .footer-navigation li.fmenu01 img {
    width: 7.6363636364vw;
  }
}
@media (min-width: 1101px) {
  .footer-navigation li.fmenu01 img {
    width: 5.25rem;
  }
}
.footer-navigation li.fmenu02 img {
  width: 46.6666666667vw;
}
@media (min-width: 769px) {
  .footer-navigation li.fmenu02 img {
    width: 15.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .footer-navigation li.fmenu02 img {
    width: 10.9375rem;
  }
}
.footer-navigation li.fmenu03 img {
  width: 44.8vw;
}
@media (min-width: 769px) {
  .footer-navigation li.fmenu03 img {
    width: 15.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .footer-navigation li.fmenu03 img {
    width: 10.5rem;
  }
}
.footer-navigation li.fmenu04 img {
  width: 46.9333333333vw;
}
@media (min-width: 769px) {
  .footer-navigation li.fmenu04 img {
    width: 16vw;
  }
}
@media (min-width: 1101px) {
  .footer-navigation li.fmenu04 img {
    width: 11rem;
  }
}
.footer-navigation li.fmenu05 img {
  width: 23.2vw;
}
@media (min-width: 769px) {
  .footer-navigation li.fmenu05 img {
    width: 7.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .footer-navigation li.fmenu05 img {
    width: 5.4375rem;
  }
}
.footer-navigation li.fmenu06 img {
  width: 46.6666666667vw;
}
@media (min-width: 769px) {
  .footer-navigation li.fmenu06 img {
    width: 15.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .footer-navigation li.fmenu06 img {
    width: 10.9375rem;
  }
}

/* ======================================================================================== ^^
	News list
=========================================================================================== ^^ */
.news-list_item {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 6.9333333333vw;
  border-bottom: 1px solid #fff;
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 2.2857142857;
}
@media (min-width: 769px) {
  .news-list_item {
    width: 100%;
    padding-right: 4.0909090909vw;
    margin-bottom: 2.3636363636vw;
    font-size: 1.2727272727vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1101px) {
  .news-list_item {
    padding-right: 2.25rem;
    margin-bottom: 1.625rem;
    font-size: 0.875rem;
  }
}
.news-list_item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .news-list_time {
    width: 10.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .news-list_time {
    width: 7.5rem;
  }
}
.news-list_content {
  width: 100%;
  padding-bottom: 6.9333333333vw;
  margin: 0;
  line-height: 2em;
}
@media (min-width: 769px) {
  .news-list_content {
    width: 69.3636363636vw;
    padding-bottom: 2.3636363636vw;
  }
}
@media (min-width: 1101px) {
  .news-list_content {
    width: 47.6875rem;
    padding-bottom: 1.625rem;
  }
}

/* ======================================================================================== ^^
	Section header
=========================================================================================== ^^ */
.section-header {
  width: 100%;
  height: 58.6666666667vw;
  padding: 0 5.3333333333vw;
}
@media (min-width: 769px) {
  .section-header {
    height: 41.4545454545vw;
    padding: 0;
  }
}
@media (min-width: 1101px) {
  .section-header {
    height: 28.5rem;
  }
}
.section-header_inner {
  max-width: 68.75rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.section-header_title {
  position: relative;
  z-index: 100;
}
.section-header_number {
  margin: 0;
  position: absolute;
  z-index: 100;
}
.section-header_text {
  width: 53.3333333333vw;
  height: 53.3333333333vw;
  margin: 0;
  border-radius: 50%;
  background-color: #539cba;
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 2.1052631579;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
@media (min-width: 769px) {
  .section-header_text {
    width: 29.5454545455vw;
    height: 29.5454545455vw;
    font-size: 1.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .section-header_text {
    width: 20.3125rem;
    height: 20.3125rem;
    font-size: 1.1875rem;
  }
}
.section-header_image {
  width: 53.3333333333vw;
  height: 53.3333333333vw;
  margin: 0;
  position: absolute;
  z-index: 50;
}
@media (min-width: 769px) {
  .section-header_image {
    width: 46.5454545455vw;
    height: 46.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .section-header_image {
    width: 32rem;
    height: 32rem;
  }
}

/* ======================================================================================== ^^
	Contact button
=========================================================================================== ^^ */
.btn-contact {
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 7000;
}
@media (min-width: 769px) {
  .btn-contact {
    width: 15.1818181818vw;
    height: 25.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .btn-contact {
    width: 10.4375rem;
    height: 17.6875rem;
  }
}
#btn-contact {
  display: none;
}
/* ======================================================================================== ^^
	Effect
=========================================================================================== ^^ */
.effect {
  transition: all 0.6s;
  transform: translateX(-15%);
  opacity: 0;
}
.effect.is-active {
  transform: translateX(0);
  opacity: 1;
}
.effect.site-header_arrow {
  transform: translateX(-65%);
}
@media (min-width: 769px) {
  .effect.site-header_arrow {
    transform: none;
  }
}
.effect.site-header_arrow.is-active {
  transform: translateX(-50%);
}

.effect-rev {
  transition: all 0.6s linear 0.6s;
  transform: translateX(15%);
  opacity: 0;
}
.effect-rev.is-active {
  transform: translateX(0);
  opacity: 1;
}

.effect2 .section-header_image {
  transition: all 0.4s linear 0.6s;
  opacity: 0;
}
.effect2 .section-header_text {
  transition: all 0.4s linear 1s;
  opacity: 0;
}
.effect2.is-active .section-header_image {
  opacity: 1;
}
.effect2.is-active .section-header_text {
  opacity: 1;
}

/* ======================================================================================== ^^
	Forms
=========================================================================================== ^^ */
.field-wrap {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 769px) {
  .field-wrap {
    margin-bottom: 1.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap {
    margin-bottom: 1.25rem;
  }
}
.field-wrap > p {
  margin-bottom: 0.8vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media (min-width: 769px) {
  .field-wrap > p {
    margin-bottom: 0.2727272727vw;
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap > p {
    margin-bottom: 0.1875rem;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .field-wrap.flex {
    display: flex;
    justify-content: space-between;
  }
}
.field-wrap label {
  margin-bottom: 0.8vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
}
@media (min-width: 769px) {
  .field-wrap label {
    margin-bottom: 0.2727272727vw;
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap label {
    margin-bottom: 0.1875rem;
    font-size: 1rem;
  }
}
.field-wrap .required {
  color: #d06e42;
}
.field-wrap input[type="text"],
.field-wrap input[type="email"] {
  max-width: 100%;
  width: 100%;
  height: 14.1333333333vw;
  padding: 0 2.6666666667vw;
  border-radius: 5px;
  border: none;
  background-color: #dbdcdc;
  font-size: 4.8vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 769px) {
  .field-wrap input[type="text"],
  .field-wrap input[type="email"] {
    height: 4.8181818182vw;
    padding: 0 0.9090909091vw;
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap input[type="text"],
  .field-wrap input[type="email"] {
    height: 3.3125rem;
    padding: 0 0.625rem;
    font-size: 1.125rem;
  }
}
.field-wrap textarea {
  max-width: 100%;
  width: 100% !important;
  height: 37.3333333333vw !important;
  padding: 2.6666666667vw;
  border-radius: 5px;
  border: none;
  background-color: #dbdcdc;
  font-size: 4.8vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
@media (min-width: 769px) {
  .field-wrap textarea {
    height: 12.7272727273vw !important;
    padding: 0.9090909091vw;
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap textarea {
    height: 8.75rem !important;
    padding: 0.625rem;
    font-size: 1.125rem;
  }
}
.field-wrap .content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.field-wrap .content-list li {
  width: 100%;
}
@media (min-width: 769px) {
  .field-wrap .content-list li {
    width: 55.9574468085%;
  }
}
@media (min-width: 769px) {
  .field-wrap .content-list li:nth-of-type(2n) {
    width: 44.0425531915%;
  }
}
.field-wrap .contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.field-wrap .contact-list li {
  width: 100%;
}
@media (min-width: 769px) {
  .field-wrap .contact-list li {
    width: auto;
    margin-right: 1em;
  }
}
.field-wrap .privacy-block {
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 3.4666666667vw;
  margin-bottom: 13.3333333333vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 769px) {
  .field-wrap .privacy-block {
    width: 62.5531914894%;
    padding-top: 1.3636363636vw;
    padding-bottom: 1.1818181818vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1101px) {
  .field-wrap .privacy-block {
    padding-top: 0.9375rem;
    padding-bottom: 0.8125rem;
  }
}
.field-wrap .privacy-block p {
  margin-bottom: 4.8vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 769px) {
  .field-wrap .privacy-block p {
    margin-bottom: 1.6363636364vw;
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .privacy-block p {
    margin-bottom: 1.125rem;
    font-size: 0.875rem;
  }
}
.field-wrap .privacy-block .privacy-area {
  width: 100%;
  height: 22.6666666667vw;
  padding: 0 1.3333333333vw;
  margin-bottom: 2.4vw;
  border: 1px solid #888;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .field-wrap .privacy-block .privacy-area {
    height: 7.7272727273vw;
    padding: 0 0.4545454545vw;
    margin-bottom: 0.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .privacy-block .privacy-area {
    height: 5.3125rem;
    padding: 0 0.3125rem;
    margin-bottom: 0.5625rem;
  }
}
.field-wrap .privacy-block .privacy-section {
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .field-wrap .privacy-block .privacy-section {
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .privacy-block .privacy-section {
    font-size: 0.875rem;
  }
}
.field-wrap .privacy-block .privacy-section h5 {
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .field-wrap .privacy-block .privacy-section h5 {
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .privacy-block .privacy-section h5 {
    font-size: 0.875rem;
  }
}
.field-wrap .privacy-block .privacy-section p {
  line-height: 1.4;
}
.field-wrap .privacy-block .radio {
  font-size: 3.2vw;
  font-weight: bold;
}
@media (min-width: 769px) {
  .field-wrap .privacy-block .radio {
    font-size: 1.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .privacy-block .radio {
    font-size: 0.75rem;
  }
}
.field-wrap .submit-block {
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 1.8181818182;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .field-wrap .submit-block {
    width: 46.8085106383%;
    font-size: 1vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .submit-block {
    font-size: 0.6875rem;
  }
}
.field-wrap .submit-block p {
  margin-bottom: 3.7333333333vw;
}
@media (min-width: 769px) {
  .field-wrap .submit-block p {
    margin-bottom: 1.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .submit-block p {
    margin-bottom: 0.875rem;
  }
}
.field-wrap .submit-block .btn-submit.mfp_element_submit {
  width: 100%;
  height: 19.4666666667vw;
  border: none;
  border-radius: 5px;
  background: #2f2725;
  font-size: 6.1333333333vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}
@media (min-width: 769px) {
  .field-wrap .submit-block .btn-submit.mfp_element_submit {
    width: 12vw;
    height: 6.6363636364vw;
    font-size: 2.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .submit-block .btn-submit.mfp_element_submit {
    width: 8.25rem;
    height: 4.5625rem;
    font-size: 1.4375rem;
  }
}
.field-wrap .submit-block .btn-submit.mfp_element_submit span {
  margin: 0 2.6666666667vw;
}
@media (min-width: 769px) {
  .field-wrap .submit-block .btn-submit.mfp_element_submit span {
    margin: 0 0.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .field-wrap .submit-block .btn-submit.mfp_element_submit span {
    margin: 0 0.625rem;
  }
}
.field-wrap .radio {
  margin-bottom: 0;
  align-items: center;
}
.field-wrap .radio input[type="radio"] {
  margin-right: 0.5em;
}

form#mailformpro label.mfp_checked,
form#mailformpro label.mfp_not_checked {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* ======================================================================================== ^^
	News section
=========================================================================================== ^^ */
.news-section {
  padding: 13vw 5.3333333333vw;
  background-color: #479aba;
}
@media (min-width: 769px) {
  .news-section {
    padding: 9.0909090909vw 1.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .news-section {
    padding: 6.25rem 0;
  }
}
.news-section_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .news-section_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.news-section_title {
  width: 100%;
  margin: 0 auto 2vw 0;
  padding: 0 0 1vw 3vw;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
.news-section_title img {
  width: 60vw;
}
@media (min-width: 769px) {
  .news-section_title {
    width: 23.6363636364%;
    margin: 0;
  }
}
.news-section_list {
  width: 100%;
  height: 159.666667vw;
  overflow: auto;
}
@media (min-width: 769px) {
  .news-section_list {
    width: 69.3636363636%;
    height: 28.7272727273vw;
    padding-right: 5.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .news-section_list {
    height: 21.625rem;
    padding-right: 3.5rem;
  }
}

/* ======================================================================================== ^^
	Property search
=========================================================================================== ^^ */
.property-search {
  width: 100%;
  background-color: #dbdcdc;
  overflow: hidden;
}
@media (min-width: 769px) {
  .property-search {
    height: 22.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .property-search {
    height: 15.3125rem;
  }
}
.property-search_inner {
  max-width: 68.75rem;
  width: 100%;
  height: 100%;
  padding: 2.6666666667vw 0 2.6666666667vw 42.6666666667vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 769px) {
  .property-search_inner {
    padding: 9.0909090909vw 1.8181818182vw 0 17.6363636364vw;
  }
}
@media (min-width: 1101px) {
  .property-search_inner {
    padding: 6.25rem 0 0 12.125rem;
  }
}
.property-search_title {
  width: 40vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .property-search_title {
    width: 16.3636363636vw;
    left: 0;
  }
}
@media (min-width: 1101px) {
  .property-search_title {
    width: 18.1818181818vw;
    left: -3.6363636364vw;
  }
}
@media (min-width: 1281px) {
  .property-search_title {
    left: -4.6875vw;
  }
}
@media (min-width: 1301px) {
  .property-search_title {
    width: 24.2753623188vw;
    left: -8.6956521739vw;
  }
}
@media (min-width: 1381px) {
  .property-search_title {
    width: 20.9375rem;
    left: -10rem;
  }
}
@media (min-width: 769px) {
  .property-search_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.property-search_links li {
  width: 53.3333333333vw;
  height: 11.2vw;
  margin-bottom: 2.6666666667vw;
  border-radius: 4.6666666667vw;
  overflow: hidden;
}
@media (min-width: 769px) {
  .property-search_links li {
    width: 26.7272727273vw;
    height: 5.6363636364vw;
    margin-right: 0.9090909091vw;
    margin-bottom: 0;
    border-radius: 2.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .property-search_links li {
    width: 18.375rem;
    height: 3.875rem;
    margin-right: 1.3125rem;
    border-radius: 1.5625rem;
  }
}
.property-search_links li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.property-search_links li a {
  width: 100%;
  height: 100%;
  padding: 0 2.6666666667vw 1.3333333333vw 0;
  font-size: 3.2vw;
  letter-spacing: -0.07em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 769px) {
  .property-search_links li a {
    padding: 0 1.8181818182vw 0.4545454545vw 0;
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .property-search_links li a {
    padding: 0 1.25rem 0.3125rem 0;
    font-size: 1rem;
  }
}
.property-search_links li a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.property-search_links li a span {
  padding-left: 2.6666666667vw;
  background: url(../images/common/icon-arrow01.svg) no-repeat 0 50%;
  background-size: 2.1333333333vw auto;
  display: inline-block;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .property-search_links li a span {
    padding-left: 1.2727272727vw;
    background-size: 0.9090909091vw auto;
  }
}
@media (min-width: 1101px) {
  .property-search_links li a span {
    padding-left: 0.875rem;
    background-size: 0.625rem auto;
  }
}

/* ======================================================================================== ^^
	Business details
=========================================================================================== ^^ */
.business-details .section-header {
  background: #2f2725 url(../images/common/bg-business-details.svg) no-repeat
    50% 50% / auto 100%;
}
.business-details .section-header_title {
  width: 36.333333vw;
  top: 9.333333vw;
  left: 51.733333vw;
}
@media (min-width: 769px) {
  .business-details .section-header_title {
    width: 36.3636363636vw;
    top: 5.4545454545vw;
    left: 46.3636363636vw;
  }
}
@media (min-width: 1101px) {
  .business-details .section-header_title {
    width: 25rem;
    top: 3.75rem;
    left: 31.875rem;
  }
}
.business-details .section-header_number {
  width: 16vw;
  top: 5.3333333333vw;
  left: 0;
}
@media (min-width: 769px) {
  .business-details .section-header_number {
    width: 12.6363636364vw;
    top: 4.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .business-details .section-header_number {
    width: 8.625rem;
    top: 2.8125rem;
  }
}
.business-details .section-header_text {
  top: 37.3333333333vw;
  left: 37.3333333333vw;
}
@media (min-width: 769px) {
  .business-details .section-header_text {
    top: 26.9090909091vw;
    left: 38.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .business-details .section-header_text {
    top: 18.5rem;
    left: 26.6875rem;
  }
}
.business-details .section-header_image {
  top: 10.6666666667vw;
  left: 0;
}
@media (min-width: 769px) {
  .business-details .section-header_image {
    top: 4.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .business-details .section-header_image {
    top: 3.25rem;
  }
}
.business-details_inner {
  padding: 42.6666666667vw 5.3333333333vw 0;
}
@media (min-width: 769px) {
  .business-details_inner {
    padding: 24.5454545455vw 1.8181818182vw 0;
  }
}
@media (min-width: 1101px) {
  .business-details_inner {
    padding: 16.875rem 0 0;
  }
}
.business-details .business-detail-section {
  margin-bottom: 13vw;
}
@media (min-width: 769px) {
  .business-details .business-detail-section {
    margin-bottom: 18.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .business-details .business-detail-section {
    margin-bottom: 10.5rem;
  }
}
.business-details .business-detail-section h3 {
  margin-bottom: 4.4666666667vw;
  text-align: center;
}
@media (min-width: 769px) {
  .business-details .business-detail-section h3 {
    margin-bottom: 3.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .business-details .business-detail-section h3 {
    margin-bottom: 2.6875rem;
  }
}
.business-details .business-detail-section .sub-title {
  font-size: 5vw;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 769px) {
  .business-details .business-detail-section .sub-title {
    font-size: 3.0909090909vw;
    line-height: 1;
  }
}
@media (min-width: 1101px) {
  .business-details .business-detail-section .sub-title {
    font-size: 2.125rem;
  }
}
.business-details .business-detail-section .text {
  font-size: 4vw;
  line-height: 1.875;
  text-align: center;
  letter-spacing: -0.03em;
}
@media (min-width: 769px) {
  .business-details .business-detail-section .text {
    font-size: 2vw;
    letter-spacing: normal;
  }
}
@media (min-width: 1101px) {
  .business-details .business-detail-section .text {
    font-size: calc(22 * 1rem / 16);
  }
}
.detail04.business-detail-section .text {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .detail04.business-detail-section .text {
    margin-bottom: 8vw;
  }
}
.business-details .business-detail-section_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .business-details .business-detail-section_inner {
    padding-right: 17.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .business-details .business-detail-section_inner {
    padding-right: 11.875rem;
  }
}
.business-details .business-detail-section_images {
  width: 100%;
}

.business-details .business-detail-section_images p {
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .business-details .business-detail-section_images p {
    margin: 0 auto 12vw;
  }
}
.business-details .business-detail-section_list {
  width: 100%;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .business-details .business-detail-section_list {
    gap: 4vw;
    margin-bottom: 8vw;
    flex-direction: column;
  }
}
.business-details .business-detail-section_list li {
  width: 100%;
}
@media (min-width: 769px) {
  .business-details .business-detail-section_list li {
    width: calc(100% / 2 - 25px);
  }
}
.business-details .business-detail-section_list li:nth-of-type(3n) {
  margin-right: 0;
}
.business-details .business-detail-section_list li p {
  margin: 0;
}

.business-details p.name {
  width: 100%;
  min-height: 13vw;
  height: auto;
  padding: 2vw 0;
  margin-bottom: 6vw;
  border-radius: 5px;
  background-color: #9e9e9f;
  font-size: 4.3vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 769px) {
  .business-details p.name {
    height: 9.0909090909vw;
    min-height: auto;
    margin-bottom: 1.3636363636vw;
    font-size: 1.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .business-details p.name {
    height: calc(78 * 1rem / 16);
    margin-bottom: calc(50 * 1rem / 16);
    font-size: calc(26 * 1rem / 16);
  }
}
.business-details .business-detail-section_list li p.text {
  font-size: 4.2666666667vw;
  line-height: 1.8125;
}
@media (min-width: 769px) {
  .business-details .business-detail-section_list li p.text {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .business-details .business-detail-section_list li p.text {
    font-size: 1rem;
  }
}
.business-details .detail01 h3 img {
  width: 76vw;
}
@media (min-width: 769px) {
  .business-details .detail01 h3 img {
    width: 42.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .business-details .detail01 h3 img {
    width: calc(661 * 1rem / 16);
  }
}
@media (max-width: 768px) {
  .business-details .detail01 .business-detail-section_list li p.name {
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .business-details .detail01 .business-detail-section_list li p.name br {
    display: none;
  }
}
@media (max-width: 768px) {
  .business-details .detail01 .business-detail-section_images {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .business-details .detail01 .business-detail-section_images .img02 {
    display: none;
  }
}
.business-details .detail02 h3 img {
  width: 68.9333333333vw;
}
@media (min-width: 769px) {
  .business-details .detail02 h3 img {
    width: 56.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .business-details .detail02 h3 img {
    width: calc(503 * 1rem / 16);
  }
}
@media (max-width: 768px) {
  .business-details .detail02 .business-detail-section_images {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .business-details .detail02 .business-detail-section_images .img01 {
    display: none;
  }
}
.business-details .detail03 h3 img {
  width: 84vw;
}
@media (min-width: 769px) {
  .business-details .detail03 h3 img {
    width: 31.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .business-details .detail03 h3 img {
    width: calc(700 * 1rem / 16);
  }
}
@media (max-width: 768px) {
  .business-details .detail03 .business-detail-section_images {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .business-details .detail03 .business-detail-section_images .img03 {
    display: none;
  }
}
.business-details .detail04 h3 img {
  width: 58.7333333333vw;
}
@media (min-width: 769px) {
  .business-details .detail04 h3 img {
    width: 59.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .business-details .detail04 h3 img {
    width: calc(408 * 1rem / 16);
  }
}
@media (max-width: 768px) {
  .business-details .detail04 .business-detail-section_list li p.name {
    height: 13.3333333333vw;
  }
}
@media (max-width: 768px) {
  .business-details .detail04 .business-detail-section_images .img02 {
    display: none;
  }
}

/* ======================================================================================== ^^
	Business works
=========================================================================================== ^^ */
.business-works .section-header {
  background: #2f2725 url(../images/common/bg-business-works.svg) no-repeat 50%
    50% / auto 100%;
}
.business-works .section-header_title {
  position: absolute;
  width: 41.333333vw;
  top: 9.333333vw;
  right: 0;
}
@media (min-width: 769px) {
  .business-works .section-header_title {
    width: 36.8181818182vw;
    top: 5.8181818182vw;
    left: 0;
    right: auto;
  }
}
@media (min-width: 1101px) {
  .business-works .section-header_title {
    width: 25.3125rem;
    top: 4rem;
    left: 12rem;
  }
}
.business-works .section-header_number {
  width: 14vw;
  top: 5.3333333333vw;
  left: 0;
}
@media (min-width: 769px) {
  .business-works .section-header_number {
    width: 14.0909090909vw;
    top: 4vw;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1101px) {
  .business-works .section-header_number {
    width: 9.6875rem;
    top: 2.75rem;
  }
}
.business-works .section-header_text {
  top: 37.3333333333vw;
  right: 0;
}
@media (min-width: 769px) {
  .business-works .section-header_text {
    top: 26.7272727273vw;
    left: 32.7272727273vw;
    right: auto;
  }
}
@media (min-width: 1101px) {
  .business-works .section-header_text {
    top: 18.375rem;
    left: 22.5rem;
  }
}
.business-works .section-header_image {
  top: 10.6666666667vw;
  left: 0;
}
@media (min-width: 769px) {
  .business-works .section-header_image {
    top: 4.9090909091vw;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1101px) {
  .business-works .section-header_image {
    top: 3.375rem;
  }
}
.business-works_inner {
  padding: 42.6666666667vw 5.3333333333vw 0;
}
@media (min-width: 769px) {
  .business-works_inner {
    padding: 26.1818181818vw 0 18.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .business-works_inner {
    padding: 18rem 0 12.5rem;
  }
}
.business-works .area-wrap {
  max-width: 100rem;
  width: 100%;
  padding: 10.6666666667vw 0 18vw;
  margin: 0 auto;
  background: url(../images/common/bg-area.svg) no-repeat 100% 0/100% auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .business-works .area-wrap {
    padding: 9.0909090909vw 0 4.5454545455vw 20.9090909091vw;
    background-size: 78.6363636364vw auto;
  }
}
@media (min-width: 1101px) {
  .business-works .area-wrap {
    padding: 9.9090909091vw 0 4.5454545455vw 9.0909090909vw;
    background-size: 86.2727272727vw auto;
  }
}
@media (min-width: 1601px) {
  .business-works .area-wrap {
    padding: 8.375rem 0 3.125rem 25rem;
    background-size: 72.25rem auto;
  }
}
.business-works .works-area {
  max-width: 72.25rem;
  width: 100%;
  height: 306.6666666667vw;
  padding-top: 8vw;
  padding-left: 5.3333333333vw;
  background-color: #efefef;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .business-works .works-area {
    height: 95.4545454545vw;
    padding-top: 0;
    padding-left: 2.7272727273vw;
    align-items: center;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area {
    height: 65.625rem;
    padding-left: 4.375vw;
  }
}
@media (min-width: 1601px) {
  .business-works .works-area {
    padding-left: 4.375rem;
  }
}
.business-works .works-area.tokyo-area {
  margin-bottom: 52.3333333333vw;
}
@media (min-width: 769px) {
  .business-works .works-area.tokyo-area {
    margin-bottom: 9.0909090909vw;
    background: #efefef url(../images/common/bg-tokyo.jpg) no-repeat 100% 0;
    background-size: 57.5454545455vw auto;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area.tokyo-area {
    margin-bottom: 6.25rem;
    background-size: 39.5625rem auto;
  }
}
.business-works .works-area.kanagawa-area {
  height: 375.3333333333vw;
}
@media (min-width: 769px) {
  .business-works .works-area.kanagawa-area {
    height: 95.4545454545vw;
    background: #efefef url(../images/common/bg-kanagawa.jpg) no-repeat 100% 0;
    background-size: 57.5454545455vw auto;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area.kanagawa-area {
    height: 73.625rem;
    background-size: 39.5625rem auto;
  }
}
.business-works .works-area_title {
  font-size: 5.3333333333vw;
  line-height: 1.38;
  font-weight: bold;
}
@media (min-width: 769px) {
  .business-works .works-area_title {
    font-size: 2vw;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area_title {
    font-size: 2.5vw;
  }
}
@media (min-width: 1601px) {
  .business-works .works-area_title {
    font-size: 2.5rem;
  }
}
.business-works .works-area_title .name {
  font-size: 8.5333333333vw;
  line-height: 1.3018867925;
}
@media (min-width: 769px) {
  .business-works .works-area_title .name {
    font-size: 2.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area_title .name {
    font-size: 3.3125vw;
  }
}
@media (min-width: 1601px) {
  .business-works .works-area_title .name {
    font-size: 3.3125rem;
  }
}
.business-works .works-area_title .en {
  margin-top: 1.8666666667vw;
  font-size: 4.8vw;
  line-height: 2.0833333333;
  font-weight: normal;
  display: block;
}
@media (min-width: 769px) {
  .business-works .works-area_title .en {
    margin-top: 2.4545454545vw;
    font-size: 1.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area_title .en {
    margin-top: 1.6875vw;
    font-size: 1.5vw;
  }
}
@media (min-width: 1601px) {
  .business-works .works-area_title .en {
    margin-top: 1.6875rem;
    font-size: 1.5rem;
  }
}
.business-works .works-area_division {
  width: 96%;
  padding: 2.7272727273vw 3.6363636364vw;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px rgba(204, 204, 204, 0.4);
  position: absolute;
  top: 45.3333333333vw;
  right: -4px;
}
@media (min-width: 769px) {
  .business-works .works-area_division {
    width: 57.9090909091vw;
    height: calc(100% + 2.4545454545vw);
    padding: 4.9090909091vw 11.3636363636vw 9.0909090909vw 4.3636363636vw;
    top: 2.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area_division {
    width: 43.75rem;
    height: calc(100% + 1.5rem);
    padding: 3.375rem 7.8125rem 6.25rem 3rem;
    top: 1.5rem;
  }
}
.business-works .works-area_division h4 {
  background: url(../images/common/line.svg) repeat-x 0 100%;
  font-size: 5.3333333333vw;
  color: #539cba;
  line-height: 1.9565217391;
  font-weight: bold;
  overflow: hidden;
}
@media (min-width: 769px) {
  .business-works .works-area_division h4 {
    padding-bottom: 0.1818181818vw;
    margin-bottom: 1.0909090909vw;
    font-size: 2.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area_division h4 {
    padding-bottom: 0.125rem;
    margin-bottom: 0.75rem;
    font-size: 1.4375rem;
  }
}
.business-works .works-area_division ul {
  margin-bottom: 5.6vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .business-works .works-area_division ul {
    margin-bottom: 1.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area_division ul {
    margin-bottom: 1.3125rem;
  }
}
.business-works .works-area_division ul li {
  width: 50%;
  font-size: 4.2666666667vw;
  line-height: 2.1111111111;
}
@media (min-width: 769px) {
  .business-works .works-area_division ul li {
    width: 33.3333%;
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1101px) {
  .business-works .works-area_division ul li {
    font-size: 1.125rem;
  }
}

/* ======================================================================================== ^^
	Company profile
=========================================================================================== ^^ */
.company-profile .section-header {
  background: #2f2725 url(../images/common/bg-company-profile.svg) no-repeat 50%
    50% / auto 100%;
}
.company-profile .section-header_title {
  width: 32.333333vw;
  top: 10.333333vw;
  left: 53.733333vw;
}
@media (min-width: 769px) {
  .company-profile .section-header_title {
    width: 37.6363636364vw;
    top: 5.8181818182vw;
    left: 45.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .company-profile .section-header_title {
    width: 25.875rem;
    top: 4rem;
    left: 31.5625rem;
  }
}
.company-profile .section-header_number {
  width: 16vw;
  top: 5.3333333333vw;
  left: 0;
}
@media (min-width: 769px) {
  .company-profile .section-header_number {
    width: 14.0909090909vw;
    top: 4vw;
  }
}
@media (min-width: 1101px) {
  .company-profile .section-header_number {
    width: 9.6875rem;
    top: 2.75rem;
  }
}
.company-profile .section-header_text {
  top: 37.3333333333vw;
  left: 37.3333333333vw;
}
@media (min-width: 769px) {
  .company-profile .section-header_text {
    top: 26.7272727273vw;
    left: 38.3636363636vw;
  }
}
@media (min-width: 1101px) {
  .company-profile .section-header_text {
    top: 18.375rem;
    left: 26.375rem;
  }
}
.company-profile .section-header_image {
  top: 10.6666666667vw;
  left: 0;
}
@media (min-width: 769px) {
  .company-profile .section-header_image {
    top: 4.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .company-profile .section-header_image {
    top: 3.25rem;
  }
}
.company-profile_inner {
  padding: 42.6666666667vw 5.3333333333vw 0;
}
@media (min-width: 769px) {
  .company-profile_inner {
    padding: 24.5454545455vw 5.3333333333vw 0;
  }
}
@media (min-width: 1101px) {
  .company-profile_inner {
    padding: 16.875rem 0 0;
  }
}

/* ======================================================================================== ^^
	Feeling
=========================================================================================== ^^ */
.feelings {
  padding-bottom: 16vw;
}
@media (min-width: 769px) {
  .feelings {
    padding-bottom: 12.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .feelings {
    padding-bottom: 8.3125rem;
  }
}
.feelings_title {
  width: 88.3333333333vw;
  margin: 0 auto 9.3333333333vw;
}
@media (min-width: 769px) {
  .feelings_title {
    width: 24.9090909091vw;
    margin-bottom: 3.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .feelings_title {
    width: 17.125rem;
    margin-bottom: 2.1875rem;
  }
}
.feelings .sub-title1 {
  width: 71.2vw;
  margin: 0 auto 3.2vw;
}
@media (min-width: 769px) {
  .feelings .sub-title1 {
    width: 25.1818181818vw;
    margin-bottom: 1.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .feelings .sub-title1 {
    width: 17.3125rem;
    margin-bottom: 0.75rem;
  }
}
.feelings .sub-title2 {
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .feelings .sub-title2 {
    width: 18.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .feelings .sub-title2 {
    width: 12.9375rem;
  }
}
.feelings_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
  font-size: 5.4vw;
  line-height: 1.875;
  text-align: center;
}
@media (min-width: 769px) {
  .feelings_inner {
    padding-right: 23.6363636364vw;
    font-size: 2.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .feelings_inner {
    padding-right: 16.25rem;
    font-size: 1.5rem;
  }
}
.feelings_inner p {
  margin-bottom: 5.8666666667vw;
}
@media (min-width: 769px) {
  .feelings_inner p {
    margin-bottom: 2vw;
  }
}
@media (min-width: 1101px) {
  .feelings_inner p {
    margin-bottom: 1.375rem;
  }
}
.feelings_inner p:last-of-type {
  margin-bottom: 0;
}

/* ======================================================================================== ^^
	Concept
=========================================================================================== ^^ */
.concept {
  padding-bottom: 15vw;
}
@media (min-width: 769px) {
  .concept {
    padding-bottom: 13.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .concept {
    padding-bottom: 9.25rem;
  }
}
.concept_title {
  width: 88.3333333333vw;
  margin: 0 auto 4.3333333333vw;
}
@media (min-width: 769px) {
  .concept_title {
    width: 25vw;
    margin-bottom: 3.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .concept_title {
    width: 17.1875rem;
    margin-bottom: 2.1875rem;
  }
}
.concept_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
  line-height: 1.9583333333;
  text-align: center;
}
@media (min-width: 769px) {
  .concept_inner {
    padding-right: 23.6363636364vw;
    font-size: 2.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .concept_inner {
    padding-right: 16.25rem;
    font-size: 1.5rem;
  }
}
.concept_inner p {
  line-height: 1.875;
  font-size: 5vw;
}
@media (min-width: 769px) {
  .concept_inner p {
    font-size: 2.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .concept_inner p {
    font-size: 1.5rem;
  }
}
.concept_inner p em {
  line-height: 1.7142857143;
}
@media (min-width: 769px) {
  .concept_inner p em {
    font-size: 2.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .concept_inner p em {
    font-size: 1.75rem;
  }
}
.concept_inner .img {
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .concept_inner .img {
    width: 26.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .concept_inner .img {
    width: 18.125rem;
  }
}

/* ======================================================================================== ^^
	Greeting
=========================================================================================== ^^ */
.greeting_title {
  width: 88.3333333333vw;
  margin: 0 auto 9.3333333333vw;
}
@media (min-width: 769px) {
  .greeting_title {
    width: 26.3636363636vw;
    margin-bottom: 3.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .greeting_title {
    width: 18.125rem;
    margin-bottom: 2.1875rem;
  }
}
.greeting_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
  line-height: 1.9583333333;
}
@media (min-width: 769px) {
  .greeting_inner {
    padding-right: 23.6363636364vw;
    font-size: 2.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .greeting_inner {
    padding-right: 16.25rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .greeting_inner .text p {
    margin-bottom: 4.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .greeting_inner .text p {
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 769px) {
  .greeting_inner .text p:last-of-type {
    margin-bottom: 2.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .greeting_inner .text p:last-of-type {
    margin-bottom: 1.6875rem;
  }
}
.greeting_inner .sign {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .greeting_inner .sign {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.greeting_inner .sign .sign1 {
  width: 68.8vw;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .greeting_inner .sign .sign1 {
    width: 27.3636363636vw;
    margin-right: 2.1818181818vw;
    transform: translateY(0.5454545455vw);
  }
}
@media (min-width: 1101px) {
  .greeting_inner .sign .sign1 {
    width: 18.8125rem;
    margin-right: 1.5rem;
    transform: translateY(0.375rem);
  }
}
.greeting_inner .sign .sign2 {
  width: 74.6666666667vw;
}
@media (min-width: 769px) {
  .greeting_inner .sign .sign2 {
    width: 29.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .greeting_inner .sign .sign2 {
    width: 20.4375rem;
  }
}

/* ======================================================================================== ^^
	Overview
=========================================================================================== ^^ */
.overview {
  padding-top: 21.3333333333vw;
  padding-bottom: 26.6666666667vw;
}
@media (min-width: 769px) {
  .overview {
    padding-top: 12.4545454545vw;
    padding-bottom: 22vw;
  }
}
@media (min-width: 1101px) {
  .overview {
    padding-top: 8.5625rem;
    padding-bottom: 15.125rem;
  }
}
.overview_title {
  margin: 0 auto 9.3333333333vw;
  text-align: center;
}
@media (min-width: 769px) {
  .overview_title {
    padding-right: 17.2727272727vw;
    margin-bottom: 3.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .overview_title {
    padding-right: 11.875rem;
    margin-bottom: 2.1875rem;
  }
}
.overview_title img {
  width: 88.3333333333vw;
}
@media (min-width: 769px) {
  .overview_title img {
    width: 28.3636363636vw;
    margin: auto;
  }
}
@media (min-width: 1101px) {
  .overview_title img {
    width: 19.5rem;
  }
}
.overview_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 769px) {
  .overview_inner {
    padding-right: 17.2727272727vw;
    flex-direction: row;
  }
}
@media (min-width: 1101px) {
  .overview_inner {
    padding-right: 11.875rem;
  }
}
.overview .table-overview {
  width: 100%;
  margin-bottom: 13.3333333333vw;
  line-height: 2.0357142857;
}
@media (min-width: 769px) {
  .overview .table-overview {
    width: 42.2727272727vw;
    margin-bottom: 0;
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .overview .table-overview {
    width: 29.0625rem;
    font-size: 0.875rem;
  }
}
.overview .table-overview th {
  width: 37%;
  padding: 3px 1.5em 0 0;
  -moz-text-align-last: justify;
  text-align-last: justify;
  vertical-align: top;
  font-weight: normal;
  position: relative;
}
@media (min-width: 769px) {
  .overview .table-overview th {
    width: 27%;
  }
}
.overview .table-overview th .just {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.overview .table-overview th::after {
  content: "／";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
.overview .table-overview td {
  width: 55%;
  padding-left: 0.5em;
  word-break: break-all;
}
@media (min-width: 769px) {
  .overview .table-overview td {
    width: 73%;
  }
}
.overview .access-map {
  width: 100%;
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 769px) {
  .overview .access-map {
    width: 31.6363636364vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1101px) {
  .overview .access-map {
    width: 21.75rem;
  }
}
.overview .access-map .text {
  padding-left: 14.9333333333vw;
  margin-bottom: 4.5333333333vw;
  background: url(../images/common/icon-map.svg) no-repeat 0 50%;
  font-size: 3.7333333333vw;
  line-height: 24, 14;
}
@media (min-width: 769px) {
  .overview .access-map .text {
    height: 6.3636363636vw;
    padding-left: 5.0909090909vw;
    margin-bottom: 1.5454545455vw;
    background-size: 4.0909090909vw auto;
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .overview .access-map .text {
    height: 4.375rem;
    padding-left: 3.5rem;
    margin-bottom: 1.0625rem;
    background-size: 2.8125rem auto;
    font-size: 0.875rem;
  }
}
.overview .access-map .map {
  margin-bottom: 4.2666666667vw;
}
@media (min-width: 769px) {
  .overview .access-map .map {
    margin-bottom: 1.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .overview .access-map .map {
    margin-bottom: 1rem;
  }
}
.overview .access-map .link {
  margin-bottom: 0;
  text-align: right;
}
.overview .access-map .link img {
  width: 51.2vw;
}
@media (min-width: 769px) {
  .overview .access-map .link img {
    width: 17.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .overview .access-map .link img {
    width: 12rem;
  }
}
.overview .character {
  width: 51.7333333333vw;
  margin: 0 auto;
  display: none;
}
@media (min-width: 769px) {
  .overview .character {
    width: 17.6363636364vw;
    position: absolute;
    top: 0;
    right: -2.7272727273vw;
    display: block;
  }
}
@media (min-width: 1101px) {
  .overview .character {
    width: 14.4776119403vw;
    right: 0.8333333333vw;
  }
}
@media (min-width: 1201px) {
  .overview .character {
    right: -2.2388059701vw;
  }
}
@media (min-width: 1341px) {
  .overview .character {
    width: 12.125rem;
    right: -7.125rem;
  }
}

/* ======================================================================================== ^^
	Contact
=========================================================================================== ^^ */
.contact {
  background: #479aba url(../images/common/bg-contact.jpg) no-repeat 50% 100%/100%
    auto;
  padding: 0 5.3333333333vw 53.8666666667vw;
}
@media (min-width: 769px) {
  .contact {
    padding: 0 0 78.4545454545vw;
    position: relative;
  }
}
@media (min-width: 1101px) {
  .contact {
    padding: 0 0 52rem;
  }
}
.contact::before {
  width: 100%;
  background-color: #479aba;
  content: " ";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 769px) {
  .contact::before {
    height: 63vw;
    display: block;
  }
}
@media (min-width: 1101px) {
  .contact::before {
    height: 43.3125rem;
  }
}
.contact_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media (min-width: 769px) {
  .contact_inner {
    padding: 0 1.8181818182vw;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1101px) {
  .contact_inner {
    padding: 0;
  }
}
.contact_content {
  padding-top: 18.6666666667vw;
  padding-bottom: 17.8666666667vw;
}
@media (min-width: 769px) {
  .contact_content {
    padding-top: 6.3636363636vw;
    padding-bottom: 6.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .contact_content {
    padding-top: 4.375rem;
    padding-bottom: 4.1875rem;
  }
}
.contact_content .text {
  margin: 0 0 4.8vw;
  font-size: 5.8666666667vw;
  color: #fff;
  line-height: 1.7142857143;
}
@media (min-width: 769px) {
  .contact_content .text {
    margin-bottom: 1.6363636364vw;
    font-size: 2.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .contact_content .text {
    margin-bottom: 1.125rem;
    font-size: 1.75rem;
  }
}
.contact_content .note {
  margin: 0 0 10.6666666667vw;
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 1.9285714286;
}
@media (min-width: 769px) {
  .contact_content .note {
    margin-bottom: 3.6363636364vw;
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .contact_content .note {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
  }
}
.contact_content .message {
  padding: 7.2vw 0 5.0666666667vw;
  /*border: 4px solid #fff;*/
  font-size: 5.3333333333vw;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contact_content .message {
    width: 41.8181818182vw;
    padding: 2.4545454545vw 0 1.7272727273vw;
    font-size: 2.1818181818vw;
  }
}
@media (min-width: 1101px) {
  .contact_content .message {
    width: 28.75rem;
    padding: 1.6875rem 0 1.1875rem;
    font-size: 1.5rem;
  }
}
.contact_content .message h3 {
  width: 100%;
  font-size: 6.4vw;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -2px;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .contact_content .message h3 {
    font-size: 2.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .contact_content .message h3 {
    font-size: 2rem;
  }
}
.contact_content .message h3 span {
  padding: 0 5.3333333333vw;
  background-color: #479aba;
  display: inline-block;
  position: relative;
}
@media (min-width: 769px) {
  .contact_content .message h3 span {
    padding: 0 2.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .contact_content .message h3 span {
    padding: 0 1.6875rem;
  }
}
.contact_content .message h3 span::before,
.contact_content .message h3 span::after {
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  background-color: #fff;
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .contact_content .message h3 span::before,
  .contact_content .message h3 span::after {
    width: 1.0909090909vw;
    height: 1.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .contact_content .message h3 span::before,
  .contact_content .message h3 span::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.contact_content .message h3 span::before {
  left: -1.6vw;
}
@media (min-width: 769px) {
  .contact_content .message h3 span::before {
    left: -0.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .contact_content .message h3 span::before {
    left: -0.375rem;
  }
}
.contact_content .message h3 span::after {
  right: -1.6vw;
}
@media (min-width: 769px) {
  .contact_content .message h3 span::after {
    right: -0.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .contact_content .message h3 span::after {
    right: -0.375rem;
  }
}
.contact_content .message p {
  margin: 0;
}
.contact_title {
  width: 64vw;
  margin-bottom: 8.5333333333vw;
}
@media (min-width: 769px) {
  .contact_title {
    width: 25.6363636364vw;
    margin-bottom: 2.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .contact_title {
    width: 17.625rem;
    margin-bottom: 2rem;
  }
}
.contact_form {
  height: 100%;
  padding: 13.3333333333vw 5.3333333333vw;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px rgba(204, 204, 204, 0.5);
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 769px) {
  .contact_form {
    width: 50vw;
    height: calc(100% + 53.875vw + 57.3636363636vw);
    padding: 4.3636363636vw 3.6363636364vw 4.5454545455vw;
    margin-top: -4.5454545455vw;
    margin-bottom: -78.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .contact_form {
    width: 34.375rem;
    height: calc(100% + 53.875vw + 3.125rem);
    padding: 3rem 2.5rem 3.125rem;
    margin-top: -3.125rem;
    margin-bottom: -53.9375rem;
  }
}
.contact_form h3 {
  width: 69.3333333333vw;
  margin: 0 auto 6.6666666667vw;
}
@media (min-width: 769px) {
  .contact_form h3 {
    width: 26.7272727273vw;
    margin-bottom: 2.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .contact_form h3 {
    width: 18.375rem;
    margin-bottom: 1.5625rem;
  }
}

/* ======================================================================================== ^^
	Thanks
=========================================================================================== ^^ */
.thanks .site-main {
  width: 100%;
  height: 100vh;
  margin-bottom: 16vw;
  background: #2f2725 url(../images/common/bg-header.svg) no-repeat 50% 50% /
    auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thanks .site-main .site-logo {
  position: static;
}
@media (min-width: 769px) {
  .thanks .site-main .site-logo {
    width: 28vw;
    margin-bottom: 5.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .thanks .site-main .site-logo {
    width: 18.75rem;
    margin-bottom: 3.75rem;
  }
}
.thanks .site-main .thanks-message {
  margin-bottom: 13.3333333333vw;
  font-size: 7.4666666667vw;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 769px) {
  .thanks .site-main .thanks-message {
    margin-bottom: 4.5454545455vw;
    font-size: 2.5454545455vw;
  }
}
@media (min-width: 1101px) {
  .thanks .site-main .thanks-message {
    margin-bottom: 3.125rem;
    font-size: 1.75rem;
  }
}
.thanks .site-main .back-link {
  margin-bottom: 0;
  font-size: 5.3333333333vw;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 769px) {
  .thanks .site-main .back-link {
    font-size: 1.8181818182vw;
  }
}
@media (min-width: 1101px) {
  .thanks .site-main .back-link {
    font-size: 1.25rem;
  }
}
.thanks .site-main .back-link a:link {
  color: #fff;
}
.thanks .site-main .back-link a:visited {
  color: #fff;
}
.thanks .site-main .back-link a:hover {
  color: #fff;
}
.thanks .site-main .back-link a:focus {
  color: #fff;
}
.business-details .business-detail-section .sub-title {
  font-weight: bold;
}
@media (max-width: 768px) {
  .business-details .business-detail-section .sub-title {
    letter-spacing: -0.08em;
  }
}

.business-details .business-detail-section .sub-title.color01 {
  color: #e73820;
}
.business-details .business-detail-section .sub-title.color02 {
  color: #ac5488;
}
.business-details .business-detail-section .sub-title.color03 {
  color: #298b7f;
}
.business-details .business-detail-section .sub-title.color04 {
  color: #f29600;
}

/* 20220114 */
a:link .news-list_item {
  color: #fff;
}
a:hover > .news-list_item {
  /* text-decoration: underline; */
  /* opacity: 0.8; */
  background-color: #fff2;
}
.newsimg {
  max-width: 100%;
  margin: 0 0% 0 0%;
}
.news-list .newsimgauto {
  margin-top: 0;
  margin-bottom: auto;
}
@media (min-width: 769px) {
  .pcnone {
    display: none;
  }
}

@media (max-width: 768px) {
  .spnone {
    display: none;
  }
}
@media (min-width: 769px) {
  .newsimg {
    max-width: 20%;
    margin: 0.5rem 1em 0 1.5em;
  }
}

@media (max-width: 768px) {
  .sphide {
    display: none;
  }
}
@media (min-width: 769px) {
  .pchide {
    display: none;
  }
}
/*
-----------------------------------------
2024.01　実績動的化に伴うWP化（一部デザイン変更）
-----------------------------------------
*/
.site-header {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .site-header {
    margin-bottom: 15vw;
  }
}
.banner__slider {
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #888888;
}
/*
-----------------------------------
トップWORKS
-----------------------------------
*/
.works_title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #000;
}
@media (max-width: 768px) {
  .works_title {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.works_title img {
  display: block;
  width: 172px;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .works_title img {
    width: 25vw;
  }
}
.works_lead {
  font-size: 26px;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .works_lead {
    font-size: 5vw;
    margin: 0 auto 3vw;
  }
}
.works_slider {
  margin-bottom: 20px;
}
.works_img {
  aspect-ratio: 285/285;
  margin-bottom: 10px;
}
.works_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_type {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .works_type {
    text-align: center;
  }
}
.works_all {
  width: 80%;
  max-width: 353px;
  height: 68px;
  border: 3px solid #d06e42;
  color: #d06e42;
  border-radius: 5px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .works_all {
    width: calc(353 * 100vw / 750);
    /* max-width: calc( 353 * 100vw / 750); */
    height: calc(88 * 100vw / 750);
  }
}

.works_all a {
  width: 100%;
  height: 100%;
  color: #d06e42;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 24px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .works_all a {
    font-size: calc(30 * 100vw / 750);
  }
}

.works_all a::after {
  display: block;
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: calc(50% - 78px);
  width: 20px;
  height: 15px;
  background: no-repeat center / contain url(../images/common/works_arrow.png);
}
.works .swiper-button-prev,
.works .swiper-button-next {
  width: 100px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  top: 0 !important;
}
@media (max-width: 768px) {
  .works .swiper-button-prev,
  .works .swiper-button-next {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%);
  }
}

.works .swiper-button-prev {
  left: 0 !important;
}
.works .swiper-button-next {
  right: 0 !important;
}
@media (max-width: 768px) {
  .works .swiper-button-prev {
    left: -8vw !important;
  }
  .works .swiper-button-next {
    right: -8vw !important;
  }
}
.works .swiper-button-prev::after,
.works .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 22px solid #000;
  border-left: 0;
}
@media (max-width: 768px) {
  .works .swiper-button-prev::after,
  .works .swiper-button-next::after {
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-right: 3vw solid #000;
    position: absolute;
  }
  .works .swiper-button-prev::after {
    right: 3vw;
  }
  .works .swiper-button-next::after {
    left: 3vw;
  }
}
.works .swiper-button-next::after {
  transform: rotate(180deg);
}

span.dot {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
/*
-----------------------------------
businessセクション
-----------------------------------
*/
.detail01 .business-detail-section_point {
  width: 80%;
  margin: 0 auto 20px;
}
.detail02 .business-detail-section_point {
  width: 70%;
  margin: 0 auto 40px;
}
.business-detail-section_point {
  font-size: calc(38 * 1rem / 16);
  margin: 0 auto 30px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .business-detail-section_point {
    font-size: 5.5vw;
    margin: 0 auto 4vw;
  }
}

.business-detail-section_lead {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .business-detail-section_lead {
    margin-bottom: 9vw;
  }
}

.business-details li p.business-detail-section_list-ttl {
  font-size: calc(26 * 1rem / 16);
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .business-details li p.business-detail-section_list-ttl {
    font-size: 5vw;
  }
}
.business-details .detail02 li p.business-detail-section_list-ttl {
  text-align: left;
  font-weight: 900;
}
.business-details li p.business-detail-section_list-text {
  font-size: calc(18 * 1rem / 16);
  line-height: calc(33 / 18);
}
@media (max-width: 768px) {
  .business-details li p.business-detail-section_list-text {
    font-size: 4vw;
  }
}
.business-detail-section_series {
  display: flex;
  gap: calc(40 * 1rem / 16);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .business-detail-section_series {
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    margin-bottom: 5vw;
  }
}
.business-detail-section_series-logo {
  width: 37%;
}
@media (max-width: 768px) {
  .business-detail-section_series-logo {
    width: 60%;
  }
}
.business-detail-section_series-desc {
  flex: 1;
  margin-top: 10px;
  font-size: calc(23 * 1rem / 16);
  line-height: calc(42 / 23);
}
@media (max-width: 768px) {
  .business-detail-section_series-desc {
    font-size: 3.5vw;
    text-align: center;
  }
}
.business-detail-section_series-desc span {
  display: block;
  font-size: calc(26 * 1rem / 16);
  line-height: calc(42 / 26);
  font-weight: bold;
}
@media (max-width: 768px) {
  .business-detail-section_series-desc span {
    font-size: 5vw;
  }
}
.business-detail-section_series-img {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .business-detail-section_series-img {
    margin-bottom: 15vw;
  }
}
.link-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .link-btns {
    gap: 5px;
  }
}
.link-btn {
  border-radius: 10px;
  aspect-ratio: 600 / 274;
  background: no-repeat center / contain url(../images/common/link-btn.png);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .link-btn {
    border-radius: 1vw;
    aspect-ratio: 191 / 134;
    background: no-repeat center / contain url(../images/common/link-btn-sp.png);
    position: relative;
  }
}
.link-btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-btn p {
  font-size: calc(26 * 1rem / 16);
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  width: fit-content;
  padding-right: 18px;
  position: relative;
}
@media (max-width: 1100px) {
  .link-btn p {
    font-size: 2vw;
    position: static;
  }
}
@media (max-width: 768px) {
  .link-btn p {
    font-size: 4vw;
    text-align: center;
    padding-right: 0;
    padding-bottom: 3.2vw;
    line-height: 1.2;
  }
}
.link-btn p::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 18px;
  background: no-repeat center / contain url(../images/common/business_link.png);
}
@media (max-width: 768px) {
  .link-btn p::after {
    width: 13vw;
    height: 3vw;
    top: auto;
    transform: none;
    bottom: 3vw;
    left: 0;
    margin: auto;
    background: no-repeat center / contain
      url(../images/common/business_link-sp.png);
  }
}
.business-detail-section_images.--consul {
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .business-detail-section_images.--consul {
    width: 90%;
  }
}
.detail03 .business-detail-section_list li {
  width: calc(100% / 3 - 100px / 3);
}
@media (max-width: 768px) {
  .detail03 .business-detail-section_list li {
    width: 100%;
  }
}
.business-detail-section_reform-column {
  display: flex;
  gap: 30px;
}
.business-detail-section_reform-img {
  width: 44%;
}
@media (max-width: 768px) {
  .business-detail-section_reform-column {
    flex-direction: column;
  }
  .business-detail-section_reform-img {
    width: 100%;
  }
  .business-detail-section_reform-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 650/325;
  }
}
.business-detail-section_reform-step {
  flex: 1;
}
.business-detail-section_reform-step li {
  width: 100%;
  display: flex;
  height: 97px;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .business-detail-section_reform-step li {
    height: calc(120 * 100vw / 750);
  }
}
.business-detail-section_reform-step li::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 18px solid #c8c9ca;
  border-bottom: 0;
}
.business-detail-section_reform-step li:last-of-type:after {
  display: none;
}
.detail04 .business-detail-section_reform-step .ttl {
  background-color: #539cba;
  border-radius: 10px 0 0 10px;
  height: 100%;
  color: #fff;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: calc(22 * 1rem / 16);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .detail04 .business-detail-section_reform-step .ttl {
    font-size: calc(27 * 100vw / 750);
  }
}
.detail04 .business-detail-section_reform-step .text {
  background-color: rgba(83, 156, 186, 0.1);
  border-radius: 0px 10px 10px 0px;
  height: 100%;
  color: #539cba;
  margin-bottom: 0;
  font-size: calc(20 * 1rem / 16);
  line-height: 1.5;
  font-weight: 500;
  flex: 1;
  text-align: left;
  padding: 18px 0 0 20px;
}
@media (max-width: 768px) {
  .detail04 .business-detail-section_reform-step .text {
    font-size: calc(25 * 100vw / 750);
    padding: 2.5vw 0 0 3vw;
  }
}
.detail04 .business-detail-section_reform-step .text span {
  display: block;
  font-size: calc(24 * 1rem / 16);
  font-weight: bold;
}
@media (max-width: 768px) {
  .detail04 .business-detail-section_reform-step .text span {
    font-size: calc(30 * 100vw / 750);
  }
}
/*
  -----------------------------------
concept
  -----------------------------------
  */
.concept .img.img01 {
  max-width: 290px;
  width: 30%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .concept .img.img01 {
    width: 60%;
    max-width: 100%;
  }
}
.concept .img.img02 {
  width: 98%;
  margin-bottom: 80px;
}
.concept .img.img03 {
  max-width: 270px;
  width: 30%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .concept .img.img03 {
    width: 51%;
  }
}
.concept .img.img04 {
  max-width: 350px;
  width: 30%;
}
@media (max-width: 768px) {
  .concept .img.img04 {
    max-width: 100%;
    width: 60%;
  }
}
.concept p.concept_logo-text {
  font-size: calc(20 * 1rem / 16);
  margin-top: -10px;
}
@media (max-width: 768px) {
  .concept p.concept_logo-text {
    font-size: 4vw;
  }
}
/*
-----------------------------------
施工事例ページ
-----------------------------------
*/
#page-works .works {
  padding-bottom: 50vw;
}
@media (min-width: 769px) {
  #page-works .works {
    padding-bottom: 8vw;
  }
}
@media (min-width: 1601px) {
  #page-works .works {
    padding-bottom: 6rem;
  }
}
#page-works .works .inner {
  width: 100%;
  max-width: 90vw;
  margin: auto;
}
@media (min-width: 1101px) {
  #page-works .works .inner {
    max-width: 1100px;
  }
}
#page-works .works_title {
  padding-bottom: 3vw;
  border-bottom: 3px solid #000;
  margin: 0 calc(50% - 50vw) 3vw;
  font-size: calc( 40 * 100vw / 750);
  text-align: center;
  font-weight: 800;
}
@media (min-width: 769px) {
  #page-works .works_title {
    padding-bottom: 1vw;
    font-size: calc( 50 * 100vw / 1600);
  }
}
@media (min-width: 1601px) {
  #page-works .works_title {
    padding-bottom: 20px;
    font-size: calc(60 * 1rem / 16);
  }
}
#page-works .works_title img {
  width: calc(191 * 100vw / 750);
}

@media (min-width: 769px) {
  #page-works .works_title img {
    width: calc(172 * 100vw / 1600);
  }
}
@media (min-width: 1601px) {
  #page-works .works_title img {
    width: calc(172 * 1rem / 16);
  }
}

#page-works .works_lead {
  font-size: max(calc(24 * 100vw / 750), 10px);
  line-height: calc(42 / 24);
  margin-bottom: 1vw;
}
@media (min-width: 769px) {
  #page-works .works_lead {
    font-size: calc(26 * 100vw / 1600);
    line-height: calc(42 / 26);
  }
}
@media (min-width: 1601px) {
  #page-works .works_lead {
    font-size: calc(26 * 1rem / 16);
  }
}

#page-works .works_desc {
  font-size: calc(30 * 100vw / 750);
  line-height: calc(48 / 30);
  text-align: center;
}
@media (min-width: 769px) {
  #page-works .works_desc {
    font-size: calc(28 * 100vw / 1600);
    line-height: calc(42 / 28);
    margin-bottom: 4vw;
  }
}
@media (min-width: 1601px) {
  #page-works .works_desc {
    font-size: calc(28 * 1rem / 16);
    margin-bottom: 5rem;
  }
}

#page-works .works_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(35 * 100vw / 750);
  margin-bottom: 50px;

}
@media (min-width: 769px) {
  #page-works .works_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(60 * 100vw / 1600) calc(35 * 100vw / 1600);
    margin-bottom: 100px;
  }
}
@media (min-width: 1101px) {
  #page-works .works_wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(60 * 1rem / 16) calc(35 * 1rem / 16);
  }
}
#page-works .works_item {
  transition: all 0.4s ease;
  position: relative;
}
#page-works .works_item .js-open-button:hover{
opacity: .6;
}
#page-works .works_img {
  position: relative;
  margin-bottom: calc(10 * 100vw / 750);
  aspect-ratio: 250/250;
}
@media (min-width: 769px) {
  #page-works .works_img {
    margin-bottom: 10px;
  }
}
#page-works .works_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-works .works_expansion {
  position: absolute;
  top: calc(15 * 100vw / 750);
  right: calc(15 * 100vw / 750);
  width: calc(40 * 100vw / 750);
  height: calc(40 * 100vw / 750);
}
@media (min-width: 769px) {
  #page-works .works_expansion {
    top: calc(15 * 100vw / 1600);
    right: calc(15 * 100vw / 1600);
    width: calc(46 * 100vw / 1600);
    height: calc(46 * 100vw / 1600);
  }
}
@media (min-width: 1101px) {
  #page-works .works_expansion {
    top: 0.6rem;
    right: 0.6rem;
    width: calc(30 * 1rem / 16);
    height: calc(30 * 1rem / 16);
  }
}
#page-works .works_main {
  font-size: calc(24 * 100vw / 750);
  line-height: calc(40 / 24);
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  #page-works .works_main {
    font-size: calc(24 * 100vw / 1100);
  }
}
@media (min-width: 1101px) {
  #page-works .works_main {
    font-size: calc(18 * 1rem / 16);
  }
}
#page-works .works_sub {
  font-size: calc(24 * 100vw / 750);
  line-height: calc(40 / 24);
  margin-bottom: 0;
}
@media (min-width: 769px) {
  #page-works .works_sub {
    font-size: calc(18 * 100vw / 1100);
  }
}
@media (min-width: 1101px) {
  #page-works .works_sub {
    font-size: calc(14 * 1rem / 16);
  }
}
#page-works .works_tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#page-works .works_tag {
  font-size: calc(24 * 100vw / 750);
  line-height: calc(40 / 24);
  word-break: keep-all;
  margin-right: calc(10 * 100vw / 750);
  margin-bottom: 0;
}
#page-works .works_tag:hover {
color: #479aba;
}
@media (min-width: 769px) {
  #page-works .works_tag  {
    font-size: calc(24 * 100vw / 1100);
    margin-right: 10px;
  }
}
@media (min-width: 1101px) {
  #page-works .works_tag {
    font-size: calc(14 * 1rem / 16);
  }
}
#page-works .works_sub {
  font-size: calc(24 * 100vw / 750);
  line-height: calc(40 / 24);
  margin-bottom: 0;
}

/* modal */
.modal-contact {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 65vh;
  max-width: 900px;
  z-index: 1000;
  background: #fff;
  display: none;
}
@media (min-width: 769px) {
  .modal-contact {
    height: 80vh;
  }
}
.modal-contact-content {
  overflow-y: auto;
  height: 100%;
}

.modal-contact-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.works_modal-img {
  height: 37vh;
}
@media (min-width: 769px) {
  .works_modal-img {
    height: 54vh;
  }
}
.works_modal-img img {
  display: block;
  margin: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.works_modal-text {
  padding: 3vw 5vw;
  position: relative;
}
@media (min-width: 769px) {
  .works_modal-text {
    padding: calc(40 * 1rem / 16);
  }
}
#page-works .works_modal-text .works_main {
  font-size: calc(30 * 100vw / 750);
  line-height: calc(48 / 40);
  font-weight: bold;
  margin-bottom: 2vw;
}
@media (min-width: 769px) {
  #page-works .works_modal-text .works_main {
    font-size: calc(28 * 1rem / 16);
    margin-bottom: 1vw;
  }
}
#page-works .works_modal-text .works_sub {
  font-size: calc(20 * 100vw / 750);
  line-height: calc(53 / 30);
  margin-bottom: 2vw;
}
@media (min-width: 769px) {
  #page-works .works_modal-text .works_sub {
    display: flex;
    font-size: calc(20 * 1rem / 16);
    margin-bottom: 1vw;
  }
}
#page-works .works_modal-text .works_sub br {
  display: none;
}

@media (min-width: 769px) {
  #page-works .works_modal-text .works_tag-wrapper {
    display: flex;
  }
}
#page-works .works_modal-text .works_tag {
  color: #479aba;
  font-size: calc(18 * 1rem / 16);
}
.modal-contact-button {
  width: calc(50 * 100vw / 750);
  height: calc(50 * 100vw / 750);
  position: absolute;
  top: 3vw;
  right: 5vw;
}
@media (min-width: 769px) {
  .modal-contact-button {
    width: calc(30 * 1rem / 16);
    height: calc(30 * 1rem / 16);
    top: calc(40 * 1rem / 16);
    right: calc(40 * 1rem / 16);
  }
}
.modal-contact-button a {
  display: block;
}
.pnavi {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.page-numbers {
  color: #479aba !important;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #479aba;
}
@media ( max-width:768px ){
  .page-numbers {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}
.prev.page-numbers,
.next.page-numbers {
  width: auto;
  font-size: 20px;
  border: none;
}
@media ( max-width:768px ){
  .prev.page-numbers,
  .next.page-numbers {
    font-size: 16px;
  }
}
.page-numbers.current {
  background-color: #479aba;
  color: #fff !important;
}
/*
-----------------------------------
pdfのページ
-----------------------------------
*/

.copyTitle {
  margin-top: 120px;
  height: 80px;
  font-size: 24px;
  line-height: calc(36 / 24);
  color: #fff;
  background-color: #539cba;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media ( max-width:768px ){
  .copyTitle {
    margin-top: 0;
    height: calc( 100 * 100vw / 750);
    font-size: calc( 24 * 100vw / 750);
    margin-bottom: calc( 60  * 100vw / 750);
  }
}
.pdf figure{
  max-width: 70vw;
  margin: auto;
}
.pdf figure img{
  display: block;
  margin: auto;
}
.copyBtns{
  display: flex;
  gap: 40px;
  max-width: 680px;
  padding: 0 20px;
  margin: 20px auto 40px;
}
@media ( max-width:768px ){
  .copyBtns{
    margin: calc( 40 * 100vw / 750) 0 calc( 300 * 100vw / 750);
  }
}
.copyBtns button{
  border: none;
}

.works__all{
  font-size: calc(24 * 1rem /16);
  max-width: 300px;
  height: 50px;
  border: 3px solid #000;
  display: flex;
align-items: center;
 justify-content: center;
 margin: 40px auto 0;
 padding: 10px 30px;
   border-radius:5px;
   transition: all .4s ease;
}
@media ( max-width:768px ){
  .works__all{
    font-size: calc(20 * 1rem /16);
    max-width: 250px;
  }
}
.works__all:hover{
  color: #479aba !important;
  border: 1px solid #479aba ;
}
/*
-----------------------------------
フォント
-----------------------------------
*/

.maru{
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/*
-----------------------------------
印刷ボタン
-----------------------------------
*/
.print-off{
  display: none;
}
.copyBtns__copy{
  cursor: pointer;
}

/*
-----------------------------------
404
-----------------------------------
*/
.notFound{
  padding: 200px 0 100px;
}
.notFound .inner{
  max-width: 900px;
  padding: 0 20px;
  margin: auto;
}
.notFound__main{
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.notFound__text{
  font-size: 18px;
  margin-bottom: 100px;
}
.notFound__link {
  text-align: center;
}
.notFound__link a{
  color: #479aba;
  font-size: 22px;
  text-decoration: underline;
}
@media ( max-width:768px ){
  .notFound{
    padding:100px 0 200px;
  }
  .notFound__main{
    font-size: 32px;
  }
}


/* top movie */

#news{
	display: flex;
	justify-content: center;
	width: 100%;
}
.news-section_inner{
	width: 50%;
	margin: 0;
	flex-wrap: wrap;
}
.video{
	width: 30%;
	height: auto;
}
.news-section_title{
	width: 23.6363636364%;
	/* padding-left: 0%; */
}
.news-section_list{
	width: 80%;
	margin-top: 2%;
}
@media ( max-width:1400px ){
	.video{
	width: 40%;
	}
	.news-section_list {
    width: 100%;
    margin-top: 2%;
	}
}
@media ( max-width:768px ){
	#news{
		flex-wrap:wrap;
	}
	.video{
	width: 100%;
	margin-top: 10%;
	}
	.news-section_inner{
		width: 100%;
		flex-wrap: wrap;
		display: flex;
	}
	.news-section_title{
		width: 100%;
	}
	.news-section_list{
		border: 1px solid #FFF;
	}
}

