/* ------------ colors ------------ */
/* mobile */
.comming {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

main {
  margin-bottom: 130px;
}
@media screen and (max-width: 740px) {
  main {
    margin-bottom: 13%;
  }
}

.index_list .box_wrapper {
  width: 1120px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 740px) {
  .index_list .box_wrapper {
    width: 90%;
    margin: 0 5% 10%;
  }
}
.index_list .box_wrapper a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #a03e64;
  padding: 26px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 740px) {
  .index_list .box_wrapper a {
    padding: 4%;
  }
}
.index_list .box_wrapper a .ph_box {
  width: 570px;
}
@media screen and (max-width: 740px) {
  .index_list .box_wrapper a .ph_box {
    width: 100%;
    display: block;
    margin-bottom: 6%;
  }
}
.index_list .box_wrapper a .txt_box {
  width: calc(100% - 570px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .index_list .box_wrapper a .txt_box {
    width: 100%;
    display: block;
  }
}
.index_list .box_wrapper a .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .index_list .box_wrapper a .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    font-size: 5.6vw;
    padding-bottom: 10%;
  }
}
.index_list .box_wrapper a .ico_detail {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #a03e64;
  line-height: 1;
  padding-right: 19px;
}
@media screen and (max-width: 740px) {
  .index_list .box_wrapper a .ico_detail {
    font-size: 3.47vw;
    right: 4%;
    bottom: 4%;
  }
}
.index_list .box_wrapper a .ico_detail::before {
  width: 11px;
  height: 1px;
  background: #a03e64;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.index_list .box_wrapper a .ico_detail::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid #a03e64;
  border-right: 1px solid #a03e64;
  content: "";
}

.head_unit {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 740px) {
  .head_unit {
    margin: 0 5% 8%;
  }
}
.head_unit h3 {
  font-family: source-han-serif-japanese, sans-serif;
  line-height: 1.3;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .head_unit h3 {
    font-size: 5.6vw;
  }
}
.head_unit .txt {
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  .head_unit .txt {
    text-align: left;
    margin-top: 4%;
    font-size: 3.73vw;
  }
}

h3.cmn_tit {
  background: #efe4e9;
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
  line-height: 1;
  padding: 18px 0;
  font-size: 24px;
  font-family: source-han-serif-japanese, sans-serif;
  color: #a03e64;
}
@media screen and (max-width: 740px) {
  h3.cmn_tit {
    margin-bottom: 8%;
    line-height: 1.3;
    padding: 3% 0;
    font-size: 5.6vw;
  }
}

h4.cmn_tit {
  border-bottom: 1px solid #a03e64;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1;
  padding-bottom: 15px;
  font-size: 20px;
  font-family: source-han-serif-japanese, sans-serif;
  color: #a03e64;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  h4.cmn_tit {
    margin-bottom: 3%;
    line-height: 1.3;
    padding-bottom: 3%;
    font-size: 4.8vw;
  }
}

.other_contents .catch {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .other_contents .catch {
    font-size: 5.2vw;
    margin-bottom: 5%;
  }
}
.other_contents ul {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .other_contents ul {
    width: 90%;
    margin: 0 5%;
  }
}
.other_contents ul li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .other_contents ul li {
    width: 90%;
    float: none;
    margin: 0 5% 8%;
  }
}
.other_contents ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .other_contents ul li:last-child {
    margin-bottom: 0;
  }
}
.other_contents ul li .ph {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .other_contents ul li .ph {
    margin-bottom: 5%;
  }
}
.other_contents ul li .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 740px) {
  .other_contents ul li .tit {
    font-size: 4vw;
  }
}

