@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@700&display=swap");
html, body {
  background: #fff;
  color: #444444;
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
.body-wrap {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
}

ul, ol, li, p, div, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

a {
  transition: 0.3s;
}

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

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.img__autosize {
  width: auto;
  height: auto;
}

.relative {
  position: relative;
}

main {
  display: block;
  padding-top: 35vw;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60vw;
  }
}
main.home, main.page404 {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  main.home, main.page404 {
    padding-top: 60px;
  }
}

.main-inner {
  background: #fff;
}

.bg--gray {
  background: #eef0ef;
}

.max-wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .max-wrap {
    max-width: 100%;
    padding-right: 1em;
    padding-left: 1em;
  }
}

.content-read {
  line-height: 2.3em;
  margin: 5rem auto 10rem auto;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-red {
  color: #ce0f33;
}
.text-404 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10rem;
  color: #c7c7c7;
  line-height: 1em;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .pc-disp-none {
    display: none !important;
  }
}
.pc-disp-b {
  display: block;
}
@media (max-width: 959px) {
  .pc-disp-b {
    display: none;
  }
}

.tb-disp-b {
  display: none;
}
@media (max-width: 959px) {
  .tb-disp-b {
    display: block;
  }
}
@media (max-width: 767px) {
  .tb-disp-b {
    display: none;
  }
}

.sp-disp-b {
  display: none;
}
@media (max-width: 767px) {
  .sp-disp-b {
    display: block;
  }
}

.pc-disp-i {
  display: inline;
}
@media (max-width: 959px) {
  .pc-disp-i {
    display: none;
  }
}

.tb-disp-b {
  display: none;
}
@media (max-width: 959px) {
  .tb-disp-b {
    display: inline;
  }
}
@media (max-width: 767px) {
  .tb-disp-b {
    display: none;
  }
}

.sp-disp-i {
  display: none;
}
@media (max-width: 767px) {
  .sp-disp-i {
    display: inline;
  }
}

.pc-disp-ib {
  display: inline-block;
}
@media (max-width: 959px) {
  .pc-disp-ib {
    display: none;
  }
}

