/* CSS Document */
/*-------------------------
    全体
-------------------------*/
body {
  background-color: #ffffff;
}
.section .container {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}
.ttl-box h2 {
  opacity: 0;
  transform: translateX(-60px);
}
.ttl-image {
  opacity: 0;
  transform: translateX(60px);
}
@media screen and (max-width: 767px) {
}
/*-------------------------
    ページタイトル
-------------------------*/
.kv .ttl-box {
  padding-bottom: 0;
}
.kv .ttl-box p {
  font-size: 32px;
}
.kv .ttl-box h2 {
  margin-bottom: 170px;
}
.kv .lead-ttl {
  position: relative;
  max-width: 540px;
}
.kv .ttl-box .top-figure {
  position: absolute;
  top: -50px;
  right: -400px;
}

.company-lead .lead-ttl {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 6% auto 2%;
}

.company-lead .lead-ttl h4 {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 1.8;
  margin-right: -100px;
}
.corporate-slide .top-picture {
  max-width: 1500px;
  margin: 150px auto 0 auto;
}
.corporate-slide .top-picture .inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.corporate-slide .top-picture .inner div {
  margin-right: 15px;
}
.corporate-slide .top-picture div:last-child {
  margin-right: 0;
}
.corporate-slide .top-picture div img {
  width: auto;
}
.corporate-slide .slide-item > div {
  transform: translateY(40px);
  opacity: 0;
  transition: none; /* GSAPが制御するのでCSSトランジション無効 */
}
@media screen and (max-width: 1080px) {
  .company-lead .lead-ttl {
    margin: 0 auto;
    width: 90%;
    max-width: unset;
  }
  .kv .ttl-box p {
    font-size: 25px;
  }
  .kv .ttl-box .top-figure {
    right: 0;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .kv .ttl-box {
    margin-bottom: 0;
  }
  .kv .ttl-box h2 {
    margin-bottom: 60px;
  }
  .kv .ttl-box p {
    font-size: 16px;
  }
  .company-lead .lead-ttl {
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin: 2% auto;
  }

  .company-lead .lead-ttl {
    order: 1;
  }

  .company-lead .lead-ttl h4 {
    font-size: 18px;
    order: 2;
    margin-right: 0px;
    margin-bottom: 5%;
  }

  .kv .ttl-box .top-figure {
    margin: 0 auto 50px;
    position: static;
    width: 75%;
  }
  .corporate-slide .top-picture {
    margin: 0px auto;
  }
  .corporate-slide .top-picture .inner {
    margin-top: 0px;
    overflow-y: hidden;
  }

  .corporate-slide .top-picture .inner div {
    margin-right: 3px;
  }
}
/*-------------------------
    経営理念セクション
-------------------------*/
.philosophy__section {
  padding-top: 90px;
}
.philosophy__section .container {
  position: relative;
  max-width: 1300px;
  width: 100%;
}
.philosophy__section h3 {
  color: #057591;
  font-size: 20px;
  text-align: center;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  margin-bottom: 40px;
}
.philosophy__section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.4;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
/*--パララックス ライン--*/
.philosophy-img.separate {
  display: block;
  overflow: hidden;
  height: 25vw;
  margin-top: 10%;
}
.philosophy-img.separate img {
  width: 100%;
}
.philosophy-img.separate_sp {
  display: none;
}
@media (max-width: 768px) {
  .philosophy-img.separate {
    display: none;
  }
  .philosophy-img.separate_sp {
    display: block;
    height: 60vw;
    overflow: hidden;
  }
}

.triangle-position {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.triangle-position .triangle-01 {
  position: absolute;
  top: -130px;
  right: 100px;
}
.triangle-position .triangle-02 {
  position: absolute;
  top: 0;
  right: 0;
}
.triangle-position .triangle-03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.triangle-position .triangle-04 {
  position: absolute;
  bottom: 220px;
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  .philosophy__section {
    padding-top: 60px;
  }
  .philosophy__section h3 {
    font-size: 16px;
  }
  .philosophy__section p {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
  }
  .philosophy__section .philosophy-img {
    margin-top: 60px;
  }
  .triangle-position .triangle-01 {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 65px;
    height: 65px;
  }
  .triangle-position .triangle-02 {
    top: 90px;
    right: 0;
    width: 44px;
    height: 44px;
  }
  .triangle-position .triangle-04 {
    width: 80px;
    height: 88px;
    bottom: 100px;
  }
}

/*-------------------------
    CEOメッセージ
-------------------------*/
.message__section {
  margin: 120px 0 110px;
  position: relative;
}
.message__section::before {
  content: "";
  width: 1300px;
  height: 1707px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #eefbf5;
  z-index: -1;
  position: absolute;
  top: -230px;
  right: 0;
}
.message__section h3 {
  color: #056780;
  font-size: 90px;
  font-family: var(--font-futura);
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
}
.message__section .h3-sub {
  color: #056780;
  font-size: 16px;
  font-family: var(--font-noto);
  display: block;
  text-align: center;
  margin-bottom: 100px;
  font-weight: 500;
}
.message__section h3::before {
  content: "";
  width: 273px;
  height: 230px;
  background-image: url("/assets/img/pagettl-triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 30px;
}
.message__section .flex-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.message__section .txt-area {
  max-width: 585px;
  flex-shrink: 1;
  margin-right: 65px;
  line-height: 1.8;
  font-size: 16px;
}
.message__section .txt-area .name {
  font-size: 25px;
  font-weight: 500;
  margin-top: 55px;
  text-align: right;
}
.message__section .txt-area .name span {
  font-size: 12px;
  margin-right: 20px;
  font-weight: 400;
}
.message__section .img-area {
  width: 310px;
  flex-shrink: 0.5;
  margin-bottom: 10%;
}
.message__section .img-area img {
  width: 310px;
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  .message__section {
    margin-bottom: 50px;
  }
  .message__section::before {
    width: 100%;
    height: 120vh;
    right: 0;
    top: -170px;
  }
  .message__section .flex-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .message__section .img-area {
    width: 55%;
    margin: 0 auto 35px;
  }
  .message__section .txt-area {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
  .message__section .txt-area .name {
    text-align: right;
    line-height: 1.6;
    margin-top: 40px;
  }
  .message__section .txt-area .name span {
    display: block;
    margin-right: 0;
  }
  .message__section h3 {
    font-size: 55px;
    line-height: 1.2;
  }
  .message__section .h3-sub {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .message__section h3::before {
    width: 140px;
    height: 126px;
    margin-bottom: 0;
  }
}
/*-------------------------
    会社概要
-------------------------*/
.outline__section {
  margin-top: 360px;
  width: 90%;
  margin: 360px auto 0;
}
.outline__section .flex-item {
  display: flex;
  justify-content: space-between;
}
.outline__section h3 {
  font-size: 85px;
  color: #057591;
  line-height: 1.2;
  font-family: var(--font-futura);
  margin-top: -0.3em;
  font-weight: 300;

  position: relative;
}
.outline__section .h3-sub {
  font-size: 16px;
  display: block;
  text-align: left;
  font-family: var(--font-noto);
  font-weight: 500;
  color: #057591;
  margin-top: 10px;
}
.outline__section h3::before {
  content: "";
  width: 287px;
  height: 217px;
  background-image: url("/assets/img/pagettl-triangle-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2.6em;
  left: -135px;
}
.outline__section .outline-box {
  width: calc(100% - 4em);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.outline__section .outline-box dl {
}
.outline__section .outline-box dt {
  font-size: 18px;
  width: 190px;
  margin-right: 80px;
  padding-bottom: 70px;
  line-height: 1.7;
  border-right: 1px solid #666666;
}
.outline__section .outline-box dd {
  font-size: 18px;
  padding-bottom: 70px;
  line-height: 1.7;
  width: 400px;
}
.outline__section .outline-box .map-dd {
  padding-bottom: 0;
}
.outline__section .outline-box .map-dd iframe {
  width: calc(100% + 30px);
}
.outline__section .outline-box a {
  color: #247cce;
}
.outline__section .outline-box a.link-pdf::after {
  content: "";
  width: 21px;
  height: 24px;
  display: inline-block;
  background-image: url("/assets/img/corporate-outline-icon-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  margin-left: 10px;
}
.outline__section .outline-box a.link-external::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/assets/img/corporate-outline-icon-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: baseline;
  margin-left: 5px;
}
@media screen and (max-width: 1200px) {
  .outline__section h3 {
    width: 100%;
    text-align: center;
  }

  .outline__section .h3-sub {
    text-align: center;
    margin-bottom: 50px;
  }
  .outline__section .flex-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .outline__section .outline-box {
    width: 100%;
    justify-content: flex-start;
  }
  .outline__section .outline-box dt {
    width: 14em;
    margin-right: 5em;
  }
  .outline__section .outline-box dd {
    width: calc(100% - 19em);
  }
}

@media screen and (max-width: 767px) {
  .outline__section {
    margin-top: 170px;
  }
  .outline__section .flex-item {
    flex-wrap: wrap;
  }
  .outline__section .outline-box {
    width: 100%;
    justify-content: flex-start;
  }
  .outline__section .outline-box dt {
    width: 7em;
    margin-right: 2em;
    font-size: 14px;
  }
  .outline__section .outline-box dd {
    width: calc(100% - 9em);
    font-size: 14px;
  }
  .outline__section .outline-box .map-dd {
    width: 100%;
  }
  .outline__section .outline-box .map-dd iframe {
    width: 100%;
  }
  .outline__section h3 {
    font-size: 50px;
    width: 100%;
    text-align: center;
  }
  .outline__section h3::before {
    width: 143px;
    height: 108px;
    top: -2em;
    left: -50px;
  }
  .outline__section .h3-sub {
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
  }

  .outline__section .outline-box a.link-pdf::after {
    content: "";
    width: 15px;
    height: 18px;
    margin-left: 10px;
  }
  .outline__section .outline-box a.link-external::after {
    content: "";
    width: 10px;
    height: 10px;
  }
  .outline__section .outline-box .shareholder-dt {
    padding-bottom: 0;
  }
  .outline__section .outline-box .shareholder-dd {
    padding-bottom: 0;
  }
  .outline__section .outline-box .map-dt {
    border-right: none;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
/*-------------------------
    日本地図
-------------------------*/
.japanmap-block {
  position: relative;
  padding-bottom: 160px;
}
.japanmap-block::after {
  content: "";
  width: 100%;
  height: 1707px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #eef7fb;
  z-index: -2;
  position: absolute;
  top: -200px;
  left: 0;
}
.japanmap-block::before {
  content: "";
  width: 86vw;
  height: 100%;
  background-image: url("/assets/img/corporate-howahowa.webp");
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  top: -40px;
  left: 20px;
  background-position: 0 0;
}
.japanmap-block .container {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.japanmap-block .catchcopy {
  position: absolute;
  top: 200px;
  left: 300px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 2em;
}
.japanmap-block .japanmap-img {
  width: 82vw;
  margin: 0 auto;
  z-index: -1;
  position: relative;
}
.japanmap-block .japanmap-img img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .japanmap-block .catchcopy {
    top: 100px;
    left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .japanmap-block {
    padding-bottom: 40px;
  }
  .japanmap-block::after {
    width: 100%;
    height: 110vh;
    left: 0;
    top: -160px;
  }
  .japanmap-block::before {
    top: 35px;
    left: -30px;
    width: 90vw;
    background-size: 100%;
  }
  .japanmap-block .container {
    width: 100%;
    margin: 100px auto 0;
    display: block;
  }
  .japanmap-block .catchcopy {
    position: static;
    font-size: 18px;
    margin-left: 10%;
  }
  .japanmap-block .japanmap-img {
    margin-top: -100px;
    width: 100vw;
  }
}

/*-------------------------
取締役リスト
-------------------------*/
.directors-list {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7rem 2rem;
}

.directors-list-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #057591;
  padding: 30px;
  position: relative;
}

.directors-list-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #057591;
}

.executives-list {
  padding: 40px 0px;
}

.executive-item {
  display: grid;
  grid-template-columns: 1fr 1fr 2.2fr;
  margin-bottom: 10px;
  padding: 20px 0;
  line-height: 1.6;
}

.executive-item:last-child {
  margin-bottom: 0;
}

.executive-item .position {
  font-weight: 500;
  color: #057591;
  min-width: 120px;
  font-size: 18px;
}

.executive-item .name {
  font-weight: 500;
  color: #000;
  margin-right: 20px;
  font-size: 20px;
}

.executive-item .company {
  color: #3f3f3f;
  font-size: 18px;
}

@media (max-width: 767px) {
  .directors-list {
    padding: 4rem 2rem 2rem;
  }
  .directors-list-title {
    padding: 20px;
    font-size: 24px;
  }

  .executives-list {
    padding: 20px 15px;
  }

  .executive-item {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 0px;
  }

  .executive-item .position {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .executive-item .name {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .executive-item .company {
    font-size: 13px;
    line-height: 1.5;
  }
}
