*, *:before, *:after {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color:#574B3F;
  transition-duration: 0.5s;
}
ul, ol, dl {
  list-style: none;
}
html {
  font-size: 62.5%;
}
input[type=date],
input[type=submit]{
  -webkit-appearance: none;
  appearance: none;
}
input[type=checkbox] {
  transform: scale(1.5, 1.5);
}
input,
textarea{
  padding: 15px 0;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #A6A6A6;
}
textarea{
  border: #A6A6A6 1px solid;
  padding: 15px;
  border-radius: 5px;
}
input[type=radio],
input[type=checkbox]{
  width: auto;
  padding: 0;
}
::placeholder{
  font-size: 25px;
  color:#D9D9D9;
  font-family: "NotoSansJP M";
}
textarea::placeholder{
  font-size: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  color: #341F00;
  background: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
	font-family: "Yu Gothic M";
  font-style: normal;
  overflow-x: hidden;
}
h1{
  font-size: 40px;
  font-size:4rem;
  font-weight: bold;
}
h3{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
p{
  line-height: 2.1;
  font-size: 13px;
}
span{
  font-size: inherit;
  font-weight: inherit;
}
button{
  background: none;
}
main{
  margin: 100px auto 0;
  transition: all 1s;
  overflow: hidden;
}
.pc-only{
  display: block!important;
}
.sp-only{
  display: none!important;
}
.common {
  margin:0px auto;
  padding: 80px 0;
  width: 1200px;
  position: relative;
}
.common2 {
  margin-left:auto;
  width: 1000px;
  position: relative;
}

@media screen and (max-width: 1200px){
  .common{
    width: 90%;
    margin: 0 auto;
  }
  .common2{
    width: 100%;
    margin: 0 auto;    
  }
}
@media screen and (max-width: 1045px){
  main{
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px){
  h1{
    font-size: 28px;
    font-size:2.8rem;
  }
  h2{
    font-size:20px;
    font-size:2rem;
  }
}
@media screen and (max-width: 768px){
  *, *:before, *:after {
    font-size: 13px;
    font-size: 1.3rem;
  }
  h1{
    font-size:35px;
    font-size:3.5rem;
  }
  h2{
    font-size:28px;
    font-size:2.8rem;
  }
  /* 共通 */
  .table dt{
    padding: 5%; 
    width: 45%;   
  }
  .table dd{
    padding: 5%;
  }
  input,
  textarea{
    padding: 10px;
  }
  .common{
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
  }
  .common2{
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
  }
  .pc-only{
    display: none!important;
  }
  .sp-only{
    display: block!important;
  }
  main{
    margin: 40px auto 0;
  }
  ::placeholder{
    font-size: 3vw;
  }
  textarea::placeholder{
    font-size: 3vw;
  }
}

/*フォント
=======================================================*/
@font-face {
	font-family: "Yu Gothic M";
	src: url("../font/yu-gothic-medium.otf");
	font-weight: 500;
}


@font-face {
	font-family: "Yu Gothic B";
	src: url("../font/yu-gothic-bold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "helvetica R";
	src: url("../font/helvetica-regular.otf");
	font-weight: 500;
}
@font-face {
	font-family: "Futura M";
	src: url("../font/Futura Medium.otf");
	font-weight: 500;
}
@font-face {
	font-family: "hiraginomaru w4";
	src: url("../font/hiragino-maru-gothic-pro-w4.otf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP R";
	src: url("../font/NotoSansJP-Regular.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP M";
	src: url("../font/NotoSansJP-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "DIN alternate B";
	src: url("../font/din-alternate-bold.ttf");
	font-weight: 500;
}

/*タイトル
=======================================================*/
.ttl-L{
	font-family: "helvetica R";
  color:#F7921E;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}
.ttl-L span.ttl-sub{
  font-size: 40px;
  font-family: "NotoSansJP M";
  color: #341F00;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid;
  font-weight: normal;
}
.ttl-L span.ttl-L-s{
  font-size: 45px;
  margin: 0 15px;
}
.ttl-M{
  font-family: "NotoSansJP M";
  text-align: center;
  font-size: 40px;
}
.ttl-M::after{
  content: "";
  width: 300px;
  height: 10px;
  display: block;
  background: #F7921E;
  border-radius: 10px;
  margin: 30px auto;
}

@media screen and (max-width: 768px){
  .ttl-L{
    font-size: 5vw;
  }
  .ttl-L span.ttl-sub{
    margin-left: auto;
    padding-left: unset;
    border-left: none;
    display: block;
    font-size: 4vw;
  }
  .ttl-M{
    font-size: 4vw;
  }
  .ttl-M::after{
    width: 100px;
    height: 5px;
    margin: 10px auto;
  }
  .ttl-L span.ttl-L-s{
    font-size: 4vw;
    margin: 0 5px;
  }
}

/*カラー
=======================================================*/
.fc-g{
  color: #A6A6A6!important;
}
.fc-b{
  color:#341F00!important;
}

/*位置
=======================================================*/

/*サイズ
=======================================================*/

/*共通アニメーション
=======================================================*/

/* スクロールありで下から上 */
.fadein1 {
  opacity : 0;
  transform: translateY(50px);
  transition: all 1.5s;
}
/* スクロールありで右から左 */
.fadein2 {
  opacity : 0;
  transform: translateX(-50px);
  transition: all 2s;
}
/* スクロールありで左から右 */
.fadein3 {
  opacity : 0;
  transform: translateX(50px);
  transition: all 2s;
}
/* スクロールありで上から下 */
.fadein4a {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 1.5s;
}
.fadein4b {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 3.5s;
}
.fadein4c {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 5.5s;
}
.fadein4d {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 7.5s;
}
.fadein5a {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 0.5s;
}
.fadein5b {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 1.5s;
}
.fadein5c {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 2.0s;
}
.fadein5d {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 2.5s;
}


/* スクロールなし下から上でフェードイン */
.no-fadein1 {
  animation-duration: 2s;
  animation-name: fadein1;
}
/* スクロールなしで上から下フェードイン */
.no-fadein2 {
  animation-duration: 2s;
  animation-name: no-fadein2;
}

@keyframes fadein1 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}
@keyframes no-fadein2 {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*アコーディオン
=======================================================*/
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  width: 100%;
  position: relative;
  width: 100%;
}
.accordion-item{
  margin-bottom: 60px;
}
.accordion-item:last-child{
  margin-bottom: 0;
}
.accordion-title {
  color: #341F00;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 20px;
  font-family: "NotoSansJP R";
  position: relative;
  display: flex;
  align-items: center;
}
.accordion-title span{
  font-family: "helvetica R";
  font-size: 30px;
  color: #341F00;
  font-weight: bold;
  margin-right: 20px;
}
.accordion-title::after {
  border-right: solid 2px #341F00;
  border-top: solid 2px #341F00;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 20%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.accordion-content {
  display: none;
  padding: 20px 20px;
  font-family: "NotoSansJP R";
}
.accordion-content-txt{
  display: flex;
  align-items: baseline;
}
.accordion-content span{
  font-family: "helvetica R";
  font-size: 30px;
  color: #F7921E;
  font-weight: bold;
  margin-right: 20px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
  font-size: 15px;
}
.accordion-item .accordion-title {
  background-color: #F7921E;
  border: 2px solid #341F00;
  border-radius: 5px;
}
.accordion-item .accordion-content {
  border-bottom: 1px solid #F7921E;
  border-left: 1px solid #F7921E;
  border-right: 1px solid #F7921E;
  border-radius: 0 0 5px 5px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px){
  .accordion-item {
    margin-bottom: 20px;
  }
  .accordion-item .accordion-title{
    font-size: 2.5vw;
    padding: 10px;
  }
  .accordion-title span{
    font-size: 4vw;
    margin-right: 5px;
  }
  .accordion-title::after{
    width: 15px;
    height: 15px;
    right: 15px;
    top: 24%;
  }
  .accordion-content{
    padding: 10px;
  }
  .accordion-content p{
    font-size: 2.5vw;
  }
  .accordion-content span{
    font-size: 4vw;
    margin-right: 5px;
  }
}

/*header
=======================================================*/
header{
  width:100%;
  height: 100px;
  position: fixed;
  top:0;
  left:0;
  z-index:99999;
  color:#333333;
  transition: all 0.3s ease;
  background: #fff;
}
header a{
  color:#333333;
  font-size: 20px;
}
.header-inner{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  transition: all 0.3s ease;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
.header-left{
  display: flex;
  align-items: center;
  background: #F7921E;
  height: 100px;
  width: 35%;
  position: relative;
}
.header-left::after{
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #F7921E;
  width: 40px;
  height: 100%;
  right: -39px;
  position: absolute;
}
a.header-left-btn{
  color: #fff;
  background: #F7921E;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 5px 10px;
}
a.header-left-btn::after{
  content: "";
  background: url(../img/btn-arrow.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 15px;
}
.header-area{
  display: flex;
  align-items: center;
  background: #fff;
  margin-right: 20px;
}
.web-name a{
  display: flex;
  align-items: center;
}
.web-name img{
  object-fit: contain;
  display: block;
  height: 60px;
  margin: 0 20px;
}
.header-nav{
  display: flex;
  align-items: center;
}
.header-nav ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
}
.header-nav ul li{
  text-align: center;
}
.header-nav ul li a{
  font-size: 18px;
  padding: 10px;
  display: flex;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
	font-family: "helvetica R";
  color: #A6A6A6;
}
a.header-nav-contact{
  background: #F7921E;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}
a.header-nav-contact::after{
  content: "";
  background: url(../img/btn-arrow.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.header-nav-sp{
  display: none;
}

@media screen and (max-width: 1175px){
  a.header-left-btn{
    font-size: 15px;
  }
  .header-nav ul li a{
    font-size: 15px;
  }
  a.header-nav-contact{
    font-size: 15px;
  }
}
@media screen and (max-width: 995px){
  a.header-left-btn{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px){
  header{
    height: 40px;
  }
  .header-inner{
    height: 40px;
  }
  a.header-left-btn{
    font-size: 2vw;
  }
  .header-left{
    height: 40px;
    width: 70%;
    z-index: 100000;
  }
  .header-left::after{
    width: 30px;
    right: -29px;
  }
  .web-name img{
    height: 30px;
  }
  .header-nav{
    display: none;
  }
  .header-nav-sp ul li a{
    width: 150px;
    font-size: 14px;
  }
}

/*スクロールヘッダー*/
@media screen and (max-width: 768px){
  header.is-anime{
    background: unset;
  }
  header.is-anime .header-inner{
    box-shadow: unset;
  }
  header.is-anime .header-left{
    display: none;
  }
  header.is-anime .header-sp button{
    background: #F7921E;
    border-radius: 20px;
  }
  header.is-anime .header-sp button span{
    background-color: #fff;
  }
  header.is-anime .header-sp button.is-open span:nth-of-type(1){
    background-color: #fff;   
  }
  header.is-anime .header-sp button.is-open span:nth-of-type(3){
    background-color: #fff;
    -webkit-transform: translateY(-8px) translateX(-11px) rotate(45deg);
    transform: translateY(-8px) translateX(-11px) rotate(45deg);
  }
}

/* ハンバーガーメニュー */
@media screen and (max-width: 768px){
  .header-nav-sp{
    position: fixed;
    top: -100vh;
    left:0;
    width:100%;
    background:#fff;
    display: block;
  }
  .header-nav-sp.is-open{
    top:0;
    display: block;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100vh;
    z-index: 10;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 40px 20px 0;
  }
  .header-nav-sp-ttl{
    margin: 5px 0;
  }
  .header-nav-sp-ttl a{
    color:#F7921E;
    font-size: 18px;
  }
  .header-nav-sp ul{
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    border-top: 1px solid #F7921E;
    border-bottom: 1px solid #F7921E;
    padding: 10px 0;
  }
  .header-nav-sp ul li{
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
  }
  .header-nav-sp ul li a{
    width: 100%;
    display: flex;
    height: auto;
    line-height: 1.8;
  }
  .header-nav-sp ul li a::before{
    content: "・";
  }
  .header-sp{
    position:fixed;
    display:block;
    top:0;
    right: 0;
    z-index: 11;
    height: 50px;
  }
  .header-sp button,
  .header-sp button span{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  .header-sp button{
    width:40px;
    height:40px;
    border:none;
    position:relative;
  }
  .header-sp button span{
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #F7921E;
    border-radius: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .header-sp button span:nth-of-type(1){
    top: 30%;
  }
  .header-sp button span:nth-of-type(2){
    top: 50%;
  }
  .header-sp button span:nth-of-type(3){
    top:70%;
  }
  .header-sp button.is-open span:nth-of-type(1){
    -webkit-transform: translateY(8px) translateX(-11px) rotate(-45deg);
    transform: translateY(8px) translateX(-11px) rotate(-45deg);
    background-color: #F7921E;
  }
  .header-sp button.is-open span:nth-of-type(2){
    opacity: 0;
  }
  .header-sp button.is-open span:nth-of-type(3){
    -webkit-transform: translateY(-8px) translateX(-11px) rotate(45deg);
    transform: translateY(-8px) translateX(-11px) rotate(45deg);
    background-color: #F7921E;
  }
}

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

/*Loading
=======================================================*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #F7921E;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}

/*追従
=======================================================*/
.follow-line{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.follow-line .follow-img{
  width: 200px;
  height: 200px;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .follow-line .follow-img{
    width: 75px;
    height: 75px;
  }
}

/*上に戻るボタン
=======================================================*/
.pagetop {
  position: fixed;
  bottom: 9vh;
  right: 1vw;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1F1F1F;
  padding: 10px 10px 15px;
}
.pagetop span{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: calc(tan(60deg)* 10px) solid #ffffff;
}

@media screen and (max-width: 768px){
  .pagetop{
    width: 40px;
    height: 40px;
    bottom: 11vh;
  }
}

/*reCAPTCHA
=======================================================*/
.grecaptcha-badge{
  left:-186px!important;
  right: auto!important;
}
.rc-anchor-normal-footer{
  order: 2;
}

/*footer
=======================================================*/
footer{
  background: #A6A6A6;
  position: relative;
}
.f-wrap{
  padding: 80px 0 50px;
  border-bottom: 1px solid #341F00;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.f-menu{
  display: flex;
}
.f-menu-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
}
.f-menu-box3{
  justify-content: flex-end;
}
.f-menu-box2 a{
  display: flex;
  align-items: center;
}
.f-menu-box2 a img{
  width: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.f-menu-box:last-child{
  margin-right: 0;
}
.f-menu-box a{
  font-family: "helvetica R";
  color: #341F00;
}
.f-menu-box1 a::before{
  content: "●";
  margin-right: 10px;
}
a.f-menu-box3-c{
  background: #341F00;
  color: #fff;
  width: fit-content;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 20px;
}
a.f-menu-box3-t{
  font-family: "helvetica R";
  font-weight: bold;
}
img.f-logo{
  height: 150px;
  object-fit: contain;
  display: block;
}
#copyright{
  text-align: center;
  padding: 50px 0 80px;
}
#copyright small{
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-family: "helvetica R";
}
.f-menu-box3-sp{
  display: none;
}

@media screen and (max-width: 1200px){
  .f-wrap{
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  .f-menu .f-menu-box3{
    display: none;
  }
  img.f-logo{
    height: 80px;
  }
  .f-wrap{
    flex-wrap: wrap;
    padding: 30px 0 20px;
  }
  a.f-menu-box3-c{
    margin-bottom: 0;
  }
  .f-menu-box{
    gap: 5px;
  }
  .f-menu-box3-sp{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    align-items: center;
  }
  #copyright{
    padding: 20px 0 20px;
  }
}