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

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

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

:root{
  --bg-gra: radial-gradient(
      circle at 10% 35%,
      rgba(238, 145, 198, 0.9) 0%,
      rgba(238, 145, 198, 0) 48%
    ),
    radial-gradient(
      circle at 48% 10%,
      rgba(188, 139, 207, 0.75) 0%,
      rgba(188, 139, 207, 0) 55%
    ),
    radial-gradient(
      circle at 85% 75%,
      rgba(112, 172, 232, 0.9) 0%,
      rgba(112, 172, 232, 0) 55%
    ),
    linear-gradient(
      110deg,
      #dc91ca 0%,
      #b794d3 48%,
      #7ca8e5 100%
    );
}

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #665743;
}

/* 基本フォント: 明朝 */
/**/
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;
  transition: 0.2s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
}

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

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

i, em{
  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 embed {
  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:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-image: url(/wp-content/uploads/2021/08/hdr_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
}

/* 共通の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 .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


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


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  position: relative;
  z-index: 1;
  background: var(--bg-gra);
    
}
header:after{
  /*content: "";
  width: 50%;
  height: 100%;
  background: #ffb6b9;
  
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;*/
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hdr1 .hdr_logo{
  width: 200px;
  padding: 5px 0;
}
header .hdr1 .hdr_logo img{
  filter: drop-shadow(0 0 10px #FFF)drop-shadow(0 0 10px #FFF)drop-shadow(0 0 10px #FFF)drop-shadow(0 0 10px #FFF);
}
header .hdr1 .hdr_contact{
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  padding-left: 25px;
  background: #ffb6b9;
  background: transparent;
}
.gnav > ul{
  margin-right: -30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  padding: 25px 30px;
  width: auto;
  position: relative;
}
.gnav > ul > li.menu-item-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: #ffffff;
  text-decoration: none;
  display: block;
  padding: 5px;
  font-weight: 500;
}
.gnav li a:hover{
}

.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;
}


.mv{
  position: relative;
  height: 858px;
  padding: 13px 0;
  /* background-image: url('/img/top/mv.jpg'); */
  background-image: url('/img/top/mv202607.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mv .mv_box{
  max-width: 620px;
  padding: 38px 35px;
  background: url(/img/top/mv_bg1.jpg) no-repeat left top / 100% auto,
    url(/img/top/mv_bg2.jpg) no-repeat left bottom / 100% auto,
    url(/img/top/mv_bg3.jpg) repeat-y left top / 100% auto;
  text-align: center;
}
.mv .mv_box .p1{
  font-size: 20px;
  margin: 5px 0 10px;
  color: #fba1a5;
}
.mv .mv_box .p2{
  font-size: 25px;
  margin: 20px 0 15px;
  line-height: 1.32;
}
.mv .mv_box .p3{
  font-size: 27px;
  margin: 15px 0;
  color: #eb91c7;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mv .mv_box .p3:before,
.mv .mv_box .p3:after{
  content: "";
  width: 31px;
  height: 31px;
  background: url(/img/top/mv_star.png) no-repeat center / contain;
  display: inline-block;
  vertical-align: baseline;
}
.mv .mv_box .p3:before{
  margin-right: 5px;
}
.mv .mv_box .p3:after{
  margin-left: 5px;
}
.mv .mv_box .flex{
  padding: 0 15px;
}
.mv .mv_box .flex .item{
  width: 33.33%;
  padding: 0 20px;
}
.mv .mv_box .flex .item .bg{
  padding: 15px 5px 18px;
  border: 2px solid #eb91c7;
  background: #f7f4f0;
  box-shadow: 5px 5px 0 #d891cc;
}
.mv .mv_box .flex .item .text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
.mv .mv_box .p4{
  font-size: 25px;
  margin: 20px 35px 0;
  text-align: left;
  letter-spacing: 0.1em;
  background: url(/img/top/mv_txt3.svg) no-repeat 99% 15px / 175px auto;
  line-height: 1.8;
}
.mv .mv_box .p5{
  font-size: 18px;
  margin: 10px 0 5px;
  letter-spacing: 0.08em;
}
.mv .mv_box .p6{
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #fb7c82;
  font-weight: 700;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}

.flex{
  display: flex;
  flex-wrap: wrap;
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  padding: 30px 0 5px;
  background: #ffb6b9;
  background: var(--bg-gra);
}

footer .ftr1{
  padding: 13px 0;
  background: #ffffff;
  text-align: center;
}
footer .ftr1 .pink{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #ffb6b9;
}
footer .ftr1 a img{
  width: 267px;
}
footer .ftr_links{
  display: flex;
  justify-content: space-between;
}
footer .ftr_links li{
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}
footer .ftr_links li a{
  display: flex;
  align-items: center;
}
footer .ftr_links li a:before{
  content: "・";
  font-size: 28px;
  margin-left: -10px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

footer .ftr2{
  margin-top: 30px;
}
footer .ftr2 .box1{
  text-align: center;
}
footer .ftr2 .box1 a{
  margin: 0 35px;
  display: inline-block;
}
footer .ftr2 .box2{
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #ffffff;
}

footer .copy{
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  background: var(--bg-gra);
  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;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 26%;
}
.footer_fix ul li.btn2{
  width: 22%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px 5px 5px;
  background: #fb7c82;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li.btn1 a{
  background: #f39800;
}
.footer_fix ul li.form a{
  background: #ca7351;
}
.footer_fix ul li.line a{
  background: #3fca44;
}
.footer_fix ul li a i{
  font-size: 22px;
  display: block;
}


/* 検索フォーム */
.pg_404{
  padding-bottom: 50px;
  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_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

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

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item: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_items .item.single_item{
  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_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .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 .item{

}
.search_list .item + .item{

}

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

/* コンタクトフォーム */

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 25px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.1em;
}
.contact_form th{
  width: 315px;
  padding: 15px 13px 10px 32px;
  vertical-align: top;
  background: #f0f0f0;
  position: relative;
}
.contact_form th span{
  font-size: 12px;
  margin-top: 4px;
  display: block;
  letter-spacing: 0.08em;
}
.contact_form th .require{
  margin-top: 3px;
  display: inline-block;
  padding: 2px 10px 2px 12px;
  color: #FFF;
  background: #fb7c82;
  font-size: 13px;
  font-weight: normal;
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 15px;
}
.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.addr dt{
  width: 75px;
  font-size: 15px;
}
.contact_form dl.addr dd{
  width: calc(100% - 75px);
}
.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.addr dd{

}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td [type="text"],
.contact_form td [type="email"],
.contact_form td select,
.contact_form td textarea{
  font-size: 16px;
  padding: 6px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
  letter-spacing: 0.08em;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td [type="text"],
.contact_form td [type="email"]{
  width: 462px;
  max-width: 100%;
}
.contact_form td textarea {
  width: 100%;
  height: 280px;
}
.contact_form td [type="file"]{
  padding: 10px 0;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 165px;
}
.contact_form td [name="your-tel[data][0]"],
.contact_form td [name="your-tel[data][1]"],
.contact_form td [name="your-tel[data][2]"]{
  width: 100px;
}
.contact_form td [name="addr1"]{
  width: 225px;
}
.contact_form td [name="addr2"]{
  width: 425px;
}
.contact_form td .form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 25px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  font-size: 14px;
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 0 20px;
}

.contact_form td [name="your-age"]{
  width: 150px;
  margin-right: 5px;
}
.mw_wp_form .horizontal-item{
  margin-right: 13px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0;
}
.mw_wp_form .horizontal-item:last-child{
  margin-right: 0;
}

.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}

.mwform-checkbox-field{
  margin: 8px 0;
  display: inline-block;
}


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

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/


.contact_form_acceptance{
  font-size: 17px;
  margin-top: 45px;
  text-align: center;
  letter-spacing: 0.08em;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}
.contact_form_acceptance .mwform-checkbox-field-text{
  display: none;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  margin: 30px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.contact_form_btns input[name="submitConfirm"],
.contact_form_btns input[name="submit"]{
  width: 315px;
  font-size: 18px;
  max-width: 100%;
  padding: 13px;
  text-align: center;
  background: url(/img/contact/arrow.svg) no-repeat 90% center #f39800;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  border: 3px solid #ffffff;
  box-shadow: 2px 0 5px #777;
  display: block;
  letter-spacing: 0.1em;
}
.contact_form_btns input[name="submitBack"]{
  font-size: 18px;
  background: #a0a0a0;
  color: #FFF;
  border: 0;
  padding: 15px;
  width: 314px;
  margin: 0 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 40px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{

}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.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_items{
  padding: 18px 0 45px;
  margin-top: 55px;
  background: #ffffff;
}
#privacy .item{
  line-height: 1.85;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 35px;
}
.privacy_items .item h3{
  font-size: 18px;
  border-left: 6px solid #fb7c82;
  padding-left: 13px;
  margin-bottom: 12px;
  line-height: 2.33;
  font-weight: 500;
}
.privacy_items .item .txt{
  padding-left: 20px;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin: 0 0 85px;
  font-size: 14px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
  letter-spacing: 0.1em;
}
.breadcrumb li + li{
  margin-left: 5px;
}
.breadcrumb li a{
  position: relative;
  padding-right: 12px;
}
.breadcrumb li a:after{
  content: ">";
  /*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%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 5px 0 0;
}
.home .main{
  padding: 0;
}

.tt1{
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.tt1 span{
  font-size: 25px;
  display: block;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.tt2 {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.tt2 span{
  display: block;
}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.read_more{

}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

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

}
.pg_home .section#sec1{
  padding: 60px 0;
  background: #ffb6b9;
  background: var(--bg-gra);
}
.pg_home .section#sec1 a{
  margin-right: -20px;
  display: block;
}

.pg_home .section#sec2{
  padding: 125px 0 60px;
  background: url(/img/top/bg_1.jpg) left top;
}
.pg_home .section#sec2 .recommend{
  padding: 0 30px 45px;
  background: #ffffff;
  border: 10px solid #e992c8;
}
.pg_home .section#sec2 .recommend .ttl{
  max-width: 744px;
  min-height: 131px;
  font-size: 40px;
  padding: 5px;
  margin: -75px auto 50px;
  background: url(/img/top/ttl_bg1.png) no-repeat center / contain;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.08em;
}
.pg_home .section#sec2 .recommend .ttl span{
  font-size: 50px;
  text-shadow: 5px 3px 0 #b7dedd;
  position: relative;
}
.pg_home .section#sec2 .recommend .ttl span:after{
  content: "";
  width: 34px;
  height: 27px;
  background: url(/img/top/ttl_i1.png) no-repeat center / contain;
  position: absolute;
  right: -25px;
  top: 0;
}
.pg_home .section#sec2 .recommend .flex .item{
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
}
.pg_home .section#sec2 .recommend .flex .item + .item{
  border-left: 1px solid #bbb9b6;
}
.pg_home .section#sec2 .recommend .flex .text{
  font-size: 25px;
  margin-top: 5px;
  font-weight: 700;
  color: #e992c8;
}
.pg_home .section#sec2 .recommend .flex + .flex{
  margin: 20px 0 0;
  padding: 40px 0 0;
  justify-content: center;
  border-top: 1px solid #bbb9b6;
}
.pg_home .section#sec2 .recommend .flex + .flex .item{
  width: 40%;
  padding-bottom: 20px;
}
.link_1 {
  width: 315px;
  font-size: 18px;
  max-width: 100%;
  margin: 25px auto 0;
  padding: 12px;
  text-align: center;
  background: #f39800;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  border: 3px solid #ffffff;
  box-shadow: 2px 0 5px #777;
  display: block;
}
.link_1:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.pg_home .section#sec3{
  padding: 55px 0 60px;
  background: #ffffff;
}
.pg_home .section#sec3 .ttlbox{
  margin-bottom: 55px;
  text-align: center;
  position: relative;
}
.pg_home .section#sec3 .ttlbox:before{
  content: "";
  width: 4px;
  height: 140px;
  display: block;
  position: absolute;
  left: 165px;
  top: -4px;
  background: #5e5d5c;
  transform: rotate(-34deg);
}
.pg_home .section#sec3 .ttlbox:after{
  content: "";
  width: 4px;
  height: 140px;
  display: block;
  position: absolute;
  right: 165px;
  top: -4px;
  background: #5e5d5c;
  transform: rotate(34deg);
}
.pg_home .section#sec3 .ttlbox .p1 {
  font-size: 18px;
  letter-spacing: 0.01em;
}
.pg_home .section#sec3 .ttl{
  font-size: 40px;
  margin-bottom: 20px;
  color: #e992c8;
  font-weight: 700;
}
.pg_home .section#sec3 .flex{
  border-bottom: 2px dashed;
  flex-wrap: nowrap;
}
.pg_home .section#sec3 .item{
  margin-bottom: 20px;
  padding: 5px 45px 8px 35px;
  border-right: 2px dashed;
}
.pg_home .section#sec3 .item:first-child{
  padding: 5px 15px 0 27px;
  border-left: 2px dashed;
}
.pg_home .section#sec3 .item:nth-child(3){
  padding: 5px 30px 0;
}
.pg_home .section#sec3 .item .p1{
  font-size: 18px;
  margin-bottom: 5px;
}
.pg_home .section#sec3 .item:nth-child(3) .p1{
  margin-bottom: 12px;
}
.pg_home .section#sec3 .item .tel {
  line-height: 1.6;
}
.pg_home .section#sec3 .item .tel:before{
  font-size: 36px;
  margin-right: 10px;
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #fb7c82;
  vertical-align: middle;
}
.pg_home .section#sec3 .link_1,
.pg_home .section#sec6 .link_1{
  width: 335px;
  font-size: 24px;
  margin-top: 15px;
  font-weight: 400;
  padding: 16px 0 12px;
  border-radius: 40px;
}
.pg_home .section#sec3 .link_1:before,
.pg_home .section#sec6 .link_1:before{
  font-size: 30px;
  margin-right: 15px;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.pg_home .section#sec3 .link_1:after,
.pg_home .section#sec6 .link_1:after{
  display: none;
}

.pg_home .section#sec4{
  padding: 50px 0 60px;
  background: url(/img/top/bg_2.jpg) left top;
}
.pg_home .section#sec4 .ttl{
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.pg_home .section#sec4 .ttl > span{
  font-size: 25px;
  margin-left: 55px;
  display: inline-block;
}
.pg_home .section#sec4 .ttl strong{
  padding: 0 5px 0 10px;
  display: inline-block;
  background: -moz-linear-gradient(top, transparent 0%, transparent 65%, #fff100 65%, #fff100 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%,transparent 65%,#fff100 65%,#fff100 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%,transparent 65%,#fff100 65%,#fff100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  line-height: 1.35;
  position: relative;
}
.pg_home .section#sec4 .ttl strong:before{
  content: "";
  width: 77px;
  height: 67px;
  display: block;
  background: url(/img/top/ttl_i2.png) no-repeat center / contain;
  position: absolute;
  left: -40px;
  top: -50px;
}
.pg_home .section#sec4 .ttl strong span{
  font-size: 50px;
  margin-right: 10px;
  color: #eb91c7;
  text-shadow: 4px 4px 1px #ffffff, -4px 4px 1px #ffffff, 4px -4px 1px #ffffff, -4px -4px 1px #ffffff, 4px 0px 1px #ffffff, 0px 4px 1px #ffffff, -4px 0px 1px #ffffff, 0px -4px 1px #ffffff;
  letter-spacing: 0.05em;
  display: inline-block;
}
.pg_home .section#sec4 .flex{
  margin: 0 -16px;
}
.pg_home .section#sec4 .item{
  width: 25%;
  padding: 0 16px;
  display: flex;
}
.pg_home .section#sec4 .item .bg{
  width: 100%;
  padding: 15px 10px 30px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
.pg_home .section#sec4 .item .bg:after{
  content: "";
  width: 145px;
  height: 4px;
  background: #e992c8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pg_home .section#sec4 .item .tt{
  font-size: 27px;
  font-weight: 700;
  color: #e992c8;
  text-align: center;
}
.pink{
  color: #fb7c82;
}
.pg_home .section#sec4 .item .text{
  padding: 0 3px;
}
.pg_home .section#sec4 .link_1{
  margin-top: 50px;
}

.pg_home .section#sec5{
  padding: 60px 0;
  background: url(/img/top/bg_3.jpg) left top;
}

.pg_home .section#sec6{
  padding: 45px 0 60px;
  background: #f6e7ff;
}
.pg_home .section#sec6 .ttl{
  font-size: 40px;
  padding-bottom: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  background: url(/img/top/ttl_bg2.png) no-repeat center bottom;
  letter-spacing: 0.05em;
}
.pg_home .section#sec6 .center{
  font-size: 20px;
  margin-bottom: 55px;
  text-align: center;
  letter-spacing: 0.05em;
}
.pg_home .section#sec6 .flow .item{
  background: #ffffff;
  box-shadow: 0 0 5px #666666;
  position: relative;
}
.pg_home .section#sec6 .flow .tt{
  font-size: 30px;
  padding: 5px 55px;
  border-bottom: 2px solid;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url(/img/top/ttl_bg3.jpg) left top;
}
.pg_home .section#sec6 .flow .item + .item{
  margin-top: 90px;
}
.pg_home .section#sec6 .flow .item:nth-child(even) .tt{
  background: url(/img/top/ttl_bg4.jpg) left top;
}
.pg_home .section#sec6 .flow .text{
  min-height: 110px;
  padding: 30px 60px;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.04em;
}
.pg_home .section#sec6 .flow .step{
  position: absolute;
  right: 50px;
  top: -50px;
}
.pg_home .section#sec6 .link_1{
  margin-top: 55px;
}


/* **********************************
 *  お仕事内容
 * ********************************* */
.pg_slug_about .main{
  background: url(/img/top/bg_1.jpg) left top;
}
.pg_about .section#sec1{
  padding-bottom: 65px;
}
.pg_about .about_list .item{
  padding: 15px 15px 20px;
  border: 3px solid #ffb6b9;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.pg_about .about_list .item + .item{
  margin-top: 40px;
}
.pg_about .about_list .item:nth-child(even){
  border-color: #b7dedd;
}
.pg_about .about_list .txt{
  width: calc(100% - 318px);
}
.pg_about .about_list .ttl{
  font-size: 30px;
  padding: 0 0 15px 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #bbb9b6;
}
.pg_about .about_list .item:nth-child(even) .ttl{
  padding: 0 10px 15px 0;
}
.pg_about .about_list .ttl img{
  margin-right: 25px;
  vertical-align: middle;
}
.pg_about .about_list .text{
  padding: 20px 0 0 30px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.pg_about .about_list .item:nth-child(even) .text{
  padding: 20px 25px 0 0;
}

.pg_about .section#sec2{
  padding: 50px 0 65px;
  background: #f8f2f2;
}
.pg_about .section#sec2 .center{
  font-size: 20px;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.08em;
}
.pg_about .section#sec2 .flex{
  margin: 0 -15px 65px;
}
.pg_about .section#sec2 .item{
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}
.pg_about .section#sec2 .item .time {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.pg_about .section#sec2 .item .time .pink{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pg_about .section#sec2 .item .time .pink span{
  font-size: 60px;
}
.pg_about .section#sec2 .item .ttl{
  font-size: 20px;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 3px solid #b7dedd;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.pg_about .section#sec2 .item .text{
  letter-spacing: 0.08em;
}

