@charset "UTF-8";

img {
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
/* 文字基準 */
html, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Montserrat', "Zen Kaku Gothic New",'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
}
/* 文字基準 */
/*header*/
header {
  display: block;
}
main {
  position: relative;
  z-index: 0;
}
/*contents*/
.contents {
  position: relative;
  width: auto;
  overflow: hidden;
  /* margin-top: 100px;*/
}
.contents .mar-style {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
@media screen and (min-width: 1200px) {
  .contents .mar-style {
    max-width: 1060px;
    width: auto;
    margin: 0 auto;
  }
}
.contents .wide-style {
  width: 100%;
}
/*footer*/
footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #000;
  text-align: center;
  height: 100px;
  font-weight: 400;
}
footer p {
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
footer {
  height: 80px;
}
}

/*.footer_contact {
  max-width: 980px;
  display: flex;
  margin: -80px auto 20px;
  height: 160px;
  background-color: #E8F1FF;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  transition: .35s ease-in-out;
}
.footer_contact:hover {
  background-color: #BED7FF;
}
.footer_contact span {
  font-size: 3.8rem;
  color: #CF1126;
  display: block;
  position: relative;
}
.footer_contact span::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow_01.svg");
  background-size: contain;
  position: absolute;
  right: -45px;
  top: 5px;
}
.footer_contact span span {
  font-size: 1.6rem;
  color: #CF1126;
  margin-top: 10px;
}
.footer_contact span span::after {
  display: none;
}
@media screen and (max-width: 1100px) {
  .footer_contact {
    margin: -80px 20px 20px;
  }
}
@media screen and (max-width: 580px) {
  .footer_contact {
    margin: -80px 20px 20px;
    height: 100px;
  }
  .footer_contact span {
    font-size: 2.6rem;
  }
  .footer_contact span span {
    font-size: 1.4rem;
  }
  .footer_contact span::after {
    width: 20px;
    height: 20px;
    right: -30px;
    top: 2px;
  }
}*/
/*nav*/
.inner {
  max-width: 1160px;
  margin: 0 auto;
}
/* header */
#top-head {
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1;
  overflow-x: hidden;
}
#top-head a, #top-head {
  color: #000;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#top-head .logo {
  float: left;
  font-size: 2.250em;
  width: 181px;
  height: 34px;
  position: relative;
}
#top-head .logo img {
  width: 181px;
  height: auto;
}
#top-head .logo a {
  display: block;
  line-height: 1;
}
#global-nav ul {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  list-style: none;
}
#global-nav ul li {
  position: relative;
}
#global-nav ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin-top: -14px;
}
#global-nav ul li + li {
  margin-left: 50px;
  display: block;
}
@media screen and (max-width: 1100px) {
  #global-nav ul li + li {
    margin-left: 4vw;
  }
}
#global-nav ul li:not(:last-child) a::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #D6001C;
  position: absolute;
  top: 19px;
  opacity: 0;
  transition: 1s;
}
#global-nav ul li:hover a::before {
  opacity: 1;
}
#global-nav ul li:last-child a {
  /*  background: linear-gradient(135deg, #cf1126 , #820009 );*/
  padding: 0;
  margin: 0;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 90px;
  flex-direction: column;
  position: relative;
  border-radius: 50%;
  transition: 1s;
}
/*@media screen and (min-width: 1100px) {
  #global-nav ul li:last-child a::after {
    content: '';
    display: block;
    width: calc(50vw - 580px);
    background-color: #CF1126;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 100%;
    transition: all 0.5s;
  }
}*/
#global-nav ul li a:hover, #global-nav ul li a.carrent {
  /*  padding: 0 30px;*/
  color: #cf1126;
}
#global-nav ul li:last-child::before {
  content: "";
  background: linear-gradient(135deg, #cf1126, #820009);
  padding: 0;
  margin: 0;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  position: absolute;
  z-index: -2;
}
#global-nav ul li:last-child::after {
  content: "";
  display: block;
  height: 90px;
  width: 90px;
  background: linear-gradient(135deg, #820009, #cf1126);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
}
#global-nav ul li:last-child:hover::after {
  opacity: 1;
}
@media screen and (min-width: 1100px) {
  /*  #global-nav ul li:last-child a:hover::after {
	    background: linear-gradient(135deg, #820009 , #cf1126);
  }*/
}
#global-nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  margin: 8px 0 0 -0.2em;
  position: absolute;
  inset: 14px 0 0;
}
#global-nav ul li:last-child a span {
  position: relative;
  margin: 4px auto 0;
  inset: 0;
}
/* Fixed */
#top-head.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  height: 90px;
  background: #000;
  background: rgba(255, 255, 255, .7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 1.500em;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #262626;
}
#top-head.fixed #global-nav ul li a:hover {
  color: #CF1126;
}
#top-head.fixed #global-nav ul li:last-child a {
  color: #FFF;
  padding: 0;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  z-index: 101;
  right: 13px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #CF1126;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
