@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=RocknRoll+One&family=Yusei+Magic&display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  text-rendering: optimizeSpeed;
  position: relative;
  height: auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

dl, dt, dd, ul, li, table, tbody, tr, td, th, input, select, option, textarea {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

a:hover {
  opacity: 0.7;
}

.br-sp {
  display: none;
}

.pc-display {
  display: block;
}

.sp-display {
  display: none;
}

.container {
  width: 62.5%;
  margin: 0 auto;
}

header {
  width: 100%;
  padding: 1rem 0;
  background-color: #ffffff;
}
header .header_in {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_in .logo {
  width: 21rem;
}
header .header_in .logo img {
  width: 100%;
}
header .header_in .header_right {
  width: 33%;
}
header .header_in .header_right p {
  font-size: 1.6rem;
}
header .header_in .header_right .header_right_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_in .header_right .header_right_in a {
  width: 45%;
}
header .header_in .header_right .header_right_in a img {
  width: 100%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.mv {
  width: 100%;
  background: url(img/mv_bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 5rem;
}
.mv .mv_in {
  width: 100%;
}
.mv .mv_in .woman_bg {
  position: absolute;
  right: 15%;
  bottom: 0;
  width: 30%;
  z-index: 1;
}
.mv .mv_in .mv_catch {
  padding-top: 3.5rem;
  width: 68.58%;
}
.mv .mv_in .mv_catch img {
  width: 100%;
}
.mv .mv_in .mv_service {
  margin-top: 1.9rem;
  position: relative;
  z-index: 3;
}
.mv .mv_in .mv_service h4 {
  width: 77.92%;
  margin: 0 auto;
}
.mv .mv_in .mv_service h4 img {
  width: 100%;
}
.mv .mv_in .mv_service .mv_service_in {
  width: 72%;
  margin: 0 auto;
  background-color: #632C12;
  padding: 1rem 2rem;
}
.mv .mv_in .mv_service .mv_service_in ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv .mv_in .mv_service .mv_service_in ul li {
  font-size: 2rem;
  width: 11rem;
  height: 11rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.1;
  padding: 2.5rem 0;
  border-radius: 10rem;
  border: 1px solid #fff;
}

.catch {
  width: 100%;
}
.catch .catch_in {
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 9.3rem;
  text-align: center;
}
.catch .catch_in .catch_1 {
  font-size: 3.5rem;
  color: #632C12;
  font-weight: 600;
}
.catch .catch_in .catch_1 img {
  width: 27.92%;
  margin-right: 2rem;
  display: inline-block;
}
.catch .catch_in .catch_2 {
  font-size: 2.8rem;
  color: #632C12;
  font-weight: 600;
  margin-top: 2rem;
}
.catch .catch_in .catch_3 {
  color: #632C12;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 3.4rem;
}
.catch .catch_in .catch_3 span {
  color: #FF6A00;
  font-size: 6rem;
  font-weight: 400;
  font-family: "RocknRoll One", sans-serif;
}
.catch .catch_in .catch_before {
  width: 77%;
  margin: 6rem auto 17rem;
}
.catch .catch_in .catch_before img {
  width: 100%;
}
.catch .catch_in .catch_cta {
  width: 79.17%;
  margin: 0 auto;
}
.catch .catch_in .catch_cta img {
  width: 100%;
}

.worry {
  width: 100%;
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #000000;
}
.worry .worry_in {
  width: 100%;
}
.worry .worry_in h2 {
  text-align: center;
  font-size: 4.9rem;
  letter-spacing: 0.2em;
  font-family: "Yusei Magic", sans-serif;
  color: #ffffff;
}
.worry .worry_in .worry_content {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.worry .worry_in .worry_content img {
  width: 25.83%;
  margin-bottom: 4rem;
}

.arrow_1 {
  width: 0;
  margin: 0 auto;
  height: 0;
  border-style: solid;
  border-width: 5.1rem 10.8rem 0 10.8rem;
  border-color: #000000 transparent transparent transparent;
}

.resolution {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 20rem;
}
.resolution .resolution_in {
  width: 100%;
}
.resolution .resolution_in .arrow_box {
  position: relative;
  width: 38.33%;
  padding: 2.1rem;
  background: #632C12;
  text-align: center;
  color: #FFFFFF;
  font-size: 2.3rem;
  border-radius: 4rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin: 0 auto;
}
.resolution .resolution_in .arrow_box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(99, 44, 18, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #632C12;
  top: 100%;
  left: 50%;
}
.resolution .resolution_in h2 {
  text-align: center;
  font-size: 3.9rem;
  text-align: center;
  font-weight: 600;
  margin-top: 3.5rem;
}
.resolution .resolution_in h2 img {
  width: 33.5%;
  display: inline-block;
}
.resolution .resolution_in h2::before {
  content: "";
  display: inline-block;
  background: url(img/decoration_1.png) center center no-repeat;
  width: 71.03px;
  height: 56.39px;
  margin-right: 2rem;
  background-size: contain;
}
.resolution .resolution_in h2::after {
  content: "";
  display: inline-block;
  background: url(img/decoration_2.png) center center no-repeat;
  width: 71.03px;
  height: 56.39px;
  margin-left: 2rem;
  background-size: contain;
}
.resolution .resolution_in .resolution_content {
  width: 100%;
  padding-top: 10rem;
  position: relative;
}
.resolution .resolution_in .resolution_content .resolution_img {
  width: 49.5%;
  margin-bottom: 2.3rem;
}
.resolution .resolution_in .resolution_content .resolution_woman {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40.17%;
}

.cta {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6A00), to(#FFC092));
  background: -webkit-linear-gradient(top, #FF6A00 0%, #FFC092 100%);
  background: linear-gradient(180deg, #FF6A00 0%, #FFC092 100%);
}
.cta h4 {
  text-align: center;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cta h2 {
  text-align: center;
  font-size: 5.2rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cta h2 span {
  font-size: 6.6rem;
  color: #FDF56E;
  font-weight: normal;
  font-family: "RocknRoll One", sans-serif;
}
.cta .cta_in {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.6rem 0 2.6rem 3rem;
}
.cta .cta_in .cta_woman {
  width: 32.75%;
  position: absolute;
  bottom: 0;
  right: -2rem;
}
.cta .cta_in ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 8.58%;
  margin-right: 2rem;
}
.cta .cta_in ul li {
  background-color: #FF0000;
  border-radius: 20rem;
  width: 10rem;
  height: 10rem;
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
  text-align: center;
  padding: 1.8rem;
}
.cta .cta_in .cta_content {
  width: 54.83%;
}
.cta .cta_in .cta_content p {
  font-size: 2.6rem;
  color: #FF0000;
  font-weight: 600;
  padding: 0.1rem;
  letter-spacing: 0.2em;
  background-color: #FFBD8E;
  text-align: center;
}
.cta .cta_in .cta_content h3 {
  font-size: 7.4rem;
  text-align: center;
  color: #FF0000;
  line-height: 1;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.cta .cta_in .cta_content h3::before {
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  background: url(img/tel_icon.png) center center no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
.cta .cta_in .cta_content small {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  margin: 1rem 0 3rem;
  display: block;
}
.cta .cta_in .cta_content .cta_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 2rem 4rem;
  background: #FDF56E;
}
.cta .cta_in .cta_content .cta_contents a {
  width: 45.51%;
}
.cta .cta_in .cta_content .cta_contents a img {
  width: 100%;
}

.reason {
  width: 100%;
  padding: 7rem 0 10rem;
  background: -webkit-repeating-linear-gradient(135deg, rgba(255, 106, 0, 0.4), rgba(255, 106, 0, 0.4) 5px, rgb(255, 255, 255) 0, rgb(255, 255, 255) 15px);
  background: repeating-linear-gradient(-45deg, rgba(255, 106, 0, 0.4), rgba(255, 106, 0, 0.4) 5px, rgb(255, 255, 255) 0, rgb(255, 255, 255) 15px);
}
.reason .reason_in {
  width: 100%;
}
.reason .reason_in h2 {
  width: 48.67%;
  margin: 0 auto 4.4rem;
}
.reason .reason_in .reason_content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.reason .reason_in .reason_content img {
  width: 31%;
  margin-bottom: 5rem;
}

.service {
  width: 100%;
  padding: 15rem 0 10rem;
}
.service .service_in {
  width: 100%;
}
.service .service_in .service_head {
  width: 100%;
  position: relative;
  margin-bottom: 8rem;
}
.service .service_in .service_head .service_human {
  width: 20%;
  position: absolute;
  bottom: 0;
}
.service .service_in .service_head .service_human_2 {
  left: 0;
}
.service .service_in .service_head .service_human_1 {
  right: 0;
}
.service .service_in .service_head h2 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  color: #632C12;
}
.service .service_in .service_head h2 span {
  font-family: "RocknRoll One", sans-serif;
  font-size: 6rem;
  font-weight: normal;
  color: #FF6A00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF9A8));
  background: -webkit-linear-gradient(top, transparent 70%, #FFF9A8 30%);
  background: linear-gradient(180deg, transparent 70%, #FFF9A8 30%);
}
.service .service_in .service_head h2::before {
  content: "";
  width: 71.03px;
  height: 56.3px;
  display: inline-block;
  background: url(img/decoration_1.png) center center no-repeat;
  background-size: contain;
}
.service .service_in .service_head h2::after {
  content: "";
  width: 71.03px;
  height: 56.39px;
  display: inline-block;
  background: url(img/decoration_2.png) center center no-repeat;
  background-size: contain;
}
.service .service_in h4 {
  text-align: center;
  font-weight: 800;
  font-size: 4rem;
  color: #632C12;
}
.service .service_in h4::after {
  content: "";
  margin: 1rem auto 3rem;
  width: 5%;
  background-color: #632C12;
  height: 0.2rem;
  display: block;
}
.service .service_in .service_content {
  display: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.service .service_in .service_content_1 {
  margin-bottom: 4rem;
}
.service .service_in .service_content_1 .service_contents {
  width: 30%;
}
.service .service_in .service_content_1 .service_contents img {
  width: 100%;
  margin-bottom: 1rem;
}
.service .service_in .service_content_1 .service_contents p {
  text-align: center;
  width: 90%;
  color: #632C12;
  margin: 0 auto;
  font-size: 2rem;
}
.service .service_in .service_content_2 .service_contents {
  width: 24%;
}
.service .service_in .service_content_2 .service_contents img {
  width: 100%;
  margin-bottom: 1rem;
}
.service .service_in .service_content_2 .service_contents p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #632C12;
  font-size: 2rem;
}

.price {
  width: 100%;
}
.price .price_head {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB885), to(#FF6A00));
  background: -webkit-linear-gradient(top, #FFB885 0%, #FF6A00 100%);
  background: linear-gradient(180deg, #FFB885 0%, #FF6A00 100%);
  padding: 8rem 0 5rem;
  -webkit-clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
          clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
}
.price .price_head h2 {
  font-size: 5rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.price .price_head h2::after {
  content: "PRICE";
  font-size: 2rem;
  margin-top: 0.2rem;
  display: block;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.price .price_in {
  width: 100%;
  padding: 4rem 0;
}
.price .price_in img {
  width: 100%;
}

.voice {
  width: 100%;
  padding: 11rem 0 9rem;
  background-color: #FFFEF2;
}
.voice .voice_in {
  width: 100%;
}
.voice .voice_in .voice_head {
  width: 100%;
  background: url(img/voice_head_img.png) left center no-repeat;
  background-size: contain;
  padding: 12rem 0 0;
  margin-bottom: 8rem;
}
.voice .voice_in .voice_head h2 {
  width: 80%;
  margin-left: auto;
  text-align: center;
  font-size: 4rem;
  color: #632C12;
  font-weight: 600;
}
.voice .voice_in .voice_head h2 .voice_head_span_1 {
  font-family: "Yusei Magic", sans-serif;
  color: #FF6A00;
  font-weight: normal;
  font-size: 6rem;
}
.voice .voice_in .voice_head h2 .voice_head_span_2 {
  color: #ffffff;
  font-family: "Yusei Magic", sans-serif;
  font-weight: normal;
  font-size: 6rem;
  background-color: #FF6A00;
  display: inline-block;
  padding: 0.01em 0.5em;
}
.voice .voice_in .voice_content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.voice .voice_in .voice_content .voice_contents {
  width: 45%;
  padding: 2rem 3rem;
  border: 3px solid #FF6A00;
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 0 #E8CBAE;
          box-shadow: 8px 8px 0 #E8CBAE;
  margin-bottom: 5rem;
}
.voice .voice_in .voice_content .voice_contents .voice_contents_img {
  width: 100%;
  position: relative;
}
.voice .voice_in .voice_content .voice_contents .voice_contents_img img {
  width: 100%;
}
.voice .voice_in .voice_content .voice_contents .voice_contents_img .name {
  padding: 1rem 0;
  width: 80%;
  background-color: #FF6A00;
  position: absolute;
  bottom: -1rem;
  font-size: 3rem;
  left: 0;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.voice .voice_in .voice_content .voice_contents h4 {
  text-align: center;
  color: #632C12;
  font-family: "Yusei Magic", sans-serif;
  font-size: 2.8rem;
  margin-top: 5rem;
}
.voice .voice_in .voice_content .voice_contents h4::after {
  content: "";
  display: block;
  width: 80%;
  margin: 1rem auto 5rem;
  height: 2px;
  background-color: #632C12;
}
.voice .voice_in .voice_content .voice_contents p {
  width: 100%;
  font-size: 2rem;
  color: #632C12;
  margin: 0 auto;
  width: 90%;
}

.flow {
  width: 100%;
  margin-bottom: 8rem;
}
.flow .flow_in {
  width: 100%;
}
.flow .flow_in h2 {
  padding: 2rem 0;
  background-color: #FF6A00;
  text-align: center;
  font-size: 3.4rem;
  color: #ffffff;
  font-weight: 600;
}
.flow .flow_in h2 .flow_head_span_1 {
  font-family: "Yusei Magic", sans-serif;
  font-size: 5rem;
  font-weight: normal;
  color: #FDF56E;
}
.flow .flow_in h2 .flow_head_span_2 {
  color: #FFEE00;
}
.flow .flow_in .flow_content {
  width: 100%;
  border: 5px solid #FF6A00;
  padding: 5rem 4rem;
}
.flow .flow_in .flow_content img {
  width: 100%;
}

.faq {
  width: 100%;
  padding: 9rem 0 11rem;
  background: #f6f1df;
}
.faq .faq_in {
  width: 100%;
}
.faq .faq_in h2 {
  font-size: 4rem;
  color: #632C12;
  text-align: center;
  font-weight: 600;
}
.faq .faq_in h2 span {
  font-family: "Yusei Magic", sans-serif;
  font-weight: normal;
  color: #FF6A00;
  font-size: 7rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff38a));
  background: -webkit-linear-gradient(top, transparent 70%, #fff38a 30%);
  background: linear-gradient(180deg, transparent 70%, #fff38a 30%);
}
.faq .faq_in .faq_content {
  width: 100%;
  border: 3px solid #632C12;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 3rem 5rem;
  margin-top: 2rem;
}
.faq .faq_in .faq_content ul {
  width: 100%;
}
.faq .faq_in .faq_content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}
.faq .faq_in .faq_content ul li span {
  width: 90%;
  font-size: 2.2rem;
  color: #632C12;
  font-weight: 500;
  display: block;
}
.faq .faq_in .faq_content ul li small {
  width: 5%;
  display: block;
  margin-right: 3rem;
}
.faq .faq_in .faq_content ul li small img {
  width: 100%;
}

.contact {
  width: 100%;
  padding: 7rem 0 3.5rem;
  background-color: #FFF1E8;
}
.contact h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 4rem;
  color: #632C12;
}
.contact h2::after {
  content: "";
  width: 10%;
  margin: 1rem auto 0;
  height: 3px;
  display: block;
  background: #632C12;
}
.contact p {
  text-align: center;
  font-size: 1.9rem;
  padding: 10rem 0;
  background: url(img/contact_woman.png) left bottom no-repeat;
  background-size: contain;
}
.contact form {
  width: 100%;
  background-color: #ffffff;
  padding: 4.5rem 10rem 3rem;
}
.contact form .element_wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.contact form .element_wrap label {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.contact form .element_wrap input, .contact form .element_wrap textarea {
  width: 100%;
  font-size: 2rem;
  border: 1.5px solid #632C12;
  border-radius: 0.6rem;
  background-color: #F6F6F6;
  padding: 1rem 1rem;
}
.contact form .element_wrap textarea {
  height: 20rem;
}
.contact form .submit {
  width: 30%;
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 163, 97)), to(rgb(255, 106, 0)));
  background: -webkit-linear-gradient(top, rgb(255, 163, 97) 0%, rgb(255, 106, 0) 100%);
  background: linear-gradient(180deg, rgb(255, 163, 97) 0%, rgb(255, 106, 0) 100%);
  margin: 5rem auto 0;
  padding: 1.6rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  border: none;
  -webkit-box-shadow: 0 3px 0 rgba(224, 94, 0, 0.5);
          box-shadow: 0 3px 0 rgba(224, 94, 0, 0.5);
}

.company {
  width: 100%;
  margin: 8rem 0 6rem;
}
.company .company_in {
  width: 100%;
}
.company .company_in h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  color: #FF6A00;
}
.company .company_in h2::after {
  content: "";
  width: 10%;
  height: 2px;
  background-color: #FF6A00;
  margin: 1rem auto 4rem;
  display: block;
}
.company .company_in .company_content {
  width: 60%;
  margin: 0 auto;
}
.company .company_in .company_content dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.company .company_in .company_content dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #632C12;
  width: 35%;
}
.company .company_in .company_content dl dd {
  font-size: 2rem;
  color: #632C12;
  width: 65%;
}

footer {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 163, 97)), to(rgb(255, 106, 0)));
  background: -webkit-linear-gradient(top, rgb(255, 163, 97) 0%, rgb(255, 106, 0) 100%);
  background: linear-gradient(180deg, rgb(255, 163, 97) 0%, rgb(255, 106, 0) 100%);
  padding: 4rem 0;
}
footer .footer_in {
  width: 86.17%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_in .home_icon {
  width: 5%;
}
footer .footer_in .home_icon img {
  width: 100%;
}
footer .footer_in .footer_right {
  width: 90%;
}
footer .footer_in .footer_right nav {
  width: 100%;
  display: block;
}
footer .footer_in .footer_right nav ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .footer_in .footer_right nav ul li {
  margin-right: 4rem;
  margin-bottom: 1rem;
}
footer .footer_in .footer_right nav ul li a {
  font-size: 1.6rem;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_in .footer_right nav ul li a::before {
  content: ">";
  margin-right: 0.5em;
}

.copy_right {
  padding: 1.5rem 0;
  background-color: #ffffff;
}
.copy_right p {
  text-align: center;
  font-size: 1rem;
  color: #FF6A00;
}

.confirm {
  width: 100%;
  margin: 8rem 0;
}
.confirm .confirm_in {
  width: 100%;
}
.confirm .confirm_in form {
  width: 100%;
}
.confirm .confirm_in form .element_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
.confirm .confirm_in form .element_wrap label {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
}
.confirm .confirm_in form .element_wrap p {
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
}
.confirm .confirm_in form .submit_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: 13rem auto 0;
}
.confirm .confirm_in form .submit_wrap input {
  border: 3px solid #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  width: 48%;
  font-size: 2rem;
  text-align: center;
  border-radius: 1rem;
  background: orange;
  color: #ffffff;
  padding: 1.5rem 0;
}

.thanks {
  margin: 10rem 0 7rem;
  font-size: 2.5rem;
  text-align: center;
}

.to_top {
  text-align: center;
  font-size: 1.5rem;
}

.error_list {
  padding: 2rem 4rem;
  color: #ff2e5a;
  font-size: 1.5rem;
  text-align: left;
  border: 1px solid #ff2e5a;
  border-radius: 1rem;
  line-height: 2;
  margin: 2rem 0 0;
}

@media screen and (max-width: 1367px) {
  .container {
    width: 80%;
  }
  header .header_in .header_right p {
    font-size: 1.5rem;
  }
  .mv .mv_in .mv_service h4 {
    width: 86.92%;
    margin: 0 auto;
  }
  .mv .mv_in .mv_service .mv_service_in {
    width: 82%;
    margin: 0 auto;
    background-color: #632C12;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  .br-sp {
    display: block;
  }
  .pc-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
  .container {
    width: 95%;
    margin: 0 auto;
  }
  
  .sp_cta {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    padding: 1.2rem 2rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_cta a {
    width: 40%;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .sp_cta a img {
    width: 100%;
  }
  header {
    padding: 1.3rem 0;
  }
  header .header_in {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_in .logo {
    width: 15rem;
    margin: 0 auto;
  }
  header .header_in .header_right {
    display: none;
  }
  .mv {
    padding-bottom: 2rem;
  }
  .mv .mv_in .woman_bg {
    right: 5%;
    top: 13rem;
    width: 35%;
  }
  .mv .mv_in .mv_catch {
    padding-top: 1.5rem;
    width: 85.58%;
  }
  .mv .mv_in .mv_service {
    margin-top: 6rem;
    z-index: 3;
  }
  .mv .mv_in .mv_service h4 {
    width: 100%;
    margin: 0 auto;
  }
  .mv .mv_in .mv_service h4 img {
    width: 100%;
  }
  .mv .mv_in .mv_service .mv_service_in {
    width: 85%;
    margin: 0 auto;
    background-color: #632C12;
    padding: 1rem 2rem;
  }
  .mv .mv_in .mv_service .mv_service_in ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv .mv_in .mv_service .mv_service_in ul li {
    font-size: 1.4rem;
    width: 80%;
    height: auto;
    color: #ffffff;
    text-align: center;
    line-height: 1.1;
    padding: 1rem 0;
    border-radius: 10rem;
    border: 1px solid #fff;
    margin-bottom: 1rem;
  }
  .mv .mv_in .mv_service .mv_service_in ul li br {
    display: none;
  }
  .mv .mv_in .mv_service .mv_service_in ul li:last-child {
    margin-bottom: 0;
  }
  .catch .catch_in {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .catch .catch_in .catch_1 {
    font-size: 2rem;
  }
  .catch .catch_in .catch_1 img {
    width: 35%;
    margin-right: 0.5rem;
  }
  .catch .catch_in .catch_2 {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .catch .catch_in .catch_3 {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .catch .catch_in .catch_3 span {
    font-size: 3.5rem;
  }
  .catch .catch_in .catch_before {
    width: 95%;
    margin: 3rem auto 2rem;
  }
  .catch .catch_in .catch_cta {
    width: 90%;
  }
  .worry {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #000000;
  }
  .worry .worry_in {
    width: 100%;
  }
  .worry .worry_in h2 {
    text-align: center;
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    font-family: "Yusei Magic", sans-serif;
    color: #ffffff;
  }
  .worry .worry_in .worry_content {
    width: 90%;
    margin: 3rem auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .worry .worry_in .worry_content img {
    width: 48%;
    margin-bottom: 2rem;
  }
  .arrow_1 {
    margin: 0 auto;
    height: 0;
    border-style: solid;
    border-width: 2rem 5rem 0 5rem;
    border-color: #000000 transparent transparent transparent;
  }
  .resolution {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .resolution .resolution_in {
    width: 100%;
  }
  .resolution .resolution_in .arrow_box {
    position: relative;
    width: 80%;
    padding: 1rem;
    background: #632C12;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.8rem;
    border-radius: 4rem;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin: 0 auto;
  }
  .resolution .resolution_in .arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(99, 44, 18, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
    border-top-color: #632C12;
    top: 100%;
    left: 50%;
  }
  .resolution .resolution_in h2 {
    text-align: center;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    margin-top: 3.5rem;
    line-height: 1;
  }
  .resolution .resolution_in h2 img {
    width: 43%;
    display: inline-block;
  }
  .resolution .resolution_in h2::before {
    content: "";
    display: inline-block;
    background: url(img/decoration_1.png) center center no-repeat;
    width: 48.03px;
    height: 48.03px;
    margin-right: 0.5rem;
    background-size: contain;
  }
  .resolution .resolution_in h2::after {
    content: "";
    display: inline-block;
    background: url(img/decoration_2.png) center center no-repeat;
    width: 48.03px;
    height: 48.03px;
    margin-left: 0.5rem;
    background-size: contain;
    margin-top: 0.5rem;
  }
  .resolution .resolution_in .resolution_content {
    width: 100%;
    padding-top: 3rem;
    position: relative;
  }
  .resolution .resolution_in .resolution_content .resolution_img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .resolution .resolution_in .resolution_content .resolution_woman {
    display: none;
  }
  .cta {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6A00), to(#FFC092));
    background: -webkit-linear-gradient(top, #FF6A00 0%, #FFC092 100%);
    background: linear-gradient(180deg, #FF6A00 0%, #FFC092 100%);
  }
  .cta h4 {
    text-align: center;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .cta h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  .cta h2 span {
    font-size: 4rem;
    color: #FDF56E;
    font-weight: normal;
    font-family: "RocknRoll One", sans-serif;
  }
  .cta .cta_in {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem;
  }
  .cta .cta_in .cta_woman {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0rem;
  }
  .cta .cta_in ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }
  .cta .cta_in ul li {
    background-color: #FF0000;
    border-radius: 20rem;
    width: 9rem;
    height: 9rem;
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 1.7rem;
    font-weight: 600;
    text-align: center;
    padding: 1.5rem;
  }
  .cta .cta_in .cta_content {
    width: 100%;
  }
  .cta .cta_in .cta_content p {
    font-size: 2rem;
    color: #FF0000;
    font-weight: 600;
    padding: 0.1rem;
    letter-spacing: 0.2em;
    background-color: #FFBD8E;
    text-align: center;
  }
  .cta .cta_in .cta_content h3 {
    font-size: 3.8rem;
    text-align: center;
    color: #FF0000;
    line-height: 1;
    font-weight: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0;
  }
  .cta .cta_in .cta_content h3::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url(img/tel_icon.png) center center no-repeat;
    background-size: contain;
    margin-right: 1rem;
  }
  .cta .cta_in .cta_content small {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1rem 0 2rem;
    display: block;
  }
  .cta .cta_in .cta_content .cta_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 2rem;
    background: #FDF56E;
  }
  .cta .cta_in .cta_content .cta_contents a {
    width: 60%;
    margin-bottom: 1rem;
  }
  .cta .cta_in .cta_content .cta_contents a img {
    width: 100%;
  }
  .reason {
    padding: 2rem 0 4rem;
  }
  .reason .reason_in h2 {
    width: 80%;
    margin: 0 auto 3rem;
  }
  .reason .reason_in .reason_content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .reason .reason_in .reason_content img {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .service {
    width: 100%;
    padding: 4rem 0 3rem;
  }
  .service .service_in {
    width: 100%;
  }
  .service .service_in .service_head {
    width: 100%;
    position: relative;
    padding-bottom: 12rem;
    margin-bottom: 2rem;
  }
  .service .service_in .service_head .service_human {
    width: 30%;
    position: absolute;
    bottom: 0;
  }
  .service .service_in .service_head .service_human_2 {
    left: 0;
  }
  .service .service_in .service_head .service_human_1 {
    right: 0;
  }
  .service .service_in .service_head h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color: #632C12;
  }
  .service .service_in .service_head h2 span {
    font-family: "RocknRoll One", sans-serif;
    font-size: 4.2rem;
    font-weight: normal;
    color: #FF6A00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF9A8));
    background: -webkit-linear-gradient(top, transparent 70%, #FFF9A8 30%);
    background: linear-gradient(180deg, transparent 70%, #FFF9A8 30%);
  }
  .service .service_in .service_head h2::before {
    display: none;
  }
  .service .service_in .service_head h2::after {
    display: none;
  }
  .service .service_in h4 {
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
    color: #632C12;
  }
  .service .service_in h4::after {
    content: "";
    margin: 0.5rem auto 2rem;
    width: 5%;
    background-color: #632C12;
    height: 0.2rem;
    display: block;
  }
  .service .service_in .service_content {
    display: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .service .service_in .service_content_1 {
    margin-bottom: 4rem;
  }
  .service .service_in .service_content_1 .service_contents {
    width: 100%;
    margin-bottom: 2rem;
  }
  .service .service_in .service_content_1 .service_contents:last-child {
    margin-bottom: 0;
  }
  .service .service_in .service_content_1 .service_contents img {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .service .service_in .service_content_1 .service_contents p {
    text-align: center;
    width: 90%;
    color: #632C12;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .service .service_in .service_content_2 .service_contents {
    width: 100%;
    margin-bottom: 2rem;
  }
  .service .service_in .service_content_2 .service_contents img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .service .service_in .service_content_2 .service_contents p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #632C12;
    font-size: 1.6rem;
  }
  .price {
    width: 100%;
  }
  .price .price_head {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFB885), to(#FF6A00));
    background: -webkit-linear-gradient(top, #FFB885 0%, #FF6A00 100%);
    background: linear-gradient(180deg, #FFB885 0%, #FF6A00 100%);
    padding: 2rem 0 3rem;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
            clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  }
  .price .price_head h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
  }
  .price .price_head h2::after {
    content: "PRICE";
    font-size: 1.2rem;
    margin-top: 0.2rem;
    display: block;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
  .price .price_in {
    width: 100%;
    padding: 2rem 0;
  }
  .price .price_in img {
    width: 100%;
  }
  footer {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 163, 97)), to(rgb(255, 106, 0)));
    background: -webkit-linear-gradient(top, rgb(255, 163, 97) 0%, rgb(255, 106, 0) 100%);
    background: linear-gradient(180deg, rgb(255, 163, 97) 0%, rgb(255, 106, 0) 100%);
    padding: 2rem 0;
  }
  footer .footer_in {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_in .home_icon {
    width: 10%;
    margin: 0 auto 2rem;
  }
  footer .footer_in .home_icon img {
    width: 100%;
  }
  footer .footer_in .footer_right {
    width: 100%;
  }
  footer .footer_in .footer_right nav {
    width: 100%;
    display: block;
  }
  footer .footer_in .footer_right nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .footer_in .footer_right nav ul li {
    margin-right: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
  }
  footer .footer_in .footer_right nav ul li a {
    font-size: 1.6rem;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_in .footer_right nav ul li a::before {
    display: none;
    content: ">";
    margin-right: 0.5em;
  }
  .copy_right {
    padding: 1.2rem 0;
    background-color: #ffffff;
  }
  .copy_right p {
    text-align: center;
    font-size: 1.2rem;
    color: #FF6A00;
  }
  .company {
    width: 100%;
    margin: 2rem 0 3rem;
  }
  .company .company_in {
    width: 100%;
  }
  .company .company_in h2 {
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    color: #FF6A00;
  }
  .company .company_in h2::after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: #FF6A00;
    margin: 0.5rem auto 4rem;
    display: block;
  }
  .company .company_in .company_content {
    width: 100%;
    margin: 0 auto;
  }
  .company .company_in .company_content dl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .company_in .company_content dl dt {
    font-size: 1.6rem;
    font-weight: 600;
    color: #632C12;
    text-align: center;
    width: 100%;
  }
  .company .company_in .company_content dl dd {
    text-align: center;
    font-size: 1.6rem;
    color: #632C12;
    width: 100%;
  }
  .contact {
    width: 100%;
    padding: 2rem 0 3rem;
    background-color: #FFF1E8;
  }
  .contact h2 {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
    color: #632C12;
  }
  .contact h2::after {
    content: "";
    width: 10%;
    margin: 1rem auto 0;
    height: 3px;
    display: block;
    background: #632C12;
  }
  .contact p {
    text-align: center;
    font-size: 1.4rem;
    padding: 3rem 0 20rem;
    background: url(img/contact_woman.png) left bottom no-repeat;
    background-size: 43%;
  }
  .contact form {
    width: 100%;
    background-color: #ffffff;
    padding: 1.5rem 2rem 5rem;
  }
  .contact form .element_wrap {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact form .element_wrap label {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  .contact form .element_wrap input, .contact form .element_wrap textarea {
    width: 100%;
    border: 1.5px solid #632C12;
    border-radius: 0.6rem;
    background-color: #F6F6F6;
    font-size: 1.4rem;
    padding: 0.8rem;
  }
  .contact form .element_wrap textarea {
    height: 20rem;
  }
  .contact form .submit {
    width: 100%;
    border-radius: 5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 163, 97)), to(rgb(255, 106, 0)));
    background: -webkit-linear-gradient(top, rgb(255, 163, 97) 0%, rgb(255, 106, 0) 100%);
    background: linear-gradient(180deg, rgb(255, 163, 97) 0%, rgb(255, 106, 0) 100%);
    margin: 3rem auto 0;
    padding: 1.6rem 0;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.6rem;
    border: none;
    -webkit-box-shadow: 0 3px 0 rgba(224, 94, 0, 0.5);
            box-shadow: 0 3px 0 rgba(224, 94, 0, 0.5);
  }
  .faq {
    width: 100%;
    padding: 3rem 0 3rem;
    background: #f6f1df;
  }
  .faq .faq_in {
    width: 100%;
  }
  .faq .faq_in h2 {
    font-size: 2rem;
    color: #632C12;
    text-align: center;
    font-weight: 600;
  }
  .faq .faq_in h2 span {
    font-family: "Yusei Magic", sans-serif;
    font-weight: normal;
    color: #FF6A00;
    font-size: 3.3rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff38a));
    background: -webkit-linear-gradient(top, transparent 70%, #fff38a 30%);
    background: linear-gradient(180deg, transparent 70%, #fff38a 30%);
  }
  .faq .faq_in .faq_content {
    width: 100%;
    border: 2px solid #632C12;
    background-color: #ffffff;
    border-radius: 2rem;
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
  .faq .faq_in .faq_content ul {
    width: 100%;
  }
  .faq .faq_in .faq_content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
  }
  .faq .faq_in .faq_content ul li:last-child {
    margin-bottom: 0;
  }
  .faq .faq_in .faq_content ul li span {
    width: 90%;
    margin-top: 1rem;
    font-size: 1.8rem;
    color: #632C12;
    font-weight: 500;
    display: block;
  }
  .faq .faq_in .faq_content ul li small {
    width: 8%;
    display: block;
    margin-right: 0;
  }
  .faq .faq_in .faq_content ul li small img {
    width: 100%;
  }
  .flow {
    margin-bottom: 3rem;
  }
  .flow .flow_in {
    width: 100%;
  }
  .flow .flow_in h2 {
    padding: 1rem 0;
    background-color: #FF6A00;
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 600;
  }
  .flow .flow_in h2 .flow_head_span_1 {
    font-family: "Yusei Magic", sans-serif;
    font-size: 3.3rem;
    font-weight: normal;
    color: #FDF56E;
  }
  .flow .flow_in h2 .flow_head_span_2 {
    color: #FFEE00;
  }
  .flow .flow_in .flow_content {
    width: 100%;
    border: 2px solid #FF6A00;
    padding: 2rem 1rem;
  }
  .flow .flow_in .flow_content img {
    width: 100%;
  }
  .voice {
    width: 100%;
    padding: 3rem 0;
    background-color: #FFFEF2;
  }
  .voice .voice_in {
    width: 100%;
  }
  .voice .voice_in .voice_head {
    width: 100%;
    background: url(img/voice_head_img.png) center top no-repeat;
    background-size: 50%;
    padding: 15rem 0 0;
    margin-bottom: 4rem;
  }
  .voice .voice_in .voice_head h2 {
    width: 100%;
    margin-left: auto;
    text-align: center;
    font-size: 2rem;
    color: #632C12;
    font-weight: 600;
  }
  .voice .voice_in .voice_head h2 .voice_head_span_1 {
    font-family: "Yusei Magic", sans-serif;
    color: #FF6A00;
    font-weight: normal;
    font-size: 3rem;
  }
  .voice .voice_in .voice_head h2 .voice_head_span_2 {
    color: #ffffff;
    font-family: "Yusei Magic", sans-serif;
    font-weight: normal;
    font-size: 3rem;
    background-color: #FF6A00;
    display: inline-block;
    padding: 0.01em 0.5em;
  }
  .voice .voice_in .voice_content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .voice .voice_in .voice_content .voice_contents {
    width: 100%;
    padding: 1rem 2rem;
    border: 2px solid #FF6A00;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 0 #E8CBAE;
            box-shadow: 5px 5px 0 #E8CBAE;
    margin-bottom: 5rem;
  }
  .voice .voice_in .voice_content .voice_contents .voice_contents_img {
    width: 100%;
    position: relative;
  }
  .voice .voice_in .voice_content .voice_contents .voice_contents_img img {
    width: 100%;
  }
  .voice .voice_in .voice_content .voice_contents .voice_contents_img .name {
    padding: 0.5rem 0;
    width: 80%;
    background-color: #FF6A00;
    position: absolute;
    bottom: -1rem;
    font-size: 1.8rem;
    left: 0;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
  }
  .voice .voice_in .voice_content .voice_contents h4 {
    text-align: center;
    color: #632C12;
    font-family: "Yusei Magic", sans-serif;
    font-size: 2rem;
    margin-top: 3rem;
  }
  .voice .voice_in .voice_content .voice_contents h4::after {
    content: "";
    display: block;
    width: 90%;
    margin: 0.5rem auto 2rem;
    height: 2px;
    background-color: #632C12;
  }
  .voice .voice_in .voice_content .voice_contents p {
    width: 100%;
    font-size: 1.6rem;
    color: #632C12;
    margin: 0 auto 2rem;
    width: 90%;
  }
  .confirm {
    width: 100%;
    margin: 8rem 0;
  }
  .confirm .confirm_in {
    width: 100%;
  }
  .confirm .confirm_in form {
    width: 100%;
  }
  .confirm .confirm_in form .element_wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .confirm .confirm_in form .element_wrap label {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    width: 100%;
  }
  .confirm .confirm_in form .element_wrap p {
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
  }
  .confirm .confirm_in form .submit_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5rem auto 0;
  }
  .confirm .confirm_in form .submit_wrap input {
    border: 2px solid #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 1rem;
    background: orange;
    color: #ffffff;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .thanks {
    margin: 10rem 0 7rem;
    font-size: 2rem;
    text-align: center;
  }
  .to_top {
    text-align: center;
    font-size: 1rem;
  }
  .error_list {
    padding: 1rem 2rem;
    color: #ff2e5a;
    font-size: 1.2rem;
    text-align: left;
    border: 1px solid #ff2e5a;
    border-radius: 0.5rem;
    line-height: 2;
    margin: 2rem 0 0;
  }

.float-button__wrap {
    width: 130px;
    height: 130px;
    position: fixed;
    top: 30px;
    right: 10px;
    z-index: 10;
}

.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #66cdaa ;
    border-radius: 6px;
    opacity: 1;
}

body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 98%;
    height: 98%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 80%;
    background: rgba(255,255,255,0.85);
}

.onetime_popup_title {
    position: relative;
    padding: 10px;
    margin: 0px;
    background-color: #3388dd;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}

.onetime_popup_title_close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
    padding: 10px;
    text-align: center;
}

.onetime_popup_content img {
    width:auto;
    height:auto;
    max-width:98%;
    max-height:98%;
}



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