@charset "UTF-8";
/* 日本語 */
img {
  image-rendering: -webkit-optimize-contrast;
  /* Chrome用 */ }

.fade {
  opacity: 0;
  transition: .5s; }
  .fade.is-show {
    opacity: 1; }

@media (max-width: 768px) {
  .fade {
    opacity: 1;
    transition: .5s; }
    .fade.is-show {
      opacity: 1; }

  .sp_fade {
    opacity: 0;
    transition: .5s; }
    .sp_fade.sp-show {
      opacity: 1; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************************************************/
.about {
  background-color: #22BA8F;
  padding: 0 0 50px;
  position: relative; }

.about_box {
  background-color: #FFFBED;
  border-radius: 40px;
  max-width: 1920px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .about_box .txt01,
  .about_box .txt02 {
    max-width: 1520px;
    width: calc(100% - 180px);
    margin: 0 auto;
    padding: 80px 0; }
    .about_box .txt01 h2,
    .about_box .txt02 h2 {
      position: relative;
      margin: 0 0 50px;
      font: 4.8rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.1em;
      color: #087657;
      padding: 0 0 0 50px; }
      .about_box .txt01 h2:before,
      .about_box .txt02 h2:before {
        position: absolute;
        content: "";
        display: block;
        border-radius: 50px;
        width: 15px;
        height: 15px;
        left: 0;
        top: 17px;
        background-color: #22BA8F; }
  .about_box .txt01 {
    border-bottom: 1px solid #D0D0D0; }
  .about_box .txt01_flex,
  .about_box .txt02_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1160px;
    width: 90%;
    margin: 0 0 0 auto; }
    .about_box .txt01_flex > div,
    .about_box .txt02_flex > div {
      max-width: 545px;
      width: calc((100% - 70px)/2);
      position: relative; }
      .about_box .txt01_flex > div > p,
      .about_box .txt02_flex > div > p {
        font: 2.2rem/2.3em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500;
        letter-spacing: 0.05em;
        text-align: justify;
        text-justify: inter-ideograph; }
    .about_box .txt01_flex p.boss_name,
    .about_box .txt02_flex p.boss_name {
      position: absolute;
      font: 2.4rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      padding: 0 15px 0 0;
      text-align: right;
      bottom: 0;
      right: 280px; }
      .about_box .txt01_flex p.boss_name small,
      .about_box .txt02_flex p.boss_name small {
        display: block;
        font: 2rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500;
        padding: 0 0 15px; }
    .about_box .txt01_flex img,
    .about_box .txt02_flex img {
      display: block;
      margin: 30px 0 0 auto; }
  .about_box .txt02_flex {
    align-items: stretch;
    margin-bottom: 50px; }
  .about_box .txt02 ul {
    margin: 0 0 0 auto;
    width: 90%;
    max-width: 1160px; }
  .about_box .txt02 li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 200px;
    padding: 0 0 0 240px;
    position: relative;
    margin: 0 0 25px; }
    .about_box .txt02 li h3 {
      color: #036348;
      font: 3rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0 0 15px; }
      .about_box .txt02 li h3 br {
        display: none; }
    .about_box .txt02 li p {
      font: 2rem/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      text-align: justify;
      text-justify: inter-ideograph; }
    .about_box .txt02 li:nth-of-type(1) {
      background: url("../images/about/about_list01.png") left center no-repeat;
      background-size: 200px; }
    .about_box .txt02 li:nth-of-type(2) {
      background: url("../images/about/about_list02.png") left center no-repeat;
      background-size: 200px; }
    .about_box .txt02 li:nth-of-type(3) {
      background: url("../images/about/about_list03.png") left center no-repeat;
      background-size: 200px;
      margin: 0; }
  .about_box .txt02_flex {
    margin-bottom: 50px; }
  .about_box .img02_flex {
    aspect-ratio: 2320/1360;
    width: 90%;
    max-width: 1160px;
    height: auto;
    background: url("../images/about/about_img.png") center center no-repeat;
    background-size: contain;
    margin: 0 0 80px auto;
    display: block; }

@media (max-width: 1280px) {
  .about_box .txt01_flex,
  .about_box .txt02_flex {
    width: 100%; }
    .about_box .txt01_flex > div,
    .about_box .txt02_flex > div {
      max-width: 545px;
      width: calc((100% - 50px)/2);
      position: relative; }
      .about_box .txt01_flex > div > p,
      .about_box .txt02_flex > div > p {
        font: 2rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
    .about_box .txt01_flex p.boss_name,
    .about_box .txt02_flex p.boss_name {
      font: 2.2rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      right: 220px; }
      .about_box .txt01_flex p.boss_name small,
      .about_box .txt02_flex p.boss_name small {
        font: 1.8rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
    .about_box .txt01_flex img,
    .about_box .txt02_flex img {
      width: 220px;
      display: block;
      margin: 30px 0 0 auto; }
  .about_box .txt02 ul,
  .about_box .img02_flex {
    width: 100%; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .about_box .txt01,
  .about_box .txt02 {
    max-width: 1520px;
    width: calc(100% - 60px); }
    .about_box .txt01 h2,
    .about_box .txt02 h2 {
      margin: 0 0 35px;
      font: 3.6rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      padding: 0 0 0 30px; }
      .about_box .txt01 h2:before,
      .about_box .txt02 h2:before {
        width: 12px;
        height: 12px;
        top: 14px; }
  .about_box .txt01_flex,
  .about_box .txt02_flex {
    width: 100%; }
    .about_box .txt01_flex > div,
    .about_box .txt02_flex > div {
      max-width: 545px;
      width: 100%;
      position: relative; }
      .about_box .txt01_flex > div > p,
      .about_box .txt02_flex > div > p {
        font: 1.7srem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
    .about_box .txt01_flex p.boss_name,
    .about_box .txt02_flex p.boss_name {
      font: 2.2rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      padding: 0 10px 0 0;
      right: 210px; }
      .about_box .txt01_flex p.boss_name small,
      .about_box .txt02_flex p.boss_name small {
        display: block;
        font: 1.8rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500;
        padding: 0 0 15px; }
    .about_box .txt01_flex img,
    .about_box .txt02_flex img {
      width: 200px; }
  .about_box .txt02 li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
    padding: 170px 0 0;
    position: relative;
    margin: 0 0 35px; }
    .about_box .txt02 li h3 {
      color: #036348;
      font: 2.4rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      text-align: center; }
      .about_box .txt02 li h3 br {
        display: block; }
    .about_box .txt02 li p {
      font: 1.7rem/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.05em; }
    .about_box .txt02 li:nth-of-type(1) {
      background: url("../images/about/about_list01.png") top center no-repeat;
      background-size: 150px; }
    .about_box .txt02 li:nth-of-type(2) {
      background: url("../images/about/about_list02.png") top center no-repeat;
      background-size: 150px; }
    .about_box .txt02 li:nth-of-type(3) {
      background: url("../images/about/about_list03.png") top center no-repeat;
      background-size: 150px;
      margin: 0; }
  .about_box .txt02_flex {
    margin-bottom: 50px; }
  .about_box .img02_flex {
    aspect-ratio: 588/1110;
    background: url("../images/about/about_img_tb.png") center center no-repeat;
    background-size: contain; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .about {
    padding: 0 0 30px; }

  .about_box {
    width: calc(100% - 20px); }
    .about_box .txt01,
    .about_box .txt02 {
      max-width: 305px;
      padding: 40px 0;
      width: 100%; }
      .about_box .txt01 h2,
      .about_box .txt02 h2 {
        margin: 0 0 25px;
        font: 2.8rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 0 0 0 20px; }
        .about_box .txt01 h2:before,
        .about_box .txt02 h2:before {
          width: 8px;
          height: 8px;
          top: 11px; }
    .about_box .txt01_flex {
      display: block; }
      .about_box .txt01_flex p.boss_name {
        font: 1.8rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 0 10px 0 0;
        right: 190px; }
        .about_box .txt01_flex p.boss_name small {
          display: block;
          font: 1.6rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 500;
          padding: 0 0 15px; }
      .about_box .txt01_flex img {
        width: 188px; }
    .about_box .txt01_flex,
    .about_box .txt02_flex {
      width: 100%; }
      .about_box .txt01_flex > div,
      .about_box .txt02_flex > div {
        width: 100%; }
        .about_box .txt01_flex > div > p,
        .about_box .txt02_flex > div > p {
          font: 1.7rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: 500; }
    .about_box .txt02 li {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      min-height: auto;
      padding: 170px 0 0;
      position: relative;
      margin: 0 auto 30px; }
      .about_box .txt02 li h3 {
        color: #036348;
        font: 2.4rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 15px; }
      .about_box .txt02 li p {
        font: 1.6rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 400;
        letter-spacing: 0.05em; }
        .about_box .txt02 li p br {
          display: none; }
      .about_box .txt02 li:nth-of-type(1) {
        background: url("../images/about/about_list01.png") top center no-repeat;
        background-size: 150px; }
      .about_box .txt02 li:nth-of-type(2) {
        background: url("../images/about/about_list02.png") top center no-repeat;
        background-size: 150px; }
      .about_box .txt02 li:nth-of-type(3) {
        background: url("../images/about/about_list03.png") top center no-repeat;
        background-size: 150px;
        margin: 0; }
    .about_box .txt02_flex {
      margin-bottom: 30px; }
    .about_box .img02_flex {
      aspect-ratio: 610/1340;
      margin: 0 auto 30px;
      background: url("../images/about/about_img_sp.png") center center no-repeat;
      background-size: contain; } }
/*max-width:480px*/
/*****************************************************/
.chairperson {
  background-color: #DFFBF3;
  border-radius: 0 0 40px 40px; }
  .chairperson .mv {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    aspect-ratio: 1920/860;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0 0 40px 40px;
    background: url("../images/about/member_pic.webp") center center no-repeat;
    background-size: cover;
    margin: 0 0 150px; }

.chairperson_box {
  max-width: 1520px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0 0 120px; }
  .chairperson_box h2 {
    font: 7.2rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0 0 50px; }
    .chairperson_box h2 span {
      color: #087657;
      margin: 0 0 15px;
      border-left: 5px solid #087657;
      padding: 0 0 0 15px;
      display: block;
      font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.05em; }
  .chairperson_box .map, .chairperson_box ul {
    max-width: 1160px;
    margin: 0 0 0 auto;
    width: 90%; }

.chairperson_box li {
  padding: 22px 0;
  border-bottom: 1px solid #BBDDD6;
  font: 2.4rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400; }
  .chairperson_box li a {
    width: fit-content;
    position: relative;
    letter-spacing: 0.05em;
    display: inline; }
    .chairperson_box li a img {
      font: 2.4rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      width: fit-content;
      margin: 0 0 0 15px;
      vertical-align: text-top; }
.chairperson_box .history li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
.chairperson_box .history .yeah {
  width: 250px;
  display: block; }
.chairperson_box .history .dat {
  width: calc(100% - 250px);
  display: block; }
.chairperson_box .member li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-left: 35px; }
  .chairperson_box .member li:before {
    position: absolute;
    content: "●";
    left: 0;
    font: 1rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    color: #97BCB4;
    top: 35px;
    left: 10px; }
.chairperson_box .member .job {
  width: 180px;
  display: block; }
.chairperson_box .member .name {
  width: 200px;
  display: block; }
.chairperson_box .member .ninki {
  width: calc(100% - 380px);
  display: block; }

.chairperson_box .map h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px;
  font: 4rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 500;
  letter-spacing: 0.05em; }
  .chairperson_box .map h3 small {
    font: 2.4rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    padding: 0 20px 0 0;
    display: block; }
  .chairperson_box .map h3 rt {
    font-size: 1.6rem; }
  .chairperson_box .map h3 br {
    display: none; }
.chairperson_box .map address {
  margin: 0 0 60px;
  letter-spacing: 0.05em;
  font: 2.4rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 500; }
.chairperson_box .map > div {
  width: 100%;
  height: 500px; }
  .chairperson_box .map > div iframe {
    object-fit: contain;
    width: 100%;
    height: 100%; }

@media (max-width: 1280px) {
  .chairperson .mv {
    border-radius: 0 0 40px 40px;
    height: 560px;
    background: url("../images/about/member_pic.webp") center center no-repeat;
    background-size: cover; }

  .chairperson_box {
    max-width: 1520px;
    width: calc(100% - 80px);
    padding: 0 0 120px; }
    .chairperson_box h2 {
      font: 5.4rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      margin: 0 0 30px; }
    .chairperson_box .map, .chairperson_box ul {
      width: 100%; }

  .chairperson_box li {
    padding: 22px 0;
    font: 2.2rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400; }
  .chairperson_box .history .yeah {
    width: 240px; }
  .chairperson_box .history .dat {
    width: calc(100% - 240px); }
  .chairperson_box .member li:before {
    top: 33px;
    left: 10px; }
  .chairperson_box .member .job {
    width: 140px;
    display: block; }
  .chairperson_box .member .name {
    width: 180px;
    display: block; }
  .chairperson_box .member .ninki {
    width: calc(100% - 320px);
    display: block; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .chairperson_box .map h3 {
    display: block;
    margin: 50px 0 20px; }
    .chairperson_box .map h3 small {
      margin-bottom: 10px;
      padding: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .chairperson {
    border-radius: 0; }
    .chairperson .mv {
      border-radius: 0 0 40px 40px;
      height: 380px;
      background: url("../images/about/member_pic.webp") center center no-repeat;
      background-size: auto 380px;
      margin: 0 0 100px; }

  .chairperson_box {
    width: calc(100% - 60px); }
    .chairperson_box li {
      padding: 20px 0;
      font: 2rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400; }
      .chairperson_box li a {
        padding: 0 60px 0 0;
        position: relative;
        display: block;
        width: 100%; }
        .chairperson_box li a img {
          position: absolute;
          top: 0;
          right: 0;
          vertical-align: inherit; }
    .chairperson_box .history .yeah,
    .chairperson_box .history .dat {
      width: 100%; }
    .chairperson_box .member li {
      padding-left: 30px; }
      .chairperson_box .member li:before {
        top: 30px;
        left: 5px; }
    .chairperson_box .member .job {
      width: 160px;
      display: block; }
    .chairperson_box .member .name {
      width: calc(100% - 160px);
      display: block; }
    .chairperson_box .member .ninki {
      width: 100%;
      display: block; }

  .chairperson_box .map h3 br {
    display: block; }
  .chairperson_box .map > div {
    height: 300px; }
  .chairperson_box .map address {
    margin: 0 0 30px; }
    .chairperson_box .map address span {
      display: block; }
    .chairperson_box .map address br {
      display: none; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .chairperson {
    border-radius: 0; }
    .chairperson .mv {
      border-radius: 0 0 40px 40px;
      aspect-ratio: 480/423;
      width: 100%;
      max-width: 100%;
      height: auto;
      background: url("../images/about/member_pic_sp.webp") center top no-repeat;
      background-size: contain;
      margin: 0 0 60px; }

  .chairperson_box {
    width: calc(100% - 30px);
    max-width: 315px;
    padding: 0 0 60px; }
    .chairperson_box h2 {
      font: 3.5rem/1em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      margin: 0 0 20px; }
      .chairperson_box h2 span {
        font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        padding: 0 0 0 10px;
        border-left: 3px solid #087657; }
    .chairperson_box li {
      padding: 15px 0;
      font: 1.8rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400; }
      .chairperson_box li a {
        padding: 0 55px 0 0;
        position: relative;
        display: block;
        width: 100%; }
        .chairperson_box li a img {
          width: 48px;
          position: absolute;
          top: 3px;
          right: 0;
          vertical-align: inherit; }
    .chairperson_box .member li {
      padding-left: 25px; }
      .chairperson_box .member li:before {
        top: 23px;
        left: 5px; }
    .chairperson_box .member .name {
      width: calc(100% - 90px); }

  .chairperson_box .map h3 {
    margin: 30px auto 20px;
    font: 2.8rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em; }
    .chairperson_box .map h3 small {
      font: 2rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; }
    .chairperson_box .map h3 rt {
      font-size: 1.3rem; }
  .chairperson_box .map > div {
    height: 200px; }
  .chairperson_box .map address {
    font: 1.7rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    margin: 0 0 20px; } }
/*max-width:480px*/
/*****************************************************/
