@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Maru+Gothic:wght@500&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;*/
/*基本設定
---------------------*/
html{
    font-size: 62.5%;
}
body {
    font-size:1.4rem;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    text-align: justify;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: 'Noto Sans JP', serif;
    line-height: 2;
    color: #333333;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 680px) {
body {
    line-height: 1.6;
}
}
img{
    max-width: 100%;
}
.sp{
    display: none;
}
@media screen and (max-width: 915px) {
.sp{
    display: block;
}
.pc{
    display: none;
}
}
.w1080{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.w900{
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.inner{
    padding: 8rem 0;
}
@media screen and (max-width: 1080px) {
.w1080,
.w900{
    width: 90%;
}
}
/*共通パーツ
---------------------*/
.flex_style{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_revers{
    flex-direction: row-reverse;
}
.flex_center{
    align-items: center;
}
.text_center{
    text-align: center;
}
.text_white{
    color: #fff;
}
.mb50{
    margin-bottom: 5rem;
}
.mb20{
    margin-bottom: 2rem;
}
/*タイトル
---------------------*/
.h3_style{
    font-size: 3.2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    margin-bottom: 7rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 100;
}
.h3_style img{
    display: block;
    margin: auto;
}
.h4_style{
    position: relative;
    font-size: 2.4rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    margin-bottom: 2.6rem;
    line-height: 1.6;
    font-weight: 100;
}
@media screen and (max-width: 680px) {
.h3_style{
    font-size: 2.6rem;
    margin-bottom: 4rem;
}
}
/*背景
---------------------*/
.bg01{
    background: url("../img/repeat_bg.png") repeat top left;
}
.bg02{
    background: #EA5504;
}

/*MV btn
---------------------*/
.mv_btn{
    display: flex;
    flex-wrap: wrap;
}
.mv_btn li a{
    display: inline-block;
    margin: 1rem;
    font-size: 1.8rem;
    padding: .5rem 0;
    background: #EA5504;
    border: 2px solid #EA5504;
    border-radius: 5rem;
    color: #fff;
    width: 23rem;
    max-width: 90%;
    text-align: center;
}
.mail_ico{
    position: relative;
    padding-left: 3.2rem;
}
.mail_ico:before{
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 1.7rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: .1rem;
    transform: translateY(-50%);
    background: url("../img/ico_mail.png") no-repeat center center / contain;
}
.sc_ico{
    position: relative;
    padding-left: 3rem;
}
.sc_ico:before{
    content: "";
    display: inline-block;
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: .1rem;
    transform: translateY(-50%);
    background: url("../img/ico_sc.png") no-repeat center center / contain;
}
.mv_btn li a:hover .mail_ico:before,
.mv_btn li a:hover .sc_ico:before{
    content: "→";
    background: none;
    width: auto;
    height: auto;
}
.mv_btn li a:hover{
    background: #fff;
    color: #EA5504;
    font-weight: bold;
}
@media screen and (max-width: 680px) {
.mv_btn{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
.mv_btn li{
    width: 50%;
}
.mv_btn li a{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    border-radius: 0;
}
.mv_btn li:first-child a{
    border-right: 1px solid #fff;
}
.mv_btn li:nth-child(2) a{
    border-left: 1px solid #fff;
}

}

/*メインナビ
---------------------*/
@media screen and (max-width: 680px) {
.mv_btn{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.mv_btn li{
    width: 50%;
}
.mv_btn li a{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    border-radius: 0;
}
.mv_btn li:first-child a{
    border-right: 1px solid #fff;
}
.mv_btn li:nth-child(2) a{
    border-left: 1px solid #fff;
}
}
/*グローバルナビ
---------------------*/
.gnav_bg{
    background: #333;
}
.gnav a{
    display: block;
    padding: 1rem 0;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}
.gnav a:hover{
    color: #EA5504;
}
@media screen and (min-width: 681px) {
.top_nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
}
/*.gnav a:before{
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: 0;
    transition: .5s;
}*/
.gnav a:hover:before{
    opacity: 1;
}
@media screen and (max-width: 890px) {
.gnav a{
    display: block;
    padding: 1rem 0;
    color: #ffffff;
    font-size: 1.4rem;
}
}
@media screen and (max-width: 680px) {
.sub-menu.flex_style{
    display: block;
}
.gnav li{
    width: 50%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    text-align: center;
 }
.gnav a{
    display: block;
    font-size: 2rem;
    color: #333;
    background: #fff;
    border-radius: 5rem;
}
}
/*contact
---------------------*/
.banner_list li{
    width: 49%;
    margin-bottom: 2rem;
}
@media screen and (max-width: 680px) {
.banner_list li{
    width: 100%;
}
}
.gnav.footer_nav a{
    font-size: 1.4rem;
}
.footer_logo{
    max-width: 25rem;
    margin: auto;
    display: block;
    padding: 1rem 0;
}
.copy{
    background: #333;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
@media screen and (max-width: 680px) {
.gnav_bg{
    height: 1rem;
}
.gnav.footer_nav a{
    display: none;
}
.footer_logo{
    max-width: 20rem;
}
.copy{
    margin-bottom: 4.2rem;
}
}
/*hambarger
---------------------*/
@media screen and (max-width: 680px) {

.open {
    position: fixed;
    top: .5rem;
    right: 1rem;
    width: 5rem;
    height: 5rem;
    display: block;
    cursor: pointer;
    transition: opacity 0.2s linear;
    z-index: 999;
}
.open:hover {
  opacity: 1;
}
.open span {
  display: block;
  height: 4px;
  width: 4rem;
  border-radius: 4rem;
  background-color: #333;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  transition: all 0.4s ease;
    z-index: 1000;
}
.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
.open span:nth-child(2) {
  margin-top: 25px;
}
.open span:nth-child(3) {
  margin-top: 40px;
}

.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #EA5504;
  border-radius: 4rem;
    z-index: 1001;
  overflow: hidden;
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 180px;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.oppenned .sub-menu {
    opacity: 1;
    height: 110vh;
    width: 120vw;
    padding-top: 5rem;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 1001;
  transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
  transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
    height: 130vh;
    width: 140vw;
    right: -16rem;
    top: -16rem;
    background-color: #333;
}
.oppenned span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px) translateX(10px);
}
.oppenned li {
  margin-right: 168px;
}

}
@-webkit-keyframes updown {
  0%, 50%, 100% {
    transform: translatey(0);
  }
  20% {
    transform: translatey(5px);
  }
  25% {
    transform: translatey(-20px);
  }
  30% {
    transform: translatey(20px);
  }
  35% {
    transform: translatey(-5px);
  }
}
@keyframes updown {
  0%, 50%, 100% {
    transform: translatey(0);
  }
  20% {
    transform: translatey(5px);
  }
  25% {
    transform: translatey(-20px);
  }
  30% {
    transform: translatey(20px);
  }
  35% {
    transform: translatey(-5px);
  }
}