/* ---------------------------------------------------------------------------
//  top-mv
--------------------------------------------------------------------------- */
.top-mv {
  background: #d9eef3;
  height: 100vh;
  height: calc(100vh + 11rem);
  min-height: 88.3rem;
  /* min-height: 60vw; */
  /* min-height: 72.73vw; */
  /* min-height: 99.5rem; */
  position: relative;
}
.top-mv .container::after {
  background-image: url(../img/top/mv-wave.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 101%;
  bottom: 0;
  content: '';
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.top-mv .move-area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-mv .title {
  bottom: 46.2vw;
  height: 16.7rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 11rem;
  width: 50.5rem;
  z-index: 3;
}
.top-mv .animation-bg {
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.top-mv .daruma {
  animation: shake 4s infinite;
  bottom: 13vw;
  height: 10vw;
  left: 25vw;
  pointer-events: none;
  position: absolute;
  width: 6.4vw;
}
.top-mv .inner {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.top-mv .a01 {
  bottom: -4.4rem;
  position: absolute;
  right: 0;
  width: 45.12rem;
  z-index: 5;
}

@keyframes shake {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    transform: translateX(-50%) rotate(30deg); /* 弧を描く角度を調整 */
  }
  75% {
    transform: translateX(-50%) rotate(-30deg); /* 弧を描く角度を調整 */
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
.top-mv .tsuru {
  animation: moveTsuru 10s linear infinite;
  /* bottom: 42vw; */
  bottom: 35vw;
  height: 10vw;
  pointer-events: none;
  position: absolute;
  /* right: 32vw; */
  right: -13.6vw;
  width: 13.6vw;
}
@keyframes moveTsuru {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-100vw, -15vw);
  }
  100% {
    transform: translate(-200vw, -25vw);
  }
}



@media screen and (max-width:768px) {
  .top-mv {
    height: 70vh;
    /* min-height: 66.7rem; */
    min-height: inherit;
  }
  .top-mv .title {
    height: 10rem;
    width: 30rem;
  }
  .top-mv .animation-bg {
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  .top-mv .daruma {
    bottom: 5.5vw;
    height: 20vw;
  }
  .top-mv .a01 {
    bottom: -4.4rem;
    position: absolute;
    right: 0;
    width: 20rem;
    z-index: 5;
  }
}

/* ---------------------------------------------------------------------------
//  top01
--------------------------------------------------------------------------- */
.top01 .container {
  background: linear-gradient(to bottom,#063990 0%,#063990 106.8rem,#fff 106.8rem, #fff 100%);
  height: 124.8rem;
  margin-top: -5rem;
  padding-top: 0;
  position: relative;
}
.top01 .inner {
  position: relative;
}
.top01 .railway-area {
  height: 117.5rem;
  position: relative;
  text-align: center;
}
.top01 .railway-area #rail01 {
  left: -1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 96.6rem;
}
.top01 .railway-area #mask01 {
  /* height: 112.6rem; */
  left: -1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 96.6rem;
  z-index: 2;
}
.top01 .railway-area #mask01 {
  stroke: #063990!important;
  stroke-width: 50rem!important;
}
/* pathのアニメーション */
.top01 #mask01-path {
  stroke-dasharray: 20441.140625;
  stroke-dashoffset: 0;
  /* transition: stroke-dashoffset 0s; */
  transition: .2s;
}
.top01.start.visible #mask01-path {
  stroke-dashoffset: 20441.140625;
}

