@charset "UTF-8";
@import url("global.css");
.section {
  margin-bottom: 120px; }
  .section:last-of-type {
    margin-bottom: 80px; }
  .section .sec_title {
    margin-bottom: 60px; }
    .section .sec_title span {
      display: inline-block; }
    .section .sec_title .en {
      font-size: clamp(21px, 3.5vw, 26px);
      font-family: "Marcellus", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      letter-spacing: .08em;
      margin-right: 5px; }
    .section .sec_title .ja {
      vertical-align: 1px; }
      .section .sec_title .ja::before {
        content: "［";
        display: inline-block;
        margin-right: 3px; }
      .section .sec_title .ja::after {
        content: "］";
        display: inline-block;
        margin-left: 3px; }
    .section .sec_title::before {
      content: "";
      width: 30px;
      height: 1px;
      background-color: #727E82;
      display: inline-block;
      margin-right: 15px;
      vertical-align: 7px; }
  .section .flex-wrap {
    display: flex; }
    .section .flex-wrap .titleblock {
      min-width: 300px;
      width: 28%;
      flex-shrink: 0; }
    .section .flex-wrap .mainblock {
      flex-grow: 1;
      margin-top: 22px; }

/* ---------- President-Message ---------- */
#message .main {
  display: flex;
  gap: min(80px,6vw); }
  #message .main .text .lead {
    font-size: clamp(18px, 3.5vw, 26px);
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 40px; }
  #message .main .text p:not([class]) {
    margin-top: 20px; }
  #message .main .president {
    width: 320px;
    flex-shrink: 0;
    max-width: 30%; }
    #message .main .president .photo {
      margin-bottom: 20px; }
    #message .main .president .name {
      text-align: right; }
      #message .main .president .name .com {
        font-weight: 500;
        font-size: .93em;
        display: block; }
      #message .main .president .name .post {
        display: inline-block;
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-right: 20px; }
      #message .main .president .name strong {
        display: inline-block;
        font-size: 1.4em;
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: .1em; }

/* ---------- About Sato ---------- */
#about {
  border-top: #727E82 1px solid;
  border-bottom: #727E82 1px solid;
  padding-block: 100px 120px;
  margin-block: 100px; }
  #about .wrapper {
    text-align: center;
    max-width: none; }
  #about .title {
    position: relative;
    margin-bottom: 75px; }
    #about .title .ja {
      display: inline-block;
      font-size: 24px;
      font-weight: 500;
      margin-inline: 25px 23px;
      letter-spacing: 2px; }
    #about .title .en {
      position: absolute;
      bottom: -26px;
      left: 0;
      right: 0;
      font-size: 16px;
      font-family: "Marcellus", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    #about .title::before, #about .title::after {
      content: "";
      width: 60px;
      height: 1px;
      background-color: #727E82;
      display: inline-block;
      vertical-align: 9px; }
  #about .lead {
    font-size: clamp(16px, 3.2vw, 20px);
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 30px; }
  #about ul.business {
    margin-block: 70px;
    padding-inline: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    container-type: inline-size; }
    #about ul.business li {
      width: 300px;
      padding-inline: min(1vw,15px);
      text-align: left; }
      #about ul.business li .image {
        height: 0;
        padding-top: 67%;
        position: relative;
        margin-bottom: 8px; }
        #about ul.business li .image img {
          position: absolute;
          top: 0;
          left: 0; }
      #about ul.business li .name {
        font-weight: 500; }
      #about ul.business li .cap {
        color: #727E82;
        font-size: 0.8em; }
@container (width <= 1640px) {
  #about ul.business li {
    width: 20%;
    box-sizing: border-box; } }
  #about .sato_link a {
    display: block;
    margin-inline: auto;
    max-width: 600px;
    border-radius: 3px;
    background-color: #15b29b;
    color: #fff;
    height: 100px;
    align-content: center;
    position: relative; }
    #about .sato_link a .logo {
      max-width: 248px;
      display: block;
      margin-inline: auto; }
    #about .sato_link a::before {
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      right: 5px;
      bottom: 5px;
      background-color: #fff;
      clip-path: polygon(100% 0, 100% 100%, 0 100%);
      opacity: .8; }

