#fv {
  position: relative;
  background: url(../img/index/top_image_01@2x.jpg) center/cover no-repeat;
  height: 710px;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}

#fv .inner {
  width: 100%;
}

#fv .wrap {
  margin-top: 100px;
}

#fv .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 5px 5px;
  margin: 0 0 5px;
}

#fv .lead {
  display: table;
  font-weight: bold;
  background-color: #fff;
  line-height: 1.2;
  padding: 0 5px;
  margin: 0 0 10px;
}

@media all and (-ms-high-contrast: none) {
  #fv .lead {
    line-height: 0.8em;
    padding: 15px 5px 0 5px;
  }
}

#fv .lead.ja {
  font-size: 3.8rem;
}

#fv .icon-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
}

#fv .icon-scroll img {
  width: 30px;
  height: auto;
}

@media all and (max-width: 750px) {
  #fv {
    height: calc( 100% - 72px);
  }
  #fv .title {
    width: 240px;
    padding: 0px 5px 5px;
  }
  #fv .lead.en {
    font-size: 3.3rem;
  }
  #fv .lead.ja {
    font-size: 2.8rem;
  }
  #fv .wrap {
    margin-top: 0;
  }
}

.fv_banner {
  background-color: #e80a0a;
  color: #fff;
}

.fv_banner ul {
  width: 100%;
}

.fv_banner ul li {
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 30px 60px;
}

.fv_banner .wrap {
  display: inline-block;
  width: 16%;
}

.fv_banner .wrap .title {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 0 20px;
}

.fv_banner .wrap .title .en {
  font-style: italic;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  opacity: 0.6;
}

.fv_banner .img {
  display: inline-block;
  width: 28.7%;
  padding-left: 2%;
}

.fv_banner .img img {
  width: 100%;
}

.fv_banner .lead {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
  width: 47.6%;
  padding: 0 0 0 30px;
}

.fv_banner .slick-prev {
  width: 50px;
  height: 150px;
  left: 10px;
  z-index: 3;
}

.fv_banner .slick-prev:before {
  content: '';
  background: url(../img/common/prev.png) no-repeat;
  display: block;
  width: 50px;
  height: 45px;
}

.fv_banner .slick-next {
  width: 40px;
  height: 150px;
  right: 0px;
}

.fv_banner .slick-next:before {
  content: '';
  background: url(../img/common/next.png) no-repeat;
  display: block;
  width: 25px;
  height: 45px;
}

@media all and (max-width: 750px) {
  .fv_banner ul li {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 40px 50px;
  }
  .fv_banner .wrap, .fv_banner .img, .fv_banner .lead {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .fv_banner .lead {
    text-align-last: left;
    padding: 15px 0 15px;
  }
}

#section_01 {
  overflow: hidden;
  padding: 140px 0 0;
}

#section_01 .inner_max_01 {
  position: relative;
  margin: 100px 0;
  display: flex;
}

@media all and (max-width: 750px) {
  #section_01 .inner_max_01 {
    display: block;
  }
}

#section_01 .inner_max_02 {
  position: relative;
  margin: 0 0 50px;
}

#section_01 .inner {
  position: relative;
}

#section_01 .inner_01 {
  width: 50%;
}

@media all and (max-width: 750px) {
  #section_01 .inner_01 {
    width: 100%;
  }
}

#section_01 .inner_01::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #f3f3f3;
  width: 200%;
  height: calc( 100% + 6rem);
  bottom: -3rem;
  left: -220px;
  z-index: -1;
}

#section_01 .inner_02 {
  position: relative;
}

#section_01 .inner_02::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #f3f3f3;
  width: 500%;
  height: calc( 100% - 2.5em);
  bottom: -50px;
  right: 260px;
  z-index: 0;
}

#section_01 .img_01 {
  width: 50%;
}

#section_01 .img_02 {
  position: relative;
  float: right;
  width: 50%;
  z-index: 1;
  text-align: center;
}

#section_01 .wrap_01 {
  position: relative;
  max-width: 420px;
  z-index: 2;
  margin-left: 2em;
}

