@charset "UTF-8";
/* ******************************
#about_eyecatch
****************************** */
section#about_eyecatch {
  margin: 0 0 3rem;
}
section#about_eyecatch > div {
  position: relative;
  text-align: right;
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div {
    text-align: left;
    background-size: cover;
    background-position: center;
  }
  section#about_eyecatch > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    backdrop-filter: blur(10px);
  }
}
section#about_eyecatch > div > h1 {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  background: #2EDAFF;
  top: 1rem;
  left: 0;
  width: 50%;
  position: absolute;
  padding: 0.5rem;
  color: #fff;
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div > h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div > h1 {
    top: 50%;
  }
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div > h1 {
    width: 62%;
  }
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div > h1 {
    padding: 0.5rem 0 0.5rem 3rem;
  }
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div > h1 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transform: translate(0, -50%);
    z-index: 2;
  }
}
section#about_eyecatch > div > h1::after {
  font-size: 0.6rem;
  letter-spacing: 0;
  content: "HEAD OFFICE";
  display: block;
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div > h1::after {
    font-size: 1rem;
  }
}
section#about_eyecatch > div > p > img {
  display: inline-block;
  max-width: 90%;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div > p > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div > p > img {
    display: block;
    max-height: 75vh;
    object-fit: contain;
    object-position: right;
    padding-right: 6rem;
    z-index: 1;
  }
}
@media screen and (min-width: 481px) {
  section#about_eyecatch > div {
    background-image: url("/assets/images/about/eyecatch/photo.jpg");
  }
}

/* ******************************
#about_lead
****************************** */
@media screen and (min-width: 481px) {
  section#about_lead {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section#about_lead > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#about_lead > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section#about_lead > div > p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#about_lead > div > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section#about_lead > div > p {
    margin: 0 0 6rem;
  }
}
@media screen and (min-width: 481px) {
  section#about_lead > div > nav > ul {
    display: flex;
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 481px) {
  section#about_lead > div > nav > ul > li {
    flex: 1;
  }
}
section#about_lead > div > nav > ul > li + li {
  margin: 0.25rem 0 0;
}
@media screen and (min-width: 481px) {
  section#about_lead > div > nav > ul > li + li {
    margin: 0;
  }
}
section#about_lead > div > nav > ul > li > a {
  background: #2EDAFF;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
section#about_lead > div > nav > ul > li > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section#about_lead > div > nav > ul > li > a:hover {
    opacity: 0.75;
  }
  section#about_lead > div > nav > ul > li > a:hover::after {
    margin-right: -0.25rem;
  }
}
@media screen and (min-width: 481px) {
  section#about_lead > div > nav > ul > li > a {
    transition: opacity 0.5s;
  }
  section#about_lead > div > nav > ul > li > a:hover {
    opacity: 0.5;
  }
}

/* ******************************
#about_data
#about_history
****************************** */
@media screen and (min-width: 481px) {
  section#about_data,
section#about_history {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section#about_data > div,
section#about_history > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#about_data > div,
section#about_history > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section#about_data > div > h2,
section#about_history > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#about_data > div > h2,
section#about_history > div > h2 {
    font-size: 1.5rem;
  }
}
section#about_data > div > h2::before,
section#about_history > div > h2::before {
  content: "ABOUT";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#about_data > div > h2::before,
section#about_history > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#about_data > div > h2 > span,
section#about_history > div > h2 > span {
  color: #666;
}
section#about_data > div > h2 > span::before,
section#about_history > div > h2 > span::before {
  content: "／";
}
section#about_data > div > table,
section#about_history > div > table {
  color: #666;
  width: 100%;
}
section#about_data > div > table > tbody > tr,
section#about_history > div > table > tbody > tr {
  display: flex;
}
section#about_data > div > table > tbody > tr > th,
section#about_history > div > table > tbody > tr > th {
  border-bottom: 1px solid #BAE3F7;
  width: 30%;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  padding: 0.5rem 0;
  font-weight: 400;
  margin-right: 0.5rem;
}
@media screen and (min-width: 481px) {
  section#about_data > div > table > tbody > tr > th,
section#about_history > div > table > tbody > tr > th {
    width: 20%;
  }
}
@media screen and (min-width: 481px) {
  section#about_data > div > table > tbody > tr > th,
section#about_history > div > table > tbody > tr > th {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section#about_data > div > table > tbody > tr > th,
section#about_history > div > table > tbody > tr > th {
    padding: 1rem 0;
  }
}
section#about_data > div > table > tbody > tr > td,
section#about_history > div > table > tbody > tr > td {
  border-bottom: 1px solid #ffe8e0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0;
}
@media screen and (min-width: 481px) {
  section#about_data > div > table > tbody > tr > td,
section#about_history > div > table > tbody > tr > td {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section#about_data > div > table > tbody > tr > td,
section#about_history > div > table > tbody > tr > td {
    padding: 1rem 0;
  }
}

section#about_history > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#about_history > div > h2 {
    font-size: 1.5rem;
  }
}
section#about_history > div > h2::before {
  content: "HISTORY";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#about_history > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#about_history > div > h2 > span {
  color: #666;
}
section#about_history > div > h2 > span::before {
  content: "／";
}

