@import url("https://use.typekit.net/qhp2giu.css");
@import url("https://use.typekit.net/xrr4ygo.css");
html, body, div, span, a, ul, li, section {
  margin: 0;
  padding: 0;
  border: 0
}

a {
  display: inline-block
}

ul {
  list-style: none
}

section {
  display: block
}

a {
  color: #000;
  text-decoration: none
}

a:link {
  color: #000
}

a:active {
  color: #000
}

a:visited {
  color: #000
}

a:hover {
  cursor: pointer
}

*:focus {
  outline: none
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

section.cta-contact {
  background: #F2ECDE;
  text-align: center
}

section.cta-contact.plan-arc {
  background: #fff
}

section.cta-contact h3 {
  font-size: 3.8rem;
  color: #ac803e;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  /* for fuwel */
  margin-block-start: 1em;
  margin-block-end: 1em;
}

section.cta-contact h3::before, section.cta-contact h3::after {
  content: "";
  width: 0;
  height: 0;
  display: none;
  position: inherit
}

section.cta-contact h3 span {
  font-size: 1.2rem;
  display: block;
  color: #000;
  margin-top: 2rem
}

section.cta-contact ul.flex {
  justify-content: space-between
}

section.cta-contact ul.flex li {
  width: 48%;
  padding-left: 0
}

section.cta-contact ul.flex li::before {
  content: "";
  width: 0;
  height: 0;
  display: none;
  position: inherit
}

section.cta-contact ul.flex li .btn {
  width: 100%
}

section.cta-contact ul.flex li .btn a {
  border: 0.1rem solid #ac803e;
  background: #fff;
  font-size: 1.6rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  font-family: 游明朝, yu-mincho-pr6n, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 100%
}

section.cta-contact ul.flex li .btn a::before, section.cta-contact ul.flex li .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
  position: inherit;
  display: none
}

section.cta-contact ul.flex li .btn a svg {
  fill: #ac803e;
  width: 5rem
}

@media (max-width: 750px) {
  section.cta-contact h3 {
    font-size: 6.133vw
  }
  section.cta-contact h3 span {
    font-size: 3.2vw;
    color: #3E3A39;
    margin-top: 1rem
  }
  section.cta-contact ul {
    width: 92%;
    margin: 0 auto
  }
  section.cta-contact ul.flex {
    justify-content: space-between;
    flex-direction: column
  }
  section.cta-contact ul.flex li {
    width: 100%
  }
  section.cta-contact ul.flex li .btn {
    width: 100%
  }
  section.cta-contact ul.flex li .btn a {
    font-size: 4vw;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    color: #3E3A39;
    margin-bottom: 2rem
  }
  section.cta-contact ul.flex li .btn a svg {
    width: 5rem
  }
}

html {
  font-size: 62.5%;
  line-height: 1
}

body {
  position: relative;
  color: #000;
  font-family: "游明朝", yu-mincho-pr6n, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto
}

.inner {
  width: 92%;
  max-width: 100rem;
  margin: 0 auto
}

.flex {
  display: flex;
  justify-content: center
}

section.cta-contact {
  padding: 4rem 0
}

/* h1 {
  margin: 0;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
} */

a {
  color: #000;
  text-decoration: none;
  -moz-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s
}

a:link {
  color: #000
}

a:active {
  color: #000
}

a:visited {
  color: #000
}

a:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7
}

@media (max-width: 750px) {
  body {
    position: relative;
    color: #000;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto
  }
  .inner {
    width: 90%
  }
  .flex {
    display: flex;
    justify-content: center
  }
  section.cta-contact {
    padding: 4rem 0
  }
  /* h1 {
    margin: 0;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  } */
  a {
    color: #000;
    text-decoration: none;
    -moz-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s
  }
  a:link {
    color: #000
  }
  a:active {
    color: #000
  }
  a:visited {
    color: #000
  }
  a:hover {
    cursor: pointer;
    color: #000
  }
}

a {
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s
}