/* ------------------------------------
Urgent
------------------------------------ */
.page_urgent .section_urgent .slick-prev, .page_urgent .section_urgent .slick-next {
  top: 50%;
  width: 60px;
  height: 60px;
}
.page_urgent .section_urgent .slick-next {
  right: -30px;
  background: url(../urgent/images/arrow_next.png);
  background-size: 100% auto;
}
.page_urgent .section_urgent .slick-prev {
  left: -30px;
  background: url(../urgent/images/arrow_prev.png);
  background-size: 100% auto;
}
.page_urgent .section_urgent .sec-title {
  text-align: center;
}
.page_urgent .section_urgent .sec-title h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #a03e64;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .sec-title h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.page_urgent .section_urgent .sec-title .box {
  width: auto;
  height: auto;
  position: relative;
  padding: 0 90px;
  display: inline-block;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .sec-title .box {
    padding: 0 16vw;
  }
}
.page_urgent .section_urgent .sec-title .box::before,
.page_urgent .section_urgent .sec-title .box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background-color: #252525;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .sec-title .box::before,
.page_urgent .section_urgent .sec-title .box::after {
    width: 13vw;
  }
}
.page_urgent .section_urgent .sec-title .box::before {
  left: 0;
}
.page_urgent .section_urgent .sec-title .box::after {
  right: 0;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .sec-title .txt-normal {
    font-size: 3.47vw;
  }
}
.page_urgent .section_urgent .visual {
  width: 100%;
  height: 750px;
  margin-bottom: 175px;
  background: url(../urgent/images/main.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .visual {
    height: 100vw;
    margin-bottom: 0;
    background: url(../urgent/images/main_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 38vw;
  }
}
.page_urgent .section_urgent .visual h2 {
  position: absolute;
  top: 380px;
  left: 50%;
  transform: translateX(-50%);
  width: 701px;
  height: 73px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .visual h2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 0px auto 31vw;
    width: 80%;
    transform: translateX(0%);
    height: auto;
  }
}
.page_urgent .section_urgent .visual ul {
  position: absolute;
  width: 834px;
  margin-left: -417px;
  top: 618px;
  left: 50%;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .visual ul {
    position: relative;
    width: 90%;
    margin: 0 5%;
    top: auto;
    left: auto;
  }
}
.page_urgent .section_urgent .visual ul li {
  float: left;
  width: 248px;
  margin-right: 45px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .visual ul li {
    width: 32.6666667%;
    margin-right: 1%;
  }
}
.page_urgent .section_urgent .visual ul li:last-child {
  margin-right: 0;
}
.page_urgent .section_urgent .cnv {
  width: 100%;
  background: #f5ebef;
  padding: 44px 0;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .cnv {
    padding: 0 0 8%;
    margin-bottom: 13%;
  }
}
.page_urgent .section_urgent .cnv .bnr {
  width: 1046px;
  margin: 0 auto 15px;
  pointer-events: none;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .cnv .bnr {
    width: 100%;
    margin: 0 0 3%;
    pointer-events: inherit;
  }
}
.page_urgent .section_urgent .cnv .txt {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .cnv .txt {
    font-size: 3.47vw;
    margin-bottom: 2%;
  }
}
.page_urgent .section_urgent .cnv .catch {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  color: #a03e64;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .cnv .catch {
    font-size: 4.53vw;
    margin-bottom: 3%;
  }
}
.page_urgent .section_urgent .cnv .caution {
  background: url(../urgent/images/ico_ex.png) no-repeat left center;
  background-size: 30px auto;
  display: inline-block;
  margin: 0 auto;
  padding-left: 40px;
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .cnv .caution {
    background: url(../urgent/images/ico_ex.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
    font-size: 3.4vw;
    line-height: 1.5;
    width: 90%;
  }
}
.page_urgent .section_urgent .flow {
  margin-bottom: 100px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .flow {
    margin-bottom: 5%;
  }
}
.page_urgent .section_urgent .flow .sec-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .flow .sec-title {
    margin-bottom: 8%;
  }
}
.page_urgent .section_urgent .flow .unit {
  width: 1200px;
  margin: 0 auto 56px;
  background: #e9e9e9;
  padding: 60px 70px 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .flow .unit {
    width: 90%;
    margin: 0 5% 10%;
    padding: 8% 5% 1%;
  }
}
.page_urgent .section_urgent .flow .unit .number {
  position: absolute;
  width: 63px;
  height: 63px;
  line-height: 63px;
  color: #fff;
  background: #a03e64;
  text-align: center;
  font-size: 29px;
  font-family: source-han-serif-japanese, sans-serif;
  top: -30px;
  left: 50%;
  margin-left: -31px;
  border-radius: 100vh;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .flow .unit .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 5vw;
    top: -20px;
    margin-left: -20px;
  }
}
.page_urgent .section_urgent .flow .unit h4 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #d2d2d2;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .flow .unit h4 {
    font-size: 6vw;
    line-height: 1.5;
    padding-bottom: 5%;
    margin-bottom: 3%;
  }
}
.page_urgent .section_urgent .flow .unit .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .flow .unit .txt {
    font-size: 3.47vw;
    margin-bottom: 5%;
    text-align: left;
  }
}
.page_urgent .section_urgent .flow .unit ul {
  display: inline-block;
  margin: 0 auto;
}
.page_urgent .section_urgent .flow .unit ul li {
  width: 344px;
  float: left;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .flow .unit ul li {
    width: 60%;
    float: none;
    margin: 0 auto 5%;
  }
}
.page_urgent .section_urgent .flow .unit ul li:last-child {
  width: 464px;
  float: right;
  margin-left: 47px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .flow .unit ul li:last-child {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
}
.page_urgent .section_urgent .problem {
  background: url(../urgent/images/bg_problem.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .problem {
    padding: 0;
    margin-bottom: 13%;
  }
}
.page_urgent .section_urgent .problem p {
  width: 626px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .problem p {
    width: 100%;
    margin: 0;
  }
}
.page_urgent .section_urgent .available_area {
  margin-top: 85px;
  margin-bottom: 120px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .available_area {
    margin-top: 0;
    margin-bottom: 15%;
  }
}
.page_urgent .section_urgent .available_area .list .img:before {
  content: none;
}
.page_urgent .section_urgent .facility {
  width: 1200px;
  margin: 0 auto 155px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .facility {
    width: 90%;
    margin: 0 5% 12%;
  }
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .facility .slick-dots {
    bottom: -30px;
  }
}
.page_urgent .section_urgent .reason {
  width: 1200px;
  margin: 0 auto 150px;
  background: none;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason {
    width: 100%;
    margin: 0 0 13%;
  }
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .slick-dots {
    bottom: -30px;
  }
}
.page_urgent .section_urgent .reason .sec-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .sec-title {
    margin-bottom: 8%;
  }
}
.page_urgent .section_urgent .reason .unit {
  width: 1200px;
  box-sizing: border-box;
  border: 3px solid #a03e64;
  padding: 48px;
  text-align: left;
  margin: 0 auto 65px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .unit {
    width: 100%;
    border: 2px solid #a03e64;
    padding: 15px;
    margin: 0;
  }
}
.page_urgent .section_urgent .reason .unit:last-child {
  margin: 0 auto 0;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .unit:last-child {
    margin: 0;
  }
}
.page_urgent .section_urgent .reason .unit .tit_box {
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #d2d2d2;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .unit .tit_box {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
}
.page_urgent .section_urgent .reason .unit .number {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 100vh;
  color: #fff;
  background: #a03e64;
  text-align: center;
  font-size: 34px;
  font-family: source-han-sans-japanese, sans-serif;
  margin-right: 25px;
  float: left;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .unit .number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 4vw;
    margin-right: 3%;
  }
}
.page_urgent .section_urgent .reason .unit h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  font-family: source-han-serif-japanese, sans-serif;
  padding-top: 15px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .unit h4 {
    font-size: 5vw;
    line-height: 1.3;
    padding-top: 0;
  }
}
.page_urgent .section_urgent .reason .unit .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .unit .txt {
    font-size: 3.47vw;
    margin-bottom: 0;
  }
}
.page_urgent .section_urgent .reason .box_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page_urgent .section_urgent .reason .box_wrapper .ph_box {
  width: 494px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 5%;
  }
}
.page_urgent .section_urgent .reason .box_wrapper .txt_box {
  width: calc(100% - 494px);
  padding-left: 36px;
}
.page_urgent .section_urgent .reason .box_wrapper .txt_box .stit {
  font-size: 16px;
  background: #e3e3e3;
  padding: 3px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .box_wrapper .txt_box {
    width: 100%;
    padding-left: 0;
  }
  .page_urgent .section_urgent .reason .box_wrapper .txt_box .stit {
    font-size: 3.8vw;
    margin-bottom: 5%;
  }
}
.page_urgent .section_urgent .reason .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.page_urgent .section_urgent .reason .box_wrapper.reverse .txt_box {
  padding-right: 36px;
  padding-left: 0;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .reason .box_wrapper.reverse .txt_box {
    padding-right: 0;
  }
}
.page_urgent .section_urgent .funeral-plan {
  margin-bottom: 85px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .funeral-plan {
    margin-bottom: 15%;
  }
}
.page_urgent .section_urgent .support {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support {
    margin-bottom: 15%;
  }
}
.page_urgent .section_urgent .support .sec-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .sec-title {
    margin-bottom: 8%;
  }
}
.page_urgent .section_urgent .support .txt_box {
  margin-bottom: 80px;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .txt_box {
    margin-bottom: 10%;
  }
}
.page_urgent .section_urgent .support .txt_box .catch {
  font-size: 31px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .txt_box .catch {
    font-size: 6vw;
    line-height: 1.3;
    margin-bottom: 3%;
  }
}
.page_urgent .section_urgent .support .txt_box .catch em {
  font-weight: 500;
  color: #a03e64;
  display: block;
  margin-top: 20px;
  font-size: 51px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .txt_box .catch em {
    margin-top: 1%;
    font-size: 11vw;
    letter-spacing: -4px;
    font-weight: 700;
  }
}
.page_urgent .section_urgent .support .txt_box .txt {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .txt_box .txt {
    font-size: 5vw;
    line-height: 1.5;
  }
}
.page_urgent .section_urgent .support .txt_box .txt em {
  font-weight: 500;
  font-size: 27px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .txt_box .txt em {
    font-size: 4.8vw;
  }
}
.page_urgent .section_urgent .support .txt_box .txt .emphasis {
  color: #a03e64;
  font-size: 35px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .txt_box .txt .emphasis {
    font-size: 6vw;
  }
}
.page_urgent .section_urgent .support .ph {
  width: 980px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .ph {
    width: 90%;
    margin: 0 5% 10%;
  }
}
.page_urgent .section_urgent .support .graph {
  width: 1000px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .graph {
    overflow-x: scroll;
    width: 90%;
    margin: 0 5%;
  }
  .page_urgent .section_urgent .support .graph img {
    height: 300px;
    width: auto;
  }
}
.page_urgent .section_urgent .support .e_txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .support .e_txt {
    font-size: 3.73vw;
  }
}
.page_urgent .section_urgent .voice {
  background: #f5ebef;
  padding: 70px 0 100px;
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice {
    padding: 10% 8% 15%;
    margin-bottom: 13%;
  }
}
.page_urgent .section_urgent .voice .sec-title {
  margin-bottom: 33px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice .sec-title {
    margin-bottom: 5%;
  }
}
.page_urgent .section_urgent .voice .h_txt {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice .h_txt {
    font-size: 3.47vw;
    line-height: 1.5;
    margin-bottom: 10%;
  }
}
.page_urgent .section_urgent .voice ul {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice ul {
    width: 100%;
    margin: 0;
  }
}
.page_urgent .section_urgent .voice ul li.box {
  border: 3px solid #dd656a;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice ul li.box {
    border: 2px solid #dd656a;
    padding: 15px;
  }
}
.page_urgent .section_urgent .voice ul li.box .ph {
  width: 380px;
  float: left;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice ul li.box .ph {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
}
.page_urgent .section_urgent .voice ul li.box .txt_box {
  width: 546px;
  float: right;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice ul li.box .txt_box {
    width: 100%;
    float: none;
  }
}
.page_urgent .section_urgent .voice ul li.box .txt_box .name {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice ul li.box .txt_box .name {
    font-size: 5vw;
    margin-bottom: 4%;
    text-align: center;
  }
}
.page_urgent .section_urgent .voice ul li.box .txt_box .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice ul li.box .txt_box .txt {
    font-size: 3.47vw;
  }
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice .slick-dots {
    bottom: -30px;
  }
}
.page_urgent .section_urgent .voice .btn_detail {
  width: 200px;
  height: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice .btn_detail {
    width: 80%;
    height: auto;
    margin: 5% auto 0;
  }
}
.page_urgent .section_urgent .voice .btn_detail a {
  background: #a03e64;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .voice .btn_detail a {
    font-size: 3.73vw;
    line-height: 1;
    padding: 6% 0;
  }
}
.page_urgent .section_urgent .voice .btn_detail a::before {
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
}
.page_urgent .section_urgent .voice .btn_detail a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.page_urgent .section_urgent .faq {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .faq {
    width: 90%;
    margin: 0 5%;
  }
}
.page_urgent .section_urgent .faq .sec-title {
  margin-bottom: 55px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .faq .sec-title {
    margin-bottom: 8%;
  }
}
.page_urgent .section_urgent .faq dl {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .page_urgent .section_urgent .faq dl {
    margin-bottom: 3%;
  }
}
.page_urgent .section_urgent .faq dl:last-child {
  border-bottom: none;
}
.page_urgent .section_urgent .faq dt {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 10px 20px 17px;
  text-align: left;
  border: 1px solid #dedede;
}
@media screen and (max-width: 760px) {
  .page_urgent .section_urgent .faq dt {
    padding: 2% 12% 4% 3%;
    font-size: 3.73vw;
  }
}
.page_urgent .section_urgent .faq dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transform: rotate(135deg);
  border-top: 2px solid #a03e64;
  border-right: 2px solid #a03e64;
  content: "";
}
.page_urgent .section_urgent .faq dt::before {
  font-size: 24px;
  font-weight: 500;
  content: "Q. ";
  color: #a03e64;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 760px) {
  .page_urgent .section_urgent .faq dt::before {
    font-size: 5vw;
  }
}
.page_urgent .section_urgent .faq dt.active:after {
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
  border-top: 2px solid #b2b2b2;
  border-right: 2px solid #b2b2b2;
}
.page_urgent .section_urgent .faq dd {
  font-size: 14px;
  position: relative;
  display: none;
  padding: 10px 20px 40px 20px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .page_urgent .section_urgent .faq dd {
    font-size: 3.47vw;
    padding: 3% 2% 6% 2%;
  }
}
.page_urgent .section_urgent .faq dd::before {
  font-size: 24px;
  content: "A. ";
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 760px) {
  .page_urgent .section_urgent .faq dd::before {
    font-size: 5vw;
  }
}
.page_urgent .section_urgent .faq dd a {
  text-decoration: underline;
}
.page_urgent .section_urgent .faq .btn {
  margin-top: 50px;
}
.page_urgent .section_urgent .contact-bnr {
  position: relative;
  padding: 62px 0px 61px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .page_urgent .section_urgent .contact-bnr .sec-container {
    padding: 6vw 5.4vw 0;
    margin-top: 12vw;
    margin-bottom: 5vw;
  }
}
.page_urgent .section_urgent .contact-bnr::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/top/bg_recommend.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr::after {
    background-position: left center;
  }
}
.page_urgent .section_urgent .contact-bnr .box-contact {
  width: 1168px;
  height: 298px;
  border: 2px solid #a03e64;
  background-image: url(../../img/top/contact-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .box-contact {
    background-image: url(../../img/top/contact-bg-sp.jpg);
    background-color: #fff;
    background-size: 100%;
    width: 100%;
    padding: 4vw 0px 2vw;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 41.6vw;
    height: auto;
    border-width: 1px;
  }
}
.page_urgent .section_urgent .contact-bnr .box-contact::after {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 351px;
  height: 345px;
  background-image: url(../../img/top/contact-people.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .box-contact::after {
    display: none;
  }
}
.page_urgent .section_urgent .contact-bnr .head {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .head {
    display: block;
    margin-bottom: 2.5vw;
  }
}
.page_urgent .section_urgent .contact-bnr .head .time {
  display: flex;
  font-weight: 700;
  font-size: 2.3rem;
  color: #fff;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .head .time {
    width: 64vw;
    margin: 0 auto -0.2vw;
  }
}
.page_urgent .section_urgent .contact-bnr .head .time .box {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .head .time .box {
    height: 6.8vw;
    font-size: 4.21875vw;
    padding: 0 0 0.3vw;
    line-height: 1;
  }
}
.page_urgent .section_urgent .contact-bnr .head .time .box:nth-child(1) {
  width: 230px;
  background-color: #474747;
  margin-right: 9px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .head .time .box:nth-child(1) {
    margin-right: 5px;
    width: 82.4vw;
  }
}
.page_urgent .section_urgent .contact-bnr .head .time .box:nth-child(2) {
  width: 115px;
  background-color: #a03e64;
  margin-right: 17px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .head .time .box:nth-child(2) {
    width: calc(100% - 23vw);
    margin-right: 0;
  }
}
.page_urgent .section_urgent .contact-bnr .head .txt {
  font-weight: 500;
  font-size: 3.1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .head .txt {
    font-size: 7.5vw;
    white-space: nowrap;
  }
}
.page_urgent .section_urgent .contact-bnr .body {
  margin-bottom: 29px;
  background-image: url(../../img/top/bg-contact-phone.png);
  background-repeat: no-repeat;
  background-size: 60% 100%;
  background-position: center;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .body {
    background: rgba(160, 62, 100, 0.3);
    height: 16vw;
    margin-bottom: 3.7vw;
  }
}
.page_urgent .section_urgent .contact-bnr .body a {
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .body a {
    padding: 0;
    display: block;
    width: 100%;
    padding-left: 15vw;
  }
}
.page_urgent .section_urgent .contact-bnr .body a span {
  letter-spacing: -2.6px;
  padding-right: 32px;
  font-size: 6.7rem;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .body a span {
    font-size: 10.9375vw;
    padding: 0;
    letter-spacing: -0.45vw;
  }
}
.page_urgent .section_urgent .contact-bnr .body a span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 89px;
  height: 53px;
  transform: translateY(-50%);
  background-image: url(../../img/cmn/icon_free.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .body a span::before {
    width: 14.4vw;
    height: 8vw;
    left: 3.9vw;
  }
}
.page_urgent .section_urgent .contact-bnr .foot {
  display: flex;
  justify-content: center;
  padding-right: 17px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .foot {
    padding-right: 0;
    margin-top: 43.5vw;
    display: block;
  }
}
.page_urgent .section_urgent .contact-bnr .foot li {
  width: 281px;
  height: 63px;
  margin: 0 5px;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .foot li {
    width: 88.1%;
    height: auto;
    margin: auto;
    margin-bottom: 3vw;
  }
}
.page_urgent .section_urgent .contact-bnr .foot .btn {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.page_urgent .section_urgent .contact-bnr .foot .btn img {
  width: 100%;
  height: 100%;
}
.page_urgent .section_urgent .contact-bnr .noti {
  width: 90px;
  position: absolute;
  top: -14%;
  right: 25%;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .noti {
    display: flex;
    width: 45vw;
    position: unset;
    margin-left: 4vw;
  }
}
.page_urgent .section_urgent .contact-bnr .noti .box {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  background-color: #333333;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .noti .box {
    width: 14.0625vw;
    height: 14.0625vw;
    font-size: 3.90625vw;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.page_urgent .section_urgent .contact-bnr .noti p {
  color: #a03e64;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .noti p {
    padding-left: 2vw;
    align-self: center;
  }
}
@media screen and (max-width: 740px) {
  .page_urgent .section_urgent .contact-bnr .head .time {
    width: 64vw;
    margin: 0 auto 2vw;
  }
}

.main_flow .anc {
  margin-bottom: 110px;
}
@media screen and (max-width: 740px) {
  .main_flow .anc {
    margin-bottom: 13%;
  }
}
.main_flow .anc .txt {
  font-size: 16px !important;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .main_flow .anc .txt {
    font-size: 4vw !important;
    margin-bottom: 8%;
  }
}
.main_flow .anc .anc_wrapper {
  background: url(../about/images/flow/bg_anc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
  width: 100%;
  height: 286px;
  padding-top: 36px;
}
@media screen and (max-width: 740px) {
  .main_flow .anc .anc_wrapper {
    text-align: left;
    height: auto;
    padding: 8% 5%;
  }
}
.main_flow .anc .anc_wrapper::before {
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
}
.main_flow .anc .anc_wrapper ul {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 740px) {
  .main_flow .anc .anc_wrapper ul {
    padding: 0;
  }
}
.main_flow .anc .anc_wrapper ul::before {
  width: 852px;
  height: 3px;
  background: #a03e64;
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 740px) {
  .main_flow .anc .anc_wrapper ul::before {
    width: 2px;
    height: 100%;
    left: 5.5vw;
    top: 0;
  }
}
.main_flow .anc .anc_wrapper ul li {
  margin-right: 66px;
  float: left;
  width: 46px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_flow .anc .anc_wrapper ul li {
    margin-right: 0;
    margin-bottom: 5%;
    clear: both;
    float: none;
    width: auto;
    height: 11vw;
  }
  .main_flow .anc .anc_wrapper ul li img {
    width: auto;
    height: 100%;
  }
}
.main_flow .anc .anc_wrapper ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_flow .anc .anc_wrapper ul li:last-child {
    margin-bottom: 0;
  }
}
.main_flow .flow {
  width: 1120px;
  margin: 0 auto 110px;
  border: 3px solid #a03e64;
  padding: 50px;
}
@media screen and (max-width: 740px) {
  .main_flow .flow {
    width: 90%;
    margin: 0 5% 13%;
    border: 2px solid #a03e64;
    padding: 4%;
  }
}
.main_flow .flow .tit_box {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .tit_box {
    padding-bottom: 4%;
    margin-bottom: 4%;
    min-height: 60px;
  }
}
.main_flow .flow .tit_box .number {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 20px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 34px;
  font-weight: 500;
  background: #a03e64;
  border-radius: 100vh;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .tit_box .number {
    width: 45px;
    height: 45px;
    margin-right: 3%;
    line-height: 45px;
    font-size: 5.6vw;
  }
}
.main_flow .flow .tit_box h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 75px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .tit_box h3 {
    line-height: 45px;
    font-size: 4.4vw;
  }
}
.main_flow .flow .ph {
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .ph {
    margin-bottom: 5%;
  }
}
.main_flow .flow .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .txt {
    font-size: 3.73vw;
    text-align: left;
    margin-bottom: 5%;
  }
}
.main_flow .flow .txt em {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .txt em {
    font-size: 4.53vw;
  }
}
.main_flow .flow .box_wrapper {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .box_wrapper {
    width: 100%;
    margin: 0;
  }
}
.main_flow .flow .box_wrapper .ph_box {
  width: 408px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_flow .flow .box_wrapper .txt_box {
  width: 550px;
  float: right;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .box_wrapper .txt_box {
    width: 100%;
  }
}
.main_flow .flow .box_wrapper .txt_box .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
    margin-bottom: 5%;
  }
}
.main_flow .flow .box_wrapper .tel_box {
  margin-bottom: 45px;
  text-align: left;
}
.main_flow .flow .box_wrapper .tel_box .txt {
  width: 497px;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .box_wrapper .tel_box .txt {
    width: 100%;
    margin-bottom: 3%;
  }
}
.main_flow .flow .box_wrapper .tel_box .number {
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
  line-height: 1;
  background: url(../support/images/consultation/ico_free.jpg) no-repeat left 7px;
  background-size: 88px;
  padding-left: 98px;
  font-size: 60px;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .box_wrapper .tel_box .number {
    background-size: 46px;
    padding-left: 56px;
    font-size: 10vw;
  }
}
.main_flow .flow ul.cnv_btn {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .main_flow .flow ul.cnv_btn {
    width: 80%;
    margin: 0 auto;
  }
}
.main_flow .flow ul.cnv_btn li {
  width: 268px;
  float: left;
}
@media screen and (max-width: 760px) {
  .main_flow .flow ul.cnv_btn li {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
}
.main_flow .flow ul.cnv_btn li:last-child {
  float: right;
}
@media screen and (max-width: 760px) {
  .main_flow .flow ul.cnv_btn li:last-child {
    float: none;
    margin-bottom: 0;
  }
}
.main_flow .flow .ph_kitoku {
  width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_flow .flow .ph_kitoku {
    width: 100%;
    margin: 0;
  }
}

.main_after .unit {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_after .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_after .tbl01 th {
  text-align: center;
}
.main_after .tbl01 th.emphasis {
  background: #a03e64;
  color: #fff;
}
@media (max-width: 760px) {
  .main_after .tbl01 th:nth-child(1) {
    padding: 2% 23vw;
  }
}
@media (max-width: 760px) {
  .main_after .tbl01 th:nth-child(2) {
    padding: 2% 44vw;
  }
}
@media (max-width: 760px) {
  .main_after .tbl01 th:nth-child(3) {
    padding: 2% 30vw;
  }
}
@media (max-width: 760px) {
  .main_after .tbl01 th:nth-child(4) {
    padding: 2% 27vw;
  }
}
.main_after .tbl01 td.emphasis {
  color: #a03e64;
}
.main_after .tbl01 .ph {
  margin: 0 auto 15px;
  width: 200px;
}
@media screen and (max-width: 760px) {
  .main_after .tbl01 .ph {
    width: 100px;
    margin: 0 auto 4%;
  }
}
.main_after .tbl01 .stit {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .main_after .tbl01 .stit {
    font-size: 4.27vw;
    line-height: 1.3;
  }
}
.main_after .tbl01 .ico {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .main_after .tbl01 .ico {
    margin-bottom: 3%;
    margin-top: 0;
    font-size: 8vw;
  }
}
.main_after .tbl01 .ico.ico01 {
  color: #a03e64;
}
.main_after .tbl01 .ico.ico02 {
  color: #a03e64;
}
.main_after .tbl01 .ico.ico03, .main_after .tbl01 .ico.ico04 {
  color: #999;
}
.main_after .box_wrapper {
  width: 1020px;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_after .box_wrapper {
    width: 100%;
    margin: 0 0 13%;
  }
}
.main_after .box_wrapper .ph_box {
  width: 408px;
}
@media screen and (max-width: 740px) {
  .main_after .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_after .box_wrapper .txt_box {
  width: calc(100% - 408px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_after .box_wrapper .txt_box {
    width: 100%;
  }
}
.main_after .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_after .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0;
  }
}
.main_after .box_wrapper .txt_box .tit {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_after .box_wrapper .txt_box .tit {
    font-size: 4.8vw;
  }
}
.main_after .box_wrapper .txt_box .txt {
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_after .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_after .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_after .box_wrapper.reverse .txt_box .inner {
  padding-left: 0;
  padding-right: 35px;
}
@media screen and (max-width: 740px) {
  .main_after .box_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}
.main_after .btn_detail {
  width: 200px;
  height: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  .main_after .btn_detail {
    width: 80%;
    height: auto;
    margin: 5% auto 0;
  }
}
.main_after .btn_detail a {
  background: #a03e64;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 740px) {
  .main_after .btn_detail a {
    font-size: 3.73vw;
    line-height: 1;
    padding: 6% 0;
  }
}
.main_after .btn_detail a::before {
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
}
.main_after .btn_detail a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.main_after .h_txt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 740px) {
  .main_after .h_txt {
    font-size: 3.73vw;
    text-align: left;
    margin-bottom: 13%;
  }
}

.main_consultation .unit {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_consultation .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_consultation .unit .txt {
  font-size: 16px !important;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_consultation .unit .txt {
    font-size: 4vw !important;
  }
}
.main_consultation .unit .img01 {
  width: 836px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_consultation .unit .img01 {
    width: 100%;
    margin: 0 auto;
  }
}
.main_consultation .box_wrapper {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_consultation .box_wrapper {
    width: 100%;
    margin: 0;
  }
}
.main_consultation .box_wrapper .ph_box {
  width: 408px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_consultation .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_consultation .box_wrapper .txt_box {
  width: 577px;
  float: right;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_consultation .box_wrapper .txt_box {
    width: 100%;
  }
}
.main_consultation .box_wrapper .txt_box .txt {
  font-size: 14px !important;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_consultation .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_consultation .step {
  border: 3px solid #a03e64;
  padding: 50px;
}
@media screen and (max-width: 740px) {
  .main_consultation .step {
    border: 2px solid #a03e64;
    padding: 4%;
  }
}
.main_consultation .step .tit_box {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 740px) {
  .main_consultation .step .tit_box {
    padding-bottom: 4%;
    margin-bottom: 4%;
    min-height: 60px;
  }
}
.main_consultation .step .tit_box .number {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 20px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 34px;
  font-weight: 500;
  background: #a03e64;
  border-radius: 100vh;
}
@media screen and (max-width: 740px) {
  .main_consultation .step .tit_box .number {
    width: 45px;
    height: 45px;
    margin-right: 3%;
    line-height: 45px;
    font-size: 5.6vw;
  }
}
.main_consultation .step .tit_box h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 75px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_consultation .step .tit_box h3 {
    line-height: 1.3;
    font-size: 4.4vw;
  }
}
.main_consultation .step .ph {
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .main_consultation .step .ph {
    margin-bottom: 5%;
  }
}
.main_consultation .step .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_consultation .step .txt {
    font-size: 3.73vw;
    text-align: left;
  }
}
.main_consultation .step .btn {
  margin-top: 30px;
}
@media screen and (max-width: 740px) {
  .main_consultation .step .btn {
    margin: 5% auto 2%;
    width: 80%;
  }
}
.main_consultation .step01 .box_wrapper02 {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 740px) {
  .main_consultation .step01 .box_wrapper02 {
    width: 100%;
    margin: 0;
  }
}
.main_consultation .step01 .box_wrapper02 .ph_box {
  width: 408px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_consultation .step01 .box_wrapper02 .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_consultation .step01 .box_wrapper02 .txt_box {
  width: 550px;
  float: right;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_consultation .step01 .box_wrapper02 .txt_box {
    width: 100%;
  }
}
.main_consultation .step01 .box_wrapper02 .tel_box {
  margin-bottom: 45px;
  text-align: left;
}
.main_consultation .step01 .box_wrapper02 .tel_box .txt {
  width: 497px;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .main_consultation .step01 .box_wrapper02 .tel_box .txt {
    width: 100%;
    margin-bottom: 3%;
  }
}
.main_consultation .step01 .box_wrapper02 .tel_box .number {
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
  line-height: 1;
  background: url(../support/images/consultation/ico_free.jpg) no-repeat left 7px;
  background-size: 88px;
  padding-left: 98px;
  font-size: 60px;
}
@media screen and (max-width: 740px) {
  .main_consultation .step01 .box_wrapper02 .tel_box .number {
    background-size: 46px;
    padding-left: 56px;
    font-size: 10vw;
  }
}
.main_consultation .step01 ul.cnv_btn {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .main_consultation .step01 ul.cnv_btn {
    width: 80%;
    margin: 0 auto;
  }
}
.main_consultation .step01 ul.cnv_btn li {
  width: 268px;
  float: left;
}
@media screen and (max-width: 760px) {
  .main_consultation .step01 ul.cnv_btn li {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
}
.main_consultation .step01 ul.cnv_btn li:last-child {
  float: right;
}
@media screen and (max-width: 760px) {
  .main_consultation .step01 ul.cnv_btn li:last-child {
    float: none;
    margin-bottom: 0;
  }
}
.main_consultation .step02 ul {
  margin-top: 30px;
}
@media screen and (max-width: 740px) {
  .main_consultation .step02 ul {
    margin-top: 5%;
  }
}
.main_consultation .step02 ul li {
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_consultation .step02 ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 740px) {
  .main_consultation .step02 ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.main_consultation .step02 ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_consultation .step02 ul li:last-child {
    margin-bottom: 0;
  }
}
.main_consultation .step02 ul li .ph {
  margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
  .main_consultation .step02 ul li .ph {
    margin-bottom: 2%;
  }
}
.main_consultation .step02 ul li .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 740px) {
  .main_consultation .step02 ul li .tit {
    line-height: 1.3;
    font-size: 4vw;
  }
}

.main_memorial .head_unit,
.main_memorial .unit {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_memorial .head_unit,
.main_memorial .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_memorial .head_unit .txt,
.main_memorial .unit .txt {
  font-size: 16px !important;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_memorial .head_unit .txt,
.main_memorial .unit .txt {
    font-size: 4vw !important;
  }
}
.main_memorial .box_wrapper {
  width: 1020px;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_memorial .box_wrapper {
    width: 100%;
    margin: 0 0 8%;
  }
}
.main_memorial .box_wrapper .ph_box {
  width: 408px;
}
@media screen and (max-width: 740px) {
  .main_memorial .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_memorial .box_wrapper .txt_box {
  width: calc(100% - 408px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_memorial .box_wrapper .txt_box {
    width: 100%;
  }
}
.main_memorial .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_memorial .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0;
  }
}
.main_memorial .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_memorial .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_memorial .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_memorial .box_wrapper.reverse .txt_box .inner {
  padding-left: 0;
  padding-right: 35px;
}
@media screen and (max-width: 740px) {
  .main_memorial .box_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}
.main_memorial .detail_wrapper {
  width: 1020px;
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dedede;
  padding: 15px;
}
@media screen and (max-width: 740px) {
  .main_memorial .detail_wrapper {
    width: 100%;
    margin: 0 0 8%;
    padding: 4%;
  }
}
.main_memorial .detail_wrapper .ph_box {
  width: 206px;
}
@media screen and (max-width: 740px) {
  .main_memorial .detail_wrapper .ph_box {
    width: 100%;
    margin-bottom: 5%;
  }
}
.main_memorial .detail_wrapper .txt_box {
  width: calc(100% - 206px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_memorial .detail_wrapper .txt_box {
    width: 100%;
  }
}
.main_memorial .detail_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_memorial .detail_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0px;
  }
}
.main_memorial .detail_wrapper .txt_box .tit {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: #a03e64;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_memorial .detail_wrapper .txt_box .tit {
    font-size: 4.8vw;
    margin-bottom: 2%;
  }
}
.main_memorial .detail_wrapper .txt_box .txt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_memorial .detail_wrapper .txt_box .txt {
    font-size: 4vw;
  }
}
.main_memorial .detail_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_memorial .detail_wrapper.reverse .txt_box .inner {
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (max-width: 740px) {
  .main_memorial .detail_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}

.main_ocean .head_unit,
.main_ocean .unit {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_ocean .head_unit,
.main_ocean .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_ocean .head_unit .txt,
.main_ocean .unit .txt {
  font-size: 16px !important;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_ocean .head_unit .txt,
.main_ocean .unit .txt {
    font-size: 4vw !important;
  }
}
.main_ocean .box_wrapper {
  width: 1020px;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_ocean .box_wrapper {
    width: 100%;
    margin: 0 0 8%;
  }
}
.main_ocean .box_wrapper .ph_box {
  width: 408px;
}
@media screen and (max-width: 740px) {
  .main_ocean .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_ocean .box_wrapper .txt_box {
  width: calc(100% - 408px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_ocean .box_wrapper .txt_box {
    width: 100%;
  }
}
.main_ocean .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_ocean .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0;
  }
}
.main_ocean .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_ocean .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_ocean .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_ocean .box_wrapper.reverse .txt_box .inner {
  padding-left: 0;
  padding-right: 35px;
}
@media screen and (max-width: 740px) {
  .main_ocean .box_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}
.main_ocean .detail_wrapper {
  width: 1020px;
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dedede;
  padding: 15px;
}
@media screen and (max-width: 740px) {
  .main_ocean .detail_wrapper {
    width: 100%;
    margin: 0 0 8%;
    padding: 4%;
  }
}
.main_ocean .detail_wrapper .ph_box {
  width: 206px;
}
@media screen and (max-width: 740px) {
  .main_ocean .detail_wrapper .ph_box {
    width: 100%;
    margin-bottom: 5%;
  }
}
.main_ocean .detail_wrapper .txt_box {
  width: calc(100% - 206px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_ocean .detail_wrapper .txt_box {
    width: 100%;
  }
}
.main_ocean .detail_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_ocean .detail_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0px;
  }
}
.main_ocean .detail_wrapper .txt_box .tit {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: #a03e64;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_ocean .detail_wrapper .txt_box .tit {
    font-size: 4.8vw;
    margin-bottom: 2%;
  }
}
.main_ocean .detail_wrapper .txt_box .txt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_ocean .detail_wrapper .txt_box .txt {
    font-size: 4vw;
  }
}
.main_ocean .detail_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_ocean .detail_wrapper.reverse .txt_box .inner {
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (max-width: 740px) {
  .main_ocean .detail_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}


.main_shoken .head_unit,
.main_shoken .unit {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_shoken .head_unit,
.main_shoken .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_shoken .head_unit .txt,
.main_shoken .unit .txt {
  font-size: 16px !important;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_shoken .head_unit .txt,
.main_shoken .unit .txt {
    font-size: 4vw !important;
  }
}
.main_shoken .box_wrapper {
  width: 1020px;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_shoken .box_wrapper {
    width: 100%;
    margin: 0 0 8%;
  }
}
.main_shoken .box_wrapper .ph_box {
  width: 408px;
}
@media screen and (max-width: 740px) {
  .main_shoken .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_shoken .box_wrapper .txt_box {
  width: calc(100% - 408px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_shoken .box_wrapper .txt_box {
    width: 100%;
  }
}
.main_shoken .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_shoken .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0;
  }
}
.main_shoken .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_shoken .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_shoken .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_shoken .box_wrapper.reverse .txt_box .inner {
  padding-left: 0;
  padding-right: 35px;
}
@media screen and (max-width: 740px) {
  .main_shoken .box_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}
.main_shoken .detail_wrapper {
  width: 1020px;
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dedede;
  padding: 15px;
}
@media screen and (max-width: 740px) {
  .main_shoken .detail_wrapper {
    width: 100%;
    margin: 0 0 8%;
    padding: 4%;
  }
}
.main_shoken .detail_wrapper .ph_box {
  width: 206px;
}
@media screen and (max-width: 740px) {
  .main_shoken .detail_wrapper .ph_box {
    width: 100%;
    margin-bottom: 5%;
  }
}
.main_shoken .detail_wrapper .txt_box {
  width: calc(100% - 206px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_shoken .detail_wrapper .txt_box {
    width: 100%;
  }
}
.main_shoken .detail_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_shoken .detail_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0px;
  }
}
.main_shoken .detail_wrapper .txt_box .tit {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: #a03e64;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_shoken .detail_wrapper .txt_box .tit {
    font-size: 4.8vw;
    margin-bottom: 2%;
  }
}
.main_shoken .detail_wrapper .txt_box .txt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_shoken .detail_wrapper .txt_box .txt {
    font-size: 4vw;
  }
}
.main_shoken .detail_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_shoken .detail_wrapper.reverse .txt_box .inner {
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (max-width: 740px) {
  .main_shoken .detail_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}

.main_plan.plan dl {
  width: 1120px;
  margin: 0 auto 130px;
  border: 3px solid #a03e64;
  padding: 45px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl {
    width: 90%;
    margin: 0 5% 13%;
    padding: 0;
  }
}
.main_plan.plan dl dt {
  margin-bottom: 30px;
  pointer-events: none;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt {
    margin-bottom: 0;
    pointer-events: inherit;
    padding: 5% 5% 15% 5%;
    position: relative;
  }
  .main_plan.plan dl dt::before {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -7px;
    transform: rotate(135deg);
    border-top: 2px solid #a03e64;
    border-right: 2px solid #a03e64;
    content: "";
  }
}
.main_plan.plan dl dt.active::before {
  bottom: 10px;
  transform: rotate(-45deg);
  border-top: 2px solid #a8a8a8;
  border-right: 2px solid #a8a8a8;
}
.main_plan.plan dl dt .ph_box {
  width: 292px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .ph_box {
    width: 60%;
    float: none;
    margin: 0 auto 5%;
  }
}
.main_plan.plan dl dt .txt_box {
  width: calc(100% - 292px);
  float: right;
  padding-left: 15px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box {
    width: 100%;
    float: none;
    margin: 0;
    padding-left: 0;
  }
}
.main_plan.plan dl dt .txt_box h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 15px 20px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box h3 {
    font-size: 6.8vw;
    margin-bottom: 3%;
    padding: 0 0 4%;
    text-align: center;
  }
}
.main_plan.plan dl dt .txt_box h3 small {
  font-size: 24px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box h3 small {
    font-size: 4.53vw;
  }
}
.main_plan.plan dl dt .txt_box h3 rt {
  font-size: 15px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box h3 rt {
    font-size: 2.8vw;
  }
}
.main_plan.plan dl dt .txt_box .catch {
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
  padding: 0 15px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .catch {
    margin-bottom: 5%;
    padding: 0 0 4%;
    font-size: 3.73vw;
    line-height: 1.5;
  }
}
.main_plan.plan dl dt .txt_box .price {
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
  font-size: 31px;
  line-height: 1;
  float: left;
  margin-top: 10px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price {
    font-size: 5vw;
    float: none;
    margin-top: 0;
    float: none;
    text-align: center;
  }
}
.main_plan.plan dl dt .txt_box .price small {
  font-size: 19px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price small {
    font-size: 4vw;
  }
}
.main_plan.plan dl dt .txt_box .price .tax {
  display: block;
  font-size: 16px;
  padding: 10px 0 0 60px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price .tax {
    padding: 1vw 0 0 28vw;
    font-size: 3.5vw;
    text-align: justify;
  }
}
.main_plan.plan dl dt .txt_box .price .tax small {
  font-size: 12px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price .tax small {
    font-size: 3vw;
  }
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price .tax2 {
    padding: 1vw 0 0 26vw;
    font-size: 3.5vw;
    text-align: justify;
  }
}
.main_plan.plan dl dt .txt_box .price .tit {
  border-radius: 5px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #252525;
  padding: 5px 10px;
  font-family: source-han-sans-japanese, sans-serif;
  vertical-align: middle;
  margin-top: -10px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price .tit {
    font-size: 3.73vw;
    padding: 2% 3%;
    margin-top: -2%;
    margin-right: 2%;
  }
}
.main_plan.plan dl dt .txt_box .price.member {
  font-size: 46px;
  color: #a03e64;
  margin-top: 0;
  margin-right: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price.member {
    font-size: 8vw;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4%;
  }
}
.main_plan.plan dl dt .txt_box .price.member small {
  font-size: 21px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price.member small {
    font-size: 4.27vw;
  }
}
.main_plan.plan dl dt .txt_box .price.member .tax {
  display: block;
  font-size: 18px;
  padding: 10px 0 0 75px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price.member .tax {
    text-align: justify;
    padding: 1vw 0 0 22.5vw;
    font-size: 4vw;
  }
}
.main_plan.plan dl dt .txt_box .price.member .tax small {
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price.member .tax small {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price.member .tax2 {
    padding: 1vw 0 0 19.5vw;
    font-size: 3.5vw;
    text-align: justify;
  }
}
.main_plan.plan dl dt .txt_box .price.member .tit {
  font-size: 19px;
  background: #a03e64;
  padding: 8px 12px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dt .txt_box .price.member .tit {
    font-size: 4.27vw;
    padding: 2% 3%;
    margin-top: -2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd {
    display: none;
    padding: 5%;
  }
}
.main_plan.plan dl dd .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd .txt {
    font-size: 3.73vw;
    margin-bottom: 10%;
  }
}
.main_plan.plan dl dd .txt .ph {
  float: left;
  margin: 0 15px 0 0;
  display: block;
  width: 260px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd .txt .ph {
    float: none;
    margin: 0 0 5% 0;
    width: 100%;
  }
}
.main_plan.plan dl dd .tit_plan {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd .tit_plan {
    font-size: 4.53vw;
    margin-bottom: 8%;
  }
}
.main_plan.plan dl dd .ico_plan {
  width: 843px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd .ico_plan {
    width: 100%;
    margin: 0 0 10%;
  }
}
.main_plan.plan dl dd ul.option_list {
  width: 90%;
  margin: 0 auto;
}
.main_plan.plan dl dd ul.option_list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd ul.option_list li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}
.main_plan.plan dl dd ul.option_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd ul.option_list li:last-child {
    margin-bottom: 0;
  }
}
.main_plan.plan dl dd ul.option_list li .ph {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd ul.option_list li .ph {
    margin-bottom: 5%;
  }
}
.main_plan.plan dl dd ul.option_list li .tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd ul.option_list li .tit {
    font-size: 4vw;
    margin-bottom: 2%;
  }
}
.main_plan.plan dl dd ul.option_list li .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl dd ul.option_list li .price {
    font-size: 4.53vw;
  }
}
.main_plan.plan dl.caution {
  border: none;
  margin-top: -100px;
  margin-bottom: 100px;
  text-align: center;
  color: #D1272D;
  font-size: 16px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan dl.caution {
    margin-top: -5%;
    margin-bottom: 13%;
    text-align: justify;
    font-size: 1.4rem;
  }
}
.main_plan.plan .btn_simple {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_plan.plan .btn_simple {
    width: 90%;
    margin: 0 auto;
  }
}
.main_plan.plan .btn_simple a {
  border: 1px solid #a03e64;
  text-align: center;
  padding: 50px 0;
  line-height: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 740px) {
  .main_plan.plan .btn_simple a {
    padding: 5% 0;
  }
}
.main_plan.plan .btn_simple a p {
  font-size: 22px;
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .main_plan.plan .btn_simple a p {
    font-size: 5.2vw;
    line-height: 1.3;
  }
}
.main_plan.plan .btn_simple a p small {
  display: block;
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 740px) {
  .main_plan.plan .btn_simple a p small {
    font-size: 3.73vw;
    margin-top: 1%;
  }
}
.main_plan.plan .btn_simple a::before {
  width: 10px;
  height: 1px;
  background: #a03e64;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.main_plan.plan .btn_simple a::after {
  display: block;
  position: absolute;
  bottom: 9px;
  right: 12px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-top: 1px solid #a03e64;
  border-right: 1px solid #a03e64;
  content: "";
}

