body {
    margin: 0 auto;
    padding: 0;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    color: #181B39;
    line-height: 1.6;
    letter-spacing: .15em;
    background: #fff;
  }


  /*    header    */

  .header_pages {
    background-image:url(/assets/img/header_top.JPG);
    background-repeat:  no-repeat;
    height: 320px;
    /* width: 100%; */
    background-size: cover;
    position: relative;
    background-position: center;
    }

.header_pages::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00152E;
    opacity: 0.4;
    display:block
    }

  .header_pages_wrapper {
    overflow: hidden;
    padding: 0 104px;
    margin: 0 auto;
    z-index: 100;
    position: relative;
  }

  .header_pages_titles {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 160px;
}

.header_pages_titles h1 {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.header_pages_titles p {
    color: #fff;
    margin: 0;
}

.header_pages_link {
    margin-top: 40px;
}

.header_pages_link ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_pages_link a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.header_pages_link a:hover {
    text-decoration: underline;
}

.header_pages_link span {
    color: #fff;
    margin: 0 8px;
}

 .nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 21, 46, .8);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 初期：非表示 */
  visibility: hidden;
  opacity: 0;
  /* ふわっと表示 */
  transition: 0.5s ease-in-out;
  z-index: 100;
}
.nav ul{
  list-style:none;
}
.nav li:not(:last-child){
  margin-bottom: 8px;
}
.nav a{
  color: #ffffff;
}

/* ナビゲーションボタン（開く） */
#navbtn{
position: fixed;
top: 80px;
right: 104px;
padding: 0;
outline: none;
border: none;
background: none;
width: 30px;
height: 20px;
cursor: pointer;
z-index: 100;
}

#navbtn::before,
#navbtn::after{
content : '';
display: block;
height: 1px;
background-color: #00152E;
transform: translateY(10px);
transition: 0.3s ease-in-out;
}

#navbtn::before{
transform: translateY(-10px);
box-shadow: 0 10px #00152E;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
z-index: 100;
}
.open #navbtn::before{
transform: rotate(-45deg);
box-shadow: none;
background-color: white;
}
.open #navbtn::after{
transform: rotate(45deg);
box-shadow: none;
background-color: white;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav{
visibility: visible;
opacity: 1;
}

.nav{
  margin-left: auto;
}
.nav ul{
  display: flex;
  list-style:none;
  flex-direction: column;
  width: 48%;
}

.nav ul li a {
  text-decoration: none;
  color: #fff;
  text-decoration :none;
  font-size: 40px;
  font-weight: 700;
}

.nav ul li a:hover{
  opacity: .5;
  padding-left: 8px;
}


/*   冠婚葬祭について    */

.about_main {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.about_ceremonialoccasions {
    position: relative;
    margin: 0 auto;
    padding: 104px;
    z-index: -1;
}

.about_ceremonial_title {
  position: relative;
}


.about_ceremonial_firsttitle {
  font-size: 18px;
  font-weight: 100;
}

.about_ceremonialboxs {
    display: flex;
    position: relative;
    margin-top: 80px;
    z-index: 100;
    flex-direction: column;
    align-items: flex-end;
}

.about_ceremonial_content {
  width: 100%;
  /* height: 80%; */
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.about_ceremonial_content02 {
  margin-top: 40px;
  /* flex-direction: revert; */
}

.wedding_pic {
  background-image:url(/assets/img/wedding.JPG);
  background-repeat:  no-repeat;
  height: 240px;
  width: 72%;
  background-size: cover;
  position: relative;
  background-position: center;
}

.funeral_pic {
  background-image:url(/assets/img/funeral.JPG);
  background-repeat:  no-repeat;
  height: 240px;
  width: 72%;
  background-size: cover;
  position: relative;
  background-position: center;
}

.wedding_pic::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.5;
  display:block
}

.funeral_pic::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.5;
  display:block
}

.about_ceremonial_text_box {
  width: 32%;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
}

.about_ceremonial_text_box:before,.about_ceremonial_text_box:after{
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.about_ceremonial_text_box:before{
  border-left: solid 3px rgba(240, 142, 127, .5);
  border-top: solid 3px rgba(240, 142, 127, .5);
  top:0;
  left: 0;
}
.about_ceremonial_text_box:after{
  border-right: solid 3px rgba(240, 142, 127, .5);
  border-bottom: solid 3px rgba(240, 142, 127, .5);
  bottom:0;
  right: 0;
}

.about_ceremonial_text_box02:before{
  border-left: solid 3px rgba(70, 154, 163, .5);
  border-top: solid 3px rgba(70, 154, 163, .5);
  top:0;
  left: 0;
}
.about_ceremonial_text_box02:after{
  border-right: solid 3px rgba(70, 154, 163, .5);
  border-bottom: solid 3px rgba(70, 154, 163, .5);
  bottom:0;
  right: 0;
}

.about_ceremonial_content_text {
    position: relative;
    max-width: 0 auto;
}

.about_ceremonial_content_text span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 4px;
}

.about_ceremonial_secondtitle_rpd375,
.objective_01 {
  display: none;
}



/*  当社の強み */

.about_forte_text02_rpd768,
.about_forte_text02_rpd375 {
  display: none;
}

.about_forte {
    position: relative;
    z-index: 0;
    /* background-color: #FAFAFA; */
    /* background: #dce5e6; */
    /* opacity: .2; */
    padding: 104px;
    margin-top: 128px;
  }

.about_forte::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(33, 93, 99, .03);
    transform: skewY(2deg);
    transform-origin: top right;
}

.about_forte_title {
    text-align: center;
    font-size: 32px;
    margin: 0;
}

.about_forte_gradation {
    width: 16%;
    background: linear-gradient(to right, #667EEA,#28CAC0);
    height: 5px;
    border: none;
}

.about_forteboxs {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 160px;
}

.about_forte_contents:nth-child(2n ) {
     flex-direction: row-reverse;
    }

.about_forte_contents {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: row;
    margin-bottom: 128px;
    position: relative;
}

.about_forte_img01 {
    background-image:url(/assets/img/guidance.JPG);
    background-repeat:  no-repeat;
    height: 320px;
    width: 64%;
    background-size: cover;
    position: relative;
    background-position: center;
}

.about_forte_img02 {
  background-image:url(/assets/img/education.JPG);
  background-repeat:  no-repeat;
  height: 320px;
  width: 64%;
  background-size: cover;
  position: relative;
  background-position: center;
}

.about_forte_img03 {
  background-image:url(/assets/img/car_key.JPG);
  background-repeat:  no-repeat;
  height: 320px;
  width: 64%;
  background-size: cover;
  position: relative;
  background-position: center;
}

.about_forte_img04 {
  background-image:url(/assets/img/Receptioncontract_top.JPG);
  background-repeat:  no-repeat;
  height: 320px;
  width: 64%;
  background-size: cover;
  position: relative;
  background-position: center;
}


.about_forte_texts {
    position: absolute;
    background: #fff;
}

.about_forte_text01 {
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
    padding-bottom: 16px;
}

.about_forte_text02 {
  margin: 0;
}

.boxmove_01 {
    position: absolute;
    background: #fff;
    margin: 38px 0px 0px 577px;
    padding: 48px 80px;
}

.boxmove_02 {
    position: absolute;
    margin: 52px 577px 0 0;
    padding: 48px 48px;
}

.boxmove_03 {
    position: absolute;
    margin: 59px 0 0 577px;
    padding: 64px 80px;
}

.boxmove_04 {
  position: absolute;
  margin: 52px 577px 0 0;
  padding: 64px 80px;
}






/*   会社概要   */


.about_company {
    position: relative;
    z-index: 0;
    padding: 104px;
  }

.about_company::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 60%;
    background: #fff;
    transform: skewY(2deg);
    transform-origin: top right;
  }

  .about_company_wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.about_company_title {
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
}

.about_company_gradation {
    width: 13%;
    background: linear-gradient(to right, #667EEA,#28CAC0);
    height: 5px;
    border: none;
}


.about_company_boxs {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    justify-content: center;
  }


  .about_company_content table{
    border-collapse: collapse;
    border-spacing: 0;
  }

  .about_company_content tr {
    border-bottom: solid 1px #eee;
  }

  .about_company_td_title {
    text-align: left;
    width: 320px;
    padding: 32px 0 32px 32px;
    font-weight: bold;
  }

  .about_company_common {
      padding: 20px 0;
  }

  .about_company_img {
    background-image:url(/assets/img/about_company.jpg);
    background-repeat:  no-repeat;
    height: 320px;
    width: 100%;
    background-size:contain;
    position: relative;
    background-position: center;
    margin: 0 auto;
  }

  /*   アクセス    */

  .about_access_contentboxs_rpd768 {
    display: none;
  }


  .about_access {
    position: relative;
    z-index: 0;
    background-color: rgba(33, 93, 99, .03);
    padding: 104px;
    margin-top: 104px;
    z-index: 0;
  }

  .about_access::after{
    content:"";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 100vw ;
    border-color: transparent  transparent  transparent rgba(33, 93, 99, .03);
  }

  .about_access_title {
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
}

.about_access_gradation {
    width: 13%;
    background: linear-gradient(to right, #667EEA,#28CAC0);
    height: 5px;
    border: none;
}

.about_access_boxs {
    position: relative;
    margin: 104px 0;
    width: 100%;
}

  .accessmap {
    display: flex;
    justify-content: center;
}

.about_access_contents {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
    align-items: center;
    position: relative;
}

.about_access_contents p {
    font-weight: bold;
    letter-spacing: .15em;
    text-align: center;
    font-size: 24px;
    z-index: 100;
}

.about_access_contentboxs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 88%;
    background: #fff;
    padding: 32px 24px;
    position: absolute;
    margin: 48px 0 0 0;
}

.about_access_textboxs table{
  border-collapse: collapse;
  border-spacing: 0;
}

.AccessText1 {
    font-weight: bold;
    padding: 20px 50px 20px 0;
    letter-spacing: .15em;
}

.AccessText2 {
  letter-spacing: .15em;
  line-height: 1.6;
}

.about_access_btn_768 {
  display: none;
}

.btn-border {
    color: #fff;
    font-size: 16px;
    background: #001B57;
    padding: 16px 104px;
    outline: 1px solid;
        outline-color: currentcolor;
    outline-color: #001B57;
    outline-offset: 0px;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
}
  .btn-border:hover {
    animation: light .8s infinite;
}

@keyframes light {
    100% {
      outline-color: transparent;
      outline-offset: 12px;
    }
}

.about_access_btn {
    position: relative;
    text-align: center;
    margin-top: 210px;
}



/*   各ページ共通    */


.page_contact {
    background: rgba(83, 141, 212, 0.1);
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.page_contact_wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.page_contact_boxs {
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.page_contact_contents {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: 88px 0;
    padding: 24px;
}

.page_contact_title {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.page_contact_text {
    margin: 8px 0;
    text-align: center;
}

.comment {
    margin: 8px 0 0 0;
}

.phone_number {
    margin: 8px 0 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #181B39;
    text-decoration: none;
}

.phone_number:hover {
    color: #D47268;
    text-decoration: underline;
}

.correspondence_time {
    font-size: 13px;
    margin: 0;
    margin: 8px 0 0 0;
}


.page_contactbtn {
    margin-top: 24px;
}

.page_contactbtn_border {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(-45deg,#009efd,#96fbc4,#009efd);
    padding: 14px 104px;
    background-size: 300% 100%;
    transition: all .3s ease-out;
    text-decoration: none;
  }
  .page_contactbtn_border:hover {
    background-position: 100% 0;
  }

  .page_contactbtn_border span {
    font-weight: normal;
    position: relative;
    /* padding-left: 30px; */
  }

  .page_contactbtn_border span::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -72px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
  }



  /*    footer     */

.footer {
    position: relative;
    /* height: 160px; */
    background: #040324;
}

.footer_wrapper {
  padding: 24px 104px;
  margin: 0 auto;
}

.footer_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer_menubox{
    width: 100%;
  }

  .footer_menubox nav {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
  }

  .footer_menubox ul{
    display: flex;
    justify-content: right;
  }

  .footer_menubox li {
    margin-left: 24px;
    list-style: none;
  }

  .footer_menubox a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: white;
    display: inline-block;
    position: relative;
  }

  .footer_menubox a:hover {
    opacity: .7;
  }

  .footer_copywriter {
    color: #fff;
    font-size: 12px;
    text-align: right;
    margin-top: 40px;
}

.about_ceremonial_title_rpd375 {
  display: none;
}


@media screen and (min-width:1024px) and (max-width:1279px) {


  /*  各ページ共通  */

 .header_pages_wrapper {
    max-width: none;
    padding: 24px 40px;
  }

  .header_pages_titles {
    margin-top: 144px;
  }

  #navbtn {
    top: 56px;
    right: 40px;
  }

  .nav li:not(:last-child) {
    margin-bottom: 24px;
  }

  .page_contact_wrapper {
    max-width: none;
    padding: 0 40px;
  }

   .footer {
    padding: 0 40px;
  }

  .footer_wrapper {
    padding: 24px 32px;
  }

  /*  冠婚葬祭について   */

  .about_ceremonial_secondtitle_rpd375,
  .objective_01 {
    display: none;
  }

  .about_ceremonialoccasions {
    padding: 104px 40px;
  }

  .wedding_pic,
  .funeral_pic  {
    width: 70%;
  }


  /*  当社の強み   */

  .about_forte {
    padding: 80px 40px;
  }

  .about_forte_gradation {
    width: 18%;
  }

  .about_forteboxs {
    margin-top: 104px;
  }

  .about_forte_img01,
  .about_forte_img02,
  .about_forte_img03,
  .about_forte_img04 {
    height: 320px;
    width: 64%;
  }

  .boxmove_01 {
    margin: 0;
    right: 0;
    top: 40px;
    padding: 48px 64px;
  }

  .boxmove_02 {
    position: absolute;
    margin: 0;
    top: 55px;
    left: 0;
  }

  .boxmove_03 {
    margin: 0;
    top: 60px;
    right: 0;
  }

  .boxmove_04 {
    margin: 0;
    top: 55px;
    left: 0;
  }



  /*  会社概要   */

  .about_company {
    padding: 80px 40px;
  }

  .about_company_gradation {
    width: 15%;
  }


  /*  アクセス   */

  .about_access {
    padding: 80px 40px;
  }

  .about_access_gradation {
    width: 15%;
  }

  .about_access_boxs {
    margin: 80px 0;
  }

  .about_ceremonial_title_rpd375,
  .about_forte_text02_rpd768,
  .about_forte_text02_rpd375 {
    display: none;
  }

}

@media screen and (min-width:768px) and (max-width:1023px) {

  body {
    font-size: 16px;
  }

  /*  共通  */

  .header_pages {
    height: 280px;
  }

  .header_pages_wrapper {
    padding: 0 40px;
  }

  .header_pages_titles {
    margin-top: 144px;
  }

  .header_pages_link {
    margin-top: 32px;
  }

  #navbtn {
    right: 40px;
    top: 56px;
  }

  .nav ul li a {
    font-size: 32px;
  }

  /* .nav {
    height: 60%;
  } */

  .footer_wrapper {
    padding: 56px;
  }

  .footer_menubox {
    display: none;
  }

  .footer_copywriter {
    text-align: center;
    margin: 0 ;
  }

  .page_contact_wrapper {
    max-width: none;
    padding: 0 40px;
  }

  .page_contact_boxs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 0 16px 0;
  }

  .page_contact_contents {
    width: 56%;
    margin: 0 0 40px 0;
    padding: 24px;
  }

  .page_contactbtn {
    padding-bottom: 24px;
  }


  /*  冠婚葬祭について  */

  .about_ceremonialoccasions {
    padding: 80px 40px;
  }

  .wedding_pic,
  .funeral_pic {
    height: 200px;
    width: 60%;
  }

  .about_ceremonial_title h1 {
    font-size: 24px;
  }

  .about_ceremonial_text_box {
    width: 40%;
    padding: 16px;
    left: 0;
  }

  .about_ceremonial_content_text span {
    font-size: 20px;
  }

  .wedding_pic,
  .funeral_pic::after {
    opacity: 0.7;
  }

  .objective_01 {
    display: none;
  }

  .about_ceremonial_firsttitle {
    font-size: 18px;
    font-weight: 100;
    display: inherit;
    padding: 32px 0 0 0;
  }


  /*  当社の強み  */

  .about_forte {
    margin-top: 80px;
    padding: 80px 0;
  }

  .about_forte_title {
    font-size: 24px;
  }

  .about_forte_gradation {
    width: 17%;
  }

  .about_forte_contents {
    height: 400px;
    flex-direction: column;
    margin-bottom: 56px;
  }

  .about_forte_contents:nth-child(2n ) {
    flex-direction: column;
  }

  .about_forteboxs {
    margin-top: 80px;
  }

  .about_forte_text02,
  .about_forte_text02_rpd375 {
    display: none;
  }

  .about_forte_img01,
  .about_forte_img02,
  .about_forte_img03,
  .about_forte_img04 {
    height: 240px;
    width: 88%;
  }

  .about_forte_img02,
  .about_forte_img04  {
    position: absolute;
    top: 0;
    right: 0;
  }

  .about_forte_img03 {
    margin: 32px 0 0 0;
  }

  .about_forte_text02_rpd768,
  .aft_04 {
    display: inline;
  }

  .boxmove_01,
  .boxmove_03{
    position: relative;
    background: transparent;
    margin: 0;
    padding: 48px;
  }

  .boxmove_02 {
    position: absolute;
    bottom: -42px;
    background: transparent;
    margin: 0;
    padding: 48px;
  }

  .boxmove_03 {
    padding: 48px 48px 0 48px;
  }

  .boxmove_04 {
    bottom: -42px;
    margin: 0;
    padding: 48px;
    background: transparent;
  }


  /*  会社概要  */


  .about_company {
    padding: 80px 40px;
  }

  .about_company_title {
    font-size: 24px;
  }

  .about_company_gradation {
    width: 15%;
  }

  .about_company_boxs {
    padding-top: 64px;
  }

  .about_company_td_title {
    width: 240px;
  }


  /*  アクセス   */

  .about_access {
    padding: 80px 40px;
    margin-top: 80px;
  }

  .about_access_title {
    font-size: 24px;
  }

  .about_access_gradation {
    width: 15%;
  }

  .about_access_boxs {
    margin: 64px 0;
  }

  .about_access_contents {
    margin-top: 64px;
  }

  .about_access_contentboxs {
    display: none;
  }

  .about_access_contentboxs_rpd768 {
    position: relative;
    background: #fff;
    width: 80%;
    display: inherit;
    justify-content: center;
    padding: 40px 0;
  }

  .about_access_contentboxs_rpd768 table tr {
    padding: 0 0 24px 0;
    width: 100%;
    height: 64px;
  }

  td.AccessText1_rpd768 {
    padding: 0 40px 0 0;
  }

  td.AccessText2_rpd768 {
    padding: 0 0 0 24px;
  }

  .about_access_contents p {
    position: absolute;
    top: -44px;
  }

  .about_access_btn {
    display: none;
  }

  .about_access_btn_768 {
    display: inherit;
    position: absolute;
    bottom: -42px;
  }

  .about_ceremonial_title_rpd375 {
    display: none;
  }

}


