@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
a {
  transition: 0.3s;
}

img {
  max-width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
.hov_none:hover {
  opacity: 1 !important;
}

.btn_arw {
  color: #00437F !important;
  font-size: 16px;
  border-bottom: 2px solid #00437F;
  display: inline-block;
  width: 200px;
  padding-bottom: 10px;
  position: relative;
}
.btn_arw:before {
  content: "";
  width: 22px;
  height: 7px;
  background-image: url(../img/btn-arw.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn_arw.fff {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}
.btn_arw.fff:before {
  background-image: url(../img/btn-arw_fff.svg);
}

.h2_top {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .h2_top {
    font-size: 14px;
  }
}

.h2_wrap {
  text-align: center;
}
.h2_wrap .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .h2_wrap .en {
    font-size: 54px;
  }
}
.h2_wrap h2 {
  font-size: 16px;
  text-align: center;
}

.light {
  position: fixed;
  left: 0;
  top: 0;
  width: 600px;
  pointer-events: none;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .light {
    width: 170px;
  }
}

header {
  padding: 26px 20px 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  display: flex;
  justify-content: space-between;
}
header h1 {
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 165px;
  }
}
header .hum {
  width: 28px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .hum .hum_inner {
  height: 8px;
  position: relative;
  width: 100%;
}
header .hum span {
  height: 1px;
  width: 100%;
  background-color: #00437F;
  display: block;
  position: absolute;
  transition: 0.3s;
}
header .hum span:first-of-type {
  top: 0;
}
header .hum span:last-of-type {
  bottom: 0;
}
header .hum.open span:first-of-type {
  transform: translateY(4px) rotate(20deg);
}
header .hum.open span:last-of-type {
  transform: translateY(-3px) rotate(-20deg);
}
header.open h1 {
  opacity: 0;
}
header .lang {
  display: none;
}

footer {
  background-color: #fff;
  padding: 80px 0 70px;
}
footer > .container {
  max-width: 1090px;
}
footer .foot_menu {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  footer .foot_menu {
    display: block;
  }
}
footer .foot_menu > div {
  margin: 0 15px;
}
footer .foot_menu ul .sp_vis {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .foot_menu ul .sp_vis {
    display: block;
  }
}
footer .foot_menu ul li a {
  font-size: 14px;
  display: block;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  footer .foot_menu ul li a {
    padding: 0px 0 4px;
  }
  footer .foot_menu ul li a:not(.open_btn):not(.hov_none) {
    position: relative;
  }
  footer .foot_menu ul li a:not(.open_btn):not(.hov_none):before {
    content: "";
    width: 13px;
    height: 5px;
    background-image: url(../img/top/menu_arw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
footer .foot_menu ul li.li_1 > a, footer .foot_menu ul li.li_3 > a {
  color: #00437F;
}
footer .foot_menu ul li.li_1 > a {
  border-bottom: solid 1px #DEDEDE;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  footer .foot_menu ul li.li_4 > a {
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .foot_menu ul li.li_1 > ul, footer .foot_menu ul li.li_1 > div {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .foot_menu ul li.li_2 {
    padding-left: 1em;
  }
}
footer .foot_menu ul li.li_3 + .li_3 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  footer .foot_menu ul li.li_3 + .li_3 {
    margin-top: 12px;
  }
}
footer .foot_menu .col2_wrap {
  display: flex;
  margin: 0 -6px;
}
@media screen and (max-width: 767px) {
  footer .foot_menu .col2_wrap {
    display: block;
  }
}
footer .foot_menu .col2_wrap .col2 {
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  footer .foot_menu .col2_wrap .col2 {
    padding-left: 1em;
  }
}
footer .foot_menu ul + ul {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  footer .foot_menu ul + ul {
    margin-top: 0;
  }
}
footer .foot_menu .open_btn {
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .foot_menu .open_btn:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../img/menu_plus.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .foot_menu .open_btn.open:before {
    background-image: url(../img/menu_minus.svg);
  }
}
footer .group_wrap {
  margin-top: 60px;
}
footer .group_wrap .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  border-bottom: solid 1px #DEDEDE;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
footer .group_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .group_wrap ul {
    display: block;
  }
}
footer .group_wrap ul li a {
  font-size: 14px;
  padding-right: 15px;
}
footer .bnr_wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px -7px 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .bnr_wrap {
    display: block;
  }
}
footer .bnr_wrap a {
  display: block;
  margin: 5px 7px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  footer .bnr_wrap a {
    margin: 14px auto;
  }
}
footer .sns_wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  footer .sns_wrap {
    margin-top: 40px;
  }
}
footer .sns_wrap a {
  display: block;
  margin: 0 12px;
}
footer .copy {
  font-size: 10px;
  color: #AAAAAA;
  text-align: center;
  margin-top: 35px;
}

.mega {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
@media screen and (max-width: 767px) {
  .mega {
    padding: 30px 0;
  }
}
.mega .mega_inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .mega .mega_inner {
    display: block;
  }
}
.mega .mega_inner .mega_left {
  width: 360px;
  min-height: 100vh;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .mega .mega_inner .mega_left {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mega .mega_inner .mega_left {
    display: none;
  }
}
.mega .mega_inner .mega_left .remove {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-image: url(../../common/img/mega_img.jpg);
  background-size: cover;
  background-position: center;
}
.mega .mega_right {
  padding: 90px 130px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .mega .mega_right {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mega .mega_right {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}
.mega .mega_right > div {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .mega .mega_right > div {
    width: 320px;
  }
}
.mega .mega_right ul li a {
  font-size: 14px;
  line-height: 2.8;
}
.mega .mega_right ul li.parent > a {
  color: #00437F;
}
.mega .mega_right ul li.child {
  padding-left: 1em;
}
.mega .mega_right ul li.child > a {
  color: #00437F;
}
.mega .mega_right ul li.grand {
  padding-left: 1em;
}
.mega .mega_right .bnr li {
  margin-top: 15px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .mega .mega_right .bnr li {
    width: 100%;
  }
}
.mega .mega_right .bnr li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .mega {
    padding-top: 70px;
  }
  .mega .mega_inner {
    padding-bottom: 100px;
  }
  .mega a {
    display: block;
    width: 100%;
    position: relative;
  }
  .mega a:not(.h_open):not(.hov_none)::before {
    content: "";
    width: 13px;
    height: 5px;
    background-image: url(../img/top/menu_arw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mega a:hover {
    text-decoration: none;
  }
  .mega .add_item li.parent {
    padding-left: 1em;
  }
  .mega .h_open {
    position: relative;
  }
  .mega .h_open:before, .mega .h_open.open::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mega .h_open:before {
    background-image: url(../img/menu_plus.svg);
  }
  .mega .h_open.open:before {
    background-image: url(../img/menu_minus.svg);
  }
  .mega .sp_add > ul > li > ul, .mega .sp_add > ul > li > div {
    display: none;
  }
  .mega ul > li > div li.child {
    padding-left: 0 !important;
  }
  .mega .grand a {
    color: initial;
  }
}

.fv_area {
  display: flex;
  max-width: 100%;
  width: 100%;
  align-items: flex-start;
}
.fv_area .fv_slide_wrap {
  position: relative;
}
.fv_area .fv_main {
  width: calc(100% - 75px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv_area .fv_main {
    width: calc(100% - 70px);
  }
}
.fv_area .fv_main .relative {
  position: relative;
}
.fv_area .fv_main .fv_slide .slide_parts {
  padding-top: 88vh;
  background-size: cover;
  border-bottom-right-radius: 50px;
}
@media screen and (max-height: 600px) {
  .fv_area .fv_main .fv_slide .slide_parts {
    padding-top: 80vh;
  }
}
.fv_area .fv_main .fv_slide .slide_parts.slide01 {
  background-image: url(../img/top/slide01.jpg);
}
.fv_area .fv_main .fv_slide .slide_parts.slide02 {
  background-image: url(../img/top/slide02.jpg);
}
.fv_area .fv_main .fv_slide .slide_parts.slide03 {
  background-image: url(../img/top/slide03.jpg);
}
.fv_area .fv_main .fv_slide .slide_parts.slide04 {
  background-image: url(../img/top/slide04.jpg);
  background-position: 100%;
  background-position-y: 95%;
}
.fv_area .fv_main .fv_txt {
  position: absolute;
  right: 6%;
  bottom: 33%;
}
@media screen and (max-width: 767px) {
  .fv_area .fv_main .fv_txt {
    display: none;
  }
}
.fv_area .fv_main .fv_txt div {
  max-width: 500px;
}
.fv_area .fv_main .fv_txt p {
  font-size: 24px;
  margin-top: 25px;
  line-height: 1.6;
}
.fv_area .fv_sub {
  width: 75px;
  flex-shrink: 0;
  margin-top: 70px;
}
@media screen and (max-height: 600px) {
  .fv_area .fv_sub {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fv_area .fv_sub {
    margin-top: 70px;
    width: 70px;
  }
}
.fv_area .fv_sub .en_ja {
  width: 28px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv_area .fv_sub .en_ja {
    margin-bottom: 0;
  }
}
.fv_area .fv_sub .en_ja a, .fv_area .fv_sub .en_ja span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.fv_area .fv_sub .en_ja a {
  color: #AEB5BC;
}
.fv_area .fv_sub .en_ja span {
  color: #00437F;
}
.fv_area .fv_sub .en_ja .ja {
  border-bottom: solid 1px #79A7D1;
}
.fv_area .fv_sub ul li {
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  .fv_area .fv_sub ul li {
    max-height: 120px;
  }
}
.fv_area .fv_sub ul li a {
  display: flex;
  writing-mode: vertical-rl;
  font-family: "Roboto Condensed", sans-serif;
  color: #B59A5D;
  font-size: 14px;
  margin: 0 auto;
  padding: 25px 0;
}
@media screen and (max-height: 600px) {
  .fv_area .fv_sub ul li a {
    padding: 10px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fv_area .fv_sub ul li a {
    font-size: 10px;
    padding: 12px 0;
  }
}
.fv_area .fv_sub ul li a .ic {
  height: 20px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .fv_area .fv_sub ul li a .ic {
    margin-top: 12px;
  }
}

#news {
  margin: 16px auto 32px;
  z-index: 2;
  position: relative;
}
#news .news_inner {
  border-bottom: solid 1px #DEDEDE;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 0 36px;
}
@media screen and (max-width: 767px) {
  #news .news_inner {
    width: calc(100% + 70px);
    padding: 0 30px;
    border-bottom: none;
  }
}
#news .news_inner .news_open_arw {
  display: block;
  right: 5px;
  top: 25px;
  cursor: pointer;
  position: absolute;
  padding: 10px;
  transform: translateY(-50%);
}
#news .news_inner .news_open_arw .news_open_arw_inner {
  width: 6px;
  height: 6px;
  border-right: 1px solid #00437F;
  border-bottom: 1px solid #00437F;
  transform: translateY(-50%) rotate(45deg);
}
#news h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 64px;
  color: #00437F;
  display: inline-block;
  position: absolute;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #news h2 {
    font-size: 48px;
    position: static;
  }
}
#news .article_wrap {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0 200px;
}
@media screen and (max-width: 767px) {
  #news .article_wrap {
    padding: 0 0 28px 0;
    border-bottom: 1px solid #DEDEDE;
  }
}
#news .article_wrap .news_single {
  margin-top: 24px;
}
#news .article_wrap .news_single.first {
  margin-top: 0.5em;
}
#news .article_wrap .news_single a {
  display: flex;
  align-items: center;
  color: #00437F;
}
@media screen and (max-width: 767px) {
  #news .article_wrap .news_single a {
    flex-wrap: wrap;
  }
}
#news .article_wrap .news_single a .date {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
#news .article_wrap .news_single a .cat {
  font-size: 12px;
  color: #fff;
  background-color: #B59A5D;
  padding: 2px 10px;
  margin: 0 12px;
  line-height: 1.4;
}
#news .article_wrap .news_single a p {
  font-size: 16px;
  font-weight: 500;
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  #news .article_wrap .news_single a p {
    display: block;
    margin-top: 4px;
    line-height: 1.6;
  }
}
#news .article_wrap .none {
  display: none;
}

