body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

header {
  position: relative;
}

.header_container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.header_logo {
  display: flex;
  align-items: center;
}

.header_logo img {
  max-width: 230px;
  vertical-align: bottom;
  width: 100%;
}

.header_info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_target {
  padding: 0 20px 0 0;
}

.header_target_text {
  font-size: 18px;
  font-weight: bold;
}

.header_target_text {
  font-size: 18px;
  font-weight: bold;
}

.header_insurance_text {
  background-color: #139143;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}

.header_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px 0 0;
}

.header_contact_time {
  border-bottom: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
}

.header_contact_tel {
  color: #d71618;
  font-size: 32px;
  font-weight: bold;
}

.header_contact_tel a {
  color: #d71618;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: .2s;
}

.header_contact_tel a:hover {
  opacity: .8;
}

.header_contact_tel span {
  background-color: #d71618;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 6px 0 0;
  padding: 0 8px;
}

.dig_global-nav {
  position: absolute;
  top: 103px;
  width: 100%;
  padding: 65px 0;
  background-color: rgba(20, 146, 67, .9);
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}

.dig_global-nav_list {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0 50px;
  list-style: none;
}

.dig_global-nav_item {
  text-align: left;
  width: 24%;
}

.dig_global-nav_head {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 16px;
}

.dig_global-nav_item a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 8px 0;
  text-decoration: none;
}

.dig_global-nav_item a:hover {
  opacity: .8;
}

.dig_global-nav_btns {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
}

.dig_global-nav_btns a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 30%;
}

.dig_global-nav_btns a:hover {
  opacity: .8;
}

.dig_global-nav_btns a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.dig_nav-open .dig_global-nav {
  opacity: 1;
  visibility: visible;
}

.dig_nav-open .dig_black-bg {
  opacity: .8;
  visibility: visible;
}

.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  arance: none;
  text-align: left;
  text-decoration: none;
  list-style: none
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 30px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  z-index: 300;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 30px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 2px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981633974483rad) translateY(-50%);
  top: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981633974483rad) translateY(-50%);
  top: calc(100% - 0px)
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
  user-select: none;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.header_humberger {
  background-color: #139143;
  border-radius: 50%;
  padding: 16px;
  z-index: 99999;
}

.zdo_drawer_button {
  color: #fff;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff;
  border-radius: 4px;
  height: 4px;
}

.mv {
  background-image: url('../img/mv.jpg');
  background-size: cover;
  height: 752px;
  position: relative;
}

.mv_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 505px;
}

.mv_logo img {
  z-index: 3;
}

