@charset "UTF-8";
/*メインカラー*/
/*サブカラー*/
/*タブレット*/
/*スマホ*/
/*@mixin font-n {
  font-family: none;
}*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth; /* スクロール */
  scroll-padding-top: 10rem;
  overflow-x: hidden;
  font-size: 0.5208333333vw;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 0.5859375vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 1.6vw;
  }
}

body {
  width: 100%;
  height: auto;
}

.main {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  z-index: 99;
  padding: 0 19.2rem;
  background-color: white;
}
@media screen and (max-width: 599px) {
  .header {
    padding: 0 6rem;
  }
}
.header__company--icon {
  width: 7.806rem;
  height: 5.596rem;
  padding: 0;
  margin: 3rem auto 3rem 0;
}
.header__company--icon a {
  width: auto;
  height: auto;
  display: inline-block;
}
.header__company--icon a img {
  width: 100%;
  height: auto;
}
.header__nav {
  width: auto;
  height: auto;
}
@media screen and (max-width: 599px) {
  .header__nav {
    display: none;
  }
}
.header__nav--list {
  display: flex;
}
.header__nav--list--item {
  margin-left: 3rem;
  transition: opacity 0.3s;
  opacity: 1;
}
.header__nav--list--item:hover {
  opacity: 0.5;
}
.header__nav--list--item a {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#btn {
  display: none;
}

/* 画面幅が600px以下になると適用される */
@media screen and (max-width: 600px) {
  #btn {
    top: 0px;
    right: 5px;
    width: 44px;
    height: 44px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
  }
  #btn span {
    display: block;
    background-color: #333;
    width: 36px;
    height: 2px;
    transition: all 0.5s ease;
  }
  /*#btn.on span {
    background-color: #fff;
  }*/
  #btn.on span:nth-of-type(1) {
    transform: translateY(11px) rotate(45deg);
  }
  #btn.on span:nth-of-type(2) {
    transform: scale(0);
  }
  #btn.on span:nth-of-type(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  nav {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    transition: all 0.5s ease;
    top: -500px;
  }
  nav.on {
    top: 0;
  }
  nav a {
    margin: 15px auto;
  }
}
.hamburgermenu {
  width: 100%;
  height: 100vh;
  background-color: #153A6C;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10;
}
.hamburgermenu .inner {
  width: auto;
  height: auto;
  display: flex;
  flex-flow: column;
}
.hamburgermenu .inner a {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  margin: 2rem;
}

.hamburgermenujs {
  display: flex;
}

.message {
  width: 100%;
  height: auto;
  background-color: #FFFBEF;
}
.message__inner {
  max-width: 153.6rem;
  height: auto;
  margin: 0 auto;
  padding: 9.6rem 3rem 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .message__inner {
    max-width: 100%;
  }
}
.message__inner h2.message__message-corporate--text {
  width: auto;
  height: auto;
  border-left: 0.4rem #664411 solid;
}
.message__inner h2.message__message-corporate--text img {
  width: auto;
  height: 72.2rem;
}
@media screen and (max-width: 599px) {
  .message__inner h2.message__message-corporate--text img {
    height: 52.2rem;
  }
}
.message__inner .message__element--item {
  max-width: 136.8rem;
  height: auto;
  display: flex;
}
@media screen and (max-width: 599px) {
  .message__inner .message__element--item {
    max-width: 100%;
    flex-flow: column;
  }
}
.message__inner .message__element--item--text {
  max-width: 63.4rem;
  height: auto;
  font-size: 2rem;
  line-height: 2;
  margin: 5rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .message__inner .message__element--item--text {
    padding: 0 3rem 0 6rem;
  }
}
.message__inner .message__element--item--text p {
  display: inline-block;
  font-weight: 500;
}
.message__inner .message__element--item--text .quality_of_life {
  width: 39.4rem;
  height: auto;
  display: inline-block;
  margin: 0 0 0 -1.5rem;
}
.message__inner .message__element--item--text .quality_of_life img {
  width: 100%;
  height: auto;
}
.message__inner .message__element--item--img {
  width: 65.4rem;
  height: auto;
  margin: 18.6rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .message__inner .message__element--item--img {
    width: 100%;
  }
}
.message__inner .message__element--item--img img {
  width: 100%;
  height: auto;
}
.message__inner .message__message-from-the-CEO--item {
  width: 85.5rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 10rem 0 0 auto;
}
@media screen and (max-width: 599px) {
  .message__inner .message__message-from-the-CEO--item {
    width: 100%;
  }
}
.message__inner .message__message-from-the-CEO--item p {
  font-size: 2rem;
  line-height: 2;
  padding: 5rem 0;
}
@media screen and (max-width: 599px) {
  .message__inner .message__message-from-the-CEO--item p {
    padding: 5rem 3rem 5rem 0;
  }
}
.message__inner .message__message-from-the-CEO--item h2 {
  width: auto;
  height: auto;
  border-right: 0.4rem #664411 solid;
  margin-right: 15rem;
  margin-left: 8rem;
}
@media screen and (max-width: 599px) {
  .message__inner .message__message-from-the-CEO--item h2 {
    margin: 0 0 0 auto;
  }
}
.message__inner .message__message-from-the-CEO--item h2 img {
  width: auto;
  height: 86.7rem;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 599px) {
  .message__inner .message__message-from-the-CEO--item h2 img {
    height: 66.7rem;
  }
}