#pickup {
  padding: 32px 0 120px;
}
@media screen and (max-width: 767px) {
  #pickup {
    padding: 10px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  #pickup .container {
    padding: 0 30px;
  }
}
#pickup h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #00437F;
  font-size: 64px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  #pickup h2 {
    font-size: 48px;
    text-align: left;
    margin-bottom: 15px;
  }
}
#pickup .container_inner {
  display: flex;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  #pickup .container_inner {
    display: block;
    margin: 0 -30px;
  }
}
#pickup .container_inner .pickup_link {
  width: 33.3333333333%;
}
#pickup .container_inner .pickup_link a {
  display: block;
}
@media screen and (max-width: 767px) {
  #pickup .container_inner .pickup_link a {
    width: 260px;
    margin: 0 10px;
  }
}
#pickup .container_inner .pickup_link .photo {
  position: relative;
  padding-top: 70.97%;
}
#pickup .container_inner .pickup_link .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#pickup .container_inner .pickup_link .info {
  margin-top: 14px;
  color: #00437F;
  font-weight: 500;
}
#pickup .container_inner .pickup_link .info .data {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
}
#pickup .container_inner .pickup_link .info .cat {
  color: #fff;
  font-size: 12px;
  background-color: #AFAFAF;
  padding: 2px 10px;
  line-height: 1.4;
  display: inline-block;
  margin-left: 1em;
}
#pickup .container_inner .pickup_link .info .cat.cat_100th {
  background-color: #ef9a9a;
}
#pickup .container_inner .pickup_link .info .cat.cat_event {
  background-color: #74A9F2;
}
#pickup .container_inner .pickup_link .info .cat.cat_beyond {
  background-color: #8DBEC4;
}
#pickup .container_inner .pickup_link .info .cat.cat_news {
  background-color: #B59A5D;
}
#pickup .btn_area {
  margin-top: 30px;
  text-align: right;
}

