@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap");

html {
  font-size: 0.521vw;
}

@media (max-width: 1400px) and (min-width: 1280.5px) {
  html {
    font-size: 0.59vw;
  }
}

@media (max-width: 1280px) and (min-width: 960.5px) {
  html {
    font-size: 0.63vw;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  html {
    font-size: 1.5vw;
  }
}

@media (max-width: 767.5px) {
  html {
    font-size: 2.667vw;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", "Noto Sans SC", serif;
}

.anchor_fixtop_1,
.anchor_fixtop {
  display: block;
  position: relative;
  top: -8rem;
  width: 100%;
  visibility: hidden;
}

.anchor_fixtop_1 {
  top: -25rem;
}

#page_top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #cf522b url(../img/common/page-top.png) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50;
}

#page_top.show {
  opacity: 1;
}

#page_top.show:hover {
  opacity: 0.8;
}

@media (max-width: 960px) {
  #page_top {
    right: 1.5rem;
    bottom: 7rem;
    width: 5rem;
    height: 5rem;
    position: fixed;
  }

  #page_top.fixed {
    bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  #page_top {
    bottom: 9rem;
  }
}

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}

.wow_custom.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap;
}

[class*="aic"] {
  align-items: center;
}

[class*="aie"] {
  align-items: flex-end;
}

[class*="ais"] {
  align-items: flex-start;
}

[class*="jcc"] {
  justify-content: center;
}

[class*="jcsb"] {
  justify-content: space-between;
}

[class*="jcfe"] {
  justify-content: flex-end;
}

[class*="fcolumn"] {
  flex-flow: column;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1024px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: all;
  }
}

[class*="grid"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.grid-980 {
  max-width: 110rem;
}

.grid-1160 {
  max-width: 119rem;
}

.grid-1280 {
  max-width: 131rem;
}

.grid-1720 {
  max-width: 175rem;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

body,
html {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

input,
textarea,
button,
select {
  outline: none;
  resize: none;
}

.hv-o {
  transition: ease all 0.5s;
}

.hv-o:hover {
  opacity: 0.8;
}

.ho-main,
.os-main {
  overflow: hidden;
}

.os-y-hidden {
  overflow-y: hidden;
}

.os-section {
  position: relative;
}

.os-align-center {
  text-align: center;
}

.u-sp {
  display: none;
}

ul,
ol {
  list-style: none;
}

.is_hidden {
  display: none !important;
}

@media (max-width: 960px) {
  [class*="grid"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.title-default-01 span {
  color: #FFF;
  font-size: 15rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0;
  display: block;
  text-align: center;
}

.title-default-01 span:first-child {
  font-size: 2.2rem;
  font-weight: 700;
}

.title-default-01 span:last-child {
  font-family: "Roboto", serif;
  opacity: 0.3;
  background: -webkit-linear-gradient(#d39a40, rgba(211, 154, 64, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-default-02 img {
  height: 7.6rem;
}

.title-default-03 {
  color: #29272c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  border-bottom: #29272c solid .1rem;
  display: inline-block;
  padding-right: 4rem;
  padding-bottom: .7rem;
  margin-bottom: 2.4rem;
}

.title-default-04 {
  color: #29272c;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.title-default-04 span {
  background: -webkit-linear-gradient(90deg, #d39a40, #cf522b);
  background: linear-gradient(90deg, #d39a40 0%, #cf522b 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header {
  height: 20rem;
  transition: all 0.35s;
}

header.active {
  height: 15.2rem;
}

.scrollMenu {
  opacity: 0;
  margin-right: 3rem;
  transition: all 0.35s;
  position: relative;
    display: none;
}

@media (max-width: 960.5px) {
  .scrollMenu {
    display: none;
  }
}

.wp-block-header {
  border-top: #cf522b solid 1.8rem;
  padding: 3.5rem 3rem 3.5rem 5.5rem;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  z-index: 10;
  transition: all 0.35s;
}

.wp-block-header.active {
  border-top: #cf522b solid 1rem;
  padding-top: .9rem;
  padding-bottom: .9rem;
}

@media (min-width: 960.5px) {
  .wp-block-header.active .scrollMenu {
    opacity: 1;
      display: block;

  }

  .wp-block-header.active .wp-menu-02 {
    height: 0;
    margin: 0;
    opacity: 0;
    display: none;
  }

  .wp-block-header.active .wp-menu-tel,
  .wp-block-header.active .wp-menu-tel a {
    width: 0%;
    margin: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
    pointer-events: none;
  }

  .wp-block-header.active .wp-menu-01 {
    margin-bottom: 0;
  }
}

.wp-block-header.active .wp-menu-list li.wp-menu-contact {
  display: block;
}

.wp-block-header .logo-humbar img {
  width: 42rem;
}

.wp-menu-01 {
  height: 6.4rem;
  margin-bottom: 1.8rem;
  transition: all 0.35s;
}

.wp-menu-tel {
  color: #29272c;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Roboto", serif;
  margin-right: 2.2rem;
  transition: all 0.35s;
}

.wp-menu-contact a {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 6.4rem;
  font-family: "Roboto", serif;
  transition: all 0.35s;
  position: relative;
  z-index: 0;
}

.wp-menu-contact a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #29272c;
  z-index: -1;
  border-radius: .3rem;
  transition: all 0.35s;
}

.wp-menu-contact a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: .3rem;
  transition: all 0.35s;
  z-index: -1;
  background: linear-gradient(75deg, #cf522b 0%, #d39a40 100%);
}

.wp-menu-contact.active a::before {
  width: 0;
}

.wp-menu-contact.active a::after {
  width: 100%;
}

@media (min-width: 961px) {
  .wp-menu-contact:hover a::before {
    width: 0;
  }

  .wp-menu-contact:hover a::after {
    width: 100%;
  }
}

.wp-menu-list li {
  margin-left: 3rem;
  position: relative;
}

.wp-menu-list li:first-child {
  margin-left: 0;
}

.wp-menu-list li a {
  color: #29272c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding-bottom: .4rem;
}

@media (min-width: 961px) {
  .wp-menu-list li a {
    transition: all 0.35s;
  }
}

.wp-menu-list li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.2rem;
  transition: all 0.35s;
  background: #cf522b;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 961px) {
  .wp-menu-list li:hover a {
    color: #cf522b;
  }

  .wp-menu-list li:hover a::before {
    width: 100%;
  }
}

.wp-menu-list li.active>a {
  color: #cf522b;
}

.wp-menu-list li.active>a::before {
  width: 100%;
}

.wp-menu-list li ul {
  position: absolute;
  z-index: 10;
  top: 100%;
  padding-top: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 961px) {
  .wp-menu-list li ul {
    transition: all 0.35s;
  }
}

.wp-menu-list li ul li {
  margin-left: 0;
  margin-bottom: 1rem;
}

.wp-menu-list li ul li:last-child {
  margin-bottom: 0;
}

.wp-menu-list li ul li a {
  background: #FFF;
  width: 18rem;
  padding: 2.1rem 0;
  text-align: center;
  border-radius: .3rem;
  border: #cf522b solid .1rem;
}

.wp-menu-list li ul li a::before {
  content: none;
}

@media (min-width: 961px) {

  .wp-menu-list li ul li.active a,
  .wp-menu-list li ul li:hover a {
    color: #FFF !important;
    background: #cf522b;
  }
}

.wp-menu-list li.wp-menu-contact a {
  display: flex;
  color: #FFF;
  font-family: "Roboto", serif;
  font-size: 2rem;
  padding-bottom: 0;
}

.wp-menu-list li.wp-menu-contact a::before {
  width: 100%;
  height: 100%;
  background: #29272c;
}

@media (min-width: 961px) {
  .wp-menu-list li:hover ul {
    opacity: 1;
    pointer-events: all;
  }
}

.wp-menu-gp {
  flex-flow: column;
}

.txt-default-01 p {
  color: #949395;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
}

.is-home .wp-block-header {
  opacity: 0;
  animation: fade_in 1s forwards;
  animation-delay: calc(var(--i)* 0.5s);
}

@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp-block-header {
    padding-left: 3rem;
  }

  .wp-block-breadcrumb ul li,
  .wp-menu-contact a,
  .wp-menu-list li a {
    font-size: 2.1rem;
    font-weight: 600;
  }
}

@media (max-width: 960px) {
  .title-default-01 span {
    font-size: 5rem;
  }

  .title-default-01 span:first-child {
    font-size: 1.8rem;
  }

  header {
    height: 7.5rem;
  }

  header.active {
    height: 7.5rem;
  }

  .wp-block-header {
    padding: 1.5rem;
    border-top-width: 1rem;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: #FFF;
    box-shadow: 0.2rem 0.2rem 0.6rem rgba(0, 0, 0, 0.3);
  }

  .wp-block-header .logo-humbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .wp-block-header .logo-humbar img {
    width: 24rem;
  }

  #menu {
    display: block;
    position: relative;
    top: .3rem;
  }

  #menu>div {
    width: 3.25rem;
    height: 2.625rem;
    position: relative;
    display: flex;
  }

  #menu span {
    background: #cf522b;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    position: absolute;
    width: 3.25rem;
    height: 2px;
    -webkit-transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s;
    transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
  }

  #menu span:nth-child(1) {
    top: -0.1rem;
  }

  #menu span:nth-child(2) {
    top: calc(50% - .2rem);
  }

  #menu span:nth-child(3) {
    bottom: .1rem;
  }

  #menu .change span {
    -webkit-transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
    transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
    transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease;
    transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
  }

  #menu .change span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg);
  }

  #menu .change span:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(405deg);
    transform: translateY(-50%) rotate(405deg);
    display: none;
  }

  #menu .change span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(405deg);
    transform: translateY(-50%) rotate(405deg);
  }

  .chane-x {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }

  .wp-menu {
    display: none;
    width: 100%;
  }

  .wp-menu-gp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
  }

  .wp-menu-01 {
    order: 1;
    margin-bottom: 0;
  }

  .wp-menu-02 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .wp-menu-list {
    display: block;
  }

  .wp-menu-list li {
    margin-left: 0;
    position: relative;
    border-bottom: #29272c solid .1rem;
  }

  .wp-menu-list li a {
    padding: 1.7rem 0;
    display: block;
  }

  .wp-menu-list li a::before {
    height: .1rem;
    bottom: -0.1rem;
    z-index: 12;
  }

  .wp-menu-list li .menu-sub {
    position: absolute;
    background: #cf522b;
    width: 3rem;
    height: 3rem;
    top: 1.4rem;
    z-index: 1;
    right: 0;
    border-radius: 100%;
  }

  .wp-menu-list li .menu-sub::before {
    content: "";
    position: absolute;
    width: 1.3rem;
    height: 0.9rem;
    top: 50%;
    left: 50%;
    transform: rotate(180deg) translate(50%, 50%);
    background: url(../img/common/page-top.png) no-repeat center;
    background-size: contain;
    transition: all 0.35s;
  }

  .wp-menu-list li .menu-sub.active::before {
    transform: translate(-50%, -50%);
  }

  .wp-menu-list li ul {
    display: none;
    position: relative;
    opacity: 1;
    pointer-events: all;
    padding-top: 0;
  }

  .wp-menu-list li ul li {
    margin-bottom: 1.5rem;
    border-top: #ccc solid .1rem;
    border-bottom: 0;
  }

  .wp-menu-list li ul li:last-child {
    margin-bottom: 0;
  }

  .wp-menu-list li ul li a {
    width: 100%;
    border: 0;
  }

  .wp-menu-contact a {
    width: 14rem;
    height: 5rem;
    font-size: 1.8rem;
  }

  .wp-menu-tel {
    font-size: 2.4rem;
  }

  .wp-block-header.active {
    padding: 1.5rem;
  }

  .wp-block-header.active .wp-menu-list li.wp-menu-contact {
    display: none;
  }

  .scrollMenu {
    display: none;
  }
}

