body {
  font-family: "Zen Maru Gothic", sans-serif;
  overflow-x: hidden;
}

.text_red {
  color: #ff0000;
}

.text_orange {
  color: #F7931E;
}

@media screen and (max-width: 640px) {
  span.line_ajust {
    display: inline-block;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.header {
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .rogo,
.header .btn-contact {
  display: block;
  box-sizing: border-box;
  padding: 0 12px;
}
.header .btn-contact {
  margin-top: 16px;
}
.header .rogo-image,
.header .btn-contact-image {
  display: inline;
}
.header .rogo-image-sp,
.header .btn-contact-image-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .header {
    height: 64px;
  }
  .header .rogo-image,
  .header .btn-contact-image {
    display: none;
  }
  .header .rogo-image-sp,
  .header .btn-contact-image-sp {
    display: inline;
  }
}

.top-images-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .top-images-sp {
    display: block;
    width: 100%;
  }
  .top-images-sp .top-image_1 {
    width: 100%;
    height: 200px;
    background-image: url("../img/top-image_01.jpg");
    background-position: center;
    background-size: cover;
  }
  .top-images-sp .top-image_2 {
    width: 100%;
    height: 200px;
    background-image: url("../img/top-image_02.jpg");
    background-position: center;
    background-size: cover;
  }
  .top-images-sp .top-image_main {
    width: 100%;
    height: 200px;
    background-image: url("../img/top-image_main.jpg");
    background-position: center;
    background-size: cover;
  }
}

.top-images {
  display: flex;
  width: 100%;
  height: 500px;
}
.top-images .top-image_1 {
  width: 33.3333333333%;
  overflow: hidden;
  background-image: url("../img/top-image_01.jpg");
  background-position: center;
}
.top-images .top-image_2 {
  width: 33.3333333333%;
  overflow: hidden;
  background-image: url("../img/top-image_02.jpg");
  background-position: center;
}
.top-images .top-image_main {
  width: 33.3333333333%;
  overflow: hidden;
  background-image: url("../img/top-image_main.jpg");
  background-position: center;
}
@media screen and (max-width: 640px) {
  .top-images {
    display: none;
  }
}

.rogo-white-bl {
  position: absolute;
  top: 288px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .rogo-white-bl {
    top: 290px;
  }
}
.rogo-white-bl .rogo-white {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .rogo-white-bl .rogo-white img {
    width: 177px;
  }
}

.top-copy {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3em;
  text-align: center;
  margin-top: 76px;
}
@media screen and (max-width: 640px) {
  .top-copy {
    padding: 0 34px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 45px;
  }
  .top-copy br {
    display: none;
  }
}

.top-concepts {
  display: flex;
  width: 925px;
  margin: 76px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top-concepts {
    display: none;
  }
}

.top-concepts-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .top-concepts-sp {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .top-concepts-sp img {
    display: block;
    margin: 12px auto 0;
  }
}

.individuals-wrapper {
  width: 1400px;
  background-image: url(../img/image_individuals.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .individuals-wrapper {
    display: none;
  }
}

.individuals-inner {
  max-width: 1060px;
  margin: 0 auto;
}

.individual-mark {
  width: 600px;
  margin: 0 0 0 auto;
}

.individual-lead {
  width: 450px;
  margin: 28px 0 0 auto;
  font-size: 30px;
  font-weight: 500;
  color: #5F463A;
  line-height: 1.8em;
}
.individual-lead .underline {
  display: inline;
  border-bottom: 1px dotted #5F463A;
}

.individuals-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .individuals-sp {
    display: block;
    position: relative;
    margin-top: 130px;
  }
  .individuals-sp .individual-sp-image {
    display: block;
    width: 100%;
    height: 236px;
    background-image: url(../img/image_individuals-sp.jpg);
    background-position: center;
    background-size: cover;
  }
  .individuals-sp .individual-sp-mark {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -90px;
  }
  .individuals-sp .individual-sp-lead {
    font-size: 21px;
    font-weight: 500;
    color: #5F463A;
    line-height: 1.8em;
    margin: 32px 34px 0 34px;
  }
  .individuals-sp .individual-sp-lead .underline {
    display: inline;
    border-bottom: 1px dotted #5F463A;
  }
  .individuals-sp .individual-sp-copy {
    margin: 28px 34px 34px 34px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: justify;
  }
}

.individual-copy {
  width: 450px;
  margin: 32px 0 0 auto;
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  line-height: 1.85em;
}

.individuals_category {
  max-width: 1200px;
  text-align: center;
  margin: 58px auto 0;
}
@media screen and (max-width: 640px) {
  .individuals_category {
    margin-top: 38px;
  }
}

.individuals_category-title {
  width: 1020px;
  margin: 0 auto;
}
.individuals_category-title .text {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #5F463A;
  margin-right: -0.2em;
}
@media screen and (max-width: 640px) {
  .individuals_category-title .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .individuals_category-title {
    width: 100%;
  }
  .individuals_category-title img {
    width: 180px;
  }
}

.individuals_category-contents {
  display: flex;
  width: 1020px;
  margin: 24px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .individuals_category-contents {
    width: 100%;
    margin-top: 16px;
  }
}
.individuals_category-contents .mark {
  display: flex;
  width: 320px;
  height: 90px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35em;
  color: #5F463A;
  border: 2px solid #5F463A;
  border-radius: 45px;
  align-items: center;
  justify-content: center;
  margin: 0 10px 24px;
}
@media screen and (max-width: 640px) {
  .individuals_category-contents .mark {
    font-size: 16px;
    width: 280px;
    height: 63px;
    margin: 0 10px 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .individuals_category-contents .order_1 {
    order: 1;
  }
  .individuals_category-contents .order_2 {
    order: 2;
  }
  .individuals_category-contents .order_3 {
    order: 3;
  }
  .individuals_category-contents .order_4 {
    order: 4;
  }
  .individuals_category-contents .order_5 {
    order: 5;
  }
  .individuals_category-contents .order_6 {
    order: 6;
  }
}

.reform-wrapper {
  width: 100%;
  height: 430px;
  background-color: #F4F0E7;
  padding-top: 30px;
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .reform-wrapper {
    height: auto;
    margin-top: 40px;
    padding-top: 36px;
  }
}

.reforms_title {
  width: 892px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #5F463A;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .reforms_title {
    width: 100%;
    font-size: 28px;
  }
}

.reforms {
  display: flex;
  width: 892px;
  margin: 26px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .reforms {
    display: none;
  }
}
.reforms .reform {
  width: 160px;
}
.reforms .reform .reform_textbox {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  height: 45px;
  margin-top: 12px;
  color: #5F463A;
  border: 1px solid #5F463A;
  justify-content: center;
  align-items: center;
}
.reforms .reform .reform_text {
  display: flex;
  font-size: 15px;
  width: 100%;
  height: 45px;
  margin-top: 12px;
  color: #5F463A;
  align-items: end;
}

/* reforms */
.reforms-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .reforms-sp {
    display: flex;
    max-width: 333px;
    margin: 20px auto 0;
    flex-wrap: wrap;
    justify-content: left;
    gap: 2px;
  }
}
.reforms-sp .reform {
  display: flex;
  flex-flow: column;
  width: 154px;
  height: 146px;
  margin: 5px;
  gap: 7px 0;
}
.reforms-sp .reform img {
  width: 154px;
  height: 146px;
}
.reforms-sp .reform .reform__texticon {
  display: flex;
  width: 154px;
  height: 44px;
  border: 1px solid #5F463A;
  font-size: 15px;
  font-weight: 600;
  color: #5F463A;
  align-items: center;
  justify-content: center;
}
.reforms-sp .reform__texticon-etc-sp {
  display: block;
  width: 100%;
  font-size: 15px;
  text-align: right;
  color: #5F463A;
  margin-right: 7px;
  margin-bottom: 46px;
}