@media screen and (min-width:375px) and (max-width:767px) {

      /*  共通  */

    .header_pages {
      height: 200px;
    }

    .header_pages_wrapper {
      padding: 0 24px;
    }

    #navbtn {
      top: 40px;
      right: 24px;
    }

    .header_pages_titles {
      margin-top: 120px;
    }

    .header_pages_link {
      display: none;
    }

    .nav {
      height: 100vh;
    }

    .nav ul {
      width: auto;
      padding: 0;
    }

    .nav ul li a {
      font-size: 28px;
    }

    .nav li:not(:last-child) {
      margin-bottom: 16px;
    }

    .footer_menubox {
      display: none;
    }

    .footer_wrapper {
      padding: 40px;
    }

    .footer_copywriter {
      font-size: 8px;
      width: 100%;
      margin-top: 0;
      text-align: center;
    }

    .page_contact_wrapper {
      margin: 0 auto;
      padding: 0 24px;
    }

    .page_contact_boxs {
      align-content: center;
      flex-direction: column;
      align-items: center;
      padding: 80px 0 40px 0;
    }

    .page_contact_contents {
      width: 88%;
      margin: 0 0 40px 0;
      padding: 24px;
    }

    .page_contact_title {
      font-size: 20px;
    }

    .page_contactbtn {
      margin: 24px 0;
    }

    .phone_number {
      font-size: 30px;
    }



  /* 冠婚葬祭について */

  .about_ceremonialoccasions {
    padding: 0;
  }

  .about_ceremonial_title {
    position: relative;
    padding: 40px 24px;
  }

  .objective_01 {
    display: none;
  }

  .objective_02 {
    font-size: 24px;
  }

  .objective_02 span {
    font-size: 22px;
  }

  .about_ceremonial_firsttitle {
    display: none;
  }

  .about_ceremonial_secondtitle_rpd375 {
    display: inherit;
    font-size: 18px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
  }

  .about_ceremonialboxs {
    margin-top: 0;
  }

  .wedding_pic,
  .funeral_pic {
    height: 200px;
    width: 100%;
  }

  .wedding_pic::after,
  .funeral_pic::after {
    opacity: 0.7;
  }

  .about_ceremonial_text_box {
    width: 80%;
    left: 34px;
  }


  /*   当社の強み    */

  .about_forte {
    padding: 80px 0 0 0;
  }

  .about_forte_title {
    font-size: 20px;
  }

  .about_forte_gradation {
    width: 29%;
    height: 4px;
  }

  .about_forteboxs {
    margin-top: 64px;
  }

  .about_forte_contents {
    height: 380px;
    margin-bottom: 64px;
  }

  .about_forte_img01,
  .about_forte_img02,
  .about_forte_img03,
  .about_forte_img04 {
    height: 200px;
    width: 96%;
  }

  .boxmove_01 {
    background: transparent;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 24px;
  }

  .boxmove_03 {
    background: transparent;
    margin: 0;
    padding: 0;
    bottom: 72px;
    left: 24px;
  }

  .about_forte_text02_rpd768 {
    display: none;
  }

  .about_forte_text02_rpd375 {
    display: inherit;
    margin: 0;
  }

  .boxmove_02 {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 24px;
    padding: 0 24px;
    background: transparent;
  }

  .boxmove_04 {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 40px;
    left: 24px;
    background: transparent;
  }


  .about_forte_contents:nth-child(2n ) {
    margin-bottom: 64px;
  }

  .aft_02 {
    display: none;
  }

  .forte_contents03 {
    margin-bottom: 0px;
  }



  /*   会社概要   */

  .about_company {
    padding: 64px 24px 80px 24px;
  }

  .about_company_title {
    font-size: 20px;
  }

  .about_company_gradation {
    width: 28%;
    height: 4px;
  }

  .about_company_boxs {
    padding-top: 40px;
  }

  .about_company_content tr {
    display: flex;
    flex-direction: column;
    margin: 0 0 32px 0;
    position: relative;
  }

  .about_company_td_title {
    padding: 0 0 8px 0;
  }

  .Common,
  .about_company_common {
    padding: 8px 0 32px 0;
  }


    /*  アクセス   */

    .about_access {
      padding: 48px 24px;
      margin-top: 0;
  }

  .about_access::after {
    top: -16px;
    border-width: 16px 0 0 100vw;
  }

  .about_access_title {
    font-size: 20px;
  }

  .about_access_gradation {
    width: 25%;
    height: 4px;
  }

  .accessmap {
    display: none;
  }

  .about_access_contents {
    margin-top: 0;
  }

  .about_access_contents p {
    display: none;
  }

  .about_access_boxs {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about_access_contentboxs {
    display: none;
  }

  .about_access_contentboxs_rpd768 tr{
    flex-direction: column;
    display: flex;
    border-bottom: solid 1px #eee;
    width: 100%;
    padding: 24px 0;
  }

  .about_access_btn {
    margin-top: 56px;
  }

  .about_access_contentboxs_rpd768 {
    display: inherit;
    width: 100%;
  }

  td.AccessText1_rpd768 {
    padding-bottom: 16px;
    font-weight: bold;
  }


}