.top01 .contents {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 13rem;
  width: 100%;
  z-index: 3;
}
.top01 .contents .content01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
}
.top01 .contents .content01 .title-area {
  align-items: center;
  border: solid #fff 10px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 39rem;
}
.top01 .contents .content01 .title-area .eng {
  width: 28rem;
}
.top01 .contents .content01 .title-area .deco {
  left: -14.2rem;
  position: absolute;
  top: 5.2rem;
  width: 23.4rem;
}
.top01 .contents .content01 .text-area {
  color: #fff;
  width: 50%;
}
.top01 .contents .content02 .img-area {
  display: flex;
  justify-content: space-between;
  padding: 0 9.6rem 0 5.2rem;
  position: relative;
}
.top01 .contents .content02 .img-area .img {
  width: calc((100% - 4rem) / 3);
}
.top01 .contents .content02 .img-area .deco {
  position: absolute;
  right: -11.4rem;
  top: -5.7rem;
  width: 22.5rem;
}
@media screen and (max-width:768px) {
  .top01 .container {
    background: #063990;
    height: auto;
    margin-top: -1rem;
    padding-bottom: 0;
    /* padding-top: 4rem; */
    position: relative;
  }
  .top01 .container::after {
    background-image: url(../img/top/top02-bg.svg);
    background-position: left -6rem top 64rem;
    background-repeat: no-repeat;
    background-size: 70rem;
    bottom: 0;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .top01 .railway-area {
    height: auto;
  }
  .top01 .railway-area #rail01 {
    left: inherit;
    max-width: inherit;
    right: 2rem;
    width: 67.62rem;
  }
  .top01 .railway-area #mask01 {
    left: inherit;
    right: -2rem;
    width: 67.62rem;
  }
  .top01 .contents {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  .top01 .contents .content01 {
    display: block;
    margin-bottom: 8rem;
    padding-top: 4rem;
  }
  .top01 .contents .content01 .title-area {
    height: 15rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: 0;
    width: 25rem;
  }
  .top01 .contents .content01 .title-area .eng {
    width: 19.6rem;
  }
  .top01 .contents .content01 .title-area .deco {
    left: -5.5rem;
    top: 5rem;
    width: 16.38rem;
  }
  .top01 .contents .content01 .text-area {
    width: 100%;
  }
  .top01 .contents .content02 .img-area {
    display: block;
    padding: 0;
  }
  .top01 .contents .content02 .img-area .img {
    padding: 0 2rem;
    width: 100%;
  }
  .top01 .contents .content02 .img-area .img + .img {
    margin-top: 2rem;
  }
  .top01 .contents .content02 .img-area .deco {
    position: absolute;
    right: -11.4rem;
    top: -5.7rem;
    width: 22.5rem;
  }
}
/* ---------------------------------------------------------------------------
//  top02
--------------------------------------------------------------------------- */
.top02 .container {
  background-image: url(../img/top/top02-bg.svg);
  background-position: top right;
  background-repeat: repeat-x;
  height: 237.3rem;
  margin-top: -31.7rem;
  padding-top: 26.7rem;
  position: relative;
  z-index: 3;
}
.top02 .inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.top02 .contents {
  position: relative;
  z-index: 3;
}
.top02 .contents .content .title-area {
  align-items: center;
  background-image: url(../img/top/top02-title-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 20.6rem;
  justify-content: center;
  margin: auto;
  margin-bottom: 17rem;
  position: relative;
  width: 51rem;
  z-index: 3;
}
.top02 .contents .content .title-area .eng {
  width: 25rem;
}
.top02  .title-area .jp {
  color: #003990;
  font-size: 2.8rem;
  font-weight: 400;
}
.top02 .contents .content .strong-list .item {
  align-items: center;
  display: flex;
  height: 36.5rem;
  justify-content: space-between;
  position: relative;
}
.top02 .contents .content .strong-list .item .text-area {
  order: 2;
  width: 40rem;
}
.top02 .contents .content .strong-list .item02 .text-area {
  order: -1;
}
.top02 .contents .content .strong-list .item .text-area .title {
  color: #003990;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.top02 .contents .content .strong-list .item .text-area .title .number {
  align-items: center;
  background: #003990;
  color: #fff;
  display: flex;
  font-family: 'Poppins', sans-serif;
  height: 6.5rem;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10.5rem;
  width: 6.5rem;
}

.top02 .contents .content .strong-list .item .text-area .desc {
  font-size: 1.7rem;
}
.top02 .contents .content .strong-list .item .img-area {
  align-items: center;
  display: flex;
  justify-content: center;
  width: calc((100% - 6.5rem) / 2);
}
.top02 .contents .content .strong-list .item01 .img-area .img {
  width: 41.2rem;
}
.top02 .contents .content .strong-list .item02 .img-area .img {
  width: 31.2rem;
}
.top02 .contents .content .strong-list .item03 .img-area .img {
  width: 30.6rem;
}

.top02 #rail02 {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 28.3rem;
  top: 0;
  width: 5.2rem;
}