.mv_balloon {
  position: absolute;
  top: 10%;
  left: -68%;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.mv_experience {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.mv_btns {
  position: absolute;
  top: 6%;
  right: 0;
}

.mv_btn {
  display: flex;
  flex-direction: column;
}

.mv_btn a {
  z-index: 2;
}

.section_container {
  max-width: 1500px;
  margin: 0 auto;
}

.section_header {
  background-color: #026736;
  text-align: center;
  position: relative;
}

.section_header_title {
  padding: 25px 0 54px;
  position: relative;
  display: flex;
  justify-content: center;
}

.section_header_icon {
  background-color: #026736;
  display: inline-block;
  padding: 80px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 188px;
}

.section_header_icon img {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
}

.greeting_contents {
  background-image: url('../img/greeting_bg.jpg');
  background-size: cover;
  padding: 128px 0 168px;
}

.greeting_title {
  color: #026736;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  letter-spacing: -1.6px;
  margin: 0 0 72px;
  text-align: center;
}

.greeting_title::after {
  content: url("../img/greeting_underline.png");
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.greeting_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1363px;
  margin: 0 auto;
}

.greeting_items img {
  width: 100%;
}

.greeting_left {
  width: 46%;
}

.greeting_arrow {
  padding: 0 20px;
  width: 8%;
}

.greeting_right {
  width: 46%;
}

.greeting_right_title {
  padding: 0 0 20px;
}

.greeting_right_title img {
  max-width: 454px;
  margin: 0 auto;
  width: 100%;
}

.greeting_text {
  font-size: 20px;
  padding: 0 0 20px;
}

.greeting_text span {
  color: #de6b0e;
}

.greeting_right_img {
  text-align: center;
}

.greeting_right_img img {
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
}

.service_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 180px;
}

.service_left {
  width: 48%;
}

.service_left img {
  width: 100%;
}

.service_right {
  width: 48%;
}

.service_right_title {
  padding: 0 0 50px;
  text-align: center;
}

.service_right_title img {
  max-width: 428px;
  width: 100%;
}

.service_texts {
  padding: 0 112px;
  text-align: justify;
}

.service_texts span {
  color: #de6b0e;
}

.section_header_02 {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.section_header_title_02 {
  background-color: #026736;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 74px 20px;
  position: relative;
  text-align: center;
}

.section_header_title_02::after {
  content: url("../img/section_header_dots.png");
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}

.area {
  background-color: #f1efbd;
  position: relative;
}

.area_contents {
  display: flex;
  align-items: center;
}

.area_contents_02 {
  display: flex;
  align-items: center;
}

.area_left {
  text-align: center;
  width: 50%;
}

.area_left_title {
  font-size: 40px;
  font-weight: bold;
  padding: 0 0 46px;
}

.area_left_title span {
  background: linear-gradient(transparent 70%, #fff 70%);
  padding: 0 10px;
}

.area_left_text {
  font-size: 20px;
}

.area_right {
  display: flex;
  width: 50%;
}

.area_map {
  width: 100%;
}

.cta {
  background-color: #9fd4c4;
  padding: 118px 0 160px;
}

.cta_title {
  display: flex;
  justify-content: center;
  padding: 0 0 34px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}

.cta_title img {
  max-width: 874px;
  width: 100%;
}

.cta_contents {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
  width: 90%;
}

.cta_contents_bg {
  position: relative;
}

.cta_contents_bg img {
  max-width: 1079px;
  width: 100%;
}

.cta_items {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 0 0;
}

.cta_items_head {
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 10px;
}

.cta_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px;
}

.cta_tel_icon {
  padding: 0 12px 0 0;
}

.cta_tel_number {
  color: #d71618;
  font-family: Arial, sans-serif;
  font-size: 104px;
  font-weight: bold;
  text-decoration: none;
  transition: .2s;
}

.cta_tel_number:hover {
  opacity: .6;
}

.cta_reception {
  background-color: #fff;
  display: inline-block;
  font-size: 43.3px;
  font-weight: bold;
  padding: 0 64px;
}

.cta_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1021px;
  margin: 0 auto;
}

.cta_btn {
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 30px;
  padding: 30px 87px;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  transition: .2s;
  width: 48%;
}

.cta_btn:hover {
  opacity: .8;
}

.cta_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.cta_red {
  background: linear-gradient(180deg, rgba(207, 78, 94, 1) 0%, rgba(175, 30, 36, 1) 50%);
}

.cta_green {
  background: linear-gradient(180deg, rgba(21, 146, 67, 1) 0%, rgba(2, 103, 54, 1) 50%);
}

.cause {
  background-image: url("../img/cause_bg.jpg");
  background-size: cover;
}

.cause_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1337px;
  margin: 0 auto;
  padding: 123px 0 155px;
}

.cause_items {
  padding: 0 .6vw .6vw;
  width: 33.333%;
}

.cause_bg {
  position: relative;
}

.cause_bg img {
  width: 100%;
}

.cause_items_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
  position: absolute;
  top: 6%;
  left: 23%;
}

.cause_items_text {
  font-size: 20px;
  padding: 0 20px;
  position: absolute;
  top: 42%;
}

.cause_items_text span {
  color: #de6b0e;
}

.everyone {
  background-color: #eef7f0;
}

.everyone_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}

.everyone_left {
  width: 48%;
}

.everyone_left img {
  width: 100%;
}

.everyone_right {
  width: 48%;
}

.everyone_right_title {
  padding: 0 0 50px;
  text-align: center;
}

.everyone_texts {
  padding: 0 40px 50px;
  text-align: justify;
}

.everyone_texts span {
  color: #de6b0e;
}

.everyone_right_img {
  text-align: center;
}

.voice {
  background-image: url("../img/cause_bg.jpg");
  background-size: cover;
}

.voice_contents {
  padding: 123px 0 160px;
}

.voice_items {
  display: flex;
  justify-content: space-around;
  padding: 0 0 90px;
  max-width: 1334px;
  margin: 0 auto;
}

.voice_item {
  background-color: #fff;
  border: 4px solid #006a2f;
  box-shadow: 10px 12px #eef3cb, 10px 12px 0 4px #006a2f;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 413px;
  position: relative;
  width: 30%;
}

