@charset "UTF-8";
@font-face {
  font-family: "AlteHaasGroteskRegular";
  src: url(./AlteHaasGroteskRegular.ttf);
}
.header {
  height: 9rem;
  padding: 1.7rem 1.5rem 1.7rem 4rem;
}

.hero {
  text-align: center;
  padding-bottom: 30.5rem;
  background-image: url("../images/mv/bg.png");
  background-position: top 24rem center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .hero {
    min-height: 324rem;
    background-image: url("../images/mv/bg_sp.png");
  }
}
.hero__visual1 {
  max-width: 24.5rem;
  margin: 1.3rem auto 7.2rem;
}
.hero__visual2 {
  margin-bottom: 7rem;
}
.hero__visual2 img {
  max-width: 64.3rem;
}
@media screen and (max-width: 750px) {
  .hero__visual2 img {
    margin-left: 7rem;
  }
}
@media screen and (max-width: 750px) {
  .hero .dot {
    line-height: 1;
  }
}
.hero__catch {
  font-size: 2.6rem;
  letter-spacing: 0.42em;
  margin-bottom: 4rem;
  margin-left: 6rem;
}
@media screen and (max-width: 750px) {
  .hero__catch {
    font-size: 3.6rem;
  }
}
.hero__read {
  color: #0eae71;
  font-size: 3.4rem;
  letter-spacing: 0.16em;
  line-height: 1.9;
  font-weight: 400;
  margin-bottom: 9.7rem;
}
@media screen and (max-width: 750px) {
  .hero__read {
    font-size: 5rem;
    line-height: 6.1rem;
    letter-spacing: 0.16em;
    margin-bottom: 4.4rem;
  }
}
.hero__read .maker {
  display: inline-block;
  background-image: url("../images/mv/maker.png");
  background-size: 100%;
  background-position: bottom 2.8rem center;
  padding: 0 0 0 1.6rem;
  background-repeat-x: no-repeat;
}
@media screen and (max-width: 750px) {
  .hero__read .maker {
    background-image: url("../images/mv/maker_sp.png");
    margin-top: 5rem;
    background-repeat: no-repeat;
    background-position: bottom 0rem center;
    background-size: 100%;
    padding-bottom: 1.2rem;
  }
}
.hero__items {
  display: flex;
  flex-wrap: wrap;
  max-width: 85rem;
  margin: 0 auto 6.8rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .hero__items {
    max-width: 100%;
  }
}
.hero__item {
  flex: 0 0 25%;
  max-width: 18rem;
  height: 18rem;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  color: #0eae71;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .hero__item {
    margin-bottom: -0.5rem;
    flex: 0 0 24%;
    max-width: 17rem;
    height: 17rem;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}
.hero__item::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 3px;
  border-color: #6dcea9;
  border-style: solid;
  border-radius: 50%;
  background-color: #fafafa;
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.hero__text {
  color: #0eae71;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 4.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .hero__text {
    text-align: center;
    font-size: 2.8rem;
    line-height: 4.5rem;
    margin-top: 12.4rem;
  }
}

.merit {
  position: relative;
  margin-bottom: 9rem;
}
.merit__title {
  font-size: 5.1rem;
  letter-spacing: 0.16em;
  color: #28a7e1;
  margin-bottom: 4.5rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .merit__title {
    margin-bottom: 6rem;
  }
}
.merit__title .no {
  font-size: 10.6rem;
  line-height: 1;
  font-family: "Cabin", sans-serif;
}
@media screen and (max-width: 750px) {
  .merit__title .no {
    font-size: 11.6rem;
  }
}
.merit-item {
  margin-bottom: 5rem;
  color: #184765;
}
@media screen and (max-width: 750px) {
  .merit-item:nth-child(1) {
    margin-bottom: 9.4rem;
  }
}
.merit-item:nth-child(1) img {
  width: 114rem;
}
@media screen and (max-width: 750px) {
  .merit-item:nth-child(1) img {
    width: 100%;
  }
}
.merit-item:nth-child(2) {
  margin-bottom: 9rem;
}
@media screen and (max-width: 750px) {
  .merit-item:nth-child(2) {
    margin-bottom: 9.4rem;
  }
}
.merit-item:nth-child(2) img {
  width: 79rem;
}
@media screen and (max-width: 750px) {
  .merit-item:nth-child(2) img {
    width: 100%;
  }
}
.merit-item:nth-child(3) {
  margin-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .merit-item:nth-child(3) {
    margin-bottom: 9.4rem;
  }
}
.merit-item:nth-child(3) img {
  width: 76rem;
}
@media screen and (max-width: 750px) {
  .merit-item:nth-child(3) img {
    width: 100%;
  }
}
.merit-item__mark {
  border-width: 1rem;
  border-color: rgba(40, 167, 225, 0.431);
  border-style: solid;
  background-color: white;
  border-radius: 100%;
  height: 14rem;
  width: 14rem;
  margin: auto;
  color: #28a7e1;
  text-align: center;
  font-size: 5rem;
  position: relative;
  margin-bottom: 2rem;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .merit-item__mark {
    font-size: 8.4rem;
    border-width: 1rem;
    width: 20rem;
    height: 20rem;
    line-height: 1.6;
    margin-bottom: 3.7rem;
  }
}
.merit-item__mark::before {
  font-family: "Cabin", sans-serif;
  content: "merit";
  letter-spacing: 0.16em;
  position: relative;
  color: rgba(40, 167, 225, 0.431);
  top: 2.2rem;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .merit-item__mark::before {
    top: 3rem;
    font-size: 2.1rem;
  }
}
.merit-item__title {
  font-size: 3.8rem;
  margin-bottom: 4rem;
  letter-spacing: 0.12em;
}
.merit-item__text {
  margin: 0 8rem 3.5rem;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .merit-item__text {
    margin: 0 2rem 6rem;
  }
}
.merit-item__figure {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .merit-item__figure {
    margin: 0 0.4rem;
  }
}

