#mainimg .mainimginner {
  position: relative;
}

#mainimg .splide__slide {
  width: 100vw;
  overflow: hidden;
}

#mainimg .splide__slide img {
  width: 100%;
}

#mainimg .readtxt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.6));
}

#mainimg .readtxt .mincho,
#mainimg .readtxt .aldin {
  color: #fff;
  text-align: center;
  font-size: 50px;
}

#mainimg .readtxt .mincho .russian,
#mainimg .readtxt .aldin .russian {
  font-family: "arial",sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

#mainimg .readtxt .mincho {
  font-family: "hiragino-mincho-pron",sans-serif;
}

#mainimg .readtxt h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

#mainimg .readtxt h2::after {
  display: none;
}

#mainimg .readtxt h3 {
  margin-bottom: 0;
}

#mainimg .txtboxover {
  background: url("../img/top/bg.webp");
}

#mainimg .txtboxover .txtbox {
  max-width: 1100px;
  padding: 40px 0;
  margin: 0 auto;
}

#mainimg .txtboxover .txtbox p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

#mainimg .txtboxover .txtbox p .russian {
  font-size: 26px;
}

#section02 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(90%, #fff), color-stop(90%, #f7f7f7), to(#f7f7f7));
  background: linear-gradient(90deg, #fff 0%, #fff 90%, #f7f7f7 90%, #f7f7f7 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}

#section02 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

#section02 .itemboxover .itembox {
  background-color: #fff;
  padding: 20px;
}

#section02 .itemboxover .itembox .bottombox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 40px;
  grid-template-columns: 1fr 40px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

#section02 .itemboxover .itembox .bottombox .ttlbox {
  text-align: left;
  font-size: 20px;
}

#section03 {
  padding-top: 230px;
  background-color: #f7f7f7;
}

#section03 .section03inner {
  background-image: url("../img/top/bg.webp");
  background-color: rgba(255,255,255,.2);
  background-blend-mode: lighten;
  background-repeat: repeat;
}

#section03 .section03inner .section03inner2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 40%);
}

#section03 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .7fr 1fr;
  grid-template-columns: .7fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1522px;
  margin: 0 auto;
}

#section03 .itemboxover .ttlbox {
  height: 100%;
}

#section03 .itemboxover .ttlbox .ttlboxinner {
  width: 386px;
  height: 100%;
  margin: 0 0 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

#section03 .itemboxover .ttlbox .ttlboxinner h2:after {
  background-color: #fff;
}

#section03 .itemboxover .ttlbox .ttlboxinner .btnbox a {
  background-color: #fff;
  padding: 30px;
  border-radius: 50px;
  display: block;
  width: 300px;
  color: #f0243f;
  position: relative;
  margin: 0;
}

#section03 .itemboxover .ttlbox .ttlboxinner .btnbox a:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../img/common/linkicon2.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#section03 .itemboxover .newslistbox {
  text-align: left;
  padding: 60px;
  padding: 100px 0 100px 100px;
}

#section03 .itemboxover .newslistbox dl dt {
  width: 8em;
  float: left;
}

#section03 .itemboxover .newslistbox dl dd {
  padding-left: 9em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #e4e4e4 solid;
}

@media screen and (max-width: 1373px) {
  #section02 {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(90%, #fff), color-stop(90%, #fff), to(#fff));
    background: linear-gradient(90deg, #fff 0%, #fff 90%, #fff 90%, #fff 100%);
  }
}

@media screen and (max-width: 1100px) {
  #mainimg .txtboxover .txtbox p .russian {
    font-size: 2.0909090909vw;
  }
}

@media screen and (max-width: 842px) {
  #mainimg .readtxt {
    width: 90%;
  }

  #mainimg .readtxt .mincho.title,
  #mainimg .readtxt .aldin.title {
    font-size: 40px;
  }

  #mainimg .readtxt .mincho.message,
  #mainimg .readtxt .aldin.message {
    font-size: 40px;
    line-height: 1.5;
  }

  #mainimg .txtboxover .txtbox {
    width: 90%;
  }

  #mainimg .txtboxover .txtbox p {
    font-size: 25px;
    text-align: left;
  }

  #mainimg .txtboxover .txtbox p .russian {
    font-size: 25px;
  }

  #section02 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #section03 .section03inner {
    background-image: none;
  }

  #section03 .section03inner .section03inner2 {
    background-image: none;
  }

  #section03 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #section03 .itemboxover .ttlbox {
    background-image: url("../img/top/bg.webp");
    background-color: rgba(255,255,255,.2);
    background-blend-mode: lighten;
    background-repeat: repeat;
    padding: 80px 0;
  }

  #section03 .itemboxover .ttlbox {
    padding-left: 5%;
  }

  #section03 .itemboxover .ttlbox h2 {
    margin-bottom: 0;
  }

  #section03 .itemboxover .newslistbox {
    padding: 20px;
    background-color: #fff;
  }

  #section03 .itemboxover .newslistbox .btnbox {
    margin: 40px 0;
  }

  #section03 .itemboxover .newslistbox .btnbox a {
    display: block;
    border-radius: 50px;
    padding: 20px;
    border: 1px #f0243f solid;
    color: #f0243f;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }

  #section03 .itemboxover .newslistbox .btnbox a:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url("../img/common/linkicon2.svg") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*# sourceMappingURL=front-page.css.map */