@charset "UTF-8";
/*
Thene Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
@font-face {
  font-family: "Bradley-Hand";
  src: url(css/fonts/bradley-hand-itc-tt-bold.woff2) format("woff2"),
    url(css/fonts/bradley-hand-itc-tt-bold.woff) format("woff"),
    url(css/fonts/bradley-hand-itc-tt-bold.eot) format("eot");
  font-weight: 700;
  font-style: normal;
}


/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family: 'Noto Sans JP',sans-serif, "Bellefair", "Josefin Sans", "Oswald", "Outfit", "Shippori Mincho";
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  color: #bdc9f4;
  text-decoration: none;
  transition: all 0.2s;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}


.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}


img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, en{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video enbed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
  overflow-y: hidden;
}
.container{
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.anchor{
  position: relative;
  top: -30px;
}
@media (min-width: 576px){
  .container {
    width: 540px;
  }
}
@media (min-width: 768px){
  .container {
    width: 720px;
  }
  .anchor{
    top: -100px;
  }
}

@media (min-width: 992px){
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1140px;
  }
}
@media (min-width: 1720px){
  .container.wide{
    width: 1720px;
    padding-left: 100px;
    padding-right: 100px;
  }

}



.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .iten{
  display: block;
  width: 100%;
}
.listbox .iten .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .iten .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .iten .img.img2x1:before{
  padding-top: 50%;
}
.listbox .iten .img.img1x2:before{
  padding-top: 200%;
}
.listbox .iten .img.img2x3:before{
  padding-top: 150%;
}
.listbox .iten .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .iten .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .iten .img.img4x3:before{
  padding-top: 75%;
}
.listbox .iten .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .iten .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .iten .title{

}
.listbox .iten .date{

}
.listbox .iten .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  position: fixed;
  z-index: 5;
  width: 100%;
}
header .hdr1{
  padding: 25px 22px 25px 13px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background: #fff;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_logo img{
  display: block;
}
header .hdr1 .hdr_right{
  display: flex;
  align-content: center;
  align-items: center;
}
header .hdr1 .hdr_contact{
  margin-left: 29px;
  display: none;
}
header .hdr1 .hdr_contact a{
  padding: 10px 32px 9px 34px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  background: #d78eef;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: all 0.2s;
}
header .hdr1 .hdr_contact a:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
header .hdr1 .hdr_contact a:hover{
  color: #d78eef;
  background: #fff;
  border: 1px solid #d78eef;
}

@media (max-width:767px){

}
@media (min-width:768px){
  header{
  }
  header .hdr1{
    padding: 25px 22px 25px 13px;
  }
  header .hdr1 .hdr_contact{
    margin-left: 29px;
    display: block;
  }
  header .hdr1 .hdr_contact a{
    padding: 9px 32px 9px 33px;
  }

}
@media (min-width:1024px){
  header{
  }
  header .hdr1{
    padding: 34px 30px 10px 20px;
  }
  header .hdr1 .hdr_logo{
    margin-top: -17px;
  }
  header .hdr1 .hdr_contact{
    margin-left: 29px;
  }
  header .hdr1 .hdr_contact a{
    padding: 9px 32px 9px 33px;
  }

}
@media (min-width:1200px){

}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  position: relative;
  z-index: 1;
}
.gnav > ul > li.menu-iten-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
  color: #bdc9f4;
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}

/* メニューボタン */
.hdr_menubtn,.gnav_box2{
  display: none;
}
.hdr_menubtn{
  margin-left: 20px;
}
.hdr_menubtn a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #181818;
}
.hdr_menubtn a > p{
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.hdr_menubtn a:hover > p{
  text-decoration: none;
}
.btnHamburger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnHamburger .line_01 {
  top: 6px;
}
.btnHamburger .line_02 {
  top: 14px;
}
.btnHamburger .line_03 {
  top: 22px;
}

.gnav.active .btnHamburger .line_01 {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gnav.active .btnHamburger .line_02 {
  opacity: 0;
}

.gnav.active .btnHamburger .line_03 {
  top: 14px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width:767px){

  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
}
@media (min-width:768px) and (max-width:1799px){

  .hdr_menubtn,.gnav_box2{
    display: block;
  }

  /*ナビゲーション*/
  .gnav {
    display: flex!important;
    align-items: center;
    width: calc(100% - 60px);
    height: 0;
    background: #f6f6f6;
    border-radius: 15px;
    box-shadow: 0 0 4px 0px #666;
    font-size: 20px;

    position: fixed;
    left: 100%;
    z-index: 1000000000;
    overflow: hidden;
    opacity: 0;
    transition: all 1.8s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active {
    align-items: flex-start;
    left: 50%;
    right: inherit;
    top: 50%;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .gjs-dashed .gnav{
    align-items: flex-start;
    left: 15px;
    right: 15px;
    height: auto;
    opacity: 1;
  }
  .gnav.active,
  .gjs-dashed .gnav {
    max-width: 900px;
    top: 50%;
    left: 51.8%;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, -50%);
  }

  /* ボタンエリア */
  .gnav .gnav_box2{
    width: 65px;
    padding: 30px 0;
    text-align: center;
  }
  .gnav .gnav_box2 .gnav_open{
    font-size: 12px;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: inline-block;
  }
  .gnav .gnav_box2 .gnav_open i{
    font-size: 28px;
    margin-bottom: 5px;
  }
  .gnav .gnav_box2 .hdr_menu.gnav_open{
    font-size: 12px;
  }
  .gnav_menu{
    font-size: 14px;
    letter-spacing: 0.075em;
    text-align: center;
    line-height: 1;
  }
  .gnav_menu i{
    font-size: 28px;
  }

  /* リンクエリア */
  .gnav ul{
    /* gnav_box1, gnav_box2 どちらも使用する */
    /*width: calc(100% - 65px - 65px);*/

    /* gnav_box2 だけ使用する */
    width: calc(100% - 65px);

  }
  .gnav li {
    /*padding: 100px 10px;*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: center;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 150px;*/
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
  }
  .gnav li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    padding: 10px 10px;
  }
  .gnav.active ul:hover .gnav_iten{
    /*opacity: 0.5;*/
  }
  .gnav.active ul:hover .gnav_iten:hover a{
    opacity: 1;
    background: #DDD;
  }

  .gnav_iten_sub{
    display: none;
  }

  .gnav.active ul ,
  .gjs-dashed .gnav .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: 0;
    /*border: 1px solid #000;*/
    border-right: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    background: #f6f6f6;
  }
  .gnav li:hover {
    opacity: 1;
  }
}

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

  /* 3個並び */
  .gnav li{
    width: 33.333%;
  }
  .gnav li:nth-child(n+7) {
    border-bottom: none;
  }
  .gnav li:nth-child(3n){
    border-right: 0;
  }

}

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

  /* 4個並び */
  .gnav li{
    width: 25%;
  }
  .gnav li:nth-child(n+5) {
    border-bottom: none;
  }
  .gnav li:nth-child(4n){
    border-right: 0;
  }

}
@media (min-width:1200px) and (max-width:1799px){
  .gnav.active, .gjs-dashed .gnav{
    max-width: 1100px;
  }
}
@media (min-width:768px){

}
@media (min-width:1024px){

}
@media (min-width:1200px){

}
@media (min-width:1800px){
  .gnav > ul > li:nth-child(n+2) {
    margin-left: 15px;
  }

}
@media (min-width:1920px){
  .gnav{
    margin-top: -3px;
  }
  .gnav > ul > li:nth-child(n+2) {
    margin-left: 42px;
  }
}

/*メインビジュアル*/
.mv{
  padding-top: 100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}