.pg_about .section#sec3{
  padding: 65px 0 70px;
  background: url(/img/about/bg1.jpg?1) left top;
}
.pg_about .section#sec3 .ttl {
  max-width: 752px;
  min-height: 121px;
  font-size: 35px;
  padding: 15px;
  margin: 0 auto -50px;
  background: url(/img/about/ttl_bg.png) no-repeat center / contain;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 5;
}
.pg_about .section#sec3 .flex{
  padding: 90px 50px 60px 85px;
  background: #ffffff;
  position: relative;
  z-index: 0;
  align-items: center;
}
.pg_about .section#sec3 .text{
  width: calc(100% - 260px);
  padding-left: 50px;
  letter-spacing: 0.08em;
  line-height: 2.19;
}
.pg_about .section#sec3 .text .pink{
  font-weight: 500;
}


/* **********************************
 *  メリット
 * ********************************* */
.pg_slug_merit .pg_home{
  padding-top: 20px;
  background: #ffffff;
}
.pg_slug_merit .main{
  background: url(/img/merit/bg_1.jpg) left top;
}

.pg_merit .section#sec1{
  padding-bottom: 40px;
}
.pg_merit .merit_list{
  margin: 0 -15px;
}
.pg_merit .merit_list .item{
  width: 50%;
  padding: 0 15px;
  display: flex;
}
.pg_merit .merit_list .item:nth-child(n+3){
  margin-top: 35px;
}
.pg_merit .merit_list .bg{
  width: 100%;
  min-height: 517px;
  padding: 30px 22px;
  background: #f7f4f0;
  border-radius: 10px;
  position: relative;
}
.pg_merit .merit_list .bg:after{
  width: 350px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #b7dedd;
}
.pg_merit .merit_list .item:nth-child(2) .bg:after,
.pg_merit .merit_list .item:nth-child(3) .bg:after{
  background: #fb7c82;
}
.pg_merit .merit_list .img{
  margin-bottom: 10px;
  text-align: center;
}
.pg_merit .merit_list .ttl{
  font-size: 30px;
  margin-bottom: 15px;
  color: #fb7c82;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
.pg_merit .merit_list .ttl:before,
.pg_merit .merit_list .ttl:after{
  content: "";
  width: 31px;
  height: 31px;
  margin: 0 15px;
  background: url(/img/merit/star_i.png) no-repeat center / contain;
  display: inline-block;
}
.pg_merit .merit_list .text{
  letter-spacing: 0.06em;
}

.pg_merit .section#sec2{
  padding: 80px 0 45px;
  background: #f3efe9;
}
.pg_merit .section#sec2 .bg{
  padding: 25px 0;
  background: url(/img/merit/border.png) repeat-x left top,
    url(/img/merit/border.png) repeat-x left bottom #ffffff;
}
.pg_merit .section#sec2 .item{
  width: 33.33%;
  padding: 0 15px 20px;
  letter-spacing: 0.02em;
}
.pg_merit .section#sec2 .item + .item{
  border-left: 1px solid #bbb9b6;
}
.pg_merit .section#sec2 .img{
  text-align: center;
}
.pg_merit .section#sec2 .ttl{
  font-size: 20px;
  margin: 10px 0 8px;
  text-align: center;
  font-weight: 700;
}
.pg_merit .section#sec2 .flex + .flex{
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}
.pg_merit .section#sec2 .flex + .flex:before{
  content: "";
  max-width: calc(100% - 100px);
  width: 100%;
  height: 1px;
  background: #bbb9b6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.pg_merit .section#sec2 .text {
  letter-spacing: 0.02em;
}