#intro {
  padding: 65px 0 90px;
  overflow: hidden;
}
#intro .intro_inner {
  position: relative;
}
#intro .container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#intro .container .container_inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  #intro .container .container_inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#intro .container .text {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #intro .container .text {
    width: 100%;
    margin-top: 56px;
  }
}
#intro .container .horizontal {
  color: #B59A5D;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  #intro .container .horizontal {
    text-align: left;
    margin-bottom: 2px;
  }
}
#intro .container .vertical {
  writing-mode: vertical-rl;
  color: #00437F;
}
@media all and (-ms-high-contrast: none) {
  #intro .container .vertical {
    max-height: 440px;
  }
}
@media screen and (max-width: 991px) {
  #intro .container .vertical {
    writing-mode: horizontal-tb;
  }
}
#intro .container .vertical h2 {
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  #intro .container .vertical h2 {
    margin-left: auto;
    margin-bottom: 30px;
  }
}
#intro .container .vertical p {
  line-height: 2.2;
}
#intro .container .btn_area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #intro .container .btn_area {
    margin-top: 30px;
  }
}
#intro .container .earth {
  margin-left: 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #intro .container .earth {
    margin-left: auto;
    max-width: 300px;
    margin: 0 auto;
  }
}
#intro .video {
  position: absolute;
}
#intro .video video {
  width: 285px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #intro .video video {
    width: 120px;
    border-radius: 10px;
  }
}
#intro .video.video01 {
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
}
@media screen and (max-width: 767px) {
  #intro .video.video01 {
    left: -15%;
    top: 10%;
    transform: none;
  }
}
#intro .video.video02 {
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  #intro .video.video02 {
    transform: none;
    bottom: 0;
    top: auto;
    right: -12%;
    left: auto;
  }
}
#intro .video.video03 {
  right: 0%;
  top: 5%;
  transform: translateX(55%);
}
@media screen and (max-width: 767px) {
  #intro .video.video03 {
    bottom: 0;
    top: -12%;
    right: -5%;
    transform: none;
    left: auto;
  }
}

