@charset "UTF-8";
/* mediaクエリ----------------------- */
/* mediaクエリ---------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .block {
    padding: 40px 0px 40px 0px;
  }
}

@media (max-width: 480px) {
  .title-box {
    padding: 0 8px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .title-box h1 {
    font-size: 20px;
  }
}

.sticky {
  padding: 5px 0;
}

header h1 {
  margin: 0;
  padding: 0;
}
header h1 img {
  width: 90px;
}
@media (max-width: 480px) {
  header h1 img {
    width: 70px;
  }
}
header a.logo {
  font-family: "Noto Sans JP", sans-serif;
  color: #F99695;
  font-size: 24px;
  font-weight: bold;
}
header a.logo span {
  padding-left: 1rem;
}
@media (max-width: 480px) {
  header a.logo span {
    font-size: 17px;
  }
}

header.fixed {
  background-color: #676F74;
}

.close-btn {
  font-size: 3em;
}

#menu-toggle {
  border: 1px solid #F99695;
  color: #F99695;
  font-size: 48px;
  padding: 2px 12px;
}

#sidebar-wrapper {
  background: #F99695;
}

#banner {
  background: url(../../img/mv.jpg) no-repeat;
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
  min-height: 90vh;
  position: relative;
}
@media (max-width: 780px) {
  #banner {
    min-height: 70vh;
    background-position: 60% 50%;
    background-attachment: scroll;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #banner {
    min-height: 60vh;
    background-position: 60% 50%;
    background-attachment: scroll;
    background-size: cover;
  }
}
#banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#banner .row {
  position: relative;
  z-index: 2;
}
#banner .headings p {
  color: #fff;
  padding: 10px 20px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 3px #000;
}
@media (max-width: 480px) {
  #banner .headings p {
    font-size: 22px;
    text-align: left;
    padding: 6px 10px;
  }
}
#banner .headings .polo-btn {
  font-size: 20px;
}
@media (max-width: 480px) {
  #banner .headings .polo-btn {
    font-size: 15px;
    padding: 6px 10px;
  }
}
#banner .headings .polo-btn:hover {
  color: #fff;
  background-color: #F99695;
}

.topicon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topicon > div {
  width: 28%;
  margin: 0 20px;
}
@media (max-width: 780px) {
  .topicon > div {
    width: 40%;
    margin: 0 20px;
  }
}
@media (max-width: 480px) {
  .topicon > div {
    width: 42%;
    margin: 0 12px;
  }
}

.feature-box h2 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 480px) {
  .feature-box h2 {
    font-size: 14px;
  }
}
.feature-box .iconwrap {
  display: inline-block;
}
.feature-box i {
  display: table-cell;
  background-color: #8EDAE5;
  color: #fff;
  font-size: 83px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .feature-box i {
    width: 100px;
    height: 100px;
  }
}

.block-title {
  color: #F99695;
  padding: 8px 20px;
  border-top: solid 3px #F99695;
  border-bottom: solid 3px #F99695;
  font-size: 28px;
}

.subtit02 {
  position: relative;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 2rem;
}
.subtit02:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.about__wrap {
  width: 800px;
  margin: auto;
}
@media (max-width: 480px) {
  .about__wrap {
    width: 94%;
  }
}
.about__tit {
  font-size: 23px;
  font-weight: bold;
  margin: 10px 0 28px 0px;
}
.about__tit i {
  color: #F99695;
}
.about__flex {
  display: flex;
  max-width: 1000px;
  margin: auto;
  gap: 40px;
}
.about__img {
  width: 500px;
  margin: auto;
}
@media (max-width: 480px) {
  .about__img {
    width: 90%;
  }
}
.about__img img {
  width: 100%;
  height: auto;
}
.about__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 4%;
}
.about__list li {
  margin-bottom: 28px;
  width: 44%;
  margin-left: 1rem;
  font-size: 17px;
}
@media (max-width: 480px) {
  .about__list li {
    width: 100%;
  }
}
.about__btmtxt {
  font-weight: bold;
  font-size: 19px;
  margin: 20px 0 0 0;
}
.about__btmtxt p {
  margin-bottom: 20px;
  line-height: 2;
}
.about__btmtxt p .line {
  background: linear-gradient(transparent 40%, rgba(249, 150, 149, 0.64) 40%);
}

.fs-normal {
  font-size: 15px;
  line-height: 2;
}

#company {
  background: url(../../img/img_companybg02.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  position: relative;
}
@media (max-width: 480px) {
  #company {
    background-attachment: scroll;
  }
}
#company::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.66);
}
@media (max-width: 480px) {
  #company::after {
    background: rgba(255, 255, 255, 0.8);
  }
}
#company .container {
  z-index: 1;
  position: relative;
}
#company .container table {
  width: 80%;
  margin: 0 auto 8rem auto;
  line-height: 1.9;
  letter-spacing: 0.04rem;
}
@media (max-width: 780px) {
  #company .container table {
    width: 100%;
  }
}
#company .container table th, #company .container table td {
  padding: 2rem 2rem 1.4rem 3rem;
  border-bottom: 1px solid #222;
}
@media (max-width: 480px) {
  #company .container table th, #company .container table td {
    padding: 10px 8px;
    width: 100%;
    display: block;
  }
}
#company .container table th {
  width: 30%;
  font-weight: normal;
  vertical-align: top;
}
@media (max-width: 480px) {
  #company .container table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  #company .container table td {
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-left: 20px;
  }
}
#company .container table td .jigyoulist {
  padding-left: 1.8rem;
}
#company .container table td .jigyoulist li {
  margin-bottom: 20px;
}
#company .container table td .tori01, #company .container table td .tori02 {
  margin: 0;
}
#company .container table td .tori01 {
  font-size: 110%;
}
#company .container table td .tori02 {
  padding-left: 2rem;
  padding-bottom: 2rem;
}

#contact .title-box {
  color: #676F74;
}
#contact .block-title span {
  border-color: #676F74;
}
@media (max-width: 780px) {
  #contact .address-list {
    max-width: 100%;
  }
}
#contact .address-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 780px) {
  #contact .address-list li {
    display: block;
  }
}
#contact .address-list li p:last-child {
  flex: 1;
}
@media (max-width: 780px) {
  #contact .address-list li i {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}

.address {
  float: none;
  padding-top: 60px;
  padding-bottom: 120px;
  width: 100%;
  background: #f8f8f8;
}
.address label {
  font-weight: normal;
}
.address .mailwrap {
  padding: 20px 20px;
}
@media (max-width: 480px) {
  .address .mailwrap {
    padding: 10px;
  }
}
.address-list i {
  color: #fff;
}
.address .mail__tbl {
  max-width: 900px;
  margin: 40px auto;
}
@media (max-width: 480px) {
  .address .mail__tbl {
    margin: 20px auto;
  }
}
.address .mail__tbl th, .address .mail__tbl td {
  padding: 22px 10px;
}
@media (max-width: 480px) {
  .address .mail__tbl th, .address .mail__tbl td {
    display: block;
    width: 100%;
    padding: 10px 6px 0px 6px;
  }
}
.address .mail__tbl th {
  display: flex;
  align-items: center;
  font-weight: normal;
  gap: 10px;
}
.address .mail__tbl th label {
  font-weight: normal;
}
@media (max-width: 480px) {
  .address .mail__tbl td {
    padding-bottom: 12px;
  }
}
.address .mail__tbl input[type=text],
.address .mail__tbl input[type=email],
.address .mail__tbl input[type=tel] {
  padding: 10px;
}
.address .mail__tbl input[type=email],
.address .mail__tbl input[type=tel] {
  width: 100% !important;
}
.address .mail__tbl textarea {
  width: 100% !important;
  padding: 10px;
  min-height: 300px;
}
.address .mail__tbl .hissu {
  white-space: nowrap;
  font-size: 14px;
  padding: 2px 10px;
  background-color: #F99695;
  color: #fff;
}
.address .mail__tbl .nini {
  white-space: nowrap;
  font-size: 14px;
  padding: 2px 10px;
  background-color: #676F74;
  color: #fff;
}
.address .center {
  text-align: center;
}
.address .btn__01 {
  margin: 20px auto;
}
.address .privacylink {
  font-size: 1.1rem;
}
.address .link {
  text-decoration: underline;
}
.address .link:hover {
  text-decoration: none;
}
.address .btn__01 {
  display: block;
  position: relative;
  text-align: center;
  background: #F99695;
  border: 1px solid #F99695;
  padding: 18px 10px;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
}
.address .btn__01:hover {
  cursor: pointer;
  background-color: #fff;
  color: #F99695;
}

.mailbox {
  width: 100%;
  float: none;
}
.mailbox .container {
  margin-top: 0;
}

#footer {
  background: #676F74;
}
#footer span {
  color: #F99695;
  display: inline;
  margin-bottom: 0;
  padding-right: 0.4rem;
}
#footer .footer-logo {
  letter-spacing: 0.3px;
  font-size: 1.4rem;
  color: #F99695;
  font-weight: 300;
  margin: 0.4rem;
}
#footer .copyright {
  font-size: 1.2rem;
  margin-top: 0;
  color: #F99695;
}

#thanks {
  background: url(../img/bg.jpg);
  background-size: cover;
  padding-top: 80px;
  background-attachment: fixed;
  position: relative;
}
#thanks::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#thanks .container {
  position: relative;
  z-index: 1;
}
#thanks .container .headings h1 {
  font-weight: 100;
}
@media (max-width: 480px) {
  #thanks .toptext {
    font-size: 15px;
    text-align: left;
  }
}

a:hover {
  text-decoration: none;
  color: #F99695;
}/*# sourceMappingURL=main.css.map */