@charset "UTF-8";

* {
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", serif;
}

a {
  width: 100%;
  height: 100%;
  display: block;
}

a:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}

main {
  min-height: calc(100dvh - 51px);
}

header {
  position: relative;
  padding: 0 22px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  background-color: #fff;
  z-index: 10;
  width: 100%;
}

.title img {
  height: 40px;
  width: auto;
  vertical-align: bottom;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  line-height: normal;
  height: 100%;
}

.header-nav__item {
  text-align: center;
  font-size: 15px;
}

.header-nav__item a {
  position: relative;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-nav__item a:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #1ab3ff;
  display: block;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.header-nav__item a:hover {
  opacity: 1;
}

.header-nav__item a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header-nav__item span {
  display: block;
  font-weight: 600;
  font-family: "Work Sans", serif;
}

.header-nav__lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav__lang-icon {
  width: 15px;
  height: auto;
  margin-right: 8px;
}

.header-nav__lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header-nav__lang-item {
  font-size: 13px;
}

.header-nav__lang-item:first-of-type {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav__lang-item:first-of-type::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  background-color: #000;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: -9px;
  top: 25%;
}

.openbtn1 {
  position: relative;
  display: none;
  width: 20px;
  height: 18px;
  z-index: 9999;
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #000;
}

.openbtn1 span:nth-of-type(1) {
  top: 0;
}

.openbtn1 span:nth-of-type(2) {
  top: 8px;
}

.openbtn1 span:nth-of-type(3) {
  top: 16px;
}

.openbtn1.active {
  display: inline;
}

.openbtn1.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}

.ham-nav {
  position: absolute;
  opacity: 0;
  width: 100vw;
}

.ham-nav__bg {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ham-nav__wrapper {
  position: absolute;
  z-index: 9999;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  overflow-y: scroll;
  padding: 60px 20px;
  width: 300px;
}

.ham-nav__lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.ham-nav__lang-icon {
  width: 15px;
  height: auto;
  margin-right: 8px;
}

.ham-nav__lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.ham-nav__lang-item {
  font-size: 13px;
}

.ham-nav__lang-item:first-of-type {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ham-nav__lang-item:first-of-type::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  background-color: #000;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: -9px;
  top: 25%;
}

.ham-nav__item {
  border-bottom: solid 1px #ccc;
}

.ham-nav__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  position: relative;
}

.ham-nav__item a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
}

.ham-nav.panelactive {
  top: 0;
  right: 0;
  position: absolute;
  opacity: 1;
}

.ham-nav.panelactive .ham-nav__wrapper {
  opacity: 1;
  z-index: 999;
  right: 0;
  height: 100dvh;
  position: absolute;
}

.ham-nav.panelactive .ham-nav__bg {
  background-color: #000;
  opacity: 0.2;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blue {
  color: #1ab3ff;
  font-size: 0.8em;
  font-family: "Work Sans", serif;
}

.red {
  color: #E20D0D;
}

main {
  font-size: 14px;
  line-height: 1.8;
}

.bread-clumb {
  width: clamp(300px, 90%, 1080px);
  margin: 0 auto 100px;
  padding-top: 120px;
  margin-bottom: 40px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .bread-clumb {
    margin: 0 auto 60px;
  }
}

.bread-clumb li {
  padding-right: 30px;
  position: relative;
}

.bread-clumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: #999;
  height: 1px;
  width: 10px;
  top: 50%;
  right: 10px;
}

.bread-clumb .current-page {
  color: #000;
}

.hero-image {
  position: relative;
}

.catchcopy {
  position: absolute;
  font-size: clamp(21px, 2.5vw, 50px);
  top: 36%;
  left: 5.2vw;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.catchcopy__bg {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.7;
}

.catchcopy p {
  position: relative;
  z-index: 1;
}

section {
  width: clamp(300px, 90%, 1080px);
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  section {
    margin: 0 auto 60px;
  }
}

.paragraph {
  margin-bottom: 1em;
}

#philosophy {
  width: clamp(300px, 94%, 1200px);
  height: 500px;
  position: relative;
  margin-bottom: 0;
}

.philosophy {
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}

.philosophy__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/images/town_bg.svg) no-repeat;
  background-position: 0 75%;
  background-size: 100%;
  opacity: 0.2;
}

.philosophy__intro {
  padding-top: 120px;
}

.philosophy__title {
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;
  position: relative;
  margin-bottom: 40px;
}