.step {
  background-image: url("../images/step/bg.png");
  background-position: top 8rem center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 17rem;
  padding-bottom: 24.3rem;
}
@media screen and (max-width: 750px) {
  .step {
    background-image: url("../images/step/bg_sp.png");
    background-position: top 0 center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 18rem;
    padding-bottom: 25.3rem;
  }
}
.step__inner {
  max-width: 120rem;
  margin: auto;
}
.step__title {
  font-size: 5.1rem;
  color: #f08200;
  position: relative;
  display: table;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .step__title {
    margin: 0 0 0 10.8rem;
    position: relative;
    z-index: 4;
  }
}
.step__title .sub {
  margin-top: -2rem;
}
.step__title .no {
  font-family: "Cabin", sans-serif;
  font-size: 10rem;
  line-height: 1;
}
.step .step-icon {
  margin: 0;
  position: absolute;
  right: -13rem;
  top: 5rem;
  width: 12rem;
}
.step__catch {
  margin: 6rem 0 3rem;
}
@media screen and (max-width: 750px) {
  .step__catch {
    margin: 3.5rem 0 4rem;
  }
}
.step__catch .step-catch {
  margin: 0;
  width: 61.4rem;
}
@media screen and (max-width: 750px) {
  .step__catch .step-catch {
    width: 66.4rem;
  }
}
.step__row {
  padding: 0 0 0 4rem;
  position: relative;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 750px) {
  .step__row {
    height: 100rem;
  }
}
.step__col {
  position: relative;
  z-index: 2;
}
.step__col:nth-child(2) {
  z-index: 1;
  position: absolute;
  top: -8rem;
  right: 4rem;
  max-width: 58rem;
}
@media screen and (max-width: 750px) {
  .step__col:nth-child(2) {
    top: auto;
    right: auto;
    bottom: 0;
    left: 9rem;
    max-width: 81.4rem;
  }
}
.step .step1-img {
  width: 28.8rem;
}
@media screen and (max-width: 750px) {
  .step .step1-img {
    width: 50rem;
  }
}
.step .step2-img {
  width: 28.8rem;
}
@media screen and (max-width: 750px) {
  .step .step2-img {
    width: 50.2rem;
  }
}
.step__text {
  max-width: 53rem;
  line-height: 3.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .step__text {
    max-width: 100%;
    padding-right: 3rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 750px) {
  .step__items {
    padding: 0 3rem;
  }
}
.step__item {
  position: relative;
  padding: 2.7rem 0;
  border-radius: 10px;
  background-color: white;
  width: 100rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 750px) {
  .step__item {
    width: 100%;
    padding: 12rem 3.2rem 6rem;
    margin-bottom: 6rem;
  }
}
.step__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/step/arrow.png");
  width: 8.4rem;
  height: 6rem;
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 30%);
  top: auto;
}
@media screen and (max-width: 750px) {
  .step__item::after {
    transform: translate(-50%, 60%);
  }
}
.step__item:last-child {
  margin-bottom: 0;
}
.step__item:last-child::after {
  display: none;
}
.step__item-no {
  position: absolute;
  left: 5.5rem;
  top: -0.6rem;
}
.step__item-no img {
  width: 14.1rem;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .step__item-no {
    left: 50%;
    transform: translate(-50%);
  }
}
.step__item-catch {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  display: table;
  margin: 0 auto 2rem;
  border-width: 2px;
  border-color: #1a4865;
  border-style: solid;
  background-color: white;
  border-radius: 30px;
  height: 4.1rem;
  line-height: 4.1rem;
  padding: 0 1.7rem;
}
@media screen and (max-width: 750px) {
  .step__item-catch {
    white-space: nowrap;
    font-size: 2.3rem;
    padding: 1rem 0;
    height: auto;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.step__item-title {
  text-align: center;
  font-size: 3.8rem;
  color: #184765;
  font-weight: bold;
  line-height: 1.008;
}
@media screen and (max-width: 750px) {
  .step__item-title {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }
}
.step__item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.12em;
  padding: 3.2rem 9.4rem 2rem 5.7rem;
}
@media screen and (max-width: 750px) {
  .step__item-row {
    display: block;
    padding: 0;
  }
}
.step__item-text {
  flex: 0 0 57%;
  max-width: 57%;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .step__item-text {
    max-width: 100%;
    font-size: 2.8rem;
    line-height: 4.2rem;
    margin-bottom: 4rem;
  }
}
.step__item-column {
  padding: 4.8rem 6.2rem 3rem 4.6rem;
}
@media screen and (max-width: 750px) {
  .step__item-column {
    padding: 0;
  }
}
.step__item-column > div {
  max-width: 100%;
}
.step__item-visuals {
  display: flex;
  justify-content: space-between;
  padding: 0 0.9rem;
}
@media screen and (max-width: 750px) {
  .step__item-visuals {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.step__item-visual {
  padding: 0 0.3rem;
}
@media screen and (max-width: 750px) {
  .step__item-visual {
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0.6rem;
  }
}

.cta {
  text-align: center;
  padding-bottom: 10rem;
}
.cta .cta-button {
  width: 106.8rem;
}
.cta__tel {
  margin: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.cta__tel .no {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  margin: 0 2rem;
}
.cta__tel i {
  font-size: 1.8em;
  margin-right: 0.8rem;
}

.appeal {
  background-image: url("../images/appeal/bg-min.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-color: #5ec069;
  padding-top: 14rem;
  padding-bottom: 14rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .appeal {
    padding-bottom: 10rem;
    background-image: url("../images/appeal/bg_sp.jpg");
  }
}
.appeal::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/appeal/bg-min.jpg");
  bottom: -2px;
  top: auto;
  height: 25%;
  background-size: 100%;
  background-position: bottom 0 center;
}
@media screen and (max-width: 750px) {
  .appeal::after {
    background-image: url("../images/appeal/bg_sp.jpg");
  }
}
.appeal__inner {
  position: relative;
  z-index: 2;
}
.appeal__title {
  color: #fff;
  text-align: center;
  font-size: 5.1rem;
  letter-spacing: 0.12em;
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 750px) {
  .appeal__title {
    font-size: 6.2rem;
    line-height: 7.6rem;
  }
}
.appeal__title span {
  font-size: 6rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .appeal__title span {
    position: static;
    font-size: 7.3rem;
  }
}
.appeal__title span::before {
  background-image: url("../images/appeal/ac.png");
  content: "";
  width: 5.7rem;
  height: 5rem;
  position: absolute;
  left: -2rem;
  top: -3rem;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .appeal__title span::before {
    background-repeat: no-repeat;
    width: 4.2rem;
    height: 4rem;
    position: absolute;
    left: 11rem;
    top: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .appeal-blocks {
    padding: 0 2rem;
  }
}
.appeal-block {
  position: relative;
  background: #fff;
  border-width: 3px;
  border-color: #23ac38;
  border-style: solid;
  background-color: white;
  width: 149.4rem;
  margin: auto;
  padding: 9.4rem 21.2rem 6.2rem 18.8rem;
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 750px) {
  .appeal-block {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    border-width: 2px;
    padding-bottom: 4.2rem;
  }
}
.appeal-block__read {
  height: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-image: url("../images/appeal/tit.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  width: 51.8rem;
  left: 50%;
  top: -4rem;
  transform: translate(-50%, 0);
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  color: #23ac38;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .appeal-block__read {
    font-size: 2.5rem;
    width: 65rem;
    height: 12rem;
    top: -5.6rem;
    line-height: 3.7rem;
  }
}
.appeal-block__title {
  font-size: 4.2rem;
  line-height: 5.6rem;
  letter-spacing: 0.16em;
  padding-bottom: 1.6rem;
  border-bottom: 9px solid #fdd466;
  color: #fff;
  display: table;
  margin: auto;
  text-align: center;
  margin-bottom: 5.1rem;
  text-shadow: 1px 1px 0px #23ac38, -1px -1px 0px #23ac38, -1px 1px 0px #23ac38, 1px -1px 0px #23ac38, 1px 0px 0px #23ac38, -1px 0px 0px #23ac38, 0px 1px 0px #23ac38, 0px -1px 0px #23ac38;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .appeal-block__title {
    font-size: 5.2rem;
    line-height: 6.4rem;
    letter-spacing: 0.12em;
  }
}
.appeal-block__title .mini {
  font-size: 2.3rem;
  display: block;
  margin-bottom: -1rem;
}
@media screen and (max-width: 750px) {
  .appeal-block__title .mini {
    font-size: 3rem;
  }
}
.appeal-block__head-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-row {
    flex-direction: column;
  }
  .appeal-block__head-row > div, .appeal-block__head-row > p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.appeal-block__head-row--2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-row--2 {
    flex-direction: column-reverse;
  }
}
.appeal-block__head-row--2 .appeal-block__head-left {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-row--2 .appeal-block__head-left {
    max-width: 100%;
  }
}
.appeal-block__head-row--2 .appeal-block__head-left img {
  width: 32.3rem;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-row--2 .appeal-block__head-left img {
    width: 60.3rem;
  }
}
.appeal-block__head-row--2 .appeal-block__head-right {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 2.3rem;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-row--2 .appeal-block__head-right {
    padding-left: 2.8rem;
    max-width: 100%;
  }
}
.appeal-block__head-left {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-left {
    max-width: 100%;
  }
}
.appeal-block__head-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 3.5rem;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-right {
    max-width: 100%;
    font-size: 2.8rem;
    margin-top: 5rem;
    line-height: 4.2rem;
    padding-left: 0;
    margin-bottom: 5rem;
  }
}
.appeal-block__head-figure {
  margin-bottom: 4.7rem;
}

.appeal-item {
  background-color: rgba(174, 224, 228, 0.149);
  width: 110rem;
  margin: auto;
  position: relative;
  margin-bottom: 3.2rem;
  padding: 4.8rem 9.5rem 5.8rem 10.5rem;
}
@media screen and (max-width: 750px) {
  .appeal-item {
    width: 100%;
    margin-bottom: 2.4rem;
    padding: 15rem 2rem 4rem;
  }
}
.appeal-item--2 {
  background-color: rgba(196, 227, 198, 0.149);
}
.appeal-item--2 .appeal-item__title {
  color: #4db85c;
}
.appeal-item--3 {
  background-color: rgba(250, 232, 206, 0.259);
}
.appeal-item--3 .appeal-item__title {
  color: #ee7834;
}
.appeal-item .tag {
  position: absolute;
  left: 2.8rem;
  top: 0;
  width: 6.8rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .appeal-item .tag {
    width: 18rem;
    left: -0.5rem;
    top: 1.8rem;
  }
}
.appeal-item .tag img + img {
  margin-left: 0.7rem;
}
@media screen and (max-width: 750px) {
  .appeal-item .tag img + img {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .appeal-item .appeal-item1 {
    width: 29rem;
    margin-top: 2rem;
    margin-left: 14rem;
  }
}
.appeal-item .appeal-item2 {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.appeal-item .appeal-item6 {
  margin-top: 6rem;
}
.appeal-item__title {
  font-size: 2.8rem;
  color: #1c95d4;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed;
  display: table;
  margin: auto;
  letter-spacing: 0.16em;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 750px) {
  .appeal-item__title {
    text-align: center;
    font-size: 3.5rem;
    line-height: 4.4rem;
    padding-bottom: 2rem;
    white-space: nowrap;
    margin-bottom: 2rem;
  }
}
.appeal-item__title span {
  font-size: 3.7rem;
}
@media screen and (max-width: 750px) {
  .appeal-item__title span {
    font-size: 4.5rem;
  }
}
.appeal-item__text {
  margin-top: 3.6rem;
  line-height: 3rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .appeal-item__text {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
.appeal-item__caveat {
  font-size: 0.8em;
  margin-top: 4rem;
}
.appeal-item .row {
  display: flex;
  font-size: 3.2rem;
  align-items: center;
  letter-spacing: 0.16em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .appeal-item .row {
    font-size: 3.4rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.appeal-item .row img {
  margin: 0 1rem;
  display: inline-block;
  vertical-align: middle;
}
.appeal-item .icon1 {
  width: 10.3rem;
}
@media screen and (max-width: 750px) {
  .appeal-item .icon1 {
    width: 15rem;
  }
}
.appeal-item .icon0 {
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .appeal-item .icon0 {
    width: 7.4rem;
  }
}
.appeal-item .icon2 {
  width: 24.3rem;
}
@media screen and (max-width: 750px) {
  .appeal-item .icon2 {
    width: 36rem;
  }
}
.appeal-item .icon3 {
  width: 11.4rem;
}
@media screen and (max-width: 750px) {
  .appeal-item .icon3 {
    width: 15.7rem;
  }
}
@media screen and (max-width: 750px) {
  .appeal-item .item4 {
    width: 50.6rem;
    margin: 6rem auto 8rem;
  }
}
@media screen and (max-width: 750px) {
  .appeal-item .item5 {
    width: 63rem;
    margin: 6rem auto 8rem;
  }
}
.appeal-item p {
  line-height: 3rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .appeal-item p {
    line-height: 4.2rem;
  }
}
.appeal-item__body {
  display: flex;
}
@media screen and (max-width: 750px) {
  .appeal-item__body {
    display: block;
  }
}
.appeal-item__body-left {
  flex: 0 0 74%;
  max-width: 74%;
}
@media screen and (max-width: 750px) {
  .appeal-item__body-left {
    max-width: 100%;
  }
}
.appeal-item__body-right {
  flex: 0 0 26%;
  max-width: 26%;
}
@media screen and (max-width: 750px) {
  .appeal-item__body-right {
    max-width: 100%;
  }
}
.appeal-item__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .appeal-item__row {
    display: block;
  }
}
.appeal-item__row-left {
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 750px) {
  .appeal-item__row-left {
    max-width: 100%;
  }
}
.appeal-item__row-right {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 750px) {
  .appeal-item__row-right {
    max-width: 100%;
  }
}
.appeal-item__row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .appeal-item__row2 {
    display: block;
  }
}
.appeal-item__row2-left {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .appeal-item__row2-left {
    max-width: 100%;
    text-align: left;
  }
}
.appeal-item__row2-left .catch1 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 750px) {
  .appeal-item__row2-left .catch1 {
    white-space: nowrap;
    font-size: 3.5rem;
  }
}
.appeal-item__row2-left .right {
  line-height: 3rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .appeal-item__row2-left .right {
    margin-right: -2rem;
    line-height: 4.2rem;
  }
}
.appeal-item__row2-right {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .appeal-item__row2-right {
    max-width: 100%;
  }
}
.appeal-item .row1 {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .appeal-item .row1 {
    display: block;
  }
}
.appeal-item .row1 .t1 {
  color: #ee7834;
  letter-spacing: 0.16em;
  margin: 1rem auto;
}
@media screen and (max-width: 750px) {
  .appeal-item .row1 .t1 {
    font-size: 2.3rem;
    text-align: center;
    white-space: nowrap;
    margin: 2rem auto 3rem;
  }
}
.appeal-item .row1 .t2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 1.5rem auto;
}
@media screen and (max-width: 750px) {
  .appeal-item .row1 .t2 {
    font-size: 3.5rem;
    letter-spacing: 0.04em;
  }
}
.appeal-item .col1 {
  flex: 0 0 47.5%;
  max-width: 47.5%;
}
@media screen and (max-width: 750px) {
  .appeal-item .col1 {
    max-width: 100%;
  }
  .appeal-item .col1 img {
    width: 86%;
  }
  .appeal-item .col1 p {
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 0.06em;
  }
}
.appeal-item .col1:nth-child(2) {
  margin-top: 4rem;
}
.appeal-item .row2 {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .appeal-item .row2 {
    margin-top: 3.2rem;
    display: block;
  }
}
.appeal-item .col2 {
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 750px) {
  .appeal-item .col2 {
    max-width: 100%;
  }
}
.appeal-item .col2:nth-child(2) {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 750px) {
  .appeal-item .col2:nth-child(2) {
    max-width: 100%;
    margin-top: 6rem;
  }
  .appeal-item .col2:nth-child(2) img {
    width: 86%;
  }
}
@media screen and (max-width: 750px) {
  .appeal-item .icon3-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.appeal-item .row3 {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .appeal-item .row3 {
    display: block;
  }
}
.appeal-item .col3 {
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 750px) {
  .appeal-item .col3 {
    max-width: 100%;
  }
}
.appeal-item .col3:nth-child(2) {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 750px) {
  .appeal-item .col3:nth-child(2) {
    max-width: 100%;
  }
}

.appeal-block__head-visual {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-visual {
    margin-bottom: 4rem;
  }
}
.appeal-block__head-visual-box {
  position: absolute;
  width: 43.6rem;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.16em;
  position: absolute;
  right: 5.5rem;
  top: 6.8rem;
  padding: 4.1rem 2.8rem 4.1rem 3.8rem;
  width: 43.6rem;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .appeal-block__head-visual-box {
    position: static;
    width: 100%;
    padding: 5rem 2rem;
    font-size: 2.8rem;
    line-height: 4.2rem;
    letter-spacing: 0.16em;
  }
}

.housing {
  background-size: 100%;
  background-image: url("../images/housing/bg.jpg");
  height: 40rem;
  padding-top: 9rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .housing {
    background-image: url("../images/housing/bg_sp.jpg");
    height: 59.2rem;
    padding-top: 9rem;
  }
}
.housing__title {
  font-size: 3.5rem;
  line-height: 2.9rem;
  letter-spacing: 0.05em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 750px) {
  .housing__title {
    margin-bottom: 4.5rem;
    font-size: 4.2rem;
  }
}
.housing__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.9rem;
  margin-bottom: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .housing__text {
    text-align: left;
    padding: 0 7rem;
    font-size: 2.8rem;
    line-height: 4.4rem;
    margin-bottom: 6rem;
  }
}
.housing__button {
  display: block;
  background-color: #ca0010;
  color: #fff;
  text-align: center;
  height: 5.5rem;
  max-width: 34.7rem;
  line-height: 5.5rem;
  margin: auto;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .housing__button {
    width: 40rem;
    height: 8rem;
    line-height: 8rem;
  }
}
.housing__button i {
  margin-left: 1rem;
}

/* modelhouse_showroom */
.btn_area {
  background-color: #f1f1ef;
  padding: 5rem 0;
}

.btn_area_ct {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}

.btn_area_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 4.5rem 0;
}

.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ca0010;
}

.tel_box {
  border: 4px solid #ca0010;
  width: 70%;
  margin: 0 auto;
  padding: 2rem 0;
}

.tel span {
  font-size: 1.6rem;
}

.tel_icon::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  margin-right: 1.4rem;
}

.tel a {
  font-size: 2.6rem;
}

.tel p {
  letter-spacing: 0.3rem;
  padding: 0 2rem;
}

.tel p.robot_font {
  margin: 0;
  font-size: 3.2rem;
}

@media screen and (max-width: 769px) {
  .btn_area {
    padding: 5rem 0 3rem;
  }

  .btn_area_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    width: 90%;
    margin: 0 auto;
  }

  .btn_area_flex a {
    width: 100%;
    padding: 0 0 1.3rem 0;
  }

  .btn_area_flex img {
    width: 100%;
    padding: 0 0 1.3rem 0;
  }

  .tel_box {
    width: 100%;
  }

  .tel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .tel span {
    padding: 0;
    font-size: 1.4rem;
  }

  .tel p {
    padding: 0.8rem 0;
    font-size: 2.5rem;
  }

  .tel span {
    font-size: 3vw;
  }

  .tel p.robot_font {
    font-size: 7vw;
    line-height: 1.1;
  }
}
.company {
  background-color: #fff;
  color: #000;
}