.main_cost .head_unit {
  width: 980px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 740px) {
  .main_cost .head_unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_cost .head_unit .txt {
  font-size: 16px;
}
@media screen and (max-width: 740px) {
  .main_cost .head_unit .txt {
    font-size: 3.73vw;
    text-align: left;
  }
}
.main_cost .section_cost {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_cost .section_cost {
    width: 90%;
    margin: 0 5%;
  }
}
.main_cost .unit > .txt {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 740px) {
  .main_cost .unit > .txt {
    font-size: 3.73vw;
    margin: 0 auto 8%;
    text-align: left;
  }
}
.main_cost .img01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .main_cost .img01 {
    margin-bottom: 5%;
  }
}
.main_cost .img02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 740px) {
  .main_cost .img02 {
    margin-bottom: 10%;
  }
}
.main_cost .img03 {
  margin-bottom: 80px;
  border: 1px solid #939393;
  padding: 45px;
}
@media screen and (max-width: 740px) {
  .main_cost .img03 {
    margin-bottom: 10%;
    padding: 5%;
  }
}
.main_cost ul.list_plan {
  margin-bottom: 105px;
}
@media screen and (max-width: 740px) {
  .main_cost ul.list_plan {
    margin-bottom: 13%;
  }
}
.main_cost ul.list_plan li {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .main_cost ul.list_plan li {
    margin-bottom: 5%;
  }
}
.main_cost ul.list_plan li:last-child {
  margin-bottom: 0;
}
.main_cost .caution {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 740px) {
  .main_cost .caution {
    margin-top: 10%;
    margin-bottom: 8%;
  }
}
.main_cost .caution dl {
  margin-bottom: 12px;
  background: #f1f1f1;
  padding: 30px 75px;
}
@media screen and (max-width: 740px) {
  .main_cost .caution dl {
    margin-bottom: 4%;
    padding: 4%;
  }
}
.main_cost .caution dt {
  color: #D1272D;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_cost .caution dt {
    margin-bottom: 4%;
    font-size: 5.2vw;
    line-height: 1.5;
  }
}
.main_cost .caution dd {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_cost .caution dd {
    font-size: 3.73vw;
  }
}
.main_cost .caution .tit {
  color: #c1272d;
  font-size: 21px;
  margin-top: 75px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_cost .caution .tit {
    margin-top: 8%;
    margin-bottom: 4%;
    font-size: 5.2vw;
  }
}
.main_cost .caution .txt {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  display: inline-block;
  margin: 0 auto 30px;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_cost .caution .txt {
    font-size: 3.73vw;
    margin: 0 auto 5%;
  }
}
.main_cost .caution .arrow {
  width: 248px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_cost .caution .arrow {
    width: 50%;
    margin: 0 25%;
  }
}
.main_cost h3.cmn_tit.caution {
  background: #D1272D;
  color: #fff;
}
.main_cost ul.other_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
}
@media screen and (max-width: 760px) {
  .main_cost ul.other_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
    float: none;
  }
}
.main_cost ul.other_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .main_cost ul.other_list li:last-child {
    margin-bottom: 0;
  }
}
.main_cost ul.other_list li.current {
  opacity: 0.8;
}
.main_cost ul.other_list li.current a {
  pointer-events: none;
}
.main_cost ul.cnv_btn {
  width: 564px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .main_cost ul.cnv_btn {
    width: 80%;
    margin: 0 auto;
  }
}
.main_cost ul.cnv_btn li {
  width: 266px;
  float: left;
}
@media screen and (max-width: 760px) {
  .main_cost ul.cnv_btn li {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
}
.main_cost ul.cnv_btn li:last-child {
  float: right;
}
@media screen and (max-width: 760px) {
  .main_cost ul.cnv_btn li:last-child {
    float: none;
    margin-bottom: 0;
  }
}

.main_family .unit {
  width: 1120px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 740px) {
  .main_family .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_family .img01 {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_family .img01 {
    width: 100%;
    margin: 0;
  }
}
.main_family .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 740px) {
  .main_family .box_wrapper {
    width: 100%;
    margin: 0 0 10%;
  }
}
.main_family .box_wrapper:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_family .box_wrapper:last-child {
    margin: 0;
  }
}
.main_family .box_wrapper .ph_box {
  width: 408px;
}
@media screen and (max-width: 740px) {
  .main_family .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 7%;
    display: block;
  }
}
.main_family .box_wrapper .txt_box {
  width: calc(100% - 408px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_family .box_wrapper .txt_box {
    width: 100%;
    display: block;
  }
}
.main_family .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
  padding-left: 36px;
}
@media screen and (max-width: 740px) {
  .main_family .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0;
  }
}
.main_family .box_wrapper .txt_box h3 {
  font-size: 22px;
  font-family: source-han-serif-japanese, sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
  color: #a03e64;
}
@media screen and (max-width: 740px) {
  .main_family .box_wrapper .txt_box h3 {
    font-size: 5.2vw;
    margin-bottom: 4%;
  }
}
.main_family .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_family .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_family .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_family .box_wrapper.reverse .inner {
  padding-right: 36px;
  padding-left: 0;
}
@media screen and (max-width: 740px) {
  .main_family .box_wrapper.reverse .inner {
    padding-right: 0;
  }
}
.main_family ul.cnv_btn {
  width: 564px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .main_family ul.cnv_btn {
    width: 80%;
    margin: 0 auto;
  }
}
.main_family ul.cnv_btn li {
  width: 266px;
  float: left;
}
@media screen and (max-width: 760px) {
  .main_family ul.cnv_btn li {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
}
.main_family ul.cnv_btn li:last-child {
  float: right;
}
@media screen and (max-width: 760px) {
  .main_family ul.cnv_btn li:last-child {
    float: none;
    margin-bottom: 0;
  }
}

.main_facility.index .unit {
  width: 1120px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 740px) {
  .main_facility.index .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_facility.index ul.facility_list {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_facility.index ul.facility_list {
    width: 90%;
    margin: 0 5%;
  }
}
.main_facility.index ul.facility_list.short {
  width: 647px;
}
@media screen and (max-width: 740px) {
  .main_facility.index ul.facility_list.short {
    width: 90%;
  }
}
.main_facility.index ul.facility_list.short li:nth-child(2n) {
  margin: 0 0 19px 0;
}
@media screen and (max-width: 740px) {
  .main_facility.index ul.facility_list.short li:nth-child(2n) {
    margin: 0 0 5% 0;
  }
}
.main_facility.index ul.facility_list.short li:nth-child(2n+1) {
  clear: left;
}
.main_facility.index ul.facility_list.short li:nth-child(3n) {
  margin: 0 19px 19px 0;
}
@media screen and (max-width: 740px) {
  .main_facility.index ul.facility_list.short li:nth-child(3n) {
    margin: 0 0 5% 0;
  }
}
.main_facility.index ul.facility_list.short li:nth-child(3n+1) {
  clear: none;
}
.main_facility.index ul.facility_list li {
  width: 314px;
  float: left;
  margin: 0 19px 19px 0;
}
@media screen and (max-width: 740px) {
  .main_facility.index ul.facility_list li {
    width: 100%;
    float: none;
    margin: 0 0 8% 0;
  }
}
.main_facility.index ul.facility_list li:nth-child(3n) {
  margin: 0 0 19px 0;
}
@media screen and (max-width: 740px) {
  .main_facility.index ul.facility_list li:nth-child(3n) {
    margin: 0 0 5% 0;
  }
}
.main_facility.index ul.facility_list li:nth-child(3n+1) {
  clear: left;
}

.main_facility.detail .section_facility {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_facility {
    width: 90%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 740px) {
  .main_facility.detail .slide_lead {
    text-align: center;
    margin-bottom: 3%;
  }
}
.main_facility.detail .slidegallery {
  margin-bottom: 45px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .slidegallery {
    margin-bottom: 8%;
  }
}
.main_facility.detail .slidegallery .thumb-item-nav {
  margin-top: 23px;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .slidegallery .thumb-item-nav {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto 12%;
  }
}
.main_facility.detail .slidegallery .thumb-item-nav li.slick-slide {
  margin: 0 3px;
}
.main_facility.detail .slidegallery .thumb-item {
  margin-bottom: 20px;
}
.main_facility.detail .txt_gallery {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .txt_gallery {
    text-align: left;
    font-size: 3.73vw;
    margin: 15% 0 8%;
  }
}
.main_facility.detail .facility_tel {
  width: 730px;
  margin: 0 auto 68px;
  pointer-events: none;
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .facility_tel {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto 12%;
    pointer-events: inherit;
  }
}
.main_facility.detail .facility_tel a {
  background: #a03e64;
  padding: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .facility_tel a {
    padding: 5%;
  }
}
.main_facility.detail .facility_tel a .time {
  font-size: 24px;
  line-height: 1;
  background: #fff;
  padding: 10px;
  text-align: left;
  border-radius: 5px;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .facility_tel a .time {
    font-size: 5.6vw;
    padding: 3%;
    display: block;
    float: none;
    margin-bottom: 2%;
  }
}
.main_facility.detail .facility_tel a .time small {
  font-size: 15px;
  line-height: 1;
  background: #b07a8f;
  color: #fff;
  padding: 8px 10px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .facility_tel a .time small {
    font-size: 4vw;
    padding: 2%;
    margin-left: 2%;
  }
}
.main_facility.detail .facility_tel a .tel {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  background: url(../img/cmn/icon_free_w.png) no-repeat left 8px;
  background-size: 54px auto;
  padding-left: 60px;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .facility_tel a .tel {
    font-size: 9.6vw;
    float: none;
    background: url(../img/cmn/icon_free_w.png) no-repeat left 2vw;
    background-size: 40px auto;
    padding-left: 45px;
  }
}
.main_facility.detail .section_info {
  margin-bottom: 90px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info {
    margin-bottom: 13%;
  }
}
.main_facility.detail .section_info .waku {
  border: 1px solid #939393;
  padding: 40px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku {
    border: none;
    padding: 0;
  }
}
.main_facility.detail .section_info .waku .box_wrapper {
  margin-bottom: 32px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku .box_wrapper {
    margin-bottom: 8%;
  }
}
.main_facility.detail .section_info .waku .box_wrapper .ph_box {
  float: left;
  width: 420px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku .box_wrapper .ph_box {
    float: none;
    width: 100%;
    margin-bottom: 7%;
  }
}
.main_facility.detail .section_info .waku .box_wrapper .ph_box .ph {
  margin-bottom: 15px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku .box_wrapper .ph_box .ph {
    margin-bottom: 5%;
  }
}
.main_facility.detail .section_info .waku .box_wrapper .ph_box ul.facility_icon li {
  width: 49%;
  float: left;
  margin-bottom: 2%;
  display: block;
  background: #f5ebef;
  border: 1px solid #a03e64;
  border-radius: 6px;
  text-align: center;
  padding: 10px 0;
  color: #a03e64;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku .box_wrapper .ph_box ul.facility_icon li {
    padding: 3% 0;
    font-size: 3.87vw;
  }
}
.main_facility.detail .section_info .waku .box_wrapper .ph_box ul.facility_icon li:nth-child(2n) {
  float: right;
}
.main_facility.detail .section_info .waku .box_wrapper .ico_box {
  float: right;
  width: 437px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku .box_wrapper .ico_box {
    float: none;
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_facility.detail .section_info .waku .box_wrapper .txt_box {
  text-align: left;
  width: 440px;
  float: right;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku .box_wrapper .txt_box {
    width: 100%;
    float: none;
  }
}
.main_facility.detail .section_info .waku .box_wrapper .txt_box h4 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku .box_wrapper .txt_box h4 {
    font-size: 5.87vw;
    margin-bottom: 3%;
    font-weight: 400;
  }
}
.main_facility.detail .section_info .waku .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_facility.detail .section_info .waku table {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku table {
    margin-bottom: 10%;
  }
}
.main_facility.detail .section_info .waku table .icon {
  width: 23px;
  margin-right: 10px;
  vertical-align: text-bottom;
  display: inline-block;
}
.main_facility.detail .section_info .waku table th {
  width: 16%;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_info .waku table th {
    width: 100%;
    display: block;
  }
}
.main_facility.detail .txt_info {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .txt_info {
    font-size: 3.73vw;
    line-height: 1.8;
    margin-bottom: 8%;
  }
}
.main_facility.detail .section_map {
  margin-bottom: 90px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_map {
    margin-bottom: 13%;
  }
}
.main_facility.detail .section_map iframe {
  width: 100%;
  height: 450px;
  border: none;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_map iframe {
    height: 50vw;
  }
}
.main_facility.detail .section_movie {
  margin-bottom: 90px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_movie {
    margin-bottom: 13%;
  }
}
.main_facility.detail .section_movie iframe {
  width: 100%;
  height: 550px;
  border: none;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_movie iframe {
    height: 50vw;
  }
}
.main_facility.detail .section_ican {
  margin-bottom: 75px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_ican {
    margin-bottom: 10%;
  }
}
.main_facility.detail .section_ican .waku {
  border: 1px solid #939393;
  padding: 40px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_ican .waku {
    width: 100%;
    margin: 0;
    border: 1px solid #939393;
    padding: 5%;
  }
}
.main_facility.detail .section_ican .waku .ph_box {
  width: 408px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_ican .waku .ph_box {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
}
.main_facility.detail .section_ican .waku .txt_box {
  width: 440px;
  float: right;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .section_ican .waku .txt_box {
    width: 100%;
    float: none;
    font-size: 3.87vw;
  }
}

.main_facility.detail .grandopen {
  width: 750px;
  margin: 0px auto 90px;
}
@media screen and (max-width: 740px) {
  .main_facility.detail .grandopen {
    width: 70%;
    margin: 0 auto 8%;
  }
}

.main_resort {
  background: #efe3d5;
  font-family: source-han-serif-japanese, sans-serif;
  margin-bottom: 0;
}
.main_resort .article_h2 {
  background-image: url(../facility/images/resort/main.jpg);
}
.main_resort .article_h2 h2 {
  font-size: 60px;
}
@media screen and (max-width: 740px) {
  .main_resort .article_h2 h2 {
    font-size: 6vw;
  }
}
.main_resort .article_h2 h2 small {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 740px) {
  .main_resort .article_h2 h2 small {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

.main_resort .section__banner {
  width: 750px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__banner {
    width: 70%;
    margin: 0 auto 8%;
  }
}

.main_resort .section__text {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__text {
    margin-bottom: 15%;
  }
}
.main_resort .section__text h3 {
  font-size: 28px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 45px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__text h3 {
    font-size: 5.6vw;
    margin-bottom: 7%;
    line-height: 1.5;
  }
}
.main_resort .section__text-resort {
  width: 330px;
  margin: 0 auto 40px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #a03e64;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #a03e64;
}
@media screen and (max-width: 740px) {
  .main_resort .section__text-resort {
    width: 90%;
    margin: 0 auto 8%;
    padding: 4% 0;
    font-size: 5.34vw;
  }
}
.main_resort .section__text-resort small {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  color: #252525;
}
@media screen and (max-width: 740px) {
  .main_resort .section__text-resort small {
    font-size: 4.27vw;
    margin-top: 3%;
  }
}
.main_resort .section__text-body {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_resort .section__text-body {
    font-size: 4vw;
    line-height: 1.8;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}

.main_resort .section__unit {
  margin-bottom: 110px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 30vw;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit {
    margin-bottom: 15%;
  }
}
.main_resort .section__unit.no01 {
  background-image: url(../facility/images/resort/bg01.jpg);
  padding-bottom: 5vw;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit.no01 {
    padding-bottom: 0;
  }
}
.main_resort .section__unit.no02 {
  background-image: url(../facility/images/resort/bg02.jpg);
  padding-bottom: 5vw;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit.no02 {
    padding-bottom: 0;
  }
}
.main_resort .section__unit.no03 {
  background-image: url(../facility/images/resort/bg03.jpg);
  margin-bottom: 0;
  padding-bottom: 110px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit.no03 {
    padding-bottom: 10%;
  }
}
.main_resort .section__unit .number {
  width: 107px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .number {
    width: 20%;
    margin: 0 auto 4%;
  }
}
.main_resort .section__unit h4 {
  line-height: 1.3;
  color: #a03e64;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit h4 {
    font-size: 6.8vw;
    margin-bottom: 4%;
  }
}
.main_resort .section__unit-text {
  line-height: 1.8;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit-text {
    font-size: 4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
.main_resort .section__unit .slide_lead {
  color: #a03e64;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .slide_lead {
    margin-top: 8%;
    font-size: 3.73vw;
  }
}
.main_resort .section__unit .slidegallery {
  margin-top: 65px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .slidegallery {
    margin: 5% auto 20%;
    width: 90%;
  }
}
.main_resort .section__unit .slidegallery .slick-prev {
  left: 25%;
  background: url(../facility/images/resort/arrow_prev.png);
  background-size: 100% auto;
  width: 55px;
  height: 55px;
  margin-left: -27px;
}
.main_resort .section__unit .slidegallery .slick-next {
  right: 25%;
  background: url(../facility/images/resort/arrow_next.png);
  background-size: 100% auto;
  width: 55px;
  height: 55px;
  margin-right: -27px;
}
.main_resort .section__unit .access {
  display: inline-block;
  margin: 40px auto 45px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .access {
    display: block;
    width: 90%;
    margin: 10% auto 3%;
  }
}
.main_resort .section__unit .access dl {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .access dl {
    margin-bottom: 5%;
  }
}
.main_resort .section__unit .access dt {
  width: 68px;
  margin-right: 10px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .access dt {
    width: 18%;
    margin-right: 4%;
  }
}
.main_resort .section__unit .access dd {
  position: relative;
  width: 330px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .access dd {
    width: 78%;
  }
}
.main_resort .section__unit .access dd p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .main_resort .section__unit .access dd p {
    font-size: 3.73vw;
  }
}
.main_resort .section__unit .facility {
  text-align: center;
}
.main_resort .section__unit .facility__title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility__title {
    font-size: 4.27vw;
    margin-bottom: 5%;
  }
}
.main_resort .section__unit .facility ul {
  width: 550px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility ul {
    width: 90%;
    margin: 0 auto 10%;
  }
}
.main_resort .section__unit .facility ul li {
  width: 100px;
  margin-right: 12px;
  margin-bottom: 17px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility ul li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 5%;
  }
  .main_resort .section__unit .facility ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.main_resort .section__unit .facility ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility ul li:nth-child(5n) {
    margin-right: 3%;
  }
}
.main_resort .section__unit .facility__icon {
  margin-bottom: 7px;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility__icon {
    margin-bottom: 5%;
  }
}
.main_resort .section__unit .facility__text {
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  font-family: source-han-sans-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility__text {
    font-size: 3.47vw;
  }
}
.main_resort .section__unit .facility .tbl01 {
  width: 550px;
  margin: 0 auto 60px;
  font-family: source-han-sans-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility .tbl01 {
    width: 90%;
    margin: 0 auto 12%;
  }
}
.main_resort .section__unit .facility .tbl01 td {
  background: #fff;
}
.main_resort .section__unit .facility__map {
  width: 900px;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility__map {
    width: 90%;
    height: 30vh;
    margin: 0 auto 3%;
  }
}
.main_resort .section__unit .facility__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.main_resort .section__unit .facility__youtube {
  width: 900px;
  height: 600px;
  margin: 0 auto 3%;
}
@media screen and (max-width: 740px) {
  .main_resort .section__unit .facility__youtube {
    width: 90%;
    height: 30vh;
    margin: 0 auto 3%;
  }
}
.main_resort .section__unit .facility__youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.main_manner .unit {
  width: 1120px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 740px) {
  .main_manner .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_manner .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .main_manner .txt {
    font-size: 3.73vw;
    margin-bottom: 8%;
  }
}
.main_manner .txt:last-child {
  margin-bottom: 0;
}
.main_manner .txt em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 740px) {
  .main_manner .txt em {
    font-size: 4.27vw;
  }
}
.main_manner .tbl_wrapper {
  width: 100%;
}
.main_manner .tbl_wrapper .box {
  width: 49%;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_manner .tbl_wrapper .box {
    width: 100%;
    float: none;
  }
}
.main_manner .tbl_wrapper .box:last-child {
  float: right;
}
@media screen and (max-width: 740px) {
  .main_manner .tbl_wrapper .box:last-child {
    float: none;
  }
}
.main_manner .tbl01 th {
  width: 30%;
}
@media screen and (max-width: 740px) {
  .main_manner .tbl01 th {
    width: 100%;
    display: block;
  }
}

.main_flower .unit {
  width: 1120px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 740px) {
  .main_flower .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_flower .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .main_flower .txt {
    font-size: 3.73vw;
    text-align: left;
    margin-bottom: 5%;
  }
}
.main_flower .cnv_box {
  width: 445px;
  border: 1px solid #d9d5d4;
  padding: 13px 13px 18px 13px;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_flower .cnv_box {
    width: 100%;
    padding: 5%;
    margin: 0 auto 8%;
  }
}
.main_flower .cnv_box .tit {
  background: rgba(160, 62, 100, 0.1);
  margin-bottom: 10px;
  color: #a03e64;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0;
  font-weight: 700;
}
@media screen and (max-width: 740px) {
  .main_flower .cnv_box .tit {
    margin-bottom: 3%;
    font-size: 4vw;
    padding: 4% 0;
  }
}
.main_flower .cnv_box .tel_btn {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  font-family: source-han-serif-japanese, sans-serif;
  padding-left: 66px;
  background: url(../img/cmn/icon_free.png) no-repeat left 10px;
  background-size: 64px auto;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
  .main_flower .cnv_box .tel_btn {
    margin-bottom: 3%;
    font-size: 8.4vw;
    background: url(../img/cmn/icon_free.png) no-repeat left 1vw;
    background-size: 12vw auto;
    padding-left: 13vw;
  }
}
.main_flower .cnv_box .tel_btn a {
  pointer-events: none;
}
@media screen and (max-width: 740px) {
  .main_flower .cnv_box .tel_btn a {
    pointer-events: inherit;
  }
}
.main_flower .cnv_box .fax_tel {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_flower .cnv_box .fax_tel {
    font-size: 6vw;
  }
}
.main_flower .cnv_box .fax_tel small {
  font-size: 18px;
}
@media screen and (max-width: 740px) {
  .main_flower .cnv_box .fax_tel small {
    font-size: 3.73vw;
  }
}
.main_flower ul.item_list {
  display: flex;
  flex-wrap: wrap;
}
.main_flower ul.item_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #dedede;
  padding: 13px;
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li {
    width: 49%;
    padding: 3%;
  }
  .main_flower ul.item_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.main_flower ul.item_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li:nth-child(even) {
    margin-right: 0;
  }
}
.main_flower ul.item_list li .name {
  background: rgba(160, 62, 100, 0.1);
  color: #a03e64;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li .name {
    margin-bottom: 4%;
    padding: 3% 0;
    font-size: 4vw;
    line-height: 1.3;
  }
}
.main_flower ul.item_list li .name small {
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li .name small {
    font-size: 3vw;
  }
}
.main_flower ul.item_list li .ph {
  margin: 0 auto 15px;
  width: 60%;
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li .ph {
    margin: 0 auto 4%;
  }
}
.main_flower ul.item_list li .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li .price {
    margin-bottom: 4%;
    font-size: 4.27vw;
    text-align: center;
  }
}
.main_flower ul.item_list li .price .tit {
  font-size: 14px;
  background: #252525;
  color: #fff;
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  font-weight: 700;
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li .price .tit {
    margin-right: 0%;
    margin-bottom: 2%;
    padding: 3%;
    font-size: 3.47vw;
    width: 100%;
    text-align: center;
  }
}
.main_flower ul.item_list li .price small {
  font-size: 11px;
  margin-left: 5px;
}
@media screen and (max-width: 740px) {
  .main_flower ul.item_list li .price small {
    font-size: 3vw;
    margin-left: 2%;
  }
}
.main_flower ul.item_list li .price.member .tit {
  background: #a03e64;
}