.sub-main {
  position: relative;
}

.sub-main::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-left: 10px;
  background-color: #000;
  top: 50%;
}

.eng-sub {
  font-size: 0.7em;
  display: block;
}

.business {
  padding-top: 30px;
}

.business__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.business__container {
  width: 325px;
}

.business__container__heading {
  letter-spacing: 0.12em;
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.business__management-site__heading {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
}

.business__management-site__title {
  font-weight: 500;
  margin-bottom: 20px;
}

.business__management-site__image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.business__management-site__image img {
  max-width: 100%;
  vertical-align: bottom;
}

.company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.company__list dt {
  width: 100px;
  margin-right: 20px;
  padding: 30px 0 10px;
  border-bottom: solid 1px #000;
  font-weight: 700;
}

.company__list dt:first-of-type {
  padding-top: 0;
}

.company__list dd {
  width: calc(100% - 120px);
  padding: 30px 0 10px;
  border-bottom: solid 1px #000;
}

.company__list dd:first-of-type {
  padding-top: 0;
}

.company__list li:before {
  content: "・";
}

.link-blue {
  color: #3648D0;
  text-decoration: underline;
}

.map {
  width: 100%;
  height: 450px;
  display: inline-block;
  vertical-align: bottom;
}

.news__title {
  font-size: 16px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news__post-date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #999;
  border-right: solid 1px #d5d5d5;
  font-weight: 600;
  padding-right: 20px;
  margin-right: 20px;
  font-family: "Work Sans", sans-serif;
}

.news__post-title {
  font-weight: 500;
}

.contact__description {
  padding-bottom: 30px;
}

.contact__item {
  padding: 13px 0;
}

.contact__item:last-of-type {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.contact__title {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  padding-top: 18px;
  font-weight: 500;
}

.contact__input {
  display: inline-block;
  width: calc(100% - 200px);
}

.contact input,
.contact textarea {
  width: 100%;
  background-color: #EDEDED;
  padding: 18px;
  border-radius: 5px;
  border: none;
}

.contact textarea {
  height: 200px;
}

.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder {
  color: #999;
}

.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder {
  color: #999;
}

.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder {
  color: #999;
}

.contact input::-ms-input-placeholder,
.contact textarea::-ms-input-placeholder {
  color: #999;
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: #999;
}

.contact .error-message {
  color: #E20D0D;
  font-weight: 500;
  padding-top: 5px;
  padding-left: 218px;
}

.contact__submit {
  display: block;
  width: 260px;
  padding: 20px;
  background-color: #1a98ff;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.contact__submit:hover {
  background-color: #1f8ae2;
}

.privacy {
  height: 250px;
  overflow-y: scroll;
  padding: 18px;
  border: solid #efefef;
}

.privacy__title {
  padding: 10px 0 20px;
  font-size: 16px;
  font-weight: 700;
}

.privacy__description {
  padding-bottom: 5px;
}

.privacy__content dt {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
}

.privacy__content ul {
  margin-bottom: 1em;
}

.privacy__content li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.privacy__content li:before {
  content: "・";
}

.copyright {
  background-color: #1a98ff;
  text-align: center;
  font-size: small;
  color: #fff;
  padding: 16px 0;
}


@media screen and (max-width: 1100px) {
  .header-nav__list {
    display: none;
  }

  .openbtn1 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  main {
    line-height: 1.6;
  }

  .sp {
    display: block;
  }

  header {
    padding: 0 3%;
  }

  .header-nav {
    gap: 20px;
  }

  .title img {
    height: auto;
    width: 240px;
  }

  .bread-clumb {
    padding-top: 70px;
    margin-bottom: 20px;
  }

  header {
    height: 60px;
  }

  .hero-image {
    padding-top: 60px;
  }
}

@media screen and (max-width: 650px) {
  #philosophy {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 30px;
  }

  .philosophy {
    position: relative;
    text-align: center;
    line-height: 1.86;
    overflow: hidden;
  }

  .philosophy__bg {
    height: 180px;
    background-size: cover;
    background-position: center;
    top: 150px;
  }

  .philosophy__intro {
    padding-top: 40px;
  }

  .philosophy__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .philosophy__description {
    text-align: left;
  }

  .subtitle {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .sub-main::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000;
  }

  .eng-sub {
    font-size: 0.7em;
    display: block;
  }

  .business__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }

  .business__container {
    width: 100%;
  }

  .business__container__heading {
    margin: 12px 0 10px;
    font-size: 18px;
  }

  .business__management-site__heading {
    margin-bottom: 12px;
  }

  .business__management-site__title {
    margin-bottom: 5px;
  }

  .company__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company__list dt {
    width: 100%;
    margin: 0;
    padding: 25px 0 5px;
    border-bottom: none;
  }

  .company__list dd {
    width: 100%;
    padding: 0 0 8px;
  }

  .map {
    height: 200px;
  }

  .news__title {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
  }

  .news__post-date {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .contact__description {
    padding-bottom: 10px;
  }

  .contact__item {
    padding: 10px 0;
  }

  .contact__item:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .contact__title {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .contact__input {
    display: inline-block;
    width: 100%;
  }

  .contact input,
  .contact textarea {
    width: 100%;
    background-color: #EDEDED;
    padding: 18px;
    border-radius: 5px;
    border: none;
  }

  .contact textarea {
    height: 200px;
  }

  .contact input::-webkit-input-placeholder,
  .contact textarea::-webkit-input-placeholder {
    color: #999;
  }

  .contact input::-moz-placeholder,
  .contact textarea::-moz-placeholder {
    color: #999;
  }

  .contact input:-ms-input-placeholder,
  .contact textarea:-ms-input-placeholder {
    color: #999;
  }

  .contact input::-ms-input-placeholder,
  .contact textarea::-ms-input-placeholder {
    color: #999;
  }

  .contact input::placeholder,
  .contact textarea::placeholder {
    color: #999;
  }

  .contact__submit {
    width: 100%;
    padding: 16px;
  }

  .contact .error-message {
    padding-left: 18px;
  }

  .privacy {
    height: 250px;
    overflow-y: scroll;
    padding: 15px;
    border: solid #efefef 2px;
  }

  .privacy__title {
    padding: 0 0 12px;
  }

  .privacy__description {
    padding-bottom: 0px;
  }

  .privacy__content dt {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
  }

  .copyright {
    background-color: #1a98ff;
    text-align: center;
    font-size: small;
    color: #fff;
    padding: 16px 0;
  }
}

@media screen and (max-width: 460px) {
  .header-nav__lang-wrapper {
    display: none;
  }
}

.check__contact__description {
  margin-bottom: 40px;
}

.check__contact__item {
  border-bottom: solid 1px #ccc;
  padding: 25px 0;
}

.check__contact__item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.check__contact__heading {
  width: 200px;
}

.check__contact__result {
  width: calc(100% - 200px);
}

.form__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #fff;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 100px;
}

.form__back {
  width: 260px;
  text-align: center;
  background-color: #909090;
}

.form__back:hover {
  background-color: #7e7e7e;
}

.form__back a {
  padding: 20px;
}

.form__back a:hover {
  opacity: 1;
}

.submit__button {
  width: 260px;
  text-align: center;
  background-color: #1a98ff;
  padding: 20px;
}

.submit__button:hover {
  background-color: #1f8ae2;
}

@media screen and (max-width: 650px) {
  .check__contact__description {
    margin-bottom: 30px;
  }

  .check__contact__item {
    padding: 20px 0;
  }

  .check__contact__item label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .check__contact__heading {
    width: 100%;
  }

  .check__contact__result {
    width: 100%;
  }

  .form__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 40px 0 60px;
  }

  .form__back {
    width: 100%;
  }

  .form__back a {
    padding: 16px;
  }

  .submit__button {
    width: 100%;
    padding: 16px;
  }
}

.thanks__contact__description {
  margin-bottom: 40px;
}

.back-top__button a {
  width: 200px;
  padding: 15px 0;
  background-color: #1a98ff;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
}

.back-top__button a:hover {
  background-color: #1f8ae2;
  opacity: 1;
}

@media screen and (max-width: 440px) {
  .back-top__button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

.not-found {
  text-align: center;
  padding: 260px 0;
  font-weight: 700;
}

.not-found__title {
  font-family: "Work Sans", serif;
  font-size: 132px;
  margin-bottom: 30px;
  line-height: 1.1;
}

.not-found__subtitle {
  display: block;
  font-size: 21px;
}

.not-found__description {
  margin-bottom: 40px;
}

.not-found .back-top__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

@media screen and (max-width: 440px) {
  .not-found {
    padding: 250px 0;
  }

  .not-found__title {
    font-size: 102px;
  }

  .not-found__subtitle {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.min.css.map */