/* ---------- Outline ---------- */
#outline table.outline {
  width: 100%;
  border-collapse: collapse;
  border-top: #aeaeae 1px solid; }
  #outline table.outline tr {
    border-bottom: #aeaeae 1px solid; }
  #outline table.outline th {
    padding: 20px 30px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap; }
  #outline table.outline td {
    padding: 20px 20px; }
  #outline table.outline ul {
    line-height: 1.5; }
    #outline table.outline ul li {
      margin-block: 4px; }
    #outline table.outline ul.number {
      counter-reset: number 0; }
      #outline table.outline ul.number li {
        display: inline-block;
        margin-right: 25px;
        counter-increment: number 1; }
        #outline table.outline ul.number li::before {
          display: inline-block;
          margin-right: 5px;
          content: counter(number) "."; }
    #outline table.outline ul.dot li {
      padding-left: 15px;
      text-indent: -15px; }
      #outline table.outline ul.dot li::before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: #aeaeae;
        border-radius: 50%;
        display: inline-block;
        margin-right: 8px;
        vertical-align: 2px;
        text-indent: 0; }
  #outline table.outline .br {
    display: inline-block;
    margin-right: 1em; }
  #outline table.outline .slash {
    display: inline-block; }
    #outline table.outline .slash::after {
      content: "／";
      padding-right: 5px; }

/* ---------- Data ---------- */
#data ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: min(30px,2.6vw);
  margin-inline: calc( -1 * min(15px,1.3vw) ); }
  #data ul li {
    width: 33.3333333333%;
    box-sizing: border-box;
    padding-inline: min(15px,1.3vw); }
    #data ul li .inner {
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 2px;
      text-align: center;
      padding: 30px 0;
      position: relative;
      box-sizing: border-box;
      height: 100%;
      display: flex;
      flex-direction: column; }
    #data ul li .title {
      font-weight: 500;
      margin-bottom: 10px; }
    #data ul li .main {
      align-content: center;
      position: relative;
      z-index: 2;
      flex-grow: 1;
      min-height: 180px; }
    #data ul li .number {
      font-weight: 500;
      margin-block: 20px;
      line-height: 1; }
      #data ul li .number strong {
        font-size: min(7vw,50px);
        font-family: "Marcellus", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 400;
        display: inline-block;
        padding-right: 5px; }
    #data ul li .sub {
      font-size: .93em; }
    #data ul li .chart {
      width: 200px;
      margin-inline: auto; }
    #data ul li.sogyo .text {
      background-color: #8B835A;
      color: #fff;
      width: fit-content;
      padding: 5px 20px;
      border-radius: 2px;
      font-weight: 500;
      margin: 0 auto; }
      #data ul li.sogyo .text strong {
        padding-inline: 3px;
        font-size: 1.2em; }
    #data ul li.manzoku .text strong {
      font-size: 1.2em;
      font-weight: 500;
      color: #8B835A; }
    #data ul li.insta .inner::before {
      content: "\f16d";
      font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
      font-weight: 900;
      font-size: 140px;
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: 50%;
      translate: 0 -50%;
      opacity: .05; }
    #data ul li.okayama .image {
      position: absolute;
      z-index: 0;
      width: 180px;
      top: 50%;
      left: 50%;
      translate: -50% -50%; }
      #data ul li.okayama .image .bg {
        position: absolute;
        inset: 0;
        display: block;
        z-index: 0;
        mask: url("../company/img/okayama.svg") center bottom/100% auto no-repeat;
        background-image: linear-gradient(rgba(139, 131, 90, 0.1), rgba(139, 131, 90, 0.1));
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 0;
        transition: background-size 0.8s cubic-bezier(0, 0.4, 0.48, 1); }
        #data ul li.okayama .image .bg.is-active {
          background-size: 100% 86%; }
      #data ul li.okayama .image span:has(img) {
        display: block;
        position: relative;
        z-index: 1; }