.company_ct {
  max-width: 1200px;
  margin: 0 auto;
  padding: 13rem 0;
}

.company_ct h2 {
  padding: 0 0 4rem 0;
  text-align: center;
  font-size: 3rem;
}

.company_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.company_profile {
  width: 55%;
  padding: 0 0 10rem 0;
  border-top: solid 1px #e9e9e9;
}

.company_profile dl {
  border-bottom: solid 1px #e9e9e9;
  text-align: left;
}

.company_profile dt {
  display: inline-block;
  vertical-align: top;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  width: 20%;
}

.company_profile dd {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding: 1.5rem 0;
  font-size: 14px;
  line-height: 1.8;
}

.company_profile dd a {
  color: #000;
}

.company_map {
  width: 40%;
  padding: 0 0 0 5rem;
  margin-bottom: auto;
}

.company_map iframe {
  width: 100%;
  height: 50vh;
}

.showroom_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10rem 0;
}

.showroom_ct {
  width: 48%;
  padding: 20px;
  border: solid 1px #e9e9e9;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 3rem 0;
}

.showroom_ct dt {
  margin-bottom: 10px;
  font-size: 16px;
}

.showroom_ct dd {
  margin-bottom: 10px;
}

.showroom_ct dd a {
  text-decoration: none;
  color: #000;
}