.tb-disp-b {
  display: none;
}
@media (max-width: 959px) {
  .tb-disp-b {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .tb-disp-b {
    display: none;
  }
}

.sp-disp-ib {
  display: none;
}
@media (max-width: 767px) {
  .sp-disp-ib {
    display: inline-block;
  }
}

.pctb-disp-b {
  display: block;
}
@media (max-width: 767px) {
  .pctb-disp-b {
    display: none;
  }
}

.gl-btn-hmbg {
  display: none;
}

@media screen and (max-width: 959px) {
  .gl-btn-hmbg {
    content: "";
    position: fixed;
    top: 0.7rem;
    bottom: auto;
    left: auto;
    right: 0.7rem;
    width: 42px;
    height: 42px;
    margin: auto;
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-decoration: none;
  }
  .gl-btn-hmbg__hans {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 3px;
    background-color: #444444;
    animation: fadeIn 0.3s;
  }
  .gl-btn-hmbg__hans--sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .gl-btn-hmbg__hans:before, .gl-btn-hmbg__hans:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
  }
  .gl-btn-hmbg__hans:before {
    top: -13px;
    animation: position-up 0.3s, fadeIn 0.3s;
  }
  .gl-btn-hmbg__hans:after {
    top: 13px;
    animation: position-down 0.3s, fadeIn 0.3s;
  }
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans {
    background-color: transparent;
  }
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans:before,
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans:after {
    top: 0;
    background-color: #444444;
    animation: fadeIn 0.3s;
  }
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans:after {
    transform: rotate(-45deg);
    animation: rotate-right 0.3s, fadeIn 0.3s;
  }
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans:before {
    transform: rotate(45deg);
    animation: rotate-left 0.3s, fadeIn 0.3s;
  }
  @keyframes position-up {
    0% {
      top: 0;
    }
    100% {
      top: -13px;
    }
  }
  @keyframes position-down {
    0% {
      top: 0;
    }
    100% {
      top: 13px;
    }
  }
  @keyframes rotate-right {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @keyframes rotate-left {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-45deg);
    }
  }
}
.site-header {
  height: 100px;
  width: 100%;
  position: fixed;
  background: #fff;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-logo {
  max-width: 200px;
  margin-left: 3rem;
}
.site-header .header-logo img {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .site-header {
    height: 65px;
  }
  .site-header .header-logo {
    max-width: 150px;
    margin-left: 1rem;
  }
}
.site-header .gl-menu {
  display: flex;
  list-style: none;
  margin-right: 1em;
}
.site-header .gl-menu__item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .gl-menu__item > a {
  display: block;
  text-decoration: none;
  padding: 1em 2em;
  box-sizing: border-box;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #444444;
  line-height: 1em;
  font-weight: 400;
}
.site-header .gl-menu__item > a:hover {
  color: #d3267e;
  transition: 0.3s;
}
.site-header .gl-menu__item.haschild > a {
  padding-right: 3em;
}
.site-header .gl-menu__item.haschild > a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 9px;
  background: url("/asset/images/common/menu-allow.svg") no-repeat;
  bottom: 2rem;
  right: 1.5em;
  margin-left: -7.5px;
}
.site-header .gl-menu__item.haschild > a:hover::after {
  background: url("/asset/images/common/menu-allow-pink.svg") no-repeat;
}
.site-header .gl-menu__item--home > a::after {
  content: none;
}
.site-header .gl-menu__item--contact {
  background: #114e6c;
  align-items: end;
}
.site-header .gl-menu__item--contact > a {
  display: block;
  color: #fff;
  padding: 1em 2em;
  box-sizing: border-box;
  position: relative;
}
.site-header .gl-menu__item--contact > a:hover {
  color: #fff;
  background: #d3267e;
}
.site-header .gl-menu__item--icon > p {
  margin: 0 0 0 1em;
}
.site-header .gl-menu__item--icon > a {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .site-header .gl-menu {
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 65px;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    width: 100vw;
    transform: translate(100%, 0);
    transition: all 0.5s;
    padding-top: 2rem;
  }
  .site-header .gl-menu.gl-menu--active {
    transform: translate(0, 0);
  }
  .site-header .gl-menu__item {
    padding: 0;
    background: #fff;
    margin: 0.5em 1rem;
    border-radius: 3px;
    display: block;
    position: relative;
  }
  .site-header .gl-menu__item--contact {
    background: #114e6c;
    align-items: end;
  }
  .site-header .gl-menu__item--contact > a {
    display: block;
    color: #fff;
    padding: 1em 2em;
    box-sizing: border-box;
    position: relative;
  }
  .site-header .gl-menu__item--contact > a:hover {
    color: #fff;
    background: #d3267e;
  }
  .site-header .gl-menu__item--icon {
    display: flex;
    justify-content: center;
    padding: 1em;
  }
  .site-header .gl-menu__item--icon > p {
    margin: 0 1em;
  }
  .site-header .gl-menu__item.haschild::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    margin-left: -7px;
    background: url("/asset/images/common/menu-allow-white-down.svg") no-repeat;
    width: 14px;
    height: 7px;
    background-size: cover;
  }
  .site-header .gl-menu__item > a {
    padding: 1em 0.5em;
    display: block;
    min-height: auto;
    font-size: 2rem;
  }
  .site-header .gl-menu__item > a::after {
    content: none;
  }
}