.group_companies {
  width: 100%;
  height: auto;
  background-color: #153A6C;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.group_companies .inner {
  width: 153.6rem;
  height: auto;
  padding: 0 0 27.3rem 0;
}
@media screen and (max-width: 599px) {
  .group_companies .inner {
    width: 100%;
    padding: 0 2rem 30rem;
  }
}
.group_companies .inner h2 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  padding: 17.8rem 0 10rem 0;
}
@media screen and (max-width: 599px) {
  .group_companies .inner h2 {
    padding: 10rem 0 10rem 2rem;
  }
}
.group_companies .inner .group_companies__item {
  width: 115rem;
  height: 45.5rem;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  border: #153A6C 0.2rem solid;
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .group_companies .inner .group_companies__item {
    width: 100%;
    justify-content: center;
  }
}
.group_companies .inner .group_companies__item:hover {
  background-color: #153A6C;
  border: #fff 0.2rem solid;
}
.group_companies .inner .group_companies__item:hover .group_companies__item--text {
  color: #fff;
}
.group_companies .inner .group_companies__item--img {
  width: 51.2rem;
  height: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .group_companies .inner .group_companies__item--img {
    width: 11rem;
    display: none;
  }
}
.group_companies .inner .group_companies__item--img img {
  width: 24rem;
  height: auto;
}
@media screen and (max-width: 599px) {
  .group_companies .inner .group_companies__item--img img {
    width: 100%;
  }
}
.group_companies .inner .group_companies__item .group_companies__item--text {
  width: 43.8rem;
  height: auto;
  transition: color 0.3s;
  color: #333;
}
.group_companies .inner .group_companies__item .group_companies__item--text h3 {
  font-size: 3rem;
  display: inline-block;
  padding: 0 0 2.5rem 0;
  font-weight: bold;
}
.group_companies .inner .group_companies__item .group_companies__item--text p {
  font-size: 2rem;
  display: inline-block;
  line-height: 1.45;
}
.group_companies .inner .group_companies__item .group_companies--icon {
  width: 12.2rem;
  height: 12.2rem;
  background-color: #153A6C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border: #fff 0.2rem solid;
}
@media screen and (max-width: 599px) {
  .group_companies .inner .group_companies__item .group_companies--icon {
    width: 9rem;
    height: 9rem;
    border: #fff 0.35rem solid;
  }
}
.group_companies .inner .group_companies__item .group_companies--icon svg {
  width: 5.654rem;
  height: auto;
}
@media screen and (max-width: 599px) {
  .group_companies .inner .group_companies__item .group_companies--icon svg {
    width: 4rem;
  }
}
.group_companies .background_img {
  width: 103.244rem;
  height: auto;
  position: absolute;
  right: -14rem;
  bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .group_companies .background_img {
    width: 70%;
    bottom: -5rem;
    right: -10rem;
  }
}
.group_companies .background_img img {
  width: 100%;
  height: auto;
}

.company_overview {
  width: 100%;
  height: auto;
  background-color: #FFFBEF;
  padding: 18rem 0 10rem 0;
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 599px) {
  .company_overview {
    padding: 10rem 0;
  }
}
.company_overview h2 {
  width: 153.6rem;
  height: auto;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  padding: 0 0 8rem 0;
}
@media screen and (max-width: 599px) {
  .company_overview h2 {
    width: 100%;
    padding-left: 4rem;
  }
}
.company_overview .inner {
  width: 168rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .company_overview .inner {
    width: 100%;
    flex-flow: column;
  }
}
.company_overview .inner .img {
  width: 47.6rem;
  height: auto;
}
.company_overview .inner .img img {
  width: 100%;
  height: auto;
}
.company_overview .inner table {
  width: 110rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .company_overview .inner table {
    width: 100%;
    margin: 8rem 0 0 0;
  }
}
.company_overview .inner table tr {
  border-bottom: 0.2rem solid #333;
  padding: 2.4rem 0 1.8rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .company_overview .inner table tr {
    margin: 0 2rem;
    flex-flow: column;
  }
}
.company_overview .inner table tr th {
  margin: 0 0 0 0;
}
@media screen and (max-width: 599px) {
  .company_overview .inner table tr th {
    padding: 0 0 1rem 0;
  }
}
.company_overview .inner table tr td {
  width: 80rem;
  height: auto;
}
@media screen and (max-width: 599px) {
  .company_overview .inner table tr td {
    width: 100%;
  }
}

.contact {
  width: 100%;
  height: auto;
  background-color: #153A6C;
  display: flex;
  justify-content: center;
  padding: 10rem 0;
  border: #153A6C solid 0.6rem;
  transition: background-color 0.5s;
}
.contact:hover {
  background-color: rgba(21, 58, 108, 0.5);
}
@media screen and (max-width: 599px) {
  .contact {
    padding: 6rem 2rem;
  }
}
.contact .inner {
  width: 153.6rem;
  height: auto;
}
@media screen and (max-width: 599px) {
  .contact .inner {
    width: 100%;
  }
}
.contact .inner h2 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  padding-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .contact .inner h2 {
    padding-bottom: 2rem;
  }
}
.contact .inner p {
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contact .inner p {
    font-size: 3rem;
  }
}

.footer {
  width: 100%;
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: 5.2rem 0;
  padding: 3rem 0;
}
.footer small {
  display: inline-block;
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */