@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 共通
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h2 {
margin-bottom: 2em;
}

section p {
font-size: 1.4em;
line-height: 1.8em;
}

.small{
font-size: 0.8em;
}

.color-red {
  color: #b20000;
}

body {
background: #fff !important;
}
html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}

#main {
  width: 100% !important;
  float: none;
  padding: 0;
}
#main-base div.body {
  max-width: 1360px;
  width: 100%;
}

#dynamic-to-top{
margin-bottom: 15px;
bottom: 35px !important;
}

.column ~ .column{
margin-top: 80px;
}


.bnr {
  text-align: center;
}

@media screen and (max-width: 736px){

#main {
  width: 95% !important;
  margin: 0 auto;
}

section p{
font-size: 1.2em;
}

.column ~ .column{
margin-top: 40px;
}

.br-sp {
  display: block;
}
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ヘッダー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#header-nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  padding: 15px 0;
}
#header-nav ul li {
  display: block;
}
#header-nav ul li a {
  display: block;
  text-decoration: none;
}
#header-nav ul li a img {
  width: 100%;
  opacity: 1;
}

#header-nav ul li a[href]:hover img {
  opacity: 0.8;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  #header-nav li ~ li {
    margin-left: 10px;
  }
}



/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header-nav ul {
    padding: 15px 0;
  }
  #header-nav li:last-child {
    display: none;
  }
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


@media (min-width:1261px) {
  [sp-visual] {
    display: none !important;
  }
}

@media (max-width:1260px) {
  [pc-visual] {
    display: none !important;
  }
}

#visual{
margin-bottom: 90px;
}
#visual .imgbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*height: 100vh;*/
  height: 65vh;
  margin: 0;
  text-decoration: none;
  min-height: 600px;
}
#visual .imgbox.img01 {
  background-image: url(../../_images/hakajimai/visual-01.jpg?20260617);
}
#visual .slick-dots {
    bottom: 4%;
    z-index: +1;
}
#visual .textimg{
/*
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
*/

/*width: 135vmin;*/
max-width: 1360px;
height: 100%;
display: flex;
position: relative;
justify-content: center;
align-items: flex-end;
margin: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #visual-sp {
    margin-bottom: 40px;
  }
}




/* ****************************************************************************************************
   * 栃木県内で墓じまいをご検討されている方へ
**************************************************************************************************** */

.consider {}
#main-base .consider .body {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main-base .consider .body {
    margin-top: 20px;
  }
}


.consider .title-area {}
.consider .title-1 {
  color: #fff;
  background: #3476bd;
  border-radius: 10px;
  border: none;
  text-align: center;
  font: 50px "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  box-shadow: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .consider .title-1 {
    font-size: 25px;
  }
}




/* 内容*/
.consider .box {
  position: relative;
  padding: 50px 60px;
  border-radius: 10px;
  border: 2px solid #3476bd;
  margin-top: 70px;
}
.consider .box ~ .box {
  margin-top: 60px;
}

.consider .box .title-2 {
  font-size: 35px;
  color: #003b7a;
  text-align: center;
  border-bottom: 0;
  background: #ecf0f4;
  border-radius: 10px;
}
.consider .box .layout-flex-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.consider .box .layout-flex-2 .images {
  position: relative;
}
.consider .box .layout-flex-2 .images:not(:last-child)::after {
  content: "";
  width: 50px;
  height: 100px;
  background: url("../../_images/hakajimai/arrow.png") no-repeat center / contain;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -5em;
  transform: translateY(-50%);
}

.consider .box .layout-flex-2 .caption {
  text-align: center;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .consider .box {
    padding: 10px;
    margin-top: 20px;
  }
  .consider .box ~ .box {
    margin-top: 30px;
  }
  
  .consider .box .title-2 {
    font-size: 20px;
  }
  .consider .box .layout-flex-2 {
    display: block;
    margin-top: 20px;
  }
  .consider .box .layout-flex-2 * ~ * {
    margin-top: 60px;
  }
  .consider .box .layout-flex-2 .images:not(:last-child)::after {
    content: "";
    width: 105px;
    height: 30px;
    background: url("../../_images/hakajimai/arrow-bottom.png") no-repeat center / contain;
    background-size: 105px 30px;
    position: absolute;
    top: auto;
    bottom: -2.5em;
    left: 0;
    right: 0;
    transform: translateY(0%);
    margin: 0 auto;
  }

}