/* **********************************
 *  キャンペーン
 * ********************************* */
.pg_slug_campaign .main{
  background: url(/img/campaign/bg_1.jpg) left top;
}

.pg_campaign .section#sec1{
  padding-bottom: 92px;
}
.pg_campaign .tt2{
  margin-bottom: 60px;
}
.pg_campaign .tt {
  max-width: 744px;
  min-height: 131px;
  font-size: 40px;
  padding: 15px;
  margin: 0 auto -73px;
  background: url(/img/campaign/ttl_bg.png) no-repeat center / contain;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 5;
}
.pg_campaign .campaign_list{
  padding: 105px 55px 60px;
  background: #fbeaeb;
}
.pg_campaign .campaign_list .bold{
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.04em;
}

.pg_campaign .campaign_list .item{
  border: 3px solid #f6bfc1;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.pg_campaign .campaign_list .item + .item{
  margin-top: 45px;
}
.pg_campaign .campaign_list .img{
  width: 286px;
  min-height: 230px;
}
.pg_campaign .campaign_list .txt{
  width: calc(100% - 286px);
  padding: 25px 30px 30px;
}
.pg_campaign .campaign_list .ttl{
  font-size: 35px;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
}
.pg_campaign .campaign_list .text{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.44;
}


/* **********************************
 *  よくあるご質問
 * ********************************* */