#propelling {
  position: relative;
  z-index: 0;
  margin-bottom: -10px;
  display: block;
}
#propelling:before {
  content: "";
  background-image: url(../img/top/video_layer.png);
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#propelling:after {
  content: "";
  background-image: url(../img/top/propelling_bg.png);
  width: 290px;
  height: 420px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #propelling:after {
    background-position: right -30px top;
    width: 150px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  #propelling {
    overflow: hidden;
  }
}
#propelling .container {
  max-width: 880px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #propelling .container {
    display: block;
  }
}
#propelling .propelling_text {
  z-index: 2;
  color: #fff;
}
#propelling .propelling_left {
  font-family: "Roboto Condensed", sans-serif;
  margin-right: 100px;
}
#propelling .propelling_left small {
  font-size: 10px;
  letter-spacing: 0.1em;
}
#propelling .propelling_left h2 {
  font-size: 80px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #propelling .propelling_left h2 {
    font-size: 54px;
  }
}
#propelling .propelling_left .middle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #propelling .propelling_right p {
    margin-top: 50px;
  }
}
#propelling .btn_area {
  margin-top: 30px;
}
#propelling .iframe_wrap {
  position: relative;
  padding-top: 56.25%;
}
#propelling .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#propelling .propelling_text {
  left: 50%;
  top: 50%;
  width: 100%;
}
#propelling .video_wrap {
  position: relative;
}
#propelling .video_wrap video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #propelling .video_wrap video {
    height: 630px;
    width: auto;
  }
}
#propelling .video_wrap .propelling_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section#products {
  background-image: url(../img/top/products_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section#products {
    padding: 50px 0;
    background-image: url(../img/top/products_bg_sp.jpg);
  }
}
section#products .tab_box {
  margin-top: 35px;
}
section#products .tab_box .btn_area {
  display: flex;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .btn_area {
    font-size: 16px;
  }
}
section#products .tab_box .btn_area .tab_btn {
  border-bottom: solid 2px #fff;
  margin: 0 14px;
  padding: 0 20px;
  position: relative;
  transition: 0.3s;
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .btn_area .tab_btn {
    padding: 0;
    width: 50%;
    text-align: center;
  }
}
section#products .tab_box .btn_area .tab_btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #B59A5D transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: 0.3s;
}
section#products .tab_box .btn_area .tab_btn.active {
  border-bottom: solid 2px #B59A5D;
}
section#products .tab_box .btn_area .tab_btn.active:before {
  opacity: 1;
}
section#products .tab_box .btn_area .tab_btn:hover {
  cursor: pointer;
}
section#products .tab_box .btn_area span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .btn_area span {
    font-size: 21px;
  }
}
section#products .tab_box .panel_area {
  margin-top: 25px;
}
section#products .tab_box .tab_panel {
  display: none;
}
section#products .tab_box .tab_panel.active {
  display: block;
}
section#products .tab_box .tab_panel .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2px;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel .box_wrap {
    display: block;
  }
}
section#products .tab_box .tab_panel .box_wrap .col {
  margin: 0 5px;
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel .box_wrap .col {
    width: 100%;
    height: 140px;
    padding: 25px 10px 20px;
  }
}
section#products .tab_box .tab_panel .box_wrap .box {
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel .box_wrap .box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel .box_wrap .box + .box {
    margin-top: 15px !important;
  }
}
section#products .tab_box .tab_panel .box_wrap .box h3 {
  font-size: 18px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #00437F;
  font-weight: normal;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#products .tab_box .tab_panel .box_wrap .box .ph {
  align-self: start;
  height: 100px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel .box_wrap .box .ph {
    height: auto;
    width: 160px;
  }
}
section#products .tab_box .tab_panel .box_wrap .box.col1 {
  width: calc(100% - 4px) !important;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel .box_wrap .box.col1 {
    width: 100% !important;
  }
}
section#products .tab_box .tab_panel .box_wrap .box.col1 .chlid_wrap {
  margin: 0 -25px;
}
section#products .tab_box .tab_panel .box_wrap .box.col1 .child {
  margin: 0 25px;
}
section#products .tab_box .tab_panel .box_wrap .box.col.child {
  width: calc(33.3333333333% - 4px);
  margin: 0 2px;
}
@media all and (-ms-high-contrast: none) {
  section#products .tab_box .tab_panel .box_wrap .box.col.child {
    margin: 0 1px;
  }
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel .box_wrap .box.col.child {
    margin: 0;
  }
}
section#products .tab_box .tab_panel .box_wrap.mini .box {
  width: 240px;
  height: 200px;
}
section#products .tab_box .tab_panel h3.mb {
  margin-bottom: 10px;
}
section#products .tab_box .tab_panel .child_wrap {
  display: flex;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel .child_wrap {
    flex-wrap: wrap;
  }
}
section#products .tab_box .tab_panel .child_wrap .child {
  text-align: center;
  display: block;
  margin: 0 8px;
}
section#products .tab_box .tab_panel .child_wrap .child img {
  width: 80px;
}
section#products .tab_box .tab_panel .child_wrap .child p {
  font-size: 14px;
  text-align: center;
  color: #333;
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel.tab_panel_min .box.col1 {
    height: auto !important;
  }
  section#products .tab_box .tab_panel.tab_panel_min .box.col1 a {
    width: calc(33.3333333333% - 30px);
    margin: 9px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  section#products .tab_box .tab_panel.tab_panel_min .box {
    width: 100% !important;
  }
}