/* ****************************************************************************************************
   * お墓じまいについて、こんなお悩みはございませんか？ 
**************************************************************************************************** */

.problems {}
#main-base .problems .body {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 0;
}

.problems .problems-title {
  text-align: center;
  font: 62px "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  color: #003b7a;
  margin-bottom: 0.5em;
}

.problems .images {
  text-align: center;
  margin: 1em auto 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main-base .problems .body {
    margin-top: 20px;
  }
  .problems .problems-title {
    font-size: 31px;
  }
  .problems .images {
    text-align: center;
    margin: 1em auto 20px;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 3つの理由
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.reason {}

#main-base .reason .body {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
    #main-base .reason .body {
      margin-top: 20px;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 見出しタイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.reason-title {
  font: 62px "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  color: #FFF;
  font-weight: bold;
  background-color: #3476bd;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 20px;
  text-align: center;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reason-title {
    font-size: 24px;
    padding: 20px;
    font-weight: bold;
  }
}

/* 番号*/
.reason-title .num {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
}
.reason-title .num span {
  position: relative;
  width: 150px;
  height: 150px;
  display: inline-block;
  color: #b20000;
  font-size: 96px;
  z-index: 1;
}
.reason-title .num span::before {
  content: "";
  display: block;
  background: #fff;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reason-title .num {}
  .reason-title .num span {
    position: relative;
    width: 75px;
    height: 75px;
    font-size: 48px;
  }
  .reason-title .num span::before {
    width: 75px;
    height: 75px;
  }
}


.reason-title .text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * その1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.reason-title-1 {
  font: 3.5em "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  color: #003b7a;
  font-weight: bold;
  background-color: #ecf0f4;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 20px;
  text-align: center;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reason-title-1 {
    font-size: 18px;
    padding: 20px;
    font-weight: bold;
  }
}
.reason-title-1 .num {
  border-bottom: solid 1px #003b7a;
  display: block;
  padding-bottom: 20px;
}
.reason-title-1 .num small {
  font-size: 40px;
  margin-right: 0.5em;
}
.reason-title-1 .num span {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
  color: #fff;
  font-size: 62px;
  z-index: 1;
}
.reason-title-1 .num span::before {
  content: "";
  display: block;
  background: #b20000;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reason-title-1 .num {
    padding-bottom: 10px;
  }
  .reason-title-1 .num small {
    font-size: 20px;
    margin-right: 0.5em;
  }
  .reason-title-1 .num span {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 31px;
  }
  .reason-title-1 .num span::before {
    width: 50px;
    height: 50px;
  }
}

.reason-title-1 .text{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reason-title-1 .text{
    font-size: 25px;
    margin-top: 20px;
  }
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.subcolumn.reason {}

.subcolumn.reason .column {
  margin-top: 50px;
}
.subcolumn.reason .layout-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.subcolumn.reason .layout-2 p {
  width: calc(100% - 520px);
/*  font-size: 25px;*/
}
.subcolumn.reason .layout-2 .images {
  width: 48%;
  margin: 0;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .subcolumn.reason .column {
    margin-top: 20px;
  }
  .subcolumn.reason .layout-2 {
    display: block;
  }
  .subcolumn.reason .layout-2 p {
    width: 100%;
  }
  .subcolumn.reason .layout-2 .images {
    width: 100%;
    margin: 0;
    text-align: right;
  }
}


/* ****************************************************************************************************
   * お客様からのお声
**************************************************************************************************** */

.voice {}
#main-base .voice .body {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 0;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
    #main-base .voice .body {
      margin-top: 20px;
  }
}

.voice .title-area {}
.voice .title-1 {
  color: #fff;
  background: #3476bd;
  border-radius: 10px;
  border: none;
  text-align: center;
  font: 50px "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  box-shadow: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .voice .title-1 {
    font-size: 25px;
  }
}

/* 内容*/
.voice .box {
  position: relative;
  padding: 50px 60px;
  border-radius: 10px;
  border: 2px solid #3476bd;
  margin-top: 70px;
}
.voice .box ~ .box {
  margin-top: 60px;
}