.series_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.series_ct {
  width: 48%;
  padding: 20px;
  border: solid 1px #e9e9e9;
  line-height: 2rem;
  text-align: left;
  margin: 0 0 3rem 0;
  display: flex;
}

.series_ct img {
  width: 16rem;
  margin-right: 4rem;
  align-self: baseline;
  max-width: 13rem;
}

.series_ct_in {
  padding: 0 0 0 1rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.series_01 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 1.8rem 0;
}

.series_02 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: auto;
}

p.series_03 {
  text-align: right;
  padding: 0 1rem 0 0;
}

.series_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}

.series_btn a {
  text-decoration: none;
  color: #000;
}

.series_btn_black {
  color: #fff;
  background-color: #000;
  width: 13px;
  height: 13px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.las.la-angle-right.arrow_white {
  color: #fff;
}

@media screen and (max-width: 769px) {
  .company_ct {
    padding: 8rem 2rem 12rem;
  }

  .company_ct h2 {
    font-size: 4.2rem;
    padding: 0 0 4rem;
  }

  .company_box {
    width: 100%;
    flex-direction: column;
  }

  .company_profile {
    width: 100%;
    padding: 0 0 3rem;
  }

  .company_profile dt {
    display: block;
    width: 100%;
    font-size: 2.8rem;
  }

  .company_profile dd {
    width: 100%;
    font-size: 2.8rem;
  }

  .company_map {
    width: 100%;
    padding: 0 0 5rem;
  }

  .company_map iframe {
    width: 100%;
    height: 55rem;
  }

  .showroom_box {
    flex-direction: column;
    width: 100%;
    padding: 0 0 2rem;
  }

  .showroom_ct {
    width: 100%;
  }

  .series_box {
    flex-direction: column;
    width: 100%;
  }

  .series_ct {
    width: 100%;
  }

  .series_ct img {
    object-fit: contain;
    width: 20rem;
    padding-right: 0;
  }

  .series_01 {
    font-size: 2.8rem;
    padding: 0 0 3rem 0;
  }

  .series_02 {
    font-size: 2.4rem;
    line-height: 1.6;
    padding: 0 0 0.4rem;
  }

  p.series_03 {
    font-size: 2.4rem;
  }
}
/* footer-sns */
.footer-sns {
  background-color: #fff;
}

.footer-sns_ct {
  padding: 4rem 0;
}

.footer-sns_items {
  display: flex;
}

.footer-sns_item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}

