@charset "UTF-8";
/**
 * レスポンシブのブレイクポイント設定
 */
/*
COLORS
================================================ */
:root {
  --light-blue: #EBF8FF;
  --blue: #2E3180;
  --light-green: #d8efed;
  --green: #008B80;
  --light-grey: #F7F7F7;
  --grey: #ddd;
  --black: #333;
  --white: #fff;
}

/*
代表メッセージ
================================================ */
@media (769px <= width) {
  #message main .inner {
    width: 880px;
  }
}
@media (width < 769px) {
  #message main .inner {
    padding: 0 4vw;
  }
}
#message .ceo {
  display: flex;
  font-weight: 600;
}
@media (769px <= width) {
  #message .ceo {
    gap: 0 74px;
  }
}
@media (width < 769px) {
  #message .ceo {
    flex-direction: column;
    gap: 1em;
  }
}
#message .ceo .ceo__text {
  color: var(--blue);
}
@media (width < 769px) {
  #message .ceo .ceo__text {
    order: 2;
    text-align: center;
  }
}
#message .ceo .ceo__text1 {
  margin-bottom: 0.5em;
}
#message .ceo .ceo__text2 {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media (769px <= width) {
  #message .ceo .ceo__text2 {
    font-size: 3.6rem;
  }
}
@media (width < 769px) {
  #message .ceo .ceo__text2 {
    font-size: 6.9333vw;
  }
}
#message .ceo .ceo__post,
#message .ceo .ceo__name {
  color: var(--black);
}
#message .ceo .ceo__post {
  padding: 1em 0 0.5em;
  border-top: 1px solid var(--black);
}
@media (769px <= width) {
  #message .ceo .ceo__name {
    font-size: 3.6rem;
  }
}
@media (width < 769px) {
  #message .ceo .ceo__name {
    font-size: 6.9333vw;
  }
}
#message .ceo .ceo__name rt {
  font-size: 40%;
  padding-bottom: 0.1em;
}
#message .ceo .ceo__img {
  flex-shrink: 0;
  max-width: 393px;
}
@media (width < 769px) {
  #message .ceo .ceo__img {
    order: 1;
    margin-inline: auto;
    width: 80%;
  }
}
@media (769px <= width) {
  #message .message__text {
    margin-top: 86px;
  }
}
@media (width < 769px) {
  #message .message__text {
    margin-top: 8vw;
  }
}
#message .message__text p + p {
  margin-top: 1em;
}

/*
経営理念
================================================ */
@media (769px <= width) {
  #philosophy main .inner {
    max-width: 1000px;
  }
}
#philosophy .mission {
  background-color: var(--light-grey);
  padding: 60px 0;
}
@media (769px <= width < 1070px) {
  #philosophy .mission {
    padding: 5vw;
  }
}
@media (width < 769px) {
  #philosophy .mission {
    padding: 8vw 4vw;
  }
}
#philosophy .mission .lead-text {
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}
#philosophy .mission .lead-text h2 {
  color: var(--green);
  font-size: 3.6rem;
}
@media (width < 769px) {
  #philosophy .mission .lead-text h2 {
    font-size: 5.5vw;
  }
}
#philosophy .mission .lead-text p {
  font-size: 2.4rem;
  margin: 40px 0;
}
@media (width < 769px) {
  #philosophy .mission .lead-text p {
    font-size: 4vw;
    margin: 4vw 0 6vw;
  }
}
#philosophy .mission .mission-list {
  background-color: var(--white);
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 100px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (width < 769px) {
  #philosophy .mission .mission-list {
    padding: 8vw 4vw 0;
  }
}
#philosophy .mission .mission-list dt {
  width: 10%;
  font-size: 5rem;
  line-height: 1;
  color: var(--blue);
}
@media (width < 769px) {
  #philosophy .mission .mission-list dt {
    font-size: 10vw;
  }
}
#philosophy .mission .mission-list dd {
  width: 90%;
  padding-left: 1.4em;
  margin-bottom: 30px;
}
@media (width < 769px) {
  #philosophy .mission .mission-list dd {
    margin-bottom: 6vw;
  }
}
#philosophy .mission .mission-list dd h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.4em;
}
@media (width < 769px) {
  #philosophy .mission .mission-list dd h3 {
    font-size: 4.5vw;
  }
}
@media (width < 769px) {
  #philosophy .mission .mission-list dd p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
#philosophy .policy {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (769px <= width < 1070px) {
  #philosophy .policy {
    padding: 0 4vw;
  }
}
@media (width < 769px) {
  #philosophy .policy {
    padding: 0 4vw;
    font-size: 4vw;
  }
}
#philosophy .policy h2 {
  color: var(--blue);
  margin: 3em 0 1.5em;
}
#philosophy .policy li {
  border: 1px solid var(--blue);
  padding: 1.5em 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}