.works_title {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 2em;
  color: #5F463A;
  margin-top: 58px;
}
@media screen and (max-width: 640px) {
  .works_title {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
}
.works_title .main {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (max-width: 640px) {
  .works_title .main {
    font-size: 28px;
  }
}
.works_title .sub {
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .works_title .sub {
    font-size: 18px;
  }
}

.works-wrapper {
  width: 900px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .works-wrapper {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }
}

.work {
  position: relative;
  width: 278px;
  border: 1px solid #5F463A;
  padding-bottom: 24px;
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .work {
    width: 320px;
    margin-top: 0;
  }
}
.work .work_label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 110px;
  background-color: #5F463A;
}
.work .work_label .work_label-flexbox {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.work .work_ba {
  margin: 26px 0 0 20px;
}
.work .work_ba .work_ba-image-pc {
  display: inline;
}
@media screen and (max-width: 640px) {
  .work .work_ba .work_ba-image-pc {
    display: none;
  }
}
.work .work_ba .work_ba-image-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .work .work_ba .work_ba-image-sp {
    display: inline;
  }
}
.work .work_title {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #5F463A;
  margin: 9px 0 9px 26px;
  padding: 4px 12px;
  background-color: #E5DBC4;
}
.work .work_text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 8px 26px 0;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  .work .work_text {
    font-size: 14px;
  }
}