@media all and (max-width: 1000px) {
  #section_01 .wrap_01 {
    max-width: initial;
    margin: 0;
    padding: 1em;
  }
}

#section_01 .wrap_01 .sub_title {
  font-size: 2.6rem;
  padding: 25px 0 70px;
}

#section_01 .wrap_01 .sub_lead {
  font-size: 1.6rem;
}

@media all and (max-width: 1000px) {
  #section_01 .wrap_01 .sub_lead {
    font-size: 1.5rem;
  }
}

#section_01 .wrap_02 {
  width: 50%;
  padding-right: 50px;
}

@media all and (max-width: 750px) {
  #section_01 .wrap_02 {
    width: 100%;
    padding: 1em;
  }
}

#section_01 .wrap_02 .sub_sub_title {
  position: relative;
  padding: 20px 0 60px;
  z-index: 1;
}

#section_01 .wrap_02 .sub_sub_title dt {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 30px 0 0px;
}

#section_01 .wrap_02 .sub_sub_title dd {
  display: inline-block;
  font-size: 2rem;
}

#section_01 .wrap_02 .sub_sub_lead {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  font-size: 1.5rem;
  z-index: 1;
}

#section_01 .wrap_02 .sub_sub_lead dt {
  width: 18%;
}

@media all and (max-width: 750px) {
  #section_01 .wrap_02 .sub_sub_lead dt {
    line-height: 1.6em;
  }
}

#section_01 .wrap_02 .sub_sub_lead dd {
  width: 82%;
}

#section_01 .wrap_02 .sub_sub_lead dd .pc {
  display: inline-block;
}

#section_01 .wrap_02 .sub_sub_lead dd .sp {
  display: none;
}

@media all and (max-width: 750px) {
  #section_01 .wrap_02 .sub_sub_lead dd {
    line-height: 1.6em;
  }
  #section_01 .wrap_02 .sub_sub_lead dd .sp {
    display: inline-block;
  }
  #section_01 .wrap_02 .sub_sub_lead dd .pc {
    display: none;
  }
}

#section_01 iframe {
  display: block;
  width: 100%;
  height: 240px;
}

@media all and (min-width: 1400px) {
  #section_01 .img_01 {
    width: 50%;
  }
  #section_01 .img_01 img {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  #section_01 {
    padding: 90px 0 0;
  }
  #section_01 .inner_max_01, #section_01 .inner_max_02 {
    margin: 0;
  }
  #section_01 .inner_max_01::before, #section_01 .inner_max_02::before {
    content: none;
  }
  #section_01 .inner_max_01 .inner, #section_01 .inner_max_02 .inner {
    background-color: #f3f3f3;
  }
  #section_01 .inner_max_02 {
    padding: 50px 0 0;
    background-color: #f3f3f3;
  }
  #section_01 .inner_max_02 .inner {
    padding: 0 10px 20px;
  }
  #section_01 .inner {
    margin: 0;
  }
  #section_01 .inner_01::before, #section_01 .inner_02::before {
    content: none;
  }
  #section_01 .img_01 {
    width: 100%;
    position: relative;
    padding: 20px 0px 0px;
  }
  #section_01 .img_02 {
    float: none;
    width: 100%;
  }
  #section_01 .wrap_01 .sub_title {
    padding: 20px 0 0;
  }
  #section_01 .wrap_02 .sub_sub_title {
    padding: 10px 0 15px;
  }
}

#section_02 {
  padding: 190px 0 0;
}

#section_02 .inner_max {
  background-color: #e80a0a;
  color: #fff;
  padding: 50px 0 50px;
  margin: 50px 0 0;
}

#section_02 .inner_max .sub_nav {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 0 50px;
}

#section_02 .inner_max .sub_nav li {
  border-radius: 50px;
  padding: 4px 30px;
  margin: 0 10px 0;
  cursor: pointer;
  border: 1px solid #fff;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#section_02 .inner_max .sub_nav li:hover {
  background-color: #fff;
  color: #e80a0a;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#section_02 .inner_max .sub_nav li.active {
  background-color: #fff;
  color: #e80a0a;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#section_02 .sub_contents li {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
}