.pg_slug_faq .main{
  background: #f8f2f2;
}
.pg_slug_faq .tt1 span{
  display: none;
}

.pg_faq .section#sec1{
  padding-bottom: 60px;
}
.pg_faq .center{
  font-size: 20px;
  margin-bottom: 52px;
  text-align: center;
  letter-spacing: 0.04em;
}
.pg_faq .faq_list .item{
  padding: 20px;
  background: #ffffff;
  box-shadow: 0.707px 0.707px 7.84px 0.16px rgba(21, 21, 21, 0.2);
  letter-spacing: 0.05em;
}
.pg_faq .faq_list .item + .item{
  margin-top: 20px;
}
.pg_faq .faq_list .ttl{
  font-size: 20px;
  margin-bottom: 20px;
  padding: 8px 0 30px 110px;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #bbb9b6;
}
.pg_faq .faq_list .ttl:before{
  content: "";
  width: 50px;
  height: 50px;
  background: url(/img/faq/q.svg) no-repeat center #ffb6b9;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.pg_faq .faq_list .text{
  font-size: 18px;
  padding: 8px 0 8px 110px;
  position: relative;
}
.pg_faq .faq_list .text:before{
  content: "";
  width: 50px;
  height: 50px;
  background: url(/img/faq/a.svg) no-repeat center #b7dedd;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_slug_contact .main{
  background: #f8f2f2;
}
.pg_slug_contact .breadcrumb{
  margin-bottom: 8px;
}