.companies-wrapper {
  width: 100%;
  height: 650px;
  background-image: url(../img/bg_companies-1400px.jpg);
  background-repeat: no-repeat;
  background-position: 50% 40px;
  margin: 65px auto 0;
}
@media screen and (max-width: 640px) {
  .companies-wrapper {
    display: none;
  }
}

.companies-inner {
  max-width: 1060px;
  margin: 0 auto;
}

.companies-mark {
  width: 580px;
  margin: 0 auto 0 0;
  text-align: right;
}

.companies-lead {
  width: 450px;
  margin: 28px auto 0 0;
  font-size: 30px;
  font-weight: 500;
  color: #47533D;
  line-height: 1.8em;
}
.companies-lead .underline {
  display: inline;
  border-bottom: 1px dotted #47533D;
}

/* companies sp*/
.companies-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .companies-sp {
    display: block;
    position: relative;
    margin-top: 130px;
  }
  .companies-sp .companies-sp-image {
    display: block;
    width: 100%;
    height: 240px;
    background-image: url(../img/image_companies-sp.jpg);
    background-position: center;
    background-size: cover;
  }
  .companies-sp .companies-sp-mark {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -90px;
  }
  .companies-sp .companies-sp-lead {
    font-size: 21px;
    font-weight: 500;
    color: #47533D;
    line-height: 1.8em;
    margin: 34px 34px 0;
  }
  .companies-sp .companies-sp-lead .underline {
    display: inline;
    border-bottom: 1px dotted #47533D;
  }
  .companies-sp .companies-sp-copy {
    margin: 30px 34px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: justify;
  }
}

.companies-copy {
  width: 450px;
  margin: 32px auto 0 0;
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  line-height: 1.85em;
}

.companies_category {
  max-width: 1200px;
  text-align: center;
  margin: 58px auto 0;
}
@media screen and (max-width: 640px) {
  .companies_category {
    margin-top: 45px;
  }
}

.companies_category-title {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .companies_category-title {
    width: 100%;
  }
}
.companies_category-title .text {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #47533D;
  margin-right: -0.2em;
}
@media screen and (max-width: 640px) {
  .companies_category-title .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .companies_category-title img {
    width: 180px;
  }
}

.companies_category-contents {
  display: flex;
  width: 1020px;
  margin: 24px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .companies_category-contents {
    width: 100%;
    margin-top: 16px;
  }
}
.companies_category-contents .mark {
  display: flex;
  width: 320px;
  height: 90px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35em;
  color: #47533D;
  border: 2px solid #47533D;
  border-radius: 45px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  margin: 0 10px 24px;
}
@media screen and (max-width: 640px) {
  .companies_category-contents .mark {
    font-size: 16px;
    width: 280px;
    height: 63px;
    margin: 0 10px 10px;
  }
}

.profile-wrapper {
  width: 100%;
  background-color: #E5DBC4;
  margin-top: 65px;
}
@media screen and (max-width: 640px) {
  .profile-wrapper {
    margin-top: 45px;
  }
}

