@charset "UTF-8";
.sideNav {
  position: fixed;
  top: auto;
  right: 0px;
  bottom: 20px;
  width: 180px;
  z-index: 99
}

@media screen and (max-width:1024px) {
  .sideNav {
    background-color: #001962;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%
  }
}

.sideNav__inner {
  width: 100%
}

@media screen and (max-width:1024px) {
  .sideNav__inner {
    padding: 2.7vw 4.1vw
  }
}

.sideNav__link {
  display: block;
  width: 100%
}

.sideNav__main-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width:1024px) {
  .sideNav__main-title {
    color: #0A1464;
    font-size: 4.4444444444vw;
    line-height: 2.5;
    font-weight: bold;
  }
}

.sideNav img {
  width: 100%
}

.sideNav .sideNav-contents {
  width: 100%
}

.sideNav .sideNav-contents__item {
  margin-bottom: 20px;
  transition: all .3s;
  width: 100%
}

.sideNav .sideNav-contents__item.estimate-item {
  background-image: url(/ja-jp/assets/img/common/bg_side_btn01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 60px 30px 25px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
  height: 130px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .sideNav .sideNav-contents__item.estimate-item {
    display: none
  }
}

.sideNav .sideNav-contents__item.estimate-item.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}

@media screen and (max-width:1024px) {
  .sideNav .sideNav-contents__item.spOnly-item {
    background-color: #fff;
    border-radius: 2vw;
    color: #0A1464;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.4vw;
    margin: 0 auto;
    text-align: center;
    height: 11vw;
    width: 91vw
  }

  .sideNav .sideNav-contents__item.spOnly-item .sideNav__link{
    position: relative;
    padding-right: 7.5vw;
  }

  .sideNav .sideNav-contents__item.spOnly-item .sideNav__link .sideNav__main-title {
    font-size: 5.5vw;
  }

  .sideNav .sideNav-contents__item.spOnly-item .sideNav__link::after {
    content: "";
    position: absolute;
    background: url(/ja-jp/assets/img/top/circle_arrow_blue.png);
    background-size: 100%;
    width: 5.5vw;
    height: 5.5vw;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
  }
}

.sideNav .sideNav-contents__item:last-of-type {
  margin-bottom: 0
}

img {
  width: 100%
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

#wrapper {
  overflow: hidden
}

#top {
  overflow: inherit;
  min-width: 1300px;
  position: relative!important
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  #top {
    min-width: 100%;
  }
}

@media screen and (max-width:1024px) {
  #top {
    min-width: 100%
  }
}

#footer {
  padding-bottom: 0
}

@media screen and (max-width:1024px) {
  #footer {
    padding-bottom: 20.8333333333vw!important
  }
}

.accordion-contetns {
  display: none
}

.accordion-switch {
  cursor: pointer;
  position: relative
}

.accordion-switch::after {
  content: "＋";
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}

@media screen and (max-width:1024px) {
  .accordion-switch::after {
    font-size: 10vw;
    right: 2.7777777778vw
  }
}

.accordion-switch.active::after {
  content: "－"
}

.firstview {
  /*background-color: #00207a;*/
  position: relative;
  width: 100%
}

@media screen and (max-width:1024px) {
  .firstview {
    padding-top: 11.1111111111vw;
    height: 220vw
  }
}

.firstview__inner {
  margin: 0 auto;
  padding: 60px 0 150px;
  position: relative;
  width: 1300px;
  z-index: 10
}

@media screen and (max-width:1024px) {
  .firstview__inner {
    padding: 0 4.4444444444vw;
    width: 100%
  }
}

.firstview__picture {
  display: block;
  width: 100%
}

.firstview__picture img {
  width: 100%
}

.firstview__estimate-btn {
  background-color: #0A1464;
  background-size: 100%;
  border-radius: 6px;
  color: #fff!important;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 80px;
  width: 100%;
}