.wp-block-banner {
  width: calc(100% - 6rem);
  height: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
  border-radius: 1rem;
  padding-top: 12.6rem;
  background-image: url(../img/common/header-bg-01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.wp-block-banner--title {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

.wp-block-banner--title span {
  display: block;
}

.wp-block-banner--title .en {
  font-family: "Roboto", serif;
  padding-left: 2.4rem;
  position: relative;
  color: #cf522b;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-block-banner--title .en:before,
.wp-block-banner--title .en:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  transform: translateY(-50%);
}

.wp-block-banner--title .en:before {
  top: calc(50% - 0.9rem);
  height: 1rem;
  background: linear-gradient(45deg, #cf522b 1%, #d39a40 100%);
}

.wp-block-banner--title .en::after {
  top: calc(50% + 0.4rem);
  height: 1.6rem;
  background-color: #00a7a1;
}

.wp-block-banner--title .ja {
  min-width: 8.2rem;
  display: inline-block;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-bottom: .3rem;
  padding-top: .1rem;
  margin-top: -0.1rem;
  margin-left: -0.6rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  background: linear-gradient(95deg, #cf522b 1%, #d39a40 100%);
}

.wp-block-breadcrumb {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  width: calc(100% - 6rem);
  border-radius: .3rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.wp-block-breadcrumb .ul-list {
  width: max-content;
}

.wp-block-breadcrumb ul {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.3rem 10rem;
}

.wp-block-breadcrumb ul li {
  color: #949395;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  position: relative;
}

.wp-block-breadcrumb ul li:not(:last-child) {
  padding-right: 6.0rem;
}

.wp-block-breadcrumb ul li:not(:last-child)::before {
  content: "/";
  right: 2.7rem;
  position: absolute;
  top: calc(50% - .1rem);
  transform: translateY(-50%);
}

.wp-block-breadcrumb ul li a {
  transition: ease all 0.35s;
  word-break: auto-phrase;
}

.wp-block-breadcrumb ul li a:hover {
  color: #cf522b;
}

@media (max-width: 960px) {
  .wp-block-banner {
    width: calc(100% - 3rem);
    height: 30rem;
    margin-top: 1.5rem;
    margin-bottom: 6rem;
    border-radius: 0.5rem;
    padding-top: 5rem;
  }

  .wp-block-banner--title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wp-block-banner--title .en {
    padding-left: 2.4rem;
    font-size: 3.6rem;
  }

  .wp-block-banner--title .en:before,
  .wp-block-banner--title .en:after {
    width: 0.8rem;
  }

  .wp-block-banner--title .en:before {
    top: calc(50% - 0.7rem);
  }

  .wp-block-banner--title .en::after {
    top: calc(50% + 0.42rem);
    height: 1.3rem;
  }

  .wp-block-banner--title .ja {
    margin-top: 0rem;
    margin-left: 0;
    text-align: center;
    font-size: 1.5rem;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-banner--title .ja {
    padding-bottom: 0.1rem;
  }
}

@media (max-width: 960px) {
  .wp-block-breadcrumb {
    left: 1.5rem;
    bottom: 1.5rem;
    width: calc(100% - 3rem);
  }

  .wp-block-breadcrumb ul {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wp-block-breadcrumb ul li {
    font-size: 1.5rem;
  }

  .wp-block-breadcrumb ul li:not(:last-child) {
    padding-right: 3.5rem;
  }

  .wp-block-breadcrumb ul li:not(:last-child)::before {
    right: 1.55rem;
  }
}

@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp-block-banner {
    padding-top: 10.6rem;
  }

  .wp-block-banner--title .en {
    font-size: 6.6rem;
  }

  .wp-block-banner--title .ja {
    width: auto;
    min-width: 11rem;
    height: 3.5rem;
    padding: .2rem 1rem .2rem .5rem;
    text-align: center;
  }

  .wp-block-banner--title .ja,
  .wp-block-breadcrumb ul li {
    font-size: 2.1rem;
    font-weight: 600;
  }
}

.footer {
  border-bottom: #cf522b solid 4rem;
}

.footer-contact {
  padding: 9.8rem 0 10.8rem;
  background: url(../img/common/footer-bg-01.jpg) no-repeat center;
  background-size: cover;
  background: linear-gradient(90deg, #cf522b 60%, #d39a40 100%);
}

.footer-contact-btn {
  margin-top: -7.5rem;
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-contact-btn-item {
  width: calc((100% - 6.001rem) / 2);
  margin-right: 6rem;
}

.footer-contact-btn-item:nth-child(2n) {
  margin-right: 0;
}

.footer-contact-btn-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  flex-wrap: wrap;
  width: 100%;
  height: 20rem;
  background: rgba(217, 117, 85, 0.8);
  border-radius: .3rem;
}

.footer-contact-btn-item a span {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}

.footer-contact-btn-item a span.first {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  font-family: "Roboto", serif;
}

.footer-contact-btn-item a span.first.number {
  font-size: 4rem;
  margin-bottom: .5rem;
}

.footer-info {
  margin-bottom: 18.3rem;
}

.footer-info-logo {
  margin-bottom: 3.5rem;
}

.footer-info-logo img {
  width: 42rem;
}

.footer-menu {
  margin-bottom: 2.4rem;
}

.footer-menu-list li {
  margin-left: 3rem;
}

.footer-menu-list li:first-child {
  margin-left: 0;
}

.footer-menu-list li a {
  color: #838383;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
}

.footer-wrap {
  padding: 10rem 0 6.8rem;
}

body {
  overflow-y: scroll !important;
}

.blocker {
  z-index: 15;
}

@media (max-width: 1280px) and (min-width: 961px) {
  .footer-contact-btn-item a span.first {
    font-size: 4rem !important;
    margin-bottom: 0.5rem !important;
  }

  .txt-default-01 p,
  .footer-menu-list li a,
  .footer-contact-btn-item a span {
    font-size: 2.1rem;
    font-weight: 500;
  }

  .title-default-01 span:first-child {
    font-size: 3rem;
  }
}

@media (max-width: 960px) {
  .footer {
    border-bottom-width: 2rem;
  }

  .footer-contact {
    padding: 5.5rem 0 6rem;
  }

  .footer-contact-btn {
    margin-top: 0;
  }

  .footer-contact-btn-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .footer-contact-btn-item:last-child {
    margin-bottom: 0;
  }

  .footer-contact-btn-item a {
    height: 15rem;
  }

  .footer-contact-btn-item a span.first {
    margin-bottom: 0.5rem;
    font-size: 3rem;
  }

  .footer-contact-btn-item a span.first.number {
    font-size: 3rem;
  }

  .footer-info {
    margin-bottom: 5.5rem;
  }

  .footer-info-logo {
    margin-bottom: 1.5rem;
  }

  .footer-wrap {
    padding: 6rem 0 2.7rem;
  }

  .footer-wrap .grid-1160 {
    position: relative;
  }

  .footer-menu {
    margin-bottom: 0;
  }

  .footer-menu-list li {
    margin-left: 0;
    width: calc((100% - 2.001rem) / 3);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .footer-menu-list li:nth-child(3n) {
    margin-right: 0;
  }

  .footer-menu-list li:last-child {
    margin-right: 0;
  }

  .footer-menu-list li:nth-last-child(2) {
    order: 5;
    width: calc(50% - .5rem);
  }

  .footer-menu-list li a {
    border: solid 1px #838383;
    display: flex;
    text-align: center;
    padding: 1rem .5rem;
    align-items: center;
    justify-content: center;
  }

  .footer-copyright {
    padding-top: 1.5rem;
  }

  .footer-copyright .footer-menu-list {
    position: absolute;
    width: calc(50% - 2rem);
    margin-bottom: 0;
    right: 1.5rem;
    bottom: 6.4rem;
  }

  .footer-copyright .footer-menu-list li {
    width: 100%;
  }

  .footer-copyright .txt-default-01 {
    width: 100%;
  }

  .footer-copyright p {
    text-align: center;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.title-default-02 {
  margin-bottom: .7rem;
}

.title-default-03.vs-02 {
  color: #cf522b;
  border-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.title-default-03.vs-03 {
  display: block;
  color: #bfbec0;
  padding-right: 0;
  border-bottom: #d4d4d5 dotted .1rem;
  font-family: "Roboto", serif;
  padding-bottom: 1rem;
  margin-bottom: 6.7rem;
}

.title-default-03.vs-04 {
  border-bottom: 0;
  background: #ccedec;
  min-height: 8rem;
  border-radius: .3rem;
  color: #00a7a1;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 2.4rem;
  min-width: 11.8rem;
  margin-bottom: 0;
}

.title-default-03.vs-04::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  top: -1.2rem;
  left: -1.2rem;
  background: #f1cbbf;
  border-radius: 100%;
}

.title-default-03.vs-04::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: -0.4rem;
  left: -0.4rem;
  background: #cf522b;
  border-radius: 100%;
}

.title-default-03.is-none-icon::before,
.title-default-03.is-none-icon::after {
  content: none;
}

.title-default-04 {
  margin-bottom: 5.7rem;
}

.title-default-04.vs-02 {
  color: #FFF;
  position: relative;
  padding-left: 3rem;
}

.title-default-04.vs-02::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: 50%;
  left: 0;
  background: linear-gradient(75deg, #cf522b 0%, #d39a40 100%);
}

.title-default-04.vs-02::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.6rem;
  top: 50%;
  left: 0;
  background: #00a7a1;
}

.title-default-05 {
  color: #cf522b;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  font-family: "Roboto", serif;
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 3.6rem;
}

.title-default-05::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: 50%;
  left: 0;
  background: linear-gradient(75deg, #cf522b 0%, #d39a40 100%);
}

.title-default-05::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.6rem;
  top: 50%;
  left: 0;
  background: #00a7a1;
}

.title-default-05.vs-02 {
  color: #00a7a1;
  padding-bottom: 2rem;
  padding-left: 0;
  margin-bottom: 3rem;
}

.title-default-05.vs-02::before {
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.6rem;
}

.title-default-05.vs-02::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
}

.title-default-06 {
  color: #272936;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  margin-bottom: 3rem;
}

.title-default-07 {
  color: #949395;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  margin-bottom: .4rem;
}

.title-default-07.vs-02 {
  position: relative;
  color: #cf522b;
  padding-left: 3.2rem;
  margin-bottom: 3rem;
}

.title-default-07.vs-02::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: 50%;
  left: 0;
  background: linear-gradient(75deg, #cf522b 0%, #d39a40 100%);
}

.title-default-07.vs-02::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.6rem;
  top: 50%;
  left: 0;
  background: #00a7a1;
}

.title-default-08 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  display: inline-block;
  background: linear-gradient(75deg, #00a7a1 70%, #80d3d0 100%);
  padding: .8rem 4.4rem;
}

.title-default-09 {
  color: #272936;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  margin-bottom: 3rem;
}

.title-default-10 {
  color: #545256;
  font-size: 2rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0;
  border-left: #cf522b solid 1rem;
  padding-left: 3.5rem;
  margin-bottom: 1rem;
}

.title-default-10.vs-02 {
  border-left: 0;
  padding-left: 2rem;
  border-bottom: #bfbec0 solid .1rem;
  padding-bottom: 1rem;
  margin-bottom: 3.3rem;
}

.btn-default-01 a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  width: 100%;
  max-width: 26rem;
  height: 6.8rem;
  background: #29272c url(../img/common/icon-right-01.png) no-repeat center right 3.3rem;
  border-radius: 3.5rem;
  padding: 0 3.7rem;
  background-size: 1.7rem;
  transition: all 0.35s;
}

.btn-default-01 a:hover {
  background-color: #00a7a1;
}

.btn-default-01.vs-02 a {
  max-width: 38rem;
}

.btn-default-02 a {
  color: #cf522b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
}

.txt-default-02 p {
  color: #29272c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
}

.table-default-01 {
  width: 100%;
}

.table-default-01 td {
  border-bottom: #d4d4d5 .1rem dotted;
  color: #29272c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  padding: 2.2rem 1.5rem;
  vertical-align: top;
}

.table-default-01 td:first-child {
  border-bottom: #29272c .1rem solid;
  width: 8rem;
  font-family: "Roboto", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #949395;
  padding-top: 1.6rem;
}

.table-default-01 td:last-child {
  padding-left: 5.5rem;
}

.table-default-01 tr:first-child td {
  border-top: #d4d4d5 .1rem dotted;
}

.table-default-01 tr:first-child td:first-child {
  border-top: #29272c .1rem solid;
}

.wp-block-mv-gp {
  position: relative;
  z-index: 1;
}

.wp-block-mv-cont {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wp-block-mv-cont-gp {
  padding-left: 12.5rem;
  padding-bottom: 9rem;
}

.wp-block-mv-scroll {
  position: absolute;
  top: 42.5%;
  left: 3rem;
  writing-mode: vertical-lr;
  color: #dd866b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  opacity: 0;
  animation: fade_in 2s forwards;
  animation-delay: calc(var(--i)* 0.5s);
}

.wp-block-mv-scroll::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0;
  top: 6.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #cf522b 0%, white 100%);
  animation: scrolls 1s 1s ease-in-out infinite;
  animation-fill-mode: forwards;
  transition: all 0.35s;
}

.wp-block-mv-slide {
  padding-left: 9rem;
  padding-right: 3rem;
  position: relative;
  opacity: 0;
  animation: fade_in 2s forwards;
  animation-delay: calc(var(--i)* 0.5s);
}

.wp-block-mv-slide::before {
  content: "";
  position: absolute;
  left: 9rem;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  .wp-block-mv-slide::before {
    left: 4rem;
  }
}

.wp-block-mv-slide .slick-slide img {
  overflow: hidden;
  border-radius: .6rem;
}

.wp-block-mv-txt {
  padding-bottom: 4rem;
  opacity: 0;
  animation: fade_in 2s forwards;
  animation-delay: calc(var(--i)* 0.5s);
}

.wp-block-mv-txt p {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

.wp-block-mv-txt h2 {
  color: #ffffff;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.wp-block-mv-news {
  opacity: 0;
  animation: fade_in 2s forwards;
  animation-delay: calc(var(--i)* 0.5s);
}

.wp-block-mv-news-gp {
  width: 38rem;
  height: 19rem;
  background-color: #00a7a1;
  border-radius: .3rem;
  padding: 2.7rem 3.5rem;
  display: block;
  transition: all 0.35s;
}

.wp-block-mv-news-gp * {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0;
}

.wp-block-mv-news-gp span {
  display: block;
}

.wp-block-mv-news-gp .date {
  margin-top: 1.3rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.wp-block-mv-news .title-news {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Roboto", serif;
  margin-bottom: 2.7rem;
}

.wp-block-mv-txt .wow-title {
  z-index: 1;
}

.wp-block-mv-txt .wow-title span {
  -webkit-clip-path: polygon(0 -100%, 100% -100%, 100% -100%, 0 -50%);
  clip-path: polygon(0 -100%, 100% -100%, 100% -100%, 0 -50%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  will-change: clip-path, transform;
  display: block;
}

.is-kv-start .wp-block-mv-txt .wow-title span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-kv-start .wp-block-mv-txt .wow-title span.vs-02 {
  transition-delay: 0.8s;
}

@keyframes scrolls {
  0% {
    height: 0;
  }

  100% {
    height: 18.5rem;
  }
}

.wp-slide-item-row {
  position: relative;
  border-radius: .6rem;
  overflow: hidden;
}

@media (min-width: 960.5px) {
  .wp-slide-item-row {
    margin-top: .5rem;
  }
}

.wp-slide-item-row::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/mv-bg.png) no-repeat center;
  background-size: cover;
  border-radius: .6rem;
  overflow: hidden;
}

.wp-block-top {
  position: relative;
  z-index: 0;
  opacity: 0;
  animation: fade_in 2s forwards;
  animation-delay: calc(var(--i)* 0.5s);
}

.wp-block-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 214rem;
  background: url(../img/top/top-bg-01.jpg) no-repeat center top;
  background-size: cover;
  top: -37.1rem;
  left: 0;
  z-index: -1;
}

.top-about {
  padding: 8rem 0 10rem;
  position: relative;
}

.top-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  top: 7.2rem;
  left: 0;
  background: #FFF;
}

.top-about-gp {
  padding-left: 6rem;
}

.top-about-gp-item:first-child {
  width: 48rem;
}

.top-about-gp-item:last-child {
  width: 62rem;
  border-radius: .3rem;
  overflow: hidden;
  margin-top: 6rem;
}

.top-about-gp-item .img {
  width: calc((100% - .4rem) / 2);
  margin-right: .4rem;
}

.top-about-gp-item .img:nth-child(2n) {
  margin-right: 0;
}

.top-about .title-default-02 {
  padding-right: 6rem;
}

.top-busi {
  background: #fdf6f4;
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  padding: 10rem 0 8rem;
  position: relative;
  z-index: 0;
}

.top-busi::before {
  content: "";
  position: absolute;
  width: 79.1rem;
  height: 44.8rem;
  top: 31.3rem;
  right: 0;
  background: url(../img/top/business-bg-01.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.top-busi-gp {
  margin-bottom: 10rem;
}

.top-busi-gp-item:first-child {
  margin-left: -19rem;
  width: 60rem;
}

.top-busi-gp-item:last-child {
  width: calc(100% - 60rem + 19rem);
  padding-left: 19.5rem;
}

.top-busi-gp-item p {
  margin-bottom: 6.7rem;
}

.top-busi-gp-item img {
  border-radius: .3rem;
}

.top-busi-box {
  background: #FFF;
  border-radius: .3rem;
  padding: 6rem 6rem 8rem;
}

.top-busi-box-item:first-child {
  width: 24rem;
}

.top-busi-box-item:last-child {
  width: calc(100% - 24rem);
  padding-left: 5rem;
}

.top-busi-box-item img {
  border-radius: .3rem;
}

.top-works {
  padding: 9rem 0 12rem;
}

.top-works-head {
  margin-bottom: 6.5rem;
}

.top-works-head .title-default-04 {
  margin-bottom: 2.7rem;
}

.top-works p {
  font-size: 1.5rem;
}

.top-works-gp-item {
  width: calc((100% - 8.001rem) / 2);
  margin-right: 8rem;
  position: relative;
  cursor: pointer;
}

.top-works-gp-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #29272c;
  opacity: 0.5;
  border-radius: .3rem;
  transition: all 0.35s;
}

.top-works-gp-item:nth-child(2n) {
  margin-right: 0;
}

.top-works-gp-item img {
  border-radius: .3rem;
}

.top-works-gp-item .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8.5rem 5rem 6rem 2.5rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  
}

.top-works-gp-item .cont .btn-default-01 a {
  margin-left: auto;
}

.top-works-gp-item.vs-02::before {
  opacity: 0.1;
}

.top-works-gp-item:hover::before {
  opacity: 0.1;
}

.top-works-gp-item:hover .btn-default-01 a {
  background-color: #00a7a1;
}

.top-works-gp-item.vs-02:hover::before {
  opacity: 0.5;
}

.wp-top-gp-02 {
  padding: 3.2rem 0 6rem;
  background: url(../img/top/recruit-bg-01.jpg) no-repeat center top;
  background-size: cover;
}

.top-recruit {
  padding: 0 3rem;
  position: relative;
}

.top-recruit-img {
  border-radius: .3rem;
  overflow: hidden;
}

.top-recruit-img .img {
  width: 50%;
}

.top-recruit-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 6rem;
}

.top-join {
  padding: 7rem 0 15.2rem;
  position: relative;
}

.top-join::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  top: 6rem;
  left: 0;
  background: #f1cbbf;
}

.top-join-gp-item:first-child {
  width: 50rem;
}

.top-join-gp-item:last-child {
  width: 38rem;
  padding-top: 6rem;
}

.top-join-gp-item .btn-default-01 {
  margin-bottom: 2.2rem;
}

.top-join-gp-item .btn-default-01:last-child {
  margin-bottom: 0;
}

.top-join .title-default-02 {
  margin-bottom: 4.2rem;
}

.top-news {
  padding: 0 3rem;
}

.top-news-wrap {
  background: #f4f4f4;
  border-radius: 1rem;
  padding: 16.8rem 0 .8rem;
}

.top-news-wrap .btn-default-02 {
  margin-right: 6rem;
  margin-top: 5.7rem;
}

.top-news-wrap .title-default-05 {
  margin-bottom: 5.8rem;
}

@media (max-width: 1280px) and (min-width: 961px) {

  .wp-block-mv-txt p,
  .wp-block-mv-news h4,
  .wp-block-mv-news-list li *,
  .table-default-01 td,
  .btn-default-01 a,
  .wp-block-mv-news-gp * {
    font-size: 2.1rem;
  }

  .wp-block-mv-news-list li span,
  .table-default-01 td:first-child,
  .btn-default-02 a,
  .wp-block-mv-news-gp .date {
    font-size: 2rem;
  }

  .wp-block-mv-news .title-news {
    font-size: 2.2rem;
  }

  .wp-block-mv-news-gp {
    width: 42rem;
  }

  .grid-1720 {
    max-width: 150rem;
  }

  .wp-block-top::before {
    top: -29rem;
  }

  .title-default-03 {
    font-size: 2.2rem;
  }

  .title-default-10 {
    font-size: 2.3rem;
  }

  .txt-default-02 p {
    font-size: 2.1rem;
  }

  .top-busi-gp-item:first-child {
    margin-left: -10rem;
  }

  .top-busi-gp-item:last-child {
    width: calc(100% - 60rem + 10rem);
    padding-left: 12rem;
  }
}

@media (max-width: 960px) {
  .title-default-05.vs-02::before {
    bottom: 1.2rem;
  }

  .wp-block-banner--title .en {
    line-height: 110%;
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 960px) and (max-width: 767px) {
  .wp-block-banner--title .en:before {
    top: 1.2rem;
  }

  .wp-block-banner--title .en::after {
    top: 23.5px;
  }
}

@media (max-width: 960px) {
  .title-default-02 img {
    height: 4rem;
  }

  .title-default-03 {
    padding-right: 0;
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .title-default-03.vs-03 {
    margin-bottom: 2.4rem;
  }

  .title-default-04 {
    font-size: 2.4rem;
    padding-left: 0;
    margin-bottom: 1.8rem;
  }

  .title-default-04.vs-02 {
    padding-left: 2rem;
  }

  .title-default-04.vs-02::before {
    width: .8rem;
    height: .8rem;
  }

  .title-default-04.vs-02::after {
    width: .8rem;
    height: 1.2rem;
  }

  .title-default-05 {
    font-size: 3rem;
    margin-bottom: .6rem;
  }

  .title-default-05::before {
    width: .8rem;
    height: .8rem;
    bottom: 52%;
  }

  .title-default-05::after {
    width: .8rem;
    height: 1.2rem;
    top: 48%;
  }

  .title-default-06 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }

  .title-default-07 {
    font-size: 1.8rem;
  }

  .title-default-08 {
    font-size: 1.6rem;
    padding: .8rem 1rem;
  }

  .title-default-09 {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }

  .title-default-10 {
    font-size: 1.8rem;
    padding-left: 1.5rem;
    border-left-width: .5rem;
  }

  .txt-default-02 p {
    font-size: 1.5rem;
  }

  .btn-default-01 a {
    margin-left: auto;
    margin-right: auto;
  }

  .table-default-01 td {
    padding: 1rem;
    font-size: 1.5rem;
  }

  .table-default-01 td:first-child {
    width: 3rem;
    padding-left: 0;
  }

  .table-default-01 td:last-child {
    padding-left: 1rem;
    padding-right: 0;
  }

  .wp-block-mv {
    margin-top: 1rem;
  }

  .wp-block-mv-slide {
    padding-left: 4rem;
    padding-right: 1.5rem;
  }

  .wp-block-mv-slide img {
    height: 50vh;
    object-fit: cover;
  }

  .wp-block-mv-cont {
    margin-bottom: -14.5rem;
  }

  .wp-block-mv-cont-gp {
    padding-left: 4rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
  }

  .wp-block-mv-news {
    width: 100%;
  }

  .wp-block-mv-news-gp {
    width: 100%;
    padding: 1.5rem;
    height: 11rem;
    background: #00a7a1;
  }

  .wp-block-mv-news-gp .title-news {
    margin-bottom: 0;
  }

  .wp-block-mv-news-gp .date {
    margin-top: 0;
  }

  .wp-block-mv-txt h2 {
    font-size: 2.2rem;
  }

  .wp-block-mv-txt p {
    font-size: 1.5rem;
  }

  .wp-block-mv-scroll {
    left: 1rem;
    font-size: 1.5rem;
  }

  .top-about {
    padding: 19rem 0 6rem;
  }

  .top-about::before {
    top: 17.8rem;
  }

  .top-about-gp {
    padding-left: 0;
  }

  .top-about-gp-item:first-child {
    width: 100%;
  }

  .top-about-gp-item:last-child {
    width: 100%;
    margin-top: 2.4rem;
  }

  .top-about .title-default-02 {
    padding-right: 0;
  }

  .top-busi {
    width: calc(100% - 3rem);
    padding: 6rem 0;
  }

  .top-busi::before {
    width: 100%;
  }

  .top-busi-gp {
    margin-bottom: 6rem;
  }

  .top-busi-gp-item:first-child {
    width: 100%;
    margin-left: 0;
  }

  .top-busi-gp-item:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem;
  }

  .top-busi-gp-item p {
    margin-bottom: 3.5rem;
  }

  .top-busi-box {
    padding: 1.5rem;
  }

  .top-busi-box-item:first-child {
    width: 100%;
  }

  .top-busi-box-item:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 2.2rem;
  }

  .wp-block-top::before {
    top: -17rem;
  }

  .top-works {
    padding: 5.2rem 0 6rem;
  }

  .top-works-head {
    margin-bottom: 2.5rem;
  }

  .top-works-head .title-default-04 {
    margin-bottom: 1rem;
  }

  .top-works-gp-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .top-works-gp-item:last-child {
    margin-bottom: 0;
  }

  .top-works-gp-item .cont {
    padding: 1.5rem;
  }

  .wp-top-gp-02 {
    padding: 1.5rem 1.5rem 6rem;
  }

  .top-recruit {
    padding: 0;
  }

  .top-recruit-img .img {
    width: 100%;
  }

  .top-join {
    padding: 6rem 0;
  }

  .top-join::before {
    top: 5rem;
  }

  .top-join-gp-item:first-child,
  .top-join-gp-item:last-child {
    width: 100%;
  }

  .top-join-gp-item:last-child {
    padding-top: 2.5rem;
  }

  .top-join .grid-1160 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-join .title-default-02 {
    margin-bottom: 2.2rem;
  }

  .top-news {
    padding: 0;
  }

  .top-news-wrap {
    padding: 4.6rem 0 1rem;
  }

  .top-news-wrap .btn-default-02 {
    margin-right: 0;
    margin-top: 1.4rem;
  }

  .top-news-wrap .title-default-05 {
    margin-bottom: 1.4rem;
  }
}

.wp-block-news {
  margin-bottom: 20.3rem;
}

.wp-block-news__list {
  margin-bottom: 15rem;
}

.wp-block-news__list.detail {
  margin-bottom: 11rem;
}

.wp-block-news__list--item {
  border-top: 1px solid #eae9ea;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 4.65rem;
  padding-bottom: 4.65rem;
}

.wp-block-news__list--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 10rem;
  height: 1px;
  background-color: #29272c;
}