.main_about.index .head_unit {
  margin-bottom: 110px;
}
@media screen and (max-width: 740px) {
  .main_about.index .head_unit {
    margin-bottom: 13%;
  }
}
.main_about.index .head_unit h3 {
  font-size: 46px;
}
@media screen and (max-width: 740px) {
  .main_about.index .head_unit h3 {
    font-size: 8vw;
  }
}
.main_about.index .unit {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_about.index .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_about.index .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper {
    width: 100%;
    margin: 0;
  }
}
.main_about.index .box_wrapper .ph_box {
  width: 408px;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 7%;
    display: block;
  }
}
.main_about.index .box_wrapper .ph_box .ph {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .ph_box .ph {
    margin-bottom: 7%;
  }
}
.main_about.index .box_wrapper .ph_box .name {
  font-size: 24px;
  font-family: source-han-serif-japanese, sans-serif;
  line-height: 1;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .ph_box .name {
    font-size: 5.6vw;
  }
}
.main_about.index .box_wrapper .ph_box .name small {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .ph_box .name small {
    font-size: 3.47vw;
    margin-bottom: 4%;
  }
}
.main_about.index .box_wrapper .txt_box {
  width: calc(100% - 408px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box {
    display: block;
    width: 100%;
  }
}
.main_about.index .box_wrapper .txt_box.long {
  width: 100% !important;
}
.main_about.index .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
  padding-left: 36px;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0;
  }
}
.main_about.index .box_wrapper .txt_box .tit {
  font-size: 22px;
  font-family: source-han-serif-japanese, sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box .tit {
    font-size: 5.2vw;
    margin-bottom: 4%;
  }
}
.main_about.index .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_about.index .box_wrapper .txt_box .txt.mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box .txt.mb {
    margin-bottom: 8%;
  }
}
.main_about.index .box_wrapper .txt_box .name {
  font-size: 24px;
  font-family: source-han-serif-japanese, sans-serif;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box .name {
    font-size: 5.6vw;
    margin-top: 8%;
  }
}
.main_about.index .box_wrapper .txt_box .name small {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box .name small {
    font-size: 3.47vw;
    margin-bottom: 4%;
  }
}
.main_about.index .box_wrapper .txt_box .btn_detail {
  width: 200px;
  height: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box .btn_detail {
    width: 80%;
    height: auto;
    margin: 5% auto 0;
  }
}
.main_about.index .box_wrapper .txt_box .btn_detail a {
  background: #a03e64;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper .txt_box .btn_detail a {
    font-size: 3.73vw;
    line-height: 1;
    padding: 6% 0;
  }
}
.main_about.index .box_wrapper .txt_box .btn_detail a::before {
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
}
.main_about.index .box_wrapper .txt_box .btn_detail a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.main_about.index .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_about.index .box_wrapper.reverse .inner {
  padding-right: 36px;
  padding-left: 0;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper.reverse .inner {
    padding-right: 0;
  }
}
.main_about.index .box_wrapper.greeting .ph_box {
  width: 268px;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper.greeting .ph_box {
    width: 60%;
    margin: 0 auto 7%;
  }
}
.main_about.index .box_wrapper.greeting .txt_box {
  width: calc(100% - 268px);
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper.greeting .txt_box {
    width: 100%;
  }
}
.main_about.index .box_wrapper.greeting .txt_box .inner {
  position: relative;
  top: auto;
  left: auto;
  transform: translateY(0%) translateX(0%);
  -webkit-transform: translateY(0%) translateX(0%);
}
.main_about.index .box_wrapper.mb {
  margin: 0 auto 40px;
}
@media screen and (max-width: 740px) {
  .main_about.index .box_wrapper.mb {
    margin: 0 0 8%;
  }
}
.main_about.index .tbl01 {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_about.index .tbl01 {
    width: 100%;
    margin: 0;
  }
}
.main_about.index .movie {
  width: 100%;
  height: 630px;
}
@media screen and (max-width: 740px) {
  .main_about.index .movie {
    width: 100%;
    height: 50vw;
  }
}
.main_about.index .movie iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.main_reason .unit {
  width: 1120px;
  margin: 0 auto 110px;
  border: 3px solid #a03e64;
  padding: 50px;
}
@media screen and (max-width: 740px) {
  .main_reason .unit {
    width: 90%;
    margin: 0 5% 13%;
    border: 2px solid #a03e64;
    padding: 4%;
  }
}
.main_reason .unit .tit_box {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 740px) {
  .main_reason .unit .tit_box {
    padding-bottom: 4%;
    margin-bottom: 4%;
    min-height: 60px;
  }
}
.main_reason .unit .tit_box .number {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 20px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 34px;
  font-weight: 500;
  background: #a03e64;
  border-radius: 100vh;
}
@media screen and (max-width: 740px) {
  .main_reason .unit .tit_box .number {
    width: 45px;
    height: 45px;
    margin-right: 3%;
    line-height: 45px;
    font-size: 5.6vw;
  }
}
.main_reason .unit .tit_box h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 75px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_reason .unit .tit_box h3 {
    line-height: 1.3;
    font-size: 4.4vw;
  }
}
.main_reason .unit .ph {
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .main_reason .unit .ph {
    margin-bottom: 5%;
  }
}
.main_reason .unit .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_reason .unit .txt {
    font-size: 3.73vw;
    text-align: left;
  }
}
.main_reason .unit .btn {
  margin-top: 30px;
}
@media screen and (max-width: 740px) {
  .main_reason .unit .btn {
    margin: 5% auto 2%;
    width: 80%;
  }
}