/*
会社概要
================================================ */
@media (width < 769px) {
  #about main .inner {
    padding: 0 4vw;
  }
}
#about .description {
  text-align: center;
  line-height: 1.875;
}
@media (769px <= width) {
  #about .description {
    margin-bottom: 40px;
  }
}
@media (width < 769px) {
  #about .description {
    margin-bottom: 8vw;
    font-size: 3.733vw;
  }
}
#about .table {
  table-layout: fixed;
  margin-inline: auto;
}
@media (769px <= width) {
  #about .table {
    width: 880px;
  }
}
@media (width < 769px) {
  #about .table {
    font-size: 3.733vw;
  }
}
@media (769px <= width) {
  #about .table__ttl,
#about .table__text {
    border-bottom: 1px solid var(--grey);
  }
}
@media (width < 769px) {
  #about .table__ttl,
#about .table__text {
    display: block;
  }
}
#about .table__ttl:first-of-type {
  border-top: 1px solid var(--grey);
}
#about .table__ttl {
  color: var(--white);
  font-weight: 600;
  background: var(--blue);
}
@media (769px <= width) {
  #about .table__ttl {
    padding: 24px 20px;
    width: 200px;
  }
}
@media (width < 769px) {
  #about .table__ttl {
    padding: 2.667vw 3.733vw 3.2vw;
  }
}
#about .table__text {
  line-height: 1.5;
  background: var(--light-grey);
}
@media (769px <= width) {
  #about .table__text {
    padding: 24px 40px;
  }
}
@media (width < 769px) {
  #about .table__text {
    padding: 2.667vw 3.733vw 3.2vw;
  }
}
#about .table__text iframe {
  margin-top: 1em;
  width: 100%;
}
@media (769px <= width) {
  #about .table__text iframe {
    height: 230px;
  }
}
@media (width < 769px) {
  #about .table__text iframe {
    height: 40vw;
  }
}

/*
役員紹介
================================================ */
#officer main .inner {
  max-width: 1120px;
  padding: 0 10px;
}
@media (769px <= width < 1070px) {
  #officer main .inner {
    padding: 0 4vw;
  }
}
@media (width < 769px) {
  #officer main .inner {
    padding: 0 4vw;
  }
}
#officer .officer-people {
  margin-bottom: 80px;
}
#officer .officer-people .ttl-position {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid var(--black);
  padding-bottom: 0.5em;
  margin-bottom: 40px;
}
#officer .officer-people ul {
  display: flex;
  flex-wrap: wrap;
}
#officer .officer-people .photo-name {
  text-align: center;
}
#officer .officer-people .photo-name .position {
  margin: 1em 0 0.2em;
}
@media (width < 769px) {
  #officer .officer-people .photo-name .position {
    font-size: 3.8vw;
  }
}
#officer .officer-people .photo-name .name {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (width < 769px) {
  #officer .officer-people .photo-name .name {
    font-size: 6vw;
  }
}
#officer .officer-people .accordion-career {
  margin-top: 2em;
}
#officer .officer-people .accordion-career summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.8em 1em;
  color: #333333;
  font-weight: 600;
  background: #f7f7f7;
  cursor: pointer;
}
#officer .officer-people .accordion-career summary::-webkit-details-marker {
  display: none;
}
#officer .officer-people .accordion-career summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url(../img/company/officer/icon_arrow.svg);
  background-size: 14px 8px;
  transition: all 0.3s ease;
}
#officer .officer-people .accordion-career[open] summary::after {
  background-image: url(../img/company/officer/icon_arrow_open.svg);
}
#officer .officer-people .accordion-career .career {
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
#officer .officer-people .accordion-career[open] .career {
  transform: none;
  opacity: 1;
}
#officer .officer-people .career {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
@media (width < 769px) {
  #officer .officer-people .career {
    font-size: 3.5vw;
  }
}
#officer .officer-people .career dt {
  flex-shrink: 0;
  width: 70px;
  border-bottom: 1px solid var(--grey);
  padding: 0.8em 0 0.8em 1em;
}
@media (width < 769px) {
  #officer .officer-people .career dt {
    width: 16vw;
    padding: 3vw 0 3vw 1vw;
  }
}
#officer .officer-people .career dd {
  width: 450px;
  border-bottom: 1px solid var(--grey);
  padding: 0.8em 1em;
}
@media (width < 769px) {
  #officer .officer-people .career dd {
    width: 74vw;
    padding: 3vw 0 3vw 1vw;
  }
}
#officer .officer-people.column2 ul {
  justify-content: center;
  gap: 4%;
}
@media (769px <= width < 1070px) {
  #officer .officer-people.column2 ul {
    gap: 5%;
  }
}
@media (width < 769px) {
  #officer .officer-people.column2 ul {
    gap: 10vw;
  }
}
@media (769px <= width) {
  #officer .officer-people.column2 ul li {
    width: 48%;
  }
}
@media (769px <= width < 1070px) {
  #officer .officer-people.column2 ul li {
    max-width: 46%;
  }
}
@media (width < 769px) {
  #officer .officer-people.column2 ul li {
    max-width: 100%;
  }
}
@media (769px <= width < 1070px) {
  #officer .officer-people.column2 ul .career dt {
    width: 20%;
  }
}
@media (769px <= width < 1070px) {
  #officer .officer-people.column2 ul .career dd {
    width: 80%;
  }
}
#officer .officer-people.column3 ul {
  gap: 25px;
}
@media (width < 769px) {
  #officer .officer-people.column3 ul {
    gap: 10vw;
  }
}
#officer .officer-people.column3 ul li {
  max-width: 350px;
}
@media (width < 769px) {
  #officer .officer-people.column3 ul li {
    max-width: 100%;
  }
}
#officer .officer-people.column3 ul .career dd {
  width: 280px;
}
@media (width < 769px) {
  #officer .officer-people.column3 ul .career dd {
    width: 74vw;
  }
}