.firstview__estimate-btn {
  position: relative;
}
.firstview__estimate-btn:after{
  content: "";
  position: absolute;
  background: url(/ja-jp/assets/img/top/circle_arrow_white.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 24px;
  right: 24px;
}

.firstview__request-btn {
  position: relative;
}
.firstview__request-btn:after{
  content: "";
  position: absolute;
  background: url(/ja-jp/assets/img/top/circle_arrow_blue.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 24px;
}

.firstview__estimate-btn--small {
  background-image: url(/ja-jp/assets/img/top/firstview_bg_btn03.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff!important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 7px 0 5px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .firstview__estimate-btn--small {
    display: none
  }
}

.firstview__request-btn {
  background: #fff;
  border: 1px solid #0A1464;
  border-radius: 6px;
  background-size: 100% 100%;
  color: #0A1464!important;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: 100%;
  letter-spacing: .1em;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.firstview__request-btn span {
  font-size: 20px
}

.firstview__about-btn {
  background-color: #0A1464;
  color: #fff!important;
  font-size: 5.5555555556vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 22.2222222222vw;
  width: 100%;
  border-radius: 2vw;
  position: relative;
}

.firstview__about-btn::after {
  content: "";
  position: absolute;
  background: url(/ja-jp/assets/img/top/circle_arrow_white.png);
  background-size: 100%;
  width: 6.5vw;
  height: 6.5vw;
  top: 8vw;
  right: 4vw;
}

.firstview__inner .step {
  position: relative;
  top: -200px;
}

@media screen and (max-width:1024px) {
  .firstview__inner .step {
    position: relative;
    top: -11vw;
  }
}

.firstview__inner .step .step_inner{
  display: flex;
  width: 920px;
  justify-content: space-between;
  margin: auto;
}

@media screen and (max-width:1024px) {
  .firstview__inner .step .step_inner{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    gap: 5vw;
  }
}

.firstview__inner .step .step_inner div {
  width: 280px;
}

@media screen and (max-width:1024px) {
  .firstview__inner .step .step_inner div {
    width: 100%;
  }
}

.firstview__award-text {
  color: #000;
  font-size: 8px
}

.firstview__parts-title {
  color: #001962;
  font-size: 18px;
  font-weight: 700
}

.firstview-parts__list .firstview-parts__item:nth-of-type(2) .firstview-titleArea .firstview__parts-title
  {
    display: inline-block;
    position: relative;
  }

.firstview-parts__list .firstview-parts__item:nth-of-type(2) .firstview-titleArea .firstview__parts-title:before 
  {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(/ja-jp/assets/img/top/new_icon.png);
    background-size: 100%;
    width: 40px;
    height: 40px;
    top: -6px;
    left: -54px;
  }

@media screen and (max-width:1024px) {
  .firstview-parts__list .firstview-parts__item:nth-of-type(2) .firstview-titleArea .firstview__parts-title:before 
  {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(/ja-jp/assets/img/top/new_icon.png);
    background-size: 100%;
    width: 9vw;
    height: 9vw;
    top: -1.7vw;
    left: -11vw;
  }
}

.achievement-parts .achievement-parts__item:nth-of-type(2) .achievement-info .achievement-imgArea
  {
    position: relative;
  }

.achievement-parts .achievement-parts__item:nth-of-type(2) .achievement-info .achievement-imgArea:before
{
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/ja-jp/assets/img/top/new_icon.png);
  background-size: 100%;
  width: 50px;
  height: 50px;
  top: 16px;
  left: -17px;
}

@media screen and (max-width:1024px) {
  .achievement-parts .achievement-parts__item:nth-of-type(2) .achievement-info .achievement-imgArea:before
  {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(/ja-jp/assets/img/top/new_icon.png);
    background-size: 100%;
    width: 12vw;
    height: 12vw;
    top: 5vw;
    left: -2vw;
  }
}
@media screen and (max-width:1024px) {
  .firstview__parts-title {
    font-size: 3.3333333333vw
  }
}

.firstview__link-text {
  border-bottom: #000 1px solid;
  color: #000!important;
  display: inline-block;
  line-height: 1;
  font-size: 18px
}

@media screen and (max-width:1024px) {
  .firstview__link-text {
    border-bottom: none;
    border: .2777777778vw solid #000;
    font-size: 3.8888888889vw;
    padding: 1.3888888889vw 0 1.3888888889vw;
    width: 100%
  }
}

.firstview__note-text {
  color: #000000;
  font-size: 3.3333333333vw;
  line-height: 1.7;
}

.firstview .firstview-flexArea {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

@media screen and (max-width:1024px) {
  .firstview .firstview-flexArea {
    flex-direction: column-reverse;
  }
}

.firstview .firstview-flexArea__item {
  width: 50%
}

@media screen and (max-width:1024px) {
  .firstview .firstview-flexArea__item {
    margin-bottom: 12.5vw;
    width: 100%
  }
}

@media screen and (max-width:1024px) {
  .firstview .firstview-flexArea__item:last-child {
    margin-bottom: 12.5vw;
  }
}

.firstview .firstview-flexArea.reserve {
  flex-direction: row-reverse;
  position: relative;
  top: -240px;
}

@media screen and (max-width:1024px) {
  .firstview .firstview-flexArea.reserve {
    flex-direction: column;
    position: relative;
    top: -6vw;
  
  }
}

.firstview .firstview-flexArea.topArea {
  margin-bottom: 30px
}

@media screen and (max-width:1024px) {
  .firstview .firstview-flexArea.topArea {
    margin-bottom: 5.5555555556vw
  }
}

.firstview .firstview-logo {
  margin-right: auto;
  position: relative;
  top: 0;
  width: 639px
}

@media screen and (max-width:1024px) {
  .firstview .firstview-logo {
    top: 0;
    width: 100%
  }
}

.firstview .firstview-step {
  margin: auto;
  width: 450px
}

.firstview .firstview-step ul {
    display: flex;
}
.firstview .firstview-step ul li{
    width: 200px;
}

@media screen and (max-width:1024px) {
  .firstview .firstview-step {
    width: 90vw;
  }
  .firstview .firstview-step ul {
    display: unset;
}
  .firstview .firstview-step ul li.step01{
    order: 2;
    width: 46vw;
    margin: auto;
}
    .firstview .firstview-step ul li.step02{
        order: 1;
        width: 46vw;
        position: relative;
        top: -6vw;
    }
    .firstview .firstview-step ul li.step03{
        order: 3;
        width: 46vw;
        top: -52vw;
        position: relative;
        margin-left: auto;
    }
}

.firstview .firstview-award {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-right: auto;
  margin-bottom: 15px;
  width: 250px
}

@media screen and (max-width:1024px) {
  .firstview .firstview-award {
    justify-content: center;
    margin-bottom: 0;
    width: 100%
  }
}

.firstview .firstview-award__item {
  width: 120px
}

@media screen and (max-width:1024px) {
  .firstview .firstview-award__item {
    width: 36.1111111111vw
  }
}

.firstview .firstview-btnArea {
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  width: 500px
}

@media screen and (max-width:1024px) {
  .firstview .firstview-btnArea {
    width: 100%
  }
}

.firstview .firstview-btnArea .first_link {
  font-size: 20px;
  color: #0A1464;
  font-weight: 700;
  margin-bottom: 5px
}

.firstview .firstview-btnArea .first_link:after {
  content: "";
  width: 7px;
  height: 14px;
  display: inline-block;
  background-image: url(/ja-jp/assets/img/top/first_link_after_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-right: 3px
}

.firstview .firstview-btnArea__item {
  margin-bottom: 20px;
  width: 100%
}

.firstview .firstview-btnArea__item:last-of-type {
  margin-bottom: 0
}

.firstview .firstview-btnArea__item.request-btn_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media screen and (max-width:1024px) {
  .firstview .firstview-btnArea__item.request-btn_box {
    display: none
  }
}

.firstview .firstview-noteArea {
  margin-top: 2.7777777778vw;
  text-align: center
}

.firstview .firstview-bgVideo {
  /*background-color: #001962;*/
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 743px;
  width: 100%;
  min-width: 1300px;
  z-index: 9
}

@media screen and (max-width:1024px) {
  .firstview .firstview-bgVideo {
    height: 275vw;
    min-width: 100%
  }
}

.firstview .firstview-bgVideo img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%
}

.firstview .firstview-parts {
  position: absolute;
  top: 635px;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  z-index: 15
}

@media screen and (max-width:1024px) {
  .firstview .firstview-parts {
    top: 114%;
    left: 0;
    transform: inherit;
    width: 100%
  }
}

.firstview .firstview-parts__list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

@media screen and (max-width:1024px) {
  .firstview .firstview-parts__list {
    justify-content: flex-start;
    overflow-x: scroll;
    padding-top: 2vw;
    padding-bottom: 5vw
  }
}

.firstview .firstview-parts__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px gray;
  padding: 20px;
  width: 200px;
  position: relative;
}

.firstview-imgArea {
  position: relative;
}

.firstview .firstview-imgArea::after {
  content: "";
  position: absolute;
  background: url(/ja-jp/assets/img/top/circle_arrow_blue_under.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  bottom: -10px;
  right: -27px;
}

@media screen and (max-width:1024px) {
  .firstview .firstview-imgArea::after {
    width: 5.5vw;
    height: 5.7vw;
    bottom: -1vw;
    right: -4vw;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.firstview-linkArea {
  margin-top: 20px;
}

@media screen and (max-width:1024px) {
  .firstview .firstview-parts__item {
    flex: 0 0 auto;
    margin: 0 2.7777777778vw;
    padding: 4.1666666667vw 2.7777777778vw 2.7777777778vw;
    min-width: 38.8888888889vw;
    width: 38.8888888889vw
  }
}

@media screen and (max-width:1024px) {
  .firstview .firstview-parts__item:first-child {
    margin-left: 2.7777777778vw
  }
}

.firstview .firstview-parts__item:last-child {
  margin-right: 0
}

@media screen and (max-width:1024px) {
  .firstview .firstview-parts__item:last-child {
    margin-right: 2.7777777778vw
  }
}

.firstview .firstview-titleArea {
  width: 100%
}

.firstview .firstview-titleArea.parts-titleArea {
  margin-bottom: 10px;
  text-align: center
}

.firstview .firstview-imgArea {
  width: 80%;
  margin: auto;
}

.firstview .firstview-linkArea {
  display: none
}

.firstview .firstview-linkArea.active {
  display: block
}

.firstview .firstview-linkArea__item {
  width: 100%
}

.firstview .firstview-linkArea__item.btn-item {
  margin-bottom: 10px
}

.firstview .firstview-linkArea__item.text-item {
  text-align: center
}

.about {
  padding: 0 0 50px;
  width: 100%
}

.parts {
  width: 100%
}

@media screen and (max-width:1024px) {
  .about {
    padding: 92.111111vw 0 16.6666666667vw
  }
}

.about__inner {
  margin: 0 auto;
  width: 1300px
}

@media screen and (max-width:1024px) {
  .about__inner {
    padding: 0 4.4444444444vw;
    width: 100%
  }
}

.about__sub-title {
  color: #001e6f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px
}

@media screen and (max-width:1024px) {
  .about__sub-title {
    font-size: 5.5555555556vw;
    margin-bottom: 0
  }
}

.about__sub-title span {
  font-size: 30px
}

@media screen and (max-width:1024px) {
  .about__sub-title span {
    font-size: 6.6666666667vw
  }
}

.about__sub-title sup {
  font-size: 12px;
  top: -15px
}

@media screen and (max-width:1024px) {
  .about__sub-title sup {
    font-size: 3.3333333333vw;
    top: -4vw
  }
}

.about__main-title {
  font-size: 34px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .about__main-title {
    font-size: 8.3333333333vw
  }
}

.about__main-text {
  font-size: 13px
}

@media screen and (max-width:1024px) {
  .about__main-text {
    font-size: 3.8888888889vw
  }
}

.about__note-text {
  font-size: 8px
}

@media screen and (max-width:1024px) {
  .about__note-text {
    font-size: 2.2222222222vw
  }
}

.about__example-title {
  color: #fff;
  font-size: 20px
}

.about__more-btn {
  background-color: #001962;
  border-radius: 5px;
  color: #fff!important;
  display: inline-block;
  font-size: 16px;
  padding: 13px 0;
  position: relative;
  text-align: center;
  width: 200px
}

@media screen and (max-width:1024px) {
  .about__more-btn {
    padding: 2.2222222222vw 0 1.3888888889vw;
    font-size: 4.4444444444vw;
    width: 44.4444444444vw
  }
}

.about__more-btn::after {
  content: "";
  background-image: url(/ja-jp/assets/img/top/icon_arrow01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  height: 16px;
  width: 8px
}

@media screen and (max-width:1024px) {
  .about__more-btn::after {
    right: 1.9444444444vw;
    height: 4.4444444444vw;
    width: 2.2222222222vw
  }
}

.about .about-titleArea {
  margin-bottom: 40px;
  text-align: center
}

.about .about-titleArea.example-titleArea {
  background-color: #001962;
  padding: 16px;
  position: absolute;
  top: -20px;
  left: 0;
  margin-bottom: 0;
  text-align: center;
  width: 700px
}

@media screen and (max-width:1024px) {
  .about .about-titleArea.example-titleArea {
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
    width: 77.7777777778vw
  }
}

.about .about-movie {
  margin: 0 auto 20px;
  width: 810px
}

@media screen and (max-width:1024px) {
  .about .about-movie {
    margin: 0 auto 5.5555555556vw;
    width: 100%
  }
}

.about .about-noteArea {
  margin-left: auto;
  margin-bottom: 60px;
  width: 450px
}

@media screen and (max-width:1024px) {
  .about .about-noteArea {
    margin: 0 auto 75px;
    width: 100%
  }
}

.about .about-example {
  background-color: #fff;
  padding: 50px 50px 50px;
  position: relative;
  margin-bottom: 50px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .about .about-example {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 19.4444444444vw 4.4444444444vw 22.2222222222vw;
    margin-bottom: 13.8888888889vw;
    width: 100vw
  }
}

.about .about-flexArea {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

@media screen and (max-width:1024px) {
  .about .about-flexArea {
    align-items: center;
    flex-direction: column
  }
}

.about .about-flexArea__item {
  width: 50%
}

.about .about-flexArea__item.graf-item {
  position: relative;
  width: 600px
}
.about .about-flexArea__item.award-item {
  position: relative;
  width: 1200px
}
@media screen and (max-width:1024px) {
  .about .about-flexArea__item.graf-item {
    margin-bottom: 11.1111111111vw;
    width: 100%
  }
}

.about .about-flexArea__item.explanation-item {
  width: 430px
}

@media screen and (max-width:1024px) {
  .about .about-flexArea__item.explanation-item {
    width: 100%
  }
}

.about .about-flexArea .about-reduction {
  opacity: 0;
  margin-top: -10%;
  position: absolute;
  right: 0;
  top: 55px;
  width: 250px
}

@media screen and (max-width:1024px) {
  .about .about-flexArea .about-reduction {
    top: 12vw;
    width: 41.6666666667vw
  }
}

.about .about-flexArea .about-picture {
  width: auto
}

.about .about-textArea {
  width: 100%
}

.about .about-textArea.example-textArea {
  margin-bottom: 10px
}

@media screen and (max-width:1024px) {
  .about .about-textArea.example-textArea {
    margin-bottom: 11.1111111111vw
  }
}

.about .about-voice {
  position: relative;
  margin-bottom: 20px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .about .about-voice {
    margin-bottom: 5.5555555556vw
  }
}

.about .about-voice::before {
  content: "";
  background-image: url(/ja-jp/assets/img/top/about_voice_balloon01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  height: 100px;
  width: 300px
}

@media screen and (max-width:1024px) {
  .about .about-voice::before {
    background-image: url(/ja-jp/assets/img/top/about_voice_balloon01__sp.png);
    top: -20vw;
    height: 19.4444444444vw;
    width: 52.7777777778vw
  }
}

.about .about-voice__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%
}

@media screen and (max-width:1024px) {
  .about .about-voice__list {
    overflow-x: scroll;
    padding-bottom: 5vw
  }
}

.about .about-voice__item {
  margin-right: 15px;
  width: 535px
}

@media screen and (max-width:1024px) {
  .about .about-voice__item {
    flex: 0 0 auto;
    margin-right: 4.1666666667vw;
    min-width: 66.6666666667vw;
    width: 66.6666666667vw
  }
}

.about .about-voice__item:last-of-type {
  margin-right: 0
}

.about .about-more {
  text-align: right;
  width: 100%
}

.flow {
  background-color: #fff;
  padding-top: 100px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .flow {
    padding-top: 27.7777777778vw
  }
}

.flow__inner {
  margin: 0 auto;
  width: 1300px
}

@media screen and (max-width:1024px) {
  .flow__inner {
    padding: 0 4.4444444444vw;
    width: 100%
  }
}

.flow__sub-title {
  color: #00207a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px
}

@media screen and (max-width:1024px) {
  .flow__sub-title {
    font-size: 5.5555555556vw;
    margin-bottom: 0
  }
}

.flow__main-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px
}

@media screen and (max-width:1024px) {
  .flow__main-title {
    font-size: 8.3333333333vw;
    line-height: 1.5;
    margin-bottom: 5.5555555556vw
  }
}

.flow__step-title {
  color: #00207a;
  font-size: 18px;
  font-weight: 700
}

.flow__chart-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px
}

.flow__catch-title {
  border-bottom: 4px solid #fbf95a;
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .flow__catch-title {
    font-size: 8.8888888889vw
  }
}

.flow__catch-title span {
  color: #fbf95a
}

.flow__chart-text {
  font-size: 16px
}

.flow__link-text {
  border-bottom: 1px solid #00207a;
  color: #00207a;
  font-size: 16px
}

.flow__note-text {
  font-size: 16px
}

@media screen and (max-width:1024px) {
  .flow__note-text {
    font-size: 3.3333333333vw
  }
}

.flow__link-btn {
  background-color: #001962;
  border-radius: 5px;
  color: #fff!important;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 25px;
  position: relative;
  text-align: left;
  width: 100%
}

.flow__link-btn::after {
  content: "";
  background-image: url(/ja-jp/assets/img/top/icon_arrow01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 8px
}

.flow .flow-titleArea {
  margin-bottom: 60px;
  text-align: center;
  width: 100%
}

.flow .flow-titleArea.step-titleArea {
  background-color: #fff;
  padding: 7px 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 30px;
  text-align: center;
  width: 160px
}

@media screen and (max-width:1024px) {
  .flow .flow-titleArea.step-titleArea {
    top: 4.1666666667vw;
    width: 19.4444444444vw
  }
}

.flow .flow-titleArea.wide-titleArea {
  background-image: url(/ja-jp/assets/img/top/flow_bg_wide01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 290px 0 90px;
  margin: -200px auto 0;
  text-align: center;
  width: 100%
}

@media screen and (max-width:1024px) {
  .flow .flow-titleArea.wide-titleArea {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-top: -72.2222222222vw;
    padding: 83.3333333333vw 9.7222222222vw 12.5vw;
    width: 100vw
  }
}

.flow .flow-noteArea {
  width: 100%
}

@media screen and (max-width:1024px) {
  .flow .flow-noteArea {
    text-align: center
  }
}

.flow .flow-chart {
  width: 100%
}

.flow .flow-chart__item {
  background-image: url(/ja-jp/assets/img/top/flow_bg_step01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding: 60px;
  position: relative;
  width: 1110px
}

@media screen and (max-width:1024px) {
  .flow .flow-chart__item {
    background-image: url(/ja-jp/assets/img/top/flow_bg_step01__sp.png);
    background-size: 100% 100%;
    padding: 18.0555555556vw 5.5555555556vw 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
    width: 100%
  }
}

.flow .flow-chart__item:last-child {
  margin-bottom: 0
}

.flow .flow-flexArea {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

@media screen and (max-width:1024px) {
  .flow .flow-flexArea {
    flex-direction: column
  }
}

.flow .flow-flexArea__item {
  margin-bottom: 30px;
  width: auto
}

.flow .flow-flexArea__item.img-item {
  width: 500px
}

@media screen and (max-width:1024px) {
  .flow .flow-flexArea__item.img-item {
    width: 100%
  }
}

.flow .flow-flexArea__item:last-of-type {
  margin-bottom: 0
}

.flow .flow-textArea {
  padding: 35px 0;
  height: 220px
}

@media screen and (max-width:1024px) {
  .flow .flow-textArea {
    padding: 0;
    margin-bottom: 8.3333333333vw;
    height: auto
  }
}

.flow .flow-btnArea {
  width: 100%
}

.flow .flow-btnArea.chart-btnArea {
  width: 300px
}

@media screen and (max-width:1024px) {
  .flow .flow-btnArea.chart-btnArea {
    width: 80.5555555556vw
  }
}

.strength {
  padding: 50px 0 50px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .strength {
    padding: 16.6666666667vw 0
  }
}

.strength__inner {
  margin: 0 auto;
  width: 1110px
}

@media screen and (max-width:1024px) {
  .strength__inner {
    padding: 0 4.4444444444vw;
    width: 100%
  }
}

.strength__main-title {
  font-size: 28px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .strength__main-title {
    font-size: 5.5555555556vw
  }
}

.strength__point-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .strength__point-title {
    font-size: 5vw
  }
}

.strength__point-text {
  font-size: 16px
}

@media screen and (max-width:1024px) {
  .strength__point-text {
    font-size: 3.8888888889vw
  }
}

.strength__note-text {
  font-size: 13px
}

@media screen and (max-width:1024px) {
  .strength__note-text {
    font-size: 3.3333333333vw
  }
}

.strength .strength-titleArea {
  margin-bottom: 60px;
  text-align: center;
  width: 100%
}

@media screen and (max-width:1024px) {
  .strength .strength-titleArea {
    margin-bottom: 11.1111111111vw
  }
}

.strength .strength-titleArea.point-titleArea {
  background-color: #001962;
  border-radius: 10px 10px 0 0;
  padding: 15px 0;
  margin-bottom: 0
}

.strength .strength-textArea {
  width: 100%
}

.strength .strength-textArea.point-textArea {
  padding: 20px 30px;
  margin-bottom: 20px;
  height: 120px
}

@media screen and (max-width:1024px) {
  .strength .strength-textArea.point-textArea {
    padding: 8.3333333333vw 5.5555555556vw;
    margin-bottom: 0;
    height: auto
  }
}

.strength .strength-textArea.note-textArea {
  padding: 0 10px 10px
}

@media screen and (max-width:1024px) {
  .strength .strength-textArea.note-textArea {
    padding: 0 5.5555555556vw
  }
}

.strength .strength-imgArea {
  width: 100%
}

.strength .strength-imgArea.point-imgArea {
  padding: 0 10px 10px
}

.strength .strength-point {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%
}

@media screen and (max-width:1024px) {
  .strength .strength-point {
    flex-direction: column
  }
}

.strength .strength-point__item {
  background-color: #f2f2f2;
  margin-right: 30px;
  height: 450px;
  width: 350px
}

@media screen and (max-width:1024px) {
  .strength .strength-point__item {
    margin-right: 0;
    margin-bottom: 4.1666666667vw;
    height: 100%;
    width: 100%
  }
}

.strength .strength-point__item:last-of-type {
  margin-right: 0;
  margin-bottom: 0
}

.banner {
  background-image: url(/ja-jp/assets/img/top/banner_bg01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  width: 100%
}

@media screen and (max-width:1024px) {
  .banner {
    padding: 16.6666666667vw 0
  }
}

.banner__inner {
  margin: 0 auto;
  width: 100%
}

.banner__link-btn {
  background-image: url(/ja-jp/assets/img/top/banner_bg_btn01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff!important;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .banner__link-btn {
    background-image: url(/ja-jp/assets/img/top/firstview_bg_btn04.png);
    background-size: 100% 100%;
    font-size: 5.5555555556vw;
    height: 22.2222222222vw
  }
}

.banner .banner-btnArea {
  margin: 0 auto;
  width: 720px
}

@media screen and (max-width:1024px) {
  .banner .banner-btnArea {
    width: 91.6666666667vw
  }
}

.secure {
  background-color: #f2f2f2!important;
}

@media screen and (max-width:1024px) {
  .secure {
    padding: 16.6666666667vw 0 16.6666666667vw!important
  }
}

.secure__main-title {
  font-size: 28px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .secure__main-title {
    font-size: 5.5555555556vw
  }
}

.secure .inner {
  max-width: 1155px!important
}

.secure .secure-titleArea {
  margin-bottom: 60px;
  text-align: center;
  width: 100%
}

@media screen and (max-width:1024px) {
  .secure .secure-titleArea {
    margin-bottom: 11.1111111111vw
  }
}

@media screen and (max-width:1024px) {
  .secure .secureBlock {
    flex-direction: column-reverse;
    flex-wrap: nowrap!important
  }
}

.secure .secureBlock .img {
  width: 730px!important
}

@media screen and (max-width:1024px) {
  .secure .secureBlock .img {
    padding: 0!important;
    width: 100%!important
  }
}

.secure .secureBlock .txtBox {
  margin-top: 55px
}

@media screen and (max-width:1024px) {
  .secure .secureBlock .txtBox {
    margin-top: 8.3333333333vw
  }
}

.secure .secureBlock .txtBox .list li {
  margin-bottom: 5px
}

@media screen and (max-width:1024px) {
  .secure .secureBlock .txtBox .list li {
    font-size: 3.6111111111vw!important;
    line-height: 2!important;
    margin-bottom: 5.5555555556vw
  }
}

.secure .secureBlock .txtBox .list li:last-child {
  margin-bottom: 0
}

.secure .secureBlock .txtBox .list li .icon {
  background: 0 0!important;
  position: relative
}

@media screen and (max-width:1024px) {
  .secure .secureBlock .txtBox .list li .icon {
    padding-left: 8vw!important
  }
}

.secure .secureBlock .txtBox .list li .icon::before {
  content: "";
  background-image: url(../img/top/icon_check.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 24px
}

@media screen and (max-width:1024px) {
  .secure .secureBlock .txtBox .list li .icon::before {
    height: 5vw;
    width: 5.5555555556vw
  }
}

.secure .secureBlock .txtBox .list li .icon span {
  font-size: 10px;
  position: absolute;
  top: 0
}

.secure .kome {
  color: #000!important;
  font-size: 12px!important;
  padding-left: 1em;
  text-indent: -1em
}

@media screen and (max-width:1024px) {
  .secure .kome {
    font-size: 3.3333333333vw!important
  }
}

.secure .att {
  border: 1px solid #000!important;
  max-width: 100%!important
}

@media screen and (max-width:1024px) {
  .secure .att {
    margin-top: 11.1111111111vw
  }
}

.secure .att .tit {
  font-size: 18px!important
}

.secure .att .txt {
  font-size: 14px!important
}

.achievement {
  background-color: #f2f2f2;
  padding: 60px 0 0!important
}

.achievement__main-title {
  font-size: 28px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .achievement__main-title {
    font-size: 5.5555555556vw
  }
}

.achievement__example-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .achievement__example-title {
    font-size: 3.3333333333vw
  }
}

.achievement__day-text {
  font-size: 16px
}

@media screen and (max-width:1024px) {
  .achievement__day-text {
    font-size: 3.6111111111vw
  }
}

.achievement__sup-text {
  font-size: 12px
}

@media screen and (max-width:1024px) {
  .achievement__sup-text {
    font-size: 2.7777777778vw
  }
}

.achievement__price-text {
  font-size: 16px
}

@media screen and (max-width:1024px) {
  .achievement__price-text {
    font-size: 3.6111111111vw
  }
}

.achievement__detail-title {
  color: #fff;
  font-size: 16px
}

@media screen and (max-width:1024px) {
  .achievement__detail-title {
    font-size: 4.4444444444vw
  }
}

.achievement__detail-text {
  color: #fff;
  font-size: 12px
}

@media screen and (max-width:1024px) {
  .achievement__detail-text {
    font-size: 3.3333333333vw
  }
}

.achievement__link-btn {
  font-size: 20px;
  border-bottom: #00207a 1px solid;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .achievement__link-btn {
    font-size: 4.4444444444vw
  }
}

.achievement .inner {
  max-width: 1300px!important
}

.achievement .evaluationBlock {
  padding-top: 140px;
  position: relative;
  margin: 0 auto 80px;
  max-width: 1000px
}

@media screen and (max-width:1024px) {
  .achievement .evaluationBlock {
    padding-top: 50vw;
    margin: 0 auto 13.8888888889vw!important
  }
}

.achievement .evaluationBlock .comment01 {
  position: absolute;
  right: -60px;
  top: 70px;
  margin: 0!important;
  width: 240px
}

@media screen and (max-width:1024px) {
  .achievement .evaluationBlock .comment01 {
    right: 0;
    top: 32vw;
    width: 43.3333333333vw!important
  }
}

.achievement .evaluationBlock .comment02 {
  position: absolute;
  left: -50px;
  top: 70px;
  margin: 0!important;
  width: 240px
}

@media screen and (max-width:1024px) {
  .achievement .evaluationBlock .comment02 {
    top: 19.4444444444vw;
    left: 0vw;
    width: 43.3333333333vw!important
  }
}

.achievement .evaluationBlock .comment03 {
  position: absolute;
  left: 245px;
  top: 0;
  margin: 0!important;
  width: 240px
}

@media screen and (max-width:1024px) {
  .achievement .evaluationBlock .comment03 {
    left: 40vw;
    width: 43.3333333333vw!important
  }
}

.achievement .evaluationBlock .evaluationTit::after, .achievement .evaluationBlock .evaluationTit::before {
  display: none!important
}

.achievement .evaluationBlock .evaluationTit .yellowLine {
  background: linear-gradient(transparent 60%, #fbf95a 0%)
}

@media screen and (max-width:1024px) {
  .achievement .evaluationBlock .evaluationGraf .graf {
    margin-bottom: 13.8888888889vw!important
  }
}

.achievement .evaluationBlock .evaluationGraf .num {
  line-height: 1.3
}

.achievement .evaluationBlock .evaluationGraf .num.yellowLine {
  background: linear-gradient(transparent 55%, #fbf95a 0%)
}

.achievement .evaluationBlock .evaluationGraf .icon {
  width: 60px
}

@media screen and (max-width:1024px) {
  .achievement .evaluationBlock .evaluationGraf .icon {
    position: absolute;
    bottom: -11.1111111111vw!important;
    left: 50%!important;
    transform: translateX(-50%)
  }
}

@media screen and (max-width:1024px) {
  .achievement .evaluationBlock .kome {
    margin-top: 6.9444444444vw!important;
    font-size: 3.3333333333vw!important
  }
}

.achievement .achievement-titleArea {
  text-align: center;
  width: 100%
}

.achievement .achievement-titleArea.customer-titleArea {
  margin-bottom: 60px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-titleArea.customer-titleArea {
    margin-top: -25vw;
    margin-bottom: 9.7222222222vw
  }
}

.achievement .achievement-titleArea.parts-titleArea {
  margin-bottom: 80px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-titleArea.parts-titleArea {
    margin-bottom: 15.2777777778vw
  }
}

.achievement .achievement-titleArea.example-titleArea {
  background-color: #001962;
  border-radius: 100px;
  padding: 10px 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 200px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-titleArea.example-titleArea {
    width: 33.3333333333vw
  }
}

.achievement #voiceSlider {
  margin: 0!important
}

.achievement #voiceSlider .slick-list {
  padding-top: 0!important;
  padding-bottom: 60px!important
}

.achievement .achievement-parts {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 100px;
  width: 1300px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-parts {
    margin: 0 auto 13.8888888889vw;
    overflow-x: scroll;
    padding: 5vw 0 46vw;
    width: 100%
  }
}

.achievement .achievement-parts__item {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: .3s;
  width: 240px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-parts__item {
    border-radius: 5vw;
    margin: 0 1.3888888889vw;
    flex: 0 0 auto;
    min-width: 38.8888888889vw;
    width: 61.1111111111vw
  }
}

.achievement .achievement-info {
  background-color: #fff;
  padding: 30px 20px 20px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-info {
    border-radius: 1vw;
    padding: 2.7777777778vw
  }
}

.achievement .achievement-detail {
  background-color: #333;
  border: 4px solid #fff;
  display: none;
  padding: 20px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-detail {
    padding: 7vw 2vw;
    width: 100%
  }
}

.achievement .achievement-detail.active {
  display: block
}

.achievement .achievement-detailList {
  width: 100%
}

.achievement .achievement-detailList__item {
  margin-bottom: 5px
}

.achievement .achievement-detailList__item:last-of-type {
  margin-bottom: 0
}

.achievement .achievement-imgArea {
  margin: 0 auto;
  width: 160px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-imgArea {
    width: 90%
  }
}

.achievement .achievement-textBox {
  border: 1px solid #707070;
  padding: 5px 0;
  text-align: center;
  width: 100%
}

@media screen and (max-width:1024px) {
  .achievement .achievement-textBox {
    padding: 1.3888888889vw 0
  }
}

.achievement .achievement-textBox.day-textBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  height: 60px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-textBox.day-textBox {
    margin-bottom: 1.3888888889vw;
    height: 13.8888888889vw
  }
}

.achievement .achievement-textBox.price-textBox {
  margin-bottom: 10px
}

@media screen and (max-width:1024px) {
  .achievement .achievement-textBox.price-textBox {
    margin-bottom: 1.3888888889vw
  }
}

.achievement .achievement-btnArea {
  text-align: center;
  width: 100%
}

.commercial .inner {
  max-width: 1300px!important
}

.commercial .columnBlock {
  margin: 40px 0!important;
  width: 100%!important
}

.commercial .columnBlock li {
  width: 32%!important
}

@media screen and (max-width:1024px) {
  .commercial .columnBlock li {
    width: 100%!important
  }
}

.commercial .columnBlock li .editing {
  font-size: 20px!important
}

.commercial .actor {
  text-align: center
}

.commercial .actor dt {
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 0 3px;
  width: 160px
}

.commercial .actor dd {
  font-size: 14px
}

.achievement .customerVoice {
  overflow: hidden
}

.achievement .customerVoice .logoSlider {
  margin-bottom:100px;
  background-color: #fff;
}

.achievement .customerVoice .next-arrow, .achievement .customerVoice .prev-arrow {
  display: none!important
}

.news {
  background-color: #fff;
  width: 100%
}

.news__sub-title {
  color: #001e6f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px
}

@media screen and (max-width:1024px) {
  .news__sub-title {
    font-size: 5.5555555556vw;
    margin-bottom: 0
  }
}

.news__main-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px
}

@media screen and (max-width:1024px) {
  .news__main-title {
    font-size: 8.3333333333vw
  }
}

.news__sup-text {
  font-size: 16px
}

@media screen and (max-width:1024px) {
  .news__sup-text {
    font-size: 3.3333333333vw
  }
}

.news .inner {
  max-width: 1110px!important
}

@media screen and (max-width:1024px) {
  .news .inner {
    margin: 0 auto!important;
    padding: 0 4.5vw!important;
    max-width: 100%!important
  }
}

.news .news-titleArea {
  margin-bottom: 60px;
  text-align: center;
  width: 100%
}

@media screen and (max-width:1024px) {
  .news .news-titleArea {
    margin-bottom: 5.5555555556vw
  }
}

.news .newsBlock {
  width: 100%!important
}

@media screen and (max-width:1024px) {
  .news .newsBlock .newsList {
    margin: 0!important
  }
}

.news .newsBlock .newsList li {
  border-bottom: 1px solid #00207a!important
}

.news .newsBlock .newsList li:first-child {
  border-top: none!important
}

.news .newsBlock .newsList li a {
  padding: 20px 40px 17px!important
}

@media screen and (max-width:1024px) {
  .news .newsBlock .newsList li a {
    padding: 5.5555555556vw 0!important
  }
}

.news .newsBlock .newsList li a .date {
  font-size: 14px;
  width: 135px!important
}

@media screen and (max-width:1024px) {
  .news .newsBlock .newsList li a .date {
    font-size: 3.3333333333vw;
    width: 19.4444444444vw
  }
}

.news .newsBlock .newsList li a .detail {
  font-size: 16px
}

@media screen and (max-width:1024px) {
  .news .newsBlock .newsList li a .detail {
    font-size: 3.3333333333vw
  }
}

.qa {
  padding: 100px 0;
  width: 100%
}

@media screen and (max-width:1024px) {
  .qa {
    padding: 16.7vw 0
  }
}

.qa__inner {
  margin: 0 auto;
  width: 1110px
}

@media screen and (max-width:1024px) {
  .qa__inner {
    padding: 0 4.2vw;
    width: 100%
  }
}

.qa__sub-title {
  color: #001e6f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px
}

@media screen and (max-width:1024px) {
  .qa__sub-title {
    font-size: 5.5vw;
    margin-bottom: 4.2vw
  }
}

.qa__main-title {
  font-size: 34px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .qa__main-title {
    font-size: 8vw;
    line-height: 1.5
  }
}

.qa__accordion-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .qa__accordion-title {
    font-size: 3.8888888889vw
  }
}

.qa__accordion-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2
}

@media screen and (max-width:1024px) {
  .qa__accordion-text {
    font-size: 3.3333333333vw
  }
}

.qa__link-text {
  border-bottom: 1px solid #00207a;
  font-size: 16px;
  font-weight: 500;
  line-height: 2
}

@media screen and (max-width:1024px) {
  .qa__link-text {
    font-size: 3.3333333333vw
  }
}

.qa__format-title {
  font-size: 20px;
  margin-bottom: 15px
}

@media screen and (max-width:1024px) {
  .qa__format-title {
    font-size: 5.5555555556vw;
    margin-bottom: 4.1666666667vw
  }
}

.qa__more-btn {
  background-color: #001962;
  border-radius: 5px;
  color: #fff!important;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 25px;
  position: relative;
  text-align: left;
  width: 220px
}

@media screen and (max-width:1024px) {
  .qa__more-btn {
    font-size: 5vw;
    width: 55.5555555556vw
  }
}

.qa__more-btn::after {
  content: "";
  background-image: url(/ja-jp/assets/img/top/icon_arrow01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 8px
}

.qa .qa-titleArea {
  margin-bottom: 60px;
  text-align: center;
  width: 100%
}

@media screen and (max-width:1024px) {
  .qa .qa-titleArea {
    margin-bottom: 11.1vw
  }
}

.qa .qa-archive {
  margin-bottom: 40px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .qa .qa-archive {
    margin-bottom: 11.1111111111vw
  }
}

.qa .qa-archive__item {
  margin-bottom: 30px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .qa .qa-archive__item {
    margin-bottom: 4.1666666667vw
  }
}

.qa .qa-archive__item:last-of-type {
  margin-bottom: 0
}

.qa .qa-question {
  background-color: #000;
  padding: 25px 60px;
  position: relative;
  width: 100%
}

@media screen and (max-width:1024px) {
  .qa .qa-question {
    padding: 4.1666666667vw 12.5vw 4.1666666667vw 13.8888888889vw
  }
}

.qa .qa-question::before {
  content: "Q";
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (max-width:1024px) {
  .qa .qa-question::before {
    left: pxotvw(20);
    font-size: 6.6666666667vw
  }
}

.qa .qa-answer {
  background-color: #fff;
  padding: 30px 60px;
  position: relative;
  width: 100%
}

@media screen and (max-width:1024px) {
  .qa .qa-answer {
    padding: 8vw 4.1666666667vw 4.1666666667vw 12.5vw;
    min-height: 20vw
  }
}

.qa .qa-answer::before {
  content: "A";
  color: #00207a;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 20px
}

@media screen and (max-width:1024px) {
  .qa .qa-answer::before {
    left: pxotvw(20);
    top: pxotvw(20);
    font-size: 6.6666666667vw
  }
}

.qa .qa-btnArea {
  text-align: right;
  width: 100%
}

@media screen and (max-width:1024px) {
  .qa .qa-btnArea {
    text-align: center
  }
}

.qa .qa-format {
  padding-top: 40px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .qa .qa-format {
    padding-top: 11.1111111111vw
  }
}

.qa .qa-format__table {
  width: 100%
}

.qa .qa-format__th {
  background-color: #001e6f;
  border: 1px solid #001e6f;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  text-align: left;
  width: 50%
}

@media screen and (max-width:1024px) {
  .qa .qa-format__th {
    font-size: 3.3333333333vw;
    padding: 2.7777777778vw 5.5555555556vw
  }
}

.qa .qa-format__th:first-child {
  border-right: 1px solid #fff
}

.qa .qa-format__td {
  border: 1px solid #001e6f;
  color: #000;
  font-size: 12px;
  padding: 10px 20px
}

@media screen and (max-width:1024px) {
  .qa .qa-format__td {
    font-size: 3.3333333333vw;
    padding: 2.7777777778vw 5.5555555556vw
  }
}

.linkArea .linkList .spIcon {
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: left center
}

@media screen and (max-width:1024px) {
  .linkArea .linkList .spIcon.dl {
    background-image: url(/ja-jp/assets/img/top/icon_dl.png)
  }
}

@media screen and (max-width:1024px) {
  .linkArea .linkList .spIcon.seminar {
    background-image: url(/ja-jp/assets/img/top/icon_seminar.png)
  }
}

.top_banner {
  background: #4aa8f2;
}

.top_banner a {
  height: 120px;
  width: 100%
}

.top_banner a picture {
  display: flex;
  justify-content: center
}

.top_banner a picture img {
  width: 1300px;
  height: 100%;
  text-align: center
}

@media screen and (max-width:1024px) {
  .top_banner {
    background: 0 0
  }
  .top_banner a {
    height: auto;
    display: flex;
    justify-content: center;
    width: 100%
  }
  .top_banner a picture img {
    width: 100%;
    height: auto
  }
}

@media only screen and (min-width:1025px) and (max-width:1299px) {
  #contents {
    padding-top: 150px!important
  }
  .top_banner:before {
    content: "";
    width: 100vw;
    height: 210px;
    background: #0a1464;
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0
  }
}
@media screen and (min-width:1025px){
  #about_titleArea,
  #flow,
  #qa,
  #achievement_parts {
    padding-top: 30px;
  }

}
@media screen and (max-width:1024px) {
  .about02 {
  padding: 50px 0 50px;
  }
}

.award {
  padding: 50px 0 50px;
  width: 100%
}

.award__inner {
  margin: 0 auto;
  width: 1300px
}

@media screen and (max-width:1024px) {
  .award__inner {
    padding: 0 4.4444444444vw;
    width: 100%
  }
}

.award__example-title {
  color: #fff;
  font-size: 20px
}

.award .award-example {
  background-color: #fff;
  padding: 30px 30px 30px;
  position: relative;
  margin-bottom: 50px;
  width: 100%
}

@media screen and (max-width:1024px) {
  .award .award-example {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 13.8888888889vw;
    width: 100vw
  }
}

.award .award-flexArea {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

@media screen and (max-width:1024px) {
  .award .award-flexArea {
    align-items: center;
    flex-direction: column
  }
}

.award .award-flexArea__item {
  width: 50%
}

.award .award-flexArea__item.graf-item {
  position: relative;
  width: 600px
}
.award .award-flexArea__item.award-item {
  position: relative;
  width: 100%
}
@media screen and (max-width:1024px) {
  .award .award-flexArea__item.graf-item {
    margin-bottom: 11.1111111111vw;
    width: 100%
  }
}

.award .award-flexArea__item.explanation-item {
  width: 430px
}

@media screen and (max-width:1024px) {
  .award .award-flexArea__item.explanation-item {
    width: 100%
  }
}

.award .award-flexArea .about-reduction {
  opacity: 0;
  margin-top: -10%;
  position: absolute;
  right: 0;
  top: 55px;
  width: 250px
}

@media screen and (max-width:1024px) {
  .award .award-flexArea .about-reduction {
    top: 12vw;
    width: 41.6666666667vw
  }
}

.award .award-flexArea .about-picture {
  width: auto
}

.award .award-textArea {
  width: 100%
}

.award .award-textArea.example-textArea {
  margin-bottom: 10px
}

@media screen and (max-width:1024px) {
  .award .award-textArea.example-textArea {
    margin-bottom: 11.1111111111vw
  }
}

.award .award-titleArea {
  text-align: center;
  width: 100%
}

.award .award-titleArea.customer-titleArea {
  margin-bottom: 60px
}

@media screen and (max-width:1024px) {
  .award .award-titleArea.customer-titleArea {
    margin-top: -25vw;
    margin-bottom: 9.7222222222vw
  }
}

.award .award-titleArea.parts-titleArea {
  margin-bottom: 80px
}

@media screen and (max-width:1024px) {
  .award .award-titleArea.parts-titleArea {
    margin-bottom: 15.2777777778vw
  }
}

.award .award-titleArea.example-titleArea {
  background-color: #001962;
  border-radius: 100px;
  padding: 10px 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 200px
}

@media screen and (max-width:1024px) {
  .award .award-titleArea.example-titleArea {
    width: 33.3333333333vw
  }
}

.award__main-title {
  font-size: 28px;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .award__main-title {
    font-size: 5.5555555556vw
  }
}