.profile {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  z-index: 10;
  padding: 65px 0 65px 100px;
}
@media screen and (max-width: 640px) {
  .profile {
    width: 100%;
    padding: 45px 32px;
  }
}
.profile .profile_title_bl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.profile .profile_title_bl .name {
  display: inline-block;
  margin-right: 23px;
  width: 351px;
}
@media screen and (max-width: 640px) {
  .profile .profile_title_bl .name {
    width: 100%;
  }
}
.profile .profile_title_bl .business {
  display: inline-block;
  border: 1px solid #5F463A;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 600;
  color: #5F463A;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .profile .profile_title_bl .business {
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 10px;
  }
}
.profile .profile_title_bl:last-child {
  margin-left: 0;
}
.profile .profile_body {
  width: 900px;
  color: #5F463A;
}
@media screen and (max-width: 640px) {
  .profile .profile_body {
    width: 100%;
  }
}
.profile .profile_body .profile_body_title {
  margin-top: 27px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .profile .profile_body .profile_body_title {
    margin-top: 24px;
    font-size: 15px;
  }
}
.profile .profile_body .profile_body_text {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.66em;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .profile .profile_body .profile_body_text {
    margin-top: 21px;
    font-size: 14px;
  }
  .profile .profile_body .profile_body_text br {
    display: none;
  }
}
.profile .profile_body .profile_body_address {
  margin-top: 25px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.42em;
}
@media screen and (max-width: 640px) {
  .profile .profile_body .profile_body_address {
    border-top: solid 1px #5F463A;
    padding-top: 22px;
    text-align: center;
    font-size: 16px;
  }
}
.profile .profile_body .profile_body_address .postalcode {
  margin-right: 8px;
}
.profile .profile_body .profile_body_president {
  float: right;
  margin: 45px 0 0 70px;
}
@media screen and (max-width: 640px) {
  .profile .profile_body .profile_body_president {
    display: none;
  }
}
.profile .profile_body .profile_body_president .profile_body_president_name {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
}
.profile .profile_body .profile_body_president .profile_body_president_name .s-letter {
  font-size: 15px;
}
.profile .profile_body .profile_body_president-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .profile .profile_body .profile_body_president-sp {
    display: block;
    text-align: right;
    margin-top: 24px;
  }
}
.profile .profile_body .profile_body_president-sp .profile_body_president_name {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  margin-right: 24px;
}
.profile .profile_body .profile_body_president-sp .profile_body_president_name .s-letter {
  font-size: 14px;
}
.profile .profile_body .profile_body_president-sp .profile_body_president_portrait {
  display: inline-block;
  margin-right: 12px;
}
.profile .profile_body .profile_body_president-sp .profile_body_president_portrait img {
  width: 140px;
}

