/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}

p {
  line-height: 1.8;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1C0E08;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #1C0E08;
}
@media screen and (min-width: 750px) {
  a {
    transition: all 0.3s;
  }
  a::before, a::after {
    transition: all 0.3s;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

@media screen and (min-width: 750px) {
  .l-inner-lg {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-lg {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-md {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-md {
    padding: 0 1.5rem;
  }
}

/* ------------------------------
- common
------------------------------ */
@media screen and (min-width: 750px) {
  .hd__inner {
    background: #FAF3E3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 0;
  }
}
@media screen and (max-width: 749px) {
  .hd__inner {
    display: none;
  }
}

.hdTel__num {
  font-weight: bold;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .hdTel__num {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .hdTel__num {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .hdTel__num {
    font-size: 2.7rem;
  }
}
.hdTel__num::before {
  position: absolute;
  content: "";
  background: url(../img/icon_tel.svg) no-repeat center/contain;
  width: 3.9rem;
  height: 3.9rem;
  left: -4.2rem;
  top: 0;
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .hdTel__num::before {
    width: 2.5rem;
    height: 2.5rem;
    left: -3rem;
  }
}

@media screen and (min-width: 1024px) {
  .hdTel__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .hdTel__text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 750px) {
  .hd__right {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 749px) {
  .hd__right {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .hd__btn {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .hd__left {
    width: 30%;
    max-width: 400px;
  }
}

.logo__top__text {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .logo__top__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .logo__top__text {
    font-size: 1.2rem;
  }
}

.btn-a {
  display: block;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.btn-a span {
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .btn-a {
    width: 100%;
  }
}
.btn-a.-orange {
  background: #FC7112;
  border: 2px solid #FC7112;
}
.btn-a.-orange .btn__btm__text {
  color: #fff;
  padding-left: 3.2rem;
}
.btn-a.-orange .btn__btm__text::before {
  width: 2.6rem;
  height: 1.9rem;
  left: 0;
  background: url(../img/icon_mail.svg) no-repeat center/contain;
}
.btn-a.-orange:hover {
  background: #F9914B;
}
.btn-a.-green {
  border: 2px solid #43AA2B;
  background: #fff;
}
.btn-a.-green .btn__btm__text {
  color: #43AA2B;
  padding-left: 4.5rem;
}
.btn-a.-green .btn__btm__text::before {
  width: 4rem;
  height: 4rem;
  left: 0;
  background: url(../img/icon_line.svg) no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .btn-a.-green .btn__btm__text::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.btn-a.-green:hover {
  background: #E8FFE3;
}
.btn-a.lg {
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 1024px) {
  .btn-a.lg {
    width: 42rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .btn-a.lg {
    width: 30rem;
  }
}
.btn-a.lg .btn__top__text {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .btn-a.lg .btn__top__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .btn-a.lg .btn__top__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn-a.lg .btn__btm__text {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .btn-a.lg .btn__btm__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .btn-a.lg .btn__btm__text {
    font-size: 2.7rem;
  }
}
.btn-a.sm {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1024px) {
  .btn-a.sm {
    width: 32.2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .btn-a.sm {
    width: 20rem;
  }
}
.btn-a.sm .btn__top__text {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .btn-a.sm .btn__top__text {
    width: 20.8rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .btn-a.sm .btn__top__text {
    width: 17rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn-a.sm .btn__btm__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .btn-a.sm .btn__btm__text {
    font-size: 1.4rem;
  }
}

.btn__top__text {
  background: #FDD035;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
}

.btn__btm__text {
  position: relative;
}
.btn__btm__text::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.heading-a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.heading-a:after {
  content: "";
  position: absolute;
  height: 2rem;
  background: url(../img/wave.svg) no-repeat center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (min-width: 750px) {
  .heading-a:after {
    width: 20rem;
  }
}
@media screen and (max-width: 749px) {
  .heading-a:after {
    width: 13rem;
  }
}
@media screen and (min-width: 1024px) {
  .heading-a {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .heading-a {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 749px) {
  .heading-a {
    font-size: 3.2rem;
  }
}

/* ------------------------------
---Company---
------------------------------ */
.company {
  padding: 3rem 0;
  background: #EAE0D8;
}

.company__head {
  background: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 750px) {
  .company__head {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 749px) {
  .company__head {
    padding: 3rem 2rem;
  }
}

.company__head__img {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 750px) {
  .company__head__img {
    width: 35rem;
  }
}
@media screen and (max-width: 749px) {
  .company__head__img {
    width: 90%;
    max-width: 29.7rem;
  }
}

.company__lead {
  font-size: 1.6rem;
}
@media screen and (min-width: 750px) {
  .company__lead {
    line-height: 1.9;
    text-align: center;
  }
}
.company__lead .clrRed {
  color: #E2310E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.company__img {
  background: #fff;
  margin: 3rem 0;
}

@media screen and (min-width: 750px) {
  .company__details {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 750px) {
  .company__overview {
    width: 48%;
  }
}
@media screen and (max-width: 749px) {
  .company__overview {
    margin-bottom: 3rem;
  }
}

.overview__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.overview__item {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.8;
}
.overview__item + .overview__item {
  margin-top: 1rem;
}
.overview__item .title {
  min-width: 6rem;
  margin-right: 3rem;
}
.overview__item .tel {
  text-decoration: underline;
}

.company__sns {
  margin-top: 3rem;
  display: flex;
}

.company__sns__item {
  width: 5rem;
  height: 5rem;
}
.company__sns__item + .company__sns__item {
  margin-left: 2rem;
}
.company__sns__item:hover {
  opacity: 0.8;
}

@media screen and (min-width: 750px) {
  .company__map {
    width: 47%;
  }
}

.map__main {
  height: 26rem;
}
.map__main iframe {
  width: 100% !important;
  height: 100% !important;
}

.map__link {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 750px) {
  .map__link {
    text-align: right;
  }
}
@media screen and (max-width: 749px) {
  .map__link {
    text-align: center;
  }
}
.map__link a {
  text-decoration: underline;
  position: relative;
}
.map__link a:before {
  position: absolute;
  content: "";
  background: url(../img/arrow_right.svg) no-repeat center/contain;
  width: 5px;
  height: 8px;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .heading-a {
    font-size: 2.8rem;
  }
}

.cv {
  text-align: center;
  border-top: 2px solid #FDD035;
  border-bottom: 2px solid #FDD035;
  background: url(../img/bg_cv.jpg) repeat center/contain;
}
@media screen and (min-width: 750px) {
  .cv {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 749px) {
  .cv {
    padding: 3rem 0;
  }
}

.cv__btnWrap {
  margin: 2rem auto 0;
}
@media screen and (min-width: 750px) {
  .cv__btnWrap {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 87rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .cv__btnWrap {
    max-width: 63rem;
  }
}

@media screen and (min-width: 750px) {
  .cv__btn__item {
    width: 48.275862069%;
  }
}
@media screen and (max-width: 749px) {
  .cv__btn__item:last-child {
    margin-top: 2rem;
  }
}

.cv__tel {
  display: inline-block;
}

.cv__top__text {
  background: #FFF080;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 1rem 1.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  position: relative;
}
.cv__top__text:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #FFF080;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.2rem;
}
@media screen and (min-width: 1200px) {
  .cv__top__text {
    font-size: 2.4rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .cv__top__text {
    font-size: 1.8rem;
    border-radius: 3rem;
  }
}

.cvTel__num {
  font-weight: bold;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .cvTel__num {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .cvTel__num {
    font-size: 4rem;
  }
}
.cvTel__num::before {
  position: absolute;
  content: "";
  background: url(../img/icon_tel.svg) no-repeat center/contain;
  width: 3.9rem;
  height: 3.9rem;
  left: -4.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .cvTel__num::before {
    width: 2.5rem;
    height: 2.5rem;
    left: -3rem;
  }
}

.cvTel__text {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .cvTel__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .cvTel__text {
    font-size: 1.4rem;
  }
}

.ft {
  background: #EAE0D8;
}
@media screen and (min-width: 750px) {
  .ft {
    padding: 4rem 0 2rem;
  }
}
@media screen and (max-width: 749px) {
  .ft {
    padding: 0 0 14rem;
  }
}

.copyright {
  color: #7F6E5D;
  font-size: 1.4rem;
  text-align: center;
}

.hd__inner {
  padding: 2rem;
}

/* ------------------------------
---thanks---
------------------------------ */
@media screen and (min-width: 750px) {
  .thanks {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 749px) {
  .thanks {
    padding: 4rem 0;
  }
}

.thanks__text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
}

.thanks__btnarea {
  text-align: center;
}

.btn-form {
  margin: 0 auto;
  background: #FC7112;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1.5rem;
  font-size: 2.4rem;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .btn-form {
    width: 37rem;
  }
  .btn-form:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 749px) {
  .btn-form {
    width: 31.5rem;
  }
}

@media screen and (max-width: 749px) {
  .ft {
    padding: 0 0 2rem;
  }
}/*# sourceMappingURL=thanks.css.map */