@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  color: #0D0D0D;
  font-family: "Noto Sans JP";
}

a {
  text-decoration: none;
}

h1 {
  font-size: 3.3rem;
  font-family: "Zen Maru Gothic";
  margin: 0 auto;
}

h2 {
  margin-top: 0.5rem;
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  h2 {
    margin-bottom: 6rem;
  }
}

footer {
  text-align: center;
}

small {
  text-align: center;
  font-size: 1.2rem;
}

header {
  background-color: #FFF;
  top: 0;
  width: 100%;
  height: 66px;
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 3%;
  box-sizing: border-box;
}

.logo {
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 100%;
}

.contact-button {
  width: 120px;
  height: 42px;
  background-color: #F29F05;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .contact-button {
    width: 200px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

@media (min-width: 769px) {
  header {
    padding: 1% 6%;
    box-sizing: border-box;
    box-shadow: 0px 3px 0px #CCC;
  }
}
.cover {
  margin-top: 66px;
  width: 100%;
  height: 91vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.cover img {
  width: 100%;
}
@media (min-width: 769px) {
  .cover {
    justify-content: flex-start;
  }
}

.cover-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 769px) {
  .cover-container {
    flex-direction: row;
  }
}

.cover-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
  width: 100%;
}
.cover-middle img {
  width: 150px;
}
@media (min-width: 769px) {
  .cover-middle img {
    width: 200px;
  }
}
@media (min-width: 769px) {
  .cover-middle {
    justify-content: space-evenly;
  }
}

.cover-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  margin: 1rem auto;
}

.icon-container {
  display: flex;
  width: 93%;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .icon-container {
    width: 60%;
    justify-content: center;
  }
}

.icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin: 0;
  padding: 0;
  color: #707070;
}
.icon-box i {
  font-size: 4.5rem;
}
@media (min-width: 769px) {
  .icon-box i {
    font-size: 5rem;
  }
}
.icon-box p {
  font-size: 1.5rem;
  margin-top: 6px;
  font-family: "Zen Maru Gothic";
  font-weight: 450;
}
@media (min-width: 769px) {
  .icon-box {
    width: 25%;
  }
}

.cover-sub {
  color: #707070;
  font-size: 2.1rem;
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .cover-sub {
    font-weight: 500;
    line-height: 1.5;
  }
}

.hojo-banner {
  background-color: #0D0D0D;
  color: #FFF;
  width: 100%;
  font-size: 2.1rem;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3%;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .hojo-banner {
    margin-top: 0;
    height: 3rem;
  }
}

.soudan-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #FFF;
}
@media (min-width: 769px) {
  .soudan-box {
    display: none;
  }
}

.soudan {
  color: #F29F05;
  font-weight: 600;
  font-size: 2rem;
  margin: 0.7rem auto;
}

.button-box {
  display: flex;
  width: 69%;
  align-items: center;
  justify-content: space-between;
}
.button-box a {
  color: #FFF;
  width: 49%;
  height: 10vh;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F29F05;
  font-size: 3.3rem;
  width: 100%;
  height: 100%;
}

.soudan-sub {
  font-size: 2rem;
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  line-height: 1.8;
  color: #707070;
  width: 69%;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.space {
  width: 100%;
  height: 3rem;
}

.soudan-box-pc {
  display: none;
}
@media (min-width: 769px) {
  .soudan-box-pc {
    display: flex;
    margin: 2rem auto;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

.pc-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  color: #FFF;
  background-color: #F29F05;
  width: 240px;
  height: 120px;
  font-size: 21px;
  font-weight: 550;
}

.service-index {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #CCC;
  margin-top: 3rem;
  justify-content: space-evenly;
  padding: 55px 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .service-index {
    padding: 70px 0;
  }
}
.service-index a {
  display: block;
  width: 69%;
  color: #0D0D0D;
}
@media (min-width: 769px) {
  .service-index a {
    width: 45%;
  }
}

.index-box {
  background-color: #FFF;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem auto;
  box-shadow: 0 5px 5px 0px #707070;
  padding: 1% 6%;
  box-sizing: border-box;
}
.index-box p {
  font-size: 2rem;
  width: 50%;
}
.index-box img {
  width: 6rem;
  margin-left: 1rem;
}
.index-box i {
  color: #F29F05;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .index-box {
    margin-bottom: 2rem;
  }
}

.sec-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 55px 0;
  box-sizing: border-box;
}

.slider {
  width: 81%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
@media (min-width: 769px) {
  .slider {
    width: 45%;
  }
}

h3 {
  font-family: "Zen Maru Gothic";
  font-size: 3.5rem;
  margin: 0.5rem auto;
  font-weight: 400;
}

h4 {
  font-family: "Zen Maru Gothic";
  font-size: 2.8rem;
  margin: 0.5rem auto;
  font-weight: 600;
}

.slider.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 2rem;
  height: 550px;
}
.slider.slick-initialized .slick-slide img {
  margin-top: 3rem;
}

.slick-prev.slick-arrow::before, .slick-next.slick-arrow::before {
  color: #0D0D0D;
  font-size: 2.5rem;
}

.slick-prev.slick-arrow {
  left: -27px;
}

.slick-next.slick-arrow {
  right: -27px;
}

.slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #CCC;
  width: 100%;
  margin-top: 2rem;
}

.slide-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2.5rem auto;
}

.slide-txt {
  text-align: left;
  font-size: 1.8rem;
  width: 90%;
  line-height: 1.5;
  margin: 0 auto;
}
.slide-txt span {
  font-size: 1.4rem;
  line-height: 0.9;
}
@media (min-width: 769px) {
  .slide-txt {
    width: 69%;
  }
}

.hojo {
  background-color: #0D0D0D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 55px;
  box-sizing: border-box;
}
.hojo .hojo-catch {
  color: #FFF;
  font-size: 2.1rem;
  text-align: center;
}

.hojo-box {
  background-color: #FFF;
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 30px 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .hojo-box {
    width: 54%;
    padding: 40px 0;
  }
}

.hojo-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0D0D0D;
  text-align: center;
  margin: 2rem auto;
}
@media (min-width: 769px) {
  .hojo-title {
    margin: 2rem auto 6rem auto;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

.hojogaku-box {
  width: 78%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid #CCC;
}
@media (min-width: 769px) {
  .hojogaku-box {
    width: 60%;
  }
}

.hojo-mini {
  font-size: 1.3rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .hojo-mini {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.hojogaku {
  color: red;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 auto;
}
.hojogaku span {
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .hojogaku span {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .hojogaku {
    font-size: 3.3rem;
  }
}

.deadline {
  width: 80%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .deadline {
    width: 60%;
    margin-bottom: 3rem;
  }
}

.hojo-sub {
  width: 78%;
  font-size: 1.3rem;
  margin: 2rem auto;
}
@media (min-width: 769px) {
  .hojo-sub {
    width: 70%;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}

.hojo-sub2 {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 769px) {
  .hojo-sub2 {
    width: 70%;
  }
}

.flow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #CCC;
  margin-top: 3rem;
  justify-content: space-evenly;
  padding: 55px 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .flow {
    padding: 70px 0;
  }
}

.flow-box {
  background-color: #FFF;
  display: flex;
  width: 81%;
  align-items: center;
  justify-content: space-between;
  padding: 6% 9%;
  box-sizing: border-box;
  box-shadow: 0 3px 6px #707070;
}
@media (min-width: 769px) {
  .flow-box {
    width: 54%;
    padding: 3%;
    justify-content: space-evenly;
  }
}

.flow-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  margin: 0;
  padding: 0;
  color: #F29F05;
}
.flow-icon-box i {
  font-size: 4.2rem;
}
.flow-icon-box p {
  font-size: 1.5rem;
  margin-top: 6px;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  margin-bottom: 0;
}

.flow-txt {
  width: 69%;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .flow-txt {
    font-size: 1.7rem;
  }
}

.flow-arrow {
  font-size: 2rem;
  text-align: center;
  color: #707070;
  margin: 2rem auto;
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #CCC;
  margin-top: 3rem;
  justify-content: space-evenly;
  padding: 55px 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .form {
    padding: 70px 0;
  }
}

#contact-form {
  width: 81%;
  background-color: #FFF;
  box-shadow: 0px 9px 9px #707070;
  padding: 2rem 0;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 769px) {
  #contact-form {
    width: 54%;
    padding: 4rem 0;
  }
}

.form-table tr, th, td {
  border: none;
}

.form-table {
  width: 81%;
  margin: 2rem auto;
}
@media (min-width: 769px) {
  .form-table {
    width: 72%;
  }
}

.contact-item {
  text-align: left;
  font-size: 1.5rem;
  padding: 1rem 0;
  box-sizing: border-box;
  font-weight: 500;
}

.contact-body {
  padding: 0;
  box-sizing: border-box;
}

.form-text, .form-textarea {
  width: 100%;
  border-radius: 3px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  border: solid 1px #BBB;
  box-sizing: border-box;
}

.form-textarea {
  max-height: 200px;
}
@media (min-width: 769px) {
  .form-textarea {
    max-height: 500px;
  }
}

.contact-submit {
  width: 21rem;
  height: 6rem;
  background-color: #0D0D0D;
  color: #FFF;
  font-weight: 400;
  font-size: 1.8rem;
  box-sizing: border-box;
  border: none;
  display: block;
  margin: 4rem auto;
}

.contact-result {
  z-index: 100;
  top: 30rem;
  position: fixed;
  margin: 0;
  width: 100%;
}

.thanks {
  display: none;
}

.thanks.current {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  color: #FFF;
  background-color: rgba(242, 159, 5, 0.8);
  width: 100%;
  padding: 9% 0;
  box-sizing: border-box;
  line-height: 1.5;
}

.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0;
  box-sizing: border-box;
}
.about-us p {
  font-size: 1.8rem;
  margin: 0 1rem;
  color: #707070;
  text-align: center;
}
@media (min-width: 769px) {
  .about-us p {
    width: 15%;
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .about-us {
    justify-content: center;
  }
}

.about {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 3% 6%;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .about {
    width: 39%;
    padding: 1% 6%;
  }
}

.bottom-logo {
  width: 39%;
}
.bottom-logo img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