@media screen and (max-width: 767px) {
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    height: 56px;
    overflow-x: inherit;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
    height: 56px;
    background: rgba(255, 255, 255, .7);
  }
  #mobile-head {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 56px;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 20px;
    top: 15px;
    color: #fff;
    font-size: 1.625em;
    width: 112px;
  }
  #top-head .logo img {
    position: absolute;
    width: 112px;
    height: auto;
    top: 0;
    transition: all 0.1s;
  }
  #top-head.open .logo img:last-child {
    opacity: 0;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    width: 100%;
    padding: 56px 0 10px;
    background: #cf1126;
    text-align: center;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    position: static;
    right: 0;
    bottom: 0;
    font-size: 0.875em;
    list-style: none;
    flex-direction: column;
    justify-content: center;
  }
  #global-nav ul li {
    position: static;
    width: 100%;
  }
  #global-nav ul li + li {
    margin-left: 0;
  }
  #global-nav ul li:not(:last-child) a::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 40px;
    opacity: 1;
  }
  #global-nav ul li:last-child a::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 40px;
    opacity: 1;
  }
  #global-nav ul li a span, #global-nav ul li:last-child a span {
    position: relative;
    inset: 7px 0 0;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #fff;
    height: auto;
    background-color: inherit;
    margin: 0;
    border-radius: 0;
  }
  #top-head #global-nav ul li a:hover, #top-head.fixed #global-nav ul li a:hover {
    background: linear-gradient(180deg, #cf1126, #820009);
  }
  #global-nav ul li:last-child::after, #global-nav ul li:last-child::before {
    display: none;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
    background-color: #fff;
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    transform: translateY(500px);
    height: 100vh;
  }
}
.hero-area {
  position: relative;
  overflow-y: visible;
}
.hero-area.mar-style {
  max-width: 1160px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.hero-area_inner {
  width: 85%;
  background-image: url("../images/bg_hero.svg");
  background-size: 17px;
  padding: 63px 0 126px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}
.hero-area_kv {
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 820px;
}
@media screen and (max-width: 1160px) {
  .hero-area_kv {
    top: 100px;
    right: -20px;
    max-width: 65%;
  }
}
.hero-area_tit {
  width: 340px;
  text-align: center;
  margin-bottom: 30px;
}

.hero-area_tit img {
  border-bottom: 1px solid #CF1126;
	  padding-bottom: 12px;
	margin-bottom: 7px;
	display: block;
}
.hero-area_tit span {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.hero-area_tit span + img {
  margin-top: 30px;
}
.hero-area_tit span img {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.hero-area_list {
  margin-left: 50px;
}
@media screen and (max-width: 1000px) {
  .hero-area_tit {
    margin-bottom: 40px;
  }
  .hero-area_list {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
.hero-area_tit img {
	padding-bottom: 7px;
	margin-bottom: 0;
}
.hero-area_tit span + img {
  margin-top: 7px;
}	
}
.hero-area_list li {
  list-style: none;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  padding-left: 1.8em;
  line-height: 2.4;
  background-image: url("../images/icon_check01.svg");
  background-position: center left;
  background-repeat: no-repeat;
}
.hero-area_list li:nth-child(2) {
  background-image: url("../images/icon_check02.svg");
}
.hero-area_list li:nth-child(3) {
  background-image: url("../images/icon_check03.svg");
}
.hero-area_list li:nth-child(4) {
  background-image: url("../images/icon_check04.svg");
}
@media screen and (max-width: 767px) {
  .hero-area.mar-style {
    width: 100%;
  }
  .hero-area_kv {
    position: relative;
    top: -80px;
    width: calc(100vw - 40px);
    max-width: none;
  }
  .hero-area_list {
    margin-top: -80px;
  }
  .hero-area_inner {
    width: 95%;
    background-image: url("../images/bg_hero.svg");
    padding: 30px 0 126px;
    margin-top: 53px;
  }
  .hero-area_tit {
    padding: 0 0 10px 20px;
    width: 60%;
  }
  .hero-area_tit span {
    font-size: 2rem;
  }
  .hero-area_list li {
    font-size: 1.8rem;
    line-height: 2;
    background-size: 25px;
  }
}
/*.slider_fade {
  position: relative;
}
.slider_fade > li {
  list-style: none;
}
.slider_fade > li {

}
.slider_fade > li:nth-of-type(2) {
  animation: anime_slider_fade 24s 0s infinite;
  position: absolute;
  top: 0;
/*  animation-delay: 24s;*/
/*}*/
/*@keyframes anime_slider_fade {
  0% {
    opacity: 0;
  }
 5% {
    opacity: 0;
  }
 45% {
    opacity: 0;
  }
 50% {
    opacity: 1;
  }
 55% {
    opacity: 1;
  }
 95% {
    opacity: 1;
  }
 100% {
    opacity: 0;
  }
}*/
/*parts*/
.alpha a:hover {
  transition: all 1s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.fade {
  opacity: 1;
}
#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
/*parts*/