.wp-block-news__list--item:last-child {
  border-bottom: 1px solid #eae9ea;
}

.wp-block-news__list--item:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 10rem;
  height: 1px;
  background-color: #29272c;
}

.wp-block-news__list--item .left {
  width: 24.5rem;
  display: flex;
  align-items: center;
}

.wp-block-news__list--item .right {
  width: calc(100% - 24.5rem);
  color: #29272c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

@media (min-width: 960.5px) {
  .wp-block-news__list--item .right {
    transition: ease all 0.35s;
  }

  .wp-block-news__list--item .right:hover {
    color: #cf522b;
  }
}

.wp-block-news__list--item .date {
  display: inline-block;
  padding-left: 1rem;
  width: 12.5rem;
  color: #949395;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-block-news__list--item .category {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 12.5rem);
}

.wp-block-news__list--item .category li:not(:last-child) {
  margin-right: 1rem;
}

.wp-block-news__list--item .category a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8.4rem;
  height: 2.4rem;
  border-radius: 1.2rem;
  background-color: #29272c;
  padding-bottom: .1rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  transition: ease all 0.35s;
}

@media (min-width: 960.5px) {
  .wp-block-news__list--item .category a:hover {
    background-color: #00a7a1;
  }
}

.wp-block-news--detail {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.8rem;
}

.wp-block-news--detail .left,
.wp-block-news--detail .right {
  width: 100% !important;
  padding-left: .7rem;
  padding-right: .7rem;
}

.wp-block-news--detail .right .title {
  font-size: 2.6rem;
  margin-top: 1.5rem;
  line-height: 150%;
  display: block;
}

.wp-block-news--detail .right .title:hover {
  color: #29272c;
}

.wp-block-news--detail .date {
  padding-left: 0;
  width: 9.7rem;
}

.wp-block-news--detail .category {
  width: calc(100% - 9.7rem);
}

.wp-block-news .btn-default-01 {
  display: flex;
  justify-content: center;
}

.wp-block-news .single__content {
  width: 100%;
  margin-bottom: 12.1rem;
}

.wp-block-news .single__content--item {
  margin-top: 4.4rem;
}

.wp-block-news .single__content .single_img {
  margin-bottom: 3.2rem;
}

.wp-block-news .single__content .single_img img {
  border-radius: .3rem;
  overflow: hidden;
}

.wp-block-news .single__content p {
  text-align: justify;
}

.wp-block-news .single__content ul,
.wp-block-news .single__content ol {
  margin-bottom: 2rem;
}

.wp-block-news .single__content blockquote {
  background: #f0f0f0;
  padding: 1.5rem;
  border-radius: 1.5rem;
}

.wp-block-news .single__content :is(p, blockquote, li, a) {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-block-news .single__content :is(blockquote, li, a) {
  margin-bottom: 1.5rem;
}

.wp-block-news .single__content :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1.5rem;
}

.wp-block-news .single__content a {
  color: #00aed5;
  transition: all 0.35s;
  display: inline-block;
  position: relative;
}

.wp-block-news .single__content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  background: #00aed5;
  transition: all 0.35s;
}

.wp-block-news .single__content a:hover::before {
  width: 0;
}

.wp-block-news .single__content h1 {
  font-size: 2.7rem;
}

.wp-block-news .single__content h2 {
  font-size: 2.5rem;
}

