@charset "UTF-8";
/* ------------------------------
- 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;
  }
}

.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;
  }
}

.form input {
  color: #1C0E08;
}
.form input[type=text] {
  width: 100%;
  height: 3.5rem;
  border: 1px solid #F4EDE9;
  background: #F4EDE9;
  padding: 0 1.5rem;
}
.form input[type=checkbox], .form input[type=radio] {
  display: none;
}
.form textarea {
  width: 100%;
  height: 15rem;
  border: 1px solid #F4EDE9;
  background: #F4EDE9;
  border-radius: 4px;
  padding: 1.5rem;
  color: #1C0E08;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  font-size: 1.6rem;
}
.form input::placeholder, .form textarea::placeholder {
  font-size: 1.6rem;
}

.form__list {
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .form__list {
    display: flex;
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .form__list {
    padding: 1rem 0;
  }
}

.form__term {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-right: 2rem;
  justify-content: right;
}
@media screen and (min-width: 1024px) {
  .form__term {
    max-width: 28rem;
    min-width: 28rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .form__term {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .form__term {
    margin-bottom: 1rem;
  }
}
.form__term:not(.-nortice) {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .form__term:not(.-nortice) {
    justify-content: flex-start;
  }
}
.form__term:not(.-nortice)::after {
  content: "任意";
  display: block;
  min-width: 3.8rem;
  max-width: 3.8rem;
  margin-left: 1rem;
  padding: 0.1em 0em;
  background: #BCAA95;
  color: #fff;
  font-family: NotoBold;
  font-size: 1.4rem;
  text-align: center;
}
.form__term.-nortice {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .form__term.-nortice {
    justify-content: flex-start;
  }
}
.form__term.-nortice::after {
  content: "必須";
  display: block;
  min-width: 3.8rem;
  max-width: 3.8rem;
  margin-left: 1rem;
  padding: 0.1em 0em;
  background: #E2310E;
  color: #fff;
  font-family: NotoBold;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .form__disc {
    width: calc(100% - 30rem);
  }
}
@media screen and (max-width: 1023px) {
  .form__disc {
    width: 100%;
  }
}
.form__disc.col02 {
  display: flex;
  justify-content: space-between;
}
.form__disc.col02 input {
  width: 49%;
}

.form__sublist {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .form__sublist {
    display: flex;
  }
}
.form__sublist + .form__sublist {
  margin-top: 1rem;
}

.form__subterm {
  font-family: NotoBold;
  margin-right: 2rem;
}
@media screen and (min-width: 750px) {
  .form__subterm {
    max-width: 6rem;
    min-width: 6rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 749px) {
  .form__subterm {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .form__subdisc {
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 749px) {
  .form__subdisc {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .form__subdisc.-sm {
    width: 17rem;
  }
}
.form__subdisc.-row {
  display: flex;
  align-items: flex-end;
}
.form__subdisc .after {
  display: inline-block;
  margin-left: 1rem;
}

.subFlex {
  display: flex;
  align-items: center;
}

.form__note {
  margin-top: 0.5rem;
  color: #FDD035;
}

.form__choice {
  display: flex;
  flex-wrap: wrap;
}
.form__choice.col01 {
  display: block;
}

.formChoice__item {
  position: relative;
  padding: 0.4rem 1rem 0.4rem 20px;
  font-size: 1.6rem;
}
@media screen and (min-width: 750px) {
  .formChoice__item:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .formChoice__item:not(:last-child) {
    margin-right: 1rem;
  }
}

.checkbox,
.radio {
  cursor: pointer;
}
.checkbox::before, .checkbox::after,
.radio::before,
.radio::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox .link,
.radio .link {
  text-decoration: underline;
  display: inline;
}

.checkbox::before {
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
}
.checkbox::after {
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/icon_checkmark.svg) no-repeat center/contain;
  opacity: 0;
}

.radio::before {
  content: "";
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
}
.radio::after {
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/icon_checkmark.svg) no-repeat center/contain;
  opacity: 0;
}

.form input[type=checkbox]:checked + .checkbox::after, .form input[type=radio]:checked + .radio::after {
  opacity: 1;
}

.form__btnarea {
  display: flex;
  justify-content: space-around;
}

.btn-form {
  border: 2px solid #FC7112;
}
.btn-form:hover {
  background: #F9914B;
  opacity: 0.7;
}

.form__btn {
  position: relative;
  width: 26rem;
  background: #FDD035;
  border: 2px solid #FDD035;
  border-radius: 3rem;
  padding: 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: NotoBold;
  cursor: pointer;
  transition: all 0.3s;
}
.form__btn::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1em;
}
@media screen and (min-width: 750px) {
  .form__btn:hover {
    background: #fff;
    color: #FDD035;
  }
}
.form__btn.disabled {
  filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.4;
}

/* ------------------------------
- 固有
------------------------------ */
.-ninzu .form__subdisc input {
  width: 12rem;
}

