@charset "UTF-8";

body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

p {
  text-align: justify;
}

#HeaderWrapper {
  -webkit-transition: .5s;
  transition: .5s;
}

#HeaderWrapper #Header {
  /*.menu-wrapper .drawer-nav.open {
      margin-top: 70px;
    }*/
}

#HeaderWrapper #Header .Logo {
  width: clamp(140px, 20vw, 310px);
}

#HeaderWrapper #Header .btn_contanct {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 1.5vw;
}

#HeaderWrapper #Header .btn_contanct a.button {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 100px;
  background-color: #dfeeff;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 2px solid #0e374d;*/
  /*background: #fff;*/
  /*background: #0838a1;*/
  /*background: #009284;*/
}

#HeaderWrapper #Header .btn_contanct a.button::after {
  border: #6d675d 1px solid;
  background-color: #6d675d;
}

#HeaderWrapper #Header .btn_contanct a.button .MailIcon {
  width: 40%;
  height: 40%;
}

#HeaderWrapper #Header .btn_contanct a.button .MailIcon {
  fill: #fff;
}

#HeaderWrapper #Header .btn_contanct a.button:hover .MailIcon {
  fill: #fff;
}

#HeaderWrapper #Header .btn_tel {
  width: auto;
  height: 50px;
  margin-top: 0;
  margin-left: 1.5vw;
}

@media (max-width: 920px) {
  #HeaderWrapper #Header .btn_tel {
    height: 70px;
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

#HeaderWrapper #Header .btn_tel a.button {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em;
  border-radius: 100px;
  background-color: #dfeeff;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 2px solid #0e374d;*/
  /*background: #fff;*/
  /*background: #0838a1;*/
  /*background: #009284;*/
}

#HeaderWrapper #Header .btn_tel a.button::after {
  border: #85a74d 1px solid;
  background-color: #85a74d;
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav {
  z-index: 1000;
}

@media (max-width: 920px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav {
    margin-top: 0px;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav .Upper {
    width: 72%;
    margin: 50px auto;
    display: block;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav .Upper > div {
    margin-bottom: 30px;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav > div:last-of-type {
    width: 96%;
    margin: 50px auto;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav > div h2 {
    color: #fff;
    font-size: 1.5em;
    text-align: left;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav > div p {
    color: #fff;
  }
}

@media (max-width: 920px) {
  #HeaderWrapper {
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #HeaderWrapper #Header .menu-wrapper .btn_hum {
    z-index: 10000;
  }
  #HeaderWrapper #Header .menu-wrapper .btn_hum.close {
    position: fixed;
  }
}

@media (max-width: 920px) {
  #HeaderWrapper #Header .Logo {
    width: clamp(360px, 22vw, 300px);
    margin-left: 3vw;
  }
}

/*HeaderAnime上書き*/
#HeaderAnime {
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}

#HeaderAnime p.SubTi {
  position: absolute;
  font-size: .75em;
  line-height: 1.6;
  margin-left: calc(1.5vw + 20px);
  -webkit-transition: 2s;
  transition: 2s;
}

@media (max-width: 920px) {
  #HeaderAnime p.SubTi {
    margin-left: 3vw;
    width: calc(100% - 100px);
    line-height: 1.4;
    font-size: .65em;
  }
}


.drawer-nav .InLogo {
    display: none;
}
@media (max-width: 920px) {
    .drawer-nav .InLogo {
        display: block;
        width: 100%;
        background-color: #fff;
        padding: 1em;
        text-align: left;
        margin-bottom: 1.5em;
    }
    .drawer-nav .InLogo img {
        width: 50%;
    }
}

/*HeaderAnime上書き*/
/*.MainWarrper {
  padding-top: 110px;
}*/

/*===================
コンテンツcommon
=====================*/
.Bold {
  font-weight: bold;
}
.MarkerYellow {
  background:linear-gradient(transparent 60%, #ffff00 60%);
}
h2 {
  font-size: 1.85em;
  /*font-weight: bold;*/
  font-weight: 500;
  line-height: 1.3;
  color: #a80022;
  margin-bottom: .4em;
}
h2.Black {
  color: #000;
}

@media (max-width: 800px) {
  h2 {
    font-size: 1.5em;
  }
}


h3 {
  font-size: 1.6em;
  font-weight: 500;
  /*font-weight: bold;*/
}

@media (max-width: 800px) {
  h3 {
    font-size: 1.4em;
  }
}


section {
  padding-top: 80px;
}

.Conte {
  width: 100%;
}

.Conte .Inner {
  width: 96%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.Conte .Inner .Inner {
  padding: 0 2.4%;
}

.Conte .Inner800 {
  width: 100%;
  max-width: calc(800px + ((100vw - 800px) / 2));
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

.Conte .Inner800 .Inner {
  padding: 0 2.4%;
}


/*hoverした際の、背景の場所とテキスト色の変更*/
html {
  scroll-padding-top: 100px;
}
.Min {
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.TopMainVisual .Object {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.TopMainVisual .Catch {
  text-align: center;
  background-color: #a80022;
  border-top: 4px solid #ddb078;
  border-bottom: 4px solid #ddb078;
  color: #ddb078;
  font-size: 1.8em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
}
@media (max-width: 800px) {
  .TopMainVisual .Catch {
    font-size: 1.68em;
  }
}

.Btn {
  width: 330px;
  /*height: 60px;*/
  margin-top: 48px;
  background-color: #fff;
  border: 1px solid #9fa0a0;
  border-radius: 40px;
}
@media (max-width: 800px) {
  .Btn {
    width: 360px;
    margin-left: auto;
  }
}
.Btn a {
  color: #595757;
  font-size: 1.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 30px;
}
@media (max-width: 800px) {
  .Btn a {
    font-size: .9em;
  }
}
.Btn a:after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../img/common/btn_allow.svg);
  background-size: 38px;
  background-position: center;
  background-repeat: no-repeat;
}
.Btn.right {
  margin-left: auto;
}











/*========= フッター ==========*/
#footerBg {
  background: #a80022;
  /*background: -webkit-gradient(linear, left top, right top, from(#f1f2fb), to(#c7d2d9));*/
  width: 100%;
}

#footerBg h2 {
  color: #fff;
}
#footerBg p {
  color: #fff;
}


#footerBg .footer {
  margin: 0 auto;
  width: 96%;
  max-width: 1100px;
  padding: 60px 0;
}

#footerBg .footer .Upper {
  display: grid;
  gap: 2%;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 800px) {
  #footerBg .footer .Upper {
    grid-template-columns: 1fr;
  }
}
#footerBg .footer .Lower {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 800px) {
  #footerBg .footer .Lower {
    flex-direction: column-reverse;
  }
}
#footerBg .footer .Lower .CompanyAbout {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 800px) {
  #footerBg .footer .Lower .CompanyAbout {
    margin-top: 30px;
  }
  #footerBg .footer .Lower .CompanyAbout > div {
    margin: 30px 0;
  }
}
#footerBg .footer .Lower .CompanyAbout .SNSbox {
  background-color: #fff;
  padding: 8px 17px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
  border-radius: 10px;
  width: fit-content;
}


#footerBg .footer .FootNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footerBg .footer .FootNavi ul li {
  margin-right: 2em;
}

#footerBg .footer .Navi01 {
  width: 340px;
  min-width: 280px;
}

#footerBg .footer .Navi01 .logo {
  width: 240px;
}

#footerBg .footer .Navi01 .logo img {
  width: 100%;
}

#footerBg .footer p.Address {
  line-height: 1.5;
  white-space: nowrap;
}

#footerBg .footer .Navi02 {
  /*width: 24%;*/
  /*min-width: 300px;*/
}

#footerBg .footer .Navi03 {
  /*width: 24%;*/
  /*min-width: 170px;*/
}

#footerBg .footer .Navi04 {
  width: 24%;
  min-width: 150px;
  max-width: 400px;
  margin: 0 0 0 auto;
}

#footerBg .footer li {
  font-size: clamp(0.5rem, calc(.8125rem + 0.625vw), 1.625rem);
  white-space: nowrap;
}
#footerBg .footer li.indent {
  padding-left: 1em;
}

/*#footerBg .footer li::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #878787;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: .9em;
  width: 0;
}*/

#footerBg .footer a {
  color: #fff;
}

#footerBg .SpComName {
  display: none;
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi02 {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi03 {
    /*margin-bottom: 30px;*/
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi04 {
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer li::before {
    top: 35%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .SpComName {
    display: block;
    padding: 0px 6vw 70px 6vw;
  }
  #footerBg .SpComName p.Address {
    margin: 20px 0 10px;
    line-height: 1.4;
  }
  #footerBg .SpComName a {
    color: #00510B;
  }
}

.copyBox {
  background-color: #eaedde;
}

#copy {
  color: #fff;
  font-size: .7em;
  padding: .8em 0;
  white-space: nowrap;
}

#copy a {
  color: #fff;
}