.main_point .section_point {
  width: 1120px;
  margin: 0 auto 110px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_point .section_point {
    width: 90%;
    margin: 0 5%;
  }
}
@media (max-width: 760px) {
  .main_point .section_point .unit:nth-child(1) .tit_box h3 {
    white-space: nowrap;
  }
}
.main_point .unit {
  width: 543px;
  margin-right: 34px;
  margin-bottom: 35px;
  border: 3px solid #a03e64;
  padding: 23px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_point .unit {
    width: 100%;
    margin: 0 0 13%;
    border: 2px solid #a03e64;
    padding: 4%;
    float: none;
  }
}
.main_point .unit:nth-child(2n) {
  margin-right: 0;
}
.main_point .unit .tit_box {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .main_point .unit .tit_box {
    margin-bottom: 4%;
    min-height: 50px;
  }
}
.main_point .unit .tit_box .number {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 24px;
  font-weight: 500;
  background: #a03e64;
  border-radius: 100vh;
}
@media screen and (max-width: 740px) {
  .main_point .unit .tit_box .number {
    width: 45px;
    height: 45px;
    margin-right: 3%;
    line-height: 45px;
    font-size: 5.6vw;
  }
}
.main_point .unit .tit_box h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_point .unit .tit_box h3 {
    font-size: 4.4vw;
    line-height: 45px;
  }
}
.main_point .unit .tit_box.long .number {
  margin-top: 9px;
}
@media screen and (max-width: 740px) {
  .main_point .unit .tit_box.long .number {
    margin-top: 0;
  }
}
.main_point .unit .tit_box.long h3 {
  line-height: 1.3;
}
.main_point .unit .ph {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .main_point .unit .ph {
    margin-bottom: 5%;
  }
}
.main_point .unit .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_point .unit .txt {
    font-size: 3.73vw;
    text-align: left;
  }
}
.main_point .unit .btn {
  margin-top: 30px;
}
@media screen and (max-width: 740px) {
  .main_point .unit .btn {
    margin: 5% auto 2%;
    width: 80%;
  }
}

.main_staff .unit {
  width: 1120px;
  margin: 0 auto 110px;
  border: 3px solid #a03e64;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_staff .unit {
    width: 90%;
    margin: 0 5% 13%;
    border: 2px solid #a03e64;
    padding: 4%;
  }
}
.main_staff .unit .ph_box {
  width: 408px;
}
@media screen and (max-width: 740px) {
  .main_staff .unit .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_staff .unit .txt_box {
  width: calc(100% - 408px);
  padding-left: 36px;
}
@media screen and (max-width: 740px) {
  .main_staff .unit .txt_box {
    width: 100%;
    padding: 0;
  }
}
.main_staff .unit .txt_box .tbl01 th {
  text-align: left;
}
.main_staff .unit.reverse {
  flex-direction: row-reverse;
}
.main_staff .unit.reverse .txt_box {
  padding-left: 0;
  padding-right: 36px;
}
@media screen and (max-width: 740px) {
  .main_staff .unit.reverse .txt_box {
    padding: 0;
  }
}
.main_staff .unit h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .main_staff .unit h3 {
    font-size: 6vw;
    margin-bottom: 7%;
    text-align: center;
  }
}
.main_staff .unit h3 small {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 740px) {
  .main_staff .unit h3 small {
    font-size: 3.73vw;
    margin-bottom: 2%;
  }
}

.main_member .unit01 {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_member .unit01 {
    width: 90%;
    margin: 0 5% 15%;
  }
}
.main_member .unit01 .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 740px) {
  .main_member .unit01 .txt {
    font-size: 3.73vw;
    text-align: left;
    margin-bottom: 8%;
  }
}
.main_member .unit01 h4 {
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  color: #a03e64;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_member .unit01 h4 {
    font-size: 4.8vw;
    margin-bottom: 4%;
    line-height: 1.3;
  }
}
.main_member .unit01 .ph {
  width: 980px;
  margin: -10px auto 80px;
}
@media screen and (max-width: 740px) {
  .main_member .unit01 .ph {
    width: 100%;
    margin: 0 0 8%;
  }
}
.main_member .unit02 {
  width: 1120px;
  margin: 0 auto 130px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 {
    width: 90%;
    margin: 0 5% 15%;
  }
}
.main_member .unit02 .box {
  width: 543px;
  margin-right: 34px;
  margin-bottom: 35px;
  border: 3px solid #a03e64;
  padding: 23px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box {
    width: 100%;
    margin: 0 0 13%;
    border: 2px solid #a03e64;
    padding: 4%;
    float: none;
  }
}
.main_member .unit02 .box:nth-child(odd) {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box:last-child {
    margin-bottom: 0;
  }
}
.main_member .unit02 .box .tit_box {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box .tit_box {
    margin-bottom: 4%;
    min-height: 50px;
  }
}
.main_member .unit02 .box .tit_box .number {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 24px;
  font-weight: 500;
  background: #a03e64;
  border-radius: 100vh;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box .tit_box .number {
    width: 45px;
    height: 45px;
    margin-right: 3%;
    line-height: 45px;
    font-size: 5.6vw;
  }
}
.main_member .unit02 .box .tit_box h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box .tit_box h3 {
    font-size: 4.4vw;
    line-height: 45px;
  }
}
.main_member .unit02 .box .tit_box.long .number {
  margin-top: 9px;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box .tit_box.long .number {
    margin-top: 0;
  }
}
.main_member .unit02 .box .tit_box.long h3 {
  line-height: 1.3;
}
.main_member .unit02 .box .ph {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box .ph {
    margin-bottom: 5%;
  }
}
.main_member .unit02 .box .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box .txt {
    font-size: 3.73vw;
    text-align: left;
  }
}
.main_member .unit02 .box .btn {
  margin-top: 30px;
}
@media screen and (max-width: 740px) {
  .main_member .unit02 .box .btn {
    margin: 5% auto 2%;
    width: 80%;
  }
}
@media (max-width: 760px) {
  .main_member .unit02 .box:nth-child(4) h3 {
    white-space: nowrap;
  }
}
.main_member .unit03 {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_member .unit03 {
    width: 90%;
    margin: 0 5% 15%;
  }
}
.main_member .unit03 .graph {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_member .unit03 .graph {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .main_story.detail {
    margin-bottom: 0;
  }
  .main_story.detail .section_story .unit02 {
    padding-bottom: 26%;
  }
}
.main_story .index_list {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_story .index_list {
    width: 90%;
    margin: 0 5%;
  }
}
.main_story .index_list ul {
  display: flex;
  flex-wrap: wrap;
}
.main_story .index_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 2px solid #a03e64;
  padding: 23px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_story .index_list li {
    width: 100%;
    margin: 0 0 8%;
    border: 2px solid #a03e64;
    padding: 4%;
    float: none;
  }
}
.main_story .index_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_story .index_list li:last-child {
    margin-bottom: 0;
  }
}
.main_story .index_list li .ph {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .main_story .index_list li .ph {
    margin-bottom: 5%;
  }
}
.main_story .index_list li .tit {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_story .index_list li .tit {
    font-size: 4.53vw;
  }
}
.main_story.detail .index_list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: none;
  padding: 0;
}
@media screen and (max-width: 740px) {
  .main_story.detail .index_list li {
    padding: 0;
    width: 90%;
    margin: 0 auto 8%;
  }
}
.main_story.detail .index_list li:nth-child(3n) {
  margin-right: 2%;
}
@media screen and (max-width: 740px) {
  .main_story.detail .index_list li:nth-child(3n) {
    margin-right: auto;
  }
}
.main_story.detail .index_list li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .main_story.detail .index_list li:nth-child(4n) {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 740px) {
  .main_story.detail .index_list li:last-child {
    margin: 0 auto;
  }
}
.main_story.detail .index_list li .tit {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_story.detail .index_list li .tit {
    font-size: 4vw;
  }
}
.main_story.detail .article_h2 {
  margin-bottom: 0;
}

.main_story.detail .unit01 {
  margin-bottom: 90px;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 {
    margin-bottom: 0;
  }
}
.main_story.detail .unit01 .wrapper {
  width: 1120px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 .wrapper {
    width: 100%;
    padding: 0;
  }
}
.main_story.detail .unit01 .inner {
  text-align: left;
  padding: 40px;
  display: flex;
  color: #fff;
  flex-direction: column;
  background: rgba(33, 33, 33, 0.8);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 .inner {
    padding: 10% 5%;
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .main_story.detail .unit01 .inner.clearfix {
    display: inline-block;
  }
}
.main_story.detail .unit01 .box {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 .box {
    margin-bottom: 10%;
  }
}
.main_story.detail .unit01 .box:last-child {
  margin-bottom: 0;
}
.main_story.detail .unit01 ul.ph_list li {
  width: 49%;
  float: left;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 ul.ph_list li {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
}
.main_story.detail .unit01 ul.ph_list li:last-child {
  float: right;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 ul.ph_list li:last-child {
    float: none;
    margin-bottom: 0%;
  }
}
.main_story.detail .unit01 .tit {
  margin-bottom: 70px;
  font-size: 28px;
  line-height: 1.3;
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 .tit {
    margin-bottom: 10%;
    font-size: 5.6vw;
  }
}
.main_story.detail .unit01 h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 h3 {
    margin-bottom: 3%;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.main_story.detail .unit01 .txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit01 .txt {
    font-size: 3.47vw;
    line-height: 1.8;
  }
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit02 {
    background: #fff;
    padding: 13% 0;
  }
}
.main_story.detail .unit02 h3 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 760px) {
  .main_story.detail .unit02 h3 {
    margin-bottom: 8%;
    font-size: 5.2vw;
  }
}

.main_story.story01 .unit01 {
  background: url(../story/images/01/bg.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 760px) {
  .main_story.story01 .unit01 {
    background: none;
  }
}
@media screen and (max-width: 760px) {
  .main_story.story01 .unit01::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../story/images/01/bg.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}
.main_story.story01 .unit01::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) no-repeat top left;
  display: block;
  position: absolute;
}
@media screen and (max-width: 760px) {
  .main_story.story01 .unit01::after {
    display: none;
  }
}

.main_story.story02 .unit01 {
  background: url(../story/images/02/bg.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 760px) {
  .main_story.story02 .unit01 {
    background: none;
  }
}
@media screen and (max-width: 760px) {
  .main_story.story02 .unit01::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../story/images/02/bg.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}
.main_story.story02 .unit01::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) no-repeat top left;
  display: block;
  position: absolute;
}
@media screen and (max-width: 760px) {
  .main_story.story02 .unit01::after {
    display: none;
  }
}

.main_story.story03 .unit01 {
  background: url(../story/images/03/bg.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 760px) {
  .main_story.story03 .unit01 {
    background: none;
  }
}
@media screen and (max-width: 760px) {
  .main_story.story03 .unit01::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../story/images/03/bg.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}
.main_story.story03 .unit01::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) no-repeat top left;
  display: block;
  position: absolute;
}
@media screen and (max-width: 760px) {
  .main_story.story03 .unit01::after {
    display: none;
  }
}

.main_story.story04 .unit01 {
  background: url(../story/images/04/bg.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 760px) {
  .main_story.story04 .unit01 {
    background: none;
  }
}
@media screen and (max-width: 760px) {
  .main_story.story04 .unit01::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../story/images/04/bg.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}
.main_story.story04 .unit01::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) no-repeat top left;
  display: block;
  position: absolute;
}
@media screen and (max-width: 760px) {
  .main_story.story04 .unit01::after {
    display: none;
  }
}

.main_story.story05 .unit01 {
  background: url(../story/images/05/bg.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 760px) {
  .main_story.story05 .unit01 {
    background: none;
  }
}
@media screen and (max-width: 760px) {
  .main_story.story05 .unit01::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../story/images/05/bg.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}
.main_story.story05 .unit01::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) no-repeat top left;
  display: block;
  position: absolute;
}
@media screen and (max-width: 760px) {
  .main_story.story05 .unit01::after {
    display: none;
  }
}

.main_infection .unit01 {
  width: 1120px;
  margin: 0 auto 110px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 {
    width: 90%;
    margin: 0 5% 15%;
  }
}
.main_infection .unit01 li {
  width: 543px;
  margin-right: 34px;
  margin-bottom: 35px;
  border: 2px solid #debcc9;
  padding: 23px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li {
    width: 100%;
    margin: 0 0 10%;
    padding: 4%;
    float: none;
  }
}
.main_infection .unit01 li:nth-child(even) {
  margin-right: 0;
}
.main_infection .unit01 li:nth-child(odd) {
  clear: left;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li:last-child {
    margin-bottom: 0;
  }
}
.main_infection .unit01 li .tit_box {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li .tit_box {
    margin-bottom: 2%;
    min-height: 40px;
  }
}
.main_infection .unit01 li .tit_box .number {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 24px;
  font-weight: 500;
  background: #a03e64;
  border-radius: 100vh;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li .tit_box .number {
    width: 40px;
    height: 40px;
    margin-right: 2%;
    line-height: 40px;
    font-size: 5vw;
  }
}
.main_infection .unit01 li .tit_box h3 {
  font-family: source-han-serif-japanese, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
  color: #a03e64;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li .tit_box h3 {
    font-size: 4.27vw;
    line-height: 45px;
  }
}
.main_infection .unit01 li .box_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.main_infection .unit01 li .box_wrapper .ph_box {
  width: 149px;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li .box_wrapper .ph_box {
    width: 50%;
    margin: 0 auto 5%;
  }
}
.main_infection .unit01 li .box_wrapper .txt_box {
  width: calc(100% - 149px);
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li .box_wrapper .txt_box {
    width: 100%;
  }
}
.main_infection .unit01 li .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  padding-left: 15px;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0;
  }
}
.main_infection .unit01 li .box_wrapper .txt_box .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .main_infection .unit01 li .box_wrapper .txt_box .txt {
    font-size: 3.73vw;
  }
}
.main_infection .unit02 {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_infection .unit02 {
    width: 90%;
    margin: 0 5%;
  }
}
.main_infection .unit02 ul {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_infection .unit02 ul {
    width: 90%;
    margin: 0 5%;
  }
}
.main_infection .unit02 ul li {
  width: 32%;
  margin-right: 2%;
  text-align: center;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_infection .unit02 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    float: none;
  }
}
.main_infection .unit02 ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_infection .unit02 ul li:last-child {
    margin-bottom: 0;
  }
}
.main_infection .unit02 ul li .ph {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .main_infection .unit02 ul li .ph {
    margin-bottom: 4%;
  }
}
.main_infection .unit02 ul li .tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 740px) {
  .main_infection .unit02 ul li .tit {
    font-size: 4vw;
  }
}

.main_movie .unit {
  width: 1120px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 740px) {
  .main_movie .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_movie .unit:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_movie .unit:last-child {
    margin: 0 5%;
  }
}
.main_movie ul.movie_list {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .main_movie ul.movie_list {
    width: 90%;
    margin: 0 5%;
  }
}
.main_movie ul.movie_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 2px solid #a03e64;
  padding: 23px;
  float: left;
}
@media screen and (max-width: 740px) {
  .main_movie ul.movie_list li {
    width: 100%;
    margin: 0 0 8%;
    border: 2px solid #a03e64;
    padding: 4%;
    float: none;
  }
}
.main_movie ul.movie_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .main_movie ul.movie_list li:last-child {
    margin-bottom: 0;
  }
}
.main_movie ul.movie_list li .ph {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_movie ul.movie_list li .ph {
    margin-bottom: 5%;
  }
}
.main_movie ul.movie_list li .ph::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.main_movie ul.movie_list li .ph::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.main_movie ul.movie_list li .ph.comming::after {
  border: none;
  content: "Comming soon...";
  color: #fff;
  width: 100%;
}
.main_movie ul.movie_list li .tit {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  font-family: source-han-serif-japanese, sans-serif;
}
@media screen and (max-width: 740px) {
  .main_movie ul.movie_list li .tit {
    font-size: 4.53vw;
  }
}
.main_movie ul.movie_list.col2 {
  width: 716px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .main_movie ul.movie_list.col2 {
    width: 90%;
    margin: 0 5%;
  }
}
.main_movie ul.movie_list.col2 li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 740px) {
  .main_movie ul.movie_list.col2 li {
    width: 100%;
    margin: 0 0 8%;
    border: 2px solid #a03e64;
    padding: 4%;
    float: none;
  }
}
.main_movie ul.movie_list.col2 li:nth-child(2n) {
  margin-right: 0;
}

.main_recruit .head_unit {
  margin-bottom: 110px;
}
@media screen and (max-width: 740px) {
  .main_recruit .head_unit {
    margin-bottom: 13%;
  }
}
.main_recruit .head_unit h3 {
  font-size: 46px;
}
@media screen and (max-width: 740px) {
  .main_recruit .head_unit h3 {
    font-size: 8vw;
  }
}
.main_recruit .unit {
  width: 1120px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 740px) {
  .main_recruit .unit {
    width: 90%;
    margin: 0 5% 13%;
  }
}
.main_recruit .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  background: rgba(160, 62, 100, 0.1);
  border: 1px solid #a03e64;
  padding: 20px;
}
@media screen and (max-width: 740px) {
  .main_recruit .box_wrapper {
    margin-bottom: 10%;
  }
}
.main_recruit .box_wrapper .ph_box {
  width: 50%;
}
@media screen and (max-width: 740px) {
  .main_recruit .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 5%;
    display: block;
  }
}
.main_recruit .box_wrapper .ph_box .ph a {
  position: relative;
  display: block;
}
.main_recruit .box_wrapper .ph_box .ph a::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.main_recruit .box_wrapper .ph_box .ph a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 740px) {
  .main_recruit .box_wrapper .ph_box .ph a::after {
    border-width: 10px 0 10px 17px;
  }
}
.main_recruit .box_wrapper .txt_box {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main_recruit .box_wrapper .txt_box {
    width: 100%;
    display: block;
  }
}
.main_recruit .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main_recruit .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding-left: 0;
  }
}
.main_recruit .box_wrapper .txt_box .name {
  font-size: 30px;
  font-family: source-han-serif-japanese, sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .main_recruit .box_wrapper .txt_box .name {
    font-size: 5.6vw;
    margin-bottom: 4%;
  }
}
.main_recruit .box_wrapper .txt_box .name small {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 740px) {
  .main_recruit .box_wrapper .txt_box .name small {
    font-size: 4vw;
    margin-top: 3%;
  }
}
.main_recruit .box_wrapper .txt_box .txt {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 740px) {
  .main_recruit .box_wrapper .txt_box .txt {
    font-size: 4.27vw;
  }
}
.main_recruit .box_wrapper.reverse {
  flex-direction: row-reverse;
}

.page_adopt {
  font-family: baskerville-urw, serif;
  color: #252525;
  font-weight: 400;
}
.page_adopt .unit {
  width: 100%;
  margin: auto;
}
.page_adopt .main_recruit {
  margin-bottom: 0;
}
.page_adopt .main_recruit .head_unit {
  margin-bottom: 0;
}
.page_adopt .tit {
  font-size: 44px;
  font-weight: 500;
  line-height: 0.7;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 760px) {
  .page_adopt .tit {
    font-size: 14vw;
    margin-bottom: 11%;
  }
}
.page_adopt .tit span {
  font-size: 19px;
  letter-spacing: 2px;
}
@media screen and (max-width: 760px) {
  .page_adopt .tit span {
    font-size: 6vw;
  }
}
.page_adopt .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page_adopt .txt {
    font-size: 3.7vw;
  }
}
.page_adopt .txt span {
  font-size: 28px;
}
.page_adopt .article_h2 {
  position: relative;
  text-align: center;
  width: 100%;
  height: 802px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .page_adopt .article_h2 {
    height: 72vw;
    margin-bottom: 13.5%;
    background-position: center;
  }
}
.page_adopt .article_h2.adopt {
  background-image: url(../recruit/images/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_adopt .article_h2.adopt {
    background-image: url(../recruit/images/main_sp.jpg);
  }
}
.page_adopt .article_h2 h2 {
  font-size: 70px;
}
@media screen and (max-width: 760px) {
  .page_adopt .article_h2 h2 {
    font-size: 7vw;
  }
}
.page_adopt .article_h2 .logo {
  width: 230px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 760px) {
  .page_adopt .article_h2 .logo {
    width: 31vw;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .article_h2 .txt_box {
    top: 42%;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .head_unit {
    width: 100%;
    margin: 0 0 8%;
  }
  .page_adopt .head_unit h3 {
    font-size: 7vw;
  }
}
.page_adopt .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_adopt .box .content {
  width: 30%;
  padding: 15px 15px 10px;
  border: solid 1px #cccccc;
  position: relative;
}
@media screen and (min-width: 761px) {
  .page_adopt .box .content {
    margin: 0 24px 24px 0;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .box .content {
    width: 100%;
    margin-bottom: 6%;
  }
}
.page_adopt .box .content::after {
  position: absolute;
  z-index: 1000;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 13px;
  height: 11px;
  background: url(../img/cmn/btn-arrow-right.png) no-repeat;
  background-size: 100% 100%;
  visibility: visible;
}
@media screen and (min-width: 761px) {
  .page_adopt .box .content:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 761px) {
  .page_adopt .box .content:nth-child(n+4) {
    margin-bottom: 0;
  }
}
.page_adopt .box .content .txt {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
  .page_adopt .box .content .txt {
    line-height: 1;
  }
}
.page_adopt .box .content .name {
  font-size: 24px;
  text-align: center;
}
.page_adopt .box .content .ph_box {
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .page_adopt .box .content .ph_box {
    margin-bottom: 3.5%;
  }
}
.page_adopt .box .content .txt_box .inner {
  margin-bottom: 5px;
}
.page_adopt .message {
  margin-top: 80px;
  margin-bottom: 130px;
}
.page_adopt .message .box {
  margin-bottom: 80px;
  background: url(../recruit/images/message.jpg) no-repeat center top;
  height: 480px;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .page_adopt .message .box {
    margin-bottom: 0;
    background: url(../recruit/images/message_sp.jpg) no-repeat center top;
    height: 506px;
    background-size: contain;
  }
  .page_adopt .message .box .txt {
    margin-top: 0;
  }
}
.page_adopt .message .tit_box {
  margin: auto 530px auto 0;
}
@media screen and (max-width: 760px) {
  .page_adopt .message .tit_box {
    margin: 0 auto;
    margin-top: 60%;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .message .txt {
    margin-top: -5%;
  }
}
.page_adopt .workflow {
  width: 1120px;
  margin-bottom: 160px;
}
@media screen and (max-width: 760px) {
  .page_adopt .workflow {
    width: 90%;
    margin: 0 5% 13%;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .workflow .tit {
    font-size: 9vw;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .workflow .tit span {
    font-size: 4vw;
  }
}
.page_adopt .interview {
  width: 1120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .page_adopt .interview {
    width: 90%;
    margin: 0 5% 13%;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .interview .tit {
    font-size: 9vw;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .interview .tit span {
    font-size: 4vw;
  }
}
.page_adopt .interview .content::after {
  display: none;
}
.page_adopt .entry {
  background-color: #f7efe8;
}
@media screen and (max-width: 760px) {
  .page_adopt .entry.head_unit {
    padding-bottom: 13%;
    margin-bottom: 0;
  }
}
.page_adopt .entry .box {
  background: url(../recruit/images/entry.jpg) no-repeat center top;
  height: 725px;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .page_adopt .entry .box {
    margin-bottom: 0;
    background: url(../recruit/images/entry_sp.jpg) no-repeat center top;
    height: 257vw;
    background-size: contain;
  }
}
.page_adopt .entry .txt_box {
  margin: auto 670px auto 0;
}
@media screen and (max-width: 760px) {
  .page_adopt .entry .txt_box {
    margin: 60% auto 0;
  }
}
@media screen and (max-width: 760px) {
  .page_adopt .entry .txt_box .tit {
    font-size: 11vw;
  }
}
.page_adopt .entry .txt_box .tit span {
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .page_adopt .entry .txt_box .tit span {
    font-size: 4.3vw;
  }
}
.page_adopt .entry .txt_box .txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .page_adopt .entry .txt_box .txt {
    margin-bottom: 10%;
  }
}
.page_adopt .entry .btn_entry {
  width: 370px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page_adopt .entry .btn_entry {
    width: 80%;
  }
}
.page_adopt .entry .btn_entry::after {
  content: "";
  width: 13px;
  height: 8px;
  position: absolute;
  background: url(../img/cmn/icon_arrow_wh.png) no-repeat center;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.page_adopt .entry .btn_entry a {
  background: #a03e64;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .page_adopt .entry .btn_entry a {
    font-size: 4vw;
    line-height: 15.5vw;
  }
}
.page_adopt .movie {
  margin: 58px auto 158px;
  width: 1120px;
  height: 630px;
}
@media screen and (max-width: 760px) {
  .page_adopt .movie {
    width: 90%;
    height: 50.5vw;
    margin: 8% auto 5%;
  }
}
.page_adopt .movie iframe {
  width: 1120px;
  height: 630px;
}
@media screen and (max-width: 760px) {
  .page_adopt .movie iframe {
    width: 100%;
    height: 100%;
  }
}
.page_adopt .movie_mini {
  width: 304px;
  height: 171px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 760px) {
  .page_adopt .movie_mini {
    width: 100%;
    height: 46vw;
    margin: 0 auto 4%;
  }
}
.page_adopt .movie_mini iframe {
  width: 304px;
  height: 171px;
}
@media screen and (max-width: 760px) {
  .page_adopt .movie_mini iframe {
    width: 100%;
    height: 100%;
  }
}

.page_workflow {
  font-family: baskerville-urw, serif;
}
.page_workflow .article_h2 {
  position: relative;
  text-align: center;
  width: 100%;
  height: 802px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .page_workflow .article_h2 {
    height: 72vw;
    margin-bottom: 10%;
    background-position: center;
  }
}
.page_workflow .article_h2.workflow {
  margin-bottom: 0;
}
.page_workflow .article_h2.workflow .logo {
  width: 230px;
  margin: 0px auto 700px 190px;
  display: none;
}
@media screen and (max-width: 760px) {
  .page_workflow .article_h2.workflow .logo {
    width: 31vw;
  }
}
.page_workflow .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_workflow .box .content {
  width: 17%;
  padding: 10px;
  border: solid 1px #cccccc;
  position: relative;
}
@media screen and (min-width: 761px) {
  .page_workflow .box .content {
    margin: 0 40px 40px 0;
  }
}
@media screen and (max-width: 760px) {
  .page_workflow .box .content {
    width: 90%;
    margin-bottom: 14%;
    padding: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 761px) {
  .page_workflow .box .content::after {
    position: absolute;
    z-index: 1000;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/cmn/btn-arrow-right.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 760px) {
  .page_workflow .box .content::after {
    position: absolute;
    z-index: 1000;
    left: 50%;
    bottom: -12%;
    transform: translateX(-50%);
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/cmn/btn-arrow-bottom.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 761px) {
  .page_workflow .box .content:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 761px) {
  .page_workflow .box .content:nth-of-type(5n)::after {
    display: none;
  }
}
.page_workflow .box .content:last-child::after {
  display: none;
}
.page_workflow .box .content .txt {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
  .page_workflow .box .content .txt {
    font-size: 4.7vw;
    margin-bottom: 1%;
  }
}
.page_workflow .box .content .name {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page_workflow .box .content .name {
    font-size: 5.5vw;
    line-height: 1.2;
  }
}
.page_workflow .box .content .name span {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 760px) {
  .page_workflow .box .content .name span {
    font-size: 3.4vw;
  }
}
.page_workflow .box .content .ph_box {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .page_workflow .box .content .ph_box {
    margin-bottom: 7px;
  }
}
.page_workflow .box .content .txt_box .inner {
  margin-bottom: 5px;
}
.page_workflow .main_recruit {
  margin-bottom: 0;
}
.page_workflow .main_recruit .head_unit {
  margin-bottom: 0;
}
.page_workflow .tit {
  font-size: 38px;
  font-weight: 500;
  line-height: 0.7;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 760px) {
  .page_workflow .tit {
    font-size: 10vw;
    margin-bottom: 9%;
  }
}
.page_workflow .tit span {
  font-size: 15px;
  letter-spacing: 2px;
}
@media screen and (max-width: 760px) {
  .page_workflow .tit span {
    font-size: 5vw;
  }
}
.page_workflow .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page_workflow .txt {
    font-size: 3.7vw;
  }
}
.page_workflow .txt span {
  font-size: 28px;
}
.page_workflow .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_workflow .box .txt {
  font-size: 13px;
  line-height: 1.5;
}
.page_workflow .page_tit {
  background-color: #a03e64;
  height: 157px;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 0.7;
  margin-bottom: 86px;
  width: 100%;
  padding-top: 50px;
  letter-spacing: 3px;
}
@media screen and (max-width: 760px) {
  .page_workflow .page_tit {
    height: 94px;
    font-size: 7vw;
    padding-top: 7vw;
    margin-bottom: 14%;
  }
}
.page_workflow .page_tit span {
  font-size: 15px;
  letter-spacing: 2px;
}
@media screen and (max-width: 760px) {
  .page_workflow .page_tit span {
    font-size: 4vw;
  }
}
.page_workflow .unit {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page_workflow .unit {
    width: 90%;
  }
}
.page_workflow .unit .image {
  margin-bottom: 48px;
}
@media screen and (max-width: 760px) {
  .page_workflow .unit .image {
    margin-bottom: 3%;
  }
}
.page_workflow .unit .name {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 105px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page_workflow .unit .name {
    font-size: 8vw;
    margin-bottom: 20%;
  }
}
.page_workflow .unit .name::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #a03e64;
  position: absolute;
  top: 152%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 760px) {
  .page_workflow .unit .name::after {
    top: 133%;
  }
}
.page_workflow .unit .name span {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .page_workflow .unit .name span {
    font-size: 4vw;
  }
}
.page_workflow .unit .txt_box {
  width: 90%;
  margin: 0 auto 150px;
}
@media screen and (max-width: 760px) {
  .page_workflow .unit .txt_box {
    width: 100%;
    margin-bottom: 17%;
  }
}
.page_workflow .unit .txt_box .tit {
  font-size: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .page_workflow .unit .txt_box .tit {
    font-size: 6.5vw;
    margin-bottom: 10%;
  }
}
.page_workflow .unit .txt_box .txt {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 760px) {
  .page_workflow .unit .txt_box .txt {
    font-size: 4vw;
  }
}
.page_workflow .flow {
  width: 1200px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 760px) {
  .page_workflow .flow {
    margin-bottom: 6%;
    width: 100%;
  }
}
.page_workflow .entry {
  background-color: #f7efe8;
}
.page_workflow .entry .box {
  background: url(../recruit/images/entry.jpg) no-repeat center top;
  height: 725px;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .page_workflow .entry .box {
    margin-bottom: 0;
    background: url(../recruit/images/entry_sp.jpg) no-repeat center top;
    height: 257vw;
    background-size: contain;
  }
}
.page_workflow .entry .txt_box {
  margin: auto 670px auto 0;
}
@media screen and (max-width: 760px) {
  .page_workflow .entry .txt_box {
    margin: 60% auto 0;
  }
}
.page_workflow .entry .txt_box .txt {
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .page_workflow .entry .txt_box .txt {
    margin-bottom: 10%;
    font-size: 3.7vw;
  }
}
.page_workflow .entry .btn_entry {
  width: 370px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page_workflow .entry .btn_entry {
    width: 80%;
  }
}
.page_workflow .entry .btn_entry::after {
  content: "";
  width: 13px;
  height: 8px;
  position: absolute;
  background: url(../img/cmn/icon_arrow_wh.png) no-repeat center;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.page_workflow .entry .btn_entry a {
  background: #a03e64;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .page_workflow .entry .btn_entry a {
    font-size: 4vw;
    line-height: 15.5vw;
  }
}

.page_workflow.page_workflow01 .workflow01 {
  background-image: url(../recruit/images/workflow01/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_workflow.page_workflow01 .workflow01 {
    background-image: url(../recruit/images/workflow01/main_sp.jpg);
  }
}

.page_workflow.page_workflow02 .workflow02 {
  background-image: url(../recruit/images/workflow02/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_workflow.page_workflow02 .workflow02 {
    background-image: url(../recruit/images/workflow02/main_sp.jpg);
  }
}

.page_workflow.page_workflow03 .workflow03 {
  background-image: url(../recruit/images/workflow03/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_workflow.page_workflow03 .workflow03 {
    background-image: url(../recruit/images/workflow03/main_sp.jpg);
  }
}

.page_workflow.page_workflow04 .workflow04 {
  background-image: url(../recruit/images/workflow04/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_workflow.page_workflow04 .workflow04 {
    background-image: url(../recruit/images/workflow04/main_sp.jpg);
  }
}

.page_workflow.page_workflow05 .workflow05 {
  background-image: url(../recruit/images/workflow05/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_workflow.page_workflow05 .workflow05 {
    background-image: url(../recruit/images/workflow05/main_sp.jpg);
  }
}

.page_workflow.page_workflow06 .workflow06 {
  background-image: url(../recruit/images/workflow06/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_workflow.page_workflow06 .workflow06 {
    background-image: url(../recruit/images/workflow06/main_sp.jpg);
  }
}

.page_workflow.page_workflow07 .workflow07 {
  background-image: url(../recruit/images/workflow07/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_workflow.page_workflow07 .workflow07 {
    background-image: url(../recruit/images/workflow07/main_sp.jpg);
  }
}

.page_workflow.page_workflow08 .workflow08 {
  background-image: url(../recruit/images/workflow08/main.jpg);
}
@media screen and (max-width: 760px) {
  .page_workflow.page_workflow08 .workflow08 {
    background-image: url(../recruit/images/workflow08/main_sp.jpg);
  }
}

.main_reform .key_visual {
  margin-bottom: 80px;
}
@media (max-width: 760px) {
  .main_reform .key_visual {
    margin-bottom: 10%;
  }
}
.main_reform .sec-title-en {
  margin-bottom: 80px;
}
@media (max-width: 760px) {
  .main_reform .sec-title-en {
    margin-bottom: 10%;
  }
}
.main_reform .sec-title-en .txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .main_reform .sec-title-en .txt {
    font-size: 4.53vw;
  }
}
@media (max-width: 760px) {
  .main_reform .sec-map {
    margin-bottom: 0;
  }
}
@media (max-width: 760px) {
  .main_reform .sec-map .content {
    display: inherit;
  }
}
.main_reform .sec-map .content .txt {
  width: 48%;
}
@media (max-width: 760px) {
  .main_reform .sec-map .content .txt {
    width: 100%;
    display: inherit !important;
    margin-bottom: 10%;
  }
}
.main_reform .sec-map .content .txt em {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .main_reform .sec-map .content .txt em {
    font-style: normal;
    font-size: 4.53vw;
  }
}
.main_reform .sec-map .content ul.ph_list {
  width: 48%;
  margin-top: 35px;
}
@media (max-width: 760px) {
  .main_reform .sec-map .content ul.ph_list {
    width: 100%;
    margin-top: 0;
  }
}
.main_reform .sec-map .content ul.ph_list li {
  width: 49%;
  float: left;
  text-align: center;
}
.main_reform .sec-map .content ul.ph_list li:last-child {
  float: right;
}
.main_reform .sec-map .content ul.ph_list li .tit {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  font-family: agenda, sans-serif;
  font-size: 23px;
}
@media (max-width: 760px) {
  .main_reform .sec-map .content ul.ph_list li .tit {
    margin-bottom: 3%;
    font-size: 4.8vw;
  }
}
.main_reform .sec-map .content .map_img {
  width: 45%;
}
@media (max-width: 760px) {
  .main_reform .sec-map .content .map_img {
    margin: 0 auto 8%;
    font-size: 5.2vw;
    width: 80%;
  }
}
.main_reform .sec-map .content .list {
  margin-top: 0;
  width: 50%;
}
@media (max-width: 760px) {
  .main_reform .sec-map .content .list {
    margin-bottom: 3%;
    font-size: 5.2vw;
    width: 100%;
  }
}
.main_reform .sec-gallery .thumnail .item {
  overflow: hidden;
}

.main_company .section_company {
  width: 1100px;
  margin: 0 auto 80px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .main_company .section_company {
    width: 90%;
    margin: 0 5% 10%;
  }
}
.main_company .section_company .unit {
  margin-top: 40px;
}
.main_company .section_company .unit:first-child {
  margin-top: 0;
}
.main_company .section_company .unit h3 {
  font-size: 20px;
  margin-bottom: 15px;
  background: #ffd700;
  padding: 9px 0 9px 16px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .main_company .section_company .unit h3 {
    font-size: 4vw;
  }
}
.main_company .section_company .box_wrapper {
  max-width: 100%;
  margin: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .main_company .section_company .box_wrapper {
    max-width: 100%;
    margin: 0 0 10%;
    padding: 0;
  }
}
.main_company .section_company .box_wrapper .ph_box {
  width: 30%;
}
@media screen and (max-width: 760px) {
  .main_company .section_company .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}
.main_company .section_company .box_wrapper .txt_box {
  width: 70%;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 760px) {
  .main_company .section_company .box_wrapper .txt_box {
    width: 100%;
    padding: 0;
  }
}
.main_company .section_company .box_wrapper .tit {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .main_company .section_company .box_wrapper .tit {
    font-size: 4.27vw;
    margin-bottom: 3%;
  }
}
.main_company .section_company .box_wrapper .txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .main_company .section_company .box_wrapper .txt {
    font-size: 3.47vw;
  }
}
.main_company .section_company .box_wrapper .name {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .main_company .section_company .box_wrapper .name {
    font-size: 4.27vw;
  }
}
.main_company .section_company .box_wrapper .name small {
  margin-right: 5px;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .main_company .section_company .box_wrapper .name small {
    font-size: 3vw;
  }
}
.main_company .section_company .box_wrapper.reverse {
  flex-direction: row-reverse;
}
.main_company .section_company .map_btn {
  margin-left: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 0px 5px 2px;
  border-radius: 5px;
  background: #252525;
  color: #fff;
  font-size: 12px;
}

.main_faq .section_faq {
  width: 1120px;
  margin: 80px auto 0;
  text-align: left;
  border-style: none;
}
@media (max-width: 760px) {
  .main_faq .section_faq {
    width: 90%;
    margin: 10% 5% 13%;
  }
}

.main_faq .section_faq dl {
  border-bottom: 1px dotted #a8a8a8;
}
.main_faq .section_faq dl:last-child {
  border-bottom: none;
}
.main_faq .section_faq dt {
  font-size: 15px;
  position: relative;
  padding: 20px 30px;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 760px) {
  .main_faq .section_faq dt {
    font-size: 4vw;
    padding: 3% 14% 3% 8%;
  }
}
.main_faq .section_faq dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transform: rotate(135deg);
  border-top: 1px solid #626262;
  border-right: 1px solid #626262;
  content: "";
}
.main_faq .section_faq dt::before {
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 5px;
  content: "Q.";
}
@media (max-width: 760px) {
  .main_faq .section_faq dt::before {
    top: 50%;
    left: 5px;
    margin-top: -15px;
  }
}
.main_faq .section_faq dt.active::after {
  top: 50%;
  margin-top: -3px;
  transform: rotate(-45deg);
  border-top: 1px solid #a8a8a8 !important;
  border-right: 1px solid #a8a8a8 !important;
}
.main_faq .section_faq dd {
  font-size: 13px;
  position: relative;
  display: none;
  margin-bottom: 2%;
  padding: 0px 10px 30px 28px;
  text-align: left;
}
@media (max-width: 760px) {
  .main_faq .section_faq dd {
    font-size: 3.47vw;
    padding: 3% 4% 8% 4%;
  }
}
.main_faq .section_faq dd::before {
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 5px;
  content: "A.";
}
@media (max-width: 760px) {
  .main_faq .section_faq dd::before {
    content: none;
  }
}
.main_faq .section_faq dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.main_faq .section_faq dd a {
  text-decoration: underline;
}
.main_faq .section_faq dd .btn {
  margin-top: 30px;
}
@media (max-width: 760px) {
  .main_faq .section_faq dd .btn {
    margin-top: 8%;
  }
}
.main_faq .section_faq dd .btn a {
  text-decoration: none;
}

.main_sale ul.index_btn {
  width: 1000px;
  margin: 80px auto 0;
}
@media (max-width: 760px) {
  .main_sale ul.index_btn {
    width: 90%;
    margin: 10% 5% 0;
  }
}
.main_sale ul.index_btn li {
  width: 100%;
  height: 328px;
  margin-bottom: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 760px) {
  .main_sale ul.index_btn li {
    width: 100%;
    height: 60vw;
    margin-bottom: 10%;
  }
}
.main_sale ul.index_btn li.build {
  background-image: url(../img/sale/bg01.jpg);
}
@media (max-width: 760px) {
  .main_sale ul.index_btn li.build {
    background-image: url(../img/sale/bg01_sp.jpg);
  }
}
.main_sale ul.index_btn li.land {
  background-image: url(../img/sale/bg02.jpg);
}
@media (max-width: 760px) {
  .main_sale ul.index_btn li.land {
    background-image: url(../img/sale/bg02_sp.jpg);
  }
}
.main_sale ul.index_btn li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.main_sale ul.index_btn li a::before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  background: #252525;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.main_sale ul.index_btn li a .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  text-align: center;
  width: 100%;
  color: #fff;
}
.main_sale ul.index_btn li a .inner .sub {
  font-family: agenda, sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 38px;
  letter-spacing: 1px;
}
@media (max-width: 760px) {
  .main_sale ul.index_btn li a .inner .sub {
    margin-bottom: 2%;
    font-size: 7vw;
  }
}
.main_sale ul.index_btn li a .inner h3 {
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
}
@media (max-width: 760px) {
  .main_sale ul.index_btn li a .inner h3 {
    font-size: 3vw;
  }
}

.main_policy .section_policy {
  width: 1120px;
  margin: 0 auto 80px;
  text-align: left;
}
.main_policy .section_policy .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 400;
}
.main_policy .section_policy .unit {
  margin-top: 40px;
}
.main_policy .section_policy .unit:first-child {
  margin-top: 0;
}
.main_policy .section_policy .unit h3 {
  font-size: 18px;
  margin-bottom: 15px;
  background: #eee;
  padding: 9px 0 9px 16px;
  font-weight: 500;
}
.main_policy .section_policy .unit h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.main_policy .section_policy .unit dl {
  margin-bottom: 15px;
}
.main_policy .section_policy .unit dl dt {
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #1f1f1f;
  padding-bottom: 8px;
}

@media screen and (max-width: 740px) {
  .main_policy .section_policy {
    width: 90%;
    margin: 0 5%;
  }
  .main_policy .section_policy .txt {
    margin-bottom: 8%;
    font-size: 3.47vw;
  }
  .main_policy .section_policy .unit {
    margin-top: 13%;
  }
  .main_policy .section_policy h3 {
    font-size: 4vw;
  }
  .main_policy .section_policy h4 {
    font-size: 3.73vw;
  }
}
/**********************************************

404

**********************************************/
.section_404 {
  margin: 90px auto 0;
}
.section_404 .txt {
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_404 {
    width: 100%;
    margin: 5% auto 10%;
  }
}

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