.wp-block-news .single__content h3 {
  font-size: 2.3rem;
}

.wp-block-news .single__content h4 {
  font-size: 2.1rem;
}

.wp-block-news .single__content h5 {
  font-size: 1.9rem;
}

.wp-block-news .single__content h6 {
  font-size: 1.7rem;
}

.wp-block-news .wp-pagenavi,
.wp-block-news .pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-news .wp-pagenavi span:not(.btnarrow),
.wp-block-news .wp-pagenavi a:not(.btnarrow) {
  margin: 0 .8rem;
  color: #29272c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
    padding: 0 5px;
}

@media (min-width: 960.5px) {
  .wp-block-news .wp-pagenavi a {
    transition: ease all 0.35s;
  }

    .wp-block-news .wp-pagenavi a.current,
  .wp-block-news .wp-pagenavi a:hover {
    color: #cf522b;
  }
}

.wp-block-news .wp-pagenavi .btnarrow {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  display: flex;
  background-color: #29272c;
  background-image: url(../img/news/btnarraow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.7rem;
}

.wp-block-news .wp-pagenavi .btnarrow.prev {
  margin-right: 2.6rem;
  background-image: url(../img/news/btnarraow-01.png);
}

.wp-block-news .wp-pagenavi .btnarrow.next {
  margin-left: 2.6rem;
}

.wp-block-news .wp-pagenavi .btnarrow span {
  font-size: 0 !important;
}

@media (min-width: 960.5px) {
  .wp-block-news .wp-pagenavi .btnarrow {
    transition: ease all 0.35s;
  }

  .wp-block-news .wp-pagenavi .btnarrow:hover {
    background-color: #cf522b;
  }
}

@media (max-width: 960px) {
  .wp-block-news {
    margin-bottom: 10rem;
  }

  .wp-block-news__list {
    margin-bottom: 5rem;
  }

  .wp-block-news__list.detail {
    margin-bottom: 6rem;
  }

  .wp-block-news__list--item {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    flex-wrap: wrap;
  }

  .wp-block-news__list--item .left {
    width: 100%;
  }

  .wp-block-news__list--item .right {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.3rem;
  }

  .wp-block-news__list--item .date {
    font-size: 1.5rem;
  }

  .wp-block-news__list--item .category a {
    padding-bottom: .05rem;
    font-size: 1.4rem;
  }

  .wp-block-news--detail {
    padding-top: 2.4rem;
  }

  .wp-block-news--detail .right .title {
    font-size: 2rem;
  }

  .wp-block-news .wp-pagenavi .btnarrow {
    width: 4rem;
    height: 4rem;
  }

  .wp-block-news .single__content {
    margin-bottom: 7rem;
  }

  .wp-block-news .single__content .single_img {
    margin-bottom: 1.9rem;
  }

  .wp-block-news .single__content--item {
    margin-top: 2.4rem;
  }

  .wp-block-news .single__content :is(p, blockquote, li, a) {
    font-size: 1.5rem;
  }

  .wp-block-news .single__content h1 {
    font-size: 2.5rem;
  }

  .wp-block-news .single__content h2 {
    font-size: 2.3rem;
  }

  .wp-block-news .single__content h3 {
    font-size: 2.1rem;
  }

  .wp-block-news .single__content h4 {
    font-size: 1.9rem;
  }

  .wp-block-news .single__content h5 {
    font-size: 1.7rem;
  }

  .wp-block-news .single__content h6 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp-block-news__list--item .left {
    width: 30rem;
  }

  .wp-block-news__list--item .right {
    width: calc(100% - 30rem);
    font-size: 2.1rem;
  }

  .wp-block-news .single__content p,
  .wp-block-news .wp-pagenavi span:not(.btnarrow),
  .wp-block-news .wp-pagenavi a:not(.btnarrow) {
    font-size: 2.1rem;
  }

  .wp-block-news__list--item .date,
  .wp-block-news__list--item .category a {
    font-size: 2rem;
  }

  .wp-block-news__list--item {
    padding-top: 3.65rem;
    padding-bottom: 3.65rem;
  }

  .wp-block-news__list--item .date {
    width: 15rem;
  }

  .wp-block-news__list--item .category {
    width: calc(100% - 15rem);
  }

  .wp-block-news__list--item .category a {
    min-width: 11rem;
    height: 3.4rem;
    border-radius: 1.7rem;
  }
}

.wp-title-line {
  position: relative;
  color: #29272c;
  font-size: 3rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.wp-title-line:before {
  content: "";
  position: absolute;
  left: calc(-100% - 2.8rem);
  top: 2.7rem;
  width: 100%;
  height: 1px;
  background-color: #bfbec0;
}

.wp-block-privacy {
  margin-top: -5.1rem;
  padding-bottom: 17.5rem;
}

.wp-block-privacy .box {
  margin-top: 5.4rem;
}

.wp-block-privacy .item {
  margin-top: 3rem;
}

.wp-block-privacy .item,
.wp-block-privacy .max-width {
  width: 100%;
  max-width: 99.8rem;
  margin-left: auto;
  margin-right: auto;
  color: #2b2425;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-block-privacy .info {
  border-top: 1px solid #eae9ea;
  margin-top: 6.3rem;
  padding-top: 7.1rem;
  position: relative;
}

.wp-block-privacy .info::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 16rem;
  height: 1px;
  background-color: #29272c;
}

.wp-block-privacy .info .link-contact {
  text-decoration: underline;
}

@media (max-width: 1280px) and (min-width: 960.5px) {

  .wp-block-privacy .item,
  .wp-block-privacy .max-width {
    font-size: 2.1rem;
  }
}

@media (max-width: 960px) {
  .wp-block-privacy {
    margin-top: -1.3rem;
    padding-bottom: 9.5rem;
  }

  .wp-block-privacy .box {
    margin-top: 0;
  }

  .wp-block-privacy .item {
    margin-top: 2.8rem;
  }

  .wp-block-privacy .info {
    margin-top: 4.3rem;
    padding-top: 4.3rem;
  }

  .wp-block-privacy .info .sp {
    display: block;
  }

  .wp-title-line {
    font-size: 2.2rem;
    padding-bottom: 1rem;
  }

  .wp-title-line::before {
    width: 100%;
    left: 0;
    bottom: 0;
    top: inherit;
  }

  .wp-block-privacy .item,
  .wp-block-privacy .max-width {
    font-size: 1.5rem;
  }
}

.wp-block-business {
  margin-top: -5.4rem;
}

.wp-block-business__services {
  padding-bottom: 17.4rem;
}

.wp-block-business__services .box {
  margin-top: 3.9rem;
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wp-block-business__services .box .item:first-child {
  width: 110rem;
}

.wp-block-business__services .box .item:first-child img {
  border-radius: .3rem;
  overflow: hidden;
}

.wp-block-business__services .box .item:last-child {
  width: 74rem;
  height: 58rem;
  background-color: #ffffff;
  position: absolute;
  right: 11rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: .3rem;
  overflow: hidden;
  padding-left: 10rem;
  padding-right: 3.5rem;
  padding-top: 9.9rem;
  padding-bottom: 9.9rem;
}

.wp-block-business__services .box .wp-title-xam {
  margin-top: 3.8rem;
}

.wp-block-business__services .box .desc-default {
  max-width: 53.2rem;
  margin-top: 3.7rem;
}

.wp-block-business__services .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 8rem;
}

.wp-block-business__services .wrap .inner:nth-child(1) {
  width: 60rem;
  position: absolute;
  left: 0;
  top: 16rem;
}

.wp-block-business__services .wrap .inner:nth-child(2) {
  width: 70rem;
  margin-left: auto;
  margin-right: 0;
}

.wp-block-business__services .wrap .inner:nth-child(2) img {
  width: 70rem;
  position: relative;
  right: -5.5rem;
}

.wp-block-business__services .wrap .inner:last-child {
  width: 100%;
}

.wp-block-business__services .wrap .max {
  width: 100%;
  max-width: 86.8rem;
  margin-left: auto;
  margin-right: 0;
  margin-top: -6.6rem;
}

.wp-block-business__services .wrap .max_p {
  color: #29272c;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0;
}

.wp-block-business__services .wrap .max_p span {
  color: #cf522b;
}

.wp-block-business__services .wrap .max_ul {
  width: 100%;
  display: flex;
  margin-top: 1.2rem;
}

.wp-block-business__services .wrap .max_ul li {
  width: calc((100% - 3.002rem) / 2);
  margin-right: 3rem;
  background-color: #f4f4f4;
  border-radius: .3rem;
  overflow: hidden;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 4rem;
  padding-bottom: 4.3rem;
  color: #29272c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05rem;
}

.wp-block-business__services .wrap .max_ul li strong {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 1.7rem;
}

.wp-block-business__services .wrap .max_ul li:nth-child(2n),
.wp-block-business__services .wrap .max_ul li:last-child {
  margin-right: 0;
}

.wp-block-business__services .wrap .max .desc-default {
  max-width: 76rem;
}

.wp-block-business__services .wrap .max .title_max_one {
  margin-top: 5.9rem;
  margin-bottom: 3.7rem;
  padding-left: 1rem;
}

.wp-block-business__services .wp-buton {
  width: 45.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cf522b;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0;
  background-color: #faeeea;
  border-radius: 2.8rem;
  margin-bottom: 3.8rem;
}

.wp-block-business__services .desc-default-20 {
  margin-top: 4.4rem;
}

.wp-block-business__coverage {
  padding-top: 16.5rem;
  background-color: #e5f6f6;
}

.wp-block-business__flow {
  padding-top: 15rem;
  padding-bottom: 13rem;
  background-color: #fdf6f4;
}

.wp-block-business__flow .box {
  margin-top: 6.3rem;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.wp-block-business__flow .box .desc-default {
  max-width: 77.5rem;
}

.wp-block-business__flow .title_txt_02 {
  margin-bottom: 1.8rem;
}

.wp-title-left {
  display: block;
  padding-left: 3rem;
  position: relative;
  color: #cf522b;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-title-left:before,
.wp-title-left:after {
  content: "";
  position: absolute;
  left: .2rem;
  top: 50%;
  width: 1rem;
  transform: translateY(-50%);
}

.wp-title-left:before {
  top: calc(50% - 0.7rem);
  height: 1rem;
  background: linear-gradient(45deg, #cf522b 1%, #d39a40 100%);
}

.wp-title-left::after {
  top: calc(50% + 0.6rem);
  height: 1.6rem;
  background-color: #00a7a1;
}

.wp-title-xam {
  color: #545256;
  font-size: 2rem;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0;
}

.desc-default {
  color: #29272c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.desc-default-18 {
  color: #29272c;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.desc-default-20 {
  color: #29272c;
  font-size: 2rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.title_txt_01 {
  color: #29272c;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0;
}

.title_txt_02 {
  color: #29272c;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0;
}

.title_txt_03 {
  display: block;
  text-align: center;
  color: #cf522b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0;
}

.title_txt_04 {
  color: #29272c;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0;
}

.title_txt_04.vs-01 {
  font-size: 2.4rem;
}

.title_max {
  width: 100%;
  border-radius: .3rem;
  background-color: #29272c;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0;
}

.title_max_one {
  color: #29272c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0;
}

.title_max_one span {
  background: -webkit-linear-gradient(90deg, #d39a40, #cf522b);
  background: linear-gradient(90deg, #d39a40 0%, #cf522b 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_table {
  padding-left: 1.5rem;
  padding-bottom: .7rem;
  margin-top: 5.4rem;
  color: #cf522b;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0;
}

.wrap_table_01 {
  width: 100%;
  margin-bottom: 4rem;
}

.wrap_table_01 td {
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
  vertical-align: top;
  padding-left: 5rem;
  border-top: 1px dashed #d4d4d5;
  color: #29272c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
}

.wrap_table_01 td strong {
  font-size: 2.2rem;
  color: #949395;
  display: block;
  margin-bottom: 1rem;
}

.wrap_table_01 td:first-child {
  color: #949395;
  font-size: 1.4rem;
  width: 8rem;
  padding-left: 1.3rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-top: 1px solid #29272c;
}

.wrap_table_01 tr:last-child td {
  border-bottom: 1px dashed #d4d4d5;
}

.wrap_table_01 tr:last-child td:first-child {
  border-bottom: 1px solid #29272c;
}

.icon_arrow {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.6rem;
}

.icon_arrow img {
  width: 8.4rem;
}

.wp__coverage {
  width: 100%;
  margin-top: -5.6rem;
  margin-bottom: 15rem;
}

.wp__coverage-item {
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: 0;
  background-color: #ffffff;
  display: flex;
  padding: 4.5rem 5rem 5.5rem;
}

.wp__coverage-item:not(:last-child) {
  margin-bottom: 2rem;
}

.wp__coverage .desc-default-18 {
  width: calc(100% - 26rem);
  border-left: 1px solid #bfbec0;
  padding-left: 7rem;
  padding-top: 1.8rem;
  padding-bottom: 3rem;
}

.wp__coverage h4 {
  width: 26rem;
  padding-left: 3rem;
  padding-top: 1rem;
  color: #00a7a1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 165%;
  letter-spacing: 0;
}

.wp-block-banner_link a {
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 960.5px) {
  .wp-block-banner_link a img {
    transition: ease all 0.35s;
  }

  .wp-block-banner_link a:hover img {
    opacity: 0.8;
  }
}

.wp-block-banner_link .wp-block-banner--title {
  position: absolute;
  width: calc(100% - 6rem);
  left: 6rem;
  top: 50%;
  padding-left: 0;
  padding-right: 0;
  transform: translateY(-50%);
}

.wp-block-banner_link .wp-block-banner--title .en {
  color: #ffffff;
}

.wp-block-banner_link .wp-block-banner--title .ja {
  margin-left: 0;
}

.wrap_contract {
  margin-top: 9.5rem;
  margin-bottom: 15rem;
}

.wrap_contract ul {
  width: 100%;
  display: flex;
}

.wrap_contract ul li {
  position: relative;
}

.wrap_contract ul li:first-child {
  width: calc(100% - 98rem);
}

.wrap_contract ul li:not(:first-child) {
  width: calc((98rem - 6.002rem) / 4);
  margin-right: 2rem;
  padding-top: 5.2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 3rem;
  min-height: 28rem;
  border-radius: .3rem;
  background-color: #ffffff;
}

.wrap_contract ul li:not(:first-child)::before {
  right: -1.9rem !important;
}

.wrap_contract ul li:last-child {
  margin-right: 0 !important;
}

.wrap_contract ul li .title_txt_03 {
  margin-bottom: 3.9rem;
  font-weight: 500;
}

.wrap_contract ul li .icon {
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  background-color: #29272c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
  margin-top: 5rem;
}

.wrap_contract ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  right: .5rem;
  top: 11.4rem;
  background-image: url(../img/business/business-06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap_contract .desc-default {
  font-feature-settings: 'palt';
  text-align: justify;
}

@media (max-width: 1280px) and (min-width: 960.5px) {

  .wrap_contract ul li .title_txt_03,
  .wrap_table_01 td:first-child,
  .wp-block-business__services .wrap .max_ul li strong,
  .wrap_table_01 td strong,
  .wp-title-xam {
    font-size: 2.3rem;
  }

  .wrap_contract ul li .title_txt_03 {
    margin-bottom: 2rem;
  }

  .wrap_table_01 td,
  .desc-default-18,
  .wp-block-business__services .wrap .max_ul li,
  .wp-block-business__services .wrap .max_p,
  .wp-block-business__services .wp-buton,
  .desc-default-20,
  .desc-default {
    font-size: 2.1rem;
  }

  .wp-block-business__flow {
    padding-top: 13rem;
  }

  .wp-block-business__services .box .desc-default {
    max-width: 59.2rem;
  }

  .wp-block-business__services .wp-buton {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title_txt_01 {
    font-size: 3.2rem;
  }

  .wp-block-business__services .wrap .max_ul {
    margin-top: 2rem;
  }

  .wp-block-business__services .box .item:last-child {
    padding-top: 6rem;
    padding-left: 6rem;
    padding-bottom: 3rem;
    right: 0;
  }
}

@media (max-width: 960px) {
  .wp-block-business {
    margin-top: -1.1rem;
  }

  .wp-block-business__services {
    padding-bottom: 7.4rem;
  }

  .wp-block-business__services .box {
    width: calc(100% - 3rem);
    margin-top: 3rem;
    flex-wrap: wrap;
  }

  .wp-block-business__services .box .item:first-child {
    width: 100%;
  }

  .wp-block-business__services .box .item:first-child img {
    width: 100%;
  }

  .wp-block-business__services .box .item:last-child {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    padding: 3rem 0;
    transform: inherit;
  }

  .wp-block-business__services .wrap {
    padding-top: 0;
  }

  .wp-block-business__services .wrap .inner:nth-child(1) {
    width: 100%;
    position: relative;
    top: 0;
    order: 1;
  }

  .wp-block-business__services .wrap .inner:nth-child(2) {
    order: 0;
    width: 100%;
    margin-right: auto;
  }

  .wp-block-business__services .wrap .inner:nth-child(2) img {
    width: 100%;
    right: 0;
  }

  .wp-block-business__services .wrap .inner:last-child {
    width: 100%;
    order: 2;
  }

  .wp-block-business__services .wrap .max {
    max-width: 100%;
    margin-right: auto;
    margin-top: 3.8rem;
  }

  .wp-block-business__services .wrap .max_p {
    color: #29272c;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 155%;
    letter-spacing: 0;
  }

  .wp-block-business__services .wrap .max_p span {
    color: #cf522b;
  }

  .wp-block-business__services .wrap .max_ul {
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .wp-block-business__services .wrap .max_ul li {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 1.5rem;
    padding: 3rem 2rem;
  }

  .wp-block-business__services .wrap .max_ul li strong {
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }

  .wp-block-business__services .wrap .max .desc-default {
    max-width: 76rem;
  }

  .wp-block-business__services .wrap .max .title_max_one {
    margin-top: 5.9rem;
    margin-bottom: 3.7rem;
    padding-left: 1rem;
  }

  .wp-block-business__services .wp-buton {
    width: auto;
    height: auto;
    padding: 1.5rem 9rem 1.5rem 3rem;
    font-size: 1.6rem;
    border-radius: 5rem;
    line-height: 170%;
    margin-bottom: 1.8rem;
  }

  .wp-block-business__services .desc-default-20 {
    margin-top: 1.3rem;
  }

  .wp-block-business__coverage {
    padding-top: 4.9rem;
  }

  .wp-block-business__flow {
    padding-top: 6.7rem;
    padding-bottom: 10rem;
  }

  .wp-block-business__flow .box {
    margin-top: 3.3rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .wp-block-business__flow .title_txt_02 {
    margin-bottom: 1rem;
  }

  .title_table {
    padding-left: 0;
    margin-top: 2.8rem;
    padding-bottom: 1.1rem;
  }

  .icon_arrow {
    padding-top: 1.5rem;
    padding-bottom: 2.9rem;
  }

  .icon_arrow img {
    width: 5rem;
  }

  .wrap_table_01 {
    margin-bottom: 3.1rem;
  }

  .wrap_table_01 td {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: 500;
  }

  .wrap_table_01 td strong {
    font-size: 1.7rem;
  }

  .wrap_table_01 td:first-child {
    width: 6rem;
    font-weight: 600;
  }

  .wrap_table_01 td:last-child {
    padding-left: 0;
  }

  .title_max {
    font-size: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .title_max_one {
    font-size: 2rem;
  }

  .wp-block-business__services .wrap .max .title_max_one {
    margin-top: 3.5rem;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }

  .wp-block-banner_link a {
    border-radius: .5rem;
    overflow: hidden;
  }

  .wp-block-banner_link a img {
    height: 20rem;
    object-fit: cover;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-banner_link a img {
    height: 25rem;
  }
}

@media (max-width: 960px) {
  .wp-block-banner_link .wp-block-banner--title {
    width: calc(100% - 3rem);
    left: 0rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .desc-default {
    font-size: 1.5rem;
  }

  .desc-default-20 {
    font-size: 1.5rem;
  }

  .desc-default-20 br {
    display: none;
  }

  .title_txt_01 {
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: .1rem;
  }

  .title_txt_02 {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }

  .title_txt_03 {
    font-size: 1.8rem;
  }

  .wrap_contract {
    margin-top: 4.4rem;
    margin-bottom: 6.5rem;
  }

  .wrap_contract ul {
    flex-wrap: wrap;
    width: 100%;
  }

  .wrap_contract ul li:first-child {
    width: 100%;
  }

  .wrap_contract ul li:first-child .icon {
    margin: 0 auto 3rem;
    width: 12rem;
    height: 12rem;
  }

  .wrap_contract ul li:nth-child(1) {
    order: 0;
  }

  .wrap_contract ul li:nth-child(1)::before {
    top: inherit !important;
    bottom: .5rem;
    left: 50%;
    right: inherit !important;
    transform: translateX(-50%) rotate(90deg);
  }

  .wrap_contract ul li:nth-child(2) {
    order: 1;
  }

  .wrap_contract ul li:nth-child(3) {
    order: 2;
  }

  .wrap_contract ul li:nth-child(3)::before {
    top: inherit !important;
    bottom: -1.6rem;
    left: 50%;
    right: inherit !important;
    transform: translateX(-50%) rotate(90deg);
  }

  .wrap_contract ul li:nth-child(5) {
    order: 3;
  }

  .wrap_contract ul li:nth-child(4) {
    order: 4;
    margin-right: 0 !important;
    margin-left: 1.45rem;
  }

  .wrap_contract ul li:nth-child(4)::before {
    top: 50% !important;
    left: -1.6rem;
    right: inherit !important;
    transform: rotate(180deg);
  }

  .wrap_contract ul li:not(:first-child) {
    width: calc((34.5rem - 1.502rem) / 2);
    margin-right: 1.45rem;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    min-height: auto;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wrap_contract ul li:not(:first-child) {
    width: calc((100% - 3.02rem) / 2);
    margin-right: 3rem;
    margin-bottom: 3rem;
    padding: 3rem;
  }
}

@media (max-width: 960px) {
  .wrap_contract ul li:not(:first-child)::before {
    right: -1.6rem !important;
  }

  .wrap_contract ul li:nth-child(3n),
  .wrap_contract ul li:last-child {
    margin-right: 0 !important;
  }

  .wrap_contract ul li .title_txt_03 {
    margin-bottom: 2rem;
  }

  .wrap_contract ul li::before {
    z-index: 2;
    top: 50% !important;
  }

  .wp-title-left {
    font-size: 2rem;
  }

  .wp-title-left::before,
  .wp-title-left::after {
    width: .7rem;
  }

  .wp-title-left::before {
    top: calc(50% - 2rem);
  }

  .wp-title-left::after {
    top: calc(50% - 0.7rem);
  }

  .wp-title-xam {
    font-size: 1.8rem;
  }

  .wp-title-xam br {
    display: none;
  }

  .wp-block-business__services .box .wp-title-xam {
    margin-top: 1.6rem;
  }

  .wp-block-business__services .box .desc-default {
    margin-top: 1.7rem;
  }

  .wp__coverage {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .wp__coverage-item {
    max-width: 100%;
    margin-right: auto;
    flex-wrap: wrap;
    padding: 2.3rem 2rem 2.5rem;
    height: auto;
  }

  .wp__coverage-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .wp__coverage .desc-default-18 {
    width: 100%;
    border-left: 0px solid #bfbec0;
    padding-left: 0rem;
    padding-top: 1.8rem;
    padding-bottom: 0;
    font-size: 1.5rem;
  }

  .wp__coverage h4 {
    width: 100%;
    padding-left: 0rem;
    padding-top: 1rem;
    font-size: 1.8rem;
  }

  .wp-block-business__services .box .desc-default {
    max-width: 100%;
  }

  .wp-title-left span {
    display: block;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp__coverage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wp__coverage-item {
    width: 48%;
    min-height: 38rem;
  }

  .wp__coverage-item:nth-child(3) {
    margin-bottom: 0;
  }

  .wrap_contract ul li:nth-child(4) {
    margin-left: 3rem;
  }

  .wrap_contract ul li:not(:first-child)::before {
    right: -2.3rem !important;
  }

  .wrap_contract ul li:nth-child(4)::before {
    left: -2.3rem;
  }

  .wrap_contract ul li:nth-child(3)::before {
    bottom: -2.3rem;
  }
}

.wp-block-business__services .wrap_table_01 td:last-child {
  font-weight: 500;
}

.table-works-01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-works-01 td {
  color: #545256;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  border-bottom: dotted .1rem #d4d4d5;
  vertical-align: top;
  padding: 1.94rem 2rem;
}

.table-works-01 td[rowspan] {
  padding-left: 4rem;
}

.table-works-01 tr:first-child td {
  background: #eae9ea;
  border-bottom: 0;
}

.table-works-01 tr:first-child td:first-child {
  width: 28rem;
  padding-left: 4rem;
}

.table-works-01 tr:first-child td:nth-child(2) {
  width: 40rem;
}

.table-works-01 tr:first-child td:nth-child(3) {
  width: 42rem;
}

.works-list-01 {
  padding-right: 6rem;
}

.works-list-01 li {
  width: calc((100% - 2.001rem) / 3);
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 961px) {
  .works-list-01 li:nth-child(3n) {
    margin-right: 0;
  }
}

.works-list-01 li a {
  display: block;
  background: url(../img/common/icon-right-02.png) no-repeat center right 2.6rem;
  background-size: 1.4rem;
  border: #eae9ea solid .1rem;
  padding: 1.5rem 2.8rem;
  transition: all 0.35s;
  color: #545256;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
}

.works-list-01 li a:hover {
  color: #cf522b;
  border-color: #cf522b;
  background-image: url(../img/common/icon-right-02-hv.png);
}

.wp-works-01 {
  margin-bottom: 10rem;
}

.wp-works-01 .wp-title-line {
  margin-top: -5.2rem;
  margin-bottom: 10rem;
}

.wp-works-03 {
  background: #f4f4f4;
  border-radius: 1rem;
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 0 12rem;
  margin-bottom: 8rem;
}

.wp-works-04 {
  margin-bottom: 18.8rem;
}

.wp-works-04 .wp-title-line {
  margin-bottom: 5.4rem;
}

.wp-works-gp-item:first-child {
  width: 42rem;
}

.wp-works-gp-item:last-child {
  width: calc(100% - 42rem);
  padding-left: 6rem;
}

.wp-works-gp-item img {
  border-radius: .3rem;
}

.wp-works-cont {
  margin-bottom: 17.8rem;
}

.wp-facility {
  margin-bottom: 10rem;
}

.wp-facility-gp {
  position: relative;
  z-index: 0;
  margin-bottom: 4.3rem;
}

.wp-facility-gp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6rem;
  top: 56%;
  left: 0;
  z-index: -1;
  background: url(../img/works/works-line-01.jpg) no-repeat center;
  background-size: cover;
}

.wp-facility-gp-item {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.wp-facility-gp-item.info {
  background: #ededf0;
  height: 16rem;
  width: 24rem;
  padding: 2rem 1.8rem;
  border-radius: .3rem;
  margin-right: 4.5rem;
}

.wp-facility-gp-item.info p {
  position: relative;
  padding-left: 3.5rem;
}

.wp-facility-gp-item.info p::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  top: 0;
  left: 0;
  background: #f1cbbf;
  border-radius: 100%;
}

.wp-facility-gp-item.info p::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: .8rem;
  left: .8rem;
  background: #cf522b;
  border-radius: 100%;
}

.wp-facility-gp-item.img-01 {
  margin-right: 4.2rem;
}

.wp-facility-gp-item.img-01 img {
  width: 25rem;
}

.wp-facility-gp-item.img-02 {
  margin-right: 4.8rem;
}

.wp-facility-gp-item.img-02 img {
  width: 15rem;
}

.wp-facility-gp-item.img-03 img {
  width: 26rem;
}

.wp-facility-gp-item.img-04 {
  margin-right: 3.6rem;
}

.wp-facility-gp-item.img-04 img {
  width: 29.8rem;
}

.wp-facility-gp-item.img-05 {
  margin-right: 2.7rem;
}

.wp-facility-gp-item.img-05 img {
  width: 26rem;
}

.wp-facility-gp-item.img-06 {
  margin-right: 4.6rem;
}

.wp-facility-gp-item.img-06 .img {
  padding-bottom: 6.3rem;
}

.wp-facility-gp-item.img-06 img {
  width: 20.6rem;
}

.wp-facility-gp-item.img-07 img {
  width: 24.7rem;
}

.wp-facility-gp-item .img {
  height: 26.6rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  margin-bottom: 6.2rem;
  cursor: pointer;
  transition: all 0.35s;
}

.wp-facility-gp-item .img:hover {
  opacity: 0.8;
}

.wp-facility-gp-item .img.vs-02 {
  cursor: initial;
}

.wp-facility-gp-item .img.vs-02:hover {
  opacity: 1;
}

.wp-facility-gp-item .cont{
    cursor: pointer;
}

.wp-facility-gp.vs-02::before {
  background-image: url(../img/works/works-line-02.jpg);
  top: 55%;
}

.wp-facility-gp:last-child {
  margin-bottom: 0;
}

@media (max-width: 1280px) and (min-width: 961px) {
  .works-list-01 li a {
    font-size: 2.1rem;
  }

  .wp-works-02 .grid-1280,
  .wp-works-04 .grid-1280 {
    max-width: 140rem;
  }

  .table-works-01 td {
    font-size: 2.1rem;
  }

  .table-works-01 tr:first-child td:first-child {
    width: 30rem;
  }

  .table-works-01 tr:first-child td:nth-child(2) {
    width: 44rem;
  }
}

@media (max-width: 960px) {
  .table-works-01 {
    width: 85rem;
  }

  .table-works-01 td {
    padding: 1rem;
    font-size: 1.5rem;
  }

  .table-works-01 td:first-child {
    padding-left: 1rem;
  }

  .table-works-01 tr:first-child td:first-child {
    padding-left: 1rem;
    width: 14rem;
  }

  .table-works-01 tr:first-child td:nth-child(2) {
    width: 32rem;
  }

  .table-works-01 tr:first-child td:nth-child(3) {
    width: 30rem;
  }

  .wp-works-gp-item:first-child {
    width: 100%;
    margin-bottom: 2.4rem;
  }

  .wp-works-gp-item:last-child {
    width: 100%;
    padding-left: 0;
  }

  .works-list-01 {
    padding-right: 0;
  }

  .works-list-01 li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem;
  }

  .works-list-01 li:nth-child(2n) {
    margin-right: 0;
  }

  .wp-works-01 {
    margin-bottom: 5.3rem;
  }

  .wp-works-01 .wp-title-line {
    margin-top: -1.1rem;
    margin-bottom: 3rem;
  }

  .wp-works-03 {
    width: calc(100% - 3rem);
    padding: 1.5rem 0 5.5rem;
    margin-bottom: 6rem;
  }

  .wp-works-04 {
    margin-bottom: 5rem;
  }

  .wp-works-04 .wp-title-line {
    margin-bottom: 3rem;
  }

  .wp-works-cont {
    overflow: auto;
    margin-bottom: 5rem;
  }

  .wp-facility {
    margin-bottom: 6rem;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-facility-gp {
    padding: 3rem 0;
    margin-bottom: 0;
  }

  .wp-facility-gp::before {
    height: 100%;
    top: 0;
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/works/works-line-01-sp.jpg);
  }

  .wp-facility-gp-item {
    margin-bottom: 5rem;
  }

  .wp-facility-gp-item:last-child {
    margin-bottom: 0;
  }

  .wp-facility-gp-item.info {
    margin-right: 0;
    height: auto;
  }

  .wp-facility-gp-item .img {
    margin-bottom: 4rem;
    height: auto;
  }

  .wp-facility-gp-item.img-01,
  .wp-facility-gp-item.img-02,
  .wp-facility-gp-item.img-04,
  .wp-facility-gp-item.img-05,
  .wp-facility-gp-item.img-06 {
    margin-right: 0;
  }

  .wp-facility-gp.vs-02::before {
    top: 0;
    background-image: url(../img/works/works-line-02-sp.jpg);
  }
}

.wp-block-company {
  margin-top: -5.3rem;
}

.wp-block-company__message {
  margin-bottom: 12.7rem;
}

.wp-block-company__message-box {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: 0;
  margin-top: -3.9rem;
}

.wp-block-company__message .max img {
  border-radius: .3rem;
  overflow: hidden;
}

.wp-block-company__message .max .title_max_one {
  margin-top: 4.3rem;
}

@media (min-width: 1440.5px) {
  .wp-block-company__message .max .desc-default {
    font-size: 1.5rem;
  }
}

.wp-block-company__message .max .desc-default p {
  margin-top: 2.7rem;
}

.wp-block-company__message .max .desc-default .last {
  margin-top: 4.2rem;
}

.wp-block-company__message .max .desc-default .last img {
  width: 23.6rem;
}

@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp-block-company__message .max .desc-default .last img {
    width: 29.267rem;
  }
}

.wp-block-company__profile {
  margin-bottom: 11.4rem;
}

.wp-block-company__profile>img {
  margin-top: 18rem;
}

.wp-block-company__history {
  margin-bottom: 19.8rem;
}

.wp-block-company__access {
  padding-bottom: 16rem;
}

.wp-block-company__access_list {
  width: 100%;
  margin-top: 4.7rem;
}

.wp-block-company__access_item {
  display: flex;
  align-items: flex-start;
  border: 1px solid #eae9ea;
  border-radius: .3rem;
  padding: 6rem;
}

.wp-block-company__access_item:not(:last-child) {
  margin-bottom: 2rem;
}

.wp-block-company__access_item--sub {
  width: 50rem;
}

.wp-block-company__access_item--sub img {
  border-radius: .3rem;
  overflow: hidden;
}

.wp-block-company__access_item--sub:last-child {
  padding-left: 10rem;
  padding-top: 2.5rem;
  width: calc(100% - 50rem);
}

.wp-block-company__access_item--sub p {
  color: #29272c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "Noto Sans SC", serif;
}

.wp-block-company__access_item .title_txt_04 {
  margin-bottom: 5rem;
}

.wp-block-company__access .wp_button_03 {
  position: relative;
  top: 6.1rem;
}

.wp-block-company__access .wp_button_03.vs-01 {
  margin-top: 2rem;
  top: 0;
}

@media (max-width: 960px) {
  .wp-block-company {
    margin-top: -1.1rem;
  }

  .wp-block-company__message {
    margin-bottom: 6.5rem;
  }

  .wp-block-company__message-box {
    max-width: 100%;
    margin-right: auto;
    margin-top: 3rem;
  }

  .wp-block-company__message .max .title_max_one {
    margin-top: 3.5rem;
    line-height: 150%;
  }

  .wp-block-company__message .max img {
    width: 100%;
  }

  .wp-block-company__message .max .desc-default {
    text-align: justify;
  }

  .wp-block-company__message .max .desc-default p {
    margin-top: 1.7rem;
  }

  .wp-block-company__message .max .desc-default .last {
    margin-top: 3.3rem;
  }

  .wp-block-company__profile {
    margin-bottom: 7rem;
  }

  .wp-block-company__profile>img {
    margin-top: 6rem;
  }

  .wp-block-company__history {
    margin-bottom: 6.7rem;
  }

  .wp-block-company__access {
    padding-bottom: 10rem;
  }

  .wp-block-company__access_list {
    margin-top: 3rem;
  }

  .wp-block-company__access_item {
    border-radius: .3rem;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    flex-wrap: wrap;
  }

  .wp-block-company__access_item:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .wp-block-company__access_item--sub {
    width: 100% !important;
  }

  .wp-block-company__access_item--sub img {
    width: 100%;
  }

  .wp-block-company__access_item--sub:last-child {
    padding-left: 0rem;
    padding-top: 2.5rem;
  }

  .wp-block-company__access_item--sub p span.os {
    display: block;
    margin-left: 4.5rem;
  }

  .wp-block-company__access_item .title_txt_04 {
    margin-bottom: 1.8rem;
    font-size: 2rem;
  }

  .wp-block-company__access_item .title_txt_04.vs-01 {
    font-size: 2.2rem;
  }

  .wp-block-company__access .wp_button_03 {
    top: 0rem;
  }

  .wp-block-company__access .wp_button_03.vs-01 {
    margin-top: 2.6rem;
    top: 0;
  }
}

.wp__table_default {
  margin-top: 7.5rem;
}

.wp__table_default table {
  width: 100%;
  border-collapse: collapse;
}

.wp__table_default td {
  vertical-align: top;
  padding-left: 2.2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #eae9ea;
  color: #29272c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 134%;
  letter-spacing: 0.02rem;
}

.wp__table_default td:first-child {
  font-weight: bold;
  font-size: 1.4rem;
  color: #949395;
  width: 16rem;
  border-top: 1px solid #29272c;
}

.wp__table_default tr:last-child td {
  border-bottom: 1px solid #eae9ea;
}

.wp__table_default tr:last-child td:first-child {
  border-bottom: 1px solid #29272c;
}

.wp__table_default.vs-01 td {
  padding-left: 0;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.wp__table_default.vs-01 td:first-child {
  width: 23rem;
  padding-left: 4rem;
  border-top: 1px solid #eae9ea;
  font-size: 1.5rem;
  color: #29272c;
}

.wp__table_default.vs-01 td:first-child p {
  font-size: 2rem;
  margin-bottom: 1.1rem;
  position: relative;
}

.wp__table_default.vs-01 td:first-child p::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6rem;
  width: .8rem;
  height: .8rem;
  background-color: #cf522b;
}

.wp__table_default.vs-01 td:first-child p,
.wp__table_default.vs-01 td:first-child span {
  padding-left: 3rem;
  display: block;
}

.wp__table_default.vs-01 tr:last-child td:first-child {
  border-bottom: 1px solid #eae9ea;
}

@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp__table_default td {
    font-size: 2.1rem;
    padding-left: 3rem;
  }

  .wp__table_default td:first-child {
    font-size: 2rem;
    width: 20rem;
  }

  .wp__table_default tr:nth-child(10) td:last-child br {
    display: none;
  }

  .wp__table_default.vs-01 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .wp__table_default.vs-01 td:first-child {
    padding-left: 2rem;
    font-size: 2.1rem;
    width: 20rem;
  }

  .wp__table_default.vs-01 td:first-child p {
    font-size: 2.5rem;
  }

  .wp__table_default.vs-01 td:first-child p::before {
    top: 0.8rem;
    width: 1.3rem;
    height: 1.3rem;
  }

  .wp__table_default.vs-01 td:last-child {
    padding-left: 2rem;
  }

  .wp__table_default.vs-01 tr:last-child td:first-child {
    border-bottom: 1px solid #eae9ea;
  }
}

@media (max-width: 960px) {
  .wp__table_default {
    margin-top: 3rem;
  }

  .wp__table_default td {
    width: 100% !important;
    float: left;
    padding: 1.5rem;
    border-top: 0px solid #eae9ea;
  }

  .wp__table_default td:first-child {
    color: #ffffff;
    background-color: #29272c;
    border-top: 0px solid #29272c;
  }

  .wp__table_default td:last-child {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
  }

  .wp__table_default tr:nth-child(10) td:last-child br {
    display: none;
  }

  .wp__table_default.vs-01 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .wp__table_default.vs-01 td:first-child {
    padding-left: 1.5rem;
    font-size: 1.5rem;
    color: #ffffff;
  }

  .wp__table_default.vs-01 td:first-child p {
    font-size: 1.8rem;
  }

  .wp__table_default.vs-01 td:first-child p,
  .wp__table_default.vs-01 td:first-child span {
    padding-left: 2rem;
  }

  .wp__table_default.vs-01 td:first-child span {
    font-weight: 500;
  }

  .wp__table_default.vs-01 tr:last-child td:first-child {
    border-bottom: 1px solid #eae9ea;
  }
}

.wp_button_03 a {
  width: 18rem;
  height: 6rem;
  border-radius: .3rem;
  padding-left: 1.5rem;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #545256;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  transition: ease all 0.35s;
}

@media (min-width: 960.5px) {
  .wp_button_03 a:hover {
    background-color: #cf522b;
    color: #ffffff;
  }

  .wp_button_03 a:hover::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

.wp_button_03 a::before {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-50%) rotate(135deg);
  border: 1px solid #29272c;
  border-bottom: 0;
  border-right: 0;
}

@media (max-width: 960px) {
  .wp_button_03 a {
    height: 5rem;
  }

  .wp_button_03 a::before {
    right: 2rem;
    width: 1.0rem;
    height: 1.0rem;
  }
}

@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp-block-company__access_item .title_txt_04 {
    font-size: 2.4rem;
  }

  .wp-block-company__access_item .title_txt_04.vs-01 {
    font-size: 2.6rem;
  }

  .wp-block-company__access_item--sub p {
    font-size: 2.1rem;
  }

  .wp-block-company__access_item--sub p br {
    display: block;
  }

  .wp_button_03 a {
    width: 25rem;
    height: 7rem;
    font-size: 2.1rem;
  }
}

.wp-block-company__history .wp__table_default.vs-01 td:first-child {
  font-weight: 500;
}

.wp-contact-01 {
  margin-bottom: 13.3rem;
}

.wp-contact-01 .wp-title-line {
  margin-top: -5.4rem;
  margin-bottom: 5.3rem;
}

.wp-contact-01 .txt-default-02 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.wp-contact-01 .txt-default-02 p {
  color: #2b2425;
}

.wp-contact-head {
  margin-bottom: 9.4rem;
}

.wp-contact .error_text {
  color: #f00;
  font-size: 1.6rem;
  margin: 2rem auto 1rem;
  display: none;
}

.wp-contact .error_text.error {
  display: block;
}

.wp-contact-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 7.3rem;
}

.wp-contact-table td {
  border-bottom: #eae9ea solid .1rem;
  position: relative;
  padding: 1.9rem 1.5rem;
  color: #949395;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-contact-table td .required {
  position: absolute;
  right: 0;
  color: #00a7a1;
  font-weight: 400;
}

.wp-contact-table td:first-child {
  width: 26.5rem;
  padding-left: 2rem;
}

.wp-contact-table td:first-child::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 0.1rem;
  background: #29272c;
  bottom: -0.1rem;
  left: 0;
}

.wp-contact-table tr:first-child td {
  border-top: #eae9ea solid .1rem;
}

.wp-contact-table tr:first-child td:first-child::after {
  content: "";
  position: absolute;
  width: 16rem;
  height: 0.1rem;
  background: #29272c;
  top: -0.1rem;
  left: 0;
}

.wp-contact-table tr:last-child td:first-child {
  vertical-align: text-top;
  padding-top: 2.7rem;
}

.wp-contact-table.confirm td span {
  border: #eae9ea solid .1rem;
  max-width: 47rem;
  width: 100%;
  min-height: 4.2rem;
  display: inline-block;
  padding: .8rem 1.5rem;
}

.wp-contact .input-form {
  width: 100%;
  max-width: 47rem;
  border-radius: .3rem;
  font-family: "Noto Sans JP", "Noto Sans SC", serif;
  border: #eae9ea solid .1rem;
  height: 4.2rem;
  padding: 0 1.5rem;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
}

.wp-contact .input-form.error {
  background: #fff;
  border: 1px solid #f00;
}

.wp-contact textarea.input-form {
  height: 22rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  max-width: 76rem;
}

.wp-contact .select {
  position: relative;
  max-width: 47rem;
}

.wp-contact .select::before {
  content: "";
  position: absolute;
  width: 4.6rem;
  height: calc(100% - .4rem);
  top: .2rem;
  right: .2rem;
  background: #FFF url(../img/common/arrow-down-01.png) no-repeat center;
  background-size: 1.7rem;
  pointer-events: none;
}

.wp-contact-confirm {
  text-align: center;
  margin-top: 9.8rem;
  margin-bottom: 5.5rem;
}

.wp-contact-confirm label {
  cursor: pointer;
  position: relative;
  color: #2b2425;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-contact-confirm label input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.wp-contact-confirm label input:checked+span::after {
  opacity: 1;
}

.wp-contact-confirm label span {
  position: relative;
  padding-left: 3.7rem;
}

.wp-contact-confirm label span::before {
  position: absolute;
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: #29272c solid .1rem;
}

.wp-contact-confirm label span::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  left: .3rem;
  background: #29272c;
  opacity: 0;
  transition: all 0.35s;
}

.wp-contact-confirm label a {
  color: #cf522b;
}

.wp-contact-btn {
  margin-right: 1.5rem;
}

.wp-contact-btn:last-child {
  margin-right: 0;
}

.wp-contact-btn>* {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  width: 26rem;
  height: 6.8rem;
  background: #29272c url(../img/common/icon-right-01.png) no-repeat center right 3.3rem;
  border-radius: 3.5rem;
  padding: 0 3.7rem;
  background-size: 1.7rem;
  transition: all 0.35s;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: "Noto Sans JP", "Noto Sans SC", serif;
}

.wp-contact-btn>*:hover {
  background-color: #00a7a1;
}

.wp-contact-btn.vs-02>* {
  text-align: right;
  background-color: #7a7a7a;
  background-image: url(../img/common/icon-right-01-02.png);
  background-position: center left 3.3rem;
}

.wp-contact-btn.vs-02>*:hover {
  background-color: #00a7a1;
}

.wp-contact-info {
  padding: 0 8rem;
}

.wp-contact-info .btn>* {
  border: #eae9ea solid .1rem;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  height: 10rem;
  border-radius: .3rem;
  padding: 0 2.5rem;
}

.wp-contact-info .btn>* span {
  color: #29272c;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
  display: inline-block;
}

.wp-contact-info .btn>* span:first-child {
  margin-right: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #949395;
}

.wp-contact-02 {
  margin-bottom: 15.5rem;
}

.wp-contact-02 .wp-title-line {
  margin-bottom: 5.2rem;
}

.wp-contact-02 p {
  color: #2b2425;
  margin-top: 1rem;
  margin-bottom: 4.5rem;
}

@media (max-width: 1280px) and (min-width: 961px) {
  .wp-contact-table td {
    font-size: 2rem;
  }

  .wp-contact-confirm label,
  .wp-contact-btn>*,
  .wp-contact-info .btn>* span:first-child {
    font-size: 2.1rem;
  }

  .wp-contact .input-form {
    font-size: 2rem;
  }
}

@media (max-width: 960px) {
  .wp-contact-01 {
    margin-bottom: 4.8rem;
  }

  .wp-contact-01 .wp-title-line {
    margin-top: -1.1rem;
    margin-bottom: 2.4rem;
  }

  .wp-contact-01 .txt-default-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .wp-contact-head {
    margin-bottom: 5.3rem;
  }

  .wp-contact-table {
    margin-bottom: 2.4rem;
  }

  .wp-contact-table td {
    float: left;
    width: 100%;
    border-bottom: 0;
    padding: 1.5rem;
  }

  .wp-contact-table td:first-child {
    width: 100%;
    background: #eae9ea;
    padding-left: 1.5rem;
  }

  .wp-contact-table td:first-child::before {
    content: none;
  }

  .wp-contact-table td:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .wp-contact-table td .required {
    right: 1.5rem;
  }

  .wp-contact-table tr:first-child td {
    border-top: 0;
  }

  .wp-contact-table tr:first-child td:first-child::after {
    content: none;
  }

  .wp-contact-table.confirm td span {
    max-width: 100%;
  }

  .wp-contact-confirm {
    margin-top: 4.8rem;
  }

  .wp-contact-confirm label {
    font-size: 1.5rem;
  }

  .wp-contact-confirm label span {
    padding-left: 2.5rem;
  }

  .wp-contact-info {
    padding: 0;
  }

  .wp-contact-info .btn>* {
    height: 8rem;
  }

  .wp-contact-info .btn>* span {
    font-size: 2.4rem;
  }

  .wp-contact-info .btn>* span:first-child {
    font-size: 1.5rem;
  }

  .wp-contact-02 {
    margin-bottom: 6rem;
  }

  .wp-contact-02 .wp-title-line {
    margin-bottom: 3rem;
  }

  .wp-contact-02 p {
    margin-bottom: 2.4rem;
  }

  .wp-contact textarea.input-form {
    height: 18rem;
  }

  .wp-contact .select {
    max-width: 100%;
  }

  .wp-contact .input-form {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .wp-contact-btn {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.wp-block-senior {
  margin-top: -6rem;
  padding-bottom: 14rem;
}

.wp-block-senior__wrap {
  width: 100%;
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-senior__wrap--item>img {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}

.wp-block-senior__wrap--item:not(:last-child) {
  margin-bottom: 16rem;
}

.wp-block-senior__wrap--item.vs-02 .time,
.wp-block-senior__wrap--item.vs-02 .qitem {
  color: #00a7a1 !important;
  background-color: #ccedec !important;
}

.wp-block-senior__wrap--item.vs-02 .wrap_message--title .title {
  color: #00a7a1 !important;
}

.wp-block-senior__wrap--item.vs-02 .wrap_message--title .title::before {
  background-color: #80d3d0 !important;
}

.wp-block-senior__wrap--item.vs-02 .box_one {
  background-image: url(../img/message/message-05.jpg) !important;
}

@media (max-width: 960px) {
  .wp-block-senior {
    margin-top: 0;
    padding-bottom: 10rem;
  }

  .wp-block-senior__wrap--item>img {
    height: 22rem;
    object-fit: cover;
  }
}

@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-senior__wrap--item>img {
    height: 36rem;
  }
}

@media (max-width: 960px) {
  .wp-block-senior__wrap--item:not(:last-child) {
    margin-bottom: 8rem;
  }
}

.wrap_message--title {
  background-color: #ffffff;
  border-radius: .3rem;
  text-align: center;
  padding-top: 3.5rem;
  margin-top: -14rem;
  position: relative;
  z-index: 1;
}

.wrap_message--title .title {
  font-family: "Roboto", serif;
  position: relative;
  padding-bottom: 1.9rem;
  color: #cf522b;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0;
}

.wrap_message--title .title:before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 300%;
  height: 1px;
  background-color: #f1cbbf;
}

.wrap_message--title .info {
  margin-top: 4.4rem;
  margin-bottom: 5.6rem;
  color: #29272c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0;
}

.wrap_message--title .info strong {
  font-size: 2.6rem;
  display: block;
  margin-top: 2rem;
}

.wrap_message--title .box_one {
  width: calc(100%);
  overflow: hidden;
  border-radius: .3rem;
  border: 1px solid #eae9ea;
  background-image: url(../img/message/message-04.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.8rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  min-height: 36rem;
}

@media (min-width: 960.5px) {
  .wrap_message--title .box_one {
    position: relative;
    left: -6rem;
    width: calc(100% + 12rem);
  }
}

.wrap_message--title .box_one h5 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #29272c;
  line-height: 150%;
  text-align: center;
  margin-bottom: 4rem;
}

.wrap_message--title .box_one .desc-default {
  width: 100%;
  max-width: 99rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.wrap_message--title .flow_day ul {
  width: 100%;
  max-width: 102.8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 6.4rem;
  margin-bottom: 5.7rem;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.wrap_message--title .flow_day ul::before {
  content: "";
  position: absolute;
  left: 3.4rem;
  top: 6.1rem;
  width: calc(100% - 6.8rem);
  height: 1px;
  background-color: #d4d4d5;
}

.wrap_message--title .flow_day ul li {
  position: relative;
}

.wrap_message--title .flow_day ul li::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-color: #d4d4d5;
  border-radius: 100%;
  position: absolute;
  top: 5.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.wrap_message--title .flow_day .time {
  width: 6.8rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faeeea;
  font-size: 1.8rem;
  color: #cf522b;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
}

.wrap_message--title .flow_day .txt {
  writing-mode: vertical-rl;
  text-align: left;
  margin-top: 5.2rem;
  color: #29272c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0;
}

.wrap_faq .sub_title {
  color: #29272c;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0;
}

.wrap_faq .title_faq {
  width: calc(100% - 2rem);
  text-align: left;
  padding-left: 11rem;
  position: relative;
  color: #29272c;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0;
  margin-left: 2rem;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

.wrap_faq .title_faq .qitem {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #faeeea;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  font-size: 2.4rem;
  color: #cf522b;
  font-weight: 500;
  font-family: "Roboto", serif;
}

.wrap_faq .desc-default {
  text-align: left;
  margin-top: 4.2rem;
}

.wrap_faq--item {
  width: 100%;
  max-width: 103rem;
  margin-top: 5.9rem;
  margin-bottom: 11.3rem;
  margin-left: auto;
  margin-right: auto;
}

.wrap_faq--item.vs-02 {
  position: relative;
  min-height: 58.1rem;
}

@media (min-width: 960.5rem) {
  .wrap_faq--item.vs-02 .title_faq {
    max-width: 56rem;
  }
}

.wrap_faq--item.vs-02 p {
  max-width: 53rem;
}

.wrap_faq--item.vs-02 img {
  width: 48rem;
  position: absolute;
  right: -5.4rem;
  top: 6.1rem;
}

@media (max-width: 1280px) and (min-width: 960.5px) {

  .wrap_message--title .info,
  .wrap_message--title .flow_day .time,
  .wrap_message--title .flow_day .txt {
    font-size: 2.1rem;
  }

  .wrap_message--title .info strong,
  .wrap_faq .sub_title {
    font-size: 3.6rem;
  }

  .wrap_message--title .box_one h5,
  .wrap_faq .title_faq {
    font-size: 2.6rem;
  }

  .wrap_faq--item.vs-02 img {
    top: 9.4rem;
  }
}

@media (max-width: 960px) {
  .wrap_message--title {
    padding-top: 2.3rem;
    margin-top: -7rem;
  }

  .wrap_message--title .title {
    padding-bottom: 1.2rem;
    font-size: 2rem;
  }

  .wrap_message--title .info {
    margin-top: 2.9rem;
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }

  .wrap_message--title .info strong {
    font-size: 2.3rem;
    margin-top: 1.3rem;
  }

  .wrap_message--title .box_one {
    padding: 3rem 1.5rem;
    min-height: auto;
  }

  .wrap_message--title .box_one h5 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  .wrap_message--title .flow_day ul {
    flex-wrap: wrap;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .wrap_message--title .flow_day ul::before {
    left: 8.8rem;
    top: 1.8rem;
    width: 1px;
    height: calc(100% - 3.6rem);
  }

  .wrap_message--title .flow_day ul li {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .wrap_message--title .flow_day ul li:not(:last-child) {
    margin-bottom: 4rem;
  }

  .wrap_message--title .flow_day ul li::before {
    content: none;
  }

  .wrap_message--title .flow_day .time {
    font-size: 1.5rem;
  }

  .wrap_message--title .flow_day .txt {
    display: block;
    writing-mode: inherit;
    text-align: left;
    margin-top: 0rem;
    font-size: 1.5rem;
    width: calc(100% - 6.8rem);
    padding-left: 4rem;
    position: relative;
  }

  .wrap_message--title .flow_day .txt::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background-color: #d4d4d5;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 1.3rem;
    transform: translateY(-50%);
  }

  .wrap_faq {
    margin-bottom: 5.4rem;
  }

  .wrap_faq .sub_title {
    font-size: 2rem;
  }

  .wrap_faq .title_faq {
    width: 100%;
    padding-left: 8rem;
    font-size: 1.8rem;
    margin-left: 0rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .wrap_faq .title_faq .qitem {
    width: 6rem;
    height: 6rem;
    font-size: 1.8rem;
  }

  .wrap_faq .desc-default {
    margin-top: .8rem;
  }

  .wrap_faq--item {
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 3.8rem;
  }

  .wrap_faq--item.vs-02 {
    min-height: auto;
  }

  .wrap_faq--item.vs-02 p {
    max-width: 100%;
  }

  .wrap_faq--item.vs-02 img {
    margin-top: 1.9rem;
    width: 100%;
    position: relative;
    right: 0rem;
    top: 0;
  }
}

.title_recruit-01 {
  text-align: center;
  color: #29272c;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0;
}

.title_recruit-01 strong {
  display: block;
  font-family: "Roboto", serif;
  font-size: 15rem;
  font-weight: 500;
  color: #fdf6f4;
  margin-bottom: -1.5rem;
}

.title_recruit-02 {
  font-family: "Roboto", serif;
  position: relative;
  padding-bottom: 1.9rem;
  color: #cf522b;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0;
  text-align: center;
  border-bottom: 1px solid #f1cbbf;
}

@media (min-width: 960.5px) {
  header.active~main .wp-block-senior__wrap .anchor_fixtop {
    top: -16rem;
  }

  .wp-block-senior__wrap .anchor_fixtop {
    top: -22rem;
  }
}

@media (max-width: 960px) {
  .title_recruit-01 {
    font-size: 2rem;
    line-height: 150%;
  }

  .title_recruit-01 strong {
    font-size: 7.5rem;
    margin-bottom: -0.5rem;
  }

  .title_recruit-02 {
    padding-bottom: 1.2rem;
    font-size: 2rem;
  }
}

.wp-block-recruit {
  margin-top: -8.1rem;
  border-top: 1px solid #f1cbbf;
}

.wp-block-recruit__team {
  padding-top: 8.6rem;
  padding-bottom: 14.9rem;
}

.wp-block-recruit__team .grid-1160 {
  position: relative;
}

.wp-block-recruit__team .join {
  width: 63.8rem;
  position: absolute;
  right: 1.5rem;
  top: -6.7rem;
}

.wp-block-recruit__team .desc-default {
  width: 100%;
  max-width: 80rem;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-recruit__ture {
  padding-bottom: 10rem;
}

.wp-block-recruit__ture .box {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 6rem;
}

.wp-block-recruit__ture .box__item {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-recruit__ture .box__item:not(:last-child) {
  margin-bottom: 13rem;
}

.wp-block-recruit__ture .box__item.vs-02 .left {
  order: 1;
}

.wp-block-recruit__ture .box__item.vs-02 .right {
  order: 0;
  padding-left: 10rem;
  padding-right: 16.5rem;
  width: calc(100% - 86rem);
}

.wp-block-recruit__ture .box .left {
  width: 86rem;
}

.wp-block-recruit__ture .box .right {
  padding-left: 13rem;
  padding-right: 12rem;
  padding-top: 4.1rem;
  width: calc(100% - 86rem);
}

.wp-block-recruit__ture .box .title {
  margin-bottom: 2.3rem;
  color: #29272c;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-block-recruit__ture .box .schedule {
  margin-top: 8.5rem;
}

.wp-block-recruit__ture .box .schedule h5 {
  padding-left: .8rem;
  margin-bottom: 1.3rem;
  color: #cf522b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

.wp-block-recruit__ture .box .schedule img {
  width: 70rem;
}

.wp-block-recruit__treatment {
  padding-left: 3rem;
  padding-right: 3rem;
}

.wp-block-recruit__treatment--inner {
  background-color: #f4f4f4;
  border-radius: .3rem;
  padding-top: 10.75rem;
  padding-bottom: 10rem;
}

.wp-block-recruit__treatment--inner .title {
  margin-bottom: 2.3rem;
  color: #29272c;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  text-align: center;
}

.wp-block-recruit__treatment--inner .desc-default {
  text-align: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.4rem;
}

.wp-block-recruit__treatment--inner .list {
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13.1rem;
  display: flex;
  flex-wrap: wrap;
}

.wp-block-recruit__treatment--inner .list li {
  width: calc((100% - 9.02rem) / 3);
  margin-right: 4.5rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: .3rem;
  overflow: hidden;
  position: relative;
  padding: 3rem;
}

.wp-block-recruit__treatment--inner .list li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 16rem;
  height: 2px;
  transform: translateX(-50%);
  background-color: #00a7a1;
}

.wp-block-recruit__treatment--inner .list li:nth-child(3n),
.wp-block-recruit__treatment--inner .list li:last-child {
  margin-right: 0;
}

.wp-block-recruit__treatment--inner .list li h4 {
  color: #00a7a1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.wp-block-recruit__treatment--inner .list li .desc-default {
  text-align: left;
  margin-top: 1.4rem;
}

.wp-block-recruit__message {
  padding-top: 10.6rem;
  padding-bottom: 11.5rem;
}

.wp-block-recruit__information {
  padding-bottom: 10rem;
}

.wp-block-recruit__information .wp__table_default {
  margin-top: 5.8rem;
}

.wp-block-recruit__career {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 16rem;
}

.wp-block-recruit__career--inner {
  padding-top: 10.2rem;
  padding-bottom: 14.7rem;
  background-color: #f4f4f4;
  border-radius: .3rem;
}

.wp-block-recruit__career .wp__table_default {
  margin-top: 5.8rem;
}

.wp-block-recruit__career>img {
  margin-top: 4rem;
}

.wp-block-recruit__flow {
  padding-bottom: 14rem;
}

.wp-block-recruit__flow .list-step {
  margin-top: 5.7rem;
  margin-bottom: 7rem;
}

.wp-block-recruit__flow .title {
  margin-bottom: 1.5rem;
  color: #29272c;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .wp-block-recruit {
    margin-top: 0;
  }

  .wp-block-recruit__team {
    padding-top: 6.8rem;
    padding-bottom: 6.8rem;
  }

  .wp-block-recruit__team .grid-1160 {
    position: relative;
  }

  .wp-block-recruit__team .join {
    width: 29rem;
    top: -3.5rem;
  }

  .wp-block-recruit__team .desc-default {
    margin-top: 2.8rem;
  }

  .wp-block-recruit__ture {
    padding-bottom: 7.3rem;
  }

  .wp-block-recruit__ture .box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 3.9rem;
  }

  .wp-block-recruit__ture .box__item:not(:last-child) {
    margin-bottom: 8rem;
  }

  .wp-block-recruit__ture .box__item.vs-02 .left {
    order: 0;
  }

  .wp-block-recruit__ture .box__item.vs-02 .right {
    order: 1;
  }

  .wp-block-recruit__ture .box .left {
    width: 100% !important;
  }

  .wp-block-recruit__ture .box .right {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-top: 2.6rem;
    width: 100% !important;
  }

  .wp-block-recruit__ture .box .title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }

  .wp-block-recruit__ture .box .schedule {
    margin-top: 3.4rem;
  }

  .wp-block-recruit__ture .box .schedule h5 {
    padding-left: 0rem;
    font-size: 1.5rem;
  }

  .wp-block-recruit__treatment {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wp-block-recruit__treatment--inner {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }

  .wp-block-recruit__treatment--inner .title {
    margin-bottom: 1.3rem;
    font-size: 2rem;
  }

  .wp-block-recruit__treatment--inner .desc-default {
    max-width: 100%;
    margin-top: 2.2rem;
  }

  .wp-block-recruit__treatment--inner .list {
    margin-top: 4.3rem;
  }

  .wp-block-recruit__treatment--inner .list li {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 1.5rem;
    min-height: auto;
    padding: 3rem;
  }

  .wp-block-recruit__treatment--inner .list li .desc-default {
    text-align: justify;
  }

  .wp-block-recruit__treatment--inner .list li .desc-default br {
    display: none;
  }

  .wp-block-recruit__message {
    padding-top: 6.9rem;
    padding-bottom: 7rem;
  }

  .wp-block-recruit__information {
    padding-bottom: 8rem;
  }

  .wp-block-recruit__information .wp__table_default {
    margin-top: 3.9rem;
  }

  .wp-block-recruit__career {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6.9rem;
  }

  .wp-block-recruit__career--inner {
    padding-top: 5rem;
    padding-bottom: 6rem;
    border-radius: .3rem;
  }

  .wp-block-recruit__career .wp__table_default {
    margin-top: 3.9rem;
  }

  .wp-block-recruit__career>img {
    margin-top: 2rem;
  }

  .wp-block-recruit__flow {
    padding-bottom: 10rem;
  }

  .wp-block-recruit__flow .list-step {
    margin-top: 4rem;
    margin-bottom: 3.3rem;
  }

  .wp-block-recruit__flow .title {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 150%;
  }

  .wp-block-recruit__flow .desc-default span {
    display: block;
  }

  .wp-block-recruit__flow .desc-default p:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.wrap__message_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6.4rem;
}

.wrap__message_box--item {
  margin-right: 4rem;
  width: calc((100% - 40.02px) / 2);
}

.wrap__message_box--item:nth-child(2n),
.wrap__message_box--item:last-child {
  margin-right: 0;
}

.wrap__message_box--item:nth-child(2) {
  padding-top: 19rem;
}

.wrap__message_box .btn-default-01 {
  display: flex;
  width: 100%;
  padding-right: 6rem;
  margin-top: -2.5rem;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .wrap__message_box {
    margin-top: 3.9rem;
  }

  .wrap__message_box--item {
    margin-right: 0;
    width: 100%;
  }

  .wrap__message_box--item:nth-child(2n),
  .wrap__message_box--item:last-child {
    margin-right: 0;
  }

  .wrap__message_box--item:nth-child(2) {
    padding-top: 1.5rem;
  }

  .wrap__message_box .btn-default-01 {
    padding-right: 0;
    margin-top: 4rem;
    justify-content: center;
  }
}

.message__box {
  padding-bottom: 9.6rem;
  border: 1px solid #eae9ea;
  border-radius: .5rem;
  overflow: hidden;
}

.message__box :is(p, h4) {
  padding-left: 4rem;
  padding-right: 4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  color: #29272c;
}

.message__box:not(:last-child) {
  margin-bottom: 5rem;
}

.message__box p {
  font-size: 1.6rem;
  margin-top: 3.7rem;
}

.message__box h4 {
  font-size: 2.6rem;
  margin: 1.1rem 0 0 0;
}

@media (max-width: 960px) {
  .message__box {
    padding-bottom: 3.1rem;
  }

  .message__box:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .message__box :is(p, h4) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .message__box p {
    margin-top: 3.2rem;
    font-size: 1.5rem;
  }

  .message__box h4 {
    font-size: 2.2rem;
    margin: .4rem 0 0 0;
  }
}

.wp__table_default .table_ul {
  width: 100%;
}

.wp__table_default .table_ul li {
  margin-bottom: .3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wp__table_default .table_ul li:last-child {
  margin-bottom: 0;
}

.wp__table_default .table_ul li span:first-child {
  width: 9.2rem;
}

.wp__table_default .table_ul li span:last-child {
  width: calc(100% - 9.2rem);
}

.info_contact {
  width: 100%;
  max-width: 62rem;
  border: 1px solid #eae9ea;
  border-radius: .3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.3rem;
  padding: 4.2rem 3rem 6rem 3rem;
}

.info_contact h4 {
  text-align: center;
  color: #29272c;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  padding-bottom: 2.4rem;
  position: relative;
}

.info_contact h4::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 1px;
  background-color: #eae9ea;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.info_contact .desc-default {
  text-align: center;
  margin-top: 2.8rem;
  margin-bottom: 7.1rem;
}

.info_contact .btn-default-01 {
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  .info_contact {
    max-width: 100%;
    margin-top: 5.3rem;
    padding: 2.2rem 1.0rem 3rem 1.0rem;
  }

  .info_contact h4 {
    padding-bottom: 1.4rem;
    font-size: 2rem;
  }

  .info_contact h4::before {
    width: 10rem;
  }

  .info_contact .desc-default {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp__table_default .table_ul li span:first-child {
    width: 15rem;
  }

  .wp__table_default .table_ul li span:last-child {
    width: calc(100% - 15rem);
  }

  .wp-block-recruit__ture .box .right {
    padding-left: 5rem;
    padding-right: 0;
  }

  .wp-block-recruit__ture .box__item.vs-02 .right {
    padding-left: 0;
    padding-right: 5rem;
  }

  .message__box h4,
  .wp-block-recruit__flow .title,
  .wp-block-recruit__treatment--inner .title,
  .wp-block-recruit__ture .box .title {
    font-size: 2.8rem;
  }

  .wp-block-recruit__treatment--inner .desc-default {
    max-width: 95rem;
  }

  .wp-block-recruit__treatment--inner .list {
    max-width: 100%;
  }

  .wp-block-recruit__treatment--inner .list li h4 {
    font-size: 2.3rem;
  }

  .wp-block-recruit__treatment--inner .list li {
    padding-left: 2rem;
    padding-right: 2rem;
    width: calc((100% - 4.02rem) / 3);
    margin-right: 2rem;
  }

  .message__box p {
    font-size: 2.1rem;
  }
}

@media (max-width: 960px) {
  .wp__table_default .table_ul li span:first-child {
    width: 12rem;
  }

  .wp__table_default .table_ul li span:last-child {
    width: calc(100% - 12rem);
  }
}








/* 言語切り替え */
.wp-menu-language{
    margin-left: 1.5rem;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18rem;
    height: 6.4rem;
    font-family: "Roboto", "Noto Sans JP", "Noto Sans SC", serif;
    transition: all 0.35s;
    position: relative;
    z-index: 10;
    background-color: #cf522b;
    padding: 0 5px;
    border-radius: .3rem;
    cursor: pointer;
}

.wp-menu-language ul{
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.2em;
}
.wp-menu-language ul li{
    overflow: hidden;
    height: 0;
    transition: .2s;
}
.wp-menu-language:hover ul li{
    overflow: visible;
    height: 50px;
}

.wp-menu-language ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    border-top: 1px solid #fff;
    background-color: #000;
    transition: 0.3s;
}
.wp-menu-language ul li a:hover{
    background-color: #999;
}

#lang-parent {
    display: none;
}

@media (max-width: 960px) {

    .wp-menu-language{
        display: none;
    }

    #lang-parent {
        display: block;
        position: fixed;
        top: 2.5rem;
        right: 90px;
    }
    #lang-button{
        width: 120px;
        height: 35px;
        border: none;
        background-color: #cf522b;
        border-radius: .3rem;
        line-height: 1em;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #fff;
        cursor: pointer;
    }
    #lang-child {
        width: 100%;
        padding: 0;
        line-height: 1.3em;

    }
    #lang-child button{
        width: 100%;
        height: 30px;
        border: none;
        background-color: #000;
        color: #fff;
        cursor: pointer;
        margin-bottom: 1px;

    }
}

@media  (max-width: 767px) {

    #lang-parent {
        position: fixed;
        top: 8rem;
        right: 10px;
        width: 90px;

    }
    #lang-button{
        width: 90px;
        letter-spacing: 0;

    }


}
















/*# sourceMappingURL=style.min.css.map */