@charset "UTF-8";

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-weight: bold;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: white;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

a img {
  transition: opacity 0.2s;
}

a:hover img {
  opacity: 0.6;
}

.container {
  max-width: 1310px;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
}

section {
  padding: 150px 0;
}

@keyframes kv_animation1 {
  0% {
    transform: translate(0, 0) scale(35);
  }

  20% {
    transform: translate(0, 0) scale(10);
  }

  100% {
    transform: translate(0) scale(1);
  }
}

@keyframes kv_animation2 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rightToLeft {
  0% {
    opacity: 0;
    transform: translate(50%, 0);
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes leftToRight {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.atom-spinner,
.atom-spinner * {
  box-sizing: border-box;
}

.atom-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  overflow: hidden;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.atom-spinner .spinner-circle {
  display: block;
  position: absolute;
  color: #CC0000;
  font-size: 14.4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 1s;
  border-left-width: 2.4px;
  border-top-width: 2.4px;
  border-left-color: #CC0000;
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  animation: atom-spinner-animation-1 1s linear infinite;
  transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  animation: atom-spinner-animation-2 1s linear infinite;
  transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  animation: atom-spinner-animation-3 1s linear infinite;
  transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@keyframes atom-spinner-animation-1 {
  100% {
    transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-2 {
  100% {
    transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-3 {
  100% {
    transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: white;
}

.b-head {
  font-weight: 600;
  font-size: 60px;
  text-align: left;
  color: #c00;
  line-height: 60px;
}

.b-head span {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
  color: #c00;
  display: block;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.b-head span::before {
  width: 20px;
  height: 2px;
  background-color: #CC0000;
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
}

.b-head.b-head_white {
  color: white;
}

.b-head.b-head_white span {
  color: white;
}

.b-head.b-head_white span::before {
  background-color: #fff;
}

.scroll_item.bottomed {
  position: relative;
}

.scroll_item.bottomed>* {
  position: absolute;
  bottom: 0;
}

.b-head.b-head_black {
  color: #333333;
}

.b-head.b-head_black span {
  color: #333333;
}

.b-head.b-head_center {
  text-align: center;
}

.b-head.b-head_center img {
  margin: 0 auto;
}

.b-head.b-head_center span {
  text-align: center;
}

.b-head.b-head_center span::before {
  left: 50%;
  transform: translate(-50%, 0);
}

footer section.footer {
  padding: 30px 0 20px;
  background: linear-gradient(to bottom right, #333 0%, #000 100%);
}

footer section.footer .footer_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer section.footer .footer_logo .logo_1 {
  margin-right: 15px;
}

footer section.footer .footer_navs {
  display: flex;
  justify-content: space-between;
}

footer section.footer .footer_navs .footer_navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer section.footer .footer_navs .footer_navi .navi_lists {
  margin-top: 40px;
  color: #fff;
  list-style: none;
  flex-grow: 1;
}

footer section.footer .footer_navs .footer_navi .navi_lists li {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  line-height: 1;
}

footer section.footer .footer_navs .footer_navi .navi_lists li::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/arrow.png);
  width: 20px;
  height: 15px;
  background-size: cover;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

footer section.footer .footer_navs .footer_navi .navi_lists li a {
  color: #fff;
  text-decoration: none;
}

footer section.footer .footer_navs .footer_navi .navi_lists li a:hover {
  text-decoration: underline;
}

footer section.footer .footer_navs .footer_navi .navi_lists li.has_child::before {
  content: none;
  padding-left: 0;
}

footer section.footer .footer_navs .footer_navi .navi_lists li.has_child ul {
  list-style: none;
}

footer section.footer .footer_navs .footer_navi_btns {
  width: 100%;
  max-width: 300px;
  margin-top: 25px;
}

footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn {
  margin-bottom: 30px;
}

footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a {
  line-height: 1.2;
  border-radius: 40px;
  text-align: center;
  display: block;
  background: linear-gradient(to bottom right, #d80000 0%, #8f0000 100%);
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  opacity: 1;
  position: relative;
}

footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a::before {
  content: "";
  background-image: url(../images/common/envelope-fill.png);
  background-size: cover;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}

footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a:hover {
  opacity: 0.6;
}

footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a .ja {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a .en {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a.access::before {
  content: "";
  background-image: url(../images/common/map_mark.png);
  width: 16px;
  height: 23px;
}

footer section.footer .footer_links {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

footer section.footer .footer_links .sns_links {
  display: flex;
  align-items: center;
}

footer section.footer .footer_links .sns_links a {
  margin-right: 5px;
}

footer section.footer .footer_links .terms_link a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
}

footer section.footer .footer_links .terms_link a:hover {
  text-decoration: underline;
}

footer section.footer p.copy_right {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.animation2 {
  opacity: 0;
  transform: translate(0, 50%);
  transition: all 1s;
}

.animation2.active {
  opacity: 1;
  transform: translate(0, 0);
}

section.title {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0px;
  background-color: transparent;
}

section.title h1 {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  color: #ce0000;
  line-height: 160px;
}

.title-inline{
  display: inline-block;
}

.bird_bg {
  position: fixed;
  z-index: -1;
  top: -60px;
  right: 7vw;
  pointer-events: none;
}

section.terms{
  padding-top: 0px;
}

section.footer_contact {
  background-color: white;
  background-image: url(../images/common/contact_bg.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 50px 0 100px;
}

section.footer_contact .footer_contact_content p {
  margin-top: 20px;
}

section.footer_contact .footer_contact_content .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100px;
  border-radius: 50px;
  background: linear-gradient(#d80000 0%, #8f0000 100%);
  position: relative;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: 20px;
}

section.footer_contact .footer_contact_content .btn a:hover {
  opacity: 0.6;
}

section.footer_contact .footer_contact_content .btn a:hover::after {
  right: 25px;
}

section.footer_contact .footer_contact_content .btn a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/btn.png);
  width: 40px;
  height: 40px;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

section.tabs {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

section.tabs .tabs_wrap {
  display: flex;
  justify-content: space-between;
}

section.tabs .tabs_wrap .tab {
  width: 30.8454%;
}

section.tabs .tabs_wrap .tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  height: 71px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(#aeaeae 0%, #e9e9e9 100%);
}

section.tabs .tabs_wrap .tab a.active {
  pointer-events: none;
  border-radius: 20px 20px 0px 0px;
  background: #333;
  font-weight: bold;
  color: #fff;
}

section.page_title {
  background-color: #333;
  padding-top: 40px;
  padding-bottom: 10px;
  color: white;
}

section.page_title h1 {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
}

section.page_title h1 span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

section.page_title p {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}

section.terms .terms_item_wrap {
  margin-top: 70px;
}

section.terms .terms_item_wrap:first-child {
  margin-top: 0;
}

section.terms p {
  margin-top: 20px;
  font-weight: 500;
}

section.terms ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: li_count;
  font-weight: normal;
}

section.terms li {
  margin-top: 30px;
  text-indent: -1.5em;
  padding-left: 1em;
}

section.terms li p {
  margin-top: 10px;
  text-indent: 0;
}

section.terms li:before {
  counter-increment: li_count;
  /* カウンタの値を計算していく */
  content: "(" counter(li_count) ")";
  /* 数字出力 */
  margin-right: 5px;
  /* 余白指定 */
}

section.terms .li-dot {
  list-style: disc;
  text-indent: 0em;
  margin-top: 0.5em;
  margin-bottom: 0;
}

section.terms .li-dot:before {
  content: none;
}

section.terms .li-none {
  margin-top: 0px;
}

section.terms .li-none:before {
  counter-increment: li_count;
  /* カウンタの値を計算していく */
  content: none;
  margin-right: 5px;
  /* 余白指定 */
}

section.terms .madoguchi {
  margin-top: 60px;
}

div.cols {
  display: flex;
  justify-content: space-between;
}

div.cols .col6 {
  width: 49%;
  position: relative;
}

div.cols .col5 {
  width: 40.26%;
  position: relative;
}

div.cols .col7 {
  width: 58.74%;
}

.container_s {
  max-width: 1004px;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
}

.nav_modal {
  position: fixed;
  width: 100%;
  z-index: 10000;
  left: 0;
  top: 0;
  transition: all 0.3s;
  overflow-y: scroll;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
}

.nav_modal .navi_modal_wrap {
  position: relative;
  width: 80%;
  top: 0;
  right: 0;
  max-width: 580px;
  background-color: white;
  margin-left: auto;
  transform: translate(100%, 0);
  transition: all 0.3s;
  height: 100vh;
  min-height: 880px;
}

.nav_modal .navi_modal_wrap .close img {
  padding-top: 45px;
  padding-right: 20px;
  margin-left: auto;
  max-width: 50px;
  cursor: pointer;
  margin-right: 40px;
}

.nav_modal .navi_modal_wrap ul {
  list-style: none;
  width: 50%;
  margin: 0 auto;
}

.nav_modal .navi_modal_wrap ul li {
  padding: 10px 0;
  color: #333;
}

.nav_modal .navi_modal_wrap ul li a {
  text-decoration: none;
  color: #333;
}

.nav_modal .navi_modal_wrap ul li.has_child {
  border-bottom: none;
}

.nav_modal .navi_modal_wrap ul li.has_child ul.child_list {
  width: 100%;
}

.nav_modal .navi_modal_wrap ul li.has_child ul.child_list li {
  padding-left: 30px;
  position: relative;
}

.nav_modal .navi_modal_wrap ul li.has_child ul.child_list li::after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #CC0000;
}

.nav_modal.active {
  transform: translate(0);
  background-color: rgba(0, 0, 0, 0.4);
  visibility: visible;
  opacity: 1;
}

.nav_modal.active .navi_modal_wrap {
  transform: translate(0);
}

.scroll_fix {
  position: relative;
}

@media screen and (max-width: 819px) {
  body {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  section {
    padding: 60px 0;
  }

  .b-head span::before {
    top: -5px;
  }

  .b-head {
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    color: #c00;
    line-height: 60px;
  }

  .b-head span {
    font-size: 12px;
    line-height: 30px;
  }

  section.tabs .tabs_wrap .tab a {
    border-radius: 10px 10px 0px 0px;
    font-size: 12px;
    height: 40px;
  }

  section.tabs .tabs_wrap .tab a.active {
    border-radius: 10px 10px 0px 0px;
  }

  section.title h1 {
    font-size: 30px;
    color: #ce0000;
    line-height: 35px;
  }

  section.title .container .title_img {
    top: 73.5px;
  }

  section.title {
    padding-bottom: 20px;
  }

  section.page_title h1 {
    font-weight: 600;
    font-size: 24px;
  }

  section.page_title h1 span {
    font-size: 12px;
  }

  section.tabs .tabs_wrap .tab {
    width: 32.82%;
  }

  section.tabs .container {
    padding: 0;
  }

  section.page_title {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  section.footer_contact .footer_contact_img {
    max-width: 300px;
    position: relative;
    left: -10px;
  }

  section.footer_contact .footer_contact_content p {
    text-align: center;
  }

  section.footer_contact .footer_contact_content .btn a {
    width: 300px;
    height: 80px;
    margin-top: 20px;
    font-size: 24px;
  }

  section.footer_contact {
    padding: 20px 0 80px;
  }

  div.cols {
    flex-wrap: wrap;
  }

  div.cols .col6 {
    width: 100%;
  }

  div.cols .col5 {
    width: 100%;
  }

  div.cols .col7 {
    width: 100%;
  }

  .nav_modal .navi_modal_wrap ul {
    list-style: none;
    width: 60%;
    margin: 0 auto;
  }

  .container_s {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_modal .navi_modal_wrap .close img {
    padding-top: 22px;
    margin-right: 0;
  }
}

@media screen and (max-width: 820px) {
  footer .sp {
    display: block;
  }

  footer .pc {
    display: none;
  }

  footer section.footer .footer_logo {
    flex-wrap: wrap;
  }

  footer section.footer .footer_logo .logo_1 {
    width: 100%;
  }

  footer section.footer .footer_logo .logo_1 img {
    width: 88px;
    margin-left: 6px;
  }

  footer section.footer .footer_logo .logo_2 {
    margin-top: 10px;
    width: 100%;
  }

  footer section.footer .footer_logo .logo_2 img {
    width: 100px;
  }

  footer section.footer .footer_navs {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  footer section.footer .footer_navs .footer_navi {
    flex-wrap: wrap;
  }

  footer section.footer .footer_navs .footer_navi .navi_lists {
    width: 50%;
    margin-top: 0;
  }

  footer section.footer .footer_navs .footer_navi .navi_lists li {
    padding-left: 0;
  }

  footer section.footer .footer_navs .footer_navi .navi_lists li::before {
    width: 12px;
    height: 9px;
  }

  footer section.footer .footer_navs .footer_navi .navi_lists li a {
    padding-left: 18px;
  }

  footer section.footer .footer_navs .footer_navi .navi_lists li.has_child span {
    padding-left: 18px;
    position: relative;
  }

  footer section.footer .footer_navs .footer_navi .navi_lists li.has_child span::before {
    content: "";
    position: absolute;
    background-image: url(../images/common/arrow_g.png);
    width: 12px;
    height: 9px;
    background-size: cover;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }

  footer section.footer .footer_links {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer section.footer .footer_links .sns_links {
    width: 100%;
    justify-content: space-around;
    align-items: flex-start;
  }

  footer section.footer .footer_links .sns_links a {
    margin-top: 2px;
    margin-right: 0;
  }

  .copy_right_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .copy_right_wrap .terms_link a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    line-height: 36px;
    text-align: left;
    color: #ccc;
  }

  footer section.footer p.copy_right {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    color: #ccc;
  }

  footer section.footer .footer_navs .footer_navi .navi_lists li.has_child ul.children {
    padding-left: 30px;
  }

  footer section.footer {
    font-size: 1.4rem;
  }

  footer section.footer .footer_navs .footer_navi_btns {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
  }

  footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn {
    width: calc(50% - 10px);
    max-width: 165px;
    margin-bottom: 0;
    margin: 0 5px;
  }

  footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a {
    border-radius: 50px;
    height: 60px;
  }

  footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a::before {
    width: 17.63px;
    height: 13.22px;
    left: 14px;
  }

  footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a .en {
    font-size: 18px;
  }

  footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a .ja {
    font-size: 9px;
  }

  footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a .en {
    padding-left: 10px;
  }

  footer section.footer .footer_navs .footer_navi_btns .footer_navi_btn a .ja {
    padding-left: 10px;
  }

  footer section.footer .footer_links {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map */