.voice_item_icon {
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.voice_head {
  font-size: 28px;
  font-weight: bold;
  flex-grow: 1;
  padding: 64px 10px 0;
  margin: 0 0 14px;
  text-align: center;
}

.voice_head span {
  border-bottom: 3px solid #006a2f;
}

.voice_text {
  font-size: 20px;
  flex-grow: 1;
  padding: 0 20px 20px;
}

.voice_item_absolute {
  flex-grow: 1;
}

.voice_btn {
  text-align: center;
}

.voice_btn a {
  background-color: #159243;
  border-radius: 48px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 20px 100px;
  position: relative;
  transition: .2s;
  text-align: center;
  text-decoration: none;
}

.voice_btn a:hover {
  opacity: .8;
}

.voice_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.price {
  background-color: #f7f5fa;
}

.price_contents {
  padding: 123px 0 160px;
  position: relative;
}

.price_left img {
  max-width: 936px;
  width: 100%;
}

.price_right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.price_right_inner {
  background-color: #fff;
  padding: 76px 80px 92px;
}

.price_right_title {
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 50px;
  text-align: center;
}

.price_right_head {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 20px;
  text-align: center;
}

.price_right_table {
  font-size: 24px;
  margin: 0 auto;
}

.price_right_inner table:nth-of-type(1) {
  padding: 0 0 50px;
}

.price_right_table_head th:nth-of-type(2) {
  background-color: #027342;
  color: #fff;
  font-size: 24px;
  padding: 13px 0;
}

.price_right_table_item th {
  background-color: #159243;
  color: #fff;
  padding: 10px 40px;
  text-align: center;
}

.price_right_table_item td {
  background-color: #c3e3d9;
  color: #000;
  font-weight: bold;
  padding: 10px 40px;
  text-align: center;
}

.flow_contents {
  padding: 120px 0 128px;
}

.flow_items {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}

.flow_item {
  max-width: 286px;
  width: 21%;
}

.flow_img img {
  width: 100%;
}

.flow_item_head {
  color: #159243;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.flow_item_text {
  font-size: 20px;
  text-align: justify;
}

.flow_item_tel {
  color: #d71618;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  transition: .2s;
}

.flow_item_tel:hover {
  opacity: .6;
}

.flow_item_tel img {
  width: 28px;
  padding: 0 10px 0 0;
}

.flow_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
}

.guide {
  background-color: #f1efbd;
}

.guide_contents {
  padding: 68px 0 40px;
}

.guide_content {
  border-bottom: 1px solid #000;
  margin: 0 auto;
  padding: 52px 0 40px;
  width: 70%;
}

.guide_head {
  display: flex;
  align-items: baseline;
  padding: 0 0 26px;
  font-size: 20px;
}

.guide_q {
  background-color: #de6b0e;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 14px;
  margin: 0 20px 0 0;
  text-align: center;
}

.guide_a {
  background-color: #149243;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  margin: 0 20px 0 0;
  text-align: center;
}

.guide_text {
  display: flex;
  align-items: baseline;
  font-size: 20px;
}

.guide_img {
  padding: 0 0 161px;
  text-align: center;
}

.information {
  padding: 0 0 160px;
}

.infomation_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 122px 0 68px;
  margin: 0 auto;
  width: 90%;
}

.information_head {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 54px;
}

.information_head span {
  color: #de6b0e;
}

.information_img img {
  max-width: 1024px;
  width: 100%;
}

.recruit {
  background-color: #eef7f0;
}

.recruit_contents {
  padding: 50px 0 70px;
}

.recruit_bnr {
  display: flex;
  justify-content: center;
  padding: 0 0 70px;
  margin: 0 auto;
  width: 90%;
}

.recruit_bnr img {
  max-width: 865px;
  width: 100%;
}

.recruit_head {
  padding: 0 0 20px;
}

