@charset "UTF-8";
/*-------------------------------------------

index

-------------------------------------------*/
.topHeading1 {
  font-size: 28px;
  font-weight: bold;
}
.topHeading2 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}
.topHeading3 {
  margin-top: 1.5em;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
.topHeading3.line {
  padding-bottom: 5px;
  border-bottom: 1px solid #aaaaaa;
}
.nameItem {
  font-size: 16px;
  line-height: 1.5;
}
.nameItem .topName {
  display: inline-block;
  margin-top: 5px;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 897px) {
  .topHeading1 {
    font-size: 35px;
  }
  .topHeading2 {
    font-size: 30px;
  }
  .topHeading3 {
    font-size: 25px;
  }
  .nameItem .topName {
    font-size: 25px;
  }
}

.topBlock1 .topBlock1Image {
  margin-bottom: 40px;
}
.topBlock1 .topBlock1Image img {
  width: 100%;
  pointer-events: none;
}
.topBlock1 .topBlock1ImageText {
  font-size: 16px;
}
.topBlock1 .topBlock1ImageText .topBlock1Title {
  width: 240px;
  margin-bottom: 20px;
}
.topBlock1 .topBlock1ImageText .name {
  font-size: 25px;
}
.topBlock1 .topBlock1ImageText .btn1 {
  margin-top: 20px;
}
.topBlock1 .topBlock1Inner {
  padding: 0 20px;
}
.outsideMember > div {
  margin-bottom: 15px;
}
@media (max-width: 896px) {
  .topBlock1 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .topBlock1 .topBlock1ImageText {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: -40px auto 0 auto;
    padding: 30px 6% 20px;
    background: #fff;
  }
  .topBlock1 .topBlock1ImageText .topBlock1Title {
    width: 180px;
  }
  .topBlock1 .topBlock1ImageText .btn1 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 897px) {
  .topBlock1 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .topBlock1 .topBlock1Inner {
    font-size: 18px;
  }
  .topBlock1 .topBlock1Inner2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }
  .topBlock1 .topBlock1Image {
    position: relative;
  }
  .topBlock1 .topBlock1ImageText {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 40px;
    right: 59%;
    transform: translateY(-50%);
    padding: 30px 60px;
    box-shadow: inset 0 0 15px #fff;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
  }
  .outsideMember {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: -1em;
    margin-bottom: 1em;
    text-align: center;
  }
  .outsideMember .nameItem {
    flex: 0 0 33%;
    width: 33%;
  }
}
@media (min-width: 1241px) {
  .topBlock1 .topBlockInner {
    margin-top: -50px;
    padding: 50px 6%;
  }
}


.topBlock2 {
  margin-top: 60px;
}
.topBlock2 .topBlock2Outline {
  position: relative;
  background: #f7f7f7;
}
.topBlock2 .topBlock2Image img {
  width: 100%;
}
.topBlock2 .topBlock2Text {
  padding: 30px 6%;
}
.topBlock2 .topBlock2Text .desc {
  margin-top: 20px;
}
.topBlock2 .btn1 {
  margin-top: 25px;
}
.topBlock2 .topBlock2Inner {
  padding: 40px 20px;
  border: 4px solid #f7f7f7;
}
@media (max-width: 896px) {
  .topBlock2 .btn1 {
    display: flex;
    margin: 25px auto 0;
  }
}
@media print,(min-width: 897px) {
  .topBlock2 {
    margin-top: 100px;
  }
  .topBlock2 .topBlock2Outline {
    display: flex;
    height: 460px;
  }
  .topBlock2 .topBlock2Image {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
  }
  .topBlock2 .topBlock2Image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topBlock2 .topBlock2Text {
    align-self: center;
    margin-left: 450px;
    width: 650px;
    padding: 30px 0;
  }
  .topBlock2 .topBlock2Text .desc {
    font-size: 18px;
  }
}

/* 座談会・新中期経営計画 */
.bgBlock {
  box-sizing: border-box;
  margin: 60px 0;
  padding: 40px 20px;
  background: #e2f3eb;
}
@media print,(min-width: 897px) {
  .bgBlock {
    margin: 100px 0;
    padding: 60px 20px;
  }
}