.mv:before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 33%;
  bottom: -10%;
  background: linear-gradient(64deg,rgba(255, 231, 253, 1) 0%, rgba(233, 230, 255, 1) 100%);
  /* background-image: -moz-linear-gradient( -167deg, rgb(201,192,254) 8%, rgb(255,194,249) 71%);
  background-image: -webkit-linear-gradient( -8deg, #e9e6ff 8%, #ffe7fd 71%);
  background-image: -ms-linear-gradient( -167deg, rgb(201,192,254) 8%, rgb(255,194,249) 71%); */
}
.mv .mv_box .img{
  position: relative;
  z-index: 1;
  padding: 0 5%;
}
.mv .mv_box .img img{
  border-radius: 40px;
}
.mv .mv_box .txt{
  position: relative;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5%;
}
.mv .mv_box .txt .en{
  margin-top: -50px;
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 94px;
  letter-spacing: 0.005en;
  line-height: 1;
  color: #fff;
}
.mv .mv_box .txt .ja_sub_title{
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.0em;
  line-height: 1.5;
  background: #fff;
  padding: 4px 15px;
  display: inline-block;
}
.mv .mv_box .txt .ja_title:before{
  margin-top: 15px;
  margin-bottom: 15px;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #646464;
}
.mv .mv_box .txt .ja_title{
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mv_img{
  position: absolute;
  z-index: 1;
  right: 3%;
  bottom: -23%;
  /* width: calc(607px * 0.2);
  height: calc(365px * 0.2); */
  height: auto;;
  z-index: 2;;
  width: 31.61%;
  aspect-ratio: 607 / 365;
}

@media (min-width:768px){
  .mv{
    padding-top: 100px;
    margin-bottom: 200px;
  }
  .mv:before{
    top: 40%;
    bottom: -15%;
  }
  .mv .mv_box{
    top: 0%;
  }
  .mv .mv_box .img{

  }
  .mv .mv_box .txt{
    position: absolute;
    z-index: 1;
    left: 7%;
    bottom: 12.5%;
    padding: 0;
  }
  .mv .mv_box .txt .en{
    margin-top: 0;
    font-size: 50px;
  }
  .mv .mv_box .txt .ja_sub_title{
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.085en;
    padding: 4px 15px;
  }
  .mv .mv_box .txt .ja_title:before{
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .mv .mv_box .txt .ja_title{
    font-size: 20px;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .mv_img{
    right: 3%;
    bottom: -30%;
    /* width: calc(607px * 0.4);
    height: calc(365px * 0.4); */
  }
}
@media (min-width:1024px){
  .mv{
    padding-top: 90px;
    margin-bottom: 250px;
  }
  .mv:before{
    top: 40%;
  }
  .mv .mv_box{
    top: 0%;
  }
  .mv .mv_box .img{

  }
  .mv .mv_box .txt{
    left: 8.1%;
    bottom: 2.5%;
  }
  .mv .mv_box .txt .en{
    font-size: 100px;
  }
  .mv .mv_box .txt .ja_sub_title{
    margin-top: -10px;
    font-size: 16px;
    padding: 5px 15px;
  }
  .mv .mv_box .txt .ja_title:before{
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .mv .mv_box .txt .ja_title{
    font-size: 25px;
  }
  .mv_img{
    right: 3%;
    bottom: -32%;
    /* width: calc(607px * 0.6);
    height: calc(365px * 0.6); */
  }
}
@media (min-width:1200px){
  .mv{
    padding-top: 98px;
    margin-bottom: 245px;
  }
  .mv:before{
    top: 35%;
    bottom: -11%;
  }
  .mv .mv_box{

  }
  .mv .mv_box .img{

  }
  .mv .mv_box .txt{
    left: 9.1%;
    bottom: 10.5%;
  }
  .mv .mv_box .txt .en{
    font-size: 173px;
  }
  .mv .mv_box .txt .ja_sub_title{
    margin-top: 30px;
    font-size: 19px;
    padding: 4px 38px 4px 40px;
    margin-left: -4px;
  }
  .mv .mv_box .txt .ja_title:before{
    margin-top: 38px;
    margin-bottom: 20px;
  }
  .mv .mv_box .txt .ja_title{
    font-size: 30px;
  }
  .mv_img{
    right: 2.4%;
    bottom: -33.5%;
    /* width: calc(607px * 0.6);
    height: calc(365px * 0.6); */
  }
}
@media (min-width:1550px){
  .mv .mv_box .img{
    padding: 0;
  }
  .mv .mv_box .txt{
    left: 15.1%;
    bottom: 12.5%;
  }
  .mv_img{
    right: 2.4%;
    bottom: -33.5%;
    /* width: calc(607px * 0.6);
    height: calc(365px * 0.6); */
  }

}
@media (min-width:1920px){
  .mv .mv_box .txt{
    left: 15.1%;
    bottom: 12.3%;
  }
  .mv_img{
    right: 2.4%;
    bottom: -38%;
    width: 31.61%;
    /* height: 365px; */
    height: auto;
    aspect-ratio:607 / 365;
  }

}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
  color: #FFF;
  padding: 0;
  margin-top: 100px;
  padding: 35px 0;
}
footer,
footer > *,
footer .contact,
footer .contact > *,
footer .ftr1,
footer .ftr1 > *{
  position: relative;
  z-index: 1;
}
footer .img{
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
footer .contact,
footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1,
footer .box2{
  width: 100%;
}
footer .box1{

}
footer .box2{

}

/*お問い合わせ*/
footer .contact{
  padding: 50px 15px;
  color: #fff;
}
footer .contact:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
  background: #c59edc;
  border-radius: 40px;
}
footer .contact .ftr_title{

}
footer .contact .ftr_title .en{
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.075em;
  line-height: 1;
}
footer .contact .ftr_title .ja{
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  display: flex;
  align-content: center;
  align-items: center;
}
footer .contact .ftr_title .ja:before{
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  margin-right: 15px;
}
footer .contact .ftr_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
footer .contact .ftr_btn{
  margin-top: 30px;
}
footer .contact .ftr_btn a{
  padding: 15px 0;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  color: #c59edc;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
  transition: 0.2s;
}
footer .contact .ftr_btn a:hover{
  color: #fff;
  background: #c59edc;
}
footer .contact .tel_content{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .contact .tel{
  width: 100%;
  padding-left: 28px;
}
footer .contact .tel + .tel{
  margin-top: 20px;
}
footer .contact .tel a{
  transition: all 0.2s;
}
footer .contact .tel a:hover{
  color: #bdc9f4;
}
footer .contact .tel .txt{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
footer .contact .tel .nbr{
  margin-top: 9px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 1;
}
footer .contact .tel .nbr a{

}
footer .contact .tel .nbr a{

}

/*ドラセナ*/
footer .ftr1{
  margin-top: 50px;
  color: #303030;
}
footer .ftr_logo{

}
footer .ftr_addr{
  margin-top: 27px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1en;
  line-height: 1.5;
  text-align: center;
}
footer .ftr_addr span{
  display: none;
}

/*footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{

  letter-spacing: 0.05en;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05en;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}*/

footer .ftr_links{
  display: none;
}
footer .ftr_links li{
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
footer .copy{
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: justify;
  color: #3a3a3a;
  margin-top: 84px;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #c59edc;
  color: #FFF;
  text-decoration: none;
}


@media (max-width:767px){
  .footer_fix{
    display: block;
  }
}
@media (min-width:768px){
  footer{
    margin-top: 150px;
    padding: 150px 0 50px;
  }
  footer .box1{
    width: 47%;
  }
  footer .box2{
    width: 50%;
  }

  /*お問い合わせ*/
  footer .contact_outer{
    padding: 50px 0;
  }
  footer .contact:before{

  }
  footer .contact .ftr_title{

  }
  footer .contact .ftr_title .en{
    font-size: 30px;
  }
  footer .contact .ftr_title .ja{
    margin-top: 18px;
  }
  footer .contact .ftr_title .ja:before{
    margin-right: 27px;
    width: 65px;
  }
  footer .contact .ftr_text{
    margin-top: 15px;
    line-height: 2;
  }
  footer .contact .ftr_btn{
    margin-top: 0;
  }
  footer .contact .ftr_btn a{

  }
  footer .contact .tel_content{
    margin-top: 47px;
    flex-wrap: nowrap;
    border-left: 1px solid;
    border-right: 1px solid;
  }
  footer .contact .tel{
    width: 49%;
    padding-left: 10px;
  }
  footer .contact .tel + .tel{
    border-left: 1px solid;
    margin-top: 0;
  }
  footer .contact .tel .txt{
    font-size: 13px;
    letter-spacing: 0;
  }
  footer .contact .tel .nbr{
    margin-top: 5px;
    font-size: 19px;
  }

  /*ドラセナ*/
  footer .ftr1{
    margin-top: 99px;
  }
  footer .ftr_logo{

  }
  footer .ftr_addr{
    margin-top: 27px;
    line-height: 2.133;
    text-align: justify;
  }
  footer .ftr_addr span{

  }
  footer .ftr_addr span,
  footer .ftr_links{
    display: inline-block;
  }
  footer .ftr_links{

  }
  footer .ftr_links li{
    line-height: 2.285;
  }
  footer .ftr_links li+li{

  }
  footer .copy{
    margin-top: 87px;
  }
  footer .copy a{

  }


}
@media (min-width:1024px){
  footer{
    margin-top: 153px;
    padding: 200px 0 50px;
  }

  /*お問い合わせ*/
  footer .contact{
    padding: 107px 0 80px;
  }
  footer .contact:before{
    width: 136.93%;
  }
  footer .contact .box1{
    width: 50%;
  }
  footer .contact .box2{
    width: 48.5%;
  }
  footer .contact .ftr_title{

  }
  footer .contact .ftr_title .en{
    font-size: 50px;
  }
  footer .contact .ftr_title .ja{
    margin-top: 18px;
  }
  footer .contact .ftr_title .ja:before{
    margin-right: 27px;
  }
  footer .contact .ftr_text{
    margin-top: 15px;
    line-height: 2;
  }
  footer .contact .ftr_btn{

  }
  footer .contact .ftr_btn a{
    padding: 19px 0 23px;
  }
  footer .contact .tel_content{
    margin-top: 47px;
  }
  footer .contact .tel{
    width: 50%;
    padding-left: 19px;
  }
  footer .contact .tel .txt{
    margin-top: -4px;
    font-size: 16px;
    letter-spacing: 0.075em;
  }
  footer .contact .tel .nbr{
    margin-top: 9px;
    font-size: 25px;
  }

  /*ドラセナ*/
  footer .ftr1{
    margin-top: 101px;
  }
  footer .ftr1 .box1{
    width: 50%;
  }
  footer .ftr1 .box2{
    width: 34.1%;
  }
  footer .ftr_logo{

  }
  footer .ftr_addr{
    margin-top: 27px;
  }
  footer .ftr_links{
    margin-top: -6px;
  }
  footer .ftr_links li{

  }
  footer .ftr_links li+li{

  }
  footer .copy{
    margin-top: 85px;
  }
  footer .copy a{

  }

}
@media (min-width:1200px){
  footer{
    margin-top: 197px;
  }

  /*お問い合わせ*/

  footer .contact .ftr_btn a{
    width: 540px;
    padding: 19px 0 23px;
  }
  footer .contact .tel_content{
    margin-top: 47px;
  }
  footer .contact .tel{
    width: 50%;
    padding-left: 28px;
  }
  footer .contact .tel .txt{
    margin-top: -6px;
    font-size: 16px;
  }
  footer .contact .tel .nbr{
    margin-top: 9px;
    font-size: 30px;
  }
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_itens{
  padding: 0 0;
}
.post_itens .iten{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_itens .iten:last-child{
  border-bottom: 1px solid #CCC;
}
.post_itens .iten .img{

}
.post_itens .iten .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_itens .iten .category{
  width: 150px;
  padding: 0 10px;

}
.post_itens .iten .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_itens .iten .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_itens .iten .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_itens .iten:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_itens .iten.single_iten{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_itens .iten.single_iten:after{
  display: none;
}
.post_itens .iten.single_iten .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_itens .iten.single_iten .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_itens .iten.single_iten .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_itens .iten.single_iten .content *{
  margin-bottom: 1em;
}
.post_itens .iten.single_iten .content h1,
.post_itens .iten.single_iten .content h2,
.post_itens .iten.single_iten .content h3,
.post_itens .iten.single_iten .content h4,
.post_itens .iten.single_iten .content h5,
.post_itens .iten.single_iten .content h6{
  margin-bottom: 0.5en;
}
.post_itens .iten.single_iten .content a{
  color: #2196F3;
}

.post_itens .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .iten{

}
.search_list .iten + .iten{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  /*display: inline;*/
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

@media (max-width:767px){
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
}


/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 0px;
}
body.home .main{
  padding-top: 0;
}

.tt1{

}
.tt1 span{

}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.read_more{
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.read_more.center{
  justify-content: center;
}
.read_more a{
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 5px 0;
  border: 1px solid #b08eef;
  border-radius: 20px;
  background: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  transition: all 0.2s;
}
.read_more a:hover{
  color: #fff;
  background: #b08eef;
  border: 1px solid transparent;
}
.read_more a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.2s;
}
.read_more a:hover:after{
  margin-right: -5px;
}

/*各タイトル*/
.sec_title{

}
.sec_title_en{
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #949494;
}
.sec_title_en:before{
  margin-right: 6px;
  content: "●";
  font-weight: 600;
  color: #bdc9f4;
  display: inline-block;
}
.sec_title_ja{
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.sec_text{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: justify;
}


@media (min-width:768px){

  /* 詳しく見る サンプル */
  .read_more{
    margin-top: 30px;
  }
  .read_more a{
    width: 364px;
    padding: 8px 0 9px;
  }

  /*各タイトル*/
  .sec_title{

  }
  .sec_title_en{

  }
  .sec_title_en:before{
    margin-right: 6px;
  }
  .sec_title_ja{
    margin-top: 15px;
    font-size: 24px;
  }
  .sec_text{
    line-height: 2;
  }

}
@media (min-width:1024px){

  /* 詳しく見る サンプル */
  .read_more.wide a{
    width: 444px;
    padding: 14px 0 15px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 30px;
  }
  .read_more.wide a:after{
    right: 25px;
  }

  /*各タイトル*/
  .sec_title{

  }
  .sec_title_en{

  }
  .sec_title_en:before{
    margin-right: 6px;
  }
  .sec_title_ja{
    margin-top: 23px;
    font-size: 25px;
  }

}
@media (min-width:1200px){

  /*各タイトル*/
  .sec_title{

  }
  .sec_title_en{
    padding-left: 3px;
  }
  .sec_title_en:before{
    margin-right: 6px;
  }
  .sec_title_ja{
    margin-top: 23px;
    font-size: 30px;
  }

}
@media (min-width:1800px){

  /*各タイトル*/
  .sec_title{

  }
  .sec_title_en{
    padding-left: 3px;
  }
  .sec_title_en:before{
    margin-right: 6px;
  }
  .sec_title_ja{
    margin-top: 23px;
    font-weight: 500;
    font-size: 40px;
  }
}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section#sec1{

}
.pg_home .section#sec2{
  margin-top: 100px;
}
.pg_home .section#sec3{
  margin-top: 100px;
}
.pg_home .section#sec4{
  margin-top: 100px;
}
.pg_home .section#sec5{
  margin-top: 50px;
  padding: 50px 0 50px;
  background: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
}
.pg_home .section#sec6{
  margin-top: 100px;
}

/*おひとりさまの終活について*/
.main_title{
  text-align: center;
}
.main_title .en{
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 90px;
  letter-spacing: 0;
  line-height: 1;
  background:-webkit-linear-gradient( -8deg, #e9e6ff 8%, #ffe7fd 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_title .ja{
  margin-top: 13px;
  display: inline-block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  background: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
}
.home_cmn_box{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_cmn_box.seremony{

}
.home_cmn_box.thoughts{

}
.home_cmn_box.plan{

}
.home_cmn_box.seremony,
.home_cmn_box.seremony > *,
.home_cmn_box.thoughts,
.home_cmn_box.thoughts > *{
  position: relative;
  z-index: 1;
}
.home_cmn_box.seremony:before{
  content: "";
  border-radius: 40px 0 0 20px;
  background-image: -moz-linear-gradient( -8deg, rgb(201,192,254) 8%, rgb(255,194,249) 71%);
  background-image: -webkit-linear-gradient( -8deg, #e9e6ff 8%, #ffe7fd 71%);
  background-image: -ms-linear-gradient( -8deg, rgb(201,192,254) 8%, rgb(255,194,249) 71%);
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  width: 100vw;
  height: 1100px;
  transform: translateX(-50%);
}
.home_cmn_box.thoughts:before{
  content: "";
  border-radius: 0 40px 20px 0;
  background-image: -moz-linear-gradient( -8deg, rgb(201,192,254) 8%, rgb(255,194,249) 71%);
  background-image: -webkit-linear-gradient( -8deg, #e9e6ff 8%, #ffe7fd 71%);
  background-image: -ms-linear-gradient( -8deg, rgb(201,192,254) 8%, rgb(255,194,249) 71%);
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  width: 100vw;
  height: 800px;
  transform: translateX(-50%);
}
.home_cmn_box .box1,
.home_cmn_box .box2{
  width: 100%;
}
.home_cmn_box.seremony .box2,
.home_cmn_box.plan .box2{
  display: contents;
}
.home_cmn_box .box2.thoughts{
  position: relative;
  z-index: 1;
}
.home_cmn_box .box1,
.home_cmn_box .sec_title{
  order: 1;
}
.home_cmn_box .box2,
.home_cmn_box.seremony .box1,
.home_cmn_box.plan .box1{
  order: 2;
  margin-top: 30px;
}
.home_cmn_box.seremony .title,
.home_cmn_box.plan .title{
  order: 3;
}
.home_cmn_box.seremony .sec_text,
.home_cmn_box.plan .sec_text{
  order: 3;
}
.home_cmn_box.seremony .seremony_img,
.home_cmn_box.plan .read_more{
  order: 4;
}
.home_cmn_box.seremony .read_more{
  order: 5;
}
.home_cmn_box.seremony .title,
.home_cmn_box.seremony .sec_text,
.home_cmn_box.seremony .seremony_img,
.home_cmn_box.seremony .read_more{
  position: relative;
  z-index: 1;
}
.home_cmn_box .img.img_fit{

}
.home_cmn_box .img.img_fit.seremony{

}
.home_cmn_box .img.img_fit.plan{

}
.home_cmn_box .img.img_fit:before{
  padding-top: 108.82%;
}
.home_cmn_box .img.img_fit.plan:before{
  padding-top: 67.26%;
}
.home_cmn_box .img.img_fit img{
  border-radius: 40px;
}

.home_cmn_box .inner{
  position: relative;
  z-index: 1;
}
.home_cmn_box .txt{
  position: absolute;
  z-index: 1;
  bottom: 7%;
  width: 100%;
  text-align: center;
}
.home_cmn_box .en{
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 90px;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
}
.home_cmn_box .wh{
  margin-top: 11px;
  padding: 4px 0 3px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  background: #fff;
}
.home_cmn_box .sec_title{
  margin-bottom: 15px;
}
.home_cmn_box .title{
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.666;
}
.home_cmn_box .sec_text{
  margin-top: 15px;
}
.home_cmn_box .seremony_img{
  margin-top: 30px;
  margin-left: 0px;
  width: calc(493px * 0.5);
  height: calc(297px * 0.5);
}
.home_cmn_box .thoughts_img{
  position: absolute;
  z-index: 1;
  top: 7%;
  right: 0%;
  width: calc(482px * 0.2);
  height: calc(306px * 0.2);
}

/*終活についてのこんなお悩みすべて解決できます*/
.home_check_box_outer{
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.home_check_box_inner{
  padding: 31px 0 20px;
  border-radius: 40px;
  background-image: -moz-linear-gradient( -8deg, rgb(201,192,254) 8%, rgb(255,194,249) 71%);
  background-image: -webkit-linear-gradient( -8deg, #e9e6ff 8%, #ffe7fd 71%);
  background-image: -ms-linear-gradient( -8deg, rgb(201,192,254) 8%, rgb(255,194,249) 71%);
}
.home_check_box_inner .title{
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.home_check_box_inner .title span{
  color: #ff15c0;
}
.home_check_box_content{
  width: 90%;
  margin: 15px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.home_check_box{
  width: 100%;
  padding-left: 25px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.home_check_box:before{
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home_check_box:nth-child(n+2){
  margin-top: 15px;
}
.home_check_box_outer .img{
  position: absolute;
  z-index: 1;
  top: -8%;
  right: -3%;
  width: 29.14%;;
  aspect-ratio: 443 / 310;
  /* width: calc(443px*0.3);
  height: calc(310px*0.3); */
}

/*おひとりさまお葬式プラン*/
.home_plan_content{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_plan_content .box{
  width: 100%;
}
.home_plan_content .box.box1{

}
.home_plan_content .box.box2{
  margin-top: 30px;
}
.home_plan_content .inner{
  padding-bottom: 29px;
  height: 100%;
}
.home_plan_content .box.box1 .inner{
  border: 1px solid #d1a6ff;
}
.home_plan_content .box.box2 .inner{
  border: 1px solid #ffb9d7;
}
.home_plan_content .bg_title{
  padding: 4px 0 6px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.home_plan_content .box.box1 .bg_title{
  background: #d1a6ff;
}
.home_plan_content .box.box2 .bg_title{
  background: #ffb9d7;
}
.home_plan_content .title{
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.home_plan_content .title span{
  letter-spacing: 0;
}
.home_plan_content .sub_title{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.home_plan_content .sec_text{
  margin: 10px 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #adadad;
}
.home_plan_content .money{
  margin: 18px 0px 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.home_plan_content .money1{
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  border: 1px solid;
  width: 90px;
  padding: 5px 0;
}
.home_plan_content .money2{
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
}
.home_plan_content .money2 span{
  font-size: 16px;
}
.home_plan_content .money3{
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.home_plan_content .money4{
  margin-top: 17px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

/*3ボタン*/
.home_btn_content{
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
.home_btn{
  width: 100%;
  color: #fff;
}
.home_btn:nth-child(n+2){
  margin-top: 30px;
}
.home_btn .inner{
  position: relative;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.2s;
  display: block;
  width: 100%;
}
.home_btn .inner:hover .txt{
color: #fff;
}
.home_btn .inner:hover img{
  transform: scale(1.1);
}
.home_btn .img_fit{
  border-radius: 40px;
  overflow: hidden;
}
.home_btn .img_fit:before{
  padding-top: 154.63%;
}
.home_btn .img_fit:after{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 40px;
  background-color: rgb(48, 48, 48);
  opacity: 0.2;
}
.home_btn .img_fit img{
  border-radius: 40px;
  transition: all 0.2s;
}
.home_btn .en{
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: 65px;
  letter-spacing: 0em;
  text-align: center;
  line-height: 1;
  text-align: center;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -15px;
  height: 60%;
}
.home_btn.btn3 .en{
  font-size: 47px;
}
.home_btn .txt{
  position: absolute;
  z-index: 1;
  /*  width: 100%;*/
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  border-radius: 0 0 40px 40px;
  padding: 25px 25px 0;
  color:#fff;
}
.home_btn.btn1 .inner:hover .en{
color:#ecb28f; ;
}
.home_btn.btn2 .inner:hover .en{
color: #dca2bb;;
}
.home_btn.btn3 .inner:hover .en{
color: #a0b2f2;
}
.home_btn.btn1 .txt{
  background: #ecb28f;
}
.home_btn.btn2 .txt{
  background: #dca2bb;
}
.home_btn.btn3 .txt{
  background: #a0b2f2;
}
.home_btn .title{
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.home_btn .title:before{
  content: "→";
  font-weight: 400;
  font-size: 15px;
  color: #181818;
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.home_btn .inner:hover .title:before{
  margin-right: -5px;
}
.home_btn .title:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin-top: 15px;
}
.home_btn .text{
  margin-top: 17px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.875;
}

/*よくあるご質問*/
.home_qanda{
  position: relative;
  z-index: 1;
}
.home_qanda .sec_title{

}
.home_qanda .item_content{
  margin-top: 50px;
}
.home_qanda .item{

}
.home_qanda .item:nth-child(n+2){
  margin-top: 30px;
}
.home_qanda .item .inner{
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
}
r .inner{

}
.home_qanda .item .q{
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: justify;
  position: relative;
  z-index: 1;
}
.home_qanda .item .q:before{
  content: "Q";
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  background: #ffbc93;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home_qanda .item .q .img{
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.home_qanda .item .a{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bcbcbc;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: justify;
}
.home_qanda .img{
  position: absolute;
  z-index: 1;
  top: 0%;
  right: -2%;
  width: calc(769px * 0.25);
  height: calc(298px * 0.25);
}

/*会社概要*/
.home_company{
  position: relative;
  z-index: 1;
}
.home_company .img_fit{

}
.home_company .img_fit:before{
  padding-top: 200px;
}
.home_company .img_fit:after{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgb(48, 48, 48);
  opacity: 65%;
  border-radius: 40px;
}
.home_company .img_fit img{
  border-radius: 40px;
}
.home_company .txt{
  padding-top: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 90%;
  transform: translateX(-50%);
}
.home_company .sec_title_en,
.home_company .sec_title_ja{
  color: #fff;
}
.home_company .read_more{
  width: 200px;
}

@media (min-width:768px){
  .pg_home{

  }
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2{
    margin-top: 100px;
  }
  .pg_home .section#sec3{
    margin-top: 100px;
  }
  .pg_home .section#sec4{
    margin-top: 100px;
  }
  .pg_home .section#sec5{
    margin-top: 100px;
    padding: 100px 0 100px
  }
  .pg_home .section#sec6{
    margin-top: 100px;
  }

  /*おひとりさまの終活について*/
  .main_title{

  }
  .main_title .en{
    font-size: 180px;
  }
  .main_title .ja{
    margin-top: 13px;
    width: 100%;
    font-size: 20px;
  }
  .home_cmn_box{
    margin-top: 50px;
  }
  .home_cmn_box.seremony{

  }
  .home_cmn_box.thoughts{

  }
  .home_cmn_box.seremony:before{
    top: 13%;
    left: 17.7%;
    width: 113.15%;
    height: 1000px;
    transform: none;
  }
  .home_cmn_box.thoughts:before{
    top: 13%;
    left: auto;
    right: -3%;
    height: 700px;
    transform: none;
  }
  .home_cmn_box .box1,
  .home_cmn_box .box2{
    order: unset;
  }
  .home_cmn_box.seremony .box1,
  .home_cmn_box.seremony .box2,
  .home_cmn_box.plan .box1,
  .home_cmn_box.plan .box2{
    display: block;
  }
  .home_cmn_box .box2, .home_cmn_box.seremony .box1, .home_cmn_box.plan .box1{
    margin-top: 0;
  }
  .home_cmn_box .box1{
    width: 44.73%;
  }
  .home_cmn_box .box2{
    width: 51.25%;
  }
  .home_cmn_box .box2.thoughts{
    margin-top: 130px;
  }
  .home_cmn_box .img.img_fit{

  }
  .home_cmn_box .txt{
    bottom: 13%;
  }
  .home_cmn_box .en{
    font-size: 70px;
  }
  .home_cmn_box .wh{
    margin-top: 5px;
    padding: 3px 0;
    font-size: 11px;
  }
  .home_cmn_box .sec_title{
    margin-bottom: 20px;
  }
  .home_cmn_box .title{
    margin-top: 0;
    font-size: 18px;
  }
  .home_cmn_box .sec_text{
    margin-top: 20px;
  }
  .home_cmn_box .seremony_img{
    margin-top: 25px;
    margin-left: 0px;
    width: calc(493px * 0.7);
    height: calc(297px * 0.7);
  }
  .home_cmn_box .thoughts_img{
    top: -20%;
    right: 0%;
    width: calc(482px * 0.4);
    height: calc(306px * 0.4);
  }

  /*終活についてのこんなお悩みすべて解決できます*/
  .home_check_box_outer{
    margin-top: 80px;
  }
  .home_check_box_inner{
    padding: 31px 0 20px;
  }
  .home_check_box_inner .title{
    font-size: 25px;
  }
  .home_check_box_content{
    margin-top: 27px;
  }
  .home_check_box{
    padding-left: 25px;
    width: 48.5%;
  }
  .home_check_box:before{
    top: 0%;
    transform:none;
  }
  .home_check_box:nth-child(n+2){
    margin-top: 0px;
  }
  .home_check_box:nth-child(n+3){
    margin-top: 15px;
  }
  .home_check_box_outer .img{
      width: 18.14%;
    top: -15%;
    right: -5%;
    /* width: calc(443px * 0.3);
    height: calc(310px * 0.3); */
  }

  /*おひとりさまお葬式プラン*/
  .home_plan_content{
    margin: 70px -10px 0;
  }
  .home_plan_content .box{
    width: 50%;
    padding: 0 10px;
  }
  .home_plan_content .box.box1{

  }
  .home_plan_content .box.box2{
    margin-top: 0px;
  }
  .home_plan_content .inner{
    padding-bottom: 29px;
  }
  .home_plan_content .bg_title{
    padding: 4px 0;
    font-size: 16px;
  }
  .home_plan_content .title{
    margin-top: 15px;
    font-size: 18px;
  }
  .home_plan_content .sub_title{

  }
  .home_plan_content .sec_text{
    margin: 10px 15px 0;
    padding-bottom: 0px;
    height: 230px;
  }
  .home_plan_content .money{
    margin: 18px 0px 0 15px;
  }
  .home_plan_content .money1{
    margin-right: 19px;
    font-size: 16px;
    padding: 5px 0;
    width: 60px;
  }
  .home_plan_content .money2{
    font-size: 30px;
  }
  .home_plan_content .money2 span{
    font-size: 16px;
  }
  .home_plan_content .money3{
    margin-top: 20px;
    font-size: 16px;
  }
  .home_plan_content .money4{
    margin-top: 17px;
  }

  /*3ボタン*/
  .home_btn_content{
    margin: 200px -10px 0;
  }
  .home_btn{
    width: 33.33%;
    padding: 0 10px;
  }
  .home_btn:nth-child(n+2){
    margin-top: 0;
  }
  .home_btn .inner{

  }
  .home_btn .img_fit{

  }
  .home_btn .en{
    font-size: 27px;
    top: 0;
    left: -6px;
    height: 50%;
  }
  .home_btn.btn3 .en{
    font-size: 18px;
  }
  .home_btn .txt{
    padding: 10px 10px 0;
    height: 190px;
  }
  .home_btn .title{
    font-size: 18px;
  }
  .home_btn .title:before{
    top: 45%;
    right: -5px;
  }
  .home_btn .title:after{
    margin-top: 10px;
  }
  .home_btn .text{
    margin-top: 10px;
  }

  /*よくあるご質問*/
  .home_qanda{

  }
  .home_qanda .sec_title{

  }
  .home_qanda .item_content{
    margin-top: 50px;
  }
  .home_qanda .item{

  }
  .home_qanda .item .inner{
    padding: 32px 50px;
  }
  .home_qanda .item .q{
    padding-left: 40px;
    padding-right: 45px;
    font-size: 17px;
  }
  .home_qanda .item .q:before{
    width: 30px;
    height: 30px;
  }
  .home_qanda .item .a{
    margin-top: 15px;
    padding: 10px 0 0 40px;
    line-height: 2;
  }
  .home_qanda .img{
    top: 0%;
    right: 0%;
    width: calc(769px*0.3);
    height: calc(298px*0.3);
  }

  /*会社概要*/
  .home_company{

  }
  .home_company .img_fit{

  }
  .home_company .img_fit:before{
    padding-top: 300px;
  }
  .home_company .txt{
    padding-top: 100px;
  }
  .home_company .read_more{

  }

}
@media (min-width:1024px){
  .pg_home{

  }
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2{
    margin-top: 148px;
  }
  .pg_home .section#sec3{
    margin-top: 148px;
  }
  .pg_home .section#sec4{
    margin-top: 205px;
  }
  .pg_home .section#sec5{
    margin-top: 150px;
    padding: 149px 0 158px;
  }
  .pg_home .section#sec6{
    margin-top: 150px;
  }

  /*おひとりさまの終活について*/
  .main_title{

  }
  .main_title .en{
    font-size: 200px;
  }
  .main_title .ja{
    margin-top: 13px;
    padding: 0 0 3px;
    width: 730px;
    font-size: 23px;
  }
  .home_cmn_box{
    margin-top: 71px;
  }
  .home_cmn_box.seremony{

  }
  .home_cmn_box.thoughts{

  }
  .home_cmn_box.plan{
    margin-top: 52px;
  }
  .home_cmn_box.seremony:before{
    top: 12.1%;
    left: 25.7%;
    width: 113.15%;
    height: 1050px;
  }
  .home_cmn_box.thoughts:before{
    top: 12.1%;
    right: 0%;
    height: 682px;
  }
  .home_cmn_box .box1{

  }
  .home_cmn_box.plan .box1{
    margin-top: 55px;
  }
  .home_cmn_box .box2{

  }
  .home_cmn_box .box2.thoughts{
    margin-top: 130px;
  }
  .home_cmn_box.plan .box1{
    width: 55.26%;
  }
  .home_cmn_box.plan .box2{
    width: 38.48%;
  }
  .home_cmn_box .img.img_fit{

  }
  .home_cmn_box .img.img_fit.seremony{
    margin-top: 15px;
  }
  .home_cmn_box .txt{
    bottom: 5%;
  }
  .home_cmn_box .en{
    font-size: 100px;
  }
  .home_cmn_box .wh{
    margin-top: 11px;
    padding: 4px 0 3px;
    font-size: 20px;
  }
  .home_cmn_box .sec_title{
    margin-bottom: 90px;
  }
  .home_cmn_box .title{
    margin-top: -12px;
    font-size: 27px;
  }
  .home_cmn_box .sec_text{
    margin-top: 40px;
    letter-spacing: 0;
  }
  .home_cmn_box .sec_text.seremony{
    margin-top: 65px;
  }
  .home_cmn_box .sec_text.thoughts{
    margin-top: 65px;
  }
  .home_cmn_box .sec_text.plan{
    margin-top: 65px;
  }
  .home_cmn_box .read_more{
    margin-top: 42px;
  }
  .home_cmn_box .seremony_img{
    margin-top: 28px;
    margin-left: 95px;
    width: 493px;
    height: 297px;
  }
  .home_cmn_box .thoughts_img{
    top: -20%;
    right: 0%;
    width: calc(482px * 0.4);
    height: calc(306px * 0.4);
  }

  /*終活についてのこんなお悩みすべて解決できます*/
  .home_check_box_outer{
    margin-top: 80px;
  }
  .home_check_box_inner{
    padding: 31px 0 45px;
  }
  .home_check_box_inner .title{
    font-size: 30px;
  }
  .home_check_box_content{

  }
  .home_check_box{
    padding-left: 27px;
  }
  .home_check_box:nth-child(n+3){
    margin-top: 18px;
  }
  .home_check_box_outer .read_more{
    margin-top: 49px;
  }
  .home_check_box_outer .img{
    top: -15%;
    right: -4%;
      width: 18.14%;
    /* width: calc(443px * 0.4);
    height: calc(310px * 0.4); */
  }

  /*おひとりさまお葬式プラン*/
  .home_plan_content{
    margin: 80px -15px 0;
  }
  .home_plan_content .box{
    padding: 0 15px;
  }
  .home_plan_content .box.box1{

  }
  .home_plan_content .box.box2{

  }
  .home_plan_content .inner{
    padding-bottom: 29px;
  }
  .home_plan_content .bg_title{
    padding: 4px 0 6px;
    font-size: 20px;
  }
  .home_plan_content .title{
    margin-top: 20px;
    font-size: 25px;
  }
  .home_plan_content .sub_title{

  }
  .home_plan_content .sec_text{
    margin: 9px 15px 0;
    height: 140px;
    font-size: 15px;
  }
  .home_plan_content .money{
    margin: 18px 0px 0 15px;
  }
  .home_plan_content .money1{
    margin-right: 15px;
    font-size: 18px;
    padding: 7px 0 9px;
    width: 80px;
  }
  .home_plan_content .money2{
    font-size: 30px;
  }
  .home_plan_content .money3{
    margin-top: 20px;
    font-size: 16px;
  }
  .home_plan_content .money4{
    margin-top: 17px;
  }
  .home_plan_content .read_more{
    margin-top: 50px;
  }

  /*3ボタン*/
  .home_btn_content{
    margin: 58px -17px 0;
  }
  .home_btn{
    width: 33.33%;
    padding: 0 17px;
  }
  .home_btn .inner{

  }
  .home_btn .img_fit{

  }
  .home_btn .en{
    font-size: 50px;
    left: -11px;
    height: 60%;
  }
  .home_btn.btn3 .en{
    font-size: 35px;
    left: -9px;
  }
  .home_btn .txt{
    padding: 25px 15px 0;
    height: 200px;
  }
  .home_btn .title{
    font-size: 24px;
  }
  .home_btn .title:before{
    top: 45%;
    right: -1px;
  }
  .home_btn .title:after{
    margin-top: 10px;
  }
  .home_btn .text{
    margin-top: 10px;
  }

  /*よくあるご質問*/
  .home_qanda{

  }
  .home_qanda .sec_title{

  }
  .home_qanda .item_content{
    margin-top: 50px;
  }
  .home_qanda .item{

  }
  .home_qanda .item:nth-child(n+2){
    margin-top: 35px;
  }
  .home_qanda .item .inner{
    padding: 32px 50px;
  }
  .home_qanda .item .q{
    padding-left: 55px;
    font-size: 22px;
  }
  .home_qanda .item .q .img{
    width: 40px;
    height: 40px;
  }
  .home_qanda .item .q:before{
    width: 40px;
    height: 40px;
  }
  .home_qanda .item .a{
    margin-top: 20px;
    padding: 20px 0 0 54px;
  }
  .home_qanda .img{
    top: -3%;
    right: 0%;
    width: calc(769px * 0.5);
    height: calc(298px * 0.5);
  }

  /*会社概要*/
  .home_company{

  }
  .home_company .img_fit{

  }
  .home_company .img_fit:before{
    padding-top: 400px;
  }
  .home_company .txt{
    padding-top: 110px;
  }
  .home_company .read_more{
    margin-top: 40px;
  }
}
@media (min-width:1200px){

  /*おひとりさまの終活について*/
  .home_cmn_box.seremony:before{
    top: 28.1%;
    left: 17.7%;
    width: 113.15%;
    height: 700px;
  }
  .home_cmn_box.thoughts:before{
    top: 18.5%;
    right: 0%;
    height: 682px;
  }
  .home_cmn_box.thoughts .box2{
    margin-top: 231px;
  }
  .home_cmn_box .txt{
    bottom: 5.5%;
  }
  .home_cmn_box .en{
    font-size: 120px;
  }
  .home_cmn_box .wh{
    margin-top: 11px;
    padding: 4px 0 3px;
    font-size: 16px;
  }
  .home_cmn_box .title{
    font-size: 23px;
  }
  .home_cmn_box .sec_text.thoughts{
    padding-right: 10%;
  }
  .home_cmn_box .thoughts_img{
    top: -25.7%;
    right: -0%;
    width: calc(482px * 0.5);
    height: calc(306px * 0.5);
  }

  /*終活についてのこんなお悩みすべて解決できます*/
  .home_check_box_outer .img{
    top: -20%;
    right: -3%;
  width: 18.14%;
    /* width: calc(443px * 0.5);
    height: calc(310px * 0.5); */
  }

  /*おひとりさまお葬式プラン*/
  .home_plan_content .bg_title{
    padding: 4px 0 6px;
    font-size: 25px;
  }
  .home_plan_content .title{
    margin-top: 20px;
    font-size: 28px;
  }
  .home_plan_content .sec_text{
    margin: 9px 66px 0;
    height: 170px;
    font-size: 16px;
  }
  .home_plan_content .money{
    margin: 18px 0px 0 65px;
  }
  .home_plan_content .money1{
    margin-right: 19px;
    font-size: 20px;
    padding: 7px 0 9px;
    width: 90px;
  }
  .home_plan_content .money2{
    font-size: 40px;
  }
  .home_plan_content .money3{
    margin-top: 20px;
    margin-left: -8px;
    font-size: 16px;
  }
  .home_plan_content .money4{
    margin-top: 17px;
    margin-left: -9px;
  }
  .home_plan_content .read_more{
    margin-top: 50px;
  }

  /*よくあるご質問*/
  .home_qanda .img{
    top: -3%;
    right: 0%;
    width: calc(769px * 0.5);
    height: calc(298px * 0.5);
  }

  /*会社概要*/
  .home_company .txt{
    padding-top: 110px;
  }



}
@media (min-width:1440px){
  /*3ボタン*/
  .home_btn .en{
    font-size: 73px;
    left: -15px;
    height: 65%;
  }
  .home_btn.btn3 .en{
    font-size: 50px;
    left: -11px;
  }

  /*よくあるご質問*/
  .home_qanda .img{
    top: -5%;
    right: 0%;
    width: calc(769px * 0.7);
    height: calc(298px * 0.7);
  }

  .home_check_box_outer .img{
  width: 22.14%;
}

}
@media (min-width:1536px){
.home_check_box_outer .img{
  width: 22.14%;
}
}
@media (min-width:1740px){
.home_check_box_outer .img{
  width: 19.14%;
}
}
@media (min-width:1820px){

  /*おひとりさまの終活について*/
  .home_cmn_box .sec_text{
    letter-spacing: 0.075em;
    padding-left: 4px;
  }

  /*おひとりさまお葬式プラン*/
  .home_plan_content .bg_title{
    font-weight: 500;
    padding: 4px 0 6px;
    font-size: 25px;
  }

  /*終活についてのこんなお悩みすべて解決できます*/
  .home_check_box_content{
    margin: 27px 11.5% 0 13.5%;
    width: auto;
  }
  .home_check_box{
    width: 50%;
  }

  /*おひとりさまの終活について*/
  .home_cmn_box .en{
    font-size: 181px;
  }
  .home_cmn_box .wh{
    margin-top: 11px;
    padding: 4px 0 3px;
    font-size: 20px;
  }
  .home_cmn_box .title{
    font-size: 30px;
  }
  .home_cmn_box .thoughts_img{
    top: -41.7%;
    right: -33.5%;
    width: 482px;
    height: 306px;
  }

  /*おひとりさまお葬式プラン*/
  .home_plan_content .title{
    margin-top: 20px;
    font-size: 35px;
  }
  .home_plan_content .sec_text{
    margin: 9px 66px 0;
    height: 104px;
    font-size: 16px;
  }

  /*終活についてのこんなお悩みすべて解決できます*/
  .home_check_box_outer .img{
    width: 22.14%;
    top: -150px;;
    right: 0%;
    /* width: calc(443px*0.5);
    height: calc(310px*0.5); */
  }

  /*よくあるご質問*/
  .home_qanda .img{
    top: -12%;
    right: -9.3%;
    width: 769px;
    height: 298px;
  }

  /*3ボタン*/
  .home_btn .en{
    font-size: 120px;
  }
  .home_btn.btn1 .en{
    top: 37px;
    left: -28px;
  }
  .home_btn.btn2 .en{
    top: 88px;
    left: -26px;
    height: auto;
  }
  .home_btn.btn3 .en{
    font-size: 90px;
    letter-spacing: -0.027em;
    top: 17px;
    left: -18px;
  }
  .home_btn .txt{
    padding: 25px 25px 0;
    height: 210px;
  }
  .home_btn .title{
    font-size: 35px;
    font-weight: 500;
  }
  .home_btn .title:before{
    top: 45%;
    right: -1px;
  }
  .home_btn .title:after{
    margin-top: 17px;
    margin-left: 5px;
  }
  .home_btn .text{
    margin-top: 17px;
  }

  /*会社概要*/
  .home_company .txt{
    width: 1110px;
  }

}
@media (min-width:1920px){

  /*おひとりさまの終活について*/
  .home_cmn_box .thoughts_img{
    top: -41.7%;
    right: -33.5%;
    width: 482px;
    height: 306px;
  }

  /*終活についてのこんなお悩みすべて解決できます*/
  .home_check_box_outer .img{
     width: 29.14%;
    top: -46.9%;
    right: -10.9%;
    /* width: 443px;
    height: 310px; */
  }

  /*よくあるご質問*/
  .home_qanda .img{
    top: 0%;
    right: 0%;
    width: 769px;
    height: 298px;
  }
}


/* **********************************
 *  下層ヘッダ-
 * ********************************* */
.pg_header{
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.pg_header,
.pg_header .container{
  position: relative;
  z-index: 1;
}
.pg_header:before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  top: 40%;
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
  background: -webkit-linear-gradient(-8deg, #ffe7fd 8%, #e9e6ff 71%);
}
.pg_header .img_fit{
  width: 90%;
}
.pg_header .img_fit:before{
  padding-top: 200px;
}
.pg_header .img_fit img{
  border-radius: 40px;
}
.tt1{
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.005em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 1;
  width: 100vw;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

@media (min-width:768px){
  .pg_header{
    margin-top: 100px;
    margin-bottom: 200px;
    border-radius: 40px;
  }
  .pg_header:before{
    top: 40%;
    bottom: -20%;
  }
  .pg_header .img_fit{

  }
  .pg_header .img_fit:before{
    padding-top: 400px;
  }
  .pg_header .img_fit img{
    border-radius: 40px;
  }
  .tt1{
    font-size: 50px;
    bottom: -30px;
  }


}
@media (min-width:1024px){
  .pg_header{
    margin-top: 97px;
    margin-bottom: 150px;
  }
  .pg_header:before{
    top: 35%;
    bottom: -15%;
  }
  .pg_header .img_fit{

  }
  .pg_header .img_fit:before{
    padding-top: 600px;
  }
  .pg_header .img_fit img{
    border-radius: 40px;
  }
  .tt1{
    font-size: 70px;
    bottom: -50px;
  }

}
@media (min-width:1200px){
  .pg_header{
    margin-top: 97px;
    margin-bottom: 216px;
    border-radius: 40px;
  }
  .pg_header:before{
    top: 36%;
    bottom: -16.5%;
  }
  .pg_header .img_fit{
    width: 79.21%;
  }
  .pg_header .img_fit:before{
    padding-top: 600px;
  }
  .pg_header .img_fit img{
    border-radius: 40px;
  }
  .tt1{
    font-size: 80px;
    bottom: -50px;
  }

}
@media (min-width:1440px){
  .tt1{
    font-size: 75px;
    bottom: -50px;
  }

}
@media (min-width:1800px){
  .tt1{
    font-size: 100px;
    bottom: -75px;
  }

}


/* **********************************
 *  2.おひとり様お葬式について
 * ********************************* */
.pg_about{

}
.pg_about .section#sec1{

}
.pg_about .section#sec2{
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.pg_about .section#sec3{
  margin-top: 100px;
}

/*おひとりさまお葬式とは*/
.home_cmn_box.about .box2{
  display: contents;
}
.home_cmn_box.about .sec_title{
  order: 1;
}
.home_cmn_box.about .box1{
  order: 2;
}
.home_cmn_box.about .title{
  order: 3;
  font-weight: 600;
}
.home_cmn_box.about .sec_text{
  order: 4;
}
.seremony_img.about{
  order: 5;
}

/*もしもの時…こんなお悩みありませんか？*/
.about_main_title{
  text-align: center;
}
.about_main_title .en{
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 90px;
  letter-spacing: 0;
  line-height: 1;
  background: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_main_title .ja{
  margin-top: -45px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.about_item_content{
  margin-top: 30px;
}
.about_item{
  width: 100%;
}
.about_item .inner{
  position: relative;
  z-index: 1;
}
.about_item .img{

}
.about_item .text{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  text-shadow    :
    2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px  0px 1px #ffffff,
    0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
    0px -2px 1px #ffffff;        /* 文字の影 */
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-wrapper{
  align-content: center;
  align-items: center;
}
.swiper-button-next, .swiper-button-prev{
  color: #c59edc !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: var(--swiper-navigation-sides-offset, 0px) !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: var(--swiper-navigation-sides-offset, 0px) !important;
}
.about_ol{
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.666;
  text-align: justify;
  color: #fd603c;
}
.about_img1{
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: -10%;
  width: calc(241px*0.3);
  height: calc(309px*0.3);
}

/*おひとりさまお葬式のメリット*/
.about_merit_content{
  margin-top: 30px;
}
.about_merit.home_cmn_box{
  margin-top: 0;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.about_merit.home_cmn_box:before{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  top: 20%;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
}
.about_merit.home_cmn_box:nth-child(odd):before{
  background-image: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
}
.about_merit.home_cmn_box:nth-child(even):before{
  background-image: -webkit-linear-gradient(-8deg, #ffe7fd 8%, #e9e6ff 71%);
}
.about_merit.home_cmn_box:nth-child(n+2){
  margin-top: 50px;
}
.about_merit.home_cmn_box .img.img_fit{

}
.about_merit.home_cmn_box .img.img_fit:before{
  padding-top: 88.23%;
}
.about_merit.home_cmn_box .main_txt{
  display: flex;
  align-items: flex-end;
}
.about_merit.home_cmn_box .main_txt .nbr{
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 70px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.about_merit.home_cmn_box .main_txt .title{
  padding-left: 10px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 1.666;
}
.about_merit.home_cmn_box .sec_text{

}

@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section#sec1{

  }
  .pg_about .section#sec2{
    margin-top: 100px;
  }
  .pg_about .section#sec3{
    margin-top: 100px;
  }

  /*おひとりさまお葬式とは*/
  .home_cmn_box.about .box2{
    display: block;
  }
  .seremony_img.about{

  }

  /*もしもの時…こんなお悩みありませんか？*/
  .about_main_title{

  }
  .about_main_title .en{
    font-size: 150px;
  }
  .about_main_title .ja{
    margin-top: -94px;
    font-size: 40px;
  }
  .about_item_content{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  .about_item{
    width: 33.33%;
    padding: 0 10px;
  }
  .about_item .inner{

  }
  .about_item .img{

  }
  .about_item .text{
    font-size: 10px;
  }
  .about_ol{
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
  }
  .about_img1{
    right: 7%;
    bottom: -17%;
    width: calc(241px * 0.5);
    height: calc(309px * 0.5);
  }

  /*おひとりさまお葬式のメリット*/
  .about_merit_content{
    margin-top: 100px;
  }
  .about_merit.home_cmn_box{
    padding: 63px 0 93px;
  }
  .about_merit.home_cmn_box:before{
    top: 0;
    left: auto;
    transform: none;
  }
  .about_merit.home_cmn_box:nth-child(odd):before{
    margin-left: calc(690px - 50vw);
    border-radius: 0 40px 40px 0;
    right: 0;
  }
  .about_merit.home_cmn_box:nth-child(even):before{
    margin-right: calc(690px - 50vw);
    border-radius: 40px 0 0 40px;
    left: 0;
  }
  .about_merit.home_cmn_box:nth-child(odd) .box1,
  .about_merit.home_cmn_box:nth-child(even) .box2{
    order: 1;
  }
  .about_merit.home_cmn_box:nth-child(even) .box1,
  .about_merit.home_cmn_box:nth-child(odd) .box2{
    order: 2;
  }
  .about_merit.home_cmn_box:nth-child(odd) .box2{
    padding-right: 3.7%;
  }
  .about_merit.home_cmn_box:nth-child(even) .box2{
    padding-left: 3.7%;
  }
  .about_merit.home_cmn_box:nth-child(n+2){
    margin-top: 100px;
  }
  .about_merit.home_cmn_box .box1{
    margin-top: -13.5%;
  }
  .about_merit.home_cmn_box .box2{
    margin-top: 0;
  }
  .about_merit.home_cmn_box .img.img_fit{

  }
  .about_merit.home_cmn_box .main_txt{

  }
  .about_merit.home_cmn_box .main_txt .nbr{
    font-size: 50px;
  }
  .about_merit.home_cmn_box .main_txt .title{
    padding-left: 10px;
    font-size: 17px;
  }
  .about_merit.home_cmn_box .sec_text{

  }

}
@media (min-width:992px){
  .about_merit.home_cmn_box:nth-child(odd):before{
    margin-left: calc(465px - 50vw);
    border-radius: 0 40px 40px 0;
  }
  .about_merit.home_cmn_box:nth-child(even):before{
    margin-right: calc(465px - 50vw);
    border-radius: 40px 0 0 40px;
  }
}
@media (min-width:1024px){
  .pg_about{

  }
  .pg_about .section#sec1{

  }
  .pg_about .section#sec2{
    margin-top: 50px;
  }
  .pg_about .section#sec3{
    margin-top: 167px;
  }

  /*おひとりさまお葬式とは*/
  .seremony_img.about{
    margin-top: 30px;
    margin-left: 0px;
    width: 391px;
    height: 235px;
  }

  /*もしもの時…こんなお悩みありませんか？*/
  .about_main_title{

  }
  .about_main_title .en{
    font-size: 200px;
  }
  .about_main_title .ja{
    margin-top: -94px;
    font-size: 40px;
  }
  .about_item_content{
    margin-top: 70px;
  }
  .about_item{

  }
  .about_item:first-child{
    padding: 0px 0.5% 0 2%;
  }
  /*  .about_item:nth-child(2){
      padding: 0 55px;
    }
    .about_item:nth-child(3){
      padding: 0 3% 0 1%;
    }
    .about_item:nth-child(n+4){
      margin-top: 57px;
      padding: 0;
    }
    .about_item:nth-child(4){
      padding-right: 3.5%;
    }
    .about_item:nth-child(5){
  
    }
    .about_item:last-child{
      padding-left: 3.17%;
    }*/
  .about_item .inner{

  }
  .about_item .img{

  }
  .about_item .text{
    font-size: 15px;
    line-height: 2.25;
  }
  .about_ol{
    margin-top: 73px;
    font-size: 30px;
  }
  .about_img1 {
    right: 5%;
    bottom: -7%;
    width: calc(241px * 0.5);
    height: calc(309px * 0.5);
  }

  /*おひとりさまお葬式のメリット*/
  .about_merit_content{
    margin-top: 150px;
  }
  .about_merit.home_cmn_box{

  }
  .about_merit.home_cmn_box:nth-child(odd){
    padding: 63px 0 93px;
  }
  .about_merit.home_cmn_box:nth-child(even){
    padding: 63px 0 93px;
  }
  .about_merit.home_cmn_box:nth-child(odd):before{
    margin-left: calc(555px - 50vw);
  }
  .about_merit.home_cmn_box:nth-child(even):before{
    margin-right: calc(555px - 50vw);
  }
  .about_merit.home_cmn_box:nth-child(n+2){
    margin-top: 210px;
  }
  .about_merit.home_cmn_box:nth-child(odd) .box2{
    padding-right: 5.7%;
  }
  .about_merit.home_cmn_box:nth-child(even) .box2{
    padding-left: 5.7%;
  }
  .about_merit.home_cmn_box .img.img_fit{

  }
  .about_merit.home_cmn_box .main_txt{

  }
  .about_merit.home_cmn_box .main_txt .nbr{
    font-size: 70px;
  }
  .about_merit.home_cmn_box .main_txt .title{
    padding-left: 17px;
    font-size: 20px;
    letter-spacing: 0.075em;
  }
  .about_merit.home_cmn_box .sec_text{
    margin-top: 65px;
  }
  .about_merit.home_cmn_box .read_more{
    margin-top: 27px;
  }
  .about_merit.home_cmn_box .read_more a{
    width: 375px;
  }

}
@media (min-width:1200px){

  /*おひとりさまお葬式とは*/
  .home_cmn_box.about{

  }
  .home_cmn_box.about .box1{
    margin-top: 32px;
  }
  .home_cmn_box.about .box2{
    width: 52.25%;
    margin-top: 30px;
  }

  /*もしもの時…こんなお悩みありませんか？*/
  .about_item .text{
    font-size: 16px;
  }
  .about_img1{
    right: 13.8%;
    bottom: -9.5%;
    width: calc(241px * 0.7);
    height: calc(309px * 0.7);
  }

  /*おひとりさまお葬式のメリット*/
  .about_merit_content{
    margin-top: 210px;
  }
  .about_merit.home_cmn_box:nth-child(odd):before{
    margin-left: calc(555px - 50vw);
  }
  .about_merit.home_cmn_box:nth-child(even):before{
    margin-right: calc(555px - 50vw);
  }
  .about_merit.home_cmn_box .txt{
    bottom: 6.5%;
  }
  .about_merit.home_cmn_box .main_txt{
    align-items: flex-start;
  }
  .about_merit.home_cmn_box .main_txt .nbr{
    font-size: 100px;
  }
  .about_merit.home_cmn_box .main_txt .title{
    margin-top: 27px;
    padding-left: 17px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
  .about.read_more{
    margin-top: 49px;
  }
  .about.read_more a{
    width: 450px;
    font-weight: 600;
    font-size: 20px;
    padding: 14px 0 15px;
    border-radius: 30px;
  }

}
@media (min-width:1720px){
  .pg_about{

  }
  .pg_about .section#sec1{

  }
  .pg_about .section#sec2{
    margin-top: -133px;
  }
  .pg_about .section#sec3{

  }

  /*もしもの時…こんなお悩みありませんか？*/
  .about_main_title .ja{
    font-weight: 500;
  }
  .about_ol{
    font-weight: 400;
  }

  /*おひとりさまお葬式とは*/
  .seremony_img.about{
    margin-top: 36px;
    margin-left: -83px;
    width: 391px;
    height: 235px;
  }
  .about_img1{
    right: 14.5%;
    bottom: -15.5%;
    width: 241px;
    height: 309px;
  }

  /*おひとりさまお葬式のメリット*/
  .about_merit.home_cmn_box .main_txt .nbr{
    font-size: 111px;
  }
  .about_merit.home_cmn_box .main_txt .title{
    margin-top: 16px;
    padding-left: 17px;
    font-size: 30px;
    letter-spacing: 0.075em;
  }

  /*もしもの時…こんなお悩みありませんか？*/
  .about_item{
    padding: 0px;
  }
  .about_item .text{
    font-size: 20px;
  }
  .home_cmn_box .title{

  }
}


/* **********************************
 *  葬儀に備える
 * ********************************* */
.pg_prepare{

}
.pg_prepare .section#sec1{

}
.pg_prepare .section#sec2{
  margin-top: 50px;
  margin-bottom: -100px;
  padding: 50px 0 100px;
  ;
  background-image: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
}

/*葬儀に備える*/
.prepare.home_cmn_box .title{
  font-weight: 600;
}
.prepare.home_cmn_box .seremony_img{
  z-index: 3;
  position: relative;
}

/*おひとりさまのための準備について*/
.prepare_main_title{
  text-align: center;
}
.prepare_main_title .en{
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 65px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.prepare_main_title .ja{
  margin-top: -45px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

/*ボタン*/
.prepare_btn_content{
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.prepare_btn{
  width: 100%;
}
.prepare_btn:nth-child(n+2){
  margin-top: 10px;
}
.prepare_btn a{
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  padding: 17px 0 18px;
}
.prepare_btn a:after{
  content: "→";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5.5%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.prepare_btn.pa a{
  background: #d1a6ff;
}
.prepare_btn.pi a{
  background: #fca7ff;
}
.prepare_btn a:hover{
  color: #fff;
}
.prepare_btn a:hover:after{
  margin-right: -5px;
}
.prepare_btn.pa a:hover{
  background: #fca7ff;
}
.prepare_btn.pi a:hover{
  background: #d1a6ff;
}

/*おひとりさまのための準備について タイトル*/
.prepare_item_content{
  margin-top: 87px;
}
.prepare_item{

}
.prepare_item + .prepare_item{
  margin-top: 164px;
}
.prepare_item1{

}
.prepare_item1 .sec_title{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.prepare_item1 .sec_title_ja{
  margin-top: 0;
  padding-left: 20px;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
.prepare_item1 .sec_title_ja:before{
  content: "●";
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.prepare_item1 .sec_title_ja.pa:before{
  color: #a498f1;
}
.prepare_item1 .sec_title_ja.pi:before{
  color: #fc9eff;
}
.prepare_item1 .sec_title_en2{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.prepare_item1 .sec_title_en2.pa{
  color: #a498f1;
}
.prepare_item1 .sec_title_en2.pi{
  color: #fc9eff;
}
.prepare_item1 .sec_title_en2:before{
  content: "／";
  padding-left: 0px;
  padding-right: 10px;
  color: #303030;
}

/*おひとりさまのための準備について 内容*/
.prepare_item2{

}
.prepare_item2 .home_cmn_box .img.img_fit{

}
.prepare_item2 .home_cmn_box .img.img_fit:before{
  padding-top: 73.52%;
}
.prepare_item2 .home_cmn_box .title{
  font-weight: 600;
  margin-top: 0;
}

/*こんなご相談をいただいています*/
.prepare_item3{
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.prepare_item3 .title{
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: -30px;
}
.prepare_item3 .check_content{

}
.prepare_item3 .inner{
  padding: 50px 15px 20px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.prepare_item3 .inner:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  opacity: 0.651;
}
.prepare_item3 .check{
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.prepare_item3 .check:nth-child(n+2){
  margin-top: 15px;
}
.prepare_item3 .check:before{
  /*  content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;*/
  content: "";
  background: url(/img/03/check.png)no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 19px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.prepare_item3 .img{
  position: absolute;
  z-index: 1;
  top: -23px;
  left: 10px;
  width: calc(302px * 0.25);
  height: calc(166px * 0.25);
}

/*相談方法*/
.prepare_item4{
  margin-top: 66px;
  position: relative;
  z-index: 1;
}
.prepare_item4 .title{
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: -15px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.prepare_item4 .title:before,
.prepare_item4 .title:after{
  content: "";
  background: #303030;
  width: 35%;
  height: 1px;
}
.prepare_item4 .inner{
  padding: 30px 15px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid;
}
/*.prepare_item4:before{
  content: "";
  background: url(/img/03/border.png)no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 1px;
}*/
.prepare_item4 .box_content{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.prepare_item4 .box_content:nth-child(n+2){
  margin-top: 20px;
}
.prepare_item4 .box_content .box1{
  padding: 5px 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  width: 200px;
  background: #ccc4ff;
}
.prepare_item4 .box_content .box2{
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.prepare_item4 .box_content .box2 a{
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #ff0000;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.prepare_item4 .box_content .box2 a:before{
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*まずはお気軽にお問い合わせください*/
.prepare_item5{
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
/*.prepare_item5 .img_fit{
  border: 1px solid;
}
.prepare_item5 .img_fit:before{
  padding-top: 1000px;
}
.prepare_item5 .img_fit img{
  object-position: left;
}*/
.prepare_item5 .inner{
  padding: 100px 15px 250px;
  border: 1px solid;
  background-image: -moz-linear-gradient( 88deg, rgb(255,220,183) 0%, rgb(255,249,214) 19%, rgb(255,255,255) 60%);
  background-image: -webkit-linear-gradient( 88deg, rgb(255,220,183) 0%, rgb(255,249,214) 19%, rgb(255,255,255) 60%);
  background-image: -ms-linear-gradient( 88deg, rgb(255,220,183) 0%, rgb(255,249,214) 19%, rgb(255,255,255) 60%);
  /*  position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 90%;
    transform: translateX(-50%);*/
}
.prepare_item5 .title{
  text-align: center;
}
.prepare_item5 .title .en{
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1;
  background: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prepare_item5 .title .ja{
  margin-top: -65px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.prepare_item5 .text{
  margin-top: 31px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
.prepare_item5 .read_more{

}
.prepare_item5 .read_more{

}
.prepare_item5 .img0{

}
.prepare_item5 .img0{
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 0;
  width: calc(219px*0.7);
  height: calc(141px*0.7);
}
.prepare_item5 .img1{
  position: absolute;
  z-index: 1;
  left: 15px;
  bottom: 10px;
  width: calc(271px * 0.5);
  height: calc(203px * 0.5);
}
.prepare_item5 .img2{
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 0;
  width: calc(409px*0.5);
  height: calc(450px*0.5);
}

/*おひとりさまのための葬儀のながれ*/
.prepare_item6{
  margin-top: 75px;
}
.prepare_item6 .flow_content{

}
.prepare_item6 .flow{
  position: relative;
  z-index: 1;
}
.prepare_item6 .flow:nth-child(n+2){
  margin-top: 20px
}
.prepare_item6 .flow:before,
.prepare_item6 .flow:after{
  content: "";
  clip-path: polygon(0% 0, 100% 0%, 50% 100%, 0 0%);
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.prepare_item6 .flow:before{
  background: #fff;
  top: -30px;
  width: 90px;
  height: 40px;
}
.prepare_item6 .flow:after{
  background: #ffab78;
  top: -30px;
  width: 85px;
  height: 37px;
}
.prepare_item6 .flow:first-child:before,
.prepare_item6 .flow:first-child:after{
  display: none;
}
.prepare_item6 .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.prepare_item6 .flow:nth-child(odd) .box{
  background: #fff;
}
.prepare_item6 .flow:nth-child(even) .box{
  background: #fff5e3;
}
.prepare_item6 .box1,
.prepare_item6 .box2{
  width: 100%;
}
.prepare_item6 .box1{
  order: 2;
  margin-top: 30px;
}
.prepare_item6 .box2{
  order: 1;
}
.prepare_item6 .main{
  display: flex;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #ffab78;
  padding-bottom: 10px;
}
.prepare_item6 .main .nbr{
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #ffab78;
  /*  clip-path: circle(40%);*/
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 1;
}
.prepare_item6 .main .nbr:after{
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  inset: 5px;
  pointer-events: none;
}
.prepare_item6 .main .nbr span{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 26px;
  display: block;
  width: 100%;
}
.prepare_item6 .main .title{
  padding-left: 10px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1.5;
}
.prepare_item6 .sec_text{
  margin-top: 13px;
}
.prepare_item6 .img_fit{

}
.prepare_item6 .img_fit:before{
  padding-top: 67.71%;
}
.prepare_item6 .img_fit img{
  border-radius: 40px;
}

@media (min-width:768px){
  .pg_prepare{

  }
  .pg_prepare .section#sec1{

  }
  .pg_prepare .section#sec2{
    margin-top: 70px;
    margin-bottom: -150px;
    padding: 60px 0 150px;
  }

  /*葬儀に備える*/
  .prepare.home_cmn_box .seremony_img{

  }

  /*おひとりさまのための準備について*/
  .prepare_main_title{

  }
  .prepare_main_title .en{
    font-size: 130px;
  }
  .prepare_main_title .ja{
    margin-top: -75px;
    font-size: 30px;
  }

  /*ボタン*/
  .prepare_btn_content{
    margin: 70px -10px 0;
  }
  .prepare_btn{
    width: 50%;
    padding: 0 10px;
  }
  .prepare_btn:nth-child(n+2){
    margin-top: 0px;
  }
  .prepare_btn a{
    padding: 17px 0 18px;
    font-size: 16px;
  }
  .prepare_btn.pa a{

  }
  .prepare_btn.pi a{

  }

  /*おひとりさまのための準備について タイトル*/
  .prepare_item_content{
    margin-top: 87px;
  }
  .prepare_item{

  }
  .prepare_item + .prepare_item{
    margin-top: 164px;
  }
  .prepare_item1{

  }
  .prepare_item1 .sec_title{

  }
  .prepare_item1 .sec_title_ja{
    font-size: 20px;
    letter-spacing: 0.075em;
  }
  .prepare_item1 .sec_title_ja:before{

  }
  .prepare_item1 .sec_title_en2{
    font-size: 24px;
  }
  .prepare_item1 .sec_title_en2:before{
    padding-left: 5px;
    padding-right: 5px;
  }

  /*おひとりさまのための準備について 内容*/
  .prepare_item2{

  }
  .prepare_item2 .home_cmn_box .box2{

  }

  /*こんなご相談をいただいています*/
  .prepare_item3{
    margin-top: 100px;
  }
  .prepare_item3 .title{
    font-size: 24px;
    top: -17px;
  }
  .prepare_item3 .check_content{

  }
  .prepare_item3 .inner{
    padding: 7% 20px 3%;
  }
  .prepare_item3 .check{
    width: 49%;
    font-weight: 400;
    font-size: 18px;
    padding-left: 30px;
  }
  .prepare_item3 .check:before{
    top: 7%;
    transform: none;
  }
  .prepare_item3 .check:nth-child(n+2){
    margin-top: 0px;
  }
  .prepare_item3 .check:nth-child(n+3){
    margin-top: 10px;
  }
  .prepare_item3 .img{
    top: -15%;
    left: -5px;
    width: calc(302px * 0.5);
    height: calc(166px * 0.5);
  }

  /*相談方法*/
  .prepare_item4{
    margin-top: 66px;
  }
  .prepare_item4 .title{
    font-size: 24px;
    top: -17px;
  }
  .prepare_item4 .title:before,
  .prepare_item4 .title:after{
    width: 40%;
  }
  .prepare_item4 .inner{
    padding: 50px 20px;
  }
  .prepare_item4 .box_content{

  }
  .prepare_item4 .box_content:nth-child(n+2){
    margin-top: 19px;
  }
  .prepare_item4 .box_content .box1{
    padding: 10px 0 11px;
    font-size: 16px;
    width: 200px;
  }
  .prepare_item4 .box_content .box2{
    margin-top: 0;
    padding-left: 15px;
    font-size: 16px;
    width: calc(100% - 200px);
  }
  .prepare_item4 .box_content .box2 a{
    font-size: 20px;
    padding-left: 25px;
  }

  /*まずはお気軽にお問い合わせください*/
  .prepare_item5{
    margin-top: 80px;
  }
  .prepare_item5 .img_fit{

  }
  .prepare_item5 .img_fit:before{
    padding-top: 500px;
  }
  .prepare_item5 .inner{
    padding: 100px 25px 350px;
  }
  .prepare_item5 .title{

  }
  .prepare_item5 .title .en{
    font-size: 170px;
  }
  .prepare_item5 .title .ja{
    font-size: 30px;
    margin-top: -85px;
  }
  .prepare_item5 .text{
    margin-top: 70px;
    line-height: 2.058;
  }
  .prepare_item5 .read_more{
    justify-content: center;
  }
  .prepare_item5 .img0{
    width: calc(219px*0.7);
    height: calc(141px*0.7);
  }
  .prepare_item5 .img1{
    left: 15%;
    bottom: 25px;
    width: calc(271px * 0.7);
    height: calc(203px * 0.7);
  }
  .prepare_item5 .img2{
    right: 13%;
    bottom: 0;
    width: calc(409px * 0.7);
    height: calc(450px * 0.7);
  }

  /*おひとりさまのための葬儀のながれ*/
  .prepare_item6{

  }
  .prepare_item6 .flow_content{

  }
  .prepare_item6 .flow{

  }
  .prepare_item6 .flow:before{
    top: -30px;
    width: 120px;
    height: 53px;
  }
  .prepare_item6 .flow:after{
    top: -30px;
    width: 113px;
    height: 50px;
  }
  .prepare_item6 .flow:nth-child(n+2){
    margin-top: 20px
  }
  .prepare_item6 .box{
    padding: 30px 25px;
  }
  .prepare_item6 .box1{
    width: 51.5%;
    order: 1;
    margin-top: 0px;
  }
  .prepare_item6 .box2{
    width: 46.5%;
    order: 2;
  }
  .prepare_item6 .main{
    padding-bottom: 15px;
  }
  .prepare_item6 .main .nbr{
    font-size: 12px;
    width: 70px;
    height: 70px;
  }
  .prepare_item6 .main .nbr span{
    font-size: 30px;
  }
  .prepare_item6 .main .title{
    padding-left: 15px;
    font-size: 20px;
    letter-spacing: 0.075em;
  }
  .prepare_item6 .sec_text{
    margin-top: 15px;
  }

}
@media (min-width:1024px){
  .pg_prepare{

  }
  .pg_prepare .section#sec1{

  }
  .pg_prepare .section#sec2{
    margin-top: 50px;
    margin-bottom: -197px;
    padding: 77px 0 197px;
    ;
  }

  /*葬儀に備える*/
  .prepare.home_cmn_box{
    margin-top: 47px;
  }
  .prepare.home_cmn_box .box2{
    margin-top: 43px;
  }
  .prepare.home_cmn_box .sec_text{
    margin-top: 65px;
  }
  .prepare.home_cmn_box .seremony_img{

  }

  /*おひとりさまのための準備について*/
  .prepare_main_title{

  }
  .prepare_main_title .en{
    font-size: 170px;
  }
  .prepare_main_title .ja{
    margin-top: -100px;
    font-size: 40px;
  }

  /*ボタン*/
  .prepare_btn_content{
    margin: 119px -15px 0;
  }
  .prepare_btn{
    padding: 0 15px;
  }
  .prepare_btn a{
    padding: 17px 0 18px;
    font-size: 20px;
  }
  .prepare_btn.pa a{

  }
  .prepare_btn.pi a{

  }

  /*おひとりさまのための準備について タイトル*/
  .prepare_item_content{
    margin-top: 87px;
  }
  .prepare_item{

  }
  .prepare_item + .prepare_item{
    margin-top: 164px;
  }
  .prepare_item1{

  }
  .prepare_item1 .sec_title{
    padding-bottom: 16px;
  }
  .prepare_item1 .sec_title_ja{
    padding-left: 38px;
    font-size: 20px;
  }
  .prepare_item1 .sec_title_ja:before{

  }
  .prepare_item1 .sec_title_en2{
    font-size: 30px;
  }
  .prepare_item1 .sec_title_en2:before{
    padding-left: 13px;
    padding-right: 11px;
  }

  /*おひとりさまのための準備について 内容*/
  .prepare_item2{

  }
  .prepare_item2 .home_cmn_box{
    margin-top: 50px;
  }
  .prepare_item2 .home_cmn_box .box2{
    margin-top: -11px;
  }
  .prepare_item2 .home_cmn_box .txt{
    bottom: 8.5%;
  }

  /*こんなご相談をいただいています*/
  .prepare_item3{
    margin-top: 75px;
  }
  .prepare_item3 .title{
    font-size: 30px;
    top: -22px;
  }
  .prepare_item3 .check_content{

  }
  .prepare_item3 .inner{

  }
  .prepare_item3 .check{
    width: 49%;
    font-weight: 500;
    font-size: 20px;
    padding-left: 29px;
  }
  .prepare_item3 .check:before{
    top: 11%;
    transform: none;
  }
  .prepare_item3 .check:nth-child(n+3){
    margin-top: 20px;
  }
  .prepare_item3 .img{
    top: -10%;
    left: 7px;
  }

  /*相談方法*/
  .prepare_item4{
    margin-top: 66px;
  }
  .prepare_item4 .title{
    font-size: 30px;
    top: -22px;
  }
  .prepare_item4 .title:before,
  .prepare_item4 .title:after{
    width: 42.7%;
  }
  .prepare_item4 .inner{

  }
  .prepare_item4 .box_content{

  }
  .prepare_item4 .box_content:nth-child(n+2){
    margin-top: 19px;
  }
  .prepare_item4 .box_content .box1{
    padding: 10px 0 11px;
    font-size: 24px;
    width: 300px;
  }
  .prepare_item4 .box_content .box2{
    padding-left: 31px;
    font-size: 24px;
    width: calc(100% - 300px);
  }
  .prepare_item4 .box_content .box2 a{
    font-size: 30px;
    padding-left: 43px;
    padding-right: 11px;
  }
  .prepare_item4 .box_content .box2 a:before{
    top: 57%;
    left: 8px;
  }

  /*まずはお気軽にお問い合わせください*/
  .prepare_item5{
    margin-top: 79px;
  }
  /*  .prepare_item5 .img_fit{
      border: 3px solid;
    }
    .prepare_item5 .img_fit:before{
      padding-top: 397px;
    }*/
  .prepare_item5 .inner{
    padding: 20px 25% 3%;
    border: 3px solid;
  }
  .prepare_item5 .title{

  }
  .prepare_item5 .title .en{
    font-size: 100px;
  }
  .prepare_item5 .title .ja{
    font-size: 20px;
    margin-top: -50px;
  }
  .prepare_item5 .text{
    margin-top: 31px;
  }
  .prepare_item5 .read_more{
    margin-top: 26px;
  }
  .prepare_item5 .read_more a:after{
    right: 28px;
  }
  .prepare_item5 .img0{
    top: 3px;
    left: 3px;
    width: 219px;
    height: 141px;
  }
  .prepare_item5 .img1{
    left: 5%;
    bottom: 25px;
    width: calc(271px * 0.7);
    height: calc(203px * 0.7);
  }
  .prepare_item5 .img2{
    right: 1%;
    bottom: 0;
    width: calc(409px * 0.5);
    height: calc(450px * 0.5);
  }

  /*おひとりさまのための葬儀のながれ*/
  .prepare_item6{

  }
  .prepare_item6 .flow_content{

  }
  .prepare_item6 .flow{

  }
  .prepare_item6 .flow:before{
    top: -30px;
    width: 120px;
    height: 53px;
  }
  .prepare_item6 .flow:after{
    top: -30px;
    width: 113px;
    height: 50px;
  }
  .prepare_item6 .flow:nth-child(n+2){
    margin-top: 20px
  }
  .prepare_item6 .box{
    padding: 60px 74px 60px 80px;
  }
  .prepare_item6 .box1{

  }
  .prepare_item6 .box2{

  }
  .prepare_item6 .main{
    padding-bottom: 20px;
  }
  .prepare_item6 .main .nbr{
    font-size: 18px;
    width: 90px;
    height: 90px;
  }
  .prepare_item6 .main .nbr span{
    margin-top: -3px;
    font-size: 42px;
  }
  .prepare_item6 .main .title{
    padding-left: 15px;
    font-size: 20px;
  }
  .prepare_item6 .sec_text{
    margin-top: 31px;
    padding-right: 2%;
  }
  .prepare_item6 .read_more{
    margin-top: 51px;
  }
  .prepare_item6 .read_more a{
    font-weight: 600;
    font-size: 20px;
    padding: 15px 0;
    width: 470px;
    border-radius: 30px;
  }

}
@media (min-width:1200px){

  /*葬儀に備える*/
  .prepare.home_cmn_box .seremony_img{

  }

  /*おひとりさまのための準備について*/
  .prepare_main_title{

  }
  .prepare_main_title .en{
    font-size: 200px;
  }
  .prepare_main_title .ja{
    margin-top: -130px;
    font-size: 40px;
  }

  /*おひとりさまのための準備について タイトル*/
  .prepare_item1 .sec_title_en2{
    font-size: 40px;
  }

  /*こんなご相談をいただいています*/
  .prepare_item3 .inner{

  }
  .prepare_item3 .img{
    top: -15%;
    left: 7px;
    width: calc(302px * 0.5);
    height: calc(166px * 0.5);
  }

  /*まずはお気軽にお問い合わせください*/
  .prepare_item5 .title{
    text-align: justify;
  }
  .prepare_item5 .title .en{
    font-size: 120px;
    padding-left: 15px;
  }
  .prepare_item5 .title .ja{
    font-size: 27px;
    margin-top: -70px;
  }
  .prepare_item5 .text{
    margin-top: 50px;
  }
  .prepare_item5 .img2{
    right: 1%;
    bottom: 0;
    width: calc(409px * 0.6);
    height: calc(450px * 0.6);
  }

  /*おひとりさまのための葬儀のながれ*/
  .prepare_item6 .main{
    padding-bottom: 21px;
  }
  .prepare_item6 .main .nbr{
    margin-left: -2%;
    font-size: 18px;
    width: 100px;
    height: 100px;
  }
  .prepare_item6 .main .nbr span{
    margin-top: -3px;
    font-size: 42px;
  }
  .prepare_item6 .main .title{
    padding-left: 20px;
    font-size: 24px;
  }

}
@media (min-width:1800px){
  .pg_prepare{

  }
  .pg_prepare .section#sec1{

  }
  .pg_prepare .section#sec2{
    margin-top: -75px;
  }

  /*おひとりさまのための準備について タイトル*/
  .prepare_item1 .sec_title_ja{
    font-size: 40px;
  }

  /*おひとりさまのための準備について*/
  .prepare_main_title .ja{
    font-weight: 500;
  }

  /*こんなご相談をいただいています*/
  .prepare_item3 .inner{
    padding: 3.75% 0px 3% 8.5%;
  }
  .prepare_item3 .check{
    font-weight: 400;
  }

  /*葬儀に備える*/
  .prepare.home_cmn_box .seremony_img{
    margin-top: 12px;
    margin-left: 61.3%;
    width: 431px;
    height: 259px;
  }
  .prepare_item3 .check:before{
    top: 13%;
    transform: none;
  }

  /*相談方法*/
  .prepare_item4 .inner{
    padding: 3% 0% 3.3% 4.2%;
  }

  /*まずはお気軽にお問い合わせください*/
  .prepare_item5{
    margin-top: 79px;
  }
  /*  .prepare_item5 .img_fit{
      border: 3px solid;
    }
    .prepare_item5 .img_fit:before{
      padding-top: 397px;
    }*/
  .prepare_item5 .inner{
    padding: 0 19.3% 3% 19.3%;
  }
  .prepare_item5 .title .en{
    font-size: 170px;
    padding-left: 4.3%;
  }
  .prepare_item5 .title .ja{
    font-size: 42px;
    margin-top: -103px;
  }
  .prepare_item5 .text{
    margin-top: 31px;
    padding-left: 6px;
    padding-right: 18%;
    justify-content: flex-start;
  }
  .prepare_item5 .read_more{
    justify-content: flex-start;
    margin-top: 26px;
  }
  .prepare_item5 .read_more a{
    width: 761px;
    font-weight: 600;
    font-size: 20px;
    padding: 14px 0 15px;
    border-radius: 30px;
  }
  .prepare_item5 .read_more a:after{
    right: 28px;
  }
  .prepare_item5 .img0{
    top: 3px;
    left: 5px;
    width: 219px;
    height: 141px;
  }
  .prepare_item5 .img1{
    left: 1.5%;
    bottom: 7.5%;
    width: 271px;
    height: 203px;
  }
  .prepare_item5 .img2{
    right: 1.7%;
    bottom: 3px;
    width: 409px;
    height: 450px;
  }

  /*こんなご相談をいただいています*/
  .prepare_item3 .img{
    top: -44%;
    left: 7px;
    width: 302px;
    height: 166px;
  }

  /*おひとりさまのための葬儀のながれ*/
  .prepare_item6 .main .title{
    padding-left: 20px;
    font-size: 35px;
  }

}


/* **********************************
 *  葬儀後のお手伝い
 * ********************************* */
.pg_helper{
  position: relative;
  z-index: 1;
}
.pg_helper .section#sec1{

}
.pg_helper .section#sec2{
  margin-top: 50px;
}
.helper.home_cmn_box .seremony_img{
  order: 5;
}

/*イラスト*/
.helper_img{
  position: absolute;
  z-index: 1;
}
.helper_img.img1{
    width: 17.86%;
    top: -2.4%;
    left: -6.3%;
}
.helper_img.img2{
    width: 24.27%;
    top: -1.3%;
    right: -8.8%;
    z-index: 2;;
}
.helper_img.img3{
    width: 20.46%;
    top: 17.6%;
    left: -12%;
}
.helper_img.img4{
    width: 19.375%;
    top: 16%;
    right: -1.3%;
}
.helper_img.img5{
    width: 30.729%;
    top: 47.7%;
    right: -14.3%;
}
.helper_img.img6{
    width: 16.71%;
    top: 60.5%;
    left: -6.8%;
}
.helper_img.img7{
    width: 16.71%;
    top: 60.5%;
    left: -6.8%;
}
.helper_img.img8{
    width: 19.94%;
    top: 87.15%;
    left: -8.8%;
}
.helper_img.img9{
    width: 19.94%;
    top: 87.15%;
    right: -8.8%;
}

/*葬儀後のアフターサービスについて*/
.helper_main_title{
  text-align: center;
}
.helper_main_title .en{
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 90px;
  letter-spacing: 0;
  line-height: 1;
  background: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.helper_main_title .ja{
  margin-top: -45px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

/*ボタン*/
.helper_btn_content{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.helper_btn{
  width: 100%;
}
.helper_btn:nth-child(n+2){
  margin-top: 10px;
}
.helper_btn a{
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: 1px solid #b08eef;
  border-radius: 20px;
  background: #d1a6ff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  transition: all 0.2s;
}
.helper_btn a:hover{
  color: #303030;
  background: #fff;
}
.helper_btn a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.2s;
}
.helper_btn a:hover:after{
  margin-right: -5px;
}

/*内容*/
.helper.about_merit.home_cmn_box{

}
.helper.about_merit.home_cmn_box .title{
  padding-left: 27px;
  padding-bottom: 11px;
  border-bottom: 1px solid #a498f1;
  /*  border-image: linear-gradient(to right, #c9c0fe, #ffc2f9) 1;*/
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.helper.about_merit.home_cmn_box .title:before{
  content: "●";
  font-weight: 600;
  font-size: 18px;
  color: #a498f1;
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.helper.about_merit.home_cmn_box .sec_text{

}
.helper.about_merit.home_cmn_box .check_content{
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.helper.about_merit.home_cmn_box .check_title{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.helper.about_merit.home_cmn_box .check_inner{
  padding: 70px 15px;
  background: #fff;
}
.helper.about_merit.home_cmn_box .check{
  padding-left: 23px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.helper.about_merit.home_cmn_box .check:nth-child(n+2){
  margin-top: 11px;
}
.helper.about_merit.home_cmn_box .check:before{
  content: "";
  background: url(/img/03/check.png) no-repeat center center / contain;
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.helper.about_merit.home_cmn_box .check.red{
  color: #ff0000;
  padding-left: 0px;
}
.helper.about_merit.home_cmn_box .check.red:before{
  display: none;
}
.helper_img1,
.helper_img2,
.helper_img3,
.helper_img4,
.helper_img5,
.helper_img6{
  position: absolute;
  z-index: 1;
}
.helper_img1{
  top: 57%;
  right: 3%;
  width: calc(342px * 0.4);
  height: calc(252px * 0.4);
}
.helper_img2{
  top: 80%;
  right: 7%;
  width: calc(104px * 0.7);
  height: calc(83px * 0.7);
}
.helper_img3{
  top: 80%;
  right: 0%;
  width: calc(355px * 0.5);
  height: calc(153px * 0.5);
}
.helper_img4{
  top: 67%;
  right: -1.1%;
  width: calc(87px * 0.7);
  height: calc(168px * 0.7);
}
.helper_img5{
  top: 75%;
  right: -1%;
  width: calc(252px * 0.5);
  height: calc(199px * 0.5);
}
.helper_img6{
  top: 67%;
  right: 2.9%;
  width: calc(192px * 0.5);
  height: calc(149px * 0.5);
}

@media (min-width:768px){

  /*葬儀後のアフターサービスについて*/
  .helper_main_title{

  }
  .helper_main_title .en{
    font-size: 150px;
  }
  .helper_main_title .ja{
    margin-top: -94px;
    font-size: 40px;
  }

  /*ボタン*/
  .helper_btn_content{
    margin: 70px -15px 0;
  }
  .helper_btn{
    width: 50%;
    padding: 0 10px;
  }
  .helper_btn:nth-child(n+2){
    margin-top: 0px;
  }
  .helper_btn:nth-child(n+3){
    margin-top: 20px;
  }

  /*内容*/
  .helper.about_merit.home_cmn_box{

  }
  .helper.about_merit.home_cmn_box .title{
    padding-left: 25px;
    font-size: 20px;
  }
  .helper.about_merit.home_cmn_box .sec_text{

  }
  .helper.about_merit.home_cmn_box .check_content{
    margin-top: 52px;
  }
  .helper.about_merit.home_cmn_box .check_title{
    font-size: 20px;
    top: -17px;
  }
  .helper.about_merit.home_cmn_box .check_inner{
    padding: 50px 25px;
  }
  .helper.about_merit.home_cmn_box .check{
    padding-left: 23px;
  }
  .helper.about_merit.home_cmn_box .check:nth-child(n+2){
    margin-top: 11px;
  }
  .helper_img1{
    top: 60%;
    right: -13%;
    width: calc(342px * 0.5);
    height: calc(252px * 0.5);
  }
  .helper_img2{
    top: 80%;
    right: 7%;
    width: calc(104px * 0.9);
    height: calc(83px * 0.9);
  }
  .helper_img3{
    top: 85%;
    right: -10%;
    width: calc(355px * 0.5);
    height: calc(153px * 0.5);
  }
  .helper_img4{
    top: 75%;
    right: -0.1%;
    width: calc(87px * 0.7);
    height: calc(168px * 0.7);
  }
  .helper_img5{
    top: 80%;
    right: -10%;
    width: calc(252px * 0.7);
    height: calc(199px * 0.7);
  }
  .helper_img6{
    top: 75%;
    right: 0.9%;
    width: calc(192px * 0.7);
    height: calc(149px * 0.7);
  }

  /*イラスト*/
  .helper_img{
    position: absolute;
    z-index: 1;
  }
  .helper_img.img1{
    width: 19.94%;
    top: 87.15%;
    left: -8.8%;
  }
  .helper_img.img2{
        width: 24.27%;
        top: -2.75%;
        right: -8.8%;
  }
  .helper_img.img3{
        width: 20.46%;
        top: 18.5%;
        left: -14%;
  }
  .helper_img.img4{
    width: 19.375%;
    top: 14%;
    right: -1.3%;
  }
  .helper_img.img5{
    width: 30.729%;
    top: 44.9%;
    right: -14.3%;
  }
  .helper_img.img6{
    width: 16.71%;
    top: 59.1%;
    left: -6.8%;
  }
  .helper_img.img7{
    width: 16.71%;
    top: 75.55%;
    right: -7%;
    left: auto;;
  }
  .helper_img.img8{
    width: 19.94%;
    top: 86.15%;
    left: -8.8%;
  }
  .helper_img.img9{
    width: 29.58%;
    top: 97.1%;
    right: -12.2%;
  }

}
@media (min-width:1024px){

  /*葬儀後のお手伝い*/
  .helper.home_cmn_box .seremony_img{
    margin-top: 11px;
    margin-left: 5px;
    width: 329px;
    height: 203px;
  }

  /*葬儀後のアフターサービスについて*/
  .helper_main_title{

  }
  .helper_main_title .en{
    font-size: 200px;
  }
  .helper_main_title .ja{
    margin-top: -94px;
    font-size: 40px;
  }

  /*ボタン*/
  .helper_btn_content{
    margin: 100px -15px 0;
  }
  .helper_btn{
    width: 33.33%;
    padding: 0 15px;
  }
  .helper_btn:nth-child(n+3){
    margin-top: 0px;
  }
  .helper_btn:nth-child(n+4){
    margin-top: 20px;
  }

  /*内容*/
  .helper.about_merit.home_cmn_box{

  }
  .helper.about_merit.home_cmn_box:nth-child(odd){
    padding: 61px 0 70px;
  }
  .helper.about_merit.home_cmn_box:nth-child(even){
    padding: 60px 0 67px;
  }
  .helper.about_merit.home_cmn_box:nth-child(n+2){
    margin-top: 150px;
  }
  .helper.about_merit.home_cmn_box .box1{
    margin-top: -10.5%;
  }
  .helper.about_merit.home_cmn_box:nth-child(even) .box2{
    margin-left: 0.3%;
  }
  .helper.about_merit.home_cmn_box .title{
    padding-left: 30px;
    font-size: 26px;
  }
  .helper.about_merit.home_cmn_box .sec_text{
    margin-top: 27px;
    padding-left: 1px;
  }
  .helper.about_merit.home_cmn_box .check_content{
    margin-top: 52px;
  }
  .helper.about_merit.home_cmn_box .check_title{
    font-size: 20px;
    top: -17px;
  }
  .helper.about_merit.home_cmn_box .check_inner{
    padding: 40px 38px;
  }
  .helper.about_merit.home_cmn_box .check{
    padding-left: 23px;
  }
  .helper.about_merit.home_cmn_box .check:nth-child(n+2){
    margin-top: 11px;
  }
  .helper.about_merit.home_cmn_box .check.red{
    padding-left: 2px;
    margin-right: -5px;
  }

  /*イラスト*/
  .helper_img{
    position: absolute;
    z-index: 1;
  }
  .helper_img.img1{
        width: 17.86%;
        top: -6.1%;
        left: -6.3%;
  }
  .helper_img.img2{
        width: 17.27%;
        top: -2.5%;
        right: -8.8%;
  }
  .helper_img.img3{
    width: 20.46%;
    top: 20%;
    bottom: 15px;
  }
  .helper_img.img4{
    width: 19.375%;
    top: 14%;
    right: -1.3%;
  }
  .helper_img.img5{
    width: 30.729%;
    top: 44.9%;
    right: -14.3%;
  }
  .helper_img.img6{
    width: 16.71%;
    top: 59.1%;
    left: -6.8%;
  }
  .helper_img.img7{
    width: 16.71%;
    top: 75.55%;
    right: -4%;
  }
  .helper_img.img8{
    width: 19.94%;
    top: 86.15%;
    left: -8.8%;
  }
  .helper_img.img9{
    width: 29.58%;
    top: 97.1%;
    right: -12.2%;
  }

}
@media (min-width:1200px){

  /*葬儀後のお手伝い*/
  .helper.home_cmn_box{

  }
  .helper.home_cmn_box .sec_text{
    margin-top: 66px;
  }

  /*内容*/
  .helper.about_merit_content{
    margin-top: 150px;
  }

  /*イラスト*/
  .helper_img{
    position: absolute;
    z-index: 1;
  }
  .helper_img.img1{
    width: 17.86%;
    top: -7.7%;
    left: -6.3%;
  }
  .helper_img.img2{
        width: 24.27%;
        top: -3.75%;
        right: -8.8%;
  }
  .helper_img.img3{
    width: 20.46%;
    top: 19%;
    bottom: 15px;
  }
  .helper_img.img4{
    width: 19.375%;
    top: 14%;
    right: -1.3%;
  }
  .helper_img.img5{
    width: 30.729%;
    top: 44.9%;
    right: -14.3%;
  }
  .helper_img.img6{
    width: 16.71%;
    top: 59.1%;
    left: -6.8%;
  }
  .helper_img.img7{
    width: 16.71%;
    top: 75.55%;
    right: -4%;
  }
  .helper_img.img8{
    width: 19.94%;
    top: 86.15%;
    left: -8.8%;
  }
  .helper_img.img9{
    width: 29.58%;
    top: 97.1%;
    right: -12.2%;
  }

}
@media (min-width:1440px){
  .helper_img1{
    top: 45%;
    right: -10%;
    width: calc(342px * 0.5);
    height: calc(252px * 0.5);
  }
  .helper_img2{
    top: 75%;
    right: 0%;
    width: calc(104px * 0.9);
    height: calc(83px * 0.9);
  }
  .helper_img3{
    top: 85%;
    right: -10%;
    width: calc(355px * 0.5);
    height: calc(153px * 0.5);
  }
  .helper_img4{
    top: 55%;
    right: -0.1%;
    width: calc(87px * 0.7);
    height: calc(168px * 0.7);
  }
  .helper_img5{
    top: 47%;
    right: -10%;
    width: calc(252px * 0.7);
    height: calc(199px * 0.7);
  }
  .helper_img6{
    top: 47%;
    right: 0.9%;
    width: calc(192px * 0.7);
    height: calc(149px * 0.7);
  }

  /*イラスト*/
  .helper_img{
    position: absolute;
    z-index: 1;
  }
  .helper_img.img1{
    width: 17.86%;
    top: -7.7%;
    left: -6.3%;
  }
  .helper_img.img2{
        width: 24.27%;
        top: -4.5%;
        right: -8.8%;
  }
  .helper_img.img3{
    width: 20.46%;
    top: 19%;
    bottom: 15px;
  }
  .helper_img.img4{
    width: 19.375%;
    top: 14%;
    right: -1.3%;
  }
  .helper_img.img5{
    width: 30.729%;
    top: 44.9%;
    right: -14.3%;
  }
  .helper_img.img6{
    width: 16.71%;
    top: 59.1%;
    left: -6.8%;
  }
  .helper_img.img7{
    width: 16.71%;
    top: 75.55%;
    right: -4%;
  }
  .helper_img.img8{
    width: 19.94%;
    top: 86.15%;
    left: -8.8%;
  }
  .helper_img.img9{
    width: 29.58%;
    top: 97.1%;
    right: -12.2%;
  }

}
@media (min-width:1720px){

  .pg_helper .section#sec2{
    margin-top: -108px;
  }
  .helper_main_title .ja{
    font-weight: 500;
  }

  /*ボタン*/
  .helper_btn_content{
    margin: 148px -15px 0;
  }

  /*ボタン*/
  .helper_btn a{
    padding: 15px 0 17px;
    font-size: 20px;
    border-radius: 30px;
  }
  .helper_btn a:after{
    right: 23px;
  }

  /*内容*/
  .helper.about_merit.home_cmn_box .title{
    padding-left: 40px;
    font-weight: 500;
    font-size: 43px;
  }
  .helper.about_merit.home_cmn_box:nth-child(n+5){
    margin-top: 217px;
  }
  .helper.about_merit.home_cmn_box:nth-child(n+6){
    margin-top: 150px;
  }
  .helper.about_merit.home_cmn_box .check_inner{
    height: 200px;
    padding: 40px 38px 0;
  }
  .helper.about_merit.home_cmn_box .check_title{
    font-weight: 500;
    font-size: 25px;
    top: -17px;
  }
  .helper_img1{
    top: 18%;
    right: -19.3%;
    width: 342px;
    height: 252px;
  }
  .helper_img2{
    top: 17%;
    right: -2%;
    width: 104px;
    height: 83px;
  }
  .helper_img3{
    top: 47%;
    right: -21.1%;
    width: 355px;
    height: 153px;
  }
  .helper_img4{
    top: 34%;
    right: 9.4%;
    width: 87px;
    height: 168px;
  }
  .helper_img5{
    top: 35%;
    right: -5%;
    width: 252px;
    height: 199px;
  }
  .helper_img6{
    top: 30.5%;
    right: 5%;
    width: 192px;
    height: 149px;
  }

  /*内容*/
  .helper.about_merit_content{
    margin-top: 200px;
  }

  /*イラスト*/
  .helper_img{
    position: absolute;
    z-index: 1;
  }
  .helper_img.img1{
    width: 17.86%;
    top: -8.3%;
    left: -6.3%;
  }
  .helper_img.img2{
    width: 24.27%;
    top: -5.75%;
    right: -8.8%;
  }
  .helper_img.img3{
        width: 20.46%;
        top: 15.6%;
        left: -8.7%;
  }
  .helper_img.img4{
    width: 19.375%;
    top: 14%;
    right: -1.3%;
  }
  .helper_img.img5{
    width: 30.729%;
    top: 44.9%;
    right: -14.3%;
  }
  .helper_img.img6{
    width: 16.71%;
    top: 59.1%;
    left: -6.8%;
  }
  .helper_img.img7{
    width: 16.71%;
    top: 75.55%;
    right: -4%;
    left: auto;
  }
  .helper_img.img8{
    width: 19.94%;
    top: 86.15%;
    left: -8.8%;
  }
  .helper_img.img9{
    width: 29.58%;
    top: 97.1%;
    right: -12.2%;
  }
}


/* **********************************
 *  おひとりさまお葬式のプラン
 * ********************************* */
.pg_plan{
  position: relative;
  z-index: 1;
}
.pg_plan .section#sec1{

}
.pg_plan .section#sec2{
  margin-top: 50px;
  margin-bottom: -100px;
  padding: 50px 0 100px;
  background-image: -webkit-linear-gradient(-8deg, #e9e6ff 8%, #ffe7fd 71%);
}

/*イラスト*/
.plan_img{
  position: absolute;
  z-index: 1;
}
.plan_img.img1{
  width: 17.86%;
  top: -3.3%;
  left: -4.6%;
}
.plan_img.img2{
  width: 18.59%;
  top: -1.5%;
  right: 3.3%;
}
.plan_img.img3{
  width: 20.27%;
  top: 7.8%;
  left: 1.7%;
  z-index: 0;
}
.plan_img.img4{
  width: 15.9%;
  top: 8.1%;
  left: 82%;
}
.plan_img.img5{
  width: 9.53%;
  top: 23.3%;
  left: 10.3%;
}
.plan_img.img6{
  width: 8.69%;
  top: 23.3%;
  right: 10.7%;
}
.plan_img.img7{
  width: 18.48%;
  top: 23.7%;
  right: -7.9%;
}
.plan_img.img8{
  width: 29.58%;
  top: 42.35%;
  left: -18%;
}
.plan_img.img9{
  width: 19.37%;
  top: 47.4%;
  right: -10.3%;
}
.plan_img.img10{
  width: 30.72%;
  top: 62%;
  right: -19%;
}
.plan_img.img11{
  width: 16.78%;
  top: 75.65%;
  left: -3.45%;
}
.plan_img.img12{
  width: 18.48%;
  top: 96.45%;
  right: -15%;
}

/*おひとりさまの終活に寄り添います*/
.plan_main_text{

}
.plan_main_text .title_ja{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.plan_main_text .title_en{
  margin-top: 23px;
  font-family: "Bradley-Hand";
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.plan_main_text .kana{
  margin-top: 13px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.plan_main_text .sec_text{
  margin-top: 20px;
}

/*白の枠内*/
.plan_wh{
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.plan_wh,
.plan_wh > *{
  position: relative;
  z-index: 1;
}
.plan_wh:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  opacity: 0.702;
}
.plan_wh > *{
  margin: 0 auto;
  width: 90%;
}

/*基本プラン／葬儀一式*/
.plan_item1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_item1 .box1,
.plan_item1 .box2{
  width: 100%;
}
.plan_item1 .box1{
  margin-top: 30px;
  order: 2;
}
.plan_item1 .box2{
  order: 1;
}
.plan_item1 .pa{
  margin-top: 3px;
  padding: 4px 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #d1a6ff;
}
.plan_item1 .title{
  margin-top: 10px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.plan_item1 .sec_text{
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #adadad;
}
.plan_item1 .fee{
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.plan_item1 .fee1{
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #2e2d2e;
  border-color: rgb(46, 45, 46);
  width: 60px;
  padding: 5px 0;
}
.plan_item1 .fee2{
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
}
.plan_item1 .fee2 span{
  font-size: 16px;
}
.plan_item1 .fee3{
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.plan_item1 .img_fit{

}
.plan_item1 .img_fit:before{
  padding-top: 71.09%;
}
.plan_item1 .img_fit img{
  border-radius: 40px;
}

/*料金に含まれているセット内容*/
.plan_item2{
  margin-top: 50px;
  padding: 20px 15px;
  border-radius: 30px;
  background-color: rgb(251, 233, 250);
}
.plan_item2 .title{
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.plan_item2 .plan_item_content{
  margin: 20px -5px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.plan_item2 .item{
  width: 50%;
  padding: 0 5px;
  display: flex;
  align-content: center;
  align-items: center;
}
.plan_item2 .item:nth-child(n+3){
  margin-top: 10px;
}
.plan_item2 .inner{
  background-color: rgb(252, 211, 249);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.plan_item2 .img,
.plan_item2 .text{
  text-align: center;
  width: 100%;
}
.plan_item2 .img{
  margin-top: 25px;
  width: 130px;
  height: 102px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.plan_item2 .text{
  margin-top: 5px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.plan_item2 .kome{
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

/*合葬墓納骨*/
.plan_item3{
  margin-top: 50px;
}
.plan_item3 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #adadad;
}
.plan_item3 .box1,
.plan_item3 .box2{
  width: 100%;
}
.plan_item3 .box1{

}
.plan_item3 .box2{
  margin: 0 15px 15px;
}
.plan_item3 .img_fit{

}
.plan_item3 .img_fit:before{
  padding-top: 98.41%;
}
.plan_item3 .pa{
  margin-top: 30px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #d1a6ff;
}
.plan_item3 .pa span{
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.222;
  text-align: center;
  color: #d1a6ff;
  border-radius: 10px;
  background-color: rgb(253, 248, 254);
  width: 122px;
  display: block;
  margin: 0 auto;
}
.plan_item3 .title{
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}
.plan_item3 .title span{
  font-size: 16px;
}
.plan_item3 .sec_text{
  margin-top: 10px;
}
.plan_item3 .kome{
  margin-top: 10px;
  letter-spacing: 0.075em;
}

/*オプション対応（ご希望に応じて）*/
.plan_item4{
  margin-top: 40px;
  background: #f2e9fc;
  border-radius: 30px;
  padding: 20px 15px;
}
.plan_item4 .title{
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.plan_item4 .inner{
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_item4 .text{
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.plan_item4 .text:before{
  margin-right: 6px;
  content: "●";
  font-weight: 600;
  font-size: 18px;
  color: #bdc9f4;
  display: inline-block;
}
.plan_item4 .text:nth-child(n+2){
  margin-top: 15px;
}

/*ボタン*/
.plan_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plan_btn .read_more{
  width: 100%;
  justify-content: center;
}
.plan_btn .read_more a{
  width: 100%;
}

@media (min-width:768px){
  .pg_plan{

  }
  .pg_plan .section#sec1{

  }
  .pg_plan .section#sec2{
    margin-top: 70px;
    margin-bottom: -150px;
    padding: 60px 0 150px;
  }

  /*おひとりさまの終活に寄り添います*/
  .plan_main_text{

  }
  .plan_main_text .title_ja{
    font-size: 30px;
  }
  .plan_main_text .title_en{
    margin-top: 23px;
    font-size: 60px;
  }
  .plan_main_text .kana{
    margin-top: 13px;
  }
  .plan_main_text .sec_text{
    margin-top: 30px;
  }

  /*白の枠内*/
  .plan_wh{
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*基本プラン／葬儀一式*/
  .plan_item1{

  }
  .plan_item1 .box1,
  .plan_item1 .box2{
    width: 49%;
  }
  .plan_item1 .box1{
    order: 1;
    margin-top: 0;
  }
  .plan_item1 .box2{
    order: 2;
  }
  .plan_item1 .pa{
    margin-top: 3px;
    padding: 4px 0 6px;
    font-size: 18px;
  }
  .plan_item1 .title{
    margin-top: 20px;
    font-size: 24px;
    text-align: justify;
  }
  .plan_item1 .sec_text{
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .plan_item1 .fee{

  }
  .plan_item1 .fee1{
    margin-right: 7px;
    font-size: 14px;
    width: 50px;
  }
  .plan_item1 .fee2{
    font-size: 27px;
    width: calc(100% - 60px);
  }
  .plan_item1 .fee2 span{
    font-size: 15px;
  }
  .plan_item1 .fee3{
    margin-top: 3px;
    padding-left: 60px;
  }

  /*料金に含まれているセット内容*/
  .plan_item2{
    margin-top: 50px;
    padding: 30px 25px 55px;
  }
  .plan_item2 .title{
    font-size: 25px;
  }
  .plan_item2 .plan_item_content{
    margin: 20px -10px 0;
  }
  .plan_item2 .item{
    width: 33.33%;
    padding: 0 10px;
  }
  .plan_item2 .item:nth-child(n+3){
    margin-top: 0px;
  }
  .plan_item2 .item:nth-child(n+4){
    margin-top: 20px;
  }
  .plan_item2 .img{

  }
  .plan_item2 .text{
    margin-top: 10px;
    font-weight: 500;
    font-size: 17px;
  }
  .plan_item2 .kome{
    margin-top: 16px;
    text-align: center;
  }

  /*合葬墓納骨*/
  .plan_item3{
    margin-top: 63px;
  }
  .plan_item3 .inner{

  }
  .plan_item3 .box1{
    width: 34.14%;
  }
  .plan_item3 .box2{
    width: 57.25%;
    margin-left: 0;
    margin-right: 25px;
  }
  .plan_item3 .img_fit{

  }
  .plan_item3 .pa{
    margin-top: 25px;
    padding: 11px 10px 9px;
    font-size: 18px;
    text-align: justify;
  }
  .plan_item3 .pa span{
    font-size: 16px;
    margin: 0;
    margin-right: 47px;
  }
  .plan_item3 .title{
    margin-top: 19px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
  .plan_item3 .title span{
    font-size: 16px;
  }
  .plan_item3 .sec_text{
    margin-top: 22px;
  }
  .plan_item3 .kome{
    margin-top: 22px;
    letter-spacing: 0.075em;
  }

  /*オプション対応（ご希望に応じて）*/
  .plan_item4{
    margin-top: 40px;
    padding: 20px 25px;
  }
  .plan_item4 .title{
    font-size: 25px;
  }
  .plan_item4 .inner{
    margin-top: 24px;
  }
  .plan_item4 .text{
    width: 100%;
  }
  .plan_item4 .text:before{
    margin-right: 6px;
  }

  /*ボタン*/
  .plan_btn{
    margin-top: 50px;
  }
  .plan_btn .read_more{
    width: 45%;
    margin: 0 15px;
  }
  .plan_btn .read_more a{

  }

  /*イラスト*/
  .plan_img{
    position: absolute;
    z-index: 1;
  }
  .plan_img.img1{
    width: 17.86%;
    top: -7.7%;
    left: -4.6%;
  }
  .plan_img.img2{
    width: 18.59%;
    top: -3.3%;
    right: 3.3%;
  }
  .plan_img.img3{
    width: 24.27%;
    top: 8.4%;
    left: 2.7%;
    z-index: 0;
  }
  .plan_img.img4{
    width: 12.9%;
    top: 9.7%;
    left: 35%;
  }
  .plan_img.img5{
    width: 7.53%;
    top: 30%;
    left: 1.3%;
  }
  .plan_img.img6{
    width: 6.69%;
    top: 26.05%;
    right: 2.7%;
  }
  .plan_img.img7{
    width: 18.48%;
    top: 27.95%;
    right: -9.9%;
  }
  .plan_img.img8{
    width: 29.58%;
    top: 41.35%;
    left: -18%;
  }
  .plan_img.img9{
    width: 19.37%;
    top: 40.4%;
    right: -10.3%;
  }
  .plan_img.img10{
    width: 30.72%;
    top: 55.9%;
    right: -19%;
  }
  .plan_img.img11{
    width: 16.78%;
    top: 67.65%;
    left: -7.45%;
  }
  .plan_img.img12{
    width: 18.48%;
    top: 94.45%;
    right: -14%;
  }


}
@media (min-width:1024px){
  .pg_plan{

  }
  .pg_plan .section#sec1{

  }
  .pg_plan .section#sec2{
    margin-top: 120px;
    margin-bottom: -197px;
    padding: 91px 0 197px;
  }

  /*おひとりさまお葬式のプラン*/
  .plan2.prepare.home_cmn_box{
    margin-top: 70px;
  }
  .plan2.prepare.home_cmn_box .box2{
    margin-top: 0;
  }

  /*おひとりさまの終活に寄り添います*/
  .plan_main_text{

  }
  .plan_main_text .title_ja{
    font-size: 30px;
  }
  .plan_main_text .title_en{
    margin-top: 23px;
    font-size: 60px;
  }
  .plan_main_text .kana{
    margin-top: 13px;
  }
  .plan_main_text .sec_text{
    margin-top: 41px;
    text-align: center;
  }

  /*白の枠内*/
  .plan_wh{
    margin-top: 77px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  /*基本プラン／葬儀一式*/
  .plan_item1{

  }
  .plan_item1 .box1{
    width: 45%;
  }
  .plan_item1 .box2{

  }
  .plan_item1 .pa{
    margin-top: 3px;
    padding: 4px 0 6px;
    font-size: 25px;
  }
  .plan_item1 .title{
    margin-top: 19px;
    font-size: 30px;
  }
  .plan_item1 .sec_text{
    margin-top: 17px;
    padding-bottom: 41px;
  }
  .plan_item1 .fee{
    margin-top: 17px;
    padding-left: 6px;
  }
  .plan_item1 .fee1{
    margin-right: 17px;
    font-size: 18px;
    padding: 6px 0 8px;
    width: 70px;
    width: 37%;
  }
  .plan_item1 .fee2{
    font-size: 30px;
    width: calc(100% - 87px);
    width: 57.02%;
  }
  .plan_item1 .fee2 span{

  }
  .plan_item1 .fee3{
    margin-top: 3px;
    padding-left: 90px;
  }

  /*料金に含まれているセット内容*/
  .plan_item2{
    margin-top: 50px;
    padding: 27px 63px 55px;
  }
  .plan_item2 .title{
    font-size: 25px;
  }
  .plan_item2 .plan_item_content{
    margin-top: 23px;
  }
  .plan_item2 .item{
    width: 25%;
  }
  .plan_item2 .item:nth-child(4){
    margin-top: 0px;
  }
  .plan_item2 .item:nth-child(n+5){
    margin-top: 20px;
  }
  .plan_item2 .img{

  }
  .plan_item2 .text{
    margin-top: 16px;
    font-size: 18px;
  }
  .plan_item2 .kome{
    margin-top: 13px;
    text-align: center;
  }

  /*合葬墓納骨*/
  .plan_item3{
    margin-top: 63px;
  }
  .plan_item3 .inner{

  }
  .plan_item3 .box1{
    margin: auto;
  }
  .plan_item3 .box2{
    width: 54.25%;
    margin-right: 63px;
  }
  .plan_item3 .img_fit{

  }
  .plan_item3 .pa{
    margin-top: 43px;
    padding: 3px 0px 6px 20px;
    font-size: 22px;
  }
  .plan_item3 .pa span{
    font-size: 18px;
    margin-right: 15px;
    display: block;
  }
  .plan_item3 .title{
    margin-top: 19px;
    font-size: 35px;
  }
  .plan_item3 .title span{
    font-size: 16px;
  }
  .plan_item3 .sec_text{
    margin-top: 22px;
  }
  .plan_item3 .kome{
    margin-top: 22px;
    letter-spacing: 0.075em;
  }

  /*オプション対応（ご希望に応じて）*/
  .plan_item4{
    margin-top: 40px;
    padding: 20px 35px;
  }
  .plan_item4 .title{
    font-size: 25px;
  }
  .plan_item4 .inner{
    margin-top: 24px;
  }
  .plan_item4 .text{
    width: 50%;
  }
  .plan_item4 .text:nth-child(n+2){
    margin-top: 0px;
  }
  .plan_item4 .text:nth-child(n+3){
    margin-top: 15px;
  }
  .plan_item4 .text:before{
    margin-right: 6px;
  }

  /*イラスト*/
  .plan_img{
    position: absolute;
    z-index: 1;
  }
  .plan_img.img1{
    width: 17.86%;
    top: -7.5%;
    left: -4.6%;
  }
  .plan_img.img2{
    width: 18.59%;
    top: -2.3%;
    right: 1.3%;
  }
  .plan_img.img3{
    width: 24.27%;
    top: 17.4%;
    left: 2.7%;
    z-index: 0;
  }
  .plan_img.img4{
    width: 13.9%;
    top: 18.1%;
    left: 43%;
  }
  .plan_img.img5{
    width: 9.53%;
    top: 28.3%;
    left: 10.3%;
  }
  .plan_img.img6{
    width: 8.69%;
    top: 28.03%;
    right: 10.7%;
  }
  .plan_img.img7{
    width: 18.48%;
    top: 28.95%;
    right: -7.9%;
  }
  .plan_img.img8{
    width: 29.58%;
    top: 49.35%;
    left: -18%;
  }
  .plan_img.img9{
    width: 19.37%;
    top: 48.4%;
    right: -10.3%;
  }
  .plan_img.img10{
    width: 30.72%;
    top: 67.33%;
    right: -23%;
  }
  .plan_img.img11{
    width: 16.78%;
    top: 72.65%;
    left: -8.45%;
  }
  .plan_img.img12{
    width: 18.48%;
    top: 92.45%;
    right: -15%;
  }

}
@media (min-width:1200px){

  /*基本プラン／葬儀一式*/
  .plan_item1 .fee3{
    margin-top: 3px;
    padding-left: 40%;
  }

  /*料金に含まれているセット内容*/
  .plan_item2{
    margin-top: 50px;
  }
  .plan_item2 .text{
    margin-top: 16px;
    font-size: 20px;
  }

  /*合葬墓納骨*/
  .plan_item3{
    margin-top: 63px;
  }
  .plan_item3 .pa span{
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
  }

  /*オプション対応（ご希望に応じて）*/
  .plan_item4{
    margin-top: 40px;
    padding: 21px 35px 45px 64px;
  }

  /*イラスト*/
  .plan_img{
    position: absolute;
    z-index: 1;
  }
  .plan_img.img1{
    width: 17.86%;
    top: -10.5%;
    left: -4.6%;
  }
  .plan_img.img2{
    width: 18.59%;
    top: -3.3%;
    right: 3.3%;
  }
  .plan_img.img3{
    width: 24.27%;
    top: 14.4%;
    left: 2.7%;
  }
  .plan_img.img4{
    width: 13.27%;
    top: 15.3%;
    left: 40.7%;
    z-index: 0;
  }
  .plan_img.img5{
    width: 9.53%;
    top: 27.3%;
    left: 10.3%;
  }
  .plan_img.img6{
    width: 8.69%;
    top: 27.05%;
    right: 10.7%;
  }
  .plan_img.img7{
    width: 18.48%;
    top: 27.95%;
    right: -7.9%;
  }
  .plan_img.img8{
    width: 29.58%;
    top: 47.35%;
    left: -18%;
  }
  .plan_img.img9{
    width: 19.37%;
    top: 45.4%;
    right: -10.3%;
  }
  .plan_img.img10{
    width: 30.72%;
    top: 61.33%;
    right: -19%;
  }
  .plan_img.img11{
    width: 16.78%;
    top: 72.7%;
    left: -9.45%;
  }
  .plan_img.img12{
    width: 12.48%;
    top: 93.45%;
    right: -8%;
  }

}
@media (min-width:1440px){

  /*イラスト*/
  .plan_img{
    position: absolute;
    z-index: 1;
  }
  .plan_img.img1{
    width: 17.86%;
    top: -9.15%;
    left: -5.6%;
  }
  .plan_img.img2{
    width: 18.59%;
    top: -3.3%;
    right: 3.3%;
  }
  .plan_img.img3{
    width: 24.27%;
    top: 13.4%;
    left: 2.7%;
    z-index: 0;
  }
  .plan_img.img4{
    width: 13.9%;
    top: 15.5%;
    left: 40%;
  }
  .plan_img.img5{
    width: 9.53%;
    top: 30.3%;
    left: 4.3%;
  }
  .plan_img.img6{
    width: 8.69%;
    top: 30.05%;
    right: 5.7%;
  }
  .plan_img.img7{
    width: 18.48%;
    top: 31.95%;
    right: -9.9%;
  }
  .plan_img.img8{
    width: 29.58%;
    top: 48.35%;
    left: -18%;
  }
  .plan_img.img9{
    width: 19.37%;
    top: 47.4%;
    right: -10.3%;
  }
  .plan_img.img10{
    width: 30.72%;
    top: 66.33%;
    right: -19%;
  }
  .plan_img.img11{
    width: 16.78%;
    top: 70.65%;
    left: -3.45%;
  }
  .plan_img.img12{
    width: 18.48%;
    top: 91.45%;
    right: -9%;
  }

}
@media (min-width:1800px){

  /*白の枠内*/
  .plan_wh > *{
    margin: 0 auto;
    width: 73.02%;
  }

  /*おひとりさまお葬式のプラン*/
  .plan2.prepare.home_cmn_box .read_more a{
    width: 311px;
  }
  .plan2.prepare.home_cmn_box .seremony_img{
    margin-top: -57px;
    margin-left: 48.5%;
    width: 438px;
    height: 264px;
  }

  /*白の枠内*/
  .plan_wh:before{
    width: 88.15%;
    left: 50%;
    transform: translateX(-50%);
  }

  /*基本プラン／葬儀一式*/
  .plan_item1 .box1{
    width: 34.23%;
  }
  .plan_item1 .box2{
    width: 57.02%;
  }
  .plan_item1 .title{
    margin-top: 19px;
    font-size: 35px;
  }
  .plan_item1 .fee1{
    margin-right: 17px;
    font-size: 20px;
    padding: 6px 0 8px;
    width: 89px;
    border: 2px solid;
  }
  .plan_item1 .fee2{
    font-size: 40px;
    letter-spacing: 0.075em;
    width: calc(100% - 107px);
  }
  .plan_item1 .fee3{
    margin-top: 3px;
    padding-left: 109px;
  }

  /*料金に含まれているセット内容*/
  .plan_item2{
    margin-top: 50px;
  }

  /*合葬墓納骨*/
  .plan_item3{
    margin-top: 63px;
  }
  .plan_item3 .box1{
    margin: 0;
  }
  .plan_item3 .pa{
    margin-top: 43px;
    padding: 3px 0px 6px 20px;
    font-size: 25px;
  }

  /*ボタン*/
  .plan_btn{
    margin-top: 80px;
  }
  .plan_btn .read_more{
    width: 444px;
    margin: 0 45px;
  }
  .plan_btn .read_more a{
    font-weight: 500;
    font-size: 20px;
    width: 444px;
    border-radius: 30px;
    padding: 14px 0 15px;
  }
  .read_more a:after{
    right: 26px;
  }
  .plan.read_more{

  }
  .plan.read_more{
    margin-top: 50px;
  }
  .plan.read_more a{
    font-weight: 500;
    font-size: 20px;
    width: 444px;
    border-radius: 30px;
    padding: 14px 0 15px;
  }

  /*まずはお気軽にご相談ください*/
  .plan.prepare_item5{
    margin-top: 118px;
  }

  /*イラスト*/
  .plan_img{
    position: absolute;
    z-index: 1;
  }
  .plan_img.img1{
    width: 17.86%;
    top: -11.15%;
    left: -4.6%;
  }
  .plan_img.img2{
    width: 18.59%;
    top: -3.3%;
    right: 3.3%;
  }
  .plan_img.img3{
    width: 24.27%;
    top: 17.4%;
    left: 2.7%;
    z-index: 0;
  }
  .plan_img.img4{
    width: 13.9%;
    top: 18.1%;
    left: 45%;
  }
  .plan_img.img5{
    width: 9.53%;
    top: 27.3%;
    left: 10.3%;
  }
  .plan_img.img6{
    width: 8.69%;
    top: 27.05%;
    right: 10.7%;
  }
  .plan_img.img7{
    width: 18.48%;
    top: 27.95%;
    right: -7.9%;
  }
  .plan_img.img8{
    width: 29.58%;
    top: 47.35%;
    left: -18%;
  }
  .plan_img.img9{
    width: 19.37%;
    top: 45.4%;
    right: -10.3%;
  }
  .plan_img.img10{
    width: 30.72%;
    top: 61.33%;
    right: -19%;
  }
  .plan_img.img11{
    width: 16.78%;
    top: 67.65%;
    left: -3.45%;
  }
  .plan_img.img12{
    width: 18.48%;
    top: 88.45%;
    right: -8%;
  }

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}
@media (min-width:768px){


}
@media (min-width:1024px){

}
@media (min-width:1200px){

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}
@media (min-width:768px){


}
@media (min-width:1024px){

}
@media (min-width:1200px){

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}
@media (min-width:768px){


}
@media (min-width:1024px){

}
@media (min-width:1200px){

}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  position: relative;
  z-index: 1;
}
.pg_company .section#sec1{

}

/*イラスト*/
.company_img{
  position: absolute;
  z-index: 1;
}
.company_img.img1{
  width: 16.71%;
  top: 50.5%;
  left: -13.9%;
}
.company_img.img2{
  width: 19.32%;
  top: -7.3%;
  right: -13.2%;
}

/*会社概要*/
.company_tbl_outer{
  margin-top: 30px;
  border-radius: 0 0 5px 0;
  /*  overflow: hidden;*/
  border: 1px solid #bcbcbc;
}
table.company_tbl{
}
table.company_tbl tr{
  border: 1px solid #bcbcbc;
  border-left: none;
  border-right: none;
}
table.company_tbl tr:first-child{
  border-top: none;
}
table.company_tbl tr:last-child{
  border-bottom: none;
}
table.company_tbl th,
table.company_tbl td{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}
table.company_tbl th{
  background: #f5f5f5;
}
table.company_tbl td{

}
table.company_tbl a{

}

/*地図*/
.company_map{
  margin-top: 30px;
}
.company_map iframe{
  width: 100%;
  height: 200px;
  border-radius: 20px;
}

@media (max-width:767px){

  /*会社概要*/
  table.company_tbl th,
  table.company_tbl td{
    display: block;
    width: 100%;
  }

}

@media (min-width:768px){

  /*会社概要*/
  .company_tbl_outer{
    margin-top: 50px;
  }
  table.company_tbl{
  }
  table.company_tbl tr{

  }
  table.company_tbl th,
  table.company_tbl td{

  }
  table.company_tbl th{
    width: 200px;
  }
  table.company_tbl td{

  }
  table.company_tbl a{

  }

  /*地図*/
  .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 300px;
  }

  /*イラスト*/
  .company_img{
    position: absolute;
    z-index: 1;
  }
  .company_img.img1{
    width: 16.71%;
    top: 37.5%;
    left: -12.9%;
  }
  .company_img.img2{
    width: 19.32%;
    top: -18.3%;
    right: -13.2%;
  }

}
@media (min-width:1024px){

  /*会社概要*/
  .company_tbl_outer{
    margin-top: 50px;
  }
  table.company_tbl{
  }
  table.company_tbl tr{

  }
  table.company_tbl th,
  table.company_tbl td{
    padding: 16px 13px 16.7px 14px;
  }
  table.company_tbl th{
    width: 284px;
  }
  table.company_tbl td{
    padding-left: 20px;
  }
  table.company_tbl a{

  }

  /*地図*/
  .company_map{
    margin-top: 80px;
  }
  .company_map iframe{
    height: 380px;
  }

  /*イラスト*/
  .company_img{
    position: absolute;
    z-index: 1;
  }
  .company_img.img1{
    width: 16.71%;
    top: 37.5%;
    left: -12.9%;
  }
  .company_img.img2{
    width: 19.32%;
    top: -11.3%;
    right: -13.2%;
  }

}
@media (min-width:1200px){

  /*イラスト*/
  .company_img{
    position: absolute;
    z-index: 1;
  }
  .company_img.img1{
    width: 16.71%;
    top: 37.5%;
    left: -13.9%;
  }
  .company_img.img2{
    width: 19.32%;
    top: -18.3%;
    right: -13.2%;
  }

}
@media (min-width:1440px){

  /*イラスト*/
  .company_img{
    position: absolute;
    z-index: 1;
  }
  .company_img.img1{
    width: 16.71%;
    top: 37.5%;
    left: -5.9%;
  }
  .company_img.img2{
    width: 19.32%;
    top: -18.3%;
    right: -13.2%;
  }

}
@media (min-width:1800px){

  /*イラスト*/
  .company_img{
    position: absolute;
    z-index: 1;
  }
  .company_img.img1{
    width: 16.71%;
    top: 37.5%;
    left: -3.9%;
  }
  .company_img.img2{
    width: 19.32%;
    top: -18.3%;
    right: -13.2%;
  }

}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  position: relative;
  z-index: 1;
}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_outer{
  border-radius: 0 0 0 5px;
  overflow: hidden;
  border: 1px solid #b2b2b2;
}
.contact_tt{
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.2em;
  margin-bottom: 47px;
}



/* 連絡先 */
.contact_info{
  background: #ff2700;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14en;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #ff2700;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08en;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02en;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16en;
}

/* コンタクトフォーム */
.contact_outer{
  margin-top: 30px;
}
.contact_form{
  width: 100%;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form tr:last-child{
  border-bottom: none;
}
.contact_form th,
.contact_form td{
  padding: 11px 8px 10.5px 25px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f5f5f5;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16en;
}
.contact_form td input[type="radio"]{
  width: auto;
  margin-right: 13px;
}
.mwform-radio-field-text{
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 52px;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  margin-left: 9px;
  display: inline-block;
  margin-top: 0px;
  padding: 1px 11px;
  color: #FFF;
  background: #b80000;
  border: 1px solid #b80000;
  font-size: 13px;
  font-weight: normal;
  float: right;
}
.contact_form th .require.no_require{
  color: #b80000;
  background: #FFF;
}
.contact_form td input.placeholder{

}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-iten,
.mw_wp_form .mwform-checkbox-field.horizontal-iten{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form td input{
  width: 460px;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 45px;
}
.contact_form_acceptance a{
  color: #d78eef;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-iten{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  padding: 73px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  display: block;
  width: 200px;
  max-width: 100%;
  padding: 9px 0;
  border: 1px solid #b08eef;
  border-radius: 20px;
  background: #fff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  transition: all 0.2s;
}
.contact_form_btns input[type="submit"]:before,
.contact_form_btns input[type="button"]:before,
.contact_form_btns button:before{
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.2s;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}
.mwform-checkbox-field input, .mwform-radio-field input{
  margin-right: 3px;
}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 3px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2en;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_itens{

}
.privacy_itens .iten{
  line-height: 1.6;
  letter-spacing: 0.04en;
}
.privacy_itens .iten + .iten{
  margin-top: 40px;
}
.privacy_itens .iten h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #f0f0f0;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_itens .iten .txt{
  line-height: 1.875;
}
.privacy_itens .iten ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_itens .iten ul.latin{
  list-style: lower-latin;
}

.privacy_itens .iten ul li{

}
.privacy_itens .iten ol{
  margin-left: 2em;
  margin-top: 10px;
}

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

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


  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 90px;
  }
}
@media (min-width:768px) and (max-width:1024px){
  .contact_form td input[type="radio"]{
    margin-right: 5px;
  }
  .contact_form_addr dt{
    width: 70px;
  }
  .contact_form td .addr_auto{
    width: 200px;
    font-size: 14px;
  }
}

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






  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }

  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }

  .contact_form dl.date dt.m,
  .contact_form dl.date dt.d{
    width: 90px;
  }
  .contact_form dl.date dt.m select,
  .contact_form dl.date dt.d select{
    width: calc(100% - 2em);
  }
  .contact_form dl.date dt.t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form dl.date dt.t select{
    width: calc(100% - 3.5em);
  }

  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 16px;
  }
  .contact_form_btns input[type="submit"]{

  }
  .contact_form_btns button {
    width: 100%;
  }
  .contact_form td input[type="radio"]{
    margin-right: 5px;
  }


  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_itens .iten h4{
    font-size: 15px;
  }


  /* クッキー同意 */
  #cookie-notice{
    min-width: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
  }
  #cookie-notice:before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.9);
    z-index: -1;
  }
  #cn-close-notice{
    top: 5px;
    right: 5px;
    margin-top: 0;
  }
  #cn-notice-text{
    text-align: justify;
  }

  .cookie-notice-container{
    padding: 50px 20px 50px;
    background: rgba(50,50,58,1);
  }
  .cn-text-container{
    margin-bottom: 10px;
  }
  .cookie-notice-hidden{
    display: none;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 130px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 50px;
  padding-left: 35px;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.privacy_item_box{
  padding: 26px 52px 30px 25px;
  height: 397px;
  overflow: auto;
  border: 1px solid #dbdbdb;
  margin-top: 0;
}
.privacy_item {
  margin-top: 27px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 7px 15px 7px;
  margin-bottom: 12px;
  border-left: 6px solid #ffb6ff;
}
.privacy_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol{
  padding-left: 1.6em;
}
.privacy_txt ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}


@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }
  .pg_contact .formTd textarea{
    width: 100%;
  }

}

@media only screen and (max-width: 767px){
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 15px 10px 0;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 185px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 9.5px 4px;
    margin: 0;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }
  .pg_contact .formTd textarea{
    width: 100%;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }
  .privacy_item_box{
    padding: 30px 20px;
  }
  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }
  .pg_contact .section.sec2 .contact_tt{
    font-size: 20px;
    padding-left: 0;
  }

  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
}

/*イラスト*/
.contect_img{
  position: absolute;
  z-index: 1;
}
.contect_img.img1{
  width: 16.71%;
  top: 45.3%;
  left: -12.9%;
}
.contect_img.img2{
  width: 22.375%;
  top: -4.5%;
  right: -15.3%;
}

@media (min-width:768px){

  /*イラスト*/
  .contect_img.img1{
    width: 16.71%;
    top: 33.3%;
    left: -11.9%;
  }
  .contect_img.img2{
    width: 19.375%;
    top: -10.7%;
    right: -13.3%;
  }

}
@media (min-width:1024px){

  /*イラスト*/
  .contect_img.img1{
    width: 16.71%;
    top: 30.3%;
    left: -12.9%;
  }
  .contect_img.img2{
    width: 19.375%;
    top: -7.3%;
    right: -13.3%;
  }

}

@media (min-width:1200px){

  /*イラスト*/
  .contect_img.img1{
    width: 16.71%;
    top: 40.3%;
    left: -13.9%;
  }
  .contect_img.img2{
    width: 19.375%;
    top: -13.3%;
    right: -13.3%;
  }

}

@media (min-width:1440px){

  /*イラスト*/
  .contect_img.img1{
    width: 16.71%;
    top: 25.3%;
    left: -5.9%;
  }
  .contect_img.img2{
    width: 19.375%;
    top: -12.3%;
    right: -13.3%;
  }

}

@media (min-width:1800px){

  /*イラスト*/
  .contect_img.img1{
    width: 16.71%;
    top: 25.3%;
    left: -3.9%;
  }
  .contect_img.img2{
    width: 19.375%;
    top: -12.3%;
    right: -13.3%;
  }

  .contact_outer{
    margin-top: 90px;
  }
  label.label.zipcode_i {
    margin-top: 3px;
    padding: 6.5px 4px;
  }
}


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


@media (max-width:767px){

}
@media (min-width:768px){


}
@media (min-width:1024px){

}
@media (min-width:1200px){

}