@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0px;
}

img {
  display: block;
  width: 100%;
}

.br_1024 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }
}

.br_768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_768 {
    display: block;
  }
}

.br_640 {
  display: none;
}

@media screen and (max-width: 640px) {
  .br_640 {
    display: block;
  }
}

.br_414 {
  display: none;
}

@media screen and (max-width: 414px) {
  .br_414 {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  ._pc {
    display: none;
  }
}

._sp {
  display: none;
}

@media screen and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

/*common*/
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 95%;
  }
}

html {
  margin-top: 0 !important;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
}

.head {
  width: 95%;
  height: 75px;
  padding: 25px 2.5% 13px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .head {
    padding: 25px 2.5% 13px;
  }
}

@media screen and (max-width: 640px) {
  .head {
    height: 50px;
    margin-bottom: 30px;
  }
}

.head::before {
  content: 'Copyright ©SUNROADSIGN All Rights Reserved.';
  position: absolute;
  top: 45%;
  left: 97%;
  transform: translate(-50%, 1000%) rotate(90deg);
  font-size: 13px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  z-index: 15;
}

@media screen and (max-width: 1024px) {
  .head::before {
    display: none;
  }
}

.head_logo {
  position: relative;
  z-index: 15;
}

.head_logo img {
  width: auto;
  height: 75px;
}

@media screen and (max-width: 640px) {
  .head_logo img {
    height: 50px;
  }
}

.head_menu {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 15;
}

@media screen and (max-width: 640px) {
  .head_menu {
    width: 50px;
    height: 50px;
  }
}

.head_menu_bar01 {
  position: absolute;
  top: 30%;
  right: 0;
  display: block;
  width: 70px;
  height: 2px;
  background: #444;
  transition: all 0.5s ease;
}

@media screen and (max-width: 640px) {
  .head_menu_bar01 {
    width: 50px;
  }
}

.head_menu_bar02 {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 40px;
  height: 2px;
  background: #444;
  transition: all 0.5s ease;
}

@media screen and (max-width: 640px) {
  .head_menu_bar02 {
    width: 35px;
  }
}

.head_menu.close .head_menu_bar01 {
  transform: rotate(-210deg);
}

.head_menu.close .head_menu_bar02 {
  width: 70px;
  top: 30%;
  transform: rotate(210deg);
}

@media screen and (max-width: 640px) {
  .head_menu.close .head_menu_bar02 {
    width: 50px;
  }
}

.head_menu_cont {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: none;
  width: 100%;
  padding: 35vh 0;
  background-color: #ccc;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .head_menu_cont {
    padding: 130px 0;
  }
}

.head_menu_cont.show {
  display: block;
  opacity: 1;
}

.head_menu_cont .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 840px;
}

@media screen and (max-width: 1024px) {
  .head_menu_cont .container {
    width: 87%;
  }
}

@media screen and (max-width: 640px) {
  .head_menu_cont .container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .head_menu_cont_left {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .head_menu_cont_left {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .head_menu_cont_left {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.head_menu_cont_left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_menu_cont_left ul li .en {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  padding-right: 40px;
}

@media screen and (max-width: 1024px) {
  .head_menu_cont_left ul li .en {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .head_menu_cont_left ul li .en {
    font-size: 33px;
  }
}

.head_menu_cont_left ul li .ja {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .head_menu_cont_left ul li .ja {
    font-size: 15px;
  }
}

.head_menu_cont_right {
  padding: 20px 35px;
  background-color: #000;
  border-radius: 7px;
}

@media screen and (max-width: 1024px) {
  .head_menu_cont_right {
    width: 55%;
    padding: 20px 3%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .head_menu_cont_right {
    width: 100%;
    padding: 20px 7%;
  }
}

@media screen and (max-width: 414px) {
  .head_menu_cont_right {
    padding: 20px 5%;
  }
}

.head_menu_cont_right a {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.head_menu_cont_right_txt {
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .head_menu_cont_right_txt {
    margin-right: 5%;
  }
}

.head_menu_cont_right_txt span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .head_menu_cont_right_txt span {
    font-size: 15px;
  }
}

.head_menu_cont_right_txt h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 500;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .head_menu_cont_right_txt h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 414px) {
  .head_menu_cont_right_txt h1 {
    font-size: 40px;
  }
}

.head_menu_cont_right_arrow {
  width: 57px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .head_menu_cont_right_arrow {
    width: 45px;
  }
}

@media screen and (max-width: 414px) {
  .head_menu_cont_right_arrow {
    width: 40px;
  }
}

.foot_top {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .foot_top {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.foot_top_item {
  width: 50%;
  background-color: #333;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .foot_top_item {
    width: 100%;
  }
}

.foot_top_item:first-of-type {
  width: calc(50%-1);
  border-right: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .foot_top_item:first-of-type {
    width: 100%;
    border-right: none;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .foot_top_item:first-of-type::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 1px;
    background-color: #fff;
  }
}

.foot_top_item a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .foot_top_item a {
    padding: 75px 0;
  }
}

@media screen and (max-width: 640px) {
  .foot_top_item a {
    justify-content: space-between;
    padding: 45px 7%;
  }
}

.foot_top_item_txt {
  margin-right: 5%;
}

.foot_top_item_txt span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  .foot_top_item_txt span {
    font-size: 15px;
  }
}

.foot_top_item_txt h3 {
  font-size: 55px;
  color: #fff;
  font-weight: 500;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .foot_top_item_txt h3 {
    font-size: 47px;
  }
}

@media screen and (max-width: 414px) {
  .foot_top_item_txt h3 {
    font-size: 40px;
  }
}

.foot_top_item_arrow {
  width: 57px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .foot_top_item_arrow {
    width: 47px;
  }
}

@media screen and (max-width: 414px) {
  .foot_top_item_arrow {
    width: 40px;
  }
}

.foot_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 30px;
}

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

@media screen and (max-width: 640px) {
  .foot_bottom {
    justify-content: center;
    flex-direction: column;
  }
}

.foot_bottom_logo {
  width: 70px;
}

@media screen and (max-width: 640px) {
  .foot_bottom_logo {
    width: 100px;
    margin: 0 auto 30px;
  }
}

.foot_bottom_menu {
  width: 400px;
}

@media screen and (max-width: 640px) {
  .foot_bottom_menu {
    width: 300px;
    margin: 0 auto;
  }
}

.foot_bottom_menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .foot_bottom_menu ul {
    justify-content: center;
  }
}

.foot_bottom_menu_item {
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .foot_bottom_menu_item:nth-of-type(4) {
    margin-right: 0;
  }
}

.foot_bottom_menu_item:nth-of-type(6) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .foot_bottom_menu_item:nth-of-type(7) {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.foot_bottom_menu_item:nth-of-type(-n+6) {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .foot_bottom_menu_item:nth-of-type(-n+6) {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  .foot_bottom_menu_item:nth-of-type(-n+7) {
    margin-bottom: 15px;
  }
}

.foot_bottom_menu_item a {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.foot_copy {
  text-align: center;
}

.foot_copy p {
  font-size: 1px;
  color: #333;
  font-weight: 700;
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*左右のアニメーション*/
.leftAnime02 {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight02 {
  animation-name: slideTextX10002;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX10002 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft02 {
  animation-name: slideTextX-10002;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-10002 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */