@charset "UTF-8";
/**********************************************

common

**********************************************/
.section_lead .txt {
  margin-bottom: 50px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_lead .txt {
    padding: 0 5%;
  }
}

@media screen and (max-width: 740px) {
  .section_lead .txt {
    margin-bottom: 8%;
    line-height: 1.7;
    text-align: left;
  }
}

.section_lead .txt span {
  color: #e63c04;
}

.section_lead .txt small {
  font-size: 14px;
}

.other_list {
  margin-bottom: 100px;
  padding-top: 55px;
  border-top: 1px solid #c4c4c4;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .other_list {
    margin-bottom: 13%;
    padding-top: 8%;
  }
}

.other_list ul {
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .other_list ul {
    margin: 0 5%;
  }
}

.other_list ul li {
  width: 314px;
  margin-right: 19px;
  float: left;
}

@media screen and (max-width: 740px) {
  .other_list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    float: none;
  }
}

.other_list ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 740px) {
  .other_list ul li:last-child {
    margin-bottom: 0;
  }
}

/**********************************************

新型コロナウイルス感染防止対策について

**********************************************/
.main_covid .article_h2 h2 {
  font-size: 37px;
  line-height: 1.3;
}

@media screen and (max-width: 740px) {
  .main_covid .article_h2 h2 {
    font-size: 6vw;
  }
}

.main_covid .section_lead {
  width: 1120px;
  height: 370px;
  margin: 0 auto 80px;
  padding-top: 110px;
  background: url(../covid-19/img/bg_lead.jpg) no-repeat center center;
  background-size: 100% auto;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .main_covid .section_lead {
    width: 100%;
    height: auto;
    margin: 0 0 10%;
    padding-top: 10%;
    padding-bottom: 10%;
    background: url(../covid-19/img/bg_lead_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.main_covid .section_lead h2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .main_covid .section_lead h2 {
    margin-bottom: 5%;
    font-weight: normal;
    font-size: 6vw;
    line-height: 1.3;
  }
}

.main_covid .section_lead .txt {
  font-size: 16px;
}

@media screen and (max-width: 740px) {
  .main_covid .section_lead .txt {
    margin-bottom: 0;
    font-size: 3.8vw;
  }
}

.section_covid {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_covid {
    width: 90%;
    margin: 0 5%;
  }
}

.section_covid .unit {
  margin-bottom: 100px;
}

@media screen and (max-width: 740px) {
  .section_covid .unit {
    margin-bottom: 13%;
  }
}

.section_covid .unit01 .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section_covid .unit01 .box_wrapper .box {
  width: 480px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 23px;
  border: 1px solid #9e9e9e;
}

@media screen and (max-width: 740px) {
  .section_covid .unit01 .box_wrapper .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    padding: 4%;
  }
}

.section_covid .unit01 .box_wrapper .box:nth-child(2n) {
  margin-right: 0;
}

.section_covid .unit01 .box_wrapper .box:nth-child(2n+1) {
  clear: left;
}

.section_covid .unit01 .box_wrapper .tit {
  margin-bottom: 15px;
  padding: 20px;
  background: #fbefeb;
  color: #e63c04;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_covid .unit01 .box_wrapper .tit {
    margin-bottom: 4%;
    padding: 5% 0;
    font-size: 4.53vw;
  }
}

.section_covid .unit01 .box_wrapper .inner_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 430px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_covid .unit01 .box_wrapper .inner_wrapper {
    width: 100%;
  }
}

.section_covid .unit01 .box_wrapper .inner_wrapper .ph_box {
  width: 124px;
}

@media screen and (max-width: 740px) {
  .section_covid .unit01 .box_wrapper .inner_wrapper .ph_box {
    width: 100px;
  }
}

.section_covid .unit01 .box_wrapper .inner_wrapper .txt_box {
  position: relative;
  width: 300px;
}

@media screen and (max-width: 740px) {
  .section_covid .unit01 .box_wrapper .inner_wrapper .txt_box {
    width: calc(100% - 100px);
  }
}

.section_covid .unit01 .box_wrapper .inner_wrapper .txt_box .txt {
  position: absolute;
  top: 50%;
  padding-left: 15px;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_covid .unit01 .box_wrapper .inner_wrapper .txt_box .txt {
    padding-left: 15px;
    font-size: 3.73vw;
  }
}

.section_covid .unit02 {
  text-align: center;
}

.section_covid .unit02 ul {
  display: inline-block;
  margin: 0 auto;
}

.section_covid .unit02 ul li {
  width: 220px;
  margin-right: 19px;
  float: left;
}

@media screen and (max-width: 740px) {
  .section_covid .unit02 ul li {
    width: 70%;
    margin: 0 auto 8%;
    float: none;
  }
}

.section_covid .unit02 ul li:last-child {
  width: 450px;
  margin-right: 0;
}

@media screen and (max-width: 740px) {
  .section_covid .unit02 ul li:last-child {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
}

.section_covid .unit02 ul li .ph {
  margin-bottom: 10px;
}

@media screen and (max-width: 740px) {
  .section_covid .unit02 ul li .ph {
    margin-bottom: 2%;
  }
}

.section_covid .unit02 ul li .txt {
  font-weight: bold;
  font-size: 15px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}

@media screen and (max-width: 740px) {
  .section_covid .unit02 ul li .txt {
    font-size: 3.73vw;
  }
}

.section_covid .unit02 ul li .ph_wrapper {
  margin-bottom: 10px;
}

@media screen and (max-width: 740px) {
  .section_covid .unit02 ul li .ph_wrapper {
    margin-bottom: 2%;
  }
}

.section_covid .unit02 ul li .ph_wrapper .ph {
  width: 220px;
  margin-bottom: 0;
  float: left;
}

@media screen and (max-width: 740px) {
  .section_covid .unit02 ul li .ph_wrapper .ph {
    width: 100%;
    margin-bottom: 1%;
    float: none;
  }
}

.section_covid .unit02 ul li .ph_wrapper .ph:last-child {
  float: right;
}

@media screen and (max-width: 740px) {
  .section_covid .unit02 ul li .ph_wrapper .ph:last-child {
    float: none;
  }
}

.section_covid .unit03 .txt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_covid .unit03 .txt {
    margin-bottom: 6%;
    font-size: 3.73vw;
    text-align: left;
  }
}

.section_covid .unit03 .ph {
  width: 939px;
  margin: 0 auto 48px;
}

@media screen and (max-width: 740px) {
  .section_covid .unit03 .ph {
    width: 100%;
    margin: 0 0 6%;
  }
}

.section_covid .unit03 .notice {
  width: 939px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #d9d5d4;
  font-size: 15px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_covid .unit03 .notice {
    width: 100%;
    padding: 4%;
    font-size: 3.47vw;
  }
}

.section_covid .unit03 .notice em {
  color: #e63c04;
  font-weight: bold;
}

/**********************************************

初めての方へ

**********************************************/
@media screen and (max-width: 740px) {
  .main_reason.first h2.tit {
    width: 90%;
    height: auto;
    margin: 0 auto 5%;
    padding: 4% 0;
    background-size: 100% 100%;
    line-height: 1.3;
  }
}

.main_reason.first .unit {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 740px) {
  .main_reason.first .unit {
    margin: 0 auto 13%;
  }
}

.main_reason.first .unit .section_lead .txt {
  margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
  .main_reason.first .unit .section_lead .txt {
    margin-bottom: 5%;
  }
}

.main_reason.first .link_btn {
  width: 420px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_reason.first .link_btn {
    width: 80%;
  }
}

.main_reason.first .box_wrapper {
  width: 100%;
  margin: 0 auto 25px;
  background: #e2e1d9;
}

@media screen and (max-width: 740px) {
  .main_reason.first .box_wrapper {
    margin: 0 auto 5%;
    background: none;
  }
}

.main_reason.first .box_wrapper .ph {
  width: 40%;
  max-width: 400px;
}

@media screen and (max-width: 740px) {
  .main_reason.first .box_wrapper .ph {
    width: 100%;
    margin-bottom: 5%;
  }
}

.main_reason.first .box_wrapper .contents_box {
  width: 60%;
  max-width: 580px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main_reason.first .box_wrapper .contents_box {
    width: 95%;
    margin: 0 auto;
  }
}

.main_reason.first .box_wrapper .contents_box ul {
  padding: 30px;
}

@media screen and (max-width: 740px) {
  .main_reason.first .box_wrapper .contents_box ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.main_reason.first .box_wrapper .contents_box ul li {
  padding: 12px 12px 12px 30px;
  border-bottom: 1px dotted #bfb3b0;
  background: url(../reason/img/first/ico_check.png) no-repeat left center;
  background-size: 24px auto;
  font-size: 17px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .main_reason.first .box_wrapper .contents_box ul li {
    font-size: 4vw;
    line-height: 1.3;
  }
}

.main_reason.first .box_wrapper .contents_box ul li span {
  background: linear-gradient(transparent 60%, #ffe573 60%);
}

.main_reason.first .box_wrapper .contents_box ul li:first-child {
  border-top: 1px dotted #bfb3b0;
}

.main_reason.first .box_wrapper .txt {
  padding: 30px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 740px) {
  .main_reason.first .box_wrapper .txt {
    padding: 0;
    font-size: 3.73vw;
  }
}

.main_reason.first .box_wrapper .left {
  float: left;
}

@media screen and (max-width: 740px) {
  .main_reason.first .box_wrapper .left {
    float: none;
  }
}

.main_reason.first .box_wrapper .right {
  float: right;
}

@media screen and (max-width: 740px) {
  .main_reason.first .box_wrapper .right {
    float: none;
  }
}

/**********************************************

選ばれる理由

**********************************************/
.main_reason.index .unit {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 25px;
  padding-bottom: 100px;
  background: url(../reason/img/index/shadow.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit {
    margin: 0 auto 10%;
    padding-bottom: 15%;
  }
}

.main_reason.index .unit:last-child {
  margin: 0 auto;
  padding-bottom: 0;
  background: none;
}

.main_reason.index .unit .ph {
  width: 50%;
  max-width: 490px;
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit .ph {
    width: 100%;
    margin-bottom: 5%;
  }
}

.main_reason.index .unit .txt_box {
  width: 48%;
  max-width: 448px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit .txt_box {
    width: 100%;
  }
}

.main_reason.index .unit h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 60px;
  border-bottom: 1px solid #e63c04;
  font-size: 28px;
  line-height: 1.3;
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit h3 {
    font-weight: 400;
    font-size: 5.6vw;
  }
}

.main_reason.index .unit h3::before {
  position: absolute;
  top: 2px;
  left: 5px;
  content: "1";
  color: #e63c04;
  font-size: 70px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit h3::before {
    top: -7px;
  }
}

.main_reason.index .unit h3 span {
  display: inline-block;
  margin-bottom: 1%;
  padding: 5px 10px;
  clear: both;
  background: #422d28;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.main_reason.index .unit .txt {
  font-size: 16px;
  line-height: 1.8;
}

.main_reason.index .unit .txt span {
  color: #e63c04;
  font-size: 24px;
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit .txt {
    font-size: 3.73vw;
  }
  .main_reason.index .unit .txt span {
    font-size: 5.6vw;
  }
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit.no02 h3 {
    padding-top: 10px;
  }
}

.main_reason.index .unit.no02 h3::before {
  top: -15px;
  content: "2";
}

.main_reason.index .unit.no03 h3::before {
  content: "3";
}

.main_reason.index .unit.no04 h3::before {
  content: "4";
}

.main_reason.index .unit.no05 h3::before {
  content: "5";
}

.main_reason.index .unit .left {
  float: left;
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit .left {
    float: none;
  }
}

.main_reason.index .unit .right {
  float: right;
}

@media screen and (max-width: 740px) {
  .main_reason.index .unit .right {
    float: none;
  }
}

/**********************************************

きずなストーリー

**********************************************/
.main_story.index .section_lead {
  margin: 0 auto;
}

.main_story.index .unit .inner {
  width: 980px;
  margin: 0 auto 100px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .main_story.index .unit .inner {
    width: 90%;
    margin: 0 5% 10%;
  }
}

.main_story.index .unit li {
  width: 483px;
  margin-bottom: 13px;
  float: left;
}

@media screen and (max-width: 740px) {
  .main_story.index .unit li {
    width: 100%;
    margin-bottom: 3%;
    float: none;
  }
}

.main_story.index .unit li:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 740px) {
  .main_story.index .unit li:nth-child(2n) {
    float: none;
  }
}

.main_story.index .unit li:nth-child(2n+1) {
  clear: left;
}

.main_story.case01 {
  background: #e6e5da url(../story/img/01.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case01 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case01::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/01.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case02 {
  background: #e6e5da url(../story/img/02.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case02 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case02::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/02.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case03 {
  background: #e6e5da url(../story/img/03.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case03 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case03::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/03.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case04 {
  background: #e6e5da url(../story/img/04.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case04 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case04::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/04.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case05 {
  background: #e6e5da url(../story/img/05.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case05 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case05::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/05.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case06 {
  background: #e6e5da url(../story/img/06.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case06 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case06::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/06.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case07 {
  background: #e6e5da url(../story/img/07.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case07 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case07::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/07.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case08 {
  background: #e6e5da url(../story/img/08.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case08 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case08::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/08.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case09 {
  background: #e6e5da url(../story/img/09.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case09 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case09::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/09.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.main_story.case10 {
  background: #e6e5da url(../story/img/10.jpg) no-repeat left top;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 740px) {
  .main_story.case10 {
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .main_story.case10::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../story/img/10.jpg) no-repeat top left;
    background-size: auto 100%;
    content: "";
  }
}

.section_story .unit01 .wrapper {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_story .unit01 .wrapper {
    width: 100%;
  }
}

.section_story .unit01 .inner {
  display: flex;
  flex-direction: column;
  width: 476px;
  margin: 0 auto;
  padding: 140px 0 100px 60px;
  float: right;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_story .unit01 .inner {
    width: 100%;
    padding: 8% 5%;
    float: none;
    background: rgba(230, 229, 218, 0.9);
  }
}

.section_story .unit01 .box {
  width: 100%;
  margin-bottom: 100px;
}

@media screen and (max-width: 740px) {
  .section_story .unit01 .box {
    margin-bottom: 13%;
  }
}

.section_story .unit01 .box:last-child {
  margin-bottom: 0;
}

.section_story .unit01 .sub_tit {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 740px) {
  .section_story .unit01 .sub_tit {
    margin-bottom: 3%;
    font-size: 3.47vw;
  }
}

.section_story .unit01 h2 {
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_story .unit01 h2 {
    margin-bottom: 5%;
  }
}

.section_story .unit01 h2 img {
  width: auto;
  height: 110px;
}

@media screen and (max-width: 740px) {
  .section_story .unit01 h2 img {
    width: 100%;
    height: auto;
  }
}

.section_story .unit01 h2.long img {
  width: auto;
  height: 130px;
}

.section_story .unit01 .tit_staff {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.3;
}

@media screen and (max-width: 740px) {
  .section_story .unit01 .tit_staff {
    margin-bottom: 4%;
    font-size: 5.87vw;
  }
}

.section_story .unit01 .txt {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 740px) {
  .section_story .unit01 .txt {
    font-size: 3.73vw;
    line-height: 1.7;
  }
}

.section_story .unit02 {
  padding: 90px 0;
  background: #fff;
}

@media screen and (max-width: 740px) {
  .section_story .unit02 {
    padding: 10% 0 0;
  }
}

.section_story .unit02 .inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_story .unit02 .inner {
    width: 90%;
    margin: 0 5% 10%;
  }
}

.section_story .unit02 h3 {
  margin-bottom: 60px;
  padding-top: 68px;
  background: url(../story/img/shadow.png) no-repeat center top;
  background-size: 100% auto;
  font-size: 30px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_story .unit02 h3 {
    margin-bottom: 6%;
    padding-top: 8%;
    font-size: 5.2vw;
  }
}

.section_story .unit02 li {
  width: 483px;
  margin-bottom: 13px;
  float: left;
}

@media screen and (max-width: 740px) {
  .section_story .unit02 li {
    width: 100%;
    margin-bottom: 3%;
    float: none;
  }
}

.section_story .unit02 li:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 740px) {
  .section_story .unit02 li:nth-child(2n) {
    float: none;
  }
}

.section_story .unit02 li:nth-child(2n+1) {
  clear: left;
}

main.main_story .container {
  margin: 0;
  padding: 0;
}

/**********************************************

お急ぎの方へ

**********************************************/
.main_urgent .main {
  height: 622px;
  margin-bottom: 60px;
  background: url(../urgent/img/main.jpg) no-repeat center center;
  background-size: auto 622px;
}

@media screen and (max-width: 740px) {
  .main_urgent .main {
    height: 105vw;
    margin-bottom: 5%;
    background: url(../urgent/img/main_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}

.main_urgent .main.main_up {
  background: url(../urgent/img/main.jpg) no-repeat center center;
  background-size: auto 622px;
}

@media screen and (max-width: 740px) {
  .main_urgent .main.main_up {
    background: url(../urgent/img/main_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}

.main_urgent dl.accordion_urgent {
  margin: 0 0 3%;
}

.main_urgent dl.accordion_urgent dt {
  position: relative;
}

.main_urgent dl.accordion_urgent dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(135deg);
  border-top: 2px solid #007696;
  border-right: 2px solid #007696;
  content: "";
}

.main_urgent dl.accordion_urgent dt.active::after {
  margin-top: -4px;
  transform: rotate(-45deg);
}

.main_urgent dl.accordion_urgent dd {
  display: none;
  padding: 0 0 8%;
}

.main_urgent .slick-dots {
  display: inherit !important;
}

.main_urgent .tel_unit {
  margin-bottom: 110px;
}

@media screen and (max-width: 740px) {
  .main_urgent .tel_unit {
    margin-bottom: 30%;
  }
}

.main_urgent .facility {
  padding: 85px 0;
  background: url(../urgent/img/bg01.jpg) repeat center top;
  background-size: 100% auto;
}

@media screen and (max-width: 740px) {
  .main_urgent .facility {
    padding: 8% 5%;
  }
}

.main_urgent .facility .tit {
  width: 622px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 740px) {
  .main_urgent .facility .tit {
    width: 100%;
    margin: 0 auto 8%;
  }
}

.main_urgent .facility ul.slider {
  width: 980px;
  margin: 0 auto 90px;
}

.main_urgent .facility .map {
  width: 980px;
  height: 400px;
  margin: 0 auto;
  border: 1px solid #007696;
}

@media screen and (max-width: 740px) {
  .main_urgent .facility .map {
    width: 100%;
    height: 250px;
    margin: 8% 0 0;
  }
}

.main_urgent .facility .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.main_urgent .facility .slick-prev, .main_urgent .facility .slick-next {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

.main_urgent .facility .slick-prev {
  left: -30px;
  background: url(../urgent/img/prev_facility.png) no-repeat center center;
  background-size: 100% auto;
}

.main_urgent .facility .slick-next {
  right: -30px;
  background: url(../urgent/img/next_facility.png) no-repeat center center;
  background-size: 100% auto;
}

.main_urgent .problem {
  height: 876px;
  margin-bottom: 100px;
  background: url(../urgent/img/bg_problem.jpg) no-repeat center center;
  background-size: auto 876px;
}

@media screen and (max-width: 740px) {
  .main_urgent .problem {
    height: auto;
    margin-bottom: 10%;
    background: none;
  }
}

.main_urgent .reason {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_urgent .reason {
    width: 90%;
  }
}

.main_urgent .wait {
  height: 489px;
  margin-bottom: 85px;
  padding: 80px 0;
  background: url(../urgent/img/bg02.jpg) repeat center center;
  background-size: auto 100%;
}

@media screen and (max-width: 740px) {
  .main_urgent .wait {
    height: auto;
    margin-bottom: 10%;
    padding: 8% 0;
  }
}

.main_urgent .wait p {
  width: 489px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_urgent .wait p {
    width: 100%;
  }
}

.main_urgent .support {
  width: 1007px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 740px) {
  .main_urgent .support {
    width: 90%;
    margin: 0 auto 10%;
  }
}

@media screen and (max-width: 740px) {
  .main_urgent .support .img01 {
    margin-bottom: 10%;
  }
}

.main_urgent .support .tit_graph {
  width: 100%;
  margin-bottom: 8%;
}

.main_urgent .support .caption_graph {
  margin-bottom: 3%;
  color: #999;
  font-size: 3.2vw;
  text-align: left;
}

.main_urgent .support .img_graph {
  margin-bottom: 5%;
  overflow-x: scroll;
}

.main_urgent .support .img_graph img {
  width: auto;
  height: 400px;
}

.main_urgent .support .txt_graph {
  width: 100%;
}

.main_urgent .voice {
  margin-bottom: 80px;
  padding: 85px 0;
  background: url(../urgent/img/bg01.jpg) repeat center top;
  background-size: 100% auto;
}

@media screen and (max-width: 740px) {
  .main_urgent .voice {
    margin-bottom: 10%;
    padding: 8% 5%;
  }
}

.main_urgent .voice .tit {
  width: 619px;
  margin: 0 auto 55px;
}

@media screen and (max-width: 740px) {
  .main_urgent .voice .tit {
    width: 100%;
    margin: 0 auto 5%;
  }
}

.main_urgent .voice ul.slider {
  width: 980px;
  margin: 0 auto;
}

.main_urgent .voice .slick-prev, .main_urgent .voice .slick-next {
  top: 50%;
  width: 26px;
  height: 41px;
  margin-top: -20px;
}

.main_urgent .voice .slick-prev {
  left: -40px;
  background: url(../urgent/img/prev_voice.png) no-repeat center center;
  background-size: 100% auto;
}

.main_urgent .voice .slick-next {
  right: -40px;
  background: url(../urgent/img/next_voice.png) no-repeat center center;
  background-size: 100% auto;
}

.main_urgent .faq {
  width: 980px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 740px) {
  .main_urgent .faq {
    width: 90%;
    margin: 0 auto 10%;
  }
}

.main_urgent .faq .tit {
  width: 761px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 740px) {
  .main_urgent .faq .tit {
    width: 100%;
    margin: 0 auto 5%;
  }
}

.main_urgent .faq dl {
  margin-bottom: 10px;
}

@media screen and (max-width: 740px) {
  .main_urgent .faq dl {
    margin-bottom: 3%;
  }
}

.main_urgent .faq dl:last-child {
  border-bottom: none;
}

.main_urgent .faq dt {
  position: relative;
  padding: 20px;
  border: 1px solid #422d28;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main_urgent .faq dt {
    padding: 3% 12% 3% 3%;
    font-size: 4.27vw;
  }
}

.main_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 #007696;
  border-right: 2px solid #007696;
  content: "";
}

.main_urgent .faq dt::before {
  content: "Q. ";
  color: #007696;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 740px) {
  .main_urgent .faq dt::before {
    font-size: 4.27vw;
  }
}

.main_urgent .faq dt.active:after {
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
  border-top: 2px solid #422d28;
  border-right: 2px solid #422d28;
}

.main_urgent .faq dd {
  display: none;
  position: relative;
  padding: 10px 20px 40px 20px;
  font-size: 14px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main_urgent .faq dd {
    padding: 3% 2% 6% 2%;
    font-size: 3.73vw;
  }
}

.main_urgent .faq dd::before {
  content: "A. ";
  color: #422d28;
  font-weight: 700;
  font-size: 16px;
}

.main_urgent .faq dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.main_urgent .faq dd a {
  color: #422d28;
  text-decoration: underline;
}

.main_urgent .plan {
  padding: 110px 0 0;
}

.main_urgent .plan > .tit {
  width: 458px;
  margin: 0 auto 58px;
}

.main_urgent .plan .inner {
  width: 1120px;
  margin: 0 auto;
}

.main_urgent .plan .inner .plan_list {
  margin-bottom: 95px;
}

.main_urgent .plan .inner .plan_list .box {
  width: 346px;
  margin-right: 41px;
  padding: 30px 13px;
  float: left;
  border: 1px solid #d9d5d4;
}

.main_urgent .plan .inner .plan_list .box:last-child {
  margin-right: 0;
}

.main_urgent .plan .inner .plan_list .box .tit {
  margin-bottom: 30px;
  color: #e63c04;
  font-size: 30px;
  text-align: center;
}

.main_urgent .plan .inner .plan_list .box .ph {
  margin-bottom: 30px;
}

.main_urgent .plan .inner .plan_list .box .tit02 {
  margin-bottom: 20px;
  padding: 10px;
  background: #fcebe5;
  color: #e63c04;
  font-size: 16px;
  text-align: center;
}

.main_urgent .plan .inner .plan_list .box .price {
  padding-left: 0;
}

.main_urgent .plan .inner .plan_list .box .price .price01 {
  font-size: 36px;
  line-height: 1.4;
  /* margin-bottom: 20px; */
}

.main_urgent .plan .inner .plan_list .box .price .price01 .icon {
  display: inline-block;
  width: 92px;
  margin-top: -9px;
  margin-right: 13px;
  margin-bottom: 0;
  padding: 3px;
  float: none;
  border: 1px solid #422d28;
  color: #422d28;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  vertical-align: middle;
}

.main_urgent .plan .inner .plan_list .box .price .price01 .small {
  font-size: 22px;
}

.main_urgent .plan .inner .plan_list .box .price .price01 .zei {
  font-size: 13px;
}

.main_urgent .plan .inner .plan_list .box .price .price01 > small {
  display: block;
  padding-left: 106px;
  font-size: 13px;
  line-height: 1;
}

.main_urgent .plan .inner .plan_list .box .price .price01 > small small {
  font-size: 10px;
}

.main_urgent .plan .inner .plan_list .box .price .price02 {
  /* margin-bottom: 20px; */
  color: #a82356;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.4;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main_urgent .plan .inner .plan_list .box .price .price02 .icon {
  display: inline-block;
  width: 92px;
  margin-top: -9px;
  margin-right: 13px;
  margin-bottom: 0;
  padding: 3px;
  float: none;
  border: 1px solid #a82356;
  color: #a82356;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  vertical-align: middle;
}

.main_urgent .plan .inner .plan_list .box .price .price02 .small {
  font-size: 26px;
}

.main_urgent .plan .inner .plan_list .box .price .price02 .zei {
  font-size: 13px;
}

.main_urgent .plan .inner .plan_list .box .price .price02 > small {
  display: block;
  margin-top: -5px;
  padding-left: 106px;
  font-size: 13px;
  line-height: 1;
}

.main_urgent .plan .inner .plan_list .box .price .price02 > small small {
  font-size: 10px;
}

.main_urgent .plan .inner .plan_list .box .txt {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

.main_urgent .plan .inner .plan_list .box .btn {
  width: 246px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
}

.main_urgent .plan .inner .plan_list .box .btn a {
  display: block;
  position: relative;
  position: relative;
  border: 1px solid #422d28;
  border-radius: 22px;
  background: transparent;
  color: #422d28;
  font-weight: 700;
  font-size: 16px;
  line-height: 43px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: center;
  text-decoration: none;
  transition: all .4s;
}

.main_urgent .plan .inner .plan_list .box .btn a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border: 0px;
  border-top: solid 2px #422d28;
  border-right: solid 2px #422d28;
  content: '';
}

.main_urgent .plan .inner .plan_list .box:last-child {
  position: relative;
}

.main_urgent .plan .inner .plan_list .box:last-child::after {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 83px;
  height: 83px;
  background: url(../img/top/icon_premium.png) no-repeat center;
  background-size: 100% auto;
  content: "";
}

.main_urgent .plan .inner .btn {
  width: 500px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.main_urgent .plan .inner .btn a {
  display: block;
  position: relative;
  position: relative;
  border: none;
  border-radius: 30px;
  background: #e63c04;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: center;
  text-decoration: none;
  transition: all .4s;
}

.main_urgent .plan .inner .btn a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}

.main_urgent .plan .inner .btn a span {
  display: inline-block;
  position: relative;
  padding-left: 42px;
}

.main_urgent .plan .inner .btn a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 23px;
  margin: auto;
  background: url(../img/top/icon_hitudoku.jpg) no-repeat center;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_urgent .plan {
    padding: 10% 0 0;
  }
  .main_urgent .plan > .tit {
    width: 90%;
    margin: 0 5% 8%;
  }
  .main_urgent .plan .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .main_urgent .plan .inner .plan_list {
    margin-bottom: 10%;
  }
  .main_urgent .plan .inner .plan_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
    padding: 5% 5% 8%;
    float: left;
    border: 1px solid #d9d5d4;
  }
  .main_urgent .plan .inner .plan_list .box:last-child {
    margin-right: 0;
  }
  .main_urgent .plan .inner .plan_list .box .tit {
    margin-bottom: 4%;
    color: #e63c04;
    font-size: 6.5vw;
    text-align: center;
  }
  .main_urgent .plan .inner .plan_list .box .ph {
    margin-bottom: 5%;
  }
  .main_urgent .plan .inner .plan_list .box .tit02 {
    margin-bottom: 5%;
    padding: 3%;
    background: #fcebe5;
    color: #e63c04;
    font-size: 4vw;
    text-align: center;
  }
  .main_urgent .plan .inner .plan_list .box .price {
    padding-left: 10%;
  }
  .main_urgent .plan .inner .plan_list .box .price .price01 {
    margin-bottom: 3%;
    font-size: 12vw;
    line-height: 1;
  }
  .main_urgent .plan .inner .plan_list .box .price .price01 .icon {
    display: inline-block;
    width: 60px;
    margin-right: 6px;
    padding: 3px;
    border: 1px solid #422d28;
    color: #422d28;
    font-size: 3.4vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    vertical-align: middle;
  }
  .main_urgent .plan .inner .plan_list .box .price .price01 .small {
    font-size: 5.5vw;
  }
  .main_urgent .plan .inner .plan_list .box .price .price01 .zei {
    font-size: 3.4vw;
  }
  .main_urgent .plan .inner .plan_list .box .price .price01 > small {
    padding-left: 18vw;
    font-size: 3.4vw;
    line-height: 1.4;
  }
  .main_urgent .plan .inner .plan_list .box .price .price01 > small small {
    font-size: 2.8vw;
  }
  .main_urgent .plan .inner .plan_list .box .price .price02 {
    margin-bottom: 3%;
    color: #a82356;
    font-size: 12vw;
    line-height: 1;
  }
  .main_urgent .plan .inner .plan_list .box .price .price02 .icon {
    display: inline-block;
    width: 60px;
    margin-right: 6px;
    padding: 3px;
    border: 1px solid #a82356;
    color: #a82356;
    font-size: 3.4vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    vertical-align: middle;
  }
  .main_urgent .plan .inner .plan_list .box .price .price02 .small {
    font-size: 5.5vw;
  }
  .main_urgent .plan .inner .plan_list .box .price .price02 .zei {
    font-size: 3.4vw;
  }
  .main_urgent .plan .inner .plan_list .box .price .price02 > small {
    margin-top: 0;
    padding-left: 18vw;
    font-size: 3.4vw;
    line-height: 1.4;
  }
  .main_urgent .plan .inner .plan_list .box .price .price02 > small small {
    font-size: 2.8vw;
  }
  .main_urgent .plan .inner .plan_list .box .txt {
    margin-bottom: 20px;
    font-size: 3.8vw;
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    text-align: left;
  }
  .main_urgent .plan .inner .plan_list .box .btn {
    width: 85%;
    height: 46px;
    margin-right: auto;
    margin-left: auto;
  }
  .main_urgent .plan .inner .plan_list .box .btn a {
    display: block;
    position: relative;
    position: relative;
    border: 1px solid #422d28;
    border-radius: 23px;
    background: transparent;
    color: #422d28;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    text-align: center;
    text-decoration: none;
    transition: all .4s;
  }
  .main_urgent .plan .inner .plan_list .box .btn a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border: 0px;
    border-top: solid 2px #422d28;
    border-right: solid 2px #422d28;
    content: '';
  }
  .main_urgent .plan .inner .plan_list .box:last-child {
    position: relative;
    margin-bottom: 0;
  }
  .main_urgent .plan .inner .plan_list .box:last-child::after {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 50px;
    height: 50px;
    background: url(../img/top/icon_premium.png) no-repeat center;
    background-size: 100% auto;
    content: "";
  }
  .main_urgent .plan .inner .btn {
    width: 85%;
    height: 46px;
    margin-right: auto;
    margin-left: auto;
  }
  .main_urgent .plan .inner .btn a {
    display: block;
    position: relative;
    position: relative;
    border: none;
    border-radius: 23px;
    background: #e63c04;
    color: #fff;
    font-weight: 700;
    font-size: 4.5vw;
    line-height: 44px;
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    text-align: center;
    text-decoration: none;
    transition: all .4s;
  }
  .main_urgent .plan .inner .btn a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: '';
  }
  .main_urgent .plan .inner .btn a span {
    display: inline-block;
    position: relative;
    padding-left: 32px;
  }
  .main_urgent .plan .inner .btn a span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 18px;
    margin: auto;
    background: url(../img/top/icon_hitudoku.jpg) no-repeat center;
    background-size: 100% auto;
    content: "";
  }
}

.main_urgent .table_container {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  white-space: nowrap;
}

.main_urgent .table_container table {
  box-sizing: border-box;
  width: calc(100% - 2px);
}

.main_urgent .table_container table td,
.main_urgent .table_container table th {
  padding: 3vw;
  border: 1px solid grey;
  background-color: #fff;
}

.main_urgent .table_container table thead tr th {
  text-align: center;
}

.main_urgent .table_container table.gyoku thead tr th:nth-child(2) {
  border-top: 5px solid #e63c04;
  border-right: 5px solid #e63c04;
  border-left: 5px solid #e63c04;
  background-color: #e63c04;
  color: #fff;
  font-size: 5.87vw;
}

.main_urgent .table_container table tbody th {
  background-color: #e0e0e0;
}

.main_urgent .table_container table.gyoku tbody tr td:nth-child(2) {
  border-right: 5px solid #e63c04;
  border-left: 5px solid #e63c04;
  font-weight: 700;
}

.main_urgent .table_container table.gyoku tbody tr:last-child td:nth-child(2) {
  border-bottom: 5px solid #e63c04;
}

.main_urgent .table_container table .maru {
  color: #e63c04;
  font-weight: 700;
}

.main_urgent .table_container table .batsu {
  color: #422d28;
  font-weight: 700;
}

.main_urgent .table_container table .sankaku {
  color: #af8e40;
  font-weight: 700;
}

.slick .prev-arrow {
  z-index: 11;
  position: absolute;
  top: 52%;
  left: -4vw;
  width: 10vw;
  margin-top: -5vw;
  cursor: pointer;
}

.slick .next-arrow {
  z-index: 11;
  position: absolute;
  top: 52%;
  right: -4vw;
  width: 10vw;
  margin-top: -5vw;
  cursor: pointer;
}

/**********************************************

葬儀前後のサポート

**********************************************/
.section_support {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_support {
    width: 90%;
    margin: 0 5%;
  }
}

@media screen and (max-width: 740px) {
  .section_support h2.tit {
    height: auto;
    padding: 3% 0;
    line-height: 1.5;
  }
}

.section_support .section_lead {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_support .section_lead .txt {
    padding: 0;
  }
}

.section_support .unit {
  margin-bottom: 100px;
}

@media screen and (max-width: 740px) {
  .section_support .unit {
    margin-bottom: 13%;
  }
}

.section_support .unit01 .caption {
  width: 100%;
  margin-bottom: 3%;
  color: #999;
  font-size: 3.2vw;
  text-align: left;
}

.section_support .unit02 li {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .section_support .unit02 li {
    margin-bottom: 4%;
  }
}

.section_support .unit02 li a {
  display: block;
  display: flex;
  position: relative;
  flex-direction: row;
  padding: 14px;
  background: #e3e1d9;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_support .unit02 li a {
    margin-bottom: 4%;
    padding: 4%;
  }
}

.section_support .unit02 li a::after {
  display: block;
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 20px;
  height: 20px;
  background: url(../img/cmn/arrow.png) no-repeat center center;
  background-size: 20px auto;
  content: "";
}

@media screen and (max-width: 740px) {
  .section_support .unit02 li a::after {
    right: 2%;
    bottom: 4%;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}

.section_support .unit02 li .ph_box {
  width: 204px;
  margin-right: 20px;
}

@media screen and (max-width: 740px) {
  .section_support .unit02 li .ph_box {
    width: 48%;
    margin-right: 4%;
  }
}

.section_support .unit02 li .txt_box {
  position: relative;
  width: 655px;
}

@media screen and (max-width: 740px) {
  .section_support .unit02 li .txt_box {
    width: 48%;
  }
}

.section_support .unit02 li .txt_box .inner {
  -webkit-transform: translateY(-50%) translateX(0%);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_support .unit02 li .txt_box .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    text-align: left;
  }
}

.section_support .unit02 li .txt_box .inner h4 {
  margin-bottom: 10px;
  color: #e63c04;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_support .unit02 li .txt_box .inner h4 {
    margin-bottom: 4%;
    font-size: 4.8vw;
  }
}

.section_support .unit02 li .txt_box .inner .txt {
  font-size: 16px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}

@media screen and (max-width: 740px) {
  .section_support .unit02 li .txt_box .inner .txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/**********************************************

会員特典

**********************************************/
.section_benefit {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_benefit {
    width: 90%;
    margin: 0 5%;
  }
}

.section_benefit .section_lead {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_benefit .section_lead .txt {
    padding: 0;
  }
}

.section_benefit .unit {
  margin-bottom: 100px;
}

@media screen and (max-width: 740px) {
  .section_benefit .unit {
    margin-bottom: 13%;
  }
}

.section_benefit .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section_benefit .box_wrapper .box {
  width: 480px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 23px;
  border: 1px solid #9e9e9e;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    padding: 5%;
  }
}

.section_benefit .box_wrapper .box:nth-child(2n) {
  margin-right: 0;
}

.section_benefit .box_wrapper .box:nth-child(2n+1) {
  clear: left;
}

.section_benefit .box_wrapper .box.point {
  padding: 50px 23px 0;
  background: #fbefeb;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .box.point {
    padding: 5%;
  }
}

.section_benefit .box_wrapper .tit {
  margin-bottom: 15px;
  padding: 25px;
  background: #fbefeb;
  color: #e63c04;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .tit {
    margin-bottom: 4%;
    padding: 5% 0;
    font-size: 5.2vw;
  }
}

.section_benefit .box_wrapper .tit.bg01 {
  padding: 20px 20px 20px 105px;
  background: #fbefeb url(../reason/img/benefit/ico01.png) no-repeat 25px center;
  background-size: 60px auto;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .tit.bg01 {
    padding: 5% 5% 5% 21%;
    background: #fbefeb url(../reason/img/benefit/ico01.png) no-repeat 5% center;
    background-size: 40px auto;
  }
}

.section_benefit .box_wrapper .tit.bg02 {
  padding: 20px 20px 20px 105px;
  background: #fbefeb url(../reason/img/benefit/ico02.png) no-repeat 25px center;
  background-size: 60px auto;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .tit.bg02 {
    padding: 5% 5% 5% 21%;
    background: #fbefeb url(../reason/img/benefit/ico02.png) no-repeat 5% center;
    background-size: 40px auto;
  }
}

.section_benefit .box_wrapper .tit.bg03 {
  padding: 20px 20px 20px 105px;
  background: #fbefeb url(../reason/img/benefit/ico03.png) no-repeat 25px center;
  background-size: 60px auto;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .tit.bg03 {
    padding: 5% 5% 5% 21%;
    background: #fbefeb url(../reason/img/benefit/ico03.png) no-repeat 5% center;
    background-size: 40px auto;
  }
}

.section_benefit .box_wrapper .tit.bg04 {
  padding: 20px 20px 20px 105px;
  background: #fbefeb url(../reason/img/benefit/ico04.png) no-repeat 25px center;
  background-size: 60px auto;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .tit.bg04 {
    padding: 5% 5% 5% 21%;
    background: #fbefeb url(../reason/img/benefit/ico04.png) no-repeat 5% center;
    background-size: 40px auto;
  }
}

.section_benefit .box_wrapper .catch {
  margin-bottom: 25px;
  color: #e63c04;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .catch {
    margin-bottom: 4%;
    font-size: 5.2vw;
  }
}

.section_benefit .box_wrapper .ph {
  margin-bottom: 18px;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .ph {
    margin-bottom: 3%;
  }
}

.section_benefit .box_wrapper .txt {
  margin: 0 18px;
  font-size: 17px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_benefit .box_wrapper .txt {
    margin: 0 3%;
    font-size: 3.73vw;
  }
}

.section_benefit .box_wrapper .txt span {
  color: #e63c04;
  font-weight: 600;
}

.section_benefit .tel_unit {
  height: 242px;
  background: url(../reason/img/benefit/bg_tel_unit.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (max-width: 740px) {
  .section_benefit .tel_unit {
    width: 100%;
    height: 105vw;
    margin: 0 0 10%;
    background: url(../reason/img/benefit/bg_tel_unit_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}

.section_benefit .tel_unit .wrap {
  padding: 30vw 4% 0;
}

.section_benefit .tel_unit ul {
  top: 170px;
}

@media screen and (max-width: 740px) {
  .section_benefit .tel_unit ul {
    top: auto;
  }
}

.section_benefit .tel_unit.tel_unit02 {
  background: url(../reason/img/benefit/bg_tel_unit.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (max-width: 740px) {
  .section_benefit .tel_unit.tel_unit02 {
    width: 90%;
    height: 75vw;
    margin: 0 5% 10%;
    background: url(../reason/img/benefit/bg_tel_unit_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}

.section_benefit .tel_unit.tel_unit02 ul {
  bottom: 32px;
}

@media screen and (max-width: 740px) {
  .section_benefit .tel_unit.tel_unit02 ul {
    bottom: 4%;
  }
}

@media screen and (max-width: 740px) {
  .section_benefit .tel_unit.tel_unit02 .wrap .tel_area .tel a span::before {
    width: 38px;
    height: 40px;
    background: url(../img/cmn/icon_tel_w.png) no-repeat center;
    background-size: contain;
  }
}

/**********************************************

供物・供花

**********************************************/
.section_flower {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_flower {
    width: 90%;
    margin: 0 5%;
  }
}

.section_flower .section_lead {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_flower .section_lead .txt {
    padding: 0;
  }
}

.section_flower .img01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_flower .img01 {
    margin-bottom: 8%;
  }
}

.section_flower .unit01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 910px;
  margin: 0 auto 100px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 {
    width: 100%;
    margin: 0 0 13%;
  }
}

.section_flower .unit01 .box_l {
  width: 445px;
  margin-right: 20px;
  padding: 13px;
  float: left;
  border: 1px solid #d9d5d4;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .box_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    padding: 5%;
    float: none;
  }
}

.section_flower .unit01 .box_l .img {
  width: 120px;
  margin: 0 auto 18px;
}

.section_flower .unit01 .box_r {
  width: 445px;
  padding: 13px;
  float: right;
  border: 1px solid #d9d5d4;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .box_r {
    width: 100%;
    padding: 5%;
    float: none;
  }
}

.section_flower .unit01 .tit {
  margin-bottom: 15px;
  padding: 15px 0;
  background: #fcebe5;
  color: #e63c04;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .tit {
    margin-bottom: 5%;
    padding: 4% 0;
    font-size: 4vw;
  }
}

.section_flower .unit01 .tel_box {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .tel_box {
    margin-bottom: 5%;
  }
}

.section_flower .unit01 .tel_box:last-child {
  margin-bottom: 0;
}

.section_flower .unit01 .tit_area {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .tit_area {
    margin-bottom: 3%;
    font-size: 4.27vw;
  }
}

.section_flower .unit01 .tel_btn {
  display: inline-block;
  padding-left: 56px;
  background: url(../img/cmn/icon_freedial_red.png) no-repeat left center;
  background-size: 48px auto;
  color: #e63c04;
  font-weight: 700;
  font-size: 37px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .tel_btn {
    width: 100%;
    margin-bottom: 3%;
    padding-left: 0;
    background: none;
    font-size: 8.4vw;
  }
}

.section_flower .unit01 .tel_btn a {
  pointer-events: none;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .tel_btn a {
    display: block;
    padding: 3% 0;
    border-radius: 100vh;
    background: #e63c04;
    color: #fff;
    pointer-events: inherit;
  }
}

@media screen and (max-width: 740px) and (max-width: 740px) {
  .section_flower .unit01 .tel_btn a span {
    padding-left: 56px;
    background: url(../img/cmn/icon_free_dial_white.png) no-repeat left center;
    background-size: 48px auto;
  }
}

.section_flower .unit01 .tel_btn.tel_btn02 {
  padding-left: 36px;
  background: url(../img/cmn/icon_tel_red.png) no-repeat left center;
  background-size: 27px auto;
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .tel_btn.tel_btn02 {
    padding-left: 0;
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .section_flower .unit01 .tel_btn.tel_btn02 a span {
    padding-left: 44px;
    background: url(../img/cmn/icon_tel_w.png) no-repeat left center;
    background-size: 34px auto;
  }
}

.section_flower .unit01 .txt {
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: left;
}

.section_flower .unit01 .btn_pdf {
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
}

.section_flower .unit01 .btn_pdf a {
  display: inline-block;
  position: relative;
  padding: 13px 35px;
  border: 1px solid #e63c04;
  border-radius: 100vh;
  color: #e63c04;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}

.section_flower .unit01 .btn_pdf a::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  border: 0px;
  border-top: solid 2px #e63c04;
  border-right: solid 2px #e63c04;
  content: '';
}

.section_flower .unit01 .fax_tel {
  color: #e63c04;
  font-weight: 700;
  font-size: 37px;
  line-height: 1;
}

.section_flower .unit01 .fax_tel small {
  font-size: 22px;
}

.section_flower .unit02 {
  margin: 0 auto 100px;
}

@media screen and (max-width: 740px) {
  .section_flower .unit02 {
    margin: 0 0 13%;
  }
}

/**********************************************

法事・法要

**********************************************/
.section_memorial {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_memorial {
    width: 90%;
    margin: 0 5%;
  }
}

.section_memorial .section_lead {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_memorial .section_lead .txt {
    padding: 0;
  }
}

.section_memorial .box_wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper {
    margin: 0;
  }
}

.section_memorial .box_wrapper .box {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #d9d5d4;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper .box {
    display: inherit;
    flex-direction: inherit;
    margin-bottom: 4%;
    padding: 4%;
  }
}

.section_memorial .box_wrapper .box.emphasis {
  display: inherit;
  flex-direction: inherit;
  margin-bottom: 45px;
  padding: 38px 0;
  border: 1px solid #e63c04;
  background: #fcebe5;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper .box.emphasis {
    margin-bottom: 8%;
    padding: 4%;
  }
}

.section_memorial .box_wrapper .box.emphasis .catch {
  margin-bottom: 10px;
  color: #e63c04;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper .box.emphasis .catch {
    margin-bottom: 3%;
    font-size: 4.8vw;
  }
}

.section_memorial .box_wrapper .box .ph_box {
  width: 204px;
  margin-right: 20px;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper .box .ph_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.section_memorial .box_wrapper .box .txt_box {
  position: relative;
  width: 655px;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper .box .txt_box {
    width: 100%;
  }
}

.section_memorial .box_wrapper .box .txt_box .inner {
  -webkit-transform: translateY(-50%) translateX(0%);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper .box .txt_box .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    text-align: left;
  }
}

.section_memorial .box_wrapper .box .txt_box .inner h4 {
  margin-bottom: 10px;
  color: #e63c04;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper .box .txt_box .inner h4 {
    margin-bottom: 2%;
    font-size: 5.3vw;
  }
}

.section_memorial .box_wrapper .box .txt_box .inner .txt {
  font-size: 16px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}

@media screen and (max-width: 740px) {
  .section_memorial .box_wrapper .box .txt_box .inner .txt {
    font-size: 3.73vw;
  }
}

/**********************************************

事前相談

**********************************************/
.section_consultation {
  margin: 0 auto;
}

.section_consultation .section_lead {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_consultation .section_lead .txt {
    padding: 0;
  }
}

.section_consultation .unit01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit01 {
    margin-bottom: 8%;
  }
}

.section_consultation .unit01 .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.section_consultation .unit01 .box_wrapper .box {
  position: relative;
  width: 480px;
  margin-right: 20px;
  margin-bottom: 25px;
  padding: 23px;
  border: 1px solid #9e9e9e;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit01 .box_wrapper .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    padding: 5%;
  }
}

.section_consultation .unit01 .box_wrapper .box:nth-child(2n) {
  margin-right: 0;
}

.section_consultation .unit01 .box_wrapper .box:nth-child(2n+1) {
  clear: left;
}

.section_consultation .unit01 .box_wrapper .box::before {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  background: #e63c04;
  content: "1";
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit01 .box_wrapper .box::before {
    top: -4%;
    left: -4%;
    width: 30px;
    height: 30px;
    font-size: 4.8vw;
    line-height: 30px;
  }
}

.section_consultation .unit01 .box_wrapper .box:nth-child(2)::before {
  content: "2";
}

.section_consultation .unit01 .box_wrapper .box:nth-child(3)::before {
  content: "3";
}

.section_consultation .unit01 .box_wrapper .box:nth-child(4)::before {
  content: "4";
}

.section_consultation .unit01 .box_wrapper .box:nth-child(5)::before {
  content: "5";
}

.section_consultation .unit01 .box_wrapper .box.cnv {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 55px 50px;
  background: #fbefeb;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit01 .box_wrapper .box.cnv {
    padding: 5%;
  }
}

.section_consultation .unit01 .box_wrapper .box.cnv .btn_cv {
  position: absolute;
  top: 25px;
  right: 55px;
  width: 441px;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit01 .box_wrapper .box.cnv .btn_cv {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 3% auto 0;
    padding-right: 6%;
  }
}

.section_consultation .unit01 .box_wrapper .txt {
  font-size: 17px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit01 .box_wrapper .txt {
    font-size: 3.73vw;
  }
}

.section_consultation .unit01 .box_wrapper .txt span {
  color: #e63c04;
  font-weight: 600;
}

.section_consultation .unit02 {
  padding: 70px 0;
  background: url(../reason/img/consultation/bg01.jpg) repeat center center;
  background-size: 1520px auto;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 {
    margin: 0 auto;
    padding: 8% 5%;
  }
}

.section_consultation .unit02.bg02 {
  background: url(../reason/img/consultation/bg02.jpg) repeat center center;
}

.section_consultation .unit02.bg03 {
  margin-bottom: 70px;
  background: url(../reason/img/consultation/bg03.jpg) repeat center center;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02.bg03 {
    margin-bottom: 8%;
  }
}

.section_consultation .unit02 .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 48px;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 .box_wrapper {
    display: inherit;
    flex-direction: inherit;
    margin: 0 auto 5%;
  }
}

.section_consultation .unit02 .box_wrapper .ph_box {
  width: 400px;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 8%;
  }
}

.section_consultation .unit02 .box_wrapper .txt_box {
  position: relative;
  width: 580px;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 .box_wrapper .txt_box {
    width: 100%;
  }
}

.section_consultation .unit02 .box_wrapper .txt_box .inner {
  -webkit-transform: translateY(-50%) translateX(0%);
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%) translateX(0%);
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 .box_wrapper .txt_box .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
  }
}

.section_consultation .unit02 .box_wrapper .txt_box .tit {
  font-size: 34px;
  line-height: 1.5;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 .box_wrapper .txt_box .tit {
    font-size: 5.6vw;
  }
}

.section_consultation .unit02 .box_wrapper .left {
  float: left;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 .box_wrapper .left {
    float: none;
  }
}

.section_consultation .unit02 .box_wrapper .right {
  float: right;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 .box_wrapper .right {
    float: none;
  }
}

.section_consultation .unit02 .txt {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_consultation .unit02 .txt {
    font-size: 3.73vw;
  }
}

@media screen and (max-width: 740px) {
  .section_support {
    width: 90%;
    margin: 0 5%;
  }
  .section_consultation h2.tit {
    height: auto;
    padding: 3% 0;
    line-height: 1.5;
  }
}

/**********************************************

葬儀の知識

**********************************************/
.section_knowledge {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_knowledge {
    width: 90%;
    margin: 0 5%;
  }
}

.section_knowledge .bg_wrapper {
  margin-bottom: 42px;
  padding: 20px;
  background: #e3e1d9;
}

@media screen and (max-width: 740px) {
  .section_knowledge .bg_wrapper {
    margin-bottom: 8%;
    padding: 4%;
  }
}

.section_knowledge .bg_wrapper .bnr {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .section_knowledge .bg_wrapper .bnr {
    margin-bottom: 4%;
  }
}

.section_knowledge .bg_wrapper ul.bnr_list01 {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_knowledge .bg_wrapper ul.bnr_list01 {
    width: 100%;
  }
}

.section_knowledge .bg_wrapper ul.bnr_list01 li {
  width: 460px;
  float: left;
}

@media screen and (max-width: 740px) {
  .section_knowledge .bg_wrapper ul.bnr_list01 li {
    width: 100%;
    margin-bottom: 4%;
    float: none;
  }
}

.section_knowledge .bg_wrapper ul.bnr_list01 li:last-child {
  float: right;
}

@media screen and (max-width: 740px) {
  .section_knowledge .bg_wrapper ul.bnr_list01 li:last-child {
    margin-bottom: 0;
    float: none;
  }
}

.section_knowledge .bnr {
  margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
  .section_knowledge .bnr {
    margin-bottom: 5%;
  }
}

.section_knowledge .bnr02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 740px) {
  .section_knowledge .bnr02 {
    margin-bottom: 8%;
  }
}

.section_knowledge ul.bnr_list02 {
  margin: 0 auto 60px;
}

@media screen and (max-width: 740px) {
  .section_knowledge ul.bnr_list02 {
    margin-bottom: 8%;
  }
}

.section_knowledge ul.bnr_list02 li {
  width: 472px;
  float: left;
}

@media screen and (max-width: 740px) {
  .section_knowledge ul.bnr_list02 li {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
}

.section_knowledge ul.bnr_list02 li:last-child {
  float: right;
}

@media screen and (max-width: 740px) {
  .section_knowledge ul.bnr_list02 li:last-child {
    margin-bottom: 0;
    float: none;
  }
}

.section_knowledge ul.bnr_list03 {
  margin: 0 auto;
}

.section_knowledge ul.bnr_list03 .tit {
  display: inline-block;
  position: relative;
  margin: 0 auto 20px;
  font-size: 23px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_knowledge ul.bnr_list03 .tit {
    margin: 0 0 4%;
    font-size: 5.87vw;
    line-height: 1.5;
  }
}

.section_knowledge ul.bnr_list03 .tit::before, .section_knowledge ul.bnr_list03 .tit::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 2px;
  margin-top: -1px;
  background: #a09693;
  content: "";
}

@media screen and (max-width: 740px) {
  .section_knowledge ul.bnr_list03 .tit::before, .section_knowledge ul.bnr_list03 .tit::after {
    display: none;
  }
}

.section_knowledge ul.bnr_list03 .tit::before {
  left: -55px;
}

.section_knowledge ul.bnr_list03 .tit::after {
  right: -55px;
}

.section_knowledge ul.bnr_list03 li {
  width: 313px;
  margin-right: 20px;
  float: left;
}

@media screen and (max-width: 740px) {
  .section_knowledge ul.bnr_list03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    float: none;
  }
}

.section_knowledge ul.bnr_list03 li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 740px) {
  .section_knowledge ul.bnr_list03 li:last-child {
    margin-bottom: 0;
    float: none;
  }
}

/**********************************************

葬儀の流れ

**********************************************/
.main_flow_contents .section_flow {
  margin: 0 0 100px;
}

@media screen and (max-width: 740px) {
  .main_flow_contents .section_flow {
    margin: 0 0 13%;
  }
}

.section_flow_contents {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .section_lead .txt {
    padding: 0 5%;
  }
}

.section_flow_contents .unit {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit {
    margin: 0 0 13%;
  }
}

.section_flow_contents .help_unit {
  margin: 0 auto 70px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit {
    width: 100%;
    margin: 0 0 13%;
  }
}

.section_flow_contents .help_unit .tit {
  display: inline-block;
  position: relative;
  margin: 0 auto 20px;
  color: #e63c04;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit .tit {
    margin: 0 0 4%;
    font-size: 5.87vw;
    line-height: 1.5;
  }
}

.section_flow_contents .help_unit .tit::before, .section_flow_contents .help_unit .tit::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 2px;
  margin-top: -1px;
  background: #f29d81;
  content: "";
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit .tit::before, .section_flow_contents .help_unit .tit::after {
    display: none;
  }
}

.section_flow_contents .help_unit .tit::before {
  left: -55px;
}

.section_flow_contents .help_unit .tit::after {
  right: -55px;
}

.section_flow_contents .help_unit .dl_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 35px;
  background: #fcebe5;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit .dl_wrapper {
    padding: 5%;
  }
}

.section_flow_contents .help_unit .dl_wrapper dl {
  box-sizing: border-box;
  width: 290px;
  margin-right: 19px;
  margin-bottom: 19px;
  padding: 12px;
  float: left;
  border: 1px solid #d9d5d4;
  background: #fff;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit .dl_wrapper dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
    padding: 4%;
    float: none;
  }
}

.section_flow_contents .help_unit .dl_wrapper dl:nth-child(3n) {
  margin-right: 0;
}

.section_flow_contents .help_unit .dl_wrapper dl:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit .dl_wrapper dl:nth-child(3n+1) {
    clear: none;
  }
}

.section_flow_contents .help_unit .dl_wrapper dt {
  position: relative;
  height: 72px;
  margin-bottom: 15px;
  background: #ee7750;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit .dl_wrapper dt {
    height: auto;
    margin-bottom: 0;
    padding: 3% 0;
    pointer-events: inherit;
  }
}

.section_flow_contents .help_unit .dl_wrapper dt .inner {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit .dl_wrapper dt .inner {
    -webkit-transform: translateY(0%);
    position: relative;
    top: auto;
    transform: translateY(0%);
    font-size: 5.2vw;
  }
}

.section_flow_contents .help_unit .dl_wrapper dd {
  font-size: 16px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit .dl_wrapper dd {
    margin-top: 3%;
    font-size: 4.27vw;
  }
}

.section_flow_contents .help_unit.col02 dl {
  width: 445px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .help_unit.col02 dl {
    font-size: 100%;
  }
}

.section_flow_contents .help_unit.col02 dl:nth-child(2n) {
  margin-right: 0;
}

.section_flow_contents .lead {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .lead {
    font-size: 3.73vw;
  }
}

.section_flow_contents .catch {
  display: inline-block;
  position: relative;
  margin: 0 auto 20px;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .catch {
    margin: 0 0 4%;
    font-size: 5.87vw;
    line-height: 1.5;
  }
}

.section_flow_contents .catch::before, .section_flow_contents .catch::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 2px;
  margin-top: -1px;
  background: #422d28;
  content: "";
}

@media screen and (max-width: 740px) {
  .section_flow_contents .catch::before, .section_flow_contents .catch::after {
    display: none;
  }
}

.section_flow_contents .catch::before {
  left: -55px;
}

.section_flow_contents .catch::after {
  right: -55px;
}

.section_flow_contents .contents_wrapper {
  padding: 35px;
  background: #e6e5da;
}

.section_flow_contents .contents_wrapper dl.point dt {
  margin-bottom: 15px;
  padding: 10px;
  background: #cce4ea;
  color: #007696;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .contents_wrapper dl.point dd {
    display: none;
  }
}

.section_flow_contents .contents_wrapper dl.point dd li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d9d5d4;
  font-size: 17px;
  line-height: 1;
  text-align: left;
}

.section_flow_contents .contents_wrapper .point_unit {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d9d5d4;
  font-size: 14px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

.section_flow_contents .contents_wrapper .point_unit .tit {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}

.section_flow_contents .contents_wrapper .box_unit {
  padding: 24px 18px;
  border: 1px solid #d9d5d4;
  background: #fff;
}

.section_flow_contents .contents_wrapper .box_unit .box_l {
  width: 475px;
  float: left;
}

.section_flow_contents .contents_wrapper .box_unit .box_l .txt {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .contents_wrapper .box_unit .box_l .txt {
    font-size: 3.47vw;
  }
}

.section_flow_contents .contents_wrapper .box_unit .box_r {
  width: 320px;
  float: right;
}

.section_flow_contents .contents_wrapper .box_list {
  display: flex;
  flex-wrap: wrap;
}

.section_flow_contents .contents_wrapper .box_list li {
  width: 290px;
  margin-right: 19px;
  margin-bottom: 19px;
  padding: 12px;
  float: left;
  border: 1px solid #d9d5d4;
  background: #fff;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .contents_wrapper .box_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
    padding: 4%;
    float: none;
  }
}

.section_flow_contents .contents_wrapper .box_list li:nth-child(3n) {
  margin-right: 0;
}

.section_flow_contents .contents_wrapper .box_list li:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .contents_wrapper .box_list li:nth-child(3n+1) {
    clear: none;
  }
}

.section_flow_contents .contents_wrapper .box_list .tit {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0;
  background: #e5f1f4;
  color: #007696;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .contents_wrapper .box_list .tit {
    margin-bottom: 0;
    padding: 3% 0;
    font-size: 4.8vw;
    pointer-events: inherit;
  }
}

.section_flow_contents .contents_wrapper .box_list .txt {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .contents_wrapper .box_list .txt {
    font-size: 3.47vw;
  }
}

.section_flow_contents h4.stit {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  border-bottom: 1px solid #d9d5d4;
  background: url(../img/cmn/ico_h4.png) no-repeat left 2px;
  background-size: 18px auto;
  color: #007696;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

.section_flow_contents .arrow {
  margin: 25px 0;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .arrow {
    margin: 5% 0;
  }
}

.section_flow_contents .arrow img {
  width: 44px;
  height: auto;
}

.section_flow_contents .unit01 .box_wrapper {
  width: 100%;
}

.section_flow_contents .unit01 .box_wrapper .ph_box {
  width: 400px;
  float: left;
}

.section_flow_contents .unit01 .box_wrapper .txt_box {
  width: 523px;
  float: right;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit01 .img01 {
    margin: 0 5%;
  }
}

.section_flow_contents .unit02 .lead {
  margin-bottom: 25px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit02 .lead {
    margin-bottom: 4%;
  }
}

.section_flow_contents .unit02 .preparation {
  padding: 35px;
  background: #e6e5da;
}

.section_flow_contents .unit02 .preparation h4 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit02 .preparation h4 {
    margin-bottom: 4%;
    font-size: 5.6vw;
  }
}

.section_flow_contents .unit02 .preparation ul {
  display: flex;
  flex-wrap: wrap;
}

.section_flow_contents .unit02 .preparation li {
  box-sizing: border-box;
  width: 290px;
  margin-right: 19px;
  padding: 10px;
  float: left;
  border: 1px solid #d9d5d4;
  background: #fff;
}

.section_flow_contents .unit02 .preparation li:last-child {
  margin-right: 0;
}

.section_flow_contents .unit02 .preparation li .ph {
  margin-bottom: 15px;
}

.section_flow_contents .unit02 .preparation li .tit {
  margin-bottom: 15px;
  padding: 15px 0;
  background: #e5f1f4;
  color: #007696;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit02 .preparation li .tit {
    font-size: 3.73vw;
  }
}

.section_flow_contents .unit02 .preparation li .txt {
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit02 .preparation li .txt {
    font-size: 3.47vw;
  }
}

.section_flow_contents .unit03 .lead {
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit03 .lead {
    margin-bottom: 4%;
  }
}

.section_flow_contents .unit03 .contents_wrapper {
  margin-bottom: 70px;
}

.section_flow_contents .unit03 .txt {
  text-align: left;
}

.section_flow_contents .unit03 .img01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit03 .img01 {
    margin: 0 5% 5%;
    padding: 5%;
    border: 1px  solid #d9d5d4;
  }
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit03 .img01 p {
    margin: 0 0 5%;
  }
}

.section_flow_contents .unit03 .img01 dt {
  position: relative;
}

.section_flow_contents .unit03 .img01 dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  transform: rotate(135deg);
  border-top: 1px solid #007696;
  border-right: 1px solid #007696;
  content: "";
}

.section_flow_contents .unit03 .img01 dt.active::after {
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}

.section_flow_contents .unit03 .img01 dd {
  display: none;
  padding-top: 3%;
}

.section_flow_contents .unit03 .img02, .section_flow_contents .unit03 .img03 {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit03 .img02, .section_flow_contents .unit03 .img03 {
    margin: 0 5% 5%;
  }
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit03 .img04 {
    margin: 0 5%;
  }
}

.section_flow_contents .unit04 .box_unit > .txt {
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit04 .box_unit > .txt {
    margin-bottom: 4%;
  }
}

.section_flow_contents .unit04 .contents_wrapper {
  margin-bottom: 70px;
}

.section_flow_contents .unit04 .help_unit {
  margin-bottom: 0;
}

.section_flow_contents .unit04 .img01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit04 .img01 {
    margin: 0 5% 5%;
    padding: 5%;
    border: 1px  solid #d9d5d4;
  }
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit04 .img01 p {
    margin: 0 0 5%;
  }
}

.section_flow_contents .unit04 .img01 dt {
  position: relative;
}

.section_flow_contents .unit04 .img01 dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  transform: rotate(135deg);
  border-top: 1px solid #007696;
  border-right: 1px solid #007696;
  content: "";
}

.section_flow_contents .unit04 .img01 dt.active::after {
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}

.section_flow_contents .unit04 .img01 dd {
  display: none;
  padding-top: 3%;
}

.section_flow_contents .unit05 .box_unit > .txt {
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit05 .box_unit > .txt {
    margin-bottom: 4%;
  }
}

.section_flow_contents .unit05 .contents_wrapper {
  margin-bottom: 70px;
}

.section_flow_contents .unit05 .help_unit {
  margin-bottom: 0;
}

.section_flow_contents .unit05 .img01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit05 .img01 {
    margin: 0 5% 5%;
    padding: 5%;
    border: 1px  solid #d9d5d4;
  }
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit05 .img01 p {
    margin: 0 0 5%;
  }
}

.section_flow_contents .unit05 .img01 dt {
  position: relative;
}

.section_flow_contents .unit05 .img01 dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  transform: rotate(135deg);
  border-top: 1px solid #007696;
  border-right: 1px solid #007696;
  content: "";
}

.section_flow_contents .unit05 .img01 dt.active::after {
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}

.section_flow_contents .unit05 .img01 dd {
  display: none;
  padding-top: 3%;
}

.section_flow_contents .unit06 .box_unit > .txt {
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit06 .box_unit > .txt {
    margin-bottom: 4%;
  }
}

.section_flow_contents .unit06 .contents_wrapper {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit06 .help_unit {
    margin: 0 0 8%;
  }
}

.section_flow_contents .unit06 .img01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit06 .img01 {
    margin: 0 5% 5%;
    padding: 5%;
    border: 1px  solid #d9d5d4;
  }
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit06 .img01 p {
    margin: 0 0 5%;
  }
}

.section_flow_contents .unit06 .img01 dt {
  position: relative;
}

.section_flow_contents .unit06 .img01 dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  transform: rotate(135deg);
  border-top: 1px solid #007696;
  border-right: 1px solid #007696;
  content: "";
}

.section_flow_contents .unit06 .img01 dt.active::after {
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}

.section_flow_contents .unit06 .img01 dd {
  display: none;
  padding-top: 3%;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit06 .img02 {
    margin: 0 5%;
  }
}

.section_flow_contents .unit07 .box_unit > .txt {
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit07 .box_unit > .txt {
    margin-bottom: 4%;
  }
}

.section_flow_contents .unit07 .contents_wrapper {
  margin-bottom: 70px;
}

.section_flow_contents .unit07 .img01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit07 .img01 {
    margin: 0 5% 5%;
    padding: 5%;
    border: 1px  solid #d9d5d4;
  }
}

@media screen and (max-width: 740px) {
  .section_flow_contents .unit07 .img01 p {
    margin: 0 0 5%;
  }
}

.section_flow_contents .unit07 .img01 dt {
  position: relative;
}

.section_flow_contents .unit07 .img01 dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  transform: rotate(135deg);
  border-top: 1px solid #007696;
  border-right: 1px solid #007696;
  content: "";
}

.section_flow_contents .unit07 .img01 dt.active::after {
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}

.section_flow_contents .unit07 .img01 dd {
  display: none;
  padding-top: 3%;
}

.section_flow_contents .unit07 .help_unit {
  margin: 0;
}

/**********************************************

お通夜マナー

**********************************************/
.section_manner {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_manner .section_lead .txt {
    padding: 0 5%;
  }
}

.section_manner .unit {
  max-width: 980px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 740px) {
  .section_manner .unit {
    width: 90%;
    margin: 0 5% 5%;
  }
}

.section_manner .box {
  width: 100%;
  margin: 0 auto 70px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}

@media screen and (max-width: 740px) {
  .section_manner .box {
    margin: 0 0 8%;
  }
}

.section_manner h5.tit {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}

@media screen and (max-width: 740px) {
  .section_manner h5.tit {
    margin-bottom: 5%;
  }
}

.section_manner .tbl01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) {
  .section_manner .tbl01 {
    margin: 0 0 8%;
  }
}

/**********************************************

葬儀の種類から選ぶ

**********************************************/
.section_type {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_type .section_lead .txt {
    padding: 0;
  }
}

.section_type .unit01 {
  width: 980px;
  margin: 0 auto 73px;
}

@media screen and (max-width: 740px) {
  .section_type .unit01 {
    width: 90%;
    margin: 0 5% 10%;
  }
}

.section_type .unit01 ul.bnr_list li {
  width: 314px;
  margin-right: 19px;
  float: left;
}

@media screen and (max-width: 740px) {
  .section_type .unit01 ul.bnr_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    float: none;
  }
}

.section_type .unit01 ul.bnr_list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 740px) {
  .section_type .unit01 ul.bnr_list li:last-child {
    margin-bottom: 0;
  }
}

.section_type .unit02 {
  margin: 0;
  padding: 34px 0 85px;
  background: #e6e5da;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 {
    margin: 0;
    padding-bottom: 5%;
  }
}

.section_type .unit02 .inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 .inner {
    width: 90%;
    margin: 0 5%;
  }
}

.section_type .unit02 .shadow {
  margin-bottom: 40px;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 .shadow {
    margin-bottom: 8%;
  }
}

.section_type .unit02 .anc_list li a {
  background: #fff;
  color: #422d28;
}

.section_type .unit02 .anc_list li a::after {
  border-top: solid 2px #422d28;
  border-right: solid 2px #422d28;
}

.section_type .unit02 .tit {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 .tit {
    margin-bottom: 4%;
    font-size: 5.2vw;
    line-height: 1.5;
  }
}

.section_type .unit02 .txt {
  display: inline-block;
  margin: 0 auto 40px;
  padding: 15px;
  border: 1px solid #c1272d;
  background: #fff;
  color: #c1272d;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 .txt {
    display: block;
    margin-bottom: 8%;
    padding: 3%;
    font-size: 3.73vw;
    line-height: 1.5;
  }
}

.section_type .unit02 .txt .stit {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 .txt .stit {
    margin-bottom: 0;
    font-size: 4.27vw;
  }
}

.section_type .unit02 ul.difference_list {
  margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 ul.difference_list {
    margin-bottom: 5%;
  }
}

.section_type .unit02 ul.difference_list li {
  margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 ul.difference_list li {
    margin-bottom: 5%;
  }
}

.section_type .unit02 .reserved {
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  .section_type .unit02 .reserved {
    margin-bottom: 8%;
  }
}

/**********************************************

プラン詳細

**********************************************/
.section_plan_detail {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_plan_detail .section_lead .txt {
    padding: 0;
  }
}

.section_plan_detail .unit01 {
  width: 980px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 740px) {
  .section_plan_detail .unit01 {
    width: 90%;
    margin: 0 5% 10%;
  }
}

.section_plan_detail .unit02 {
  margin: 0 0 68px;
  padding-bottom: 85px;
  background: #e6e5da;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_plan_detail .unit02 {
    margin: 0 0 10%;
    padding-bottom: 5%;
  }
}

.section_plan_detail .unit02 img {
  width: 980px;
}

@media screen and (max-width: 740px) {
  .section_plan_detail .unit02 img {
    width: 90%;
  }
}

.section_plan_detail .unit02 .btn_plan_box {
  width: 800px;
  margin: 80px auto 0;
}

@media screen and (max-width: 740px) {
  .section_plan_detail .unit02 .btn_plan_box {
    width: 90%;
    margin: 8% auto 0;
  }
}

.section_plan_detail .unit02 .btn_plan_box span {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 30px;
}

@media screen and (max-width: 740px) {
  .section_plan_detail .unit02 .btn_plan_box span {
    font-size: 6vw;
  }
}

.section_plan_detail .unit02 .btn_plan_box .btn_plan {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 740px) {
  .section_plan_detail .unit02 .btn_plan_box .btn_plan {
    display: block;
    margin-top: 4%;
  }
}

.section_plan_detail .unit02 .btn_plan_box .btn_plan li {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #e53d03;
  box-shadow: 0px 5px 0px 0 #bf3504;
  color: #fff;
  font-size: 22px;
}

.section_plan_detail .unit02 .btn_plan_box .btn_plan li::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}

@media screen and (max-width: 740px) {
  .section_plan_detail .unit02 .btn_plan_box .btn_plan li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 5.4vw;
  }
}

.section_plan_detail .unit02 .btn_plan_box .btn_plan li a {
  display: block;
  width: 100%;
  padding: 20px;
}

/**********************************************

【必読】葬儀の費用について

**********************************************/
@media screen and (max-width: 740px) {
  .main_cost .article_h2 h2 span {
    display: inline-block;
    padding-top: 1.5vw;
    font-size: 5.2vw;
    vertical-align: top;
  }
}

.section_cost {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_cost {
    width: 90%;
    margin: 0 5%;
  }
}

@media screen and (max-width: 740px) {
  .section_cost .section_lead .txt {
    padding: 0;
  }
}

.section_cost .img01 {
  margin-bottom: 25px;
}

@media screen and (max-width: 740px) {
  .section_cost .img01 {
    margin-bottom: 5%;
  }
}

.section_cost .img02 {
  margin-bottom: 80px;
}

@media screen and (max-width: 740px) {
  .section_cost .img02 {
    margin-bottom: 10%;
  }
}

.section_cost .img03 {
  margin-bottom: 80px;
  padding: 45px;
  border: 1px solid #939393;
}

@media screen and (max-width: 740px) {
  .section_cost .img03 {
    margin-bottom: 10%;
    padding: 5%;
  }
}

.section_cost ul.list_plan {
  margin-bottom: 105px;
}

@media screen and (max-width: 740px) {
  .section_cost ul.list_plan {
    margin-bottom: 13%;
  }
}

.section_cost ul.list_plan li {
  margin-bottom: 25px;
}

@media screen and (max-width: 740px) {
  .section_cost ul.list_plan li {
    margin-bottom: 5%;
  }
}

.section_cost ul.list_plan li:last-child {
  margin-bottom: 0;
}

.section_cost .caution {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_cost .caution {
    margin-top: 10%;
    margin-bottom: 8%;
  }
}

.section_cost .caution dl {
  margin-bottom: 12px;
  padding: 30px 75px;
  background: #f1f1f1;
}

@media screen and (max-width: 740px) {
  .section_cost .caution dl {
    margin-bottom: 4%;
    padding: 4%;
  }
}

.section_cost .caution dt {
  margin-bottom: 20px;
  color: #c1272d;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_cost .caution dt {
    margin-bottom: 4%;
    font-size: 5.2vw;
    line-height: 1.5;
  }
}

.section_cost .caution dd {
  font-size: 14px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_cost .caution dd {
    font-size: 3.73vw;
  }
}

.section_cost .caution .tit {
  margin-top: 75px;
  margin-bottom: 20px;
  color: #c1272d;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .section_cost .caution .tit {
    margin-top: 8%;
    margin-bottom: 4%;
    font-size: 5.2vw;
  }
}

.section_cost .caution .txt {
  display: inline-block;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.7;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .section_cost .caution .txt {
    margin: 0 auto 5%;
    font-size: 3.73vw;
  }
}

.section_cost .caution .arrow {
  width: 248px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_cost .caution .arrow {
    width: 50%;
    margin: 0 25%;
  }
}

/**********************************************

費用から選ぶ

**********************************************/
.section_plan_index {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .section_plan_index {
    width: 90%;
    margin: 0 5%;
  }
}

.section_plan_index .bnr {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .section_plan_index .bnr {
    margin-bottom: 5%;
  }
}

.section_plan_index ul.bnr_list {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .section_plan_index ul.bnr_list {
    margin-bottom: 5%;
  }
}

.section_plan_index ul.bnr_list li {
  width: 314px;
  margin-right: 19px;
  float: left;
}

@media screen and (max-width: 740px) {
  .section_plan_index ul.bnr_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    float: none;
  }
}

.section_plan_index ul.bnr_list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 740px) {
  .section_plan_index ul.bnr_list li:last-child {
    margin-bottom: 0;
  }
}

/**************************************

Slick

**************************************/
.slidegallery {
  width: 900px;
  margin: 0 auto 80px;
}

.slidegallery .thumb-item {
  max-width: 900px;
  margin: 0 auto 5px;
  padding: 0 5px;
}

.slidegallery .thumb-item-nav {
  max-width: 700px;
  margin: 0 auto;
}

.slidegallery .thumb-item-nav li {
  width: 140px;
  margin: 5px;
}

.slidegallery .slick-prev {
  left: -35px;
}

.slidegallery .slick-prev::before, .slidegallery .slick-next::before {
  color: #ccc;
  font-size: 24px;
}

.slidegallery .slick-dots li {
  display: inline-block;
}

@media screen and (max-width: 740px) {
  .slidegallery {
    width: 100%;
    margin: 0 auto 10%;
  }
  .slidegallery .thumb-item {
    max-width: 100%;
    margin: 0 auto 5px;
    padding: 0 5px;
  }
  .slidegallery .thumb-item-nav {
    max-width: 80%;
    margin: 0 auto;
  }
  .slidegallery .thumb-item-nav li {
    display: none;
    width: 70px;
    margin: 5px;
  }
  .slidegallery .slick-prev {
    left: -35px;
  }
  .slidegallery .slick-prev::before, .slidegallery .slick-next::before {
    display: none;
    color: #ccc;
    font-size: 24px;
  }
}

/**********************************************

よくある質問

**********************************************/
.main_faq .section_faq {
  max-width: 980px;
  margin: 0 auto 60px;
  border-style: none;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main_faq .section_faq {
    width: 90%;
    margin: 0 5% 8%;
  }
}

.main_faq .inner {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

.main_faq .section_faq dl {
  margin-bottom: 10px;
}

@media screen and (max-width: 740px) {
  .main_faq .section_faq dl {
    margin-bottom: 3%;
  }
}

.main_faq .section_faq dl:last-child {
  border-bottom: none;
}

.main_faq .section_faq dt {
  position: relative;
  padding: 20px;
  border: 1px solid #422d28;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main_faq .section_faq dt {
    padding: 3% 12% 3% 3%;
    font-size: 4.27vw;
  }
}

.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: 2px solid #007696;
  border-right: 2px solid #007696;
  content: "";
}

.main_faq .section_faq dt::before {
  content: "Q. ";
  color: #007696;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 740px) {
  .main_faq .section_faq dt::before {
    font-size: 4.27vw;
  }
}

.main_faq .section_faq dt.active:after {
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
  border-top: 2px solid #422d28;
  border-right: 2px solid #422d28;
}

.main_faq .section_faq dd {
  display: none;
  position: relative;
  padding: 10px 20px 40px 20px;
  font-size: 14px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main_faq .section_faq dd {
    padding: 3% 2% 6% 2%;
    font-size: 3.73vw;
  }
}

.main_faq .section_faq dd::before {
  content: "A. ";
  color: #422d28;
  font-weight: 700;
  font-size: 16px;
}

.main_faq .section_faq dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.main_faq .section_faq dd a {
  color: #422d28;
  text-decoration: underline;
}

/**********************************************

プライバシーポリシー

**********************************************/
.main_policy .section_policy {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.main_policy .section_policy .h_txt {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}

.main_policy .section_policy .txt {
  margin-bottom: 15px;
  font-size: 14px;
}

.main_policy .section_policy .unit {
  margin-top: 40px;
  line-height: 1.8;
}

.main_policy .section_policy .unit:first-child {
  margin-top: 0;
}

.main_policy .section_policy .unit h3 {
  margin-bottom: 15px;
  padding: 9px 0 9px 16px;
  background: #eee;
  font-size: 18px;
}

.main_policy .section_policy .unit02 {
  counter-reset: section;
}

.main_policy .section_policy .unit02 h3 {
  padding: 0;
  background: none;
  font-weight: bold;
  text-align: center;
}

.main_policy .section_policy .unit02 ul li {
  position: relative;
  margin-bottom: 10px;
}

.main_policy .section_policy .unit02 ul li::before {
  position: absolute;
  top: 0.5px;
  left: -20px;
  content: counter(section) ".";
  counter-increment: section;
}

.main_policy .section_policy .unit02 .right_data {
  text-align: right;
}

.main_policy .section_policy .unit02 .p-item {
  margin-bottom: 15px;
}

.main_policy .section_policy .unit02 .p-item__title {
  margin-left: 20px;
}

@media screen and (max-width: 740px) {
  .main_policy .section_policy .unit02 .p-item__title {
    margin-left: 0;
  }
}

.main_policy .section_policy .unit02 .p-item__text {
  margin-left: 50px;
}

@media screen and (max-width: 740px) {
  .main_policy .section_policy .unit02 .p-item__text {
    margin-left: 10px;
  }
}

.main_policy .section_policy .unit02 .p-item__list {
  padding-left: 40px;
}

@media screen and (max-width: 740px) {
  .main_policy .section_policy .unit02 .p-item__list {
    padding-left: 6vw;
  }
}

.main_policy .section_policy .unit02 .p-item.last {
  margin-bottom: 30px;
}

.main_policy .section_policy .unit02 .p-item table span {
  display: inline-block;
  position: relative;
  padding-left: 4px;
}

.main_policy .section_policy .unit02 .p-item table span::before {
  position: absolute;
  top: 0px;
  left: -10px;
  content: "・";
}

.main_policy .section_policy .unit02 .data {
  margin-bottom: 30px;
  margin-left: 50px;
}

@media screen and (max-width: 740px) {
  .main_policy .section_policy .unit02 .data {
    margin-left: 0;
  }
}

.main_policy .section_policy .unit02 .data .text {
  margin-left: 30px;
}

.main_policy .section_policy .unit02 .last_message {
  text-align: center;
}

@media screen and (max-width: 740px) {
  .main_policy .section_policy .unit02 .last_message {
    text-align: left;
  }
}

@media screen and (max-width: 740px) {
  .main_policy .section_policy {
    width: 90%;
    margin: 0 5%;
  }
  .main_policy .section_policy .txt {
    margin-bottom: 10px;
  }
  .main_policy .section_policy .unit {
    margin-top: 9%;
  }
  .main_policy .section_policy .unit h3 {
    font-size: 15px;
  }
}

/**************************************

404

**************************************/
.not {
  width: 440px;
  margin: 60px auto 90px;
}

.not .tit {
  margin: 0 0 10px;
}

.not .txt {
  margin: 0 0 10px;
}

.not ul li {
  margin: 0 4px 0 0;
  float: left;
}

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

/**********************************************

採用情報

**********************************************/
.main_recruitment .lead_box {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .main_recruitment .lead_box {
    margin-bottom: 10%;
  }
}

.main_recruitment .lead_box .txt {
  font-weight: 700;
  font-size: 27px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .main_recruitment .lead_box .txt {
    font-size: 4.53vw;
  }
}

.main_recruitment .index_box {
  min-width: 1200px;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box {
    min-width: 100%;
  }
}

.main_recruitment .index_box .box {
  margin-bottom: 90px;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box {
    margin-bottom: 20%;
  }
}

.main_recruitment .index_box .box .catch {
  padding: 0 0 10px 25px;
  color: #FBD1E1;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  font-family: din-2014, sans-serif;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box .catch {
    padding: 0 0 2% 0;
    font-size: 15vw;
    text-align: right;
  }
}

.main_recruitment .index_box .box .wrap {
  position: relative;
  width: 85%;
  height: 430px;
  background: linear-gradient(0deg, #ff5a00, #ec1a67, #7e138e);
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box .wrap {
    height: auto;
  }
}

.main_recruitment .index_box .box .wrap:hover {
  opacity: 0.8;
}

.main_recruitment .index_box .box .wrap a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box .wrap a {
    padding-top: 10%;
  }
}

.main_recruitment .index_box .box .wrap a:hover img {
  opacity: 1;
}

.main_recruitment .index_box .box .wrap ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box .wrap ul {
    flex-wrap: wrap;
  }
}

.main_recruitment .index_box .box .wrap ul li {
  width: 483px;
  max-width: 50%;
  margin: 0 42px;
  padding-bottom: 144px;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box .wrap ul li {
    width: 80%;
    max-width: 80%;
    margin: 0 0;
    padding-bottom: 0;
  }
}

.main_recruitment .index_box .box .wrap ul li:last-child {
  width: 429px;
  max-width: 50%;
  padding-bottom: 0;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box .wrap ul li:last-child {
    width: 80%;
    max-width: 80%;
    margin: -5% 0 0;
  }
}

.main_recruitment .index_box .box .wrap .name {
  position: absolute;
  right: -45px;
  bottom: -27px;
  color: #fff;
  text-align: right;
}

.main_recruitment .index_box .box .wrap .name .stit {
  font-size: 16px;
  line-height: 0.8;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box .wrap .name .stit {
    font-size: 3vw;
  }
}

.main_recruitment .index_box .box .wrap .name .stit span {
  display: inline-block;
  padding: 8px 10px 6px;
  background: #131313;
}

.main_recruitment .index_box .box .wrap .name .tit {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  font-family: din-2014, sans-serif;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box .wrap .name .tit {
    font-size: 8vw;
  }
}

.main_recruitment .index_box .box .wrap .name .tit span {
  display: inline-block;
  padding: 4px 12px;
  background: #131313;
}

.main_recruitment .index_box .box.box02 {
  margin-bottom: 120px;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box.box02 {
    margin-bottom: 25%;
  }
}

.main_recruitment .index_box .box.box02 .catch {
  padding: 0 25px 10px 0;
  color: #FFCDB2;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box.box02 .catch {
    padding: 0 0 2% 0;
    font-size: 15vw;
    text-align: left;
  }
}

.main_recruitment .index_box .box.box02 .wrap {
  position: relative;
  width: 85%;
  margin-left: 15%;
  background: url(https://www.onishido.co.jp/recruit/career/images/ph02.jpg);
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box.box02 .wrap {
    height: 300px;
  }
}

.main_recruitment .index_box .box.box02 .wrap a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 760px) {
  .main_recruitment .index_box .box.box02 .wrap a {
    padding-top: 0;
  }
}

.main_recruitment .index_box .box.box02 .name {
  left: -45px;
  text-align: left;
}
/*# sourceMappingURL=skin.css.map */