.top02 .mask {
  background: #fff;
  height: 209rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 28.3rem;
  top: 0;
  width: 6rem;
  transition: .2s;
}
@media screen and (max-width:768px) {
  .top02 .container {
    background: #fff;
    height: auto;
    margin-top: 0;
    padding-top: 6rem;
  }
  .top02 .contents .content {
    padding-bottom: 20rem;
  }
  .top02 .contents .content .title-area {
    height: 13rem;
    margin-bottom: 4rem;
    width: 100%;
  }
  .top02 .contents .content .title-area .eng {
    width: 17.5rem;
  }
  .top02  .title-area .jp {
    font-size: 2rem;
  }
  .top02 .contents .content .strong-list .item {
    display: block;
    height: auto;
    margin-top: 12rem;
    padding-bottom: 2rem;
  }
  .top02 .contents .content .strong-list .item .text-area {
    background: rgba(255,255,255,.9);
    margin-bottom: 2rem;
    width: 100%;
  }
  .top02 .contents .content .strong-list .item .text-area .title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
    text-align: center;
  }
  .top02 .contents .content .strong-list .item .text-area .title .number {
    height: 6rem;
    top: -6rem;
    width: 6rem;
  }

  .top02 .contents .content .strong-list .item .text-area .desc {
    font-size: 1.4rem;
  }
  .top02 .contents .content .strong-list .item .img-area {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .top02 .contents .content .strong-list .item01 .img-area .img {
    position: absolute;
    right: -2rem;
    top: -10rem;
    width: 17.5rem;
  }
  .top02 .contents .content .strong-list .item02 .img-area .img {
    left: -3rem;
    position: absolute;
    top: -12rem;
    width: 14rem;
  }
  .top02 .contents .content .strong-list .item03 .img-area .img {
    right: -1rem;
    position: absolute;
    top: -15rem;
    width: 14rem;
  }

  .top02 #rail02 {
    top: 6rem;
  }

  .top02 .mask {
    height: 100%;
    top: 6rem;
  }
}
/* ---------------------------------------------------------------------------
//  top03
--------------------------------------------------------------------------- */
.top03 .container {
  background-image: url(../img/top/top03-bg.svg);
  background-position: top center;
  background-repeat: repeat-x;
  height: 91.6rem;
  margin-top: -48.9rem;
  padding-top: 22rem;
  position: relative;
  z-index: 3;
}
.top03 .railway-area {
  background-image: url(../img/top/railway03.svg);
  background-position: top 6rem center;
  background-repeat: repeat-x;
  background-size: 209rem;
  height: 100%;
  position: absolute;
  width: 100%;
}
.top03 .railway-area .mask {
  background: #fff9b5;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 2s;
  width: 200%;
}
.top03 .railway-area .mask.move {
  transform: translateX(-100%);
}
.top03 .contents {
  position: relative;
  z-index: 3;
}
.top03 .contents .content .title-area {
  align-items: center;
  background: #fff;
  border: solid 1rem #003990;
  display: flex;
  height: 9rem;
  justify-content: center;
  margin: auto;
  margin-bottom: 5.7rem;
  position: relative;
  width: 52.4rem;
}
.top03 .contents .content .title-area .deco {
  left: -21.5rem;
  position: absolute;
  top: 2rem;
  width: 22.8rem;
}
.top03 .contents .content .title-area .eng {
  line-height: 1;
  width: 16.9rem;
}
.top03 .contents .content .text-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: 100%;
}
.top03 .contents .content .text-area .deco {
  position: absolute;
  right: 7.4rem;
  width: 14.3rem;
}
.top03 .contents .content .text-area .desc {
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width:768px) {
  .top03 .container {
    background-position: top left;
    background-size: 80rem;
    height: auto;
    margin-top: -20rem;
    padding-top: 10rem;
  }
  .top03 .inner {
    background: #fff9b5;
  }
  .top03 .railway-area {
    background-position: top 5rem center;
  }
  .top03 .railway-area .mask {
    top: 5rem;
  }
  .top03 .contents {
    padding-bottom: 30rem;
  }
  .top03 .contents .content .title-area {
    border: solid .6rem #003990;
    height: 7rem;
    margin-bottom: 5.7rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 70%;
  }
  .top03 .contents .content .title-area .deco {
    left: -15.6rem;
    position: absolute;
    top: 1rem;
    width: 15.96rem;
  }
  .top03 .contents .content .title-area .eng {
    width: 11.8rem;
  }
  .top03 .contents .content .text-area {
    text-align: left;
  }
  .top03 .contents .content .text-area .deco {
    right: -1rem;
    top: 20rem;
    width: 10rem;
  }
  .top03 .contents .content .text-area .desc {
    margin-bottom: 2rem;
    padding-left: 7rem;
  }
}
/* ---------------------------------------------------------------------------
//  top04
--------------------------------------------------------------------------- */
.top04 .container {
  background-image: url(../img/top/top04-bg.svg);
  background-position: top center;
  background-repeat: repeat-x;
  height: 101.6rem;
  margin-top: -21.1rem;
  padding-top: 20rem;
  position: relative;
  z-index: 3;
}
.top04 .railway-area {
  background-image: url(../img/top/railway03.svg);
  background-position: top 6rem center;
  background-repeat: repeat-x;
  background-size: 209rem;
  height: 100%;
  position: absolute;
  width: 100%;
}
.top04 .railway-area .mask {
  background: #fff;
  height: 30rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: 2s;
  width: 200%;
}
.top04 .railway-area .mask.move {
  transform: translateX(100%);
}
.top04 .contents {
  position: relative;
  z-index: 3;
}
.top04 .contents .content01 {
  margin-bottom: 6.4rem;
}
.top04 .contents .content01 .title-area {
  align-items: center;
  background: #fff;
  border: solid 1rem #003990;
  display: flex;
  height: 9rem;
  justify-content: center;
  margin: auto;
  margin-bottom: 4.7rem;
  position: relative;
  width: 52.4rem;
}
.top04 .contents .content01 .title-area .deco {
  position: absolute;
  right: -23.5rem;
  top: .5rem;
  width: 23.18rem;
}
.top04 .contents .content01 .title-area .eng {
  line-height: 1;
  width: 21.6rem;
}
.top04 .contents .content01 .text-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: 100%;
}
.top04 .contents .content01 .text-area .desc {
  font-weight: bold;
  margin-bottom: 3rem;
}
.top04 .contents .content02 .link-list {
  display: flex;
  justify-content: space-between;
}
.top04 .contents .content02 .link-list .item {
  width: calc(100% / 3);
}
.top04 .contents .content02 .link-list .item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.top04 .contents .content02 .link-list .item .img {
  margin-bottom: 1.94rem;
  width: 18.2rem;
}
@media screen and (max-width:768px) {
  .top04 .container {
    background-position: top right;
    background-size: 80rem;
    height: auto;
    margin-top: -20rem;
    padding-top: 10rem;
    position: relative;
  }
  .top04 .container::before {
    background-image: url(../img/top/top03-bottom.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 136.6rem;
    bottom: -6.7rem;
    content: '';
    height: 6.9rem;
    position: absolute;
    width: 100%;
  }
  .top04 .inner {
    background: #fff;
  }
  .top04 .railway-area {
    background-position: top 5rem center;
  }
  .top04 .railway-area .mask {
    top: 5rem;
  }
  .top04 .contents .content01 {
    margin-bottom: 0;
  }
  .top04 .contents .content01 {
    margin-bottom: 2rem;
  }
  .top04 .contents .content01 .title-area {
    border: solid .6rem #003990;
    height: 7rem;
    margin-bottom: 5.7rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 70%;
  }
  .top04 .contents .content01 .title-area .deco {
    position: absolute;
    right: -15.6rem;
    top: 1rem;
    width: 15.96rem;
  }
  .top04 .contents .content01 .title-area .eng {
    width: 15.12rem;
  }
  .top04 .contents .content01 .text-area {
    text-align: left;
  }
  .top04 .contents .content01 .text-area .desc {
    margin-bottom: 2rem;
    padding-right: 6rem;
  }
  .top04 .contents .content02 .link-list {
    display: block;
    padding-bottom: 4rem;
  }
  .top04 .contents .content02 .link-list .item {
    margin-top: 4rem;
    width: 100%;
  }
  .top04 .contents .content02 .link-list .item {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .top04 .contents .content02 .link-list .item .img {
    margin-bottom: 1.94rem;
    width: 18.2rem;
  }
}
/* ---------------------------------------------------------------------------
//  top05
--------------------------------------------------------------------------- */
.top05 .container {
  background: #dfe8f7;
  margin-top: -7rem;
  padding-bottom: 29.7rem;
  position: relative;
  z-index: 2;
}
.top05 .inner {
  height: 100%;
  overflow: hidden;
  padding-top: 25rem;
  position: relative;
}
.top05 .contents {
  position: relative;
  z-index: 3;
}
.top05 .contents .content .title-area {
  align-items: center;
  background: #fff;
  border: solid 1rem #003990;
  display: flex;
  height: 9rem;
  justify-content: center;
  margin: auto;
  margin-bottom: 9rem;
  position: relative;
  width: 52.4rem;
}
.top05 .contents .content .title-area .eng {
  line-height: 1;
  width: 13.5rem;
}
.top05 .contents .content .youtube {
  aspect-ratio: 16 / 9;
  margin: auto;
  width: 83.6rem;
}
.top05 .contents .content .youtube iframe {
  height: 100%;
  width: 100%;
}
.top05 #rail05 {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.2rem;
}

.top05 .mask {
  background: #dfe8f7;
  height: 209rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 25rem;
  width: 6rem;
  transition: .2s;
}
@media screen and (max-width:768px) {
  .top05 .container {
    margin-top: 0;
    padding-bottom: 4rem;
  }
  .top05 .inner {
    padding-top: 13rem;
  }
  .top05 .contents .content .title-area {
    border: solid .6rem #003990;
    height: 7rem;
    margin-bottom: 4rem;
    width: 80%;
  }
  .top05 .contents .content .title-area .eng {
    width: 9.45rem;
  }
  .top05 .contents .content .youtube {
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------
//  top06
--------------------------------------------------------------------------- */
.top06 .container {
  margin-top: -19.5rem;
  padding-top: 21.6rem;
  position: relative;
  z-index: 3;
}
.top06 .container::before {
  background-color: #fff;
  background-image: url(../img/top/top06-bg01.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 136.6rem;
  content: '';
  height: 21.6rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.top06 .deco {
  background-image: url(../img/top/top06-deco01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 114.5rem;
  height: 33.8rem;
  position: relative;
  width: 100%;
}
.top06 .contents .content {
  background-image: url(../img/top/top06-bg02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -7rem;
  position: relative;
}
.top06 .contents .content .recruit-area {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 6.4rem 0;
}
.top06 .contents .content .recruit-area .title-area {
  margin-bottom: 2.5rem;
  text-align: center;
}
.top06 .contents .content .recruit-area .title-area .eng {
  width: 15.4rem;
}
.top06 .contents .content .recruit-area .title-area .jp {
  color: #f3ae00;
  font-size: 2.1rem;
  font-weight: bold;
}
.top06 .contents .content .recruit-area .text-area {
  text-align: center;
}
.top06 .contents .content .recruit-area .text-area .copy {
  font-size: 5.5rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.top06 .contents .content .recruit-area .text-area .desc {
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width:768px) {
  .top06 .container {
    margin-top: 0;
    padding-top: 6rem;
    position: relative;
    z-index: 3;
  }
  .top06 .container::before {
    background-size: 100%;
    height: 5rem;
  }
  .top06 .deco {
    background-size: 60rem;
    height: 20rem;
  }
  .top06 .contents .content {
    margin-top: -6rem;
  }
  .top06 .contents .content .recruit-area {
    padding: 4rem 2rem;
  }
  .top06 .contents .content .recruit-area .title-area {
    margin-bottom: 1rem;
  }
  .top06 .contents .content .recruit-area .title-area .eng {
    width: 10.78rem;
  }
  .top06 .contents .content .recruit-area .title-area .jp {
    font-size: 1.8rem;
  }
  .top06 .contents .content .recruit-area .text-area {
    text-align: center;
  }
  .top06 .contents .content .recruit-area .text-area .copy {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .top06 .contents .content .recruit-area .text-area .copy  span {
    left: .5rem;
    position: relative;
  }
}
/* ---------------------------------------------------------------------------
//  top07
--------------------------------------------------------------------------- */
.top07 .container {
  padding-bottom: 13rem;
  padding-top: 9rem;
  position: relative;
  z-index: 3;
}
.top07 .contents .content .title-area {
  margin-bottom: 4.2rem;
  text-align: center;
}
.top07 .contents .content .title-area .eng {
  margin: auto;
  width: 28.5rem;
}
.top07 .contents .content .title-area .jp {
  font-size: 2.1rem;
  font-weight: bold;
}
.top07 .contents .content .news-list {
  border-top: 1px solid #101010;
  margin: auto;
  margin-bottom: 3.4rem;
  max-width: 83.2rem;
}
.top07 .contents .content .news-list .item {
  border-bottom: 1px solid #101010;
}
.top07 .contents .content .news-list .item .link {
  display: flex;
  font-size: 1.6rem;
  padding: 2rem 2.5rem;
  transition: .2s;
}
.top07 .contents .content .news-list .item .link:hover {
  color: #003990;
}
.top07 .contents .content .news-list .item .link .date {
  width: 10.7rem;
}
.top07 .contents .content .news-list .item .link .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 10.7rem);
}
@media screen and (max-width:768px) {
  .top07 .container {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .top07 .contents .content .title-area {
    margin-bottom: 3rem;
  }
  .top07 .contents .content .title-area .eng {
    width: 19.95rem;
  }
  .top07 .contents .content .title-area .jp {
    font-size: 1.8rem;
  }
  .top07 .contents .content .news-list {
    margin-bottom: 3rem;
  }
  .top07 .contents .content .news-list .item .link {
    display: block;
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .top07 .contents .content .news-list .item .link .date {
    width: 100%;
  }
  .top07 .contents .content .news-list .item .link .title {
    width: 100%;
  }
}