.recruit_head p {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.recruit_head p:before,
.recruit_head p:after {
  border-radius: 20px;
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 3px;
  height: 1em;
  margin: 0 1em 0 .6em;
  margin-top: -.2em;
  vertical-align: middle;
}

.recruit_head p:before {
  transform: rotate(-35deg);
}

.recruit_head p:after {
  transform: rotate(35deg);
}

.recruit_btn {
  display: flex;
  justify-content: center;
}

.recruit_btn a {
  background-color: #159243;
  border-radius: 48px;
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  transition: .2s;
  text-align: center;
  text-decoration: none;
  max-width: 670px;
  width: 100%;
}

.recruit_btn a:hover {
  opacity: .8;
}

.recruit_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.footer_text {
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
}

.back_top_contents {
  position: fixed;
  right: 15px;
  bottom: 24px;
}

.sp_fixed_btns {
  display: none;
}

.mv_sp_balloon {
  display: none;
}

.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .greeting_items {
    width: 90%;
  }

  .voice_items {
    justify-content: space-evenly;
  }

  .service_texts {
    padding: 0 40px;
    width: 100%;
  }

  .flow_items {
    justify-content: space-between;
    width: 95%;
  }

  .flow_item_head {
    font-size: 1.663vw;
  }

  .flow_item_text {
    font-size: 1.25vw;
  }

  .flow_item_tel {
    font-size: 2.4275vw;
  }

  .flow_arrow {
    width: 4%;
  }

  .flow_arrow img {
    width: 100%;
  }

  .cta_items_head {
    font-size: 24px;
  }

  .cta_tel_number {
    font-size: 80px;
  }

  .cta_reception {
    font-size: 26px;
  }

  .cta_btns {
    justify-content: space-evenly;
  }

  .cta_btn {
    font-size: 26px;
    padding: 26px 0;
  }

  .area_left_title {
    font-size: 32px;
    padding: 0 0 26px;
  }

  .area_left_text {
    font-size: 16px;
  }

  .cause_items_title {
    font-size: 1.875vw;
  }

  .cause_items_text {
    font-size: 1.406vw;
  }

  .price_right_inner {
    padding: 56px 60px 56px;
  }

  .price_right_title {
    font-size: 30px;
    padding: 0 0 36px;
  }

  .price_right_head {
    font-size: 26px;
    padding: 0 0 14px;
  }

  .price_right_table {
    font-size: 18px;
  }

  .price_right_table_head th:nth-of-type(2) {
    font-size: 18px;
    padding: 13px 0;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }

  img {
    width: 100%;
  }

  .header_logo {
    display: none;
  }

  .header_target {
    padding: 0 10px 0 0;
  }

  .header_target_text {
    font-size: 10px;
  }

  .header_insurance_text {
    font-size: 14px;
  }

  .header_info {
    justify-content: space-between;
    width: 100%;
  }

  .header_contact {
    padding: 0;
  }

  .header_contact_time {
    border-bottom: 2px solid #000;
    font-size: 11px;
  }

  .header_contact_tel span {
    font-size: 10px;
  }

  .header_contact_tel {
    font-size: 18px;
  }

  .header_humberger {
    transform: scale(.8);
  }

  .dig_global-nav {
    top: 78px;
    padding: 40px 0;
  }

  .dig_global-nav_list {
    flex-direction: column;
    padding: 0 0 20px;
    width: 90%;
  }

  .dig_global-nav_item {
    padding: 0;
    width: 100%;
  }

  .dig_global-nav_item a:last-of-type {
    margin: 0 0 20px;
  }

  .dig_global-nav_head {
    padding: 0;
  }

  .dig_global-nav_btns {
    flex-direction: column;
    width: 90%;
  }

  .dig_global-nav_btns a {
    margin: 0 0 20px;
    width: 100%;
  }


  .mv {
    background-image: url('../img/mv_sp.jpg');
    background-size: cover;
    height: 630px;
    position: relative;
  }

  .mv_logo {
    display: none;
  }

  .mv_sp_balloon {
    display: block;
    position: absolute;
    top: auto;
    right: 14px;
    bottom: 50px;
    left: auto;
    width: 200px;
  }

  .mv_btns {
    display: none;
  }

  .mv_experience {
    position: absolute;
    top: 140px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 200px;
  }

  .section_container {
    max-width: 500px;
  }

  .section_header_icon img {
    width: 36px;
  }

  .section_header_icon {
    padding: 129px 0 0;
    top: -44px;
    max-width: 150px;
  }

  .section_header_title {
    padding: 20px 0;
    width: 250px;
    margin: 0 auto;
  }

  .greeting .section_header_title {
    width: 150px;
  }

  .greeting_contents {
    padding: 48px 0 100px;
  }

  .greeting_title {
    font-size: 25px;
    letter-spacing: -1.6px;
    margin: 0 auto 36px;
    text-align: center;
    max-width: 500px;
  }

  .greeting_title::after {
    content: url("../img/greeting_underline_sp.png");
    bottom: -22px;
    display: flex;
    justify-content: center;
    transform: scale(.5);
  }

  .greeting_items {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }

  .greeting_left {
    padding: 0 0 37px;
    width: 100%;
  }

  .greeting_arrow {
    display: none;
  }

  .greeting_right {
    width: 100%;
  }

  .greeting_right_title {
    padding: 0 0 28px;
    width: 80%;
    margin: 0 auto;
  }

  .greeting_text {
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    padding: 0 0 20px;
    letter-spacing: -1px;
  }

  .greeting_right_img {
    width: 68%;
    margin: 0 auto;
  }

  .service .section_header_title {
    width: 320px;
  }

  .service_contents {
    flex-direction: column;
    padding: 50px 0 100px;
    width: 90%;
  }

  .service_left {
    padding: 0 0 25px;
    width: 100%;
  }

  .service_right {
    width: 100%;
  }

  .service_right_title {
    display: none;
  }

  .service_texts {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }

  .section_header_title_02 {
    font-size: 18px;
    padding: 50px 20px;
  }

  .section_header_title_02::after {
    bottom: 30px;
  }

  .section_header_02 {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
  }

  .area_contents {
    flex-direction: column;
    padding: 80px 0 40px;
    max-width: 500px;
    margin: 0 auto;
  }

  .area_left {
    width: 100%;
  }

  .area_left_title {
    font-size: 25px;
    padding: 0;
  }

  .area_left_text {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 20px;
  }

  .area_right {
    width: 90%;
  }

  .cta {
    padding: 47px 0 90px;
  }

  .cta_items_head {
    font-size: 16px;
    padding: 0;
    text-align: left;
  }

  .cta_tel_number {
    font-size: 40px;
  }

  .cta_tel_icon {
    padding: 0 6px 0 0;
    width: 8%;
  }

  .cta_reception {
    font-size: 18px;
    padding: 0 10px;
  }

  .cta_title {
    padding: 0 0 30px;
    margin: 0 auto;
    max-width: 500px;
    width: 86%;
  }

  .cta_contents {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px 50px 10px;
    text-align: center;
    width: 100%;
  }

  .cta_items {
    left: auto;
    padding: 6px 0 0;
  }

  .cta_tel {
    padding: 0;
  }

  .cta_btns {
    flex-direction: column;
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
  }

  .cta_btn {
    font-size: 18px;
    padding: 20px 0;
    margin: 0 0 10px;
    width: 100%;
  }

  .cause .section_header_title {
    width: 250px;
  }

  .cause_contents {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 0 60px;
    width: 90%;
  }

  .cause_items {
    background-size: cover;
    width: 100%;
  }

  .cause_items_title {
    font-size: 20px;
    top: 12%;
  }

  .cause_items_text {
    font-size: 18px;
    font-weight: bold;
    top: 40%;
  }

  .everyone .section_header_title {
    width: 314px;
  }

  .everyone_contents {
    flex-direction: column;
    padding: 30px 0 75px;
    margin: 0 auto;
    width: 90%;
  }

  .everyone_left {
    padding: 0 0 25px;
    width: 100%;
  }

  .everyone_right {
    width: 100%;
  }

  .everyone_texts {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 50px;
  }

  .everyone_right_img {
    margin: 0 auto;
    max-width: 276px;
    width: 100%;
  }

  .voice .section_header_title {
    width: 170px;
  }

  .voice_contents {
    padding: 36px 25px 50px 14px;
    width: 100%;
  }

  .voice_items {
    flex-direction: column;
    padding: 0 0 10px;
  }

  .voice_item {
    width: 100%;
    max-width: 500px;
    margin: 0 0 40px;
  }

  .voice_item_icon {
    top: 10px;
    right: auto;
    left: 10px;
    width: 60px;
  }

  .voice_head {
    font-size: 24px;
    padding: 20px 0 20px 78px;
    margin: 0;
    text-align: left;
  }

  .voice_text {
    font-size: 18px;
    font-weight: bold;
  }

  .voice_bg_01 {
    padding: 174px 42px 110px 25px;
    margin: 0;
  }

  .voice_btn a {
    display: block;
    font-size: 18px;
    padding: 14px 0;
    width: 100%;
  }

  .area .section_header_title {
    width: 147px;
  }

  .area_contents_02 {
    flex-direction: column;
    padding: 130px 0 100px;
    margin: -88px auto 0;
    max-width: 500px;
  }

  .price {
    background-color: #f8f5fc;
  }

  .price .section_header_title {
    width: 150px;
  }

  .price_contents {
    padding: 33px 0 100px;
    width: 90%;
  }

  .price_right {
    display: block;
    position: unset;
  }

  .price_right_title {
    display: none;
  }

  .price_right_inner {
    background-color: #f8f5fc;
    padding: 30px 0 0;
  }

  .price_right_table {
    font-size: 20px;
    width: 100%;
  }

  .price_right_head {
    font-size: 22px;
    padding: 0 0 20px;
  }

  .price_right_inner table:nth-of-type(1) {
    padding: 0 0 36px;
  }

  .price_right_table_head th:nth-of-type(2) {
    font-size: 20px;
    padding: 13px 0;
  }

  .price_right_table_item th {
    padding: 10px 4px;
    width: 25%;
  }

  .price_right_table_item td {
    padding: 10px 4px;
    width: 25%;
  }

  .flow .section_header_icon img {
    width: 26px;
  }

  .flow .section_header_title {
    width: 180px;
  }

  .flow_contents {
    padding: 33px 0 80px;
  }

  .flow_items {
    flex-direction: column;
    max-width: 500px;
  }

  .flow_item {
    padding: 0 0 20px;
    max-width: 100%;
    width: 100%;
  }

  .flow_img {
    padding: 0 0 27px;
  }

  .flow_arrow {
    margin: 0 auto 30px;
    transform: rotate(90deg);
    width: 14%;
  }

  .flow_item_head {
    font-size: 22px;
    padding: 0 0 10px;
  }

  .flow_item_tel {
    font-size: 24px;
  }

  .flow_item_text {
    font-size: 18px;
    font-weight: bold;
  }

  .guide .section_header_title {
    width: 290px;
  }

  .guide_contents {
    padding: 10px 0 26px;
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
  }

  .guide_content {
    padding: 20px 0;
    width: 100%;
  }

  .guide_head {
    padding: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
  }

  .guide_text {
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
  }

  .guide_q {
    font-size: 14px;
    padding: 6px 9px;
    margin: 0 12px 0 0;
  }

  .guide_a {
    font-size: 14px;
    padding: 6px 13px;
    margin: 0 12px 0 0;
  }

  .guide_img {
    padding: 0 0 100px;
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
  }

  .information {
    padding: 0 0 100px;
  }

  .information .section_header_title {
    width: 190px;
  }

  .infomation_contents {
    padding: 30px 0 48px;
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
  }

  .information_head {
    font-size: 18px;
    padding: 0 0 30px;
    text-align: justify;
  }

  .recruit .section_header_title {
    width: 150px;
  }

  .recruit_contents {
    margin: 0 auto;
    padding: 20px 0 40px;
    max-width: 500px;
    width: 90%;
  }

  .recruit_bnr {
    padding: 0 0 58px;
  }

  .recruit_head {
    padding: 0 0 10px;
  }

  .recruit_head p {
    font-size: 20px;
  }

  .recruit_head p:before,
  .recruit_head p:after {
    height: 1.2em;
    margin: 0 .4em;
  }

  .recruit_btn a {
    font-size: 18px;
    padding: 16px 0;
    width: 100%;
  }

  .footer_text {
    font-size: 10px;
    padding: 30px 0 95px;
  }

  .back_top {
    display: none;
  }

  .sp_fixed_btns {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .sp_fixed_btn {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 0;
    position: relative;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    width: 50%;
  }

  .sp_fixed_btn span {
    font-size: 0.8em;
  }

  .sp_fixed_btn:hover {
    opacity: .8;
  }

  .sp_fixed_btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .contact_btn {
    background: linear-gradient(180deg, rgba(243, 152, 0, 1) 0%, rgba(255, 108, 0, 1) 50%);
  }

  .consult_btn {
    background: linear-gradient(180deg, rgba(0, 153, 68, 1) 0%, rgba(0, 106, 47, 1) 50%);
  }
}

@media screen and (max-width: 769px) and (min-width: 768px) {
  .header_info {
    justify-content: right;
  }

  .mv {
    height: 800px;
  }

  .mv_experience {
    position: absolute;
    top: 275px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 200px;
  }
}
