@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Timmana&display=swap");
*, :before, :after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

main {
  display: block;
  min-height: 100%;
}

input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: none;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  outline: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

.Header {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  height: 71px;
  justify-content: space-between;
  padding: 0 60px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

@media all and (max-width: 991px) {
  .Header {
    height: 51px;
    padding: 0 15px;
  }
}

.Header .logo img {
  width: 140px;
  vertical-align: middle;
}

@media all and (max-width: 991px) {
  .Header .logo img {
    width: 100px;
  }
}

.Header .list-link {
  display: flex;
  flex-wrap: wrap;
}

.Header .list-link li {
  font-size: 14px;
}

.Header .list-link li a {
  align-items: center;
  background-color: #e5b224;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
}

@media all and (max-width: 991px) {
  .Header .list-link li a {
    border: 2px solid #e5b224;
    background-color: transparent;
    color: #e5b224;
    font-size: 12px;
    height: 30px;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.Header .list-link li a i {
  position: absolute;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  transition: .4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 991px) {
  .Header .list-link li a i {
    display: none;
  }
}

.Header .list-link li a:hover i {
  right: .75em;
}

.Cta {
  background-image: url(../img/cta/img.jpg);
  background-position: center center;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

@media all and (max-width: 991px) {
  .Cta {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.Cta::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: rgba(255, 255, 0, 0.15);
  content: '';
  height: 100%;
  width: 100%;
}

.Cta .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media all and (min-width: 992px) {
  .Cta .container {
    width: 960px;
  }
}

.Cta .action {
  text-align: center;
}

.Cta .action a {
  align-items: center;
  background-color: #e5b224;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  padding: 1em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .4s;
}

@media all and (max-width: 991px) {
  .Cta .action a {
    font-size: 16px;
  }
}

.Cta .action a i {
  position: absolute;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  transition: .4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 991px) {
  .Cta .action a i {
    display: none;
  }
}

.Cta .action a:hover i {
  right: .75em;
}

.Footer {
  background-color: #444;
  padding-bottom: 40px;
  padding-top: 40px;
}

.Footer .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 992px) {
  .Footer .container {
    width: 960px;
  }
}

.Footer .logo {
  margin-bottom: 15px;
}

.Footer .logo img {
  width: 200px;
}

@media all and (max-width: 991px) {
  .Footer .logo img {
    width: 140px;
  }
}

.Footer .description {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.Footer .list-sns {
  display: flex;
  margin-bottom: 20px;
}

.Footer .list-sns li {
  font-size: 30px;
  margin-right: 15px;
}

.Footer .list-sns li a {
  color: #fff;
}

@media all and (min-width: 992px) {
  .Footer .list-sns li a:hover {
    color: #e5b224;
  }
}

.Footer .list-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media all and (max-width: 991px) {
  .Footer .list-link {
    margin-bottom: 30px;
  }
}

.Footer .list-link li {
  color: #fff;
  font-size: 12px;
}

@media all and (max-width: 991px) {
  .Footer .list-link li {
    flex-basis: 50%;
    margin-bottom: 10px;
    max-width: 50%;
  }
}

@media all and (min-width: 992px) {
  .Footer .list-link li + li::before {
    content: '・';
  }
}

.Footer .list-link li a {
  color: #fff;
}

@media all and (min-width: 992px) {
  .Footer .list-link li a:hover {
    color: #e5b224;
  }
}

.Footer .copyright {
  color: #fff;
  font-size: 12px;
}

.Index-hero {
  align-items: center;
  background-image: url(../img/index-hero/img.jpg);
  background-position: center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  position: relative;
}

@media all and (min-width: 992px) {
  .Index-hero {
    height: 100vh;
  }
}

@media all and (max-width: 991px) {
  .Index-hero {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}

.Index-hero::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: rgba(255, 255, 0, 0.15);
  content: '';
  height: 100%;
  width: 100%;
}

.Index-hero .slogan {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

@media all and (max-width: 991px) {
  .Index-hero .slogan {
    font-size: 25px;
  }
}

.Index-hero .slogan::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  content: '';
  height: 250px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
}

@media all and (max-width: 991px) {
  .Index-hero .slogan::before {
    height: 200px;
    width: 200px;
  }
}

.Index-hero .slogan span {
  display: block;
  font-family: 'Timmana', sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

@media all and (max-width: 991px) {
  .Index-hero .slogan span {
    font-size: 25px;
  }
}

.Index-hero .arrow {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 50%;
  -webkit-animation: down-fadeout 1.5s infinite;
          animation: down-fadeout 1.5s infinite;
  font-size: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Index-hero .arrow a {
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes down-fadeout {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  80% {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
  100% {
  }
}

@keyframes down-fadeout {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  80% {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
  100% {
  }
}

.Index-message {
  background-image: url(../img/index-message/img.jpg);
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

@media all and (max-width: 991px) {
  .Index-message {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.Index-message::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  content: '';
  height: 100%;
  width: 100%;
}

.Index-message .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media all and (min-width: 992px) {
  .Index-message .container {
    width: 960px;
  }
}

.Index-message .heading {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 45px;
  position: relative;
}

.Index-message .heading::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -25px;
  left: 0;
  background-color: #e5b224;
  content: "";
  height: 4px;
  width: 100px;
}

.Index-message .text {
  font-size: 16px;
  line-height: 2;
}

@media all and (min-width: 992px) {
  .Index-message .text {
    width: 550px;
  }
}

.Index-business {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media all and (max-width: 991px) {
  .Index-business {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.Index-business .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 992px) {
  .Index-business .container {
    width: 960px;
  }
}

.Index-business .title {
  font-size: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}

@media all and (max-width: 991px) {
  .Index-business .title {
    font-size: 28px;
  }
}

.Index-business .title::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 50%;
  background-color: #e5b224;
  content: "";
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}

@media all and (min-width: 992px) {
  .Index-business .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 992px) {
  .Index-business .list li {
    flex-basis: calc(100% / 3 - 14px);
    max-width: calc(100% / 3 - 14px);
  }
}

@media all and (max-width: 991px) {
  .Index-business .list li {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
}

@media all and (max-width: 991px) {
  .Index-business .list li + li {
    margin-top: 15px;
  }
}

.Index-business .img {
  margin-bottom: 15px;
}

.Index-business .heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.Index-business .heading span {
  color: #e5b224;
  font-size: 14px;
}

.Index-business .text {
  font-size: 14px;
  line-height: 1.8;
}

.Index-profile {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media all and (max-width: 991px) {
  .Index-profile {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.Index-profile .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 992px) {
  .Index-profile .container {
    width: 960px;
  }
}

.Index-profile .title {
  font-size: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}

@media all and (max-width: 991px) {
  .Index-profile .title {
    font-size: 28px;
  }
}

.Index-profile .title::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 50%;
  background-color: #e5b224;
  content: "";
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}

.Index-profile .name {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}

.Index-profile .name span {
  font-size: 16px;
}

.Index-profile .bio {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}

.Index-profile .address {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.Index-profile .address span {
  font-size: 12px;
}

.Page {
  padding-bottom: 150px;
  padding-top: 150px;
}

.Page .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 992px) {
  .Page .container {
    width: 960px;
  }
}

.Page .title {
  font-size: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}

@media all and (max-width: 991px) {
  .Page .title {
    font-size: 28px;
  }
}

.Page .title::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 50%;
  background-color: #e5b224;
  content: "";
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}

.Page .body * + *:not(li) {
  margin-top: 25px;
}

.Page .body h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.Page .body p {
  font-size: 16px;
  line-height: 2;
}

.Page .body ul {
  list-style: disc;
  padding-left: 27px;
}

.Page .body ul li {
  font-size: 16px;
  line-height: 2;
}

.Article {
  padding-bottom: 150px;
  padding-top: 150px;
}

@media all and (max-width: 991px) {
  .Article {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.Article .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 992px) {
  .Article .container {
    width: 960px;
  }
}

.Article .title {
  font-size: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}

@media all and (max-width: 991px) {
  .Article .title {
    font-size: 28px;
  }
}

.Article .title::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 50%;
  background-color: #e5b224;
  content: "";
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}

.Article .body * + *:not(li) {
  margin-top: 20px;
}

.Article .body p a,
.Article .body li a {
  color: #e5b224;
}

.Article .body p a:hover,
.Article .body li a:hover {
  text-decoration: none;
}

.Article .body h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

.Article .body p {
  font-size: 16px;
  line-height: 1.8;
}

.Article .body ul {
  list-style: disc;
  padding-left: 27px;
}

.Article .body ul li {
  font-size: 16px;
  line-height: 1.8;
}

.Article .body .wpcf7 {
  margin-top: 40px;
}

.Article .body label {
  display: block;
  margin-bottom: 10px;
}

.Article .body .badge-required {
  color: #fff;
  display: inline-block;
  font-size: 75%;
  line-height: 1;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #f20000;
}

.Article .body .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.Article .body .action {
  text-align: center;
}

.Article .body .action button {
  align-items: center;
  background-color: #e5b224;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  padding: 1em 4em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .4s;
}

@media all and (max-width: 991px) {
  .Article .body .action button {
    font-size: 16px;
  }
}

.Article .body .action button i {
  position: absolute;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  transition: .4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 991px) {
  .Article .body .action button i {
    display: none;
  }
}

.Article .body .action button:hover i {
  right: .75em;
}

@media all and (max-width: 991px) {
  .u-pc-only {
    display: none !important;
  }
}

@media all and (min-width: 992px) {
  .u-sp-only {
    display: none !important;
  }
}

.u-mb-0px {
  margin-bottom: 0px !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray {
  background-color: #f5f5f5 !important;
}