.footer-sns_item:nth-child(2n) a {
  border: solid 2px #f6f4f0;
  border-top: 0;
  border-bottom: 0;
}

.footer-sns_item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 4rem 0;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.footer-sns_item img {
  display: inline-block;
  width: 7.5rem;
  margin: 0;
  padding-right: 2rem;
}

@media screen and (max-width: 769px) {
  .footer-sns_items {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .footer-sns_item {
    max-width: 100%;
  }

  .footer-sns_item img {
    width: 7.5rem;
    padding-right: 2rem;
  }

  .footer-sns_item a {
    padding: 7rem 0;
    font-size: 3.2rem;
  }

  .footer-sns_item:nth-child(2) a {
    border-top: solid 1px #f6f4f0;
    border-bottom: solid 1px #f6f4f0;
    border-left: 0;
    border-right: 0;
  }

  .footer-sns_item:nth-child(3n) a {
    border-bottom: solid 1px #f6f4f0;
    border-left: 0;
    border-right: 0;
  }
}
/* footer */
.footer {
  background-color: #c80a14;
}

.footer_ct {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 0;
}

.footer_box {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  width: 90%;
  margin: 0 auto;
}

.footer_logo {
  width: 20%;
}

.footer_logo img {
  max-width: 50%;
}

.footer_info {
  padding: 0;
  color: #fff;
  text-align: left;
  width: 80%;
  font-size: 1.4rem;
}

.footer_info_address {
  margin-bottom: 1rem;
}

.footer_info_tel {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #fff;
}

.footer_lists {
  display: flex;
  flex-wrap: wrap;
}

.footer_list {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.footer_copyright {
  padding: 3rem 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 769px) {
  .footer_ct {
    padding: 3rem 0;
  }

  .footer_box {
    width: 100%;
    flex-direction: column;
  }

  .footer_logo {
    padding: 0 0 2rem;
    max-width: 100%;
  }

  .footer_logo img {
    max-width: 100%;
  }

  .footer_info {
    width: 100%;
    font-size: 3.2rem;
    letter-spacing: normal;
  }

  .footer_info_tel {
    border-bottom: 1px solid #fff;
  }

  .footer_list {
    font-size: 2.4rem;
  }

  .footer_copyright {
    font-size: 2.2rem;
    letter-spacing: normal;
    text-align: left;
    padding: 1rem 2rem;
  }
}

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

  .cta__bt{display: flex;}
	  @media screen and (max-width: 750px) {
 .cta__bt{display:block;}
}


/* catalog */
.catalog {
  padding: 0 0 3%;
  background-color: #fdf7f7;
}

.catalog_ct {
  max-width: 1200px;
  margin: 0 auto;
  padding: 13rem 0;
}

.catalog_ct h2 {
  font-size: 4rem;
  font-weight: bold;
  padding: 0 0 5.3rem 0;
}

.catalog_ct span {
  color: #ca0010;
}

.catalog_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  margin: 0 auto;
  padding: 0 0 3rem 0;
}

.catalog_box p {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: left;
  padding: 2rem;
}

.catalog_box img {
  max-width: 100%;
}

.catalog_btn_box {
  padding: 0 0 3rem;
  display: block;
}

@media screen and (max-width: 769px) {
  .catalog {
    padding: 0 0 6%;
  }
  .catalog_ct {
    padding: 6rem 2rem;
  }
  .catalog_ct h2 {
    font-size: 5.06vw;
    padding: 0 0 2.4rem;
  }
  .catalog_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 0 2rem;
  }
  .catalog_box p {
    padding: 0;
    font-size: 3vw;
    line-height: 1.6;
    width: 100%;
    padding: 0 0 1.5rem;
  }
  .catalog_box img {
    max-width: 70%;
  }
  /* .catalog_btn_box {
			display: none;
		} */
}
.catalog_mv img {
  width: 100%;
}