/*
沿革
================================================ */
#history .history-section:nth-of-type(odd) {
  background-color: var(--light-grey);
}
#history .history-section .inner {
  margin: 0 auto;
  border-left: 10px solid var(--blue);
}
@media (769px <= width) {
  #history .history-section .inner {
    width: 800px;
    padding: 30px 20px;
  }
}
@media (width < 769px) {
  #history .history-section .inner {
    border-left-width: 8px;
    padding: 4vw 3vw;
    margin-left: 5px;
  }
}
#history .history-section .text-link {
  text-decoration: underline;
}
#history .history-section .text-link:hover {
  text-decoration: none;
}
#history .history-section .year {
  color: var(--blue);
  margin-bottom: 15px;
}
@media (769px <= width) {
  #history .history-section .year {
    font-size: 5rem;
  }
}
@media (width < 769px) {
  #history .history-section .year {
    font-size: 8vw;
  }
}
#history .history-section dl {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (width < 769px) {
  #history .history-section dl {
    font-size: 3.5vw;
  }
}
#history .history-section dl dt {
  width: 60px;
  position: relative;
}
@media (width < 769px) {
  #history .history-section dl dt {
    width: 10vw;
  }
}
#history .history-section dl dt::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--white);
  border: 3px solid var(--blue);
}
@media (769px <= width) {
  #history .history-section dl dt::before {
    top: 5px;
    left: -34px;
    width: 18px;
    height: 18px;
  }
}
@media (width < 769px) {
  #history .history-section dl dt::before {
    top: 0.5vw;
    left: -22px;
    width: 14px;
    height: 14px;
  }
}
@media (width < 769px) {
  #history .history-section dl dd {
    width: 80vw;
  }
}
#history .history-section dl li {
  list-style: disc;
  margin-left: 1em;
}
#history .history-section dl li + li {
  margin-top: 1em;
}
#history .history-section dl .big {
  color: var(--blue);
  background-color: var(--light-blue);
  padding: 0.1em 0.2em;
}
@media (769px <= width) {
  #history .history-section dl .big {
    font-size: 2.4rem;
  }
}
@media (width < 769px) {
  #history .history-section dl .big {
    font-size: 3.7vw;
  }
}
#history .history-section dl .big a {
  color: var(--blue);
}
#history .history-section dl .text-sustainability {
  color: var(--green);
}
#history .history-section dl .text-sustainability a {
  color: var(--green);
}
#history .history-section dl .text-emphasis {
  color: var(--blue);
}
#history .history-section dl p {
  line-height: 1;
}
#history .history-section dl p + ul {
  margin-top: 1em;
}
#history .history-section dl + dl {
  margin-top: 1.8em;
}
#history .link-main-footer {
  margin-top: 60px;
}