.voice .box .title-2 {
  font-size: 35px;
  color: #003b7a;
  text-align: center;
  border-bottom: 0;
  background: #ecf0f4;
  border-radius: 10px;
}
.voice .box .layout-flex-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.voice .box .layout-flex-2 > * {
  width: 48%;
}
.voice .box .layout-flex-2 .images {
  position: relative;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .voice .box {
    padding: 10px;
    margin-top: 20px;
  }
  .voice .box ~ .box {
    margin-top: 30px;
  }
  
  .voice .box .title-2 {
    font-size: 20px;
  }
  .voice .box .layout-flex-2 {
    display: block;
    margin-top: 20px;
  }
  .voice .box .layout-flex-2 > * {
    width: 100%;
  }
  .voice .box .layout-flex-2 .images {
    position: relative;
  }
}



/* ****************************************************************************************************
   * 料金について
**************************************************************************************************** */

.price {}
#main-base .price .body {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 0;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
    #main-base .price .body {
      margin-top: 20px;
  }
}

.price .title-area {}
.price .title-1 {
  color: #fff;
  background: #3476bd;
  border-radius: 10px;
  border: none;
  text-align: center;
  font: 50px "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  box-shadow: none;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .title-1 {
    font-size: 25px;
  }
}

.price .title-2 {
  font-size: 35px;
  color: #003b7a;
  text-align: center;
  border-bottom: 0;
  background: #ecf0f4;
  border-radius: 10px;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .title-2 {
    font-size: 20px;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.price .item {}
.price .item ~ .item {
  margin-top: 90px;
}
.price .item .title-area {
  display: block;
}
.price .item .title-3 {
  background: #3476bd;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  padding: 0 0.2em;
  display: inline-block;
  font-size: 30px;
}
.price .item .layout-2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.price .item .layout-2 .content {
  width: calc(100% - 520px);
}
.price .item .layout-2 .images {
  width: 48%;
  margin: 0;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .item ~ .item {
    margin-top: 40px;
  }
  .price .item .title-3 {
    font-size: 15px;
  }
  .price .item .layout-2 {
    margin-top: 20px;
    display: block;
  }
  .price .item .layout-2 .content {
    width: 100%;
  }
  .price .item .layout-2 .images {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
}



/*栃木県内 墓石・外柵撤去工事*/
.price .item .price-area {
  font-weight: bold;
}
.price .item .price-area span.size-1 {
  font-size: 96px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.price .item .price-area .text {
  color: #003b7a;
}
.price .item .price-area small {
  color: #003b7a;
  font-size: 36px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .item .price-area span.size-1 {
    font-size: 40px;
  }
  .price .item .price-area small {
    font-size: 24px;
  }
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 費用は以下の内容によって異なります。
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.price .inner {
  position: relative;
  max-width: 960px;
  margin: 80px auto 0;
}
.price .inner .title-4 {
  display: block;
  text-align: center;
  font-size: 35px;
  border: 0;
  border-bottom: 1px solid #003b7a;
  color: #003b7a;
}
.price .inner .layout-flex-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.price .inner .layout-flex-2 > * {
  width: 48%;
}
.price .inner .layout-flex-2 li {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.price .inner .layout-flex-2 li ~ li {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner {
    margin: 40px auto 0;
  }
  .price .inner .title-4 {
    font-size: 24px;
  }
  .price .inner .layout-flex-2 {
    display: block;
  }
  .price .inner .layout-flex-2 > * {
    width: 100%;
  }
  .price .inner .layout-flex-2 li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.price .item .list.column {
  margin-top: 70px;
}
.price .item .list.column .title-4 {
  position: relative;
  font-size: 30px;
  color: #003b7a;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #003b7a;
  padding-left: 1.25em;
  display: block;
}
.price .item .list.column .title-4::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .item .list.column {
    margin-top: 40px;
  }
  .price .item .list.column .title-4 {
    font-size: 20px;
    padding-left: 1.25em;
  }
}



/* ****************************************************************************************************
   * お問い合わせからお墓じまい完了までの流れ
**************************************************************************************************** */

.flow {}
#main-base .flow .body {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 50px auto 0;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
    #main-base .flow .body {
      margin-top: 20px;
  }
}

.flow .title-area {}
.flow .title-1 {
  color: #fff;
  background: #3476bd;
  border-radius: 10px;
  border: none;
  text-align: center;
  font: 50px "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  box-shadow: none;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .flow .title-1 {
    font-size: 25px;
  }
}

.flow .lead {}
.flow .lead p {
  text-align: center;
}

.flow .box {
  position: relative;
  padding: 50px 60px;
  border-radius: 10px;
  border: 2px solid #3476bd;
  margin-top: 50px;
}
.flow .box ~ .box {
  margin-top: 120px;
}
.flow .box:not(:last-child)::after {
  content: "";
  width: 210px;
  height: 60px;
  background: url("../../_images/hakajimai/arrow-bottom.png") no-repeat center / contain;
  background-size: 210px 60px;
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
}

.flow .box .title-3 {
  position: relative;
  font-size: 35px;
  color: #003b7a;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #003b7a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  padding-bottom: 10px;
}
.flow .box .title-3 span.num {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  z-index: 1;
  margin-right: 0.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.flow .box .title-3 span.num::before {
  content: "";
  display: block;
  background: #b20000;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.flow .box .layout-2 {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.flow .box .layout-2 p ~ p {
  margin-top: 0;
  margin-left: 35px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .flow .box {
    padding: 10px;
    margin-top: 20px;
  }
  .flow .box ~ .box {
    margin-top: 60px;
  }
  .flow .box:not(:last-child)::after {
    content: "";
    width: 105px;
    height: 30px;
    background: url("../../_images/hakajimai/arrow-bottom.png") no-repeat center / contain;
    background-size: 105px 30px;
    bottom: -3em;
  }
  
  .flow .box .title-3 {
    font-size: 20px;
  }
  .flow .box .title-3 span.num {
    width: 35px;
    height: 35px;
    font-size: 20px;
    min-width: 35px;
  }
  .flow .box .title-3 span.num::before {
    width: 35px;
    height: 35px;
  }
  
  .flow .box .layout-2 {
    display: block;
  }
  .flow .box .layout-2 p ~ p {
    margin-top: 0;
    margin-left: 0;
  }
}


/* ****************************************************************************************************
   * 私たちが責任を持って対応いたします  
**************************************************************************************************** */

.staff {}
#main-base .staff .body {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 0;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
    #main-base .staff .body {
      margin-top: 20px;
  }
}
.staff .staff-title {
  text-align: center;
  font: 62px "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  color: #003b7a;
  margin-bottom: 0.5em;
}

.staff .images {
  text-align: center;
  margin: 1em auto 50px;
  max-width: 960px;
}
.staff .images p {
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .staff .staff-title {
    font: 31px "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  }
  .staff .images {
    margin: 1em auto;
  }
}



/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#main-base .bottom .body {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 0;
}
@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
    #main-base .bottom .body {
      margin-top: 20px;
  }
}