/* ******************************
#about_headoffice
****************************** */
section#about_headoffice > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > h2 {
    font-size: 1.5rem;
  }
}
section#about_headoffice > div > h2::before {
  content: "HEAD OFFICE";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#about_headoffice > div > h2 > span {
  color: #666;
}
section#about_headoffice > div > h2 > span::before {
  content: "／";
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > h2 {
    max-width: 1000px;
    margin: 0 auto 3rem;
  }
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) {
    max-width: 1000px;
    margin: 0 auto 3rem;
    display: flex;
    grid-gap: 3rem;
  }
}
section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(1) {
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(1) {
    margin: 0 0 6rem;
  }
}
section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(1) > p > img {
  width: 100%;
}
section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) {
  padding: 0 1rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) {
    padding: 0;
  }
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) {
    max-width: 1000px;
    margin: 0 auto 6rem;
  }
}
section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table {
  color: #666;
  width: 100%;
}
section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table > tbody > tr {
  display: flex;
}
section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table > tbody > tr > th {
  border-bottom: 1px solid #BAE3F7;
  width: 30%;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  padding: 0.5rem 0;
  font-weight: 400;
  margin-right: 0.5rem;
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table > tbody > tr > th {
    width: 20%;
  }
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table > tbody > tr > th {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table > tbody > tr > th {
    padding: 1rem 0;
  }
}
section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table > tbody > tr > td {
  border-bottom: 1px solid #ffe8e0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0;
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table > tbody > tr > td {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(1) > div:nth-of-type(2) > table > tbody > tr > td {
    padding: 1rem;
  }
}
section#about_headoffice > div > div:nth-of-type(2) {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  position: relative;
}
@media screen and (min-width: 481px) {
  section#about_headoffice > div > div:nth-of-type(2) {
    padding: 62vh 0 0;
  }
}
section#about_headoffice > div > div:nth-of-type(2) > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ******************************
#about_message
****************************** */
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) {
    position: relative;
    margin: 0 0 6rem;
  }
}
section#about_message > div:nth-of-type(1) > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > h2 {
    font-size: 1.5rem;
  }
}
section#about_message > div:nth-of-type(1) > h2::before {
  content: "MESSAGE";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#about_message > div:nth-of-type(1) > h2 > span {
  color: #666;
}
section#about_message > div:nth-of-type(1) > h2 > span::before {
  content: "／";
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > h2 {
    margin: 0 auto 3rem;
  }
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > h2 {
    max-width: 1000px;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(1) {
  position: relative;
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > span {
  position: relative;
  display: block;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > span {
    background: url("/assets/images/about/message/photo1.jpg");
    background-size: cover;
    background-position: center;
  }
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    backdrop-filter: blur(10px);
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > span > img {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > span > img {
    max-height: 97vh;
    object-fit: contain;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p {
  position: absolute;
  top: 50%;
  left: 56.25%;
  transform: translate(0, -50%);
  width: 33.75%;
  z-index: 3;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p {
    top: 2rem;
    left: 50%;
  }
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p {
    width: 50%;
  }
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 3rem 3rem 3rem 2rem;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span {
  color: #fff;
  display: block;
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(1) {
  font-size: 0.6rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  text-align: right;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(1) {
    text-align: left;
  }
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(1) {
    font-size: 1rem;
    line-height: 1.5;
  }
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(1) br {
    display: inline;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(2) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(2) {
    display: block;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(2) > em {
  font-style: normal;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(2) > em {
    font-size: 3rem;
    padding-right: 0.5rem;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(2) {
  background: #eee;
  margin: 0 0 0 2rem;
  padding: 2rem;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(2) {
    margin: 0 auto;
    position: absolute;
    top: 47.5%;
    left: 50%;
    z-index: 10;
    background: none;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(2) > p {
  color: #666;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(2) > p {
    color: #fff;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: 2.5rem;
    text-shadow: 0 0 5px black;
  }
}
section#about_message > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.5;
    text-shadow: 0 0 5px black;
  }
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(2) {
    max-width: 84.5%;
    margin: 0 auto;
    position: relative;
  }
}
section#about_message > div:nth-of-type(2) > div:nth-of-type(1) {
  position: relative;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(2) > div:nth-of-type(1) {
    width: 380px;
    position: absolute;
    top: -3rem;
    left: 0;
  }
}
section#about_message > div:nth-of-type(2) > div:nth-of-type(1) > picture > img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(2) > div:nth-of-type(1) > picture > img {
    max-width: initial;
    position: relative;
    z-index: 2;
  }
}
section#about_message > div:nth-of-type(2) > div:nth-of-type(2) {
  background: #eee;
  margin: -2rem 2rem 2rem 0;
  padding: 4rem 2rem 2rem;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(2) > div:nth-of-type(2) {
    display: grid;
    margin: 0 0 6rem calc(380px - 3rem);
    grid-template: auto/auto;
    grid-gap: 1rem;
    padding: 6rem 6rem 6rem 6rem;
  }
}
section#about_message > div:nth-of-type(2) > div:nth-of-type(2) > h3 {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  margin: 0 0 1rem;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(2) > div:nth-of-type(2) > h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
  }
}
section#about_message > div:nth-of-type(2) > div:nth-of-type(2) > p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  font-weight: 400;
}
section#about_message > div:nth-of-type(2) > div:nth-of-type(2) > p + h3 {
  margin: 1rem 0;
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(2) > div:nth-of-type(2) > p + h3 {
    margin: 0;
  }
}
@media screen and (min-width: 481px) {
  section#about_message > div:nth-of-type(2) > div:nth-of-type(2) > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

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