@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=STIX+Two+Text:wght@400;500&display=swap');
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  background: #567984;
  min-height: 100vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
a:link, a:visited, a:active {
  color: #567984;
  text-decoration: underline;
}
a:hover {
  color: #567984;
  text-decoration: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.red {
  color: red;
}
.header-content-wrapper {
  height: 130px;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  max-width: 1200px;
    width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_title {
  margin: 0px 0px 0px 0px;
  display: flex;
}
.header_title img {
  width: 100%;
}
h1 {
  margin: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  letter-spacing: 1px;
  color: #FFF;
}
.head-btn {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0px 0px 0px 15px;
  border-radius: 100vh;
  position: relative;
}
.head-btn a {
  border-radius: 100vh;
  width: 150px;
  padding: 20px 0px 20px 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5rem;
  display: block;
  background: #cb514c;
box-shadow: 0px 5px 0px 0 rgb(52 99 114);
}
.head-btn a::after {
  content: "";
  position: absolute;
  top: 26px;
    bottom: 0;
    right: 27px;
  margin: 0;
  width: 10px;
  height: 10px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.head-btn a:link, .head-btn a:visited, .head-btn a:active {
  color: #FFF;
  text-decoration: none;
}
.head-btn a:hover {
  border-color: transparent;
  /*背景の色と形状*/
  background: rgba(25, 23, 48, 0.5) 50%;
}
.wrapper {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.main_content {}

/*footer*/
.footer {
  padding: 0px 0 0px 0;
  line-height: 170%;
  background-color: #47370d;
}
.footer-wrap {
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  max-width: 1200px;
  width: 96%;
  margin: 0px auto 0 auto;
  padding: 0px 0px 10px 0px;
}
.footer-wrap a:link, .footer-wrap a:visited, .footer-wrap a:active {
  color: #FFF;
  text-decoration: underline;
}
.footer-wrap a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.5;
}
.f_box {
  height: 200px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin: 0px auto 0px auto;
  width: 700px;
}
.f_box p:first-child {
  text-align: center;
  border: 1px solid #FFF;
  padding: 8px 0px;
  margin: 0px 20px 0px 0px;
  display: block;
  width: 105px;
  font-size: 1.3rem;
  border-radius: 7px;
}
.f_box p:last-child {
  width: calc(100% - 120px);
}
.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #171C61;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  border: 1px solid #F5EDCC;
}
.gotop::before {
  content: "";
  display: block;
  border-top: 3px solid #F5F2E9;
  border-right: 3px solid #F5F2E9;
  width: 25%;
  height: 25%;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.gotop:hover {
  opacity: 1;
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1060px) {
  .header-content-wrapper {
    width: 90%;
    position: static;
    padding: 40px 0px;
    height: auto;
  }
  .header_title {
    max-width: 535px;
    width: 80%;
  }
  .head-btn {
    display: none;
  }
  .wrapper {
    width: 100%;
    background: none;
    height: 100%;
    padding: 0px 0px 0px 0px;
  }

  .main_content {}
  .footer-wrap {
    width: 90%;
    display: block;
  }
  .f_box {
    width: 100%;
  }
}
@media screen and (max-width:650px) {
  .header-content-wrapper {
    padding: 30px 0px;
  }
  h1 {
    font-size: 2.4rem;
  }
  .wrapper {
    width: 90%;
  }

  .f_box {
    display: block;
    height: auto;
    padding: 30px 0;
  }
  .f_box p:first-child {
    padding: 0px;
    margin: 10px auto;
    display: block;
    width: 100%;
  }
  .f_box p:last-child {
    width: 100%;
  }
}
@media screen and (max-width:460px) {
  h1 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .footer-wrap {
    width: 90%;
  }
  .f_box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:400px) {}