.catalog_img-fukidashi {
  position: relative;
  width: 14.9vw;
}

.catalog_img-fukidashi-p {
  position: absolute;
  font-size: 2.6rem;
  color: #960e16;
  z-index: 10;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  line-height: 1.57;
  text-align: center;
  top: 6.8rem;
  left: 3.5rem;
}

.catalog_img-fukidashi-p span {
  font-size: 1.6rem;
}

.catalog_web-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: -7.9rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog_checklist {
  padding: 9.4rem 4.2rem 0;
}

.catalog_checklist-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.1rem;
}

.catalog_checklist-child img {
  margin: 0;

}

@media screen and (min-width: 751px) {
  .catalog_checklist-child img {
    width: 3rem;
  }
}

.catalog_checklist-p {
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  padding-left: 2rem;
}

.catalog_checklist-p span {
  color: #960e16;
}

.catalog_example {
  width: 19.7vw;
  margin-top: -3.5rem;
}

.catalog_btn_box {
  margin-top: -1.3rem;
  padding: 0 0 10.9rem;
}

.btn_red-width {
  width: 34.7rem;
  height: 5.5rem;
}

.btn_red-width p {
  font-size: 1.8rem;
}

.la-size {
  font-size: 1.4em;
}

@media screen and (max-width: 750px) {
  .catalog_web-box {
    display: block;
    margin: 2.933vw auto 0;
  }
  .catalog_img-fukidashi {
    width: 100%;
  }
  .catalog_img-fukidashi-p {
    font-size: 5vw;
    letter-spacing: 0.1em;
    top: 2.93vw;
    left: 24.26vw;
    line-height: 1.375;
  }
  .catalog_img-fukidashi-p span {
    font-size: 3.2vw;
  }
  .catalog_checklist {
    padding: 3.6vw 3.333vw 0;
  }
  .catalog_checklist-child {
    margin-top: 1.4666vw;
  }
  .catalog_checklist-child img {
    width: 6.8vw;
  }
  .catalog_checklist-p {
    font-size: 4.5333vw;
    letter-spacing: 0.05em;
    padding-left: 4vw;
  }
  .catalog_example {
    display: none;
  }
  .catalog_btn_box {
    margin-top: 7.7333vw;
    padding: 0 0 14.5333333333vw;
  }
  .btn_red-width {
    width: 65vw;
    height: 11.8666vw;
  }
  .btn_red-width p {
    font-size: 3.22vw;
  }
  .catalog_img-fukidashi img {
    width: 86.4vw;
    margin: 0 auto;
  }
  .la-size {
    font-size: 2em;
  }
}