.topBlock3Image {
  box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.topBlock3Inner2 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
}
.topBlock3Inner2 p {
  margin-bottom: 10px;
}
.topBlock3Officers {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 6% 5px;
  background: #008756;
  color: #fff;
}
.officerText {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5;
}
.officerText strong {
  font-size: 20px;
}
.officerText small {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 897px) {
  .topBlock3Inner,
  .topBlock3Inner2 {
    font-size: 18px;
  }
  .topBlock3Officers {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    background: rgb(0 135 86 / 0.85);
  }
  .officerText {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    white-space: nowrap;
  }
  .officerText strong {
    display: inline-block;
    margin-top: 8px;
    font-size: 22px;
  }
  .officerText .lineWrap {
    display: block;
  }
}

/* 中期経営計画 */
/*-------------------------------------------

中期経営計画

-------------------------------------------*/
.plan {
  margin: 30px 0;
}
.planTitle {
  padding: 0.75em 0.33em;
  border-radius: 4px;
  background: #008756;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.planLead {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.planLead .en {
  font-size: 1.2em;
}
.planLead span {
  display: inline-block;
}
.planBlock {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.planBlock .planBlockTitle {
  margin-bottom: 10px;
  padding: 0.4em;
  border-radius: 3px;
  background: #87d0ab;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.planBlock .planBlockTitle.plan1 {
  background: #008756;
  color: #fff;
}
.planBlock .planBlockTitle.plan2 {
  background: #87D0AB;
}
.planBlock .planBlockTitle.plan3 {
  background: #FFC174;
}
.planBlock .planBlockTitle.plan4 {
  background: #DED2BE;
}
.planBlock .planBlockBody {
  padding: 10px 10px 15px;
}
.planBlock .planBlockBody dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
.planBlock .planBlockBody dt {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.25em 1em;
  border-radius: 3px;
  background: #e2f3eb;
  font-weight: bold;
}
.planBlock .planBlockLead {
  margin-bottom: 20px;
  text-align: center;
}
.planBlock .planBlockLead strong {
  font-size: 1.1em;
}
.planBlock .planBlockLead:nth-of-type(2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
@media print, (min-width: 897px) {
  .plan {
    margin: 40px 0;
  }
  .planTitle,
  .planLead {
    font-size: 24px;
  }
  .planBlock {
    margin-bottom: 20px;
  }
  .planBlock .planBlockTitle {
    font-size: 22px;
  }
  .planBlock .planBlockLead strong {
    font-size: 1.2em;
  }
  .planBlock .planBlockBody dl {
    flex-direction: row;
    justify-content: center;
    gap: 1em;
  }
  .planBlock .planBlockBody dt {
    flex: 0 0 6em;
    margin: 0;
  }
  .planColumn2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
  }
  .planColumn2 .col {
    flex: 1;
    display: flex;
  }
  .planBlock {
    display: flex;
    flex-direction: column;
  }
  .planBlockBody {
    margin: auto 0;
  }
}


/* ダウンロード */
.download {
  margin-top: 60px;
  margin-bottom: 60px;
}
.downloadHeading {
  margin-bottom: 1.5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.pdf-size {
  margin-left: 0.5em;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}
.downloadSeparate {
  margin-top: 30px;
  font-size: 18px;
}
.downloadSeparate__subheading {
  margin-bottom: 5px;
  font-weight: bold;
}
.downloadSeparate__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.downloadSeparate__col {
  flex-basis: 48%;
}
.downloadSeparate ul {
  margin-bottom: 30px;
}
.downloadSeparate li {
  position: relative;
  margin-bottom: 10px;
}
.downloadSeparate .ico_pdf::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.downloadSeparate li ul {
  margin-top: 15px;
}
.downloadSeparate li ul li {
  margin-bottom: 5px;
  padding-left: 20px;
}
.downloadSeparate li ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}
@media (max-width: 896px) {
  .downloadSeparate {
    font-size: 16px;
  }
  .downloadSeparate__row {
    display: block;
  }
}
@media (min-width: 897px) {
  .download {
    margin-top: 100px;
  }
  .downloadHeading {
    font-size: 28px;
  }
  .downloadSeparate {
    margin-top: 50px;
  }
}