/* ---------- CM ---------- */
#cm .item {
  margin-bottom: 40px; }
  #cm .item .item_name {
    margin-top: 10px;
    font-size: clamp(14px, 2.1vw, 17px);
    font-weight: 500; }
  #cm .item .movie {
    height: 0;
    padding-top: 56.25%;
    position: relative; }
    #cm .item .movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .section .flex-wrap {
    display: block; }
    .section .flex-wrap .titleblock {
      min-width: inherit;
      width: auto; }
    .section .flex-wrap .mainblock {
      margin-top: 0; }

  /* ---------- About Sato ---------- */
  #about ul.business {
    padding-inline: 0;
    margin-inline: calc(-1 * min(1vw,15px)); } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .section {
    margin-bottom: 80px; }
    .section:last-of-type {
      margin-bottom: 40px; }
    .section .sec_title {
      margin-bottom: 50px; }

  /* ---------- President-Message ---------- */
  #message .main {
    display: block; }
    #message .main .text {
      margin-bottom: 50px; }
    #message .main .president {
      width: auto;
      max-width: none;
      display: flex;
      align-items: center;
      gap: 5vw; }
      #message .main .president .photo {
        width: 300px;
        margin: 0;
        max-width: 40%;
        aspect-ratio: 7 / 8; }
        #message .main .president .photo img {
          object-fit: cover;
          object-position: top center;
          width: 100%;
          height: 100%; }
      #message .main .president .name {
        text-align: left; }

  /* ---------- About Sato ---------- */
  #about {
    padding-block: 80px 120px;
    margin-block: 80px; }
    #about .title {
      margin-bottom: 60px; }
      #about .title .ja {
        font-size: 21px; }
      #about .title::before, #about .title::after {
        width: 50px;
        vertical-align: 8px; }
    #about ul.business {
      margin-block: 50px;
      margin-inline: -1.5vw; }
      #about ul.business li {
        width: 33.3333333333%;
        padding-inline: 1.5vw; }
    #about .sato_link a {
      max-width: 400px;
      height: 80px; }
      #about .sato_link a .logo {
        max-width: 180px; }

  /* ---------- Outline ---------- */
  #outline table.outline .slash {
    display: block; }
    #outline table.outline .slash::after {
      display: none; }

  /* ---------- Data ---------- */
  #data ul {
    row-gap: 4vw;
    margin-inline: -2vw; }
    #data ul li {
      width: 50%;
      padding-inline: 2vw; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .section {
    margin-bottom: 80px; }
    .section .sec_title {
      margin-bottom: 30px; }
      .section .sec_title span {
        display: block;
        text-align: center; }
      .section .sec_title .en {
        margin: 0 0 -2px; }
      .section .sec_title::before {
        display: none; }

  /* ---------- President-Message ---------- */
  #message .main .text {
    margin-bottom: 40px; }
    #message .main .text .lead {
      margin-bottom: 30px; }
  #message .main .president {
    justify-content: center; }
    #message .main .president .name {
      text-align: left; }
      #message .main .president .name .com {
        margin-bottom: 5px; }
      #message .main .president .name .post {
        font-size: 12px;
        letter-spacing: 0;
        margin-right: 15px; }
      #message .main .president .name strong {
        line-height: 1.2; }

  /* ---------- About Sato ---------- */
  #about {
    padding-block: 60px 60px;
    margin-block: 70px 60px;
    background-color: rgba(255, 255, 255, 0.3); }
    #about .title {
      margin-bottom: 50px; }
      #about .title .ja {
        font-size: 17px;
        margin-inline: 20px 18px; }
      #about .title .en {
        bottom: -22px;
        font-size: 14px; }
      #about .title::before, #about .title::after {
        width: 30px;
        vertical-align: 6px; }
    #about .lead {
      margin-bottom: 20px; }
    #about p:not([class]) {
      text-align: left; }
      #about p:not([class]) br {
        display: none; }
    #about ul.business {
      margin-block: 40px 30px;
      margin-inline: -2vw;
      row-gap: 25px; }
      #about ul.business li {
        width: 50%;
        padding-inline: 2vw; }
        #about ul.business li .image {
          margin-bottom: 7px; }
    #about .sato_link a {
      height: 60px; }
      #about .sato_link a .logo {
        max-width: 140px; }
      #about .sato_link a::before {
        width: 15px;
        height: 15px; }

  /* ---------- Outline ---------- */
  #outline table.outline {
    line-height: 1.5; }
    #outline table.outline th {
      padding: 20px 15px; }
    #outline table.outline td {
      padding: 20px 5px; }
      #outline table.outline td:has(wbr) {
        word-break: keep-all; }
    #outline table.outline .br {
      display: block;
      margin-right: 0; }
    #outline table.outline a {
      font-weight: 500; }

  /* ---------- Data ---------- */ }
@media only screen and (max-width: 644px) and (max-width: 480px) {
  #data ul {
    display: block;
    margin-inline: 0; }
    #data ul li {
      width: auto;
      padding-inline: 0; }
      #data ul li + li {
        margin-top: 5vw; }
      #data ul li .inner {
        padding: 25px 0; }
      #data ul li .title {
        font-size: 15px;
        margin-bottom: 10px; }
      #data ul li .main {
        min-height: 130px; }
      #data ul li .number {
        margin-block: 10px; }
        #data ul li .number strong {
          font-size: 50px; }
      #data ul li .chart {
        width: 200px;
        margin-inline: auto; }
      #data ul li.sogyo .number {
        margin-top: 0; }
      #data ul li.okayama .image {
        width: 160px; } }