.c-required-plate {
  color: #fff;
  background: #c80a14;
  font-size: 12px;
  line-height: 2.16667;
  font-weight: 500;
  padding: 0 5px 2px 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.p-form-wrapper {
  background: #fff;
  text-align: left;
}

.p-form,
.p-form * {
  box-sizing: border-box;
}

.p-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 250px;
  padding: 120px .5rem 150px;
  display: block;
  color: #000;
}

@media screen and (max-width: 960px) {
  .p-form {
    padding: 18.75vw 0.52083vw 10.41667vw;
  }
}

.p-form a {
  color: inherit;
}

.p-form-container {
  background: #eeeeee;
  padding: 80px 100px;
}

@media screen and (max-width: 960px) {
  .p-form-container {
    padding: 8.33333vw 2.08333vw;
  }
}

.p-form-body {
  padding: 50px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-form-body {
    padding: 4.16667vw 2.08333vw;
  }
}

.p-form-label {
  font-size: 18px;
  line-height: 1.44444;
  padding: 5px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .p-form-label {
    font-size: 2.70833vw;
    line-height: 1.38462;
    padding: 0.52083vw 1.04167vw;
  }
}

.p-form_input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: 0 0 0 3px #c9c9c9 inset;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: 50px;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .p-form_input-text {
    -webkit-box-shadow: 0 0 0 2px #c9c9c9 inset;
            box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.91667vw;
    line-height: 0.92857;
    height: 10.41667vw;
    padding: 1.04167vw;
  }
}

@media screen and (max-width: 550px) {
  .p-form_input-text {
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-form_input-text:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px #d94040 inset;
          box-shadow: 0 0 0 3px #d94040 inset;
}

@media screen and (max-width: 960px) {
  .p-form_input-text:focus {
    -webkit-box-shadow: 0 0 0 2px #d94040 inset;
            box-shadow: 0 0 0 2px #d94040 inset;
  }
}

.p-form_input-text::-webkit-input-placeholder {
  color: #c9c9c9;
}

.p-form_input-text:-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_input-text::-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_input-text::placeholder {
  color: #c9c9c9;
}

.p-form_textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: 0 0 0 3px #c9c9c9 inset;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  font-size: 16px;
  line-height: 1.375;
  resize: none;
  width: 98%;
  height: 14em;
  padding: 20px 30px;
}

@media screen and (max-width: 960px) {
  .p-form_textarea {
    -webkit-box-shadow: 0 0 0 2px #c9c9c9 inset;
            box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.91667vw;
    line-height: 1.14286;
    padding: 2.08333vw 3.125vw;
  }
}

@media screen and (max-width: 550px) {
  .p-form_textarea {
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-form_textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px #d94040 inset;
  box-shadow: 0 0 0 3px #d94040 inset;
}

@media screen and (max-width: 960px) {
  .p-form_textarea:focus {
    -webkit-box-shadow: 0 0 0 2px #d94040 inset;
            box-shadow: 0 0 0 2px #d94040 inset;
  }
}

.p-form_textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}

.p-form_textarea:-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_textarea::-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_textarea::placeholder {
  color: #c9c9c9;
}

.p-form_input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  display: inline-block;
  border: 1px solid #000;
  border-radius: unset;
  position: relative;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

@media screen and (max-width: 960px) {
  .p-form_input-checkbox {
    width: 2.60417vw;
    height: 2.60417vw;
    margin: 0 1.04167vw 0 0;
    -webkit-transform: translate(0, 0.20833vw);
            transform: translate(0, 0.20833vw);
  }
}

.p-form_input-checkbox::after {
  content: '';
  width: 10px;
  height: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .p-form_input-checkbox::after {
    width: 1.5625vw;
    height: 0.72917vw;
  }
}

.p-form_input-checkbox:checked::after {
  opacity: 1;
}

.p-form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: 0 0 0 3px #c9c9c9 inset;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  background: #fff;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: 50px;
  padding: 10px 20px 10px 10px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-form_select {
    -webkit-box-shadow: 0 0 0 2px #c9c9c9 inset;
            box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.91667vw;
    line-height: 1;
    height: 10.41667vw;
    padding: 1.04167vw 6.25vw 1.04167vw 1.04167vw;
  }
}

@media screen and (max-width: 550px) {
  .p-form_select {
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-form_select:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px #d94040 inset;
  box-shadow: 0 0 0 3px #d94040 inset;
}

@media screen and (max-width: 960px) {
  .p-form_select:focus {
    -webkit-box-shadow: 0 0 0 2px #d94040 inset;
            box-shadow: 0 0 0 2px #d94040 inset;
  }
}

.p-form_select::-webkit-input-placeholder {
  color: #c9c9c9;
}

.p-form_select:-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_select::-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form_select::placeholder {
  color: #c9c9c9;
}

.p-form-item_half-box_arrow {
  position: relative;
}

.p-form-item_half-box_arrow::after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  position: absolute;
  top: 42%;
  right: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .p-form-item_half-box_arrow::after {
    width: 2.08333vw;
    height: 2.08333vw;
    right: 2.08333vw;
  }
}

.p-form-group_head {
  border-bottom: 3px solid #000;
  padding: 10px 5px;
}

@media screen and (max-width: 960px) {
  .p-form-group_head {
    border-bottom: 2px solid #000;
    padding: 1.04167vw 2.08333vw;
  }
}

.p-form-group_head_text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .p-form-group_head_text {
    font-size: 2.8125vw;
    line-height: 1.33333;
  }
}

@media screen and (max-width: 550px) {
  .p-form-group_head_text {
    font-size: 15px;
    line-height: 1.33333;
  }
}

.p-form-group_head_text-small {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .p-form-group_head_text-small {
    font-size: 10px;
    line-height: 1.2;
    margin: 0;
  }
}

.p-form-container_title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .12em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 70px;
}