.pg_contact .section#sec2{
  padding: 60px 0 55px;
}

.pg_contact .privacy{
  margin-top: 65px;
  padding-top: 55px;
  border-top: 1px solid #bbb9b6;
}

.success_tt{
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}
.center{
  text-align: center;
}

/* クッキー同意(PC/スマホ共通) */
#cookie-notice{
  background-color: rgba(237,237,237,0.9) !important;
  border-top: 1px solid #CCC;
}
.cookie-notice-container{
  color: #000000 !important;
}
#cn-notice-buttons a{
  color: #FFF !important;
  background-color: #181818 !important;
}
.cn-close-icon:before, .cn-close-icon:after{
  background-color: rgb(0,0,0);
}






/*RIM CHAT*/
.rimchat_area {
  padding: 50px 0;
  text-align: center;
}
.rimchat_area .ttl {
  font-size: 20px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  color: #f77b8a;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: url(/img/ftr_rim_i3.png) no-repeat center bottom;
  position: relative;
  display: inline-block;
}
.rimchat_area .ttl:before{
  content: "";
  width: 32px;
  height: 42px;
  background: url(/img/ftr_rim_i1.png) no-repeat center / contain;
  position: absolute;
  left: -30px;
  top: -11px;
}
.rimchat_area .ttl:after{
  content: "";
  width: 32px;
  height: 42px;
  background: url(/img/ftr_rim_i2.png) no-repeat center / contain;
  position: absolute;
  right: -10px;
  top: -11px;
}
.rimchat_area .text {
  letter-spacing: 0.02em;
}
.rimchat_area ul{
  max-width: 330px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rimchat_area li{
  font-size: 18px;
  padding: 0 25px;
  border-right: 2px solid;
  color: #f77b8a;
  letter-spacing: 0.1em;
  line-height: 1;
}


@media only screen and (max-width:767px){
  .rimchat_area .ttl{
    background-size: 80% auto;
  }
  .rimchat_area li{
    font-size: 15px;
    padding: 0 12px;
  }
  .rimchat_area li:nth-child(n+5){
    margin-top: 8px;
  }
  .rimchat_area li:first-child,
  .rimchat_area li:nth-child(5),
  .rimchat_area li:nth-child(8),
  .rimchat_area li:nth-child(11){
    border-left: 2px solid;
  }
}

@media (min-width:768px){
  .rimchat_area {
    padding: 50px 0;
  }
  .rimchat_area .text {
    letter-spacing: 0.075em;
  }
  .rimchat_area .ttl {
    font-size: 39px;
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
  .rimchat_area .ttl:before{
    width: 42px;
    height: 52px;
    left: -42px;
  }
  .rimchat_area .ttl:after{
    width: 42px;
    height: 52px;
    right: -21px;
  }
  .rimchat_area ul{
    max-width: 738px;
    margin: 50px auto 0;
  }
  .rimchat_area li{
    font-size: 16px;
    padding: 0 20px;
  }
  .rimchat_area li:first-child,
  .rimchat_area li:nth-child(8){
    border-left: 2px solid;
  }
  .rimchat_area li:nth-child(n+8){
    margin-top: 15px;
  }
}
@media (min-width:1024px){
  .rimchat_area ul{
    max-width: 830px;
  }
  .rimchat_area li{
    font-size: 18px;
    padding: 0 25px;
  }
}