@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap");
main {
  padding: 0 0 80px;
}
@media screen and (min-width: 1024px) {
  main {
    padding-bottom: 120px;
  }
}

.serif {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}

.mvSec {
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
}
.mvSec > .inner {
  width: 100%;
  height: 100%;
}
.mvSec > .inner::before, .mvSec > .inner::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.mvSec > .inner::before {
  width: 34.5%;
  background: url(../re_img/company/mirai/mv_img01.jpg) center/cover no-repeat;
  left: 0;
}
.mvSec > .inner::after {
  width: 61.8%;
  background: url(../re_img/company/mirai/mv_img02.jpg) left bottom/cover no-repeat;
  right: 0;
}
.mvSec__ttl {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-shadow: 0px 0px 32px #3C0000;
  position: absolute;
  top: 50%;
  left: 41%;
  z-index: 1;
}
.mvSec__ttl strong {
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0px 0px 16px #3C0000;
}
@media screen and (min-width: 769px) {
  .mvSec {
    height: 38.17vw;
  }
  .mvSec__ttl {
    font-size: 20px;
    top: 30%;
    left: 43.5%;
  }
}
@media screen and (min-width: 1024px) {
  .mvSec {
    margin-bottom: 66px;
  }
  .mvSec > .inner {
    width: calc(100% - 96px);
    max-width: 1760px;
  }
  .mvSec__ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .mvSec {
    height: 38.17vw;
  }
  .mvSec__ttl {
    top: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .mvSec {
    height: 733px;
  }
  .mvSec > .inner {
    width: calc(100% - 160px);
  }
}

.section.gentenSec {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .section.gentenSec {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .section.gentenSec {
    margin-bottom: 225px;
  }
}
.section__year {
  font-size: 130px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  position: absolute;
  top: -1em;
  right: 0;
}
.section__year small {
  font-size: 40px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .section__year {
    font-size: 200px;
  }
  .section__year small {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .section__year {
    font-size: 272px;
  }
  .section__year small {
    font-size: 100px;
  }
}
.section.miraiSec .section__year {
  right: auto;
  left: 0;
}
.section__blk__header {
  padding: 0 0 45px;
}
.section__blk__header > .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.section__blk__header__txtWrap {
  width: 100%;
}
.section__blk__header__ttl {
  margin-bottom: 1em;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.section__blk__header__ttl .number {
  width: 160px;
  padding: 2em 0 0.4em;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.14em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section__blk__header .txtWrap {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.section__blk__header .txtWrap .ttl {
  margin-bottom: 8px;
  font-size: 18px;
}
.section__blk__header .txtWrap .txt {
  font-size: 16px;
  line-height: 1.6;
}
.section__blk__header__img {
  width: calc(100% + 48px);
  padding-top: 80%;
  margin: 0 0 0 -24px;
}
@media screen and (min-width: 769px) {
  .section__blk__header > .inner {
    flex-direction: row;
    grid-gap: 20px;
  }
  .section__blk__header__ttl {
    display: flex;
    align-items: flex-end;
    grid-gap: 32px;
  }
  .section__blk__header__img {
    width: 40%;
    padding: 0;
    margin: 0 0 -45px;
    align-self: stretch;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section__blk__header > .inner {
    grid-gap: 32px;
  }
  .section__blk__header__ttl {
    font-size: 38px;
  }
  .section__blk__header__ttl .number {
    padding: 2.5em 0 12px;
    font-size: 28px;
  }
  .section__blk__header .txtWrap .ttl {
    font-size: 22px;
  }
  .section__blk__header .txtWrap .txt .txt {
    font-size: 20px;
  }
}
.section__blk__body {
  padding: 45px 0;
  /* article5 */
}
.section__blk__body > .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 25px;
}
.section__blk__body .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  /* history */
  /* awards　・　daicho */
  /* purpose */
}
.section__blk__body .row__img {
  width: 100%;
  text-align: center;
}

.section__blk__body .row__img .img-caption {
  font-size: 13px;
  color: #fff;
}

.section__blk__body .row__txtWrap {
  width: 100%;
  letter-spacing: 0.04em;
}
.section__blk__body .row__txtWrap .ttl {
  margin-bottom: 0.75em;
  font-size: 30px;
  font-weight: 700;
}
.section__blk__body .row__txtWrap .ttl span {
  font-size: 32px;
  font-weight: 500;
}
.section__blk__body .row__txtWrap .ttl strong {
  font-size: 50px;
  font-weight: 500;
}
.section__blk__body .row__txtWrap .subttl {
  font-size: 18px;
}
.section__blk__body .row__txtWrap .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7778;
}
.section__blk__body .row__txtWrap .txt + .txt {
  margin-top: 1.5em;
}
.section__blk__body .row__txtWrap.txtOnly {
  font-weight: 700;
}
.section__blk__body .row__txtWrap.txtOnly .txt {
  font-size: 16px;
  font-weight: 700;
}
.section__blk__body .row.history {
  flex-direction: row;
  align-items: center;
}
.section__blk__body .row.history .row__img {
  width: 90px;
  flex-shrink: 0;
}
.section__blk__body .row.history .row__txtWrap .list li {
  padding-left: 1.2em;
  position: relative;
}
.section__blk__body .row.history .row__txtWrap .list li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.section__blk__body .row.history .row__txtWrap .txt {
  font-weight: 700;
  line-height: 1.5;
}
.section__blk__body .row.awards, .section__blk__body .row.daicho {
  padding: 20px;
}
.section__blk__body .row.awards .row__txtWrap .ttl, .section__blk__body .row.daicho .row__txtWrap .ttl {
  font-size: 24px;
}
.section__blk__body .row.awards .row__img img, .section__blk__body .row.daicho .row__img img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.section__blk__body .row.daicho .row__img img {
  margin-bottom: 10px;
}
.section__blk__body .row.awards {
  background-color: #F3F5F6;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.section__blk__body .row.awards .row__img img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.section__blk__body .row.awards .row__img img.noshadow {
  box-shadow: none;
}
.section__blk__body .row.daicho {
  margin-top: -25px;
}
.section__blk__body .row.purpose {
  margin-top: 15px;
}
.section__blk__body .row.purpose .row__txtWrap {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.section__blk__body .row.purpose .row__txtWrap .ttl {
  margin-bottom: 25px;
  font-size: 25px;
}
.section__blk__body .row.purpose .row__txtWrap .ttl small {
  font-size: 55%;
}
@media screen and (min-width: 769px) {
  .section__blk__body .row.purpose .row {
    justify-content: space-between;
  }
  .section__blk__body .row.purpose .row__img {
    width: 58%;
    max-width: 6410px;
    flex-shrink: 0;
  }
  .section__blk__body .row__img {
  text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .section__blk__body .row.purpose {
    margin-top: 30px;
  }
  .section__blk__body .row.purpose .row__txtWrap {
    width: 352px;
    height: auto;
	align-items: center;
  }
  .section__blk__body .row.purpose .row__txtWrap .ttl {
    font-size: 36px;
  }
  .section__blk__body .row__img {
  text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .section__blk__body .row {
    flex-direction: row;
    /* awards ・　daicho */
  }
  .section__blk__body .row.reverse {
    flex-direction: row-reverse;
  }
  .section__blk__body .row__img {
    width: 48.5%;
    max-width: 544px;
    flex-shrink: 0;
  }
  .section__blk__body .row.awards .row, .section__blk__body .row.daicho .row {
    max-width: 928px;
    margin: 0 auto;
  }
  .section__blk__body .row.awards .row__img img, .section__blk__body .row.daicho .row__img img {
    width: 100%;
    margin: 0;
  }
  .section__blk__body .row.daicho .row__img {
    width: 28%;
    max-width: 257px;
  }
  .section__blk__body .row.daicho .row__img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .section__blk__body {
    padding: 90px 0;
  }
  .section__blk__body > .inner {
    grid-gap: 40px;
  }
  .section__blk__body .row {
    grid-gap: 45px;
    /* history */
    /* awards ・　daicho */
  }
  .section__blk__body .row__txtWrap .ttl {
    font-size: 36px;
  }
  .section__blk__body .row__txtWrap .ttl span {
    font-size: 40px;
  }
  .section__blk__body .row__txtWrap .ttl strong {
    font-size: 70px;
  }
  .section__blk__body .row__txtWrap .subttl {
    font-size: 22px;
  }
  .section__blk__body .row__txtWrap .txt {
    font-size: 18px;
  }
  .section__blk__body .row__txtWrap.txtOnly .txt {
    font-size: 20px;
  }
  .section__blk__body .row.history {
    grid-gap: 30px;
  }
  .section__blk__body .row.history .row__img {
    width: 130px;
  }
  .section__blk__body .row.history .row__txtWrap .txt {
    font-size: 20px;
  }
  .section__blk__body .row.awards, .section__blk__body .row.daicho {
    padding: 95px 20px;
  }
  .section__blk__body .row.awards .row__txtWrap .ttl, .section__blk__body .row.daicho .row__txtWrap .ttl {
    font-size: 36px;
  }
  .section__blk__body .row.awards {
    grid-gap: 38px;
  }
  .section__blk__body .row.daicho {
    margin-top: -40px;
  }

}
.section__blk__body.areas {
  padding: 0;
  margin: -1px 0 -35px;
  background: url(../re_img/company/mirai/mirai_img12.jpg) center bottom 35px/200% no-repeat;
  position: relative;
}
.section__blk__body.areas::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0080CB 0%, transparent 20%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section__blk__body.areas > .inner {
  z-index: 1;
}
.section__blk__body.areas .areas__list {
  margin-top: -20px;
  display: grid;
  grid-gap: 15px;
}
.section__blk__body.areas .areas__list img {
  width: 60%;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
}
.section__blk__body.areas .areas__img {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.section__blk__body.areas .areas__img img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 576px) {
  .section__blk__body.areas {
    background-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  .section__blk__body.areas > .inner {
    width: calc(100% - 26px);
  }
}
@media screen and (min-width: 769px) {
  .section__blk__body.areas .areas__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .section__blk__body.areas .areas__list img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section__blk__body.areas {
    margin-bottom: -90px;
    background-size: 100%;
    background-position: center bottom 90px;
  }
  .section__blk__body.areas::before {
    background: linear-gradient(180deg, #0080CB 0%, transparent 30%);
  }
  .section__blk__body.areas > .inner {
    grid-gap: 26px;
  }
  .section__blk__body.areas .areas__list {
    grid-gap: 34px;
  }
}
.section__blk__body.dx {
  position: relative;
}
.section__blk__body.dx .dx__txt {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.6;
}
.section__blk__body.dx .dx__txt strong {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .section__blk__body.dx .dx__txt {
    font-size: 20px;
    line-height: 1.14;
  }
  .section__blk__body.dx .dx__txt strong {
    font-size: 175%;
  }
}
@media screen and (min-width: 1024px) {
  .section__blk__body.dx {
    padding: 120px 0;
  }
  .section__blk__body.dx .dx__txt {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .section__blk__body.dx .dx__txt {
    font-size: 32px;
  }
}
.section.gentenSec .bg_color {
  background-color: #7E040D;
  color: #fff;
}
.section.gentenSec .color {
  color: #7E040D;
}
.section.miraiSec .bg_color {
  background-color: #0080CB;
  color: #fff;
}
.section.miraiSec .color {
  color: #0080CB;
}










/*add*/

.new_history{
    letter-spacing: 0.04em;
}

.section.gentenSec .new_history .color{
color:#0080CB;
margin-bottom:20px;
}
.new_history dl{
width:100%;
margin:0 0 40px 0;
padding:0;
}
.new_history dl dt{
width:100%;
margin:0 0 10px 0;
padding:0;
color:#0080CB;
font-size:32px;
}
.new_history dl dt span.year{
font-size:22px;
}

.new_history dl dd{
width:100%;
margin:0 0 30px 0;
padding:0;
}

.new_history .flowimg{
background: #F3F5F6;
    border-radius: 16px;
    padding: 45px 40px;
    width: 22%;
}
.new_history .flowimg .wrap{
    display: flex;
flex-flow: column;
    align-items: center;
    justify-content: center;
}
.new_history .flowimg .wrap .box.arrow{
    width: 10%;
    margin: 2% 0;
}
.new_history .flowimg .wrap .box.arrow img{
transform: rotate( 90deg );
}

.new_history .flowimg .wrap .box{
text-align:center;
}
.new_history .flowimg .wrap .box.single img{
max-width:75%;
margin:0 auto;
}

.new_history .row__txtWrap{
display:flex;
flex-flow: wrap;
    justify-content: space-between;
}

.new_history .history_block{
    width: calc(100% - 27%);
}





.section__blk.second{
padding:65px 0;
}
.section__blk.second .section__blk__body.areas::before {
        background: none;
}
.section__blk.second .section__blk__body.areas {
        margin-bottom: 0;
        background-size: unset;
        background-position: inherit;
    margin: 0 0 0 0;
    background: none;
    }
.section__blk.second .section__blk__body.areas .areas__list {
    margin: 0 auto 0 auto;
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    align-items: start;
}
.section__blk.second .section__blk__body.areas .areas__list li{
    width: calc(50% - 18px);
}

.section__blk.second .section__blk__body.areas .areas__list img{
    box-shadow: unset;
}





.section__blk.third .section__blk__body.areas::before {
        background: none;
}
.section__blk.third .section__blk__body.areas {
        margin-bottom: 0;
        background-size: 100%;
        background-position: center bottom;
    background-position: center bottom;
    padding: 65px 0;
background: url(../re_img/company/mirai/mirai_img12.jpg) center bottom no-repeat;
}
.section__blk.third .section__blk__body.areas .areas__img{
margin: 0 0 0 0;
}


.section.miraiSec .section__blk.forth{
    margin-bottom: 0;
    background-size: 100%;
    background-position: center bottom;
    /*padding: 65px 0;*/
    background: url(../re_img/company/mirai/mirai_img12.jpg) center center no-repeat;
    background-size: cover;
}


.section.miraiSec .section__blk.forth .bg_color{
    /*background-color: #0080CB;*/
    /*background:rgba(255,255,255,0.7);*/
background:unset;
    padding: 6% 0;
}
.section__blk.forth .section__blk__body.dx{
padding:65px 0;
}

.section__blk.forth .section__blk__body.dx .dx__txt{
    text-align: left;
}
.section__blk.forth .section__blk__body.dx .dx__txt.normal{
    line-height: 1.6;
font-size:16px;
}

.section__blk.forth .section__blk__body.dx .dx__txt.midashi{

}
.section__blk.forth .section__blk__body.dx .dx__txt.border{
        font-size: 28px;
border:1px solid #333;
text-align:center;
padding:10px;
}

.section__blk.forth .section__blk__body > .inner{
    grid-gap: 30px;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    padding: 3% 3%;
}



.section__blk__body .row.daicho.year2024{
margin-top:40px;
}



.section__blk__body .row.awards p.subttl.color{
        font-size: 22px;
    color: #0080CB;
    margin-bottom: 20px;
}

    .section__blk__body .row.daicho.year2024 .row__img {
        width: 48.5%;
        max-width: 544px;
        flex-shrink: 0;
    }





@media only screen and (max-width: 769px) {


.new_history .flowimg {
    border-radius: 12px;
    padding: 20px 3%;
width:100%;

}

.new_history .flowimg .wrap .box {
    max-width: 22%;
}
.new_history .flowimg .wrap .box.single {
    max-width: 20%;
}

.new_history .flowimg .wrap .box.arrow {
        width: 1.5%;
        margin: 0 1.5%;
    }


.section__blk__body.areas .areas__list img {
    width: 70%;
}

.new_history .row__txtWrap {
    flex-flow: column;
}

.new_history .history_block {
    width: 100%;
}

.new_history dl dd {
    margin: 0 0 15px 0;
}
.new_history .flowimg .wrap {
    flex-flow: wrap;
}

.new_history .flowimg .wrap .box.arrow img {
    transform: rotate(0deg);
}



.section__blk.second .section__blk__body.areas .areas__list {
    flex-flow: column;
width:100%;
}
.section__blk.second .section__blk__body.areas .areas__list li {
    width: 100%;
}

.section__blk__body .row.daicho.year2024 .row__img {
    width: auto;
}


.section__blk.forth .section__blk__body > .inner{
padding:5% 5%;
    grid-gap: 20px;
}
.section__blk.forth .section__blk__body.dx .dx__txt.border {
    font-size: 19px;
}
.section__blk__body.dx .dx__txt strong {
    font-size: 23px;
}









}