.gl-submenu-group {
  position: absolute;
  top: 40px;
  right: 0;
  left: auto;
  padding-top: 34px;
  min-height: 220px;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .gl-submenu-group {
    position: relative;
    padding: 0;
  }
}
.gl-submenu-group::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 4.5em;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #3e3e3e;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 959px) {
  .gl-submenu-group::before {
    content: none;
  }
}
.gl-submenu-group--service {
  background: #fff url("/asset/images/common/mega-menu-bg-logo.png");
  background-repeat: no-repeat;
  padding-left: 400px;
  background-size: 400px auto;
}
@media screen and (max-width: 959px) {
  .gl-submenu-group--service {
    padding-left: 0;
  }
}
.gl-submenu-group--service > .changeBg {
  position: absolute;
  background-image: url("/asset/images/common/mega-menu-bg-service.jpg?d=202312");
  content: "";
  width: 400px;
  left: 0;
  top: 34px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .gl-submenu-group--service > .changeBg {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .gl-submenu-group {
    position: relative;
    display: block;
    box-sizing: border-box;
    min-height: auto;
    max-width: 90%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background: none;
  }
}

.gl-submenu {
  box-sizing: border-box;
  background: #3e3e3e;
  min-width: 460px;
  padding: 1em;
}
@media screen and (max-width: 959px) {
  .gl-submenu {
    min-width: auto;
    border-radius: 5px;
    padding: 0;
  }
}
.gl-submenu__item {
  list-style: none;
  padding: 0;
}
.gl-submenu__item > a {
  padding: 0.3em 0.5em 0.3em 2.5em;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  color: #fff;
  display: block;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .gl-submenu__item > a {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
}
.gl-submenu__item > a::before {
  position: absolute;
  content: "";
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
  left: 1.3em;
  top: 0.6em;
  width: 10.5px;
  height: 18.5px;
}
@media screen and (max-width: 959px) {
  .gl-submenu__item > a::before {
    top: 1.1em;
  }
}
.gl-submenu__item > a:hover, .gl-submenu__item > a:focus {
  opacity: 0.9;
  color: #adc94c;
}
.gl-submenu__item > a:hover::before {
  background: url("/asset/images/common/menu-allow-green-right.svg") no-repeat;
}
@media screen and (max-width: 959px) {
  .gl-submenu {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .gl-submenu__item {
    width: 100%;
  }
}

.js-header-menu {
  display: none;
}

.js-header-menu.open {
  display: flex;
}

.ttl-wrap {
  text-align: center;
  padding: 1px;
}
.ttl-wrap--page-start {
  background: rgba(255, 255, 255, 0.8);
}

.ttl-sideline {
  margin: 5rem auto;
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
}
.ttl-sideline span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #444444;
  line-height: 1em;
  font-weight: 300;
  display: block;
  margin-top: 1em;
}
.ttl-sideline::before, .ttl-sideline::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1.2rem;
  width: 4rem;
  height: 1px;
  background: #444444;
}
.ttl-sideline::before {
  left: -5.5rem;
}
.ttl-sideline::after {
  right: -5.5rem;
}

.ttl-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
  margin: 5rem auto;
}
.ttl-main.has-under-line {
  /*&::after{
    content : "";
    position : absolute;
    left : 0;
    right : 0;
    bottom : -4px;
    height : .4em;
    width : 100%;
    background : #f4fc27;
    z-index : -1;
  }*/
}
.ttl-main.has-under-line > span {
  background: linear-gradient(transparent 70%, #f4fc27 30%);
  line-height: 1.6em;
}

.ttl-hasmark {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #444444;
  background: #fff;
  margin: 7rem auto 5rem auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ttl-hasmark {
    font-size: 2rem;
    margin-top: 3.5rem;
  }
}
.ttl-hasmark::after, .ttl-hasmark::before {
  position: absolute;
  content: "";
}
.ttl-hasmark::before {
  top: -62px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border: 1px solid #444444;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ttl-hasmark::before {
    width: 60px;
    height: 60px;
    top: -42px;
    left: calc(50% - 30px);
  }
}
.ttl-hasmark::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.ttl-hasmark--group::before {
  background: #fff url("/asset/images/common/logo-mark-group.svg") no-repeat;
  background-size: 70px auto;
  background-position: top 8px left 50%;
}
.ttl-hasmark--one::before {
  content: "1";
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 6rem;
  color: #444444;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .ttl-hasmark--one::before {
    font-size: 4rem;
  }
}
.ttl-hasmark--two::before {
  content: "2";
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 6rem;
  color: #444444;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .ttl-hasmark--two::before {
    font-size: 4rem;
  }
}
.ttl-hasmark--three::before {
  content: "3";
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 6rem;
  color: #444444;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .ttl-hasmark--three::before {
    font-size: 4rem;
  }
}
.ttl-hasmark--q::before {
  content: "?";
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 6rem;
  color: #444444;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .ttl-hasmark--q::before {
    font-size: 4rem;
  }
}
.ttl-hasmark__title {
  position: relative;
  z-index: 1;
}