#tech_sup {
  display: flex;
}
@media screen and (max-width: 767px) {
  #tech_sup {
    display: block;
  }
}
#tech_sup #technology, #tech_sup #support {
  width: 50%;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  #tech_sup #technology, #tech_sup #support {
    width: 100%;
  }
}
#tech_sup #technology .txt, #tech_sup #support .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
#tech_sup #technology .bg, #tech_sup #support .bg {
  overflow: hidden;
}
#tech_sup #technology .bg img, #tech_sup #support .bg img {
  transition: 1s;
}
#tech_sup #technology:hover .bg img, #tech_sup #support:hover .bg img {
  transform: scale(1.1);
}

#recruit {
  width: 100%;
  position: relative;
}
#recruit .btn_area {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  #recruit .btn_area {
    margin-top: 30px;
  }
}
#recruit .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #recruit .text {
    width: 100%;
    padding: 0 15px;
  }
}
#recruit .text .h2_top {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #recruit .text .h2_top {
    font-size: 24px;
  }
}
#recruit .text h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #recruit .text h2 {
    font-size: 40px;
  }
}
#recruit .text .en {
  font-size: 34px;
  text-align: left;
  font-family: "EB Garamond", serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #recruit .text .en {
    font-size: 24px;
  }
}
#recruit .bg {
  overflow: hidden;
}
#recruit .bg img {
  transition: 1s;
}
#recruit:hover img {
  transform: scale(1.1);
}