.bottom .subcolumn {
  text-align: center;
}
.bottom .subcolumn ~ .subcolumn {
  margin-top: 20px;
}

body.hakajimai
#footer {
  position: relative;
  background: #3476bd;
  padding-bottom: 0;
}
body.hakajimai
#footer div.body {
  background: #3476bd;
  width: 100%;
}

body.hakajimai
.move-page-top {
  background: #3476bd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}


#pc-footer-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9998;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#pc-footer-nav ul {
  display: table;
  margin: 0 auto;
}
#pc-footer-nav ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
}
#pc-footer-nav ul li a {
  display: block;
  text-decoration: none;
}
#pc-footer-nav ul li a img {
  width: 100%;
  opacity: 1;
}

#pc-footer-nav ul li a[href]:hover img {
  opacity: 0.8;
}

#sp-footer-nav {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #pc-footer-nav {
    display: none;
  }
  #sp-footer-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
    background: #3476bd;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    display: block;
  }
  #sp-footer-nav ul {
    display: table;
    margin: 0 auto;
    padding: 0;
  }
  #sp-footer-nav ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
  }
  #sp-footer-nav ul li a {
    display: block;
    text-decoration: none;
  }
  #sp-footer-nav ul li a img {
    width: 100%;
    opacity: 1;
  }
  #sp-footer-nav ul li a[href]:hover img {
    opacity: 0.8;
  }
}





.bottombnr{
width: 100%;
margin: 2em auto 80px;
}
@media screen and (max-width: 736px){
.bottombnr{
width: 100%;
margin: 1em auto 40px;
}
}



@media (min-width:737px) {
  [sp] {
    display: none !important;
  }
}

@media (max-width:736px) {
  [pc] {
    display: none !important;
  }
}

@media(min-width: 737px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}