.submit_button.disabled {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}

/* ------------------------------
---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%);
}

.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;
}

/* ------------------------------
- sp cv
------------------------------ */
.sp__cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFAC21;
  padding: 1rem 1.5rem;
  margin-top: 3rem;
  z-index: 100;
  opacity: 0;
}

.is-scroll .sp__cv {
  opacity: 1;
}

.sp__cv__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.sp__cv__inner {
  display: flex;
  justify-content: space-between;
}

.sp__cv__item {
  width: 48%;
  padding: 1rem 1rem 1rem 5rem;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
}
.sp__cv__item::before {
  position: absolute;
  content: "";
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.sp__cv__item.-tel {
  border: 2px solid #FC7112;
  color: #FC7112;
}
.sp__cv__item.-tel:before {
  width: 2.3rem;
  height: 2.2rem;
  background: url(../img/icon_tel.svg) no-repeat center/contain;
}
.sp__cv__item.-line {
  border: 2px solid #43AA2B;
  color: #43AA2B;
}
.sp__cv__item.-line:before {
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/icon_line.svg) no-repeat center/contain;
}

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

.worries___main {
  margin: 3rem 0;
}

.worries__list {
  border-radius: 1rem;
  background: #FAF3E3;
}
@media screen and (min-width: 750px) {
  .worries__list {
    padding: 2.5rem 5rem 2.5rem 7rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .worries__list {
    padding: 2.5rem 4rem;
  }
}
@media screen and (max-width: 749px) {
  .worries__list {
    padding: 2.5rem 2rem;
  }
}

.worries__list__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 2.4rem;
}
.worries__list__item::before {
  position: absolute;
  content: "";
  background: url(../img/icon_check.svg) no-repeat center/contain;
  width: 1.8rem;
  height: 1.6rem;
  left: 0;
  top: 0.4em;
}
@media screen and (min-width: 750px) {
  .worries__list__item {
    width: 48%;
  }
  .worries__list__item:not(:nth-child(-n+2)) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .worries__list__item:not(:last-child) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .worries__list__item {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .worries__list__item {
    font-size: 1.8rem;
  }
}

.worries__btm__img.-conv {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 750px) {
  .worries__btm__img.-conv {
    width: 52.4%;
    max-width: 524px;
  }
}
@media screen and (max-width: 749px) {
  .worries__btm__img.-conv {
    width: 23rem;
  }
}
.worries__btm__img.-soltn {
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .worries__btm__img.-soltn {
    width: 71.3%;
    max-width: 713px;
  }
}

/* ------------------------------
---point---
------------------------------ */
.point {
  counter-reset: number 0;
  background: #FFFCF5;
}
@media screen and (min-width: 750px) {
  .point {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 749px) {
  .point {
    padding: 4rem 0;
  }
}

.point__head {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 750px) {
  .point__head {
    width: 69.8%;
    max-width: 698px;
  }
}
@media screen and (min-width: 750px) {
  .point__item {
    display: flex;
    justify-content: space-between;
  }
  .point__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 750px) {
  .point__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .point__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .point__item__img {
    width: 40%;
  }
}
@media screen and (max-width: 749px) {
  .point__item__img {
    margin-bottom: 2rem;
  }
}

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

.point__item__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FC7112;
  padding-left: 8rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.point__item__heading:before {
  position: absolute;
  content: "";
  background: #FFF1D4;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: -1;
}
.point__item__heading:after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  width: 4.2rem;
  height: 4.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  color: #FF9825;
  left: 1.5rem;
  top: 0.25em;
  line-height: 1;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .point__item__heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .point__item__heading {
    font-size: 2.2rem;
  }
}

.point__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.point__text .lineYellow {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #FDD035;
}
.point__text .bg_yellow {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: #FFF080;
}

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

.type__head {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 750px) {
  .type__head {
    width: 53%;
  }
}

.type__body {
  background: #FFFAEC;
}

.type__concern {
  margin: 2rem 0;
}
@media screen and (min-width: 750px) {
  .type__concern {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 750px) {
  .type__concern__img {
    margin-right: 3rem;
    width: 18.6rem;
  }
}
@media screen and (max-width: 749px) {
  .type__concern__img {
    margin: 2rem auto 0;
    width: 12rem;
  }
}

.type__concern__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
.type__concern__text:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 6.5rem;
  border-radius: 0.5rem;
  background: #BCAA95;
}
@media screen and (min-width: 750px) {
  .type__concern__text:before {
    top: -2rem;
    left: -2rem;
    transform: rotate(-20deg);
  }
}
@media screen and (max-width: 749px) {
  .type__concern__text:before {
    bottom: -1rem;
    left: 6rem;
    transform: rotate(50deg);
  }
}
.type__concern__text:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 6.5rem;
  border-radius: 0.5rem;
  background: #BCAA95;
}
@media screen and (min-width: 750px) {
  .type__concern__text:after {
    bottom: -2rem;
    left: -2rem;
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 749px) {
  .type__concern__text:after {
    bottom: -1rem;
    right: 6rem;
    transform: rotate(-50deg);
  }
}
@media screen and (min-width: 750px) {
  .type__concern__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .type__concern__text {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.type__text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .type__text {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1199px) {
  .type__text {
    font-size: 2.2rem;
  }
}
.type__text .colorRed {
  color: #E2310E;
}
.type__text .bg_yellow {
  background: #FFF080;
}
.type__text .lg {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .type__text .lg {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .type__text .lg {
    font-size: 2.8rem;
  }
}

.type__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .type__list {
    padding: 3rem 0 5rem;
  }
}
@media screen and (max-width: 749px) {
  .type__list {
    padding: 3rem 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .type__list__item {
    width: 20%;
  }
  .type__list__item:not(:nth-child(-n+3)) {
    margin-top: 2rem;
  }
  .type__list__item:not(:nth-child(3), :last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .type__list__item {
    width: 48%;
  }
  .type__list__item:not(:nth-child(-n+2)) {
    margin-top: 1rem;
  }
  .type__list__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 750px) {
  .line-break {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .line-break {
    visibility: hidden;
    display: none;
  }
}

.type__item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .type__item__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .type__item__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 749px) {
  .type__item__title {
    font-size: 2rem;
  }
}

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

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

.voice__item {
  background: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 750px) {
  .voice__item {
    display: flex;
    justify-content: space-between;
    padding: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .voice__item {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 750px) {
  .voice__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .voice__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 750px) {
  .voice__item__img {
    width: 20.8333333333%;
    max-width: 200px;
  }
}
@media screen and (max-width: 749px) {
  .voice__item__img {
    width: 20rem;
    margin: 0 auto 2rem;
  }
}

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

.voice__item__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: block;
}

.voice__item__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0.5rem 0 2rem;
}
@media screen and (min-width: 1200px) {
  .voice__item__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .voice__item__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .voice__item__heading .itemWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.voice__item__heading .itemWrap span {
  display: inline-block;
  background: #FF9825;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .voice__item__heading .itemWrap span {
    padding: 0 0.5rem;
  }
}
.voice__item__heading .itemWrap span:not(:last-child) {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 750px) {
  .voice__item__heading .itemWrap span:first-child {
    padding-left: 1rem;
  }
  .voice__item__heading .itemWrap span:last-child {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 750px) {
  .voice__item__heading .itemWrap .padLeft {
    padding-left: 1rem;
  }
}

.voice__info__item {
  font-size: 1.8rem;
  display: flex;
}
.voice__info__item .title {
  position: relative;
  min-width: 9rem;
}
.voice__info__item .title:after {
  content: "：";
  position: absolute;
  right: 0;
}
.voice__info__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.voice__text {
  font-size: 1.8rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #EAE0D8;
}

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

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

@media screen and (min-width: 750px) {
  .step__body {
    width: 90%;
    max-width: 810px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) {
  .step__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.step__item:not(:last-child) {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .step__item__img {
    width: 19.1358024691%;
    max-width: 155px;
  }
}
@media screen and (max-width: 749px) {
  .step__item__img {
    width: 15rem;
    margin: 0 auto 2rem;
  }
}

@media screen and (min-width: 750px) {
  .step__item__content {
    width: 75.3086419753%;
  }
}
@media screen and (max-width: 749px) {
  .step__item__content {
    text-align: center;
  }
}

.step__text {
  text-align: left !important;
  font-size: 1.8rem;
}

.step__num {
  display: inline-block;
  background: #FDD035;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.step__num:before {
  counter-increment: number 1;
  content: "step" counter(number, decimal-leading-zero);
}

.step__btm {
  margin: 3rem auto 0;
}
@media screen and (min-width: 750px) {
  .step__btm {
    width: 66%;
    max-width: 660px;
  }
}

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

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

.faq__item:not(:last-child) {
  margin-bottom: 2rem;
}

.faq__question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 1rem 3.5rem 1rem 6rem;
  border-radius: 1rem;
  background: #FAF3E3;
  font-size: 1.8rem;
  cursor: pointer;
}
.faq__question:before {
  position: absolute;
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 0.7;
  font-size: 2.6rem;
  background: #FF9825;
  color: #fff;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.faq__question:after {
  position: absolute;
  content: "";
  width: 1.9rem;
  height: 1rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_down.svg) no-repeat center/contain;
}
.faq__question.is-tap:after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__ans {
  margin-top: 2rem;
  display: none;
  position: relative;
  padding: 1rem 2rem 1rem 6rem;
  font-size: 1.8rem;
}
.faq__ans:before {
  position: absolute;
  content: "A";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 0.7;
  font-size: 2.6rem;
  color: #FF9825;
  border: 3px solid #FF9825;
  left: 1rem;
  top: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------
---Contact---
------------------------------ */
.contact {
  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) {
  .contact {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 749px) {
  .contact {
    padding: 4rem 0;
  }
}
.contact .cv__btnWrap {
  margin: 3rem auto 0;
}
@media screen and (min-width: 750px) {
  .contact .cv__btnWrap {
    align-items: center;
    max-width: 78rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .contact .cv__btnWrap {
    max-width: 63rem;
  }
}
@media screen and (max-width: 749px) {
  .contact .cv__btnWrap {
    text-align: center;
  }
}

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

.contact__cv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 750px) {
  .contact__cv__title {
    display: flex;
    justify-content: center;
  }
}
.contact__cv__title span {
  background: #FF9825;
  padding: 1rem 1rem;
  border-radius: 3rem;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .contact__cv__title span {
    text-align: center;
    display: block;
    border-radius: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact__cv__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .contact__cv__title {
    font-size: 2.4rem;
  }
}

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

.form__top__text {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 750px) {
  .form__top__text {
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .form__main {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.policy {
  background: #F9F6F4;
  height: 16rem;
  overflow-y: scroll;
  padding: 2rem;
}

.policy__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}

.policy__text, .policy__agree {
  font-size: 1.6rem;
}

.policy__agree {
  margin-top: 2rem;
  text-align: center;
}

.btn-form {
  margin: 4rem auto 0;
  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;
  }
}
@media screen and (max-width: 749px) {
  .btn-form {
    width: 31.5rem;
  }
}
.arrowTop {
  position: fixed;
  display: block;
  background: url(../img/btn_pageTop.svg) no-repeat center/contain;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 750px) {
  .arrowTop {
    width: 6rem;
    height: 6rem;
    right: 3rem;
    bottom: 10rem;
  }
  .arrowTop:hover {
    background: url(../img/btn_pageTop_wh.svg) no-repeat center/contain;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 749px) {
  .arrowTop {
    width: 3rem;
    height: 3rem;
    right: 1rem;
    bottom: 14rem;
  }
}

.is-scroll .arrowTop {
  opacity: 1;
}/*# sourceMappingURL=top.css.map */