body.eng {
  font-family: "Roboto Condensed", sans-serif;
}
body.eng .fv_area .fv_sub .en_ja {
  font-family: "Noto Sans JP", sans-serif;
}
body.eng .h2_top {
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 769px) {
  body.eng #intro {
    padding: 65px 0 240px;
  }
}
body.eng #intro .horizontal {
  text-align: left;
}
body.eng #intro .vertical {
  writing-mode: horizontal-tb;
}
body.eng #intro .vertical h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin-left: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  body.eng #intro .video.video02 {
    bottom: -25%;
    left: 44%;
  }
}
body.eng #products .tab_box .btn_area {
  font-family: "Roboto Condensed", sans-serif;
}
body.eng #products .tab_box .tab_panel .box_wrap .box h3 {
  font-family: "Roboto Condensed", sans-serif;
}

/* ▼▼▼ 英語ページ
======================================================*/
#home.eng .fv_slide_wrap > a {
  display: block;
}
#home.eng footer {
  border-top: solid 1px #DEDEDE;
}

.fixed_bnr {
  width: 100%;
  position: fixed;
  bottom: 0;
  font-size: 38px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fixed_bnr a {
  background: rgba(255, 255, 255, 0.85);
  display: block;
  padding: 10px 0;
  text-align: center;
}
.fixed_bnr.fixed {
  opacity: 1;
}
.fixed_bnr:not(.fixed) {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fixed_bnr {
    font-size: 18px;
    line-height: 1.3;
  }
}