#section_02 .sub_contents li .img {
  width: 50%;
}

#section_02 .sub_contents li .wrap {
  width: 50%;
  padding: 15px 10px 50px 50px;
}

#section_02 .sub_contents li .wrap .sub_title {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 5px;
}

#section_02 .sub_contents li .wrap .sub_lead {
  font-size: 1.5rem;
}

@media all and (max-width: 750px) {
  #section_02 {
    padding: 100px 0 0;
  }
  #section_02 .inner_max {
    margin: 20px 0 0;
  }
  #section_02 .inner_max .sub_nav {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0 0 25px;
  }
  #section_02 .inner_max .sub_nav li {
    text-align: center;
    width: 48%;
    padding: 6px 0;
    margin: 0 0 10px;
  }
  #section_02 .sub_contents li {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #section_02 .sub_contents li .img {
    width: 100%;
  }
  #section_02 .sub_contents li .img img {
    max-width: initial;
    width: 100%;
  }
  #section_02 .sub_contents li .wrap {
    width: 100%;
    padding: 16px 0 0;
  }
  #section_02 .sub_contents li .wrap .sub_lead {
    line-height: 1.6em;
  }
  #section_02 .sub_contents li .wrap .sub_title {
    margin-bottom: 15px;
  }
  #section_02 .link {
    padding: 0 10px;
  }
}

#section_03 {
  padding: 190px 0 0;
  overflow: hidden;
}

#section_03 .inner {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  overflow: visible;
}

#section_03 .inner {
  position: relative;
}

#section_03 .inner::before {
  content: '';
  position: absolute;
  background-color: #3d3d3d;
  width: 500%;
  height: 100%;
}

#section_03 .inner_01 {
  margin: 95px auto 0;
}

#section_03 .inner_01::before {
  position: absolute;
  top: 0;
  left: 0;
}

#section_03 .inner_01 .img {
  top: -30px;
  left: -40px;
}

#section_03 .inner_01 .wrap {
  padding: 45px 40px 45px 20px;
}

#section_03 .inner_02 {
  margin: 70px auto 0;
}

#section_03 .inner_02 .img {
  top: -30px;
  right: -40px;
}

#section_03 .inner_02::before {
  position: absolute;
  top: 0;
  right: -100px;
}

#section_03 .inner_02 .wrap {
  padding: 45px 0px 45px 40px;
}

#section_03 .img {
  position: relative;
  width: 50%;
}

#section_03 .wrap {
  position: relative;
  color: #fff;
  width: 50%;
}

#section_03 .wrap .sub_title {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 7px;
}

@media all and (max-width: 750px) {
  #section_03 .wrap .sub_title {
    margin-bottom: 14px;
  }
}

#section_03 .wrap .sub_title::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.6;
  z-index: 0;
}

#section_03 .wrap .sub_title .en {
  position: relative;
  display: table;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  background-color: #3d3d3d;
  font-size: 1.5rem;
  padding-right: 10px;
  z-index: 2;
}

#section_03 .wrap .sub_lead {
  font-size: 1.4rem;
}

@media all and (max-width: 750px) {
  #section_03 {
    padding: 100px 0 0;
  }
  #section_03 .inner {
    margin: 20px auto 0;
  }
  #section_03 .inner::before {
    content: none;
  }
  #section_03 .inner_01, #section_03 .inner_02 {
    padding: 0;
  }
  #section_03 .inner_01 .img, #section_03 .inner_02 .img {
    top: auto;
    left: auto;
    right: auto;
  }
  #section_03 .inner_01 .img img, #section_03 .inner_02 .img img {
    max-width: initial;
    width: 100%;
  }
  #section_03 .inner_01 .wrap, #section_03 .inner_02 .wrap {
    padding: 25px 10px 40px;
  }
  #section_03 .inner_02 {
    margin: 0;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  #section_03 .img {
    width: 100%;
  }
  #section_03 .wrap {
    width: 100%;
    background-color: #3d3d3d;
  }
  #section_03 .wrap .sub_lead {
    line-height: 1.6em;
  }
}