@media screen and (max-width: 960px) {
  .p-form-container_title {
    font-size: 2.8125vw;
    line-height: 1.11111;
    margin: 0 0 7.29167vw;
  }
}

@media screen and (max-width: 550px) {
  .p-form-container_title {
    font-size: 15px;
    line-height: 1.33333;
  }
}

.p-form-container_title_img {
  width: 36px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 960px) {
  .p-form-container_title_img {
    width: 3.75vw;
    margin: 0 2.08333vw 0 0;
  }
}

@media screen and (max-width: 550px) {
  .p-form-container_title_img {
    width: 26px;
  }
}

.p-form-group_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 30px;
}

@media screen and (max-width: 1200px) {
  .p-form-group_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  .p-form-group_inner {
    padding: 1.5625vw 0 4.16667vw;
  }
}

.p-form-card {
  width: 210px;
  height: 125px;
  margin: 0 3px 6px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-form-card {
    width: calc(50% - changeVw(10, 9.6));
    height: 19.375vw;
    margin: 0 0 2.08333vw;
  }
}

.p-form-card_content {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form-card_content_inner {
  font-size: 17px;
  line-height: 1.58824;
}

@media screen and (max-width: 960px) {
  .p-form-card_content_inner {
    font-size: 2.60417vw;
    line-height: 1.6;
  }
}

.p-form-card_content_text {
  font-weight: 700;
}

.p-form-card_content_date {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 10px 0 0;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .p-form-card_content_date {
    font-size: 2.91667vw;
  }
}

.p-form-card_checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #000;
  border-radius: unset;
  position: absolute;
  top: 43%;
  left: 5%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 960px) {
  .p-form-card_checkbox {
    width: 3.85417vw;
    height: 3.85417vw;
  }
}

.p-form-card_checkbox::after {
  content: '';
  width: 10px;
  height: 5px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .p-form-card_checkbox::after {
    width: 2.08333vw;
    height: 1.04167vw;
  }
}

.p-form-card_label {
  width: 100%;
  height: 100%;
  padding: 0 0 0 20%;
  display: inline-block;
  border-radius: 10px;
  background: #fafafa;
}

@media screen and (max-width: 960px) {
  .p-form-card_label {
    padding: 0 0 0 9.375vw;
    border-radius: 1.04167vw;
  }
}

.p-form-group .p-form-card .p-form-card_checkbox:checked {
  border: 1px solid #fff;
}

.p-form-group .p-form-card .p-form-card_checkbox:checked::after {
  opacity: 1;
}

.p-form-group .p-form-card .p-form-card_label.is-active {
  color: #fff;
  background: #c80a14;
}

.p-form-item {
  width: 100%;
  text-align: center;
}

.p-form-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
}

@media screen and (max-width: 960px) {
  .p-form-item dl {
    padding: 1.04167vw;
  }
}

.p-form-item dt {
  color: #1c3738;
  font-size: 14px;
  line-height: 1.85714;
  font-weight: 700;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .p-form-item dt {
    max-width: 20%;
  }
}

@media screen and (max-width: 960px) {
  .p-form-item dt {
    display: none;
  }
}

.p-form-item dd {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .p-form-item dd {
    max-width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .p-form-item dd {
    width: 100%;
    max-width: 100%;
  }
}

.p-form-item .p-form-item_add-notice {
  width: auto;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.66667;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .p-form-item .p-form-item_add-notice {
    font-size: 2.29167vw;
    padding: 0 0 0 1.04167vw;
  }
}

.p-form-item .p-form-item_half-box {
  width: 48%;
  width: calc(50% - 10px);
}

@media screen and (max-width: 960px) {
  .p-form-item .p-form-item_half-box {
    width: calc(50% - changeVw(10, 9.6));
  }
}

.p-form-bottom {
  padding: 0 5%;
}

.p-form-bottom a {
  border-bottom: 1px solid #000;
}

.p-form-bottom a:hover {
  color: #c80a14;
}

.p-form-bottom_text {
  font-size: 13px;
  line-height: 1.38462;
  letter-spacing: 0;
  padding: 4px 0;
}

@media screen and (max-width: 960px) {
  .p-form-bottom_text {
    font-size: 2.08333vw;
    line-height: 1.5;
    padding: 0.52083vw 0;
  }
}

.p-submit-box {
  padding: 3.125vw 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-submit-box {
    padding: 3.125vw 0;
  }
}

.p-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: unset;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  width: 300px;
  padding: 10px 0;
  display: inline-block;
  background: #c80a14;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .p-submit {
    font-size: 2.91667vw;
    line-height: 2.75;
    width: 5.20833vw;
    padding: 1.04167vw 0;
  }
}

.formError {
  opacity: 1 !important;
}

@media screen and (max-width: 960px) {
  .formError {
    left: 0 !important;
  }
}

.formError .formErrorContent {
  background: #c80a14;
  border-radius: unset;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.formError .formErrorArrow div {
  background: #c80a14;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-text-align-left {
  text-align: left !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-form-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media screen and (max-width: 1200px) {
  .u-form-between {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.u-form-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-form-flexwrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media screen and (max-width: 960px) {
  .u-form-between-sp {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

.u-readonly:focus {
  -webkit-box-shadow: 0 0 0 0.3rem #c9c9c9 inset !important;
          box-shadow: 0 0 0 0.3rem #c9c9c9 inset !important;
}

.ui-datepicker .ui-datepicker-calendar {
  display: inline-table;
}

.p-form-title {
  margin: 0 0 80px;
  font-size: 39px;
  line-height: 1.33333;
  letter-spacing: .08em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-form-title {
    margin: 0 0 8.33333vw;
    font-size: 5.41667vw;
    line-height: 1.34884;
  }
}

.p-submit {
  width: 400px;
}

@media screen and (max-width: 960px) {
  .p-submit {
    width: 62.5vw;
  }
}

.u-fc-red {
  color: #960f16;
}

.u-disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.u-no-spin::-webkit-inner-spin-button,
.u-no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.u-ta-center {
  text-align: center;
}

.u-flex-column-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