.ttl-leftline {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
  padding-left: 2em;
  text-align: left;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .ttl-leftline {
    padding-left: 0;
  }
}
.ttl-leftline::before {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 4px;
  background: #444444;
  border-radius: 7px;
  left: 0;
  top: calc(50% - 1px);
}
@media screen and (max-width: 767px) {
  .ttl-leftline::before {
    content: none;
  }
}

.ttl-typng {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.ttl-typng > span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0, 0.82, 0.15, 1.55) 0.6s;
}
.ttl-typng > span:nth-child(2) {
  transition-delay: 0.06s;
}
.ttl-typng > span:nth-child(3) {
  transition-delay: 0.12s;
}
.ttl-typng > span:nth-child(4) {
  transition-delay: 0.18s;
}
.ttl-typng > span:nth-child(5) {
  transition-delay: 0.24s;
}
.ttl-typng > span:nth-child(6) {
  transition-delay: 0.3s;
}
.ttl-typng > span:nth-child(7) {
  transition-delay: 0.36s;
}
.ttl-typng > span:nth-child(8) {
  transition-delay: 0.42s;
}
.ttl-typng > span:nth-child(9) {
  transition-delay: 0.48s;
}
.ttl-typng > span:nth-child(10) {
  transition-delay: 0.54s;
}
.ttl-typng > span:nth-child(11) {
  transition-delay: 0.6s;
}
.ttl-typng > span:nth-child(12) {
  transition-delay: 0.66s;
}
.ttl-typng > span:nth-child(13) {
  transition-delay: 0.72s;
}
.ttl-typng > span:nth-child(14) {
  transition-delay: 0.78s;
}
.ttl-typng > span:nth-child(15) {
  transition-delay: 0.84s;
}
.ttl-typng > span:nth-child(16) {
  transition-delay: 0.9s;
}
.ttl-typng > span:nth-child(17) {
  transition-delay: 0.96s;
}
.ttl-typng > span:nth-child(18) {
  transition-delay: 1.02s;
}
.ttl-typng > span:nth-child(19) {
  transition-delay: 1.08s;
}
.ttl-typng > span:nth-child(20) {
  transition-delay: 1.14s;
}
.ttl-typng > span:nth-child(21) {
  transition-delay: 1.2s;
}
.ttl-typng > span:nth-child(22) {
  transition-delay: 1.26s;
}
.ttl-typng > span:nth-child(23) {
  transition-delay: 1.32s;
}
.ttl-typng > span:nth-child(24) {
  transition-delay: 1.38s;
}
.ttl-typng > span:nth-child(25) {
  transition-delay: 1.44s;
}
.ttl-typng > span:nth-child(26) {
  transition-delay: 1.5s;
}
.ttl-typng > span:nth-child(27) {
  transition-delay: 1.56s;
}
.ttl-typng > span:nth-child(28) {
  transition-delay: 1.62s;
}
.ttl-typng > span:nth-child(29) {
  transition-delay: 1.68s;
}
.ttl-typng > span:nth-child(30) {
  transition-delay: 1.74s;
}
.ttl-typng > span:nth-child(31) {
  transition-delay: 1.8s;
}
.ttl-typng > span:nth-child(32) {
  transition-delay: 1.86s;
}
.ttl-typng > span:nth-child(33) {
  transition-delay: 1.92s;
}
.ttl-typng > span:nth-child(34) {
  transition-delay: 1.98s;
}
.ttl-typng > span:nth-child(35) {
  transition-delay: 2.04s;
}
.ttl-typng > span:nth-child(36) {
  transition-delay: 2.1s;
}
.ttl-typng > span:nth-child(37) {
  transition-delay: 2.16s;
}
.ttl-typng > span:nth-child(38) {
  transition-delay: 2.22s;
}
.ttl-typng > span:nth-child(39) {
  transition-delay: 2.28s;
}
.ttl-typng > span:nth-child(40) {
  transition-delay: 2.34s;
}
.ttl-typng > span:nth-child(41) {
  transition-delay: 2.4s;
}
.ttl-typng > span:nth-child(42) {
  transition-delay: 2.46s;
}
.ttl-typng > span:nth-child(43) {
  transition-delay: 2.52s;
}
.ttl-typng > span:nth-child(44) {
  transition-delay: 2.58s;
}
.ttl-typng > span:nth-child(45) {
  transition-delay: 2.64s;
}
.ttl-typng > span:nth-child(46) {
  transition-delay: 2.7s;
}
.ttl-typng > span:nth-child(47) {
  transition-delay: 2.76s;
}
.ttl-typng > span:nth-child(48) {
  transition-delay: 2.82s;
}
.ttl-typng > span:nth-child(49) {
  transition-delay: 2.88s;
}
.ttl-typng > span:nth-child(50) {
  transition-delay: 2.94s;
}
.ttl-typng > span:nth-child(51) {
  transition-delay: 3s;
}
.ttl-typng.typing-visible span {
  transform: translate(0, 0);
}