#section_04 {
  padding: 130px 0 0;
  margin-bottom: 140px;
}

#section_04 .inner_max {
  background-color: #f3f3f3;
  padding: 65px 0 70px;
  margin: 30px 0 0;
}

#section_04 .sub_nav {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #e80a0a;
  margin: 0 0 40px;
}

#section_04 .sub_nav li {
  position: relative;
  color: #fff;
  background-color: #e80a0a;
  cursor: pointer;
  text-align: center;
  width: 50%;
  padding: 3px 0;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#section_04 .sub_nav li:nth-child(1) {
  border-radius: 50px 0px 0 50px;
}

#section_04 .sub_nav li:nth-child(2) {
  border-radius: 0 50px 50px 0;
}

#section_04 .sub_nav li.active {
  color: #e80a0a;
  background-color: #fff;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#section_04 .sub_nav li:before, #section_04 .sub_nav li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: #e80a0a;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#section_04 .sub_nav li::before {
  left: 59%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#section_04 .sub_nav li::after {
  left: 60%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#section_04 .sub_contents li ul li {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  border-bottom: 1px solid #dddbdb;
  height: 100px;
}

#section_04 .sub_contents li ul li .wrap_01 {
  position: relative;
  width: 19%;
}

#section_04 .sub_contents li ul li .wrap_02 {
  position: relative;
  width: 81%;
}

#section_04 .sub_contents li ul li .sub_title {
  position: absolute;
  display: table;
  text-align: center;
  color: #e80a0a;
  font-size: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

#section_04 .sub_contents li ul li .sub_lead {
  position: absolute;
  display: table;
  font-size: 1.5rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#section_04 .sub_contents li ul li .sub_lead li {
  border: none;
  line-height: 1.7;
  height: auto;
}

#section_04 .banner_img {
  display: table;
  text-align: center;
  margin: 115px auto 140px;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#section_04 .banner_img:hover {
  opacity: 0.8;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#section_04 .inner {
  display: flex;
}

#section_04 .banner:first-child {
  margin-right: 20px;
}

@media all and (max-width: 750px) {
  #section_04 {
    padding: 100px 0 0;
  }
  #section_04 .inner_max {
    padding: 25px 0 30px;
  }
  #section_04 .sub_contents li ul li {
    overflow: hidden;
    height: auto;
    padding: 20px 0;
  }
  #section_04 .sub_contents li ul li .wrap_01 {
    width: 25%;
  }
  #section_04 .sub_contents li ul li .wrap_02 {
    width: 75%;
  }
  #section_04 .sub_contents li ul li .sub_title {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
  }
  #section_04 .sub_contents li ul li .sub_lead {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
  }
  #section_04 .sub_contents li ul li .sub_lead li {
    padding: 0;
  }
  #section_04 .sub_nav li::before, #section_04 .sub_nav li::after {
    left: auto;
  }
  #section_04 .sub_nav li::before {
    transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    right: 15px;
  }
  #section_04 .sub_nav li::after {
    transform: translateX(0%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(0%) translateY(-50%) rotate(45deg);
    right: 20px;
  }
  #section_04 .link {
    padding: 0 10px;
  }
  #section_04 .banner_img {
    margin: 60px auto 75px;
  }
  #section_04 .inner {
    display: block;
    text-align: center;
  }
  #section_04 .banner:first-child {
    display: block;
    margin: 0 0 20px;
  }
}

#section_05 {
  background: url(../img/index/section_05_image_01.jpg) center/cover;
  padding: 93px 0;
}

#section_05 .lead {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.6;
  width: 50%;
  padding-left: 11.5%;
}

#section_05 .link {
  text-align: center;
}

@media all and (max-width: 750px) {
  #section_05 {
    background: url(../img/index/section_05_image_01_sp.jpg) center/cover;
    padding: 40px 0 50px;
  }
  #section_05 .lead {
    width: 100%;
  }
  #section_05 .link {
    width: 100%;
  }
}
/*# sourceMappingURL=top.css.map */
