@charset "utf-8";
/*
Theme Name: オリジナルテーマ
Version: 1.0
License: GNU General Public License v2 or later
*/


:root {
  --font-color: #2F2421;
  --red:#CA1B35;
  --btn-color: #DCDCDC;
  --back-red:#692222;
  --dark-color: #2F2421;
}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  text-align: justify;
  color: var(--font-color);

}



body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;

}

body {
    position: relative;
    color: white;
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292828;
  /* opacity: 0.4; */
  z-index: -2;
}
body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/back_filter.png) top center / 100% repeat-y;
  opacity: 0.1;
  z-index: -2;
}

.en,
.en_title {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;

}
.en_title  {
  color: var(--red);
}


img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  border: none;
  border: 1px solid #9EA0A2;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1180px;
  width: calc(100% - 80px);
}

.wrapper.narrow {
  max-width: 1100px;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {
  word-break: break-all;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  line-height: 1.4;
}
h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3.2rem;
}

h4,h5,h6 {
  font-size: 2.4rem;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 1.6;
}



a,button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.7;
}
section {
  position: relative;
}

strong {
  font-weight: bold;
}

@media screen and (min-width: 801px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;

  }
  
  h3 {
    font-size: 1.6rem;

  }
  
  h4,h5,h6 {
    font-size: 1.5rem;
  }

  p,th,td,li,dt,dd {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .wrapper {
    width: calc(100% - 4rem);
  }
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }


}

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



/***共通***/

/*title*/
.sec_title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 40px;
}

.sec_title.center {
  flex-direction: column;
  gap: 0;
  align-items: center;
  text-align: center;
}

.sec_title p {
    font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  color: var(--red);
  line-height: 1;
  font-size: 10rem;
  font-weight: 900;
}

.sec_title  h2 {
  font-size: 1.6rem;
  padding-bottom: 20px;
}

.sec_title.center h2 {
  padding: 0;
}

.sec_ex {
  text-align: center;
  margin-bottom: 50px;
}


/*btn*/
.original_btn a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 54px;
  background-color: var(--btn-color);
  color: var(--font-color);
  font-size: 1.6rem;
  padding: 0 30px;
    border-radius: 50px;
}

.original_btn.center a {
  margin: 0 auto;
}

.original_btn.small a {
  max-width: 196px;
}

.original_btn.big a {
  max-width: 380px;
}

.original_btn a::after {
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(img/btn_arrow.svg) center / contain no-repeat;
}

.original_btn.gray a {
  background-color: var(--dark-color);
  color: white;
}
.original_btn.gray a::after {
    background: url(img/btn_arrow_white.svg) center / contain no-repeat;
}
@media screen and (max-width: 800px) {
  .sec_title {
  margin-bottom: 30px;
}

.sec_title p {
  font-size: 4.4rem;
}
.sec_title  h2 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.original_btn a  {
  font-size: 1.4rem;
  height: 50px;
}


  
  
}

/***header***/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
}

header.on {
  background-color: rgba(0,0,0,0.6);
}




header .openbtn {
  display: none;
}

header .header_logo{
  width: 100px;
}



@media screen and (min-width: 801px) {
.header_navi .top_navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header_navi .top_navi li {
  color: white;
  font-size: 1.2rem;
}
.header_navi .top_navi li a {
  display: flex;
  align-items: center;
}
.header_navi .top_navi li img {
  width: 50px;
}


.header_navi .main_navi {
    display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header_navi .main_navi li {
  color: white;
  font-weight: 600;
}

.header_navi .main_navi li.contact a {
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid white;
  border-radius: 50px;
}

}


@media screen and (max-width: 800px) {
  header {
    padding: 10px 20px;
    position: sticky;
  }
  header .header_logo {
    width: 60px;
  }
  .header_navi  {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--dark-color);
    width: 100%;
    height: 100vh;
    padding: 100px 20px 10px;
    display: none;
  }


  .header_navi .top_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.header_navi .top_navi li {
  color: white;
  font-size: 1.2rem;
}
.header_navi .top_navi li a {
  display: flex;
  align-items: center;
}

.header_navi .main_navi li {
  margin-bottom: 20px;
}

  header .openbtn{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 100;
  }
  
  /*ボタン内側*/
  .openbtn span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 0;
      height: 3px;
      border-radius: 3px;
    background: white;
      width: 100%;
    }
  
  .openbtn span:nth-of-type(1) {
    top:0px; 
  }
  
  .openbtn span:nth-of-type(2) {
    top:50%;
  }
  
  .openbtn span:nth-of-type(3) {
    top:100%;
  }
  
  /*activeクラスが付与されると線が回転して×に*/
  
  .openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);

  }
  
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);

  }

}




.common_contact .top {
  padding: 100px 0;
  background: url(img/commmon_contact_back.jpg) center / cover no-repeat;

}
.common_contact .top .sec_title h2 {
  color: var(--red);
}

.common_contact .top  .sec_ex  {
  margin-bottom: 0;
    color: var(--font-color);
}

.common_contact .bottom {
  display: flex;
}

.common_contact .bottom a {
  display: block;
  width: 50%;
  height: 350px;
  padding-top: 60px;
  padding-left: 60px;
}

.common_contact .bottom a.tel {
  background: url(img/common_contact_tel_back.png) center / cover no-repeat;
}
.common_contact .bottom a.email {
  background: url(img/common_contact_form_back.png) center / cover no-repeat;
}

.common_contact .bottom a h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.common_contact .bottom a .num {
  font-size: 3.2rem;
    font-family: "Overpass", sans-serif;
    display: flex;
    align-items: center;
    gap: 3px;
}
.common_contact .bottom a .num img {
  width: 26px;
}

.common_contact .bottom a .title {
  font-size: 2.6rem;
}

.common_contact .bottom a .ex {
  margin-bottom: 25px;
}


@media screen and (max-width: 800px) {
  .common_contact .top  {
    padding: 60px 10px;
  }
.common_contact .bottom {
  flex-direction: column;
}

.common_contact .bottom a {
  width: 100%;
  height: 250px;
}


}



/***footer***/
footer {
  padding: 100px 0 20px;
}

footer .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid white;
  padding-bottom: 60px;
  gap: 30px;
}

footer .top .logo {
  width: 100px;
  margin-bottom: 30px;
}
footer .top .name {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

footer .top .footer_menu {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

footer .top .footer_menu ul > li:not(:last-of-type) {
  margin-bottom: 25px;
}

footer .top .footer_menu > ul > li ul {
  padding-left: 25px;
  margin-top: 25px;
}

footer .bottom {
  padding-top: 40px;
}

footer .bottom .footer_sub_menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
footer .bottom .footer_sub_menu li {
  font-size: 1.2rem;
}

footer .bottom .copy {
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 800px) {

footer {
  padding-top: 60px;
}


}


@media screen and (max-width: 500px) {


}