.section-ttl-wrap {
  margin: 1em auto 3em auto;
  text-align: center;
}

.section-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1.5em;
}
.section-ttl::before, .section-ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
}
.section-ttl::before {
  left: -50px;
  top: -0.5em;
  border-left: 2px solid #444444;
  border-top: 2px solid #444444;
}
.section-ttl::after {
  right: -50px;
  bottom: -0.5em;
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
.section-ttl--add {
  background: #3AA9D9;
  color: #fff;
  padding: 0 0.5em;
  font-size: 80%;
  display: inline-block;
  border-radius: 5px;
  margin-right: 0.5em;
}

.btn {
  text-decoration: none;
  display: block;
}
.btn-white-border {
  border: 1px solid #fff;
  padding: 1em;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
}
.btn-white-border::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -7px;
  width: 7px;
  height: 14px;
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-white-border--hover-white:hover {
  background: #fff;
  color: #444444;
}
.btn-white-border--hover-white:hover::after {
  background: url("/asset/images/common/menu-allow-gray-right.svg") no-repeat;
}
.btn-white-border--hover-cocolor:hover {
  background: #fff;
  color: #1b6f8c;
}
.btn-white-border--hover-cocolor:hover::after {
  background: url("/asset/images/common/menu-allow-cocolor-right.svg") no-repeat;
}
.btn-gray-border {
  border: 1px solid #444444;
  padding: 1em;
  color: #444444;
  margin-bottom: 8px;
  position: relative;
}
.btn-gray-border--bg-white {
  background: #fff;
}
.btn-gray-border--bg-gray {
  background: #444444;
  color: #fff;
}
.btn-gray-border--bg-room {
  background: #114e6c;
  color: #fff;
}
.btn-gray-border--bg-lea {
  background: #7bbbc1;
  color: #fff;
}
.btn-gray-border--bg-care {
  background: #e63f7d;
  color: #fff;
}
.btn-gray-border--hover-gray:hover {
  background: #444444;
  color: #fff;
}
.btn-gray-border--hover-gray:hover::after {
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-pink:hover {
  background: #d3267e;
  border: 1px solid #d3267e;
  color: #fff;
}
.btn-gray-border--hover-pink:hover::after {
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-green:hover {
  background: #127f5f;
  border: 1px solid #127f5f;
  color: #fff;
}
.btn-gray-border--hover-green:hover::after {
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-dgray:hover {
  background: #444444;
  border: 1px solid #444444;
  color: #fff;
}
.btn-gray-border--hover-dgray:hover::after {
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-room:hover {
  background: #114e6c;
  border: 1px solid #114e6c;
  color: #fff;
}
.btn-gray-border--hover-room:hover::after {
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-lea:hover {
  background: #7bbbc1;
  border: 1px solid #7bbbc1;
  color: #fff;
}
.btn-gray-border--hover-lea:hover::after {
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-care:hover {
  background: #e63f7d;
  border: 1px solid #e63f7d;
  color: #fff;
}
.btn-gray-border--hover-care:hover::after {
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-white:hover {
  background: #fff;
  border: 1px solid #444444;
  color: #444444;
}
.btn-gray-border--hover-white:hover::after {
  background: url("/asset/images/common/menu-allow-gray-right.svg") no-repeat;
}
.btn-gray-border--hover-white-no-arrow:hover {
  background: #fff;
  border: 1px solid #444444;
  color: #444444;
}
.btn-gray-border--hover-white-no-arrow:hover::after {
  content: none;
}
.btn-gray-border::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -9px;
  width: 10.5px;
  height: 18.5px;
  background: url("/asset/images/common/menu-allow-gray-right.svg") no-repeat;
}
.btn-gray-border--noallow::after {
  content: none;
}

.contact {
  background: #fff url("/asset/images/common/contact-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 5rem;
  box-sizing: border-box;
  padding-top: 2rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    background: #fff url("/asset/images/common/contact-bg-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.contact--nobg {
  background: none;
  margin-top: 0;
}
.contact .btnarea {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact .btnarea {
    display: block;
  }
}
.contact-item {
  width: 300px;
  box-sizing: border-box;
  margin: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact-item {
    margin: 4rem auto;
    max-width: 100%;
  }
}
.contact-item__logo {
  max-width: 58%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.contact-item--txgray {
  color: #5a5959;
}
.contact-form-btn {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-form-btn {
    max-width: 320px;
  }
}

.site-footer {
  display: block;
  background: #3e3e3e;
  padding: 2px 1px 1px 1px;
  color: #fff;
  box-sizing: border-box;
}
.site-footer .copy {
  font-size: 1rem;
  margin: 0 0 0.5rem 1.6rem;
}
@media screen and (max-width: 959px) {
  .site-footer .copy {
    text-align: center;
    margin-top: 1em;
  }
}

.footer-navis {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 1.6rem;
  padding-top: 2em;
  justify-content: space-between;
}
.footer-navis__nav {
  max-width: 60%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-navis__company {
  max-width: 310px;
  margin-top: -0.5em;
}
@media screen and (max-width: 959px) {
  .footer-navis {
    padding-top: 1em;
    display: block;
  }
  .footer-navis__nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 1em;
  }
  .footer-navis__company {
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -1em;
    padding: 1em;
  }
}
@media screen and (max-width: 959px) and (max-width: 767px) {
  .footer-navis__company {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-navis {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-navis__nav {
    padding: 1em 0;
  }
  .footer-navis__company {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

.link-list {
  list-style: none;
  margin-left: 0;
  margin-right: 5rem;
  margin-top: 0.5em;
  display: flex;
}
.link-list__item {
  font-size: 1.6rem;
  margin-bottom: 1em;
  position: relative;
  padding-right: 2em;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .link-list__item {
    font-size: 1.4rem;
  }
}
.link-list__item > a {
  margin-bottom: 0.5em;
}
.link-list__item a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.link-list__item::after {
  content: "";
  position: absolute;
  background: #fff;
  right: 1em;
  width: 2px;
  height: 1em;
  top: 0.25em;
}
.link-list__item:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .link-list {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
  }
  .link-list__item {
    margin-bottom: 0;
    margin-top: 1em;
  }
}

.footer-logo {
  max-height: 50px;
}

@media screen and (max-width: 959px) {
  .footer-address, .footer-logo {
    width: 29%;
  }
}
@media screen and (max-width: 959px) and (max-width: 767px) {
  .footer-address, .footer-logo {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-top-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: -80px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.page-top-btn a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0.8rem;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.page-top-btn a::before {
  content: "";
  width: 30%;
  height: 30%;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  display: block;
  padding: 0;
  margin: 2em auto 0 auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.page-top-btn a::after {
  content: "PAGE TOP";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1rem;
  text-align: center;
}
.page-top-btn a span {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-top-btn {
    width: 40px;
    height: 40px;
  }
  .page-top-btn a::before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
  }
  .page-top-btn a::after {
    content: none;
  }
}

.site-header {
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .gl-btn-hmbg {
    z-index: 100;
  }
  .gl-btn-hmbg__hans {
    z-index: -1;
  }
  .gl-menu {
    z-index: 1000;
  }
  .gl-submenu {
    z-index: 1100;
  }
}
.main-bg-company {
  background: url("/asset/images/company/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-company {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-company {
    background: url("/asset/images/company/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-waste-disposal {
  background: url("/asset/images/service/waste-disposal/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-waste-disposal {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-waste-disposal {
    background: url("/asset/images/service/waste-disposal/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-demolition {
  background: url("/asset/images/service/demolition/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-demolition {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-demolition {
    background: url("/asset/images/service/demolition/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-recycle {
  background: url("/asset/images/service/recycle/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-recycle {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-recycle {
    background: url("/asset/images/service/recycle/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-nursing-home {
  background: url("/asset/images/service/nursing-home/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-nursing-home {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-nursing-home {
    background: url("/asset/images/service/nursing-home/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-home-visit-care {
  background: url("/asset/images/service/home-visit-care/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-home-visit-care {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-home-visit-care {
    background: url("/asset/images/service/home-visit-care/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-sdgs {
  background: url("/asset/images/service/sdgs/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-sdgs {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-sdgs {
    background: url("/asset/images/service/sdgs/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-privacy {
  background: url("/asset/images/privacy/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-privacy {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-privacy {
    background: url("/asset/images/privacy/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-contact {
  background: url("/asset/images/contact/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-contact {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-contact {
    background: url("/asset/images/contact/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-topics {
  background: url("/asset/images/topics/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-topics {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-topics {
    background: url("/asset/images/topics/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-recruit {
  background: url("/asset/images/recruit/main-img.jpg?d=202312") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-recruit {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-recruit {
    background: url("/asset/images/recruit/main-img_sp.jpg?d=202312") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.group-block {
  border: 1px solid #9ea1a0;
  padding: 1em;
  position: relative;
}
.group-block__name {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #444444;
  line-height: 1em;
  font-weight: 400;
  display: inline-block;
  top: -0.7em;
  left: calc(50% - 4em);
  width: 8em;
  text-align: center;
  background: #fff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
.group-block__name::before, .group-block__name::after {
  background: #9ea1a0;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
}
.group-block__name::before {
  left: -5px;
}
.group-block__name::after {
  right: -5px;
}

.grouplist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style: none;
}
.grouplist__company {
  max-width: 30%;
  min-width: 30%;
  padding-top: 90px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #444444;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  padding-bottom: 0.5em;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .grouplist__company {
    font-size: 1rem;
    padding-top: 70px;
  }
}
.grouplist__company::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10%;
  width: 1px;
  height: 100%;
  background: #9ea1a0;
  transform: rotate(15deg);
}
.grouplist__company:last-child::after {
  content: none;
}
.grouplist__company--room {
  background: url("/asset/images/common/contact_logo_room.svg") no-repeat;
  background-size: auto 70px;
  background-position: top 0.5em center;
}
@media screen and (max-width: 767px) {
  .grouplist__company--room {
    background-size: auto 50px;
  }
}
.grouplist__company--lea {
  background: url("/asset/images/common/contact_logo_lea.svg") no-repeat;
  background-size: auto 70px;
  background-position: top 0.5em center;
}
@media screen and (max-width: 767px) {
  .grouplist__company--lea {
    background-size: auto 50px;
  }
}
.grouplist__company--cares {
  background: url("/asset/images/common/contact_logo_cares.svg") no-repeat;
  background-size: auto 70px;
  background-position: top 0.5em center;
}
@media screen and (max-width: 767px) {
  .grouplist__company--cares {
    background-size: auto 50px;
  }
}

.line-app {
  background: #f0f1f1;
}
.line-app-inner {
  display: flex;
  justify-content: center;
  padding: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .line-app-inner {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.line-app-icon {
  width: 90px;
}
.line-app-read {
  margin: 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  color: #444444;
  line-height: 1em;
  font-weight: 400;
  line-height: 1.5em;
}
.line-app-read__merit {
  margin-left: 2em;
  padding-left: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .line-app-read__merit {
    margin-left: 1em;
  }
}
.line-app-read__merit > li {
  margin-left: 0;
}
.line-app-qr {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .line-app-qr {
    display: none;
  }
}
.line-app-addfriendbtn {
  width: 40%;
  display: none;
}
@media screen and (max-width: 767px) {
  .line-app-addfriendbtn {
    display: block;
    margin-top: 1em;
  }
}

/*# sourceMappingURL=common.css.map */