.profile_bg {
  width: 600px;
  height: 600px;
  position: absolute;
  background-image: url(../img/rogo_profile-bg.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .profile_bg {
    width: 100%;
    background-position: 32px 0;
  }
}

.covered-area {
  display: block;
  width: 900px;
  margin: 70px auto 0;
  border: 4px solid #5F463A;
  text-align: center;
  padding: 24px 24px;
  border-radius: 24px;
  color: #5F463A;
}
@media screen and (max-width: 640px) {
  .covered-area {
    width: 90%;
    display: flex;
    border: 2px solid #5F463A;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
    padding: 12px 14px;
  }
}
.covered-area .covered-area_title {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .covered-area .covered-area_title {
    font-size: 17px;
    white-space: nowrap;
  }
}
.covered-area .covered-area-text-bl {
  display: inline-block;
  border-left: 1px solid #5F463A;
  padding-left: 35px;
  margin-left: 35px;
}
@media screen and (max-width: 640px) {
  .covered-area .covered-area-text-bl {
    text-align: left;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.covered-area .covered-area-text-bl .covered-area_l {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  margin-right: 26px;
}
@media screen and (max-width: 640px) {
  .covered-area .covered-area-text-bl .covered-area_l {
    display: block;
    font-size: 16px;
    margin-right: 0;
  }
}
.covered-area .covered-area-text-bl .covered-area_s {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .covered-area .covered-area-text-bl .covered-area_s {
    display: block;
    font-size: 13px;
  }
}

.contact {
  position: relative;
  width: 900px;
  margin: 70px auto 0;
  padding-top: 47px;
}
@media screen and (max-width: 640px) {
  .contact {
    width: 90%;
    margin-top: 36px;
  }
}

.contact_top {
  position: absolute;
  width: 350px;
  height: 51px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-top: 3px solid #47533D;
  border-left: 3px solid #47533D;
  border-right: 3px solid #47533D;
  border-radius: 24px 24px 0 0;
  background-color: #fff;
  z-index: 1;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #47533D;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .contact_top {
    width: 222px;
    font-size: 28px;
    padding-top: 16px;
  }
}

.contact_body {
  position: relative;
  width: 900px;
  border: 3px solid #47533D;
  border-radius: 24px;
  background-color: #fff;
  z-index: 0;
  text-align: center;
  color: #47533D;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .contact_body {
    width: 100%;
    padding-bottom: 30px;
  }
}
.contact_body .contact_text {
  font-size: 17px;
  font-weight: 500;
  line-height: 2em;
  margin-top: 60px;
  color: #000000;
}
.contact_body .contact_text a {
  text-decoration: none;
  color: #47533D;
}
.contact_body .contact_text a:hover {
  color: #47533D;
}
.contact_body .contact_text a:visited {
  color: #47533D;
}
@media screen and (max-width: 640px) {
  .contact_body .contact_text {
    font-size: 15px;
    line-height: 1.6em;
    padding: 0 26px;
    text-align: justify;
    margin-top: 33px;
  }
  .contact_body .contact_text br {
    display: none;
  }
}
.contact_body .contact_tel {
  font-size: 46px;
  font-weight: 600;
  margin-top: 34px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .contact_body .contact_tel {
    font-size: 31px;
    margin-top: 30px;
  }
}
.contact_body .contact_business-hours {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .contact_body .contact_business-hours {
    font-size: 13px;
  }
}
.contact_body .contact_title {
  width: 723px;
  margin: 32px auto 0;
  padding-top: 32px;
  border-top: 1px solid #47533D;
}
@media screen and (max-width: 640px) {
  .contact_body .contact_title {
    width: 90%;
    margin-top: 19px;
    padding-top: 17px;
  }
}
.contact_body .contact_title-l {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .contact_body .contact_title-l {
    font-size: 28px;
  }
}
.contact_body .contact_title-s {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .contact_body .contact_title-s {
    font-size: 14px;
  }
}

.contact_note {
  font-size: 17px;
  line-height: 2em;
  font-weight: 500;
  margin-top: 20px;
  color: #000000;
}
@media screen and (max-width: 640px) {
  .contact_note {
    font-size: 15px;
    margin: 0 0 0 24px;
    text-align: left;
  }
}

.contact_form {
  width: 640px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media screen and (max-width: 640px) {
  .contact_form {
    width: 90%;
    display: block;
  }
}
.contact_form label {
  grid-column: 1/2;
  text-align: left;
  margin-top: 42px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .contact_form label {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}
.contact_form input {
  grid-column: 2/3;
  width: 480px;
  height: 43px;
  border: none;
  background-color: #f0f0f0;
  margin-top: 35px;
  font-size: 16px;
  padding: 0 12px;
}
@media screen and (max-width: 640px) {
  .contact_form input {
    display: block;
    width: 100%;
    height: 59px;
    margin-top: 0px;
    box-sizing: border-box;
  }
}
.contact_form .btn_confirm {
  display: flex;
  font-family: inherit;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  width: 350px;
  height: 60px;
  margin-top: 35px;
  color: #ffffff;
  background-color: #47533D;
  border-radius: 25px;
  font-size: 26px;
  font-weight: 500;
  border: none;
}
.contact_form .btn_confirm a {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .contact_form .btn_confirm {
    width: 100%;
    font-size: 22px;
    height: 50px;
    margin-top: 32px;
  }
}
.contact_form .btn_confirm:hover {
  opacity: 0.7;
}
.contact_form textarea {
  grid-column: 2/3;
  width: 480px;
  border: none;
  background-color: #f0f0f0;
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.5em;
  padding: 12px 12px;
}
@media screen and (max-width: 640px) {
  .contact_form textarea {
    display: block;
    width: 100%;
    margin-top: 0px;
    box-sizing: border-box;
  }
}

.input__caution {
  grid-column: 2/3;
  display: flex;
  width: 100%;
  height: 43px;
  font-size: 16px;
  font-weight: 500;
  color: #C1272D;
  background-color: #ffccce;
  margin-top: 4px;
  align-items: center;
  padding-left: 12px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .input__caution {
    font-size: 15px;
  }
}

.confirm {
  display: block;
  max-width: 640px;
  margin: 68px auto 0;
}
@media screen and (max-width: 640px) {
  .confirm {
    margin-top: 38px;
  }
}

.confirm__title {
  color: #47533D;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #47533D;
}
@media screen and (max-width: 640px) {
  .confirm__title {
    padding-bottom: 29px;
  }
}

.confirm__title-l {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .confirm__title-l {
    font-size: 29px;
  }
}

.confirm__title-s {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .confirm__title-s {
    font-size: 14px;
  }
}

.confirm__text {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .confirm__text {
    margin-top: 31px;
  }
}

.confirm__text-l {
  font-size: 23px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .confirm__text-l {
    margin-top: 35px;
    font-size: 17px;
  }
}

.confirm__text-s {
  margin-top: 33px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .confirm__text-s {
    margin-top: 17px;
    font-size: 16px;
  }
}

.contact_form-confirm {
  width: 640px;
  margin: 5px auto 0;
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media screen and (max-width: 640px) {
  .contact_form-confirm {
    width: 90%;
    display: block;
  }
}
.contact_form-confirm .confirm_label {
  display: flex;
  grid-column: 1/2;
  text-align: left;
  margin-top: 42px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .contact_form-confirm .confirm_label {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}
.contact_form-confirm .confirm_input {
  grid-column: 2/3;
  display: flex;
  width: 480px;
  height: auto;
  border: none;
  background-color: #f0f0f0;
  margin-top: 35px;
  font-size: 16px;
  padding: 12px 16px;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .contact_form-confirm .confirm_input {
    width: 100%;
    height: auto;
    margin-top: 0px;
    box-sizing: border-box;
  }
}

.confirm_btns {
  display: flex;
  max-width: 640px;
  margin: 80px auto 0;
  justify-content: center;
  gap: 0 22px;
}
@media screen and (max-width: 640px) {
  .confirm_btns {
    width: 100%;
    margin-top: 44px;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.confirm_btns a {
  text-decoration: none;
}
.confirm_btns .btn {
  display: flex;
  width: 200px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  border: none;
  border-radius: 32px;
  font-family: inherit;
}
@media screen and (max-width: 640px) {
  .confirm_btns .btn {
    width: 244px;
    height: 55px;
    border-radius: 27px;
    font-size: 28px;
  }
}
.confirm_btns .submit {
  color: #ffffff;
  background-color: #47533D;
}
.confirm_btns .back {
  color: #ffffff;
  background-color: #C1272D;
}

.complete {
  display: block;
  max-width: 640px;
  margin: 68px auto 0;
}
@media screen and (max-width: 640px) {
  .complete {
    margin-top: 38px;
  }
}

.complete__title {
  color: #47533D;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #47533D;
}
@media screen and (max-width: 640px) {
  .complete__title {
    padding-bottom: 29px;
  }
}

.complete__title-l {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .complete__title-l {
    font-size: 29px;
  }
}

.complete__title-s {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .complete__title-s {
    font-size: 14px;
  }
}

.complete__text {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .complete__text {
    margin-top: 31px;
  }
}

@media screen and (max-width: 640px) {
  .complete__icon img {
    width: 70px;
  }
}

.complete__text-l {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 500;
  color: #47533D;
}
@media screen and (max-width: 640px) {
  .complete__text-l {
    margin-top: 12px;
  }
}

.complete__text-s {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.55em;
}
@media screen and (max-width: 640px) {
  .complete__text-s {
    margin-top: 37px;
    font-size: 17px;
    text-align: 1.7em;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .for-sp {
    display: inline;
  }
}

.btn__to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 60px;
  margin: 84px auto 0;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  background-color: #47533D;
  text-decoration: none;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .btn__to-top {
    width: 244px;
    height: 55px;
    border-radius: 27px;
    font-size: 28px;
    margin-top: 48px;
  }
}

.footer_top {
  margin-top: 27px;
  margin-bottom: 12px;
}

.footer_complete {
  margin-top: 100px;
  margin-bottom: 12px;
}

.footer_confirm {
  margin-top: 80px;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .footer_confirm {
    margin-top: 40px;
  }
}

.footer_privacy {
  margin-top: 80px;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .footer_privacy {
    margin-top: 40px;
  }
}

.copyright {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .copyright {
    font-size: 12px;
  }
}

.privacy {
  display: block;
  max-width: 640px;
  margin: 68px auto 0;
}
@media screen and (max-width: 640px) {
  .privacy {
    width: 100%;
    margin: 38px auto 0;
    padding: 0 24px;
    box-sizing: border-box;
  }
}

.privacy__title {
  color: #47533D;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #47533D;
  margin-bottom: 87px;
}
@media screen and (max-width: 640px) {
  .privacy__title {
    padding-bottom: 29px;
    margin-bottom: 34px;
  }
}

.privacy__title-l {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .privacy__title-l {
    font-size: 29px;
  }
}

.privacy__title-s {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .privacy__title-s {
    font-size: 14px;
  }
}

.privacy__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.9em;
}
@media screen and (max-width: 640px) {
  .privacy__text {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.57em;
  }
}

.privacy__midashi {
  margin-top: 41px;
  font-size: 23px;
  font-weight: 500;
}
.privacy__midashi .privacy__midashi-dot {
  margin-right: 4px;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .privacy__midashi {
    font-size: 20px;
    line-height: 1.6em;
  }
  .privacy__midashi .privacy__midashi-dot {
    margin-right: 4px;
    font-size: 18px;
  }
}

.privacy ul {
  margin-top: 24px;
  padding-left: 1.5em;
  font-size: 16px;
}
.privacy ul li {
